@import "https://rsms.me/inter/inter.css";.Layer__actionable_row{gap:var(--spacing-md);padding:var(--spacing-md);box-shadow:0 0 0 1px var(--color-base-300);background:var(--color-base-0);border-radius:8px;justify-content:space-between;align-items:center;display:flex;container-type:inline-size}@container (width<=30rem){.Layer__actionable_row{flex-direction:column;align-items:stretch}.Layer__actionable_row .Layer__actionable_row__action{justify-content:flex-end}}.Layer__actionable_row__main{gap:var(--spacing-md);align-items:center;display:flex}.Layer__actionable_row__icon{border-radius:var(--border-radius-3xs);width:32px;height:32px;box-shadow:0 0 3px 0 var(--base-transparent-4) inset;background-color:var(--color-base-100);justify-content:center;align-items:center;display:flex}.Layer__actionable_row__action{display:flex}.Layer__actionable_row__description{font-size:var(--text-sm);color:var(--color-base-500)}.Layer__badge{--size:27px;box-sizing:border-box;gap:var(--spacing-3xs);height:var(--size);min-inline-size:fit-content;padding:var(--spacing-3xs) var(--spacing-xs);border-radius:var(--border-radius-2xs);background-color:var(--badge-bg-color);font-size:var(--text-sm);color:var(--badge-color);transition:all var(--transition-speed) ease-in-out;align-items:center;display:inline-flex}.Layer__badge.Layer__badge--small{--size:21px;font-size:var(--text-xs);line-height:1.1}.Layer__badge.Layer__badge--xs{--size:17px;font-size:var(--text-2xs);line-height:1}.Layer__badge.Layer__badge--icon-only{min-width:var(--size);border-radius:var(--border-radius-5xl);justify-content:center;padding:0}.Layer__badge.Layer__badge--clickable{cursor:pointer;border-width:0;min-height:21px}.Layer__badge.Layer__badge--default{background-color:var(--badge-bg-color);color:var(--badge-fg-color)}.Layer__badge.Layer__badge--info{background-color:var(--badge-bg-color-info);color:var(--badge-fg-color-info)}.Layer__badge.Layer__badge--success{background-color:var(--badge-bg-color-success);color:var(--badge-fg-color-success)}.Layer__badge.Layer__badge--warning{background-color:var(--badge-bg-color-warning);color:var(--badge-fg-color-warning)}.Layer__badge.Layer__badge--error{background-color:var(--badge-bg-color-error);color:var(--badge-fg-color-error)}.Layer__badge.Layer__badge--neutral{background-color:var(--badge-bg-color-neutral);color:var(--badge-fg-color-neutral)}.Layer__badge.Layer__badge--with-hover:hover.Layer__badge--default{background-color:var(--badge-color);color:var(--badge-bg-color)}.Layer__badge.Layer__badge--with-hover:hover.Layer__badge--info{background-color:var(--badge-color-info);color:var(--badge-bg-color-info)}.Layer__badge.Layer__badge--with-hover:hover.Layer__badge--success{background-color:var(--badge-color-success);color:var(--badge-bg-color-success)}.Layer__badge.Layer__badge--with-hover:hover.Layer__badge--warning{background-color:var(--badge-color-warning);color:var(--badge-bg-color-warning)}.Layer__badge.Layer__badge--with-hover:hover.Layer__badge--error{background-color:var(--badge-color-error);color:var(--badge-bg-color-error)}.Layer__data-state{flex-direction:column;justify-content:center;align-items:center;display:flex}.Layer__data-state.Layer__data-state--spacing{padding:var(--spacing-xl)}.Layer__data-state__icon{border-radius:var(--spacing-3xs);width:32px;height:32px;box-shadow:0 0 0 1px var(--color-base-300);margin-bottom:var(--spacing-md);color:var(--fg-default);background:0 0;justify-content:center;align-items:center;display:flex}.Layer__data-state__icon--neutral{box-shadow:none;background:var(--bg-muted);color:var(--fg-default)}.Layer__data-state__icon--success{box-shadow:none;background:var(--color-info-success-bg);color:var(--color-info-success-fg)}.Layer__data-state__icon--error{box-shadow:none;background:var(--color-info-error-bg);color:var(--color-info-error-fg)}.Layer__data-state__title{margin-bottom:var(--spacing-2xs);text-align:center;color:var(--color-base-700);display:block}.Layer__data-state__description{margin-bottom:var(--spacing-xl);text-align:center;color:var(--color-base-500);display:block}.Layer__data-state--inline{gap:var(--spacing-xs);flex-direction:row}.Layer__data-state--inline .Layer__data-state__title,.Layer__data-state--inline .Layer__data-state__description{text-align:left;margin-bottom:0}.Layer__data-state--inline .Layer__data-state__icon{margin-bottom:0}.Layer__onboarding{transition:max-height .5s ease-out,opacity .55s ease-out,transform .5s ease-out}.Layer__onboarding__content{box-sizing:border-box;padding:var(--spacing-lg) var(--spacing-md) var(--spacing-3xl);flex-direction:column;align-items:center;display:flex}.Layer__onboarding .Layer__actionable_row{width:640px;max-width:90%}.Layer__Stack{display:flex}.Layer__Stack[data-fluid]{flex:1}.Layer__Stack[data-direction=row]{flex-direction:row}.Layer__Stack[data-direction=column]{flex-direction:column}.Layer__Stack[data-align=start]{align-items:start}.Layer__Stack[data-align=center]{align-items:center}.Layer__Stack[data-align=end]{align-items:end}.Layer__Stack[data-align=baseline]{align-items:baseline}.Layer__Stack[data-justify=start]{justify-content:start}.Layer__Stack[data-justify=center]{justify-content:center}.Layer__Stack[data-justify=end]{justify-content:end}.Layer__Stack[data-justify=space-between]{justify-content:space-between}.Layer__Stack[data-overflow=scroll]{overflow:scroll}.Layer__Stack[data-overflow=hidden]{overflow:hidden}.Layer__Stack[data-overflow=auto]{overflow:auto}.Layer__Stack[data-overflow=clip]{overflow:clip}.Layer__Stack[data-overflow=visible]{overflow:visible}.Layer__Stack[data-gap="4xs"]{gap:var(--spacing-4xs)}.Layer__Stack[data-pb="4xs"]{padding-block:var(--spacing-4xs)}.Layer__Stack[data-pbe="4xs"]{padding-block-end:var(--spacing-4xs)}.Layer__Stack[data-pbs="4xs"]{padding-block-start:var(--spacing-4xs)}.Layer__Stack[data-pi="4xs"]{padding-inline:var(--spacing-4xs)}.Layer__Stack[data-pie="4xs"]{padding-inline-end:var(--spacing-4xs)}.Layer__Stack[data-pis="4xs"]{padding-inline-start:var(--spacing-4xs)}.Layer__Stack[data-gap="3xs"]{gap:var(--spacing-3xs)}.Layer__Stack[data-pb="3xs"]{padding-block:var(--spacing-3xs)}.Layer__Stack[data-pbe="3xs"]{padding-block-end:var(--spacing-3xs)}.Layer__Stack[data-pbs="3xs"]{padding-block-start:var(--spacing-3xs)}.Layer__Stack[data-pi="3xs"]{padding-inline:var(--spacing-3xs)}.Layer__Stack[data-pie="3xs"]{padding-inline-end:var(--spacing-3xs)}.Layer__Stack[data-pis="3xs"]{padding-inline-start:var(--spacing-3xs)}.Layer__Stack[data-gap="2xs"]{gap:var(--spacing-2xs)}.Layer__Stack[data-pb="2xs"]{padding-block:var(--spacing-2xs)}.Layer__Stack[data-pbe="2xs"]{padding-block-end:var(--spacing-2xs)}.Layer__Stack[data-pbs="2xs"]{padding-block-start:var(--spacing-2xs)}.Layer__Stack[data-pi="2xs"]{padding-inline:var(--spacing-2xs)}.Layer__Stack[data-pie="2xs"]{padding-inline-end:var(--spacing-2xs)}.Layer__Stack[data-pis="2xs"]{padding-inline-start:var(--spacing-2xs)}.Layer__Stack[data-gap=xs]{gap:var(--spacing-xs)}.Layer__Stack[data-pb=xs]{padding-block:var(--spacing-xs)}.Layer__Stack[data-pbe=xs]{padding-block-end:var(--spacing-xs)}.Layer__Stack[data-pbs=xs]{padding-block-start:var(--spacing-xs)}.Layer__Stack[data-pi=xs]{padding-inline:var(--spacing-xs)}.Layer__Stack[data-pie=xs]{padding-inline-end:var(--spacing-xs)}.Layer__Stack[data-pis=xs]{padding-inline-start:var(--spacing-xs)}.Layer__Stack[data-gap=sm]{gap:var(--spacing-sm)}.Layer__Stack[data-pb=sm]{padding-block:var(--spacing-sm)}.Layer__Stack[data-pbe=sm]{padding-block-end:var(--spacing-sm)}.Layer__Stack[data-pbs=sm]{padding-block-start:var(--spacing-sm)}.Layer__Stack[data-pi=sm]{padding-inline:var(--spacing-sm)}.Layer__Stack[data-pie=sm]{padding-inline-end:var(--spacing-sm)}.Layer__Stack[data-pis=sm]{padding-inline-start:var(--spacing-sm)}.Layer__Stack[data-gap=md]{gap:var(--spacing-md)}.Layer__Stack[data-pb=md]{padding-block:var(--spacing-md)}.Layer__Stack[data-pbe=md]{padding-block-end:var(--spacing-md)}.Layer__Stack[data-pbs=md]{padding-block-start:var(--spacing-md)}.Layer__Stack[data-pi=md]{padding-inline:var(--spacing-md)}.Layer__Stack[data-pie=md]{padding-inline-end:var(--spacing-md)}.Layer__Stack[data-pis=md]{padding-inline-start:var(--spacing-md)}.Layer__Stack[data-gap=lg]{gap:var(--spacing-lg)}.Layer__Stack[data-pb=lg]{padding-block:var(--spacing-lg)}.Layer__Stack[data-pbe=lg]{padding-block-end:var(--spacing-lg)}.Layer__Stack[data-pbs=lg]{padding-block-start:var(--spacing-lg)}.Layer__Stack[data-pi=lg]{padding-inline:var(--spacing-lg)}.Layer__Stack[data-pie=lg]{padding-inline-end:var(--spacing-lg)}.Layer__Stack[data-pis=lg]{padding-inline-start:var(--spacing-lg)}.Layer__Stack[data-gap=xl]{gap:var(--spacing-xl)}.Layer__Stack[data-pb=xl]{padding-block:var(--spacing-xl)}.Layer__Stack[data-pbe=xl]{padding-block-end:var(--spacing-xl)}.Layer__Stack[data-pbs=xl]{padding-block-start:var(--spacing-xl)}.Layer__Stack[data-pi=xl]{padding-inline:var(--spacing-xl)}.Layer__Stack[data-pie=xl]{padding-inline-end:var(--spacing-xl)}.Layer__Stack[data-pis=xl]{padding-inline-start:var(--spacing-xl)}.Layer__Stack[data-gap="2xl"]{gap:var(--spacing-2xl)}.Layer__Stack[data-pb="2xl"]{padding-block:var(--spacing-2xl)}.Layer__Stack[data-pbe="2xl"]{padding-block-end:var(--spacing-2xl)}.Layer__Stack[data-pbs="2xl"]{padding-block-start:var(--spacing-2xl)}.Layer__Stack[data-pi="2xl"]{padding-inline:var(--spacing-2xl)}.Layer__Stack[data-pie="2xl"]{padding-inline-end:var(--spacing-2xl)}.Layer__Stack[data-pis="2xl"]{padding-inline-start:var(--spacing-2xl)}.Layer__Stack[data-gap="3xl"]{gap:var(--spacing-3xl)}.Layer__Stack[data-pb="3xl"]{padding-block:var(--spacing-3xl)}.Layer__Stack[data-pbe="3xl"]{padding-block-end:var(--spacing-3xl)}.Layer__Stack[data-pbs="3xl"]{padding-block-start:var(--spacing-3xl)}.Layer__Stack[data-pi="3xl"]{padding-inline:var(--spacing-3xl)}.Layer__Stack[data-pie="3xl"]{padding-inline-end:var(--spacing-3xl)}.Layer__Stack[data-pis="3xl"]{padding-inline-start:var(--spacing-3xl)}.Layer__Stack[data-gap="5xl"]{gap:var(--spacing-5xl)}.Layer__Stack[data-pb="5xl"]{padding-block:var(--spacing-5xl)}.Layer__Stack[data-pbe="5xl"]{padding-block-end:var(--spacing-5xl)}.Layer__Stack[data-pbs="5xl"]{padding-block-start:var(--spacing-5xl)}.Layer__Stack[data-pi="5xl"]{padding-inline:var(--spacing-5xl)}.Layer__Stack[data-pie="5xl"]{padding-inline-end:var(--spacing-5xl)}.Layer__Stack[data-pis="5xl"]{padding-inline-start:var(--spacing-5xl)}.Layer__Spacer{flex:1}.Layer__MobileListSkeleton{width:100%}.Layer__MobileListSkeleton__Item{padding:var(--spacing-sm);border-radius:var(--border-radius-2xs);border:1px solid var(--border-color);background-color:var(--color-base-0)}.Layer__InvisibleDownload{display:none}.Layer__UI__Toggle{box-sizing:border-box;width:max-content;height:36px;box-shadow:0 0 0 1px var(--color-base-300);background:var(--color-base-100);cursor:pointer;-webkit-user-select:none;user-select:none;isolation:isolate;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;border-radius:6px;align-items:center;padding:2px;display:flex;position:relative}.Layer__UI__Toggle[data-full-width]{inline-size:100%}.Layer__UI__Toggle[data-full-width] .Layer__UI__ToggleOption{flex:1}.Layer__UI__Toggle[data-size=small],.Layer__UI__Toggle[data-size=xsmall]{border-radius:6px;height:36px}.Layer__UI__Toggle[data-size=xsmall] .Layer__UI__ToggleOption .Layer__UI__Toggle-Option-Content{font-size:12px}.Layer__UI__tooltip{z-index:50}.Layer__UI__tooltip-content{box-sizing:border-box;max-width:20rem;padding:var(--spacing-2xs) var(--spacing-sm);border-radius:var(--border-radius-2xs);background:var(--color-base-1000);display:block}.Layer__UI__tooltip-content--text{font-size:var(--text-sm);text-align:justify;color:var(--color-base-300);overflow-wrap:break-word;white-space:normal;display:block}.Layer__UI__tooltip-trigger{text-overflow:ellipsis;overflow:hidden}.Layer__Header,.Layer__Label,.Layer__P,.Layer__Span{max-inline-size:min(80ch,60rem);font-size:var(--text-md);line-height:140%;font-family:var(--font-family);color:var(--color-base-900);text-wrap:pretty;margin:0}.Layer__Header[data-variant=placeholder],.Layer__Label[data-variant=placeholder],.Layer__P[data-variant=placeholder],.Layer__Span[data-variant=placeholder]{color:var(--color-base-700)}.Layer__Header[data-variant=subtle],.Layer__Label[data-variant=subtle],.Layer__P[data-variant=subtle],.Layer__Span[data-variant=subtle]{color:var(--fg-subtle)}.Layer__Header[data-variant=inherit],.Layer__Label[data-variant=inherit],.Layer__P[data-variant=inherit],.Layer__Span[data-variant=inherit]{color:inherit}.Layer__Header[data-variant=white],.Layer__Label[data-variant=white],.Layer__P[data-variant=white],.Layer__Span[data-variant=white]{color:var(--color-base-300)}.Layer__Header[data-status=error],.Layer__Label[data-status=error],.Layer__P[data-status=error],.Layer__Span[data-status=error]{color:var(--color-info-error)}.Layer__Header[data-status=success],.Layer__Label[data-status=success],.Layer__P[data-status=success],.Layer__Span[data-status=success]{color:var(--color-info-success)}.Layer__Header[data-no-wrap],.Layer__Label[data-no-wrap],.Layer__P[data-no-wrap],.Layer__Span[data-no-wrap]{white-space:nowrap}.Layer__Header[data-ellipsis],.Layer__Header[data-with-tooltip],.Layer__Label[data-ellipsis],.Layer__Label[data-with-tooltip],.Layer__P[data-ellipsis],.Layer__P[data-with-tooltip],.Layer__Span[data-ellipsis],.Layer__Span[data-with-tooltip]{white-space:nowrap;text-overflow:ellipsis;max-inline-size:min(80ch,60rem,100%);overflow:hidden}.Layer__Header[data-size="2xs"],.Layer__Label[data-size="2xs"],.Layer__P[data-size="2xs"],.Layer__Span[data-size="2xs"]{font-size:var(--text-2xs)}.Layer__Header[data-size=xs],.Layer__Label[data-size=xs],.Layer__P[data-size=xs],.Layer__Span[data-size=xs]{font-size:var(--text-xs)}.Layer__Header[data-size=sm],.Layer__Label[data-size=sm],.Layer__P[data-size=sm],.Layer__Span[data-size=sm]{font-size:var(--text-sm)}.Layer__Header[data-size=md],.Layer__Label[data-size=md],.Layer__P[data-size=md],.Layer__Span[data-size=md]{font-size:var(--text-md)}.Layer__Header[data-size=lg],.Layer__Label[data-size=lg],.Layer__P[data-size=lg],.Layer__Span[data-size=lg]{font-size:var(--text-lg)}.Layer__Header[data-size=xl],.Layer__Label[data-size=xl],.Layer__P[data-size=xl],.Layer__Span[data-size=xl]{font-size:var(--text-xl)}.Layer__Header[data-pb="4xs"],.Layer__Label[data-pb="4xs"],.Layer__P[data-pb="4xs"],.Layer__Span[data-pb="4xs"]{padding-block:var(--spacing-4xs)}.Layer__Header[data-pbe="4xs"],.Layer__Label[data-pbe="4xs"],.Layer__P[data-pbe="4xs"],.Layer__Span[data-pbe="4xs"]{padding-block-end:var(--spacing-4xs)}.Layer__Header[data-pbs="4xs"],.Layer__Label[data-pbs="4xs"],.Layer__P[data-pbs="4xs"],.Layer__Span[data-pbs="4xs"]{padding-block-start:var(--spacing-4xs)}.Layer__Header[data-pb="3xs"],.Layer__Label[data-pb="3xs"],.Layer__P[data-pb="3xs"],.Layer__Span[data-pb="3xs"]{padding-block:var(--spacing-3xs)}.Layer__Header[data-pbe="3xs"],.Layer__Label[data-pbe="3xs"],.Layer__P[data-pbe="3xs"],.Layer__Span[data-pbe="3xs"]{padding-block-end:var(--spacing-3xs)}.Layer__Header[data-pbs="3xs"],.Layer__Label[data-pbs="3xs"],.Layer__P[data-pbs="3xs"],.Layer__Span[data-pbs="3xs"]{padding-block-start:var(--spacing-3xs)}.Layer__Header[data-pb="2xs"],.Layer__Label[data-pb="2xs"],.Layer__P[data-pb="2xs"],.Layer__Span[data-pb="2xs"]{padding-block:var(--spacing-2xs)}.Layer__Header[data-pbe="2xs"],.Layer__Label[data-pbe="2xs"],.Layer__P[data-pbe="2xs"],.Layer__Span[data-pbe="2xs"]{padding-block-end:var(--spacing-2xs)}.Layer__Header[data-pbs="2xs"],.Layer__Label[data-pbs="2xs"],.Layer__P[data-pbs="2xs"],.Layer__Span[data-pbs="2xs"]{padding-block-start:var(--spacing-2xs)}.Layer__Header[data-pb=xs],.Layer__Label[data-pb=xs],.Layer__P[data-pb=xs],.Layer__Span[data-pb=xs]{padding-block:var(--spacing-xs)}.Layer__Header[data-pbe=xs],.Layer__Label[data-pbe=xs],.Layer__P[data-pbe=xs],.Layer__Span[data-pbe=xs]{padding-block-end:var(--spacing-xs)}.Layer__Header[data-pbs=xs],.Layer__Label[data-pbs=xs],.Layer__P[data-pbs=xs],.Layer__Span[data-pbs=xs]{padding-block-start:var(--spacing-xs)}.Layer__Header[data-pb=sm],.Layer__Label[data-pb=sm],.Layer__P[data-pb=sm],.Layer__Span[data-pb=sm]{padding-block:var(--spacing-sm)}.Layer__Header[data-pbe=sm],.Layer__Label[data-pbe=sm],.Layer__P[data-pbe=sm],.Layer__Span[data-pbe=sm]{padding-block-end:var(--spacing-sm)}.Layer__Header[data-pbs=sm],.Layer__Label[data-pbs=sm],.Layer__P[data-pbs=sm],.Layer__Span[data-pbs=sm]{padding-block-start:var(--spacing-sm)}.Layer__Header[data-pb=md],.Layer__Label[data-pb=md],.Layer__P[data-pb=md],.Layer__Span[data-pb=md]{padding-block:var(--spacing-md)}.Layer__Header[data-pbe=md],.Layer__Label[data-pbe=md],.Layer__P[data-pbe=md],.Layer__Span[data-pbe=md]{padding-block-end:var(--spacing-md)}.Layer__Header[data-pbs=md],.Layer__Label[data-pbs=md],.Layer__P[data-pbs=md],.Layer__Span[data-pbs=md]{padding-block-start:var(--spacing-md)}.Layer__Header[data-pb=lg],.Layer__Label[data-pb=lg],.Layer__P[data-pb=lg],.Layer__Span[data-pb=lg]{padding-block:var(--spacing-lg)}.Layer__Header[data-pbe=lg],.Layer__Label[data-pbe=lg],.Layer__P[data-pbe=lg],.Layer__Span[data-pbe=lg]{padding-block-end:var(--spacing-lg)}.Layer__Header[data-pbs=lg],.Layer__Label[data-pbs=lg],.Layer__P[data-pbs=lg],.Layer__Span[data-pbs=lg]{padding-block-start:var(--spacing-lg)}.Layer__Header[data-pb=xl],.Layer__Label[data-pb=xl],.Layer__P[data-pb=xl],.Layer__Span[data-pb=xl]{padding-block:var(--spacing-xl)}.Layer__Header[data-pbe=xl],.Layer__Label[data-pbe=xl],.Layer__P[data-pbe=xl],.Layer__Span[data-pbe=xl]{padding-block-end:var(--spacing-xl)}.Layer__Header[data-pbs=xl],.Layer__Label[data-pbs=xl],.Layer__P[data-pbs=xl],.Layer__Span[data-pbs=xl]{padding-block-start:var(--spacing-xl)}.Layer__Header[data-pb="2xl"],.Layer__Label[data-pb="2xl"],.Layer__P[data-pb="2xl"],.Layer__Span[data-pb="2xl"]{padding-block:var(--spacing-2xl)}.Layer__Header[data-pbe="2xl"],.Layer__Label[data-pbe="2xl"],.Layer__P[data-pbe="2xl"],.Layer__Span[data-pbe="2xl"]{padding-block-end:var(--spacing-2xl)}.Layer__Header[data-pbs="2xl"],.Layer__Label[data-pbs="2xl"],.Layer__P[data-pbs="2xl"],.Layer__Span[data-pbs="2xl"]{padding-block-start:var(--spacing-2xl)}.Layer__Header[data-pb="3xl"],.Layer__Label[data-pb="3xl"],.Layer__P[data-pb="3xl"],.Layer__Span[data-pb="3xl"]{padding-block:var(--spacing-3xl)}.Layer__Header[data-pbe="3xl"],.Layer__Label[data-pbe="3xl"],.Layer__P[data-pbe="3xl"],.Layer__Span[data-pbe="3xl"]{padding-block-end:var(--spacing-3xl)}.Layer__Header[data-pbs="3xl"],.Layer__Label[data-pbs="3xl"],.Layer__P[data-pbs="3xl"],.Layer__Span[data-pbs="3xl"]{padding-block-start:var(--spacing-3xl)}.Layer__Header[data-pb="5xl"],.Layer__Label[data-pb="5xl"],.Layer__P[data-pb="5xl"],.Layer__Span[data-pb="5xl"]{padding-block:var(--spacing-5xl)}.Layer__Header[data-pbe="5xl"],.Layer__Label[data-pbe="5xl"],.Layer__P[data-pbe="5xl"],.Layer__Span[data-pbe="5xl"]{padding-block-end:var(--spacing-5xl)}.Layer__Header[data-pbs="5xl"],.Layer__Label[data-pbs="5xl"],.Layer__P[data-pbs="5xl"],.Layer__Span[data-pbs="5xl"]{padding-block-start:var(--spacing-5xl)}.Layer__Header[data-align=left],.Layer__Label[data-align=left],.Layer__P[data-align=left],.Layer__Span[data-align=left]{text-align:left}.Layer__Header[data-align=center],.Layer__Label[data-align=center],.Layer__P[data-align=center],.Layer__Span[data-align=center]{text-align:center}.Layer__Header[data-align=right],.Layer__Label[data-align=right],.Layer__P[data-align=right],.Layer__Span[data-align=right]{text-align:right}.Layer__Header[data-align=justify],.Layer__Label[data-align=justify],.Layer__P[data-align=justify],.Layer__Span[data-align=justify]{text-align:justify}.Layer__Header[data-weight=normal],.Layer__Label[data-weight=normal],.Layer__P[data-weight=normal],.Layer__Span[data-weight=normal]{font-weight:var(--font-weight-normal)}.Layer__Header[data-weight=bold],.Layer__Label[data-weight=bold],.Layer__P[data-weight=bold],.Layer__Span[data-weight=bold]{font-weight:var(--font-weight-bold)}.Layer__Label{display:inline-block}.Layer__UI__ToggleOption{box-sizing:border-box;cursor:pointer;height:32px;color:var(--text-color-secondary);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px 16px;display:flex;position:relative}.Layer__UI__ToggleOption:before{z-index:-2;content:"";background:0 0;border-radius:6px;transition:background-color .15s;position:absolute;inset:0}.Layer__UI__ToggleOption[data-hovered]:not([data-disabled],[data-selected]){color:var(--text-color-primary)}.Layer__UI__ToggleOption[data-hovered]:not([data-disabled],[data-selected]):before{background-color:var(--color-base-200)}.Layer__UI__ToggleOption[data-selected]{color:var(--text-color-primary)}.Layer__UI__ToggleOption[data-disabled]{cursor:not-allowed;opacity:.5}.Layer__UI__ToggleOption-SelectionIndicator{z-index:-1;width:100%;height:100%;box-shadow:0 0 0 1px var(--color-base-300), 0 1px 1px 0 #0000000a, 0 2px 3px 0 #0000000a, 0 3px 4px 0 #00000005, 0 4px 5px 0 #00000003;background:var(--color-white);border-radius:6px;transition-property:translate,width;transition-duration:.2s;position:absolute;top:0;left:0}.Layer__UI__Toggle-Option-Content{gap:var(--spacing-xs);align-items:center;display:flex}.Layer__LoadingSpinner{animation-name:Layer__rotate;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}.Layer__UI__Button{all:unset;box-sizing:border-box;block-size:var(--size);min-inline-size:0;padding-inline:var(--spacing-md);border-radius:var(--btn-border-radius);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--text-md);font-family:var(--font-family);font-weight:var(--font-weight-normal);appearance:none;white-space:nowrap;vertical-align:middle;--size:2.25rem;outline:none;grid-template-rows:minmax(0,1fr);grid-auto-columns:auto;grid-auto-flow:column;justify-content:center;align-items:center;gap:.5rem;display:inline-grid}.Layer__UI__Button[data-inset]{--size:2rem}.Layer__UI__Button[data-icon]{min-inline-size:var(--size);padding-inline:0}.Layer__UI__Button[data-ellipsis],.Layer__UI__Button[data-with-tooltip]{white-space:nowrap;text-overflow:ellipsis;display:inline-block;overflow:hidden}.Layer__UI__Button[data-focus-visible]{outline:1px auto -webkit-focus-ring-color}.Layer__UI__Button[data-disabled]{cursor:not-allowed}.Layer__UI__Button[data-variant=ghost]{color:var(--button-fg-ghost);background-color:#0000;border:none}.Layer__UI__Button[data-variant=ghost][data-pending],.Layer__UI__Button[data-variant=ghost][data-disabled]{color:var(--button-fg-disabled);background-color:#0000}.Layer__UI__Button[data-variant=ghost][data-hovered]:not([data-disabled],[data-pressed]){background-color:var(--button-bg-ghost-hovered)}.Layer__UI__Button[data-variant=ghost][data-pressed]:not([data-focus-visible]){background-color:var(--button-bg-ghost-pressed)}.Layer__UI__Button[data-variant=outlined]{border:1px solid var(--button-border-color-ghost);color:var(--button-fg-ghost);background-color:#0000}.Layer__UI__Button[data-variant=outlined][data-pending],.Layer__UI__Button[data-variant=outlined][data-disabled]{color:var(--button-fg-disabled);background-color:#0000}.Layer__UI__Button[data-variant=outlined][data-hovered]:not([data-pressed],[data-focus-visible]){outline:1px solid var(--outline-default)}.Layer__UI__Button[data-variant=outlined][data-pressed]:not([data-focus-visible]){border-color:var(--button-border-color-ghost-active);outline:2px solid var(--outline-default)}.Layer__UI__Button[data-variant=solid]{background-color:var(--button-bg-default);color:var(--button-fg-default)}.Layer__UI__Button[data-variant=solid][data-disabled],.Layer__UI__Button[data-variant=solid][data-pending]{background-color:var(--button-bg-disabled);color:var(--button-fg-disabled)}.Layer__UI__Button[data-variant=solid][data-hovered]:not([data-disabled],[data-pressed]){outline:1px solid var(--outline-default);background-color:var(--button-bg-active)}.Layer__UI__Button[data-variant=solid][data-pressed]:not([data-focus-visible]){outline:2px solid var(--outline-default);background-color:var(--button-bg-active)}.Layer__UI__Button[data-variant=text]{--size:inherit;text-overflow:ellipsis;background-color:#0000;border:none;padding-inline:0;display:inline-flex;overflow:hidden}.Layer__UI__Button[data-variant=text][data-hovered]:not([data-disabled],[data-pressed]){text-decoration:underline}.Layer__UI__Button[data-variant=text][data-pressed]:not([data-focus-visible]){text-decoration:none}.Layer__UI__Button[data-variant=branded]{background-color:var(--bg-brand-accent,var(--color-accent));color:var(--fg-brand-accent,var(--color-primary))}.Layer__UI__Button[data-full-width]{inline-size:100%}.Layer__UI__Button[data-flex]{display:flex}.Layer__ButtonTransparentContent{opacity:0;grid-area:1/1/-1/-1}.Layer__ButtonSpinnerContainer{grid-area:1/1/-1/-1;place-self:center;height:1rem}.Layer__ModalOverlay{z-index:100;background:#00000080;place-items:center;display:grid;position:fixed;inset:0}.Layer__ModalOverlay[data-variant=mobile-drawer][data-entering],.Layer__ModalOverlay[data-variant=drawer][data-entering]{animation:.25s overlay-fade}.Layer__ModalOverlay[data-variant=mobile-drawer][data-exiting],.Layer__ModalOverlay[data-variant=drawer][data-exiting]{animation:.25s reverse overlay-fade}.Layer__ModalOverlay[data-variant=drawer]{place-items:end}.Layer__ModalOverlay[data-variant=mobile-drawer]{place-items:end center}.Layer__Modal{block-size:min(42rem,90%);inline-size:min(36rem,90%)}.Layer__Modal[data-size=lg]{inline-size:min(42rem,90%)}.Layer__Modal[data-size=xl]{inline-size:min(54rem,100%)}.Layer__Modal[data-size="2xl"]{inline-size:min(70rem,100%)}.Layer__Modal[data-variant=drawer]{block-size:100%}.Layer__Modal[data-variant=drawer][data-entering]{animation:.25s drawer-slide}.Layer__Modal[data-variant=drawer][data-exiting]{animation:.25s ease-in reverse drawer-slide}.Layer__Modal[data-variant=mobile-drawer]{border-radius:var(--border-radius-2xs) var(--border-radius-2xs) 0 0;display:contents;overflow:hidden}.Layer__Modal[data-variant=mobile-drawer][data-entering]{animation:.25s mobile-drawer-slide}.Layer__Modal[data-variant=mobile-drawer][data-exiting]{animation:.25s ease-in reverse mobile-drawer-slide}.Layer__Modal[data-flex-block]{block-size:auto}.Layer__Modal[data-flex-inline]{inline-size:auto}.Layer__Dialog{padding:var(--spacing-lg);border-radius:var(--border-radius-2xs);background-color:#fff;outline:none;flex-direction:column;display:flex}.Layer__Dialog [slot=content]{flex:1}.Layer__Dialog[data-variant=drawer]{border-radius:0;padding:0}.Layer__Dialog[data-variant=mobile-drawer]{border-radius:var(--border-radius-2xs) var(--border-radius-2xs) 0 0;block-size:auto;max-block-size:100%;inline-size:100%;padding:0;position:fixed;bottom:0;overflow:hidden}.Layer__Dialog[data-variant=mobile-drawer][data-entering]{animation:.25s mobile-drawer-slide}.Layer__Dialog[data-variant=mobile-drawer][data-exiting]{animation:.25s ease-in reverse mobile-drawer-slide}.Layer__Dialog[data-variant=mobile-popover]{padding:0}.Layer__Dialog__Header{z-index:1;padding-block-start:var(--spacing-md);padding-inline:var(--spacing-md);background-color:#fff;position:sticky;top:0}.Layer__Dialog__Content{block-size:auto;overflow:auto}.Layer__Dialog__KeyboardSpacer{background-color:#fff;flex-shrink:0}@keyframes drawer-slide{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mobile-drawer-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes overlay-fade{0%{background:0 0}to{background:#00000080}}.Layer__UI__Heading{max-inline-size:60rem;font-size:var(--text-heading-secondary);font-family:var(--font-family);font-weight:var(--font-weight-bold);text-wrap:pretty;color:var(--color-base-900);margin:0}.Layer__UI__Heading[data-variant=subtle]{color:var(--fg-subtle)}.Layer__UI__Heading[data-ellipsis],.Layer__UI__Heading[data-with-tooltip]{white-space:nowrap;text-overflow:ellipsis;max-inline-size:min(60rem,100%);overflow:hidden}.Layer__UI__Heading[data-pbe="4xs"]{padding-block-end:var(--spacing-4xs)}.Layer__UI__Heading[data-pie="4xs"]{padding-inline-end:var(--spacing-4xs)}.Layer__UI__Heading[data-pbe="3xs"]{padding-block-end:var(--spacing-3xs)}.Layer__UI__Heading[data-pie="3xs"]{padding-inline-end:var(--spacing-3xs)}.Layer__UI__Heading[data-pbe="2xs"]{padding-block-end:var(--spacing-2xs)}.Layer__UI__Heading[data-pie="2xs"]{padding-inline-end:var(--spacing-2xs)}.Layer__UI__Heading[data-pbe=xs]{padding-block-end:var(--spacing-xs)}.Layer__UI__Heading[data-pie=xs]{padding-inline-end:var(--spacing-xs)}.Layer__UI__Heading[data-pbe=sm]{padding-block-end:var(--spacing-sm)}.Layer__UI__Heading[data-pie=sm]{padding-inline-end:var(--spacing-sm)}.Layer__UI__Heading[data-pbe=md]{padding-block-end:var(--spacing-md)}.Layer__UI__Heading[data-pie=md]{padding-inline-end:var(--spacing-md)}.Layer__UI__Heading[data-pbe=lg]{padding-block-end:var(--spacing-lg)}.Layer__UI__Heading[data-pie=lg]{padding-inline-end:var(--spacing-lg)}.Layer__UI__Heading[data-pbe=xl]{padding-block-end:var(--spacing-xl)}.Layer__UI__Heading[data-pie=xl]{padding-inline-end:var(--spacing-xl)}.Layer__UI__Heading[data-pbe="2xl"]{padding-block-end:var(--spacing-2xl)}.Layer__UI__Heading[data-pie="2xl"]{padding-inline-end:var(--spacing-2xl)}.Layer__UI__Heading[data-pbe="3xl"]{padding-block-end:var(--spacing-3xl)}.Layer__UI__Heading[data-pie="3xl"]{padding-inline-end:var(--spacing-3xl)}.Layer__UI__Heading[data-pbe="5xl"]{padding-block-end:var(--spacing-5xl)}.Layer__UI__Heading[data-pie="5xl"]{padding-inline-end:var(--spacing-5xl)}.Layer__UI__Heading[data-size="2xs"]{font-size:var(--text-heading-2xs)}.Layer__UI__Heading[data-size=xs]{font-size:var(--text-heading-xs)}.Layer__UI__Heading[data-size=sm]{font-size:var(--text-heading-sm)}.Layer__UI__Heading[data-size=md]{font-size:var(--text-heading-secondary)}.Layer__UI__Heading[data-size=lg]{font-size:var(--text-heading)}.Layer__UI__Heading[data-size=xl]{font-size:var(--text-heading-xl)}.Layer__UI__Heading[data-size="2xl"]{font-size:var(--text-heading-2xl)}.Layer__UI__Heading[data-size="3xl"]{font-size:var(--text-heading-3xl)}.Layer__UI__Heading[data-align=left]{text-align:left}.Layer__UI__Heading[data-align=right]{text-align:right}.Layer__UI__Heading[data-align=justify]{text-align:justify}.Layer__UI__Heading[data-align=center]{max-inline-size:unset;text-align:center}.Layer__UI__Heading[data-weight=normal]{font-weight:var(--font-weight-normal)}.Layer__UI__Heading[data-weight=bold]{font-weight:var(--font-weight-bold)}.Layer__separator{background-color:var(--color-base-300);width:100%;height:1px}.Layer__separator[data-mbe="4xs"]{margin-block-end:var(--spacing-4xs)}.Layer__separator[data-mbs="4xs"]{margin-block-start:var(--spacing-4xs)}.Layer__separator[data-mbe="3xs"]{margin-block-end:var(--spacing-3xs)}.Layer__separator[data-mbs="3xs"]{margin-block-start:var(--spacing-3xs)}.Layer__separator[data-mbe="2xs"]{margin-block-end:var(--spacing-2xs)}.Layer__separator[data-mbs="2xs"]{margin-block-start:var(--spacing-2xs)}.Layer__separator[data-mbe=xs]{margin-block-end:var(--spacing-xs)}.Layer__separator[data-mbs=xs]{margin-block-start:var(--spacing-xs)}.Layer__separator[data-mbe=sm]{margin-block-end:var(--spacing-sm)}.Layer__separator[data-mbs=sm]{margin-block-start:var(--spacing-sm)}.Layer__separator[data-mbe=md]{margin-block-end:var(--spacing-md)}.Layer__separator[data-mbs=md]{margin-block-start:var(--spacing-md)}.Layer__separator[data-mbe=lg]{margin-block-end:var(--spacing-lg)}.Layer__separator[data-mbs=lg]{margin-block-start:var(--spacing-lg)}.Layer__separator[data-mbe=xl]{margin-block-end:var(--spacing-xl)}.Layer__separator[data-mbs=xl]{margin-block-start:var(--spacing-xl)}.Layer__separator[data-mbe="2xl"]{margin-block-end:var(--spacing-2xl)}.Layer__separator[data-mbs="2xl"]{margin-block-start:var(--spacing-2xl)}.Layer__separator[data-mbe="3xl"]{margin-block-end:var(--spacing-3xl)}.Layer__separator[data-mbs="3xl"]{margin-block-start:var(--spacing-3xl)}.Layer__separator[data-mbe="5xl"]{margin-block-end:var(--spacing-5xl)}.Layer__separator[data-mbs="5xl"]{margin-block-start:var(--spacing-5xl)}.Layer__ModalCloseButton--position-absolute{align-self:end;position:absolute}.Layer__ModalTitleWithClose{gap:var(--spacing-sm);grid-template-columns:1fr auto;grid-template-areas:"title close";align-items:center;margin-block-end:var(--spacing-md);display:grid}.Layer__ModalTitleWithClose>[slot=title]{grid-area:title}.Layer__ModalTitleWithClose>[slot=close]{grid-area:close}.Layer__ModalTitleWithClose>.Layer__UI__Button{margin:0 0 auto}.Layer__ModalContent{block-size:100%;display:grid;overflow-y:auto}.Layer__ModalContent>[slot=center]{place-self:center}.Layer__ModalActions{margin-block-start:var(--spacing-3xl)}.Layer__ComboBoxContainer{display:grid}.Layer__ComboBoxControl{--block-size:2.25rem;block-size:var(--block-size);border-radius:var(--input-border-radius);border:1px solid var(--border-color);background-color:var(--color-base-0);grid-template-columns:minmax(0,1fr) auto;display:grid}.Layer__ComboBoxControl--focused{border-color:var(--outline-active)}.Layer__ComboBoxControl--disabled{cursor:not-allowed}.Layer__ComboBoxControl--readonly{background-color:var(--bg-muted)}.Layer__ComboBoxControl--error{border-color:var(--color-danger)}.Layer__ComboBoxContainer>.Layer__ComboBoxControl{block-size:var(--block-size);min-block-size:var(--block-size)}.Layer__ComboBoxContainer>.Layer__ComboBoxControl--focused{outline:2px solid var(--outline-default)!important}.Layer__ComboBoxContainer>.Layer__ComboBoxControl--focused.Layer__ComboBoxControl--error{outline-color:var(--color-info-error-bg)!important}.Layer__ComboBoxValueContainer{cursor:text;font-size:var(--input-font-size);padding-inline-start:var(--spacing-xs)}.Layer__ComboBoxMultiValue{max-width:calc(100% - var(--spacing-3xs))}.Layer__ComboBoxMultiValueLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Layer__ComboBoxIndicatorsContainer{padding-inline-end:var(--spacing-3xs)}.Layer__ComboBoxIndicatorsContainer--readonly{visibility:hidden}.Layer__ComboBoxClearIndicator{--size:1.25rem;block-size:var(--size);inline-size:var(--size);cursor:pointer;justify-content:center;align-items:center;display:flex}.Layer__ComboBoxLoadingIndicator{--size:1.25rem;block-size:var(--size);inline-size:var(--size);cursor:default;justify-content:center;align-items:center;display:flex}.Layer__ComboBoxDropdownIndicator{block-size:var(--size);inline-size:var(--size);cursor:pointer;color:var(--color-base-600);--size:1.25rem;justify-content:center;align-items:center;display:flex}.Layer__ComboBoxMenu{border-radius:var(--border-radius-xs);outline:1px solid var(--color-base-300);background-color:var(--color-base-0);margin-block-start:var(--spacing-2xs);overflow:hidden}.Layer__ComboBoxMenuList{overflow-y:auto}.Layer__ComboBoxMenuList .Layer__ComboBoxOption{cursor:pointer;display:grid}.Layer__ComboBoxMenuList .Layer__ComboBoxOption--disabled{cursor:not-allowed}.Layer__ComboBoxMenuList .Layer__ComboBoxOption--hidden{display:none}.Layer__ComboBoxGroup{padding-block:var(--spacing-xs)}.Layer__ComboBoxGroup>.Layer__ComboBoxGroupHeading{padding-block-start:var(--spacing-3xs);padding-block-end:var(--spacing-xs);padding-inline:var(--spacing-sm)}.Layer__ComboBoxGroup>div>.Layer__ComboBoxOption{padding-inline:var(--spacing-sm)}.Layer__ComboBoxOption{padding-block:var(--spacing-xs);padding-inline:var(--spacing-3xs);border:2px solid #0000}.Layer__ComboBoxOption--focused{background-color:var(--color-base-100)}.Layer__ComboBoxOption .Layer__ComboBoxOptionCheckIcon{visibility:hidden}.Layer__ComboBoxOption--selected{background-color:var(--color-base-100)}.Layer__ComboBoxOption--selected .Layer__ComboBoxOptionCheckIcon{visibility:visible}.Layer__ComboBoxOption--disabled{color:var(--color-base-500)}.Layer__ComboBoxNoOptionsMessage{padding-block:var(--spacing-sm)}.Layer__ComboBoxPlaceholder{color:var(--color-base-600)}.Layer__ComboBoxPlaceholder--error{color:var(--color-danger)}.Layer__MoneySpan{white-space:nowrap}.Layer__MoneySpan[data-positive]:before{content:"$"}.Layer__MoneySpan[data-negative]:before{content:"-$"}.Layer__MoneySpan[data-display-plus-sign]:before{content:"+$"}.Layer__datetime{gap:var(--spacing-md);align-items:center;display:inline-flex}.Layer__BankTransactionCategoryComboBox__LoadingSuggestionsOption{color:var(--color-base-900)}.Layer__ComboBoxGroupHeading:has(.Layer__BankTransactionCategoryComboBox__CustomGroupHeading){border-bottom:1px solid var(--border-color);margin-block-end:var(--spacing-3xs)}.Layer__actionable-list{margin:0;padding:0;list-style:none}.Layer__actionable-list li{box-sizing:border-box;gap:var(--spacing-2xs);padding:var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-md);border-radius:var(--spacing-xs);cursor:pointer;justify-content:space-between;align-items:center;font-size:12px;display:flex}.Layer__actionable-list li .Layer__actionable-list__content{gap:var(--spacing-2xs);flex-direction:column;align-items:flex-start;max-width:36ch;display:flex}.Layer__actionable-list li .Layer__actionable-list__content .Layer__actionable-list__content-description,.Layer__actionable-list li.Layer__actionable-list-item--secondary{color:var(--color-base-500)}.Layer__actionable-list li.Layer__actionable-list-item--secondary.Layer__actionable-list-item--as-link:hover{color:var(--color-base-1000)}.Layer__actionable-list li.Layer__actionable-list__item--selected{background-color:var(--color-base-50)}.Layer__actionable-list .Layer__actionable-list__select{border:1px solid var(--color-base-300);border-radius:50%;width:18px;height:18px;display:flex}.Layer__actionable-list .Layer__actionable-list__select.Layer__actionable-list__select--selected{border:1px solid var(--color-info-success);background-color:var(--color-info-success-bg);color:var(--color-info-success);justify-content:center;align-items:center}.Layer__InputGroup{box-sizing:border-box;gap:var(--spacing-3xs);min-block-size:2.25rem;border-radius:var(--input-border-radius);border:1px solid var(--border-color);background-color:var(--color-base-0);grid-template-columns:minmax(0,1fr) auto;align-items:center;padding-inline-start:var(--spacing-xs);padding-inline-end:var(--spacing-3xs);display:grid}.Layer__InputGroup[data-focus-within],.Layer__InputGroup[data-focus-visible]{border-color:var(--color-base-800);outline:2px solid var(--outline-default)}.Layer__InputGroup[data-invalid]{border-color:var(--color-danger);outline:none}.Layer__InputGroup[data-action-count="2"]{grid-template-columns:minmax(0,1fr) auto auto}.Layer__InputGroup[data-disabled]{cursor:not-allowed}.Layer__MinimalSearchField{border:none;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"input clear-button";align-items:center;display:grid}.Layer__MinimalSearchField>[slot=input]{padding-inline:var(--spacing-3xs);font-family:var(--font-family);background:0 0;border:none;outline:none;grid-area:input}.Layer__MinimalSearchField>[slot=input]::-webkit-search-cancel-button{appearance:none}.Layer__MinimalSearchField>[slot=input]::-webkit-search-decoration{appearance:none}.Layer__MinimalSearchField[data-empty]>[slot=input]{grid-column:1/-1}.Layer__MinimalSearchField>[slot=clear-button]{grid-area:clear-button}.Layer__MinimalSearchField[data-empty]>[slot=clear-button]{display:none}.Layer__MinimalSearchField[data-disabled],.Layer__MinimalSearchField[data-disabled]>[slot=input]{cursor:not-allowed}.Layer__SearchField.Layer__InputGroup{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon search";gap:0;padding-inline-start:0;padding-inline-end:var(--spacing-3xs);display:grid}.Layer__SearchField.Layer__InputGroup>[slot=icon]{grid-area:icon;block-size:2rem;inline-size:2rem}.Layer__SearchField.Layer__InputGroup>[slot=search]{grid-area:search}.Layer__SearchField.Layer__InputGroup .Layer__SearchField__Icon[data-disabled]{cursor:not-allowed;color:var(--color-base-500)}.Layer__CategorySelectDrawerWithTrigger .Layer__UI__Button{justify-content:space-between}.Layer__csv-upload{height:6rem;padding:var(--spacing-xs);border-radius:var(--spacing-3xs);border:1px dashed var(--color-base-300);background:var(--color-base-100);transition:border-color .5s,background-color .5s;position:relative}.Layer__csv-upload--drag-active{background:var(--color-base-200);border-color:var(--color-base-500)}.Layer__csv-upload__browse-link{all:unset;cursor:pointer;text-decoration:underline}.Layer__csv-upload__browse-link:focus,.Layer__csv-upload__browse-link:active,.Layer__csv-upload__browse-link:focus-visible{box-shadow:0 0 0 3px #1a1a1a14, 0 0 0 1px var(--color-base-700);border-radius:2px;outline:none}.Layer__csv-upload__error-message{bottom:var(--spacing-sm);left:var(--spacing-sm);position:absolute}.Layer__csv-upload__error-message .Layer__data-state__icon{background:var(--color-base-0)}.Layer__csv-upload__file-row{height:2rem;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--border-radius-3xs);border:1px solid var(--color-base-300);background:var(--color-base-100)}.Layer__csv-upload__file-row--drop-target{height:6rem}.Layer__csv-upload__copy-template-headers-button-group{box-sizing:border-box;padding:var(--spacing-3xs);border-radius:var(--border-radius-3xs);background-color:var(--color-base-200)}.Layer__csv-upload__copy-template-headers-button-group .Layer__btn{flex:auto}.Layer__CsvUpload__Table__wrapper{border-radius:var(--border-radius-3xs);border:1px solid var(--border-color);outline-offset:1px}.Layer__CsvUpload__Table__wrapper .Layer__UI__VirtualizedTable__container{border-radius:inherit}.Layer__CsvUpload__Table__wrapper .Layer__UI__VirtualizedTable__header{background-color:var(--bg-subtle)}.Layer__CsvUpload__Table__wrapper .Layer__UI__VirtualizedTable__header>tr{display:grid}.Layer__CsvUpload__Table__wrapper .Layer__UI__VirtualizedTable__header>tr,.Layer__CsvUpload__Table__wrapper .Layer__UI__VirtualizedTable__row{grid-template-columns:68px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}.Layer__CsvUpload__Table__wrapper .Layer__UI__Table-Column,.Layer__CsvUpload__Table__wrapper .Layer__UI__Table-Cell{border-left:1px solid var(--border-color)}.Layer__CsvUpload__Table__wrapper .Layer__UI__Table-Column:first-child,.Layer__CsvUpload__Table__wrapper .Layer__UI__Table-Cell:first-child{border-left:none;padding-left:0}.Layer__CsvUpload__Table__wrapper .Layer__UI__Table-Column{border-bottom:1px solid var(--border-color);padding:0}.Layer__CsvUpload__Table__wrapper .Layer__UI__Table-Cell:has(.Layer__CsvUpload__Table__cell-content--row-error){background-color:var(--color-info-error-bg)}.Layer__CsvUpload__Table__header-cell-content{padding:var(--spacing-sm) var(--spacing-md)}.Layer__CsvUpload__Table__header-cell-content--row{margin-left:auto}.Layer__CsvUpload__Table__cell-content{white-space:nowrap;text-overflow:ellipsis;align-content:center;width:100%;display:block;overflow:hidden}.Layer__CsvUpload__Table__cell-content--error{color:var(--color-info-error-fg)}.Layer__CsvUpload__Table__cell-content--row{text-align:end}.Layer__UI__FieldError{font-size:var(--text-xs);color:var(--color-danger);padding-block-start:var(--spacing-3xs)}.Layer__UI__TextField,.Layer__UI__DateField,.Layer__UI__NumberField{grid-template-areas:"label""input""errorMessage";display:grid}.Layer__UI__TextField[data-inline],.Layer__UI__DateField[data-inline],.Layer__UI__NumberField[data-inline]{grid-template-areas:"label input"".errorMessage";align-items:center}.Layer__UI__TextField[data-inline][data-textarea],.Layer__UI__DateField[data-inline][data-textarea],.Layer__UI__NumberField[data-inline][data-textarea]{align-items:flex-start}.Layer__UI__TextField[data-readonly] [slot=input],.Layer__UI__DateField[data-readonly] [slot=input],.Layer__UI__NumberField[data-readonly] [slot=input]{background-color:var(--bg-muted)}.Layer__UI__TextField>[slot=errorMessage],.Layer__UI__DateField>[slot=errorMessage],.Layer__UI__NumberField>[slot=errorMessage]{grid-area:errorMessage}.Layer__UI__Input,.Layer__UI__DateInput{min-inline-size:0;padding-inline:var(--spacing-xs);font-size:var(--input-font-size);line-height:140%;font-family:var(--font-family);vertical-align:middle;background-color:#0000;outline:none}.Layer__UI__Input[data-inset],.Layer__UI__DateInput[data-inset]{border:none;padding-inline:0}.Layer__UI__Input[data-placement=first],.Layer__UI__DateInput[data-placement=first]{border-start-start-radius:inherit;border-end-start-radius:inherit}.Layer__Checkbox{cursor:pointer;align-items:center;display:inline-flex;position:relative}.Layer__Checkbox [slot=checkbox]{box-sizing:border-box;height:var(--size);width:var(--size);border-radius:var(--checkbox-radius);border:2px solid var(--outline-default);background-color:var(--color-base-50);color:#0000;--size:1rem;--checkbox-radius:var(--border-radius-3xs);place-items:center;transition:all .1s ease-out;display:grid}.Layer__Checkbox [slot=checkbox][data-pressed]{border-color:var(--outline-active)}.Layer__Checkbox[data-size=md] [slot=checkbox]{--size:1.25rem;--checkbox-radius:5px}.Layer__Checkbox[data-size=lg] [slot=checkbox]{--size:1.5rem;--checkbox-radius:var(--border-radius-2xs)}.Layer__Checkbox svg{transition:all .1s ease-out}.Layer__Checkbox[data-readonly] [slot=checkbox]{background-color:var(--bg-muted)}.Layer__Checkbox[data-hovered] [slot=checkbox],.Layer__Checkbox[data-pressed] [slot=checkbox]{border-color:var(--outline-active)}.Layer__Checkbox[data-focus-visible] [slot=checkbox]{outline:1px solid var(--outline-active);outline-offset:2px}.Layer__Checkbox[data-selected] [slot=checkbox],.Layer__Checkbox[data-indeterminate] [slot=checkbox]{background-color:var(--fg-default);color:var(--bg-default);border-color:var(--fg-default)}.Layer__Checkbox[data-variant=success] [slot=checkbox]{background-color:var(--color-info-success)}.Layer__Checkbox[data-selected][data-variant=success] [slot=checkbox]{border-color:var(--color-info-success)}.Layer__Checkbox[data-variant=error] [slot=checkbox]{border-color:var(--color-info-error)}.Layer__Checkbox[data-selected][data-variant=error] [slot=checkbox]{background-color:var(--color-info-error)}.Layer__Checkbox[data-variant=round] [slot=checkbox]{border:.5px solid var(--color-base-400);background-color:#fff;border-radius:50%}.Layer__Checkbox[data-selected][data-variant=round] [slot=checkbox]{border:1px solid var(--color-info-success);background-color:var(--color-info-success-bg)}.Layer__Checkbox[data-selected][data-variant=round] [slot=checkbox] svg{color:var(--color-info-success)}.Layer__Checkbox[data-selected][data-readonly] [slot=checkbox]{border-color:var(--fg-subtle);background-color:var(--fg-subtle)}.Layer__Checkbox[data-disabled]{cursor:not-allowed}.Layer__Checkbox[data-disabled] [slot=checkbox]{background-color:var(--color-base-200)}.Layer__Checkbox[data-labeled]{gap:var(--spacing-xs)}.Layer__FormCheckboxField{grid-template-areas:"label""checkbox";justify-content:center;display:grid}.Layer__FormCheckboxField>[slot=checkbox]{margin-block:var(--spacing-2xs);grid-area:checkbox;justify-self:center}.Layer__FormCheckboxField>[slot=label]{grid-area:label;padding-block-end:var(--spacing-3xs)}.Layer__FormCheckboxField--inline{gap:var(--spacing-3xs);grid-template-areas:"checkbox label";align-items:center}.Layer__FormCheckboxField--inline>[slot=label]{padding-block-end:0}.Layer__UI__DateSegment{border-radius:var(--border-radius-4xs);padding:1px}.Layer__UI__DateSegment[data-focused]{background-color:var(--color-base-400);outline:none}.Layer__UI__DateSegment[data-hovered]{background-color:var(--color-base-400)}.Layer__UI__DateSegment:not([data-interactive]){background-color:#0000}.Layer__UI__DateInput[data-pointer-events=none]{pointer-events:none}.Layer__UI__DatePicker .Layer__UI__FieldError{padding-block-start:0}.Layer__UI__DatePicker[data-disabled]{color:var(--color-base-500)}.Layer__UI__DatePicker[data-readonly] [slot=input]{background-color:var(--bg-muted)}.Layer__UI__Calendar{width:min-content}.Layer__UI__CalendarGrid{border-collapse:collapse}.Layer__UI__CalendarCell,.Layer__UI__CalendarHeaderCell{border-radius:var(--border-radius-3xs);width:2rem;height:2rem;font-size:var(--text-sm);text-align:center;line-height:2rem}.Layer__UI__CalendarCell[data-size=md],.Layer__UI__CalendarHeaderCell[data-size=md]{width:2.75rem;height:2.75rem;font-size:var(--text-md);line-height:2.75rem}.Layer__UI__CalendarCell{transition:background-color .2s,color .2s}.Layer__UI__CalendarCell[data-hovered]{background-color:var(--color-base-400)}.Layer__UI__CalendarCell[data-selected]{background-color:var(--color-base-900);color:var(--color-base-0)}.Layer__UI__CalendarCell[data-disabled]{color:var(--color-base-400)}.Layer__UI__CalendarCell[data-outside-month]{color:var(--color-base-0);transition:none}.Layer__DateCalendar__Header{border-bottom:1px solid var(--border-color)}.Layer__PickerDropdownIndicator{block-size:var(--size);min-inline-size:var(--size);cursor:pointer;color:var(--color-base-600);--size:1.25rem;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Layer__Popover{border-radius:var(--border-radius-xs);border:1px solid var(--outline-default);background:var(--color-base-0);inline-size:min(90svi,60ch);display:grid}.Layer__Popover[data-flex-inline]{inline-size:auto}.Layer__UI__DatePicker>.Layer__Label{display:block}.Layer__FormDatePickerField{grid-template-areas:"label""datepicker";display:grid}.Layer__FormDatePickerField--inline{grid-template-areas:"label datepicker";align-items:center}.Layer__FormDatePickerField--inline .Layer__UI__DatePicker{display:contents}.Layer__FormDatePickerField--inline .Layer__UI__DatePicker>.Layer__UI__Label{grid-area:label}.Layer__FormDatePickerField .Layer__UI__DatePicker{grid-area:datepicker}.Layer__RadioGroup{gap:var(--spacing-xs);flex-direction:column;display:flex}.Layer__RadioGroup[data-orientation=horizontal]{gap:var(--spacing-sm);flex-direction:row}.Layer__Radio{gap:var(--spacing-xs);cursor:pointer;align-items:center;width:fit-content;display:inline-flex;position:relative}.Layer__Radio [slot=radio]{box-sizing:border-box;height:var(--size);width:var(--size);border:2px solid var(--outline-default);background-color:var(--color-base-50);color:#0000;--size:1.25rem;border-radius:50%;place-items:center;transition:all .1s ease-out;display:grid}.Layer__Radio [slot=radio][data-pressed]{border-color:var(--outline-active)}.Layer__Radio [slot=radio] svg{fill:currentColor;stroke:none;transition:all .1s ease-out}.Layer__Radio[data-readonly] [slot=radio]{background-color:var(--bg-muted)}.Layer__Radio[data-hovered] [slot=radio],.Layer__Radio[data-pressed] [slot=radio]{border-color:var(--outline-active)}.Layer__Radio[data-focus-visible] [slot=radio]{outline:1px solid var(--outline-active);outline-offset:2px}.Layer__Radio[data-selected] [slot=radio]{background-color:var(--fg-default);color:var(--bg-default);border-color:var(--fg-default)}.Layer__Radio[data-selected][data-readonly] [slot=radio]{border-color:var(--fg-subtle);background-color:var(--fg-subtle)}.Layer__Radio[data-disabled]{cursor:not-allowed}.Layer__Radio[data-disabled] [slot=radio]{background-color:var(--color-base-200)}.Layer__FormRadioGroupField.Layer__RadioGroup{gap:var(--spacing-3xs);grid-template-areas:"label""options";display:grid}.Layer__FormRadioGroupField.Layer__RadioGroup.Layer__FormRadioGroupField--inline{grid-template-areas:"label options";gap:0}.Layer__FormRadioGroupField.Layer__RadioGroup>[slot=label]{grid-area:label}.Layer__FormRadioGroupField.Layer__RadioGroup>[slot=options]{grid-area:options}.Layer__UI__Switch{align-items:center;gap:.5rem;display:flex}.Layer__UI__Switch [slot=indicator]{box-sizing:border-box;border:1px solid var(--outline-default);background:var(--color-base-0);border-radius:1rem;align-items:center;width:2.25rem;height:1.25rem;transition:all .2s;display:flex}.Layer__UI__Switch [slot=indicator]:before{background:var(--color-base-1000);content:"";border-radius:.5rem;width:1rem;height:1rem;transition:all .2s}.Layer__UI__Switch[data-selected] [slot=indicator]{border-color:var(--color-base-1000);background:var(--color-base-1000)}.Layer__UI__Switch[data-selected] [slot=indicator]:before{background:var(--color-base-0);transform:translate(1.125rem)}.Layer__FormSwitchField{grid-template-areas:"label""switch";display:grid}.Layer__FormSwitchField>[slot=switch]{margin-block:var(--spacing-2xs);grid-area:switch;justify-self:center}.Layer__FormSwitchField>[slot=label]{grid-area:label;padding-block-end:var(--spacing-3xs)}.Layer__FormSwitchField--inline{gap:var(--spacing-3xs);grid-template-areas:"label switch";align-items:center}.Layer__FormSwitchField--inline>[slot=label]{padding-block-end:0}.Layer__UI__TextArea{box-sizing:content-box;min-block-size:5lh;padding-block:var(--spacing-xs);border-radius:var(--input-border-radius);border:1px solid var(--border-color);background-color:var(--color-base-0);font-size:var(--input-font-size);line-height:140%;font-family:var(--font-family);padding-inline-start:var(--spacing-xs);padding-inline-end:var(--spacing-3xs)}.Layer__UI__TextArea::-webkit-scrollbar-track{margin-block:2px}.Layer__UI__TextArea[data-resize=both]{resize:both}.Layer__UI__TextArea[data-resize=horizontal]{resize:horizontal}.Layer__UI__TextArea[data-resize=vertical]{resize:vertical}.Layer__UI__TextArea[data-resize=none]{resize:none}.Layer__UI__TextArea[data-focused]{border-color:var(--color-base-800);outline:2px solid var(--outline-default)}.Layer__UI__TextArea[data-disabled]{cursor:not-allowed}.Layer__custom-account-form .Layer__custom-account-form__field>.Layer__input-tooltip{flex:1;display:flex}.Layer__custom-account-form .Layer__custom-account-form__field>.Layer__input-tooltip>.Layer__custom-account-form__input{flex:1}.Layer__UI__Table-Table{border-collapse:collapse}.Layer__UI__Table-TableHeader{height:3.25rem}.Layer__UI__Table-TableHeader:not(:last-child) .Layer__UI__Table-Column{border-bottom:1px solid var(--color-base-300)}.Layer__UI__Table-TableHeader>tr{height:inherit}.Layer__UI__Table-TableHeader--hidden{display:none}.Layer__UI__Table-Row{background-color:var(--color-base-200);height:3.25rem}.Layer__UI__Table-Row:not(:last-child) .Layer__UI__Table-Cell{border-bottom:1px solid var(--color-base-300)}.Layer__UI__Table-Row[data-depth="0"]{background-color:var(--color-base-0)}.Layer__UI__Table-Row[data-depth="1"]{background-color:var(--color-base-50)}.Layer__UI__Table-Row[data-depth="2"]{background-color:var(--color-base-100)}.Layer__UI__Table-Column{box-sizing:border-box;height:inherit;padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-sm);font-weight:var(--font-weight-normal);color:var(--color-base-600);align-items:center;display:flex}.Layer__UI__Table-Column:first-child{padding-left:var(--spacing-md)}.Layer__UI__Table-Column:last-child{padding-right:var(--spacing-md)}.Layer__UI__Table-Column[data-text-align=left]{text-align:left}.Layer__UI__Table-Column[data-text-align=center]{text-align:center}.Layer__UI__Table-Column[data-text-align=right]{text-align:right}.Layer__UI__Table-Cell{box-sizing:border-box;height:inherit;padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-md);font-weight:var(--font-weight-normal);color:var(--color-base-800);align-items:center;display:flex}.Layer__UI__Table-Cell:first-child{padding-left:var(--spacing-md)}.Layer__UI__Table-Cell:last-child{padding-right:var(--spacing-md)}.Layer__UI__VirtualizedTable__container{position:relative;overflow:auto}.Layer__UI__VirtualizedTable__state-container{justify-content:center;align-items:center;display:flex}.Layer__UI__VirtualizedTable{display:grid}.Layer__UI__VirtualizedTable__header{z-index:1;display:grid;position:sticky;top:0}.Layer__UI__VirtualizedTable__header-cell{background-color:var(--color-base-0)}.Layer__UI__VirtualizedTable__row{width:100%;display:grid;position:absolute}.Layer__upload-transactions{container-type:inline-size}.Layer__upload-transactions .Layer__upload-transactions__select-account-name-input__Container{max-width:24rem}.Layer__upload-transactions .Layer__upload-transactions__create-account-form{padding:var(--spacing-md);border-radius:var(--border-radius-3xs);background:var(--color-base-100)}.Layer__upload-transactions .Layer__upload-transactions__parse-csv-error-message{max-width:29rem}.Layer__upload-transactions .Layer__upload-transactions__template-section{padding:var(--spacing-md);border-radius:var(--border-radius-3xs);border:1px solid var(--color-base-300)}.Layer__upload-transactions .Layer__upload-transactions__template-section__button-row{justify-content:space-between;display:flex}@container (width<=36rem){.Layer__upload-transactions .Layer__upload-transactions__template-section__button-row{flex-direction:column}.Layer__upload-transactions .Layer__upload-transactions__template-section__button-row>.Layer__upload-transactions__template-section__button-row-item{width:100%}}@container (width<=30rem){.Layer__upload-transactions .Layer__upload-transactions__confirmation-step__button-row{flex-direction:column}.Layer__upload-transactions .Layer__upload-transactions__confirmation-step__button-row>.Layer__upload-transactions__confirmation-step__button-row-item{width:100%}}.Layer__upload-transactions .Layer__upload-transactions__confirmation-step__data-state .Layer__data-state__description{margin-bottom:0}.Layer__upload-transactions .Layer__upload-transactions__preview_table .Layer__UI__VirtualizedTable__header>tr,.Layer__upload-transactions .Layer__upload-transactions__preview_table .Layer__UI__VirtualizedTable__row{grid-template-columns:68px 108px minmax(0,3fr) minmax(0,1fr)}.Layer__upload-transactions .Layer__upload-transactions__preview_table--has-external-id .Layer__UI__VirtualizedTable__header>tr,.Layer__upload-transactions .Layer__upload-transactions__preview_table--has-external-id .Layer__UI__VirtualizedTable__row,.Layer__upload-transactions .Layer__upload-transactions__preview_table--has-reference-number .Layer__UI__VirtualizedTable__header>tr,.Layer__upload-transactions .Layer__upload-transactions__preview_table--has-reference-number .Layer__UI__VirtualizedTable__row{grid-template-columns:68px 100px 108px minmax(0,3fr) minmax(0,1fr)}.Layer__upload-transactions .Layer__upload-transactions__preview_table--has-external-id.Layer__upload-transactions__preview_table--has-reference-number .Layer__UI__VirtualizedTable__header>tr,.Layer__upload-transactions .Layer__upload-transactions__preview_table--has-external-id.Layer__upload-transactions__preview_table--has-reference-number .Layer__UI__VirtualizedTable__row{grid-template-columns:68px 100px 100px 108px minmax(0,3fr) minmax(0,1fr)}.Layer__upload-transactions .Layer__upload-transactions__preview_table .Layer__UI__Table-Cell__ValidateCsvTable--amount .Layer__CsvUpload__Table__header-cell-content,.Layer__upload-transactions .Layer__upload-transactions__preview_table .Layer__UI__Table-Column__ValidateCsvTable--amount .Layer__CsvUpload__Table__header-cell-content{margin-left:auto}.Layer__upload-transactions .Layer__upload-transactions__preview_table .Layer__UI__Table-Cell__ValidateCsvTable--amount .Layer__CsvUpload__Table__cell-content,.Layer__upload-transactions .Layer__upload-transactions__preview_table .Layer__UI__Table-Column__ValidateCsvTable--amount .Layer__CsvUpload__Table__cell-content{text-align:right}.Layer__UI__DropdownMenu__Popover[data-entering]{animation:.12s popover-slide}.Layer__UI__DropdownMenu__Popover[data-exiting]{animation:.12s reverse popover-slide}@keyframes popover-slide{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Layer__UI__DropdownMenu__Dialog{gap:var(--spacing-xs);padding:var(--spacing-sm);border-radius:var(--border-radius-xs);border:1px solid var(--border-color);background:var(--color-base-0);display:grid;overflow:hidden}.Layer__UI__DropdownMenu__Dialog[data-variant=compact]{padding:0}.Layer__UI__DropdownMenu__MenuItem{gap:var(--spacing-xs);padding:var(--spacing-xs);border-radius:var(--border-radius-3xs);border:1px solid var(--border-color);cursor:pointer;align-items:center;transition:background-color .1s ease-in-out;display:flex}.Layer__UI__DropdownMenu__MenuItem:hover,.Layer__UI__DropdownMenu__MenuItem:focus-visible{background-color:var(--color-base-50)}.Layer__UI__DropdownMenu__MenuItem[data-variant=compact]{border:none;border-radius:0;gap:0}.Layer__UI__DropdownMenu__MenuItem[data-variant=compact]:not(:last-child){border-bottom:1px solid var(--border-color)}.Layer__UI__DropdownMenu__Menu{gap:var(--spacing-3xs);display:grid}.Layer__UI__DropdownMenu__Menu[data-variant=compact]{gap:0}.Layer__DataTableHeaderMenu__Icon{padding:var(--spacing-3xs);border-radius:var(--spacing-3xs);background:var(--color-base-200);color:var(--color-base-500)}.Layer__BankTransactionsActions{gap:var(--spacing-xs);grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"toggle.download-upload""search search search";align-items:center;display:grid}@container (width>=840px){.Layer__BankTransactionsActions{grid-template-columns:auto minmax(0,2fr) 15rem auto;grid-template-areas:"toggle.search download-upload"}}.Layer__BankTransactionsActions>[slot=toggle]{grid-area:toggle}.Layer__BankTransactionsActions>[slot=search]{grid-area:search}.Layer__BankTransactionsActions>[slot=download-upload]{grid-area:download-upload}.Layer__BulkActionsModule__SelectedItemsContainer{border-radius:var(--border-radius-2xs);border:1px solid var(--color-base-300);background-color:var(--color-base-100);height:2.25rem}.Layer__MonthCalendar__Header{border-bottom:1px solid var(--border-color)}.Layer__MonthCalendar__MonthGrid{gap:var(--spacing-3xs);padding:var(--spacing-xs);grid-template-columns:repeat(3,4.5rem);display:grid}.Layer__MonthCalendar__MonthGrid--mobile{grid-template-columns:repeat(3,6.5rem)}.Layer__MonthCalendar__MonthGridItem{border-radius:var(--border-radius-2xs);block-size:2rem;inline-size:4.5rem;font-size:var(--text-sm);text-align:center;color:var(--button-fg-ghost);justify-self:center;place-items:center;transition:background-color .2s,color .2s;display:grid}.Layer__MonthCalendar__MonthGridItem[data-focus-visible]{outline:1px auto -webkit-focus-ring-color}.Layer__MonthCalendar__MonthGridItem[data-disabled]{cursor:not-allowed;color:var(--button-fg-disabled)}.Layer__MonthCalendar__MonthGridItem[data-selected]{background-color:var(--color-base-900);color:var(--color-base-0)}.Layer__MonthCalendar__MonthGridItem[data-hovered]:not([data-disabled],[data-selected]){background-color:var(--button-bg-ghost-hovered)}.Layer__MonthCalendar__MonthGridItem--mobile{block-size:2.75rem;inline-size:6.5rem;font-size:var(--text-md)}.Layer__MonthPicker__Popover{inline-size:auto}.Layer__MonthPicker__InputGroup{inline-size:12rem}.Layer__MonthPicker__InputGroup--truncated{inline-size:12ch}.Layer__bankTransactionsListItemCategory__List{padding-block:var(--spacing-xs);padding-inline:var(--spacing-md)}.Layer__bankTransactionsListItemCategory__Mobile{padding-block:var(--spacing-xs);padding-inline:var(--spacing-md);border-radius:0 0 var(--border-radius-sm) var(--border-radius-sm);border-top:1px solid var(--color-base-400);background-color:var(--color-base-100)}.Layer__bookkeeping-status{gap:var(--spacing-3xs);white-space:nowrap;align-items:center;display:flex}.Layer__bookkeeping-status .Layer__bookkeeping-status__icon-wrapper{background:var(--color-info-bg);width:16px;height:16px;color:var(--color-info-fg);border-radius:50%;justify-content:center;align-items:center;margin-top:-1px;display:flex}.Layer__bookkeeping-status[data-status=warning] .Layer__bookkeeping-status__icon-wrapper{background:var(--color-info-warning-bg);color:var(--color-info-warning-fg)}.Layer__bookkeeping-status[data-status=success] .Layer__bookkeeping-status__icon-wrapper{background:var(--color-info-success-bg);color:var(--color-info-success-fg)}.Layer__bookkeeping-status[data-status=error] .Layer__bookkeeping-status__icon-wrapper{background:var(--color-info-error-bg);color:var(--color-info-error-fg)}.Layer__BankTransactionsProcessingInfo{padding-block:var(--spacing-xs);padding-inline:var(--spacing-md);border-radius:0 0 var(--border-radius-sm) var(--border-radius-sm);border-top:1px solid var(--color-base-400);background-color:var(--color-base-100)}.Layer__TagDimensionsGroup__TagComboBox{width:100%;min-width:10rem}.Layer__file-thumb{box-sizing:border-box;gap:var(--spacing-2xs);justify-content:space-between;align-items:flex-start;min-height:38px;display:flex;position:relative;container-type:normal}.Layer__file-thumb:not(.Layer__file-thumb--floating){width:100%;max-width:680px}@container (width<=300px){.Layer__file-thumb:not(.Layer__file-thumb--floating){border-bottom:1px solid var(--color-base-300);flex-direction:column}.Layer__file-thumb:not(.Layer__file-thumb--floating) .Layer__file-thumb__actions:not(.Layer__file-thumb__actions--floating){margin-left:-6px;padding-left:0;padding-right:0}.Layer__file-thumb:not(.Layer__file-thumb--floating) .Layer__file-thumb__actions:not(.Layer__file-thumb__actions--floating) .Layer__icon-btn{width:26px;height:26px}.Layer__file-thumb:not(.Layer__file-thumb--floating) .Layer__file-thumb__actions:not(.Layer__file-thumb__actions--floating) .Layer__icon-btn svg{width:14px;height:14px}}.Layer__file-thumb__main{gap:var(--spacing-2xs);grid-template-columns:auto minmax(0,1fr);display:grid}.Layer__file-thumb__actions{gap:var(--spacing-4xs);padding:var(--spacing-4xs);display:flex}.Layer__file-thumb__actions .Layer__icon-btn.Layer__icon-btn--active{background-color:var(--color-base-50)}.Layer__file-thumb__actions .Layer__icon-btn.Layer__icon-btn--active:hover{background-color:var(--color-base-100)}.Layer__file-thumb__actions .Layer__file-thumb__actions__remove{color:var(--color-danger)}.Layer__file-thumb__actions.Layer__file-thumb__actions--floating{border-radius:var(--border-radius-3xs);box-shadow:0 1px 2px 0 var(--base-transparent-6), 0 0 0 1px var(--color-base-300);background-color:var(--color-base-0);display:none;position:absolute;top:-20px;right:-10px;transform:scale(.8)}.Layer__file-thumb:hover .Layer__file-thumb__actions--floating{display:flex}.Layer__file-thumb__img{border-radius:var(--border-radius-3xs,4px);width:38px;height:38px;box-shadow:0 1px 2px 0 var(--base-transparent-6), 0 0 0 1px var(--color-base-300);background:var(--color-base-300)}.Layer__file-thumb__img img{object-fit:cover;width:100%;height:100%}.Layer__file-thumb__details{gap:var(--spacing-4xs);padding:var(--spacing-4xs) var(--spacing-2xs);font-size:var(--text-sm);flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.Layer__file-thumb__details__date{color:var(--color-base-600)}.Layer__file-thumb__details__uploading{gap:var(--spacing-3xs);color:var(--color-info-fg);align-items:center;display:flex}.Layer__file-thumb__details__error{color:var(--color-danger)}.Layer__file-thumb__details__name{overflow-wrap:break-word}.Layer__MatchTooltip{row-gap:var(--spacing-2xs);min-width:200px;font-size:var(--text-sm);flex-direction:column;display:flex}.Layer__MatchTooltip .Layer__MatchTooltip__date{color:var(--color-base-500)}.Layer__MatchTooltip .Layer__MatchTooltip__description{max-width:230px;color:var(--color-base-500)}.Layer__MatchTooltip .Layer__MatchTooltip__amount{font-size:var(--text-md)}.Layer__MatchForm__Table{gap:var(--spacing-xs) 0;max-width:40rem;margin-bottom:var(--spacing-sm);grid-template-columns:120px minmax(0,1fr) 100px max-content;display:grid}.Layer__MatchForm__Table:has(.Layer__MatchForm__Table__status){grid-template-columns:120px minmax(0,1fr) 100px max-content min-content}.Layer__MatchForm__Table:not(:has(.Layer__MatchForm__Table__link)){grid-template-columns:120px minmax(0,1fr) 100px}.Layer__MatchForm__Table:not(:has(.Layer__MatchForm__Table__link)):has(.Layer__MatchForm__Table__status){grid-template-columns:120px minmax(0,1fr) 100px min-content}.Layer__MatchForm__Table .Layer__MatchForm__Table__header{background:0 0;display:contents}.Layer__MatchForm__Table .Layer__MatchForm__Table__header>div{padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-sm);color:var(--color-base-500);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Layer__MatchForm__Table .Layer__MatchForm__Table__date{box-sizing:border-box;width:120px;padding:var(--spacing-xs) var(--spacing-sm)}.Layer__MatchForm__Table .Layer__MatchForm__Table__amount{width:100px;padding:var(--spacing-xs) var(--spacing-sm)}.Layer__MatchForm__Table .Layer__MatchForm__Table__link{white-space:nowrap;overflow:visible}.Layer__MatchForm__Table .Layer__MatchForm__Table__status{text-align:right;width:100px}.Layer__MatchForm__Table .Layer__MatchForm__Table__status.no-match{display:none}.Layer__MatchForm__Table .Layer__MatchForm__Table__desc{padding:var(--spacing-xs) var(--spacing-sm);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.Layer__MatchForm__Table .Layer__MatchForm__Table__desc .Layer__tooltip-trigger{display:flex}.Layer__MatchForm__Table .Layer__MatchForm__Table__desc .Layer__MatchForm__Table__desc-tooltip{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.Layer__MatchForm__Table .Layer__text--error{padding:var(--spacing-2xs) 0;padding-bottom:var(--spacing-md);margin:0}.Layer__MatchForm__Row{cursor:pointer;align-items:stretch;display:contents;overflow:hidden}.Layer__MatchForm__Row .Layer__tooltip-trigger{padding-top:0}.Layer__MatchForm__Row>div{padding:var(--spacing-xs) var(--spacing-sm);border-top:1px solid var(--color-base-300);border-bottom:1px solid var(--color-base-300);font-size:var(--text-md);color:var(--color-base-500);align-items:center;display:flex;overflow:hidden}.Layer__MatchForm__Row>div:first-child{border-top-left-radius:var(--border-radius-2xs);border-bottom-left-radius:var(--border-radius-2xs);border-left:1px solid var(--color-base-300)}.Layer__MatchForm__Row>div:nth-child(3):last-of-type,.Layer__MatchForm__Row>div:nth-child(4){border-top-right-radius:var(--border-radius-2xs);border-bottom-right-radius:var(--border-radius-2xs);border-right:1px solid var(--color-base-300)}.Layer__MatchForm__Row>div:nth-child(5),.Layer__MatchForm__Row:hover>div:nth-child(5){background-color:#0000;border-color:#0000}.Layer__MatchForm__Row:hover>div{border-top:1px solid var(--color-base-300);border-bottom:1px solid var(--color-base-300);background:var(--color-base-0);color:var(--color-base-700)}.Layer__MatchForm__Row:hover>div.Layer__MatchForm__Table__amount{color:var(--color-base-1000)}.Layer__MatchForm__Row:hover>div:first-child{border-top-left-radius:var(--border-radius-2xs);border-bottom-left-radius:var(--border-radius-2xs);border-left:1px solid var(--color-base-300)}.Layer__MatchForm__Row:hover>div:nth-child(3):last-of-type,.Layer__MatchForm__Row:hover>div:nth-child(4){border-top-right-radius:var(--border-radius-2xs);border-bottom-right-radius:var(--border-radius-2xs);border-right:1px solid var(--color-base-300)}.Layer__MatchForm__Row--selected>div{border-top:1px solid var(--color-base-800);border-bottom:1px solid var(--color-base-800);background:var(--color-base-0);color:var(--color-base-700)}.Layer__MatchForm__Row--selected>div.Layer__MatchForm__Table__amount{color:var(--color-base-1000)}.Layer__MatchForm__Row--selected>div:first-child{border-left:1px solid var(--color-base-800)}.Layer__MatchForm__Row--selected>div:nth-child(3):last-of-type,.Layer__MatchForm__Row--selected>div:nth-child(4){border-right:1px solid var(--color-base-800)}.Layer__MatchForm__Row--selected:hover>div{border-top:1px solid var(--color-base-500);border-bottom:1px solid var(--color-base-500);background:var(--color-base-0);color:var(--color-base-700)}.Layer__MatchForm__Row--selected:hover>div:first-child{border-left:1px solid var(--color-base-500)}.Layer__MatchForm__Row--selected:hover>div:nth-child(3):last-of-type,.Layer__MatchForm__Row--selected:hover>div:nth-child(4){border-right:1px solid var(--color-base-500)}@container (width<=714px){.Layer__MatchForm__Table .Layer__MatchForm__Table__header{display:none}.Layer__MatchForm__Row{border-radius:var(--border-radius-2xs);border:1px solid var(--color-base-300);flex-direction:column}.Layer__MatchForm__Row:hover{border:1px solid var(--color-base-500);background:var(--color-base-0);color:var(--color-base-700)}.Layer__MatchForm__Row--selected{border:1px solid var(--color-base-800);background:var(--color-base-0);color:var(--color-base-700)}.Layer__MatchForm__Row--selected:hover{border:1px solid var(--color-base-800)}.Layer__MatchForm__Table__date{justify-content:space-between;display:flex;width:100%!important}.Layer__MatchForm__Table__desc{gap:var(--spacing-sm);justify-content:space-between}.Layer__MatchForm__Table__desc>span:first-child{width:calc(100% - 220px)}.Layer__MatchForm__Table__desc>span:nth-child(2){flex:0}}.Layer__ExpandedBankTransactionRow__Description{width:55%}@container (width<=760px){.Layer__ExpandedBankTransactionRow__Description{width:100%;padding-inline-end:var(--spacing-md)}}.Layer__BusinessFormMobile{border-radius:var(--border-radius-2xs);border:1px solid var(--color-base-300)}.Layer__BusinessFormMobileItem[data-selected]{background:var(--color-base-100)}.Layer__MatchFormMobile{border-radius:var(--border-radius-2xs);border:1px solid var(--color-base-300)}.Layer__MatchFormMobile [data-selected]{background:var(--color-base-100)}.Layer__MatchFormMobileItem__Checkbox{padding-inline-end:var(--spacing-md)}.Layer__BankTransactionsMobileSplitForm__SplitRow{max-inline-size:100%}.Layer__BankTransactionsMobileSplitForm__AmountInput{flex-shrink:0;inline-size:6rem}.Layer__BankTransactionsMobileListItem__CategorizedValue{color:var(--color-base-500)}.Layer__BankTransactionsMobileListItem__HeadingContentLeft{min-width:0;overflow:hidden}.Layer__bank-transaction-row__category-hstack{max-width:100%}.Layer__bank-transaction-row__category-open{padding-block-start:.875rem}.Layer__bank-transaction-row__category{width:100%;overflow:hidden}.Layer__UI__ResponsiveComponent{width:100%;height:100%}.Layer__BaseDetailView{overflow:hidden}.Layer__BaseDetailView__Header{border-bottom:1px solid var(--border-color);align-items:center;height:4.75rem;padding-left:1.25rem}.Layer__MobileListItem{padding:var(--spacing-sm);border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background-color:var(--color-base-0);grid-template-columns:1fr;grid-template-areas:"content";display:grid}.Layer__MobileListItem[data-selection-mode=multiple],.Layer__MobileListItem[data-selection-mode=single]{grid-template-columns:auto 1fr;grid-template-areas:"selection content"}.Layer__MobileList{gap:var(--spacing-sm);flex-direction:column;display:flex}.Layer__pagination-container{padding:var(--spacing-md);justify-content:end}@container (width>=1400px){.Layer__pagination-container{padding:var(--spacing-md) var(--spacing-xl)}}.Layer__pagination-nav{display:contents}.Layer__pagination{gap:var(--spacing-4xs);height:2.25rem;padding-inline:var(--spacing-4xs);border-radius:var(--border-radius-2xs);border:1px solid var(--color-base-300);background:var(--color-base-50);align-self:flex-end;align-items:center;list-style-type:none;display:inline-flex}.Layer__CategorizationRulesMobileList .Layer__CategorizationRulesView__EmptyState,.Layer__CategorizationRulesMobileList .Layer__CategorizationRulesView__ErrorState{padding:var(--spacing-sm);padding-top:var(--spacing-lg);border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background-color:var(--color-base-0)}.Layer__CategorizationRulesMobileListItem{width:100%;min-width:0}.Layer__CategorizationRulesMobileListItem__Content{min-width:0}.Layer__DataTable__EmptyState__Row{height:fit-content}.Layer__DataTable__EmptyState__Cell{grid-column:1/-1;justify-content:center}.Layer__PaginatedDataTable__Pagination{border-top:1px solid var(--border-color)}.Layer__CategorizationRulesTable{border:none}.Layer__UI__Table__CategorizationRulesTable{table-layout:fixed;width:100%}.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-Row,.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-TableHeader>tr{grid-template-columns:minmax(8rem,32%) minmax(7rem,20%) minmax(8rem,40%) auto;display:grid}.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-Cell__CategorizationRulesTable--Delete{justify-content:end}.Layer__AffectedTransactionsTable{--affected-transactions-table-cols:minmax(10rem, 25%) minmax(20rem, 50%) minmax(10rem, 25%);container-type:inline-size}.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable{table-layout:fixed}.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__row,.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__header>tr{grid-template-columns:var(--affected-transactions-table-cols);display:grid}.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Column__AffectedTransactionsTable--Date,.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Cell__AffectedTransactionsTable--Date{color:var(--color-base-600)}.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Column__AffectedTransactionsTable--Amount,.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Cell__AffectedTransactionsTable--Amount{justify-content:flex-end}@container (width<=840px){.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__row,.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__header>tr{grid-template-columns:minmax(4rem,25%) minmax(8rem,50%) minmax(4rem,25%)}}.Layer__card{border-radius:var(--spacing-sm);box-shadow:0 4px 12px 0 var(--base-transparent-8), 0 2px 4px 0 var(--base-transparent-6), 0 0 0 1px var(--base-transparent-4);background:var(--color-base-0);flex-direction:column;display:flex}.Layer__hover-menu{width:100%;display:flex;position:relative}.Layer__hover-menu.Layer__hover-menu--open .Layer__hover-menu__list-wrapper{opacity:1;touch-action:auto;pointer-events:auto;top:100%;right:0}.Layer__hover-menu .Layer__hover-menu__children{cursor:pointer;justify-content:center;align-items:center;width:100%;display:flex}.Layer__hover-menu .Layer__hover-menu__list-wrapper{z-index:99;min-width:160px;padding-top:var(--spacing-xs);touch-action:none;pointer-events:none;opacity:0;justify-content:stretch;transition:all .15s ease-out;display:flex;position:absolute;top:80%;right:-8px}.Layer__hover-menu .Layer__hover-menu__list-wrapper .Layer__hover-menu__list{box-sizing:border-box;gap:var(--spacing-3xs);padding:var(--spacing-3xs);border-radius:var(--spacing-xs);box-shadow:0 0 0 1px #1919190f, 0 4px 12px 0 var(--base-transparent-1,#10182803), 0 2px 4px 0 #1919190f;background:var(--color-base-0);flex-direction:column;flex:1;margin:0;list-style:none;display:flex}.Layer__hover-menu .Layer__hover-menu__list-wrapper .Layer__hover-menu__list .Layer__hover-menu__list-item{padding:var(--spacing-3xs);padding-left:var(--spacing-xs);border-radius:var(--spacing-2xs);color:var(--color-base-500);align-items:center;transition:all .2s ease-in-out;display:flex}.Layer__hover-menu .Layer__hover-menu__list-wrapper .Layer__hover-menu__list .Layer__hover-menu__list-item .Layer__hover-menu__list-item-button{cursor:pointer;width:100%;font-size:var(--text-sm);text-align:start;color:inherit;font-feature-settings:inherit;letter-spacing:-.06px;background:0 0;border:none;outline:none;font-family:inherit;font-weight:500;line-height:normal}.Layer__hover-menu .Layer__hover-menu__list-wrapper .Layer__hover-menu__list .Layer__hover-menu__list-item:hover{background:var(--color-base-50);color:var(--color-base-800);font-weight:540}.Layer__BasicLinkedAccountContainer{padding-block:var(--spacing-xs);padding-inline:var(--spacing-xs) var(--spacing-md);border-radius:var(--border-radius-xs);border:1px solid var(--outline-subtle);grid-template-columns:minmax(0,1fr) auto;display:grid}.Layer__BasicLinkedAccountContainer[data-selected]{background-color:var(--bg-subtle)}.Layer__BasicLinkedAccountLogo{width:52px;height:28px;padding:var(--spacing-3xs) 0;border-radius:var(--border-radius-3xs);background:var(--color-base-0);color:var(--color-base-200);justify-content:center;align-items:center;display:flex}.Layer__Menu{gap:var(--spacing-3xs);max-block-size:inherit;min-inline-size:9rem;padding:var(--spacing-3xs);border-radius:var(--spacing-xs);border:1px solid var(--border-color);background:#fff;outline:none;flex-direction:column;display:flex;overflow:auto}.Layer__MenuItem{padding-block:var(--spacing-3xs);padding-inline:var(--spacing-xs);border-radius:var(--spacing-2xs);cursor:pointer;outline:none;align-items:center;display:flex}.Layer__MenuItem[data-focused]{background:var(--color-base-50);color:var(--color-base-800)}.Layer__MenuItem[data-focus-visible]{outline:1px solid var(--color-base-100);outline-offset:1px}.Layer__Pill{padding:var(--spacing-2xs) var(--spacing-sm);border-radius:var(--badge-border-radius);background-color:var(--badge-bg-color);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--text-sm);color:var(--badge-color);white-space:nowrap;border:none;outline:none;flex-direction:row;align-items:center;display:inline-flex}.Layer__Pill svg{margin-right:.25rem}.Layer__Pill[data-status=error]{background-color:var(--color-info-error-bg);color:var(--color-info-error-fg)}.Layer__Pill[data-status=error][data-focus-visible]{outline:1px solid var(--color-info-error-bg);outline-offset:1px}.Layer__caobfb{gap:var(--spacing-sm);max-height:280px;padding-block:var(--spacing-sm);padding-inline:var(--spacing-md);border-radius:var(--border-radius-xs);border:1px solid var(--color-base-100);transition:all .25s ease-in-out .8s;display:flex;position:relative;container-type:inline-size}.Layer__caobfb[data-confirmed=true]{background-color:var(--color-base-50)}.Layer__caobfb__icon-col{justify-content:center;align-items:flex-start;display:flex}.Layer__caobfb__details-col{gap:var(--spacing-2xs);color:var(--color-base-700);flex-direction:column;flex:1;display:flex}.Layer__caobfb__details-col__details{padding-bottom:var(--spacing-sm)}.Layer__caobfb__details-col__name{gap:var(--spacing-3xs);width:100%;max-width:500px;display:flex}.Layer__caobfb__details-col__name__institution-name{max-width:50%;color:var(--color-base-500);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Layer__caobfb__details-col__name__account-name{max-width:50%;color:var(--color-base-1000);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Layer__caobfb__details-col__inputs{gap:var(--spacing-sm);padding:var(--spacing-sm) 0;border-top:1px solid var(--color-base-200);align-items:center;display:flex}.Layer__caobfb__details-col__inputs .Layer__input-group,.Layer__caobfb__details-col__inputs .Layer__input-group .Layer__input{width:100%}@container (width<=440px){.Layer__caobfb__details-col__inputs{flex-direction:column}}.Layer__caobfb__confirm-col{justify-content:flex-end;align-items:flex-start;display:flex}.Layer__caobfb__success-banner{z-index:-1;padding:var(--spacing-sm);background-color:var(--color-base-50);color:var(--color-info-success-fg);opacity:0;flex-direction:column;justify-content:center;align-items:center;transition:opacity .12s ease-in-out;display:flex;position:absolute;inset:0}.Layer__caobfb[data-saved]{border-width:0;max-height:0;padding:0;overflow:hidden}.Layer__caobfb[data-saved] .Layer__caobfb__success-banner{opacity:1;z-index:101}.Layer__ChartYAxis__tick tspan{font-size:var(--text-sm)}.Layer__ChartTooltip{padding:var(--spacing-2xs) var(--spacing-sm);border-radius:var(--border-radius-3xs);background-color:var(--color-base-1000);font-size:var(--text-sm);color:var(--color-base-500)}.Layer__ChartTooltip__list{margin:0;padding:0}.Layer__ChartTooltip__list li{column-gap:var(--spacing-sm);justify-content:space-between;list-style:none;display:flex}.Layer__ProfitAndLossDetailReport{--pnl-detail-table-cols:minmax(7.5rem, 8%) minmax(7rem, 18%) minmax(10rem, 18%) minmax(12rem, 36%) minmax(7.5rem, 10%) minmax(7.5rem, 10%)}.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport{table-layout:fixed}.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport .Layer__UI__VirtualizedTable__row,.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport .Layer__UI__VirtualizedTable__header>tr{grid-template-columns:var(--pnl-detail-table-cols);display:grid}.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport .Layer__UI__Table-Column__ProfitAndLossDetailReport--Date,.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport .Layer__UI__Table-Cell__ProfitAndLossDetailReport--Date{color:var(--color-base-600)}.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport .Layer__UI__Table-Column__ProfitAndLossDetailReport--Amount,.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport .Layer__UI__Table-Cell__ProfitAndLossDetailReport--Amount,.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport .Layer__UI__Table-Column__ProfitAndLossDetailReport--Balance,.Layer__ProfitAndLossDetailReport .Layer__UI__Table__ProfitAndLossDetailReport .Layer__UI__Table-Cell__ProfitAndLossDetailReport--Balance{justify-content:flex-end}.Layer__ProfitAndLossDetailReport .Layer__profit-and-loss-detail-report__total-row{grid-template-columns:var(--pnl-detail-table-cols);padding:var(--spacing-sm) var(--spacing-md);border-top:1px solid var(--color-base-300);display:grid}.Layer__ProfitAndLossDetailReport .Layer__profit-and-loss-detail-report__total-label{grid-column:1}.Layer__ProfitAndLossDetailReport .Layer__profit-and-loss-detail-report__total-amount{grid-column:5;justify-content:flex-end}@container (width<=840px){.Layer__ProfitAndLossDetailReport{--pnl-detail-table-cols:minmax(4rem, 25%)  minmax(8rem, 55%)  minmax(4rem, 20%)}.Layer__ProfitAndLossDetailReport .Layer__UI__VirtualizedTable__row,.Layer__ProfitAndLossDetailReport .Layer__UI__VirtualizedTable__header>tr{grid-template-columns:var(--pnl-detail-table-cols)}.Layer__ProfitAndLossDetailReport .Layer__UI__Table-Column__ProfitAndLossDetailReport--Type,.Layer__ProfitAndLossDetailReport .Layer__UI__Table-Column__ProfitAndLossDetailReport--Account,.Layer__ProfitAndLossDetailReport .Layer__UI__Table-Column__ProfitAndLossDetailReport--Balance,.Layer__ProfitAndLossDetailReport .Layer__UI__Table-Cell__ProfitAndLossDetailReport--Type,.Layer__ProfitAndLossDetailReport .Layer__UI__Table-Cell__ProfitAndLossDetailReport--Account,.Layer__ProfitAndLossDetailReport .Layer__UI__Table-Cell__ProfitAndLossDetailReport--Balance{display:none}.Layer__ProfitAndLossDetailReport .Layer__profit-and-loss-detail-report__total-row{grid-template-columns:var(--pnl-detail-table-cols)}.Layer__ProfitAndLossDetailReport .Layer__profit-and-loss-detail-report__total-label{grid-column:1/3}.Layer__ProfitAndLossDetailReport .Layer__profit-and-loss-detail-report__total-amount{grid-column:3}}.Layer__ProfitAndLossReport__Modal--drawer .Layer__ProfitAndLossDetailReport .Layer__UI__VirtualizedTable__container{max-height:calc(var(--visual-viewport-height) - (4.75rem + 42px))}.Layer__ProfitAndLossReport__Modal--mobile .Layer__BaseDetailView{flex-direction:column;display:flex}.Layer__ProfitAndLossReport__Modal--mobile .Layer__ProfitAndLossDetailReport{min-height:0}.Layer__GlobalDateRangeSelection{gap:var(--spacing-xs);grid-template-columns:9rem repeat(2,minmax(10rem,12rem));display:grid}.Layer__GlobalDateRangeSelection--mobile{gap:var(--spacing-3xs);grid-template-columns:8rem repeat(2,minmax(6.75rem,10rem))}.Layer__GlobalDateRangeSelection .Layer__tooltip-trigger{padding-top:0}.Layer__profit-and-loss-header__bookkeeping-status{position:absolute;bottom:-20px;left:0}.Layer__profit-and-loss__header{gap:var(--spacing-2xs);flex-direction:column}@container (width<460px){.Layer__profit-and-loss-header__bookkeeping-status{width:260px;height:18px;position:static}.Layer__profit-and-loss-header__bookkeeping-status .Layer__bookkeeping-status{white-space:normal}}.Layer__DateGroupByComboBox__Container{inline-size:12rem;max-inline-size:12rem}.Layer__CompareTagsMultiSelect__Container{min-inline-size:12rem;max-inline-size:20rem}.Layer__input-tooltip:has(.Layer__CompareTagsMultiSelect){flex:1}.Layer__panel{flex:1;align-items:flex-start;height:100%;display:flex}.Layer__panel__content{width:100%;padding-bottom:var(--spacing-lg);flex-direction:column;flex:1;display:flex}.Layer__panel.Layer__panel--open .Layer__panel__content{border-right:1px solid var(--color-base-300);width:calc(100% - 480px)}.Layer__panel .Layer__panel__content .Layer__component-header{z-index:auto;border-top-left-radius:var(--border-radius-sm);border-top-right-radius:var(--border-radius-sm);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff80;top:0}.Layer__panel__sidebar{z-index:10;border-top-right-radius:var(--border-radius-sm);border-left:1px solid var(--color-base-300);background:var(--color-base-0);width:480px;max-width:0;height:100%;max-height:0;transition:max-width .18s ease-in-out;position:sticky;top:0;overflow-x:hidden}.Layer__panel__sidebar .Layer__panel__sidebar-content{background:var(--color-base-0);opacity:.2;width:480px;min-width:480px;height:100%;transition:opacity .18s ease-in-out}.Layer__panel__sidebar--default{flex:1;width:100%;max-width:none}.Layer__panel__sidebar--default .Layer__panel__sidebar-content{width:100%}.Layer__panel.Layer__panel--open .Layer__panel__sidebar{max-width:480px;max-height:none;margin-left:-1px}.Layer__panel.Layer__panel--open .Layer__panel__sidebar .Layer__panel__sidebar-content{opacity:1}@container (width>=1025px){.Layer__panel__sidebar.Layer__panel__sidebar--floating{position:absolute;top:0;right:0}}@container (width<=1024px){.Layer__panel__sidebar{border-radius:var(--border-radius-sm);opacity:.2;border-width:0;width:100%;max-width:100%;transition:transform .12s ease-in-out,opacity .12s ease-in-out;position:absolute;transform:translateY(-50px)scale(.96)}.Layer__panel__sidebar .Layer__panel__sidebar-content{height:min-content;position:sticky;top:0}.Layer__panel--open .Layer__panel__sidebar{overflow:unset}.Layer__panel.Layer__panel--open .Layer__panel__sidebar{opacity:1;justify-content:center;width:100%;max-width:100%;max-height:100%;margin-left:0;display:flex;top:0;left:0;transform:translateY(0)scale(1)}.Layer__panel.Layer__panel--open .Layer__panel__content{width:100%}}.Layer__GlobalDateSelection{gap:var(--spacing-xs);grid-template-columns:repeat(2,minmax(10rem,12rem));min-width:18.5rem;display:grid}.Layer__GlobalDateSelection--mobile{gap:var(--spacing-3xs);grid-template-columns:repeat(2,minmax(6.75rem,10rem));min-width:16rem}.Layer__GlobalDateSelection .Layer__tooltip-trigger{padding-top:0}.Layer__JournalEntryForm__LineItem{gap:var(--spacing-xs);align-items:flex-end;display:flex}.Layer__JournalEntryForm__LineItem .Layer__JournalEntryForm__Field--accountName{flex:12rem;max-width:20rem}.Layer__JournalEntryForm__LineItem .Layer__JournalEntryForm__Field--amount{flex:0 12rem;max-width:12rem}.Layer__JournalEntryForm__LineItem .Layer__JournalEntryForm__Field--tag{flex:none;min-width:12rem}.Layer__JournalEntryForm__LineItem .Layer__JournalEntryForm__Field--memo{flex:2 12rem}.Layer__JournalEntryForm__LineItem--readonly .Layer__JournalEntryForm__Field--removeButton{display:none}@media (width<=768px){.Layer__JournalEntryForm__LineItem{gap:var(--spacing-sm);flex-direction:column;align-items:stretch}.Layer__JournalEntryForm__LineItem .Layer__JournalEntryForm__Field{flex:auto;max-width:16rem}}.Layer__JournalEntryForm{padding-top:var(--spacing-xl)}.Layer__JournalEntryForm .Layer__JournalEntryForm__Row{gap:var(--spacing-md);padding:0 var(--spacing-xl);display:flex}.Layer__JournalEntryForm .Layer__JournalEntryForm__Row>*{flex:0 0 clamp(16rem,100%,24rem)}@container (width<=760px){.Layer__JournalEntryForm .Layer__JournalEntryForm__Row{flex-direction:column}.Layer__JournalEntryForm .Layer__JournalEntryForm__Row>*{flex:1;max-width:clamp(12rem,100%,16rem)}}.Layer__JournalEntryForm .Layer__JournalEntryForm__Metadata{border-top:1px solid var(--color-base-300);background-color:var(--color-base-50)}.Layer__JournalEntryForm .Layer__JournalEntryForm__AdditionalTextFields{flex:1;min-width:20rem;max-width:32rem}.Layer__TasksEmptyContainer{place-items:center;min-block-size:20rem;display:grid}.Layer__mobile-panel{z-index:-1;background-color:var(--color-base-50);opacity:0;filter:blur(6px);flex-direction:column;width:100dvw;height:100dvh;transition:opacity .18s ease-out;display:flex;position:fixed;top:0;left:0}.Layer__mobile-panel[data-open]{z-index:var(--z-index-mobile-panel);opacity:1;filter:blur();overflow:auto}.Layer__mobile-panel__header{gap:var(--spacing-lg);padding:var(--spacing-sm) var(--spacing-lg);border-bottom:1px solid var(--color-base-100);background-color:var(--color-base-0);align-items:center;display:flex;top:0}.Layer__mobile-panel__content{padding:var(--spacing-lg);flex:1}.Layer__tabs__container{min-height:50px;overflow:auto hidden}.Layer__tabs{box-sizing:border-box;gap:var(--spacing-xs);width:fit-content;min-width:100%;height:42px;padding:0 var(--spacing-sm);border-bottom:2px solid var(--color-base-100);cursor:pointer;-webkit-user-select:none;user-select:none;isolation:isolate;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;align-items:center;display:flex;position:relative}.Layer__tabs .Layer__tabs-option-content{gap:var(--spacing-xs);align-items:center;display:flex}.Layer__tabs-option__icon{line-height:11px}.Layer__tabs-option{z-index:2;cursor:pointer;position:relative}.Layer__tabs-option input{opacity:0;width:1px;position:absolute}.Layer__tabs-option input+span{box-sizing:border-box;min-width:40px;height:36px;padding:var(--spacing-xs);cursor:pointer;font-size:var(--btn-font-size);font-family:var(--font-family);font-weight:var(--font-weight-bold);color:var(--text-color-secondary);font-variation-settings:"wght" 460;transition:color var(--transition-speed) ease-in-out, background-color .15s ease-in-out;border-bottom:2px solid #0000;justify-content:center;position:relative}.Layer__tabs-option input+span:hover,.Layer__tabs-option input:checked+span{color:var(--text-color-primary)}.Layer__tabs-option input:disabled+span{cursor:not-allowed;color:var(--text-color-secondary)}.Layer__tabs-option:hover input:disabled+span,.Layer__tabs-option:hover input:checked+span{background-color:#0000}.Layer__tabs.Layer__tabs--small .Layer__tabs-option input+span{border-radius:6px;height:32px}.Layer__tabs__thumb{box-sizing:border-box;z-index:3;background:var(--color-base-900);border-radius:2px;width:100px;height:2px;position:absolute;bottom:-2px;left:0}.Layer__tabs--initialized .Layer__tabs__thumb{transition:left .15s,width .15s}@container (width<=400px){.Layer__tabs-option .Layer__tasks__badge .Layer__tasks__badge__label{display:none}.Layer__tabs-option .Layer__tasks__badge .Layer__tasks__badge__label-short{display:flex}}body .calendly-overlay .calendly-popup{max-height:1024px}.Layer__LandingPage{box-sizing:border-box;gap:var(--spacing-md);border-radius:var(--border-radius-sm);background:var(--color-white);border:none;flex-direction:column;justify-content:flex-start;width:100%;height:100%;display:flex}.Layer__LandingPage__calendly-container{max-height:0;margin:0;transition:max-height .6s cubic-bezier(.4,0,.2,1);overflow:hidden}.Layer__LandingPage__calendly-container.visible{max-height:800px;margin:var(--spacing-lg) 0}.Layer__LandingPage__calendly-container .Layer__calendly-inline-widget{width:100%;min-height:630px;margin-bottom:var(--spacing-lg);transition:opacity .3s ease-in-out .8s}.Layer__LandingPage-options{max-width:1200px;padding:var(--spacing-xl) var(--spacing-lg);margin:0 auto}.Layer__LandingPage-options__grid{gap:var(--spacing-2xl);grid-template-columns:1fr 1fr;justify-items:center;margin:0 auto;display:grid}@media (width<=720px){.Layer__LandingPage-options__grid{grid-template-columns:1fr}}.Layer__LandingPage-options__card{gap:var(--spacing-xs);border:1px solid var(--color-base-100);overflow-wrap:break-word;background:#fff;border-radius:16px;flex-direction:column;margin:0;display:flex;position:relative;box-shadow:0 5px 10px #0000001a,0 1px 2px #0000000f}.Layer__LandingPage-options__feature-check{color:var(--fg-subtle)}.Layer__LandingPage__content{gap:var(--spacing-xl);flex-direction:column;display:flex}.Layer__LandingPage__offers{background-color:#0000;width:100%}.Layer__LandingPage__layout{flex-direction:row;justify-content:space-between;display:flex}@media (width<=1440px){.Layer__LandingPage__layout{flex-direction:column}}@media (width>1440px){.Layer__LandingPage__layout{max-width:1440px;margin:0 auto}}.Layer__LandingPage__responsive-content{gap:var(--spacing-2xl);flex-direction:column;display:flex}@media (width<=1440px){.Layer__LandingPage__responsive-content{max-width:100%}}.Layer__LandingPage__media-container{justify-content:center;align-items:center;transition:margin-top .3s ease-in-out,opacity .3s ease-in-out;display:flex}@media (width<=1440px){.Layer__LandingPage__media-container{margin-top:var(--spacing-lg)}}.Layer__LandingPage__media-container img{object-fit:cover;opacity:0;max-width:100%;height:auto;animation:.4s ease-in .1s forwards fade-in-image}@keyframes fade-in-image{0%{opacity:0}to{opacity:1}}.Layer__LinkAccountsListContainer{row-gap:var(--spacing-xs);grid-auto-rows:1fr;max-block-size:max(24rem,60dvh);display:grid;overflow-y:auto}@container (width>=48rem){.Layer__LinkAccountsListContainer{column-gap:var(--spacing-xs);grid-template-columns:repeat(2,minmax(0,1fr))}}.Layer__AccountConfirmationEmptyList{min-block-size:24rem;display:grid}.Layer__AccountConfirmationEmptyList>[slot=center]{place-self:center}.Layer__ElevatedLoadingSpinnerContainer{position:relative}.Layer__ElevatedLoadingSpinner{z-index:1;background:#fff9;place-items:center;display:grid;position:absolute;inset:0}.Layer__link-accounts{gap:var(--spacing-md);flex-direction:column;display:flex;container-type:inline-size}.Layer__platform-onboarding__book-onboarding-call .Layer__platform-onboarding__error{height:6rem}.Layer__platform-onboarding__book-onboarding-call.is-tablet .Layer__calendly-inline-widget--success,.Layer__platform-onboarding__book-onboarding-call.is-desktop .Layer__calendly-inline-widget--success{height:36rem}.Layer__platform-onboarding__book-onboarding-call.is-tablet .Layer__calendly-inline-widget,.Layer__platform-onboarding__book-onboarding-call.is-desktop .Layer__calendly-inline-widget{height:56rem}.Layer__business-form{width:100%;max-width:620px}.Layer__business-form__name-fields{gap:var(--spacing-sm);display:flex}@container (width<400px){.Layer__business-form__name-fields{flex-direction:column}}.Layer__business-form__state-tin-fields{gap:var(--spacing-sm);display:flex}.Layer__business-form__state-tin-fields .Layer__business-form__state{max-width:200px}@container (width<400px){.Layer__business-form__state-tin-fields{flex-direction:column}.Layer__business-form__state-tin-fields .Layer__business-form__state{max-width:100%}}.Layer__progress-steps{align-items:center;display:flex}.Layer__progress-steps .Layer__progress-steps--step-wrapper{align-items:flex-start;min-width:50px;display:flex;position:relative}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step{z-index:1;gap:var(--spacing-sm);flex-direction:column;display:flex;position:relative}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step[data-active=true] .Layer__progress-steps--circle:after{border-color:var(--color-base-800);transform:rotate(65deg)}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step[data-active=true]:not([data-complete=true]) .Layer__progress-steps--label p:after{opacity:1}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step[data-complete=true] .Layer__progress-steps--circle{border-color:var(--color-info-success-fg);background-color:var(--color-info-success-bg);border-style:solid}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step[data-complete=true] .Layer__progress-steps--circle:after{border-color:var(--color-info-success-fg)}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step .Layer__progress-steps--label{padding-right:var(--spacing-lg);white-space:nowrap}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step .Layer__progress-steps--label p{position:relative}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step .Layer__progress-steps--label p:after{z-index:-1;background-color:var(--color-base-300);content:"";opacity:0;border-radius:30px;width:100%;height:100%;padding:2px 8px;transition:all .2s;position:absolute;top:-2px;left:-8px}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step .Layer__progress-steps--circle{border:1px var(--color-base-500);background-color:var(--color-base-50);border-style:dashed;border-radius:100%;justify-content:center;align-items:center;width:12px;height:12px;transition:all .2s;display:flex;position:relative}.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--step .Layer__progress-steps--circle:after{border:1px var(--color-base-500);content:"";border-style:dashed;border-radius:100%;width:12px;height:12px;transition:all .2s;display:block;position:absolute;top:-1px;left:-1px}.Layer__progress-steps--step-line{background-color:var(--color-base-300);justify-content:flex-start;align-items:center;width:100%;height:2px;display:flex;position:absolute;top:6px}.Layer__progress-steps--step-line:after{background-color:var(--color-base-800);content:"";width:0%;height:2px;transition:all .2s;position:absolute}.Layer__progress-steps--step[data-complete=true] .Layer__progress-steps--step-line:after{width:100%}@container (width<530px){.Layer__progress-steps .Layer__progress-steps--step-wrapper .Layer__progress-steps--label{display:none}}.Layer__platform-onboarding{container-type:inline-size}.Layer__platform-onboarding-layout{box-sizing:border-box;padding:var(--spacing-lg);position:relative}.Layer__platform-onboarding__back-button-container{top:var(--spacing-lg);left:var(--spacing-lg);max-width:calc(672px + 2 * var(--spacing-xl));margin:auto;margin-bottom:var(--spacing-lg);position:absolute}@container (width<969px){.Layer__platform-onboarding__back-button-container{position:static}}.Layer__platfom-onboarding-layout__box{gap:var(--spacing-lg);max-width:672px;padding:var(--spacing-xl);border-radius:var(--border-radius-xs);box-shadow:0 0 0 1px var(--base-transparent-4);margin:auto;margin-bottom:var(--spacing-md);background:var(--color-base-0);flex-direction:column;display:flex}@container (width<500px){.Layer__platfom-onboarding-layout__box{padding:var(--spacing-md)}}.Layer__platform-onboarding-layout__footer{max-width:1200px;padding:var(--spacing-lg) 0;margin:auto}@container (width<500px){.Layer__platform-onboarding-layout__footer{padding:var(--spacing-md) 0}}.Layer__platform-onboarding__welcome,.Layer__platform-onboarding__summary{gap:var(--spacing-xs);max-width:510px;margin-bottom:var(--spacing-lg);flex-direction:column;align-items:flex-start;display:flex}.Layer__platform-onboarding__welcome-footer__content{gap:var(--spacing-lg);max-width:672px;padding:0 var(--spacing-xl);flex-direction:column;align-items:flex-start;margin:auto;display:flex}@container (width<500px){.Layer__platform-onboarding__welcome-footer__content{padding:0 var(--spacing-md)}}.Layer__platform-onboarding__welcome-footer__header{gap:var(--spacing-xs);flex-direction:column;display:flex}.Layer__platform-onboarding__welcome-footer__images{gap:var(--spacing-lg);max-width:1200px;padding-top:var(--spacing-5xl);flex-wrap:wrap;align-items:flex-start;margin:auto;display:flex}@container (width<640px){.Layer__platform-onboarding__welcome-footer__images{flex-direction:column;align-items:center}}.Layer__platform-onboarding__welcome-footer__images .Layer__platform-onboarding__welcome-footer__image{flex:1;max-width:360px}.Layer__platform-onboarding__welcome-footer__images .Layer__platform-onboarding__welcome-footer__image .Layer__platform__onboarding__welcome-footer__image-wrapper{gap:var(--spacing-2xl);box-shadow:0 0 0 1px var(--base-transparent-4,#1018280a);border-radius:12px;flex-direction:column;flex:1 0 0;align-items:center;display:flex}.Layer__platform-onboarding__welcome-footer__images .Layer__platform-onboarding__welcome-footer__image .Layer__platform__onboarding__welcome-footer__image-wrapper img{object-fit:contain;width:100%;height:100%}.Layer__platform-onboarding__welcome-footer__images .Layer__platform-onboarding__welcome-footer__image .Layer__platform__onboarding__welcome-footer__image-text{gap:var(--spacing-xs);text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:27ch;margin:auto;padding:36px 0;display:flex}.Layer__bar-banner{min-height:52px;padding:var(--spacing-3xs) var(--spacing-sm);border-radius:var(--border-radius-xs);box-shadow:0 0 0 3px var(--color-base-300);background-color:var(--color-base-800);color:var(--color-base-50);justify-content:space-between;align-items:center;display:flex}.Layer__bar-banner__left-col{gap:var(--spacing-md);align-items:center;display:flex}.Layer__bar-banner__text-container__desc{color:var(--color-base-300)}@container (width<=560px){.Layer__bar-banner--bookkeeping{gap:var(--spacing-sm);padding:var(--spacing-sm);flex-direction:column;align-items:flex-start}.Layer__bar-banner--bookkeeping .Layer__icon-box{display:none}}.Layer__TripPurposeComboBox{gap:var(--spacing-3xs);grid-template-areas:"label""input";display:grid}.Layer__TripPurposeComboBox--inline{grid-template-areas:"label input";align-items:center;gap:0}.Layer__VehicleSelector{gap:var(--spacing-3xs);grid-template-areas:"label""input";display:grid}.Layer__VehicleSelector--inline{grid-template-areas:"label input";align-items:center;gap:0}.Layer__TripForm{gap:var(--spacing-sm);max-width:44rem;padding-inline:var(--spacing-lg);flex-direction:column;display:flex}.Layer__TripForm .Layer__TripForm__FormError{padding-block-end:var(--spacing-xs)}.Layer__TripForm .Layer__TripForm__Field__Vehicle,.Layer__TripForm .Layer__TripForm__Field__TripDate,.Layer__TripForm .Layer__TripForm__Field__Distance,.Layer__TripForm .Layer__TripForm__Field__Purpose,.Layer__TripForm .Layer__TripForm__Field__StartAddress,.Layer__TripForm .Layer__TripForm__Field__EndAddress,.Layer__TripForm .Layer__TripForm__Field__Description{grid-template-columns:10rem auto;width:100%}.Layer__TripForm .Layer__TripForm__Submit{align-items:flex-end;padding-block-start:1rem}.Layer__MileageSummaryCard{width:100%}.Layer__MileageSummaryCard .Layer__MileageSummaryCard__Panel{border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background:var(--color-base-50);grid-template-rows:auto auto;grid-template-columns:1fr 1.5fr;min-height:150px;display:grid}.Layer__MileageSummaryCard .Layer__MileageSummaryCard__Panel .Layer__MileageSummaryCard__Panel-header{padding:var(--spacing-lg);border-bottom:1px solid var(--border-color)}.Layer__MileageSummaryCard .Layer__MileageSummaryCard__Panel .Layer__MileageSummaryCard__Panel-header-content{flex-wrap:wrap;justify-content:space-between}.Layer__MileageSummaryCard .Layer__MileageSummaryCard__Panel .Layer__MileageSummaryCard__Panel-header-content .Layer__MileageSummaryCard__Panel-header-tax-deduction-label{padding-block:var(--spacing-4xs)}.Layer__MileageSummaryCard .Layer__MileageSummaryCard__Panel .Layer__MileageSummaryCard__Panel-value{padding:var(--spacing-lg)}.Layer__MileageSummaryCard .Layer__MileageSummaryCard__Panel .Layer__MileageSummaryCard__Panel-left{border-right:1px solid var(--border-color)}.Layer__MileageSummaryCard .Layer__MileageSummaryCard__Panel .Layer__MileageSummaryCard__Panel-header.Layer__MileageSummaryCard__Panel-left{position:relative}.Layer__MileageSummaryCard .Layer__MileageSummaryCard__Panel .Layer__MileageSummaryCard__Panel-header-arrow-icon{background-color:var(--color-base-50);position:absolute;top:30%;right:-12px}.Layer__DataTableHeader__Filters{border-bottom:1px solid var(--border-color);height:4.25rem}.Layer__DataTableHeader__Header{border-bottom:1px solid var(--border-color);height:4.75rem}.Layer__InvoiceTable{width:clamp(48rem,100%,1406px)}.Layer__InvoiceTable__SearchField{width:15rem}.Layer__UI__Table__InvoiceTable{table-layout:fixed;width:100%}.Layer__UI__Table__InvoiceTable .Layer__UI__Table-Row,.Layer__UI__Table__InvoiceTable .Layer__UI__Table-TableHeader>tr{grid-template-columns:minmax(8rem,10%) minmax(6.75rem,15%) minmax(11.75rem,35%) minmax(7.75rem,15%) minmax(10rem,25%) 3.75rem;display:grid}.Layer__UI__Table__InvoiceTable .Layer__UI__Table-Column__InvoiceTable--Total,.Layer__UI__Table__InvoiceTable .Layer__UI__Table-Cell__InvoiceTable--Total{border-right:1px solid var(--color-base-300);justify-content:flex-end}.Layer__InvoiceTable__StatusFilter{width:11rem}.Layer__PaymentMethodComboBox{gap:var(--spacing-3xs);grid-template-areas:"label""input";display:grid}.Layer__PaymentMethodComboBox--inline{grid-template-areas:"label input";align-items:center;gap:0}.Layer__InvoiceRefundForm .Layer__InvoiceRefundForm__Field__InvoiceNo,.Layer__InvoiceRefundForm .Layer__InvoiceRefundForm__Field__CompletedAt,.Layer__InvoiceRefundForm .Layer__InvoiceRefundForm__Field__PaymentMethod{grid-template-columns:8rem auto;min-width:16rem}.Layer__InvoiceRefundForm .Layer__InvoiceRefundForm__Field__Amount{grid-template-columns:auto 8rem}.Layer__InvoiceRefundForm .Layer__InvoiceRefundForm__FormError{height:4rem;padding-inline:var(--spacing-md);border-bottom:1px solid var(--border-color)}.Layer__InvoiceRefundForm .Layer__InvoiceRefundForm__Field__InvoiceNo{display:grid}.Layer__InvoiceRefundForm .Layer__InvoiceRefundForm__Section{padding:var(--spacing-md);border-bottom:1px solid var(--border-color)}.Layer__InvoiceDetail__Heading{max-inline-size:30rem}.Layer__InvoiceDetail__SubHeader{border-bottom:1px solid var(--border-color);align-items:center;height:5.5rem;padding-left:2.25rem}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__InvoiceNo,.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__PaidAt,.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__PaymentMethod,.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__ReferenceNo,.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__Memo{grid-template-columns:8rem auto;min-width:16rem}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__Amount{grid-template-columns:8rem 8rem;justify-content:end}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__OutstandingBalance{grid-template-columns:8rem 7.5rem;justify-content:end;display:grid}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__FormError{height:4rem;padding-inline:var(--spacing-md);border-top:1px solid var(--border-color)}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__InvoiceNo{display:grid}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Section{padding:var(--spacing-md);border-top:1px solid var(--border-color)}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Section:first-child{border-top:none;padding-top:0}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Submit{display:grid}.Layer__CustomerForm{gap:var(--spacing-md);flex-direction:column;width:100%;display:flex}.Layer__CustomerForm .Layer__CustomerForm__FormError{padding:var(--spacing-sm)}.Layer__CustomerForm .Layer__CustomerForm__Submit{align-items:flex-end;padding-block-start:1rem}.Layer__CustomerForm .Layer__CustomerForm__Field__IndividualName,.Layer__CustomerForm .Layer__CustomerForm__Field__CompanyName,.Layer__CustomerForm .Layer__CustomerForm__Field__Email,.Layer__CustomerForm .Layer__CustomerForm__Field__Address{grid-template-columns:10rem auto;width:100%}.Layer__FormErrorBanner{border-bottom:1px solid var(--border-color);height:4rem}.Layer__InvoiceForm__LineItem{--grid-cols-base:minmax(12rem, 4fr) minmax(4rem, 1fr) minmax(6rem, 1fr) minmax(6rem, 1fr) minmax(3rem, 0fr);grid-template-columns:var(--grid-cols-base) auto;width:100%;display:grid}.Layer__InvoiceForm__LineItem--readonly{grid-template-columns:var(--grid-cols-base)}.Layer__InvoiceForm__Body{padding:var(--spacing-lg) var(--spacing-2xl);background-color:var(--bg-subtle)}.Layer__InvoiceForm__TotalRow{grid-template-columns:auto 1fr;height:2.5rem;display:grid}.Layer__InvoiceForm__TotalRow--withField{grid-template-columns:minmax(7.5rem,1fr) 7.5rem minmax(6rem,.8fr)}.Layer__InvoiceForm__Metadata{border-top:1px solid var(--color-base-300)}.Layer__InvoiceForm__TotalFields{max-width:28rem}.Layer__InvoiceForm__AdditionalTextFields{flex:1;min-width:20rem;max-width:32rem}.Layer__CustomerSelector{gap:var(--spacing-3xs);grid-template-areas:"label""input";display:grid}.Layer__CustomerSelector--inline{grid-template-areas:"label input";align-items:center;gap:0}.Layer__InvoiceForm__Terms{max-width:64rem;padding:var(--spacing-lg) var(--spacing-2xl);grid-template-columns:1.5fr 1fr;display:grid}.Layer__InvoiceForm{min-width:54rem}.Layer__InvoiceForm .Layer__InvoiceForm__Field__Customer,.Layer__InvoiceForm .Layer__InvoiceForm__Field__Email,.Layer__InvoiceForm .Layer__InvoiceForm__Field__Address{grid-template-columns:8rem auto;width:clamp(28rem,100%,44rem)}.Layer__InvoiceForm .Layer__InvoiceForm__Field__InvoiceNo,.Layer__InvoiceForm .Layer__InvoiceForm__Field__Terms,.Layer__InvoiceForm .Layer__InvoiceForm__Field__SentAt,.Layer__InvoiceForm .Layer__InvoiceForm__Field__DueAt{grid-template-columns:8rem auto;width:clamp(16rem,100%,24rem)}.Layer__InvoiceForm__TermsComboBox{align-items:center;display:grid}.Layer__InvoiceFinalizeForm{height:100%}.Layer__InvoiceFinalizeForm .Layer__InvoiceFinalizeForm__Section{padding:var(--spacing-md)}.Layer__InvoiceFinalizeForm .Layer__InvoiceFinalizeForm__Section+.Layer__InvoiceFinalizeForm__Section{border-top:1px solid var(--border-color)}.Layer__InvoiceFinalizeForm .Layer__FormSwitchField.Layer__FormSwitchField--inline{grid-template-columns:minmax(0,1fr) auto}.Layer__InvoiceFinalizeForm .Layer__InvoiceFinalizeForm__Field__CustomPaymentInstructions{min-width:18rem}.Layer__InvoiceFinalizeForm .Layer__InvoiceFinalizeForm__Submit{padding-block-start:var(--spacing-xs)}.Layer__InvoiceFinalizeForm .Layer__InvoiceFinalizeForm__ErrorBanner{height:auto;min-height:4rem;padding-block:var(--spacing-sm)}.Layer__InvoiceFinalizeForm .Layer__InvoiceFinalizeForm__ErrorBanner .Layer__data-state__icon{flex-shrink:0}.Layer__InvoicePreview__Container{width:40rem;max-height:52rem;margin-inline:auto;overflow:hidden auto}.Layer__InvoicePreview__Inner{overflow:hidden}.Layer__InvoicePreview__IFrame{transform-origin:0 0;border:none;width:125%;overflow-y:scroll;transform:scale(.8)}.Layer__InvoiceFinalizeStep{grid-template-columns:minmax(44rem,1fr) minmax(22rem,28rem);min-height:36rem;display:grid}.Layer__InvoiceFinalizeStep__PreviewPanel,.Layer__InvoiceFinalizeStep__PaymentMethodsPanel,.Layer__InvoiceFinalizeStep__PaymentMethodsPanelLoading{min-height:inherit}.Layer__InvoiceFinalizeStep__PreviewPanel{padding:var(--spacing-xl);border-right:1px solid var(--border-color)}.Layer__InvoiceFinalizeStep__PaymentMethodsPanelError{padding:var(--spacing-md)}@container (width<=72rem){.Layer__InvoiceFinalizeStep{grid-template-columns:1fr}.Layer__InvoiceFinalizeStep__PaymentMethodsPanel{order:1}.Layer__InvoiceFinalizeStep__PreviewPanel{border-top:1px solid var(--border-color);border-right:none;order:2}}.Layer__InvoiceDetail{width:clamp(62rem,100%,1406px);overflow-x:auto}.Layer__Meter [slot=bar]{border-radius:var(--border-radius-2xs);height:.75rem;overflow:hidden}.Layer__Meter__svg{width:100%}.Layer__Meter__track{fill:var(--color-base-300)}.Layer__Meter__fill{fill:var(--color-base-800)}.Layer__InvoiceSummaryStats__Container{box-sizing:border-box;width:clamp(48rem,100%,1406px);padding:var(--spacing-md) var(--spacing-lg)}.Layer__InvoiceSummaryStats__Payments{box-sizing:border-box;min-width:12rem;padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--border-radius-2xs);border:1px solid var(--border-color)}.Layer__InvoiceSummaryStats__Meter__track{fill:var(--color-info-bg)}.Layer__InvoiceSummaryStats__Meter__fill{fill:var(--color-info-warning-bg)}.Layer__UI__Banner{box-sizing:border-box;min-height:56px;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--border-radius-sm);border:1px solid var(--banner-border-color);background-color:var(--banner-bg)}.Layer__UI__Banner[data-variant=default]{--banner-bg:var(--color-base-100);--banner-border-color:var(--color-base-800);--banner-fg:var(--color-base-800);--banner-fg-muted:var(--color-base-600);--banner-icon-color:var(--color-base-800)}.Layer__UI__Banner[data-variant=info]{--banner-bg:var(--badge-bg-color-info);--banner-border-color:var(--badge-color-info);--banner-fg:var(--color-base-800);--banner-fg-muted:var(--color-base-600);--banner-icon-color:var(--color-base-800)}.Layer__UI__Banner[data-variant=warning]{--banner-bg:var(--badge-bg-color-warning);--banner-border-color:var(--badge-color-warning);--banner-fg:var(--color-base-800);--banner-fg-muted:var(--color-base-600);--banner-icon-color:var(--color-base-800)}.Layer__UI__Banner[data-variant=error]{--banner-bg:var(--badge-bg-color-error);--banner-border-color:var(--badge-color-error);--banner-fg:var(--color-base-800);--banner-fg-muted:var(--color-base-600);--banner-icon-color:var(--color-base-800)}.Layer__UI__Banner[data-variant=success]{--banner-bg:var(--badge-bg-color-success);--banner-border-color:var(--badge-color-success);--banner-fg:var(--color-base-800);--banner-fg-muted:var(--color-base-600);--banner-icon-color:var(--color-base-800)}.Layer__UI__Banner__iconContainer{color:var(--banner-icon-color)}.Layer__UI__Banner__content{min-width:0;color:var(--banner-fg);flex:1}.Layer__UI__Banner__title{color:var(--banner-fg)}.Layer__UI__Banner__description{color:var(--banner-fg-muted)}.Layer__UI__Banner__actions{flex-shrink:0}@container (width<=560px){.Layer__UI__Banner{flex-direction:column;align-items:flex-start}}.Layer__StripeConnectBanner__wrapper{box-sizing:border-box;width:clamp(48rem,100%,1406px);container-type:inline-size}.Layer__ExpandButton{min-width:16px;height:16px;transition:transform .1s ease-in-out}.Layer__ExpandButton--collapsed{transform:rotate(0)}.Layer__ExpandButton--expanded{transform:rotate(180deg)}.Layer__UI__Table__UnifiedReport{min-width:100%}.Layer__UI__Table__UnifiedReport .Layer__UI__Table-Column,.Layer__UI__Table__UnifiedReport .Layer__UI__Table-Cell{text-align:end;display:table-cell}.Layer__UI__Table__UnifiedReport .Layer__UI__Table-Column__UnifiedReport--displayName,.Layer__UI__Table__UnifiedReport .Layer__UI__Table-Cell__UnifiedReport--displayName{text-align:start}.Layer__UnifiedReport__Header{border-bottom:1px solid var(--border-color);height:4.75rem}@container (width<=768px){.Layer__UnifiedReport__Header{height:fit-content;padding-block:var(--spacing-md);grid-template-columns:100%;display:grid}.Layer__UnifiedReport__Header>:last-child{padding-block-start:var(--spacing-md)}.Layer__UnifiedReport__Header>:not(:last-child){border-bottom:1px solid var(--border-color);padding-block-end:var(--spacing-md)}}.Layer__UnifiedReport__Header__SecondaryActions{gap:var(--spacing-xs)}@media (width<=500px){.Layer__UnifiedReport__Header__SecondaryActions{gap:var(--spacing-3xs)}}.Layer__UnifiedReport{min-width:clamp(24rem,100%,1406px);overflow:hidden}.Layer__AddToCalendar__CalendarIcon{width:1rem;height:1rem}.Layer__call-booking{padding:var(--spacing-lg)}.Layer__call-booking .Layer__call-booking-details{width:100%}.Layer__call-booking .Layer__call-booking-actions{width:100%;position:relative}.Layer__call-booking .Layer__call-booking-state{text-align:center}@media (width<=480px){.Layer__call-booking{padding:var(--spacing-md)}}.Layer__YearPicker{inline-size:8rem}.Layer__MileageDeductionChart .recharts-responsive-container{box-sizing:border-box;padding:0}.Layer__MileageDeductionChart__bar--deduction{fill:var(--bar-color-income)}.Layer__MileageDeductionChart__bar--deduction:hover{opacity:.8}.Layer__MileageTrackingStats__YearSelector{width:8rem}.Layer__MileageTrackingStats__Content{gap:var(--spacing-lg);padding:var(--spacing-md);flex-direction:row;display:flex}@container (width<=760px){.Layer__MileageTrackingStats__Content{flex-direction:column-reverse}}.Layer__MileageTrackingStats__Cards{min-width:12rem}.Layer__MileageTrackingStats__Chart{flex:1}.Layer__MileageTrackingStats__Card{box-sizing:border-box;padding-block:var(--spacing-sm);padding-inline:var(--spacing-md);border-radius:var(--border-radius-2xs);border:1px solid var(--border-color)}.Layer__TripsMobileHeader__SearchField{flex:1}.Layer__TripsMobileList .Layer__TripsView__EmptyState,.Layer__TripsMobileList .Layer__TripsView__ErrorState{padding:var(--spacing-sm);padding-top:var(--spacing-lg);border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background-color:var(--color-base-0)}.Layer__TripsMobileListItem{width:100%;min-width:0}.Layer__TripsMobileListItem__LeftContent{min-width:0}.Layer__TripsTable__VehicleSelector{width:12rem}.Layer__TripsTable__SearchField{width:15rem}.Layer__TripsTable{width:clamp(61rem,100%,1406px);overflow:hidden}.Layer__UI__Table__TripsTable{table-layout:fixed;width:100%}.Layer__UI__Table__TripsTable .Layer__UI__Table-Row,.Layer__UI__Table__TripsTable .Layer__UI__Table-TableHeader>tr{grid-template-columns:minmax(8rem,10%) minmax(8rem,15%) minmax(6rem,10%) minmax(8rem,10%) minmax(12rem,25%) minmax(12rem,30%) 6rem;display:grid}.Layer__UI__Table__TripsTable .Layer__UI__Table-Column__TripsTable--Distance,.Layer__UI__Table__TripsTable .Layer__UI__Table-Column__TripsTable--Actions,.Layer__UI__Table__TripsTable .Layer__UI__Table-Cell__TripsTable--Distance,.Layer__UI__Table__TripsTable .Layer__UI__Table-Cell__TripsTable--Actions{justify-content:flex-end}.Layer__VehicleForm{gap:var(--spacing-md);flex-direction:column;width:100%;display:flex}.Layer__VehicleForm .Layer__VehicleForm__FormError{padding:var(--spacing-sm)}.Layer__VehicleForm .Layer__VehicleForm__Submit{align-items:flex-end;padding-block-start:1rem}.Layer__VehicleForm .Layer__VehicleForm__Field__MakeAndModel,.Layer__VehicleForm .Layer__VehicleForm__Field__Year,.Layer__VehicleForm .Layer__VehicleForm__Field__LicensePlate,.Layer__VehicleForm .Layer__VehicleForm__Field__Vin,.Layer__VehicleForm .Layer__VehicleForm__Field__Description,.Layer__VehicleForm .Layer__VehicleForm__Field__IsPrimary{grid-template-columns:10rem auto;width:100%}.Layer__VehicleCard{box-shadow:0 0 0 1px var(--border-color)}.Layer__VehicleCard .Layer__VehicleCard__Header{flex:1;min-width:0}.Layer__VehicleCard .Layer__VehicleCard__Icon{min-width:20px;min-height:20px;color:var(--color-base-400)}.Layer__VehicleManagementGrid{gap:var(--spacing-md);padding:var(--spacing-md);grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));display:grid}@media (width<=768px){.Layer__VehicleManagementGrid{grid-template-columns:1fr}}.Layer__project-view .Layer__category-menu{max-width:300px}.Layer__project-view .Layer__select__menu{z-index:2}.Layer__ExpandableCard{box-shadow:none;border:none;border-radius:0}.Layer__ExpandableCard:not(:first-child){border-top:1px solid var(--color-base-300)}.Layer__ExpandableCard__Header{all:unset;box-sizing:border-box;width:100%;padding:var(--spacing-md);cursor:pointer;display:block}.Layer__ExpandableCard__Content{padding-block-end:var(--spacing-md);padding-inline:var(--spacing-md)}.Layer__ResponsiveDetailView{container-type:inline-size}.Layer__TaxTable{table-layout:fixed;width:100%}.Layer__TaxTable__Header{display:none}.Layer__TaxTable .Layer__UI__Table-Row{grid-template-columns:minmax(6rem,60%) minmax(4rem,40%);display:grid}.Layer__TaxTable .Layer__UI__Table-Row--mobile{height:auto}.Layer__TaxTable .Layer__UI__Table-Cell:nth-child(2){text-align:right;justify-content:flex-end}.Layer__UI__Table-Row.Layer__TaxTable__Row--nested{background-color:var(--color-base-50)}.Layer__UI__Table-Row.Layer__TaxTable__Row--nested .Layer__UI__Table-Cell:first-child{padding-left:var(--spacing-lg)}.Layer__UI__Table-Row.Layer__TaxTable__Row--empty{height:var(--spacing-md)}.Layer__UI__Table-Row.Layer__TaxTable__Row--section-total{border-bottom:1px solid var(--color-border)}.Layer__UI__Table-Row.Layer__TaxTable__Row--total{border-top:2px solid var(--color-border)}.Layer__TaxDetailsExpandableCardHeading{width:100%}.Layer__TaxDetailsExpandableCardHeading>.Layer__Span.Layer__MoneySpan{height:fit-content;margin-block:auto}.Layer__TaxSummaryCard{border-block-end:1px solid var(--color-base-200);width:100%}.Layer__TaxSummaryCard__Overview{min-width:200px;padding:var(--spacing-lg);border-inline-end:1px solid var(--color-base-200)}.Layer__TaxSummaryCard__Breakdown{padding:var(--spacing-lg);flex:1;padding-block-end:var(--spacing-xl)}.Layer__TaxSummaryCard__Grid{row-gap:var(--spacing-3xs);column-gap:var(--spacing-md);grid-template-columns:repeat(5,auto);align-items:baseline;width:fit-content;display:grid}.Layer__TaxSummaryCard__Grid>.Layer__Span{text-align:right}.Layer__TaxSummaryCard__Grid--mobile{column-gap:var(--spacing-sm);grid-template-columns:1fr auto 1fr auto 1fr;width:100%}.Layer__TaxSummaryCard__SectionGroup{display:contents}.Layer__TaxSummaryCard__SectionGroup>.Layer__Span:first-child{text-align:left;grid-column:1/-1}.Layer__TaxSummaryCard__SectionGroup:not(:first-child)>.Layer__Span:first-child{border-block-start:1px solid var(--color-base-100);margin-block-start:var(--spacing-3xs);padding-block-start:var(--spacing-md)}.Layer__TaxSummaryCard--mobile{width:100%}.Layer__TaxSummaryCard__OverviewCard,.Layer__TaxSummaryCard__BreakdownCard{padding:var(--spacing-lg)}.Layer__FullYearProjectionComboBox__Container{inline-size:11rem;max-inline-size:11rem}@container (width<=500px){.Layer__FullYearProjectionComboBox__Container{inline-size:100%;max-inline-size:100%}.Layer__TaxEstimatesHeader.Layer__TaxEstimatesHeader{flex-direction:column;align-items:flex-start}.Layer__TaxEstimatesHeader__ComboBoxContainer{width:100%}}.Layer__TaxDetails--mobile .Layer__TaxSummaryCard--mobile>.Layer__card,.Layer__TaxDetails--mobile .Layer__TaxDetails__ExpandableCardsWrapper{border:1px solid var(--color-base-200);box-shadow:none}.Layer__TaxDetails__ExpandableCardsWrapper{border-radius:var(--spacing-sm);overflow:hidden}.Layer__TaxPaymentsMobileList .Layer__TaxPayments__ErrorState,.Layer__TaxPaymentsMobileList .Layer__TaxPayments__EmptyState{padding:var(--spacing-sm);padding-top:var(--spacing-lg);border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background-color:var(--color-base-0)}.Layer__UI__Table__TaxPaymentsTable{table-layout:fixed;width:100%}.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Row,.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-TableHeader>tr{grid-template-columns:minmax(4rem,10%) repeat(4,minmax(6rem,22.5%));display:grid}.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Column__TaxPaymentsTable--OwedFromPrevious,.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Column__TaxPaymentsTable--OwedThisQuarter,.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Column__TaxPaymentsTable--TotalPaid,.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Column__TaxPaymentsTable--Total,.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Cell__TaxPaymentsTable--OwedFromPrevious,.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Cell__TaxPaymentsTable--OwedThisQuarter,.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Cell__TaxPaymentsTable--TotalPaid,.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Cell__TaxPaymentsTable--Total{text-align:right;justify-content:flex-end}.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Row{background-color:var(--color-base-50)}.Layer__UI__Table__TaxPaymentsTable .Layer__UI__Table-Row.Layer__DataTable__EmptyState__Row{background-color:var(--color-base-0)}.Layer__FilingStatusComboBox{gap:var(--spacing-3xs);grid-template-areas:"label""input";display:grid}.Layer__FilingStatusComboBox--inline{grid-template-areas:"label input";align-items:center;gap:0}.Layer__UsStateComboBox{gap:var(--spacing-3xs);grid-template-areas:"label""input";display:grid}.Layer__UsStateComboBox--inline{grid-template-areas:"label input";align-items:center;gap:0}.Layer__TaxProfileForm{flex-direction:column;width:100%;display:flex}.Layer__TaxProfileForm .Layer__TaxProfileForm__Section{padding:var(--spacing-md);border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background:var(--color-base-50)}.Layer__TaxProfileForm .Layer__TaxProfileForm__Field--desktop{grid-template-columns:16rem minmax(auto,24rem)}.Layer__toasts-container{z-index:1000;flex-direction:column-reverse;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.Layer__toasts-container .Layer__toast{padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--spacing-3xs);box-shadow:0 4px 4px 0 var(--base-transparent-5,#1018280d), 0 3px 3px 0 var(--base-transparent-6,#1018280f), 0 2px 2px 0 var(--base-transparent-8,#10182814), 0 1px 0 0 var(--base-transparent-12,#1018281f), 0 0 0 1px var(--base-900,#05132f);background:var(--color-base-1000);color:var(--color-base-0);opacity:0;transition:opacity .6s linear,transform .6s linear;transform:translateY(20px)}.Layer__toasts-container .Layer__toast p{color:var(--color-base-0);margin:0;font-size:14px}.Layer__toasts-container .Layer__toast.Layer__toast--success{box-shadow:0 0 0 1px var(--color-info-success);background:var(--color-info-success)}.Layer__toasts-container .Layer__toast.Layer__toast--error{box-shadow:0 0 0 1px var(--color-info-error);background:var(--color-info-error)}.Layer__toast.enter{opacity:1;transform:translateY(0)}.Layer__toast.exit{opacity:0;transition:opacity .5s linear,transform .5s linear;transform:translateY(20px)}@media screen and (width<=400px){.Layer__toasts-container{right:50%;transform:translate(50%)}}.Layer__component,.Layer__Portal,.Layer__view,.Layer__select__menu-portal,.Layer__tooltip,.Layer__UI__tooltip,.Layer__toasts-container,.Layer__drawer,.Layer__variables,.Layer__tasks-component{--color-black:#1a1a1a;--color-white:white;--color-blue:#d6e6ff;--color-info:#0968f8;--color-info-bg:#d6e6ff;--color-info-fg:#0056d7;--color-info-success:#3b9b63;--color-info-success-bg:#c6f0d8;--color-info-success-fg:#1b7942;--color-info-warning:#e0a100;--color-info-warning-bg:#ffe8ad;--color-info-warning-fg:#7d5c08;--color-info-error:#e01f1f;--color-info-error-bg:#f9bebe;--color-info-error-fg:#990a0a;--color-info-neutral:#d6e6ff;--color-info-neutral-bg:#1212120f;--color-info-neutral-fg:#454545;--color-dark-h:0;--color-dark-s:0%;--color-dark-l:7%;--color-dark:hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l));--color-light-h:0;--color-light-s:0%;--color-light-l:90%;--color-light:hsl(var(--color-light-h) var(--color-light-s) var(--color-light-l));--color-base-0:#fff;--color-base-50:hsl(var(--color-dark-h) 1% 98%);--color-base-100:hsl(var(--color-dark-h) 1% 94%);--color-base-200:hsl(var(--color-dark-h) 1% 91%);--color-base-300:hsl(var(--color-dark-h) 2% 88%);--color-base-400:hsl(var(--color-dark-h) 2% 85%);--color-base-500:hsl(var(--color-dark-h) 3% 53%);--color-base-600:hsl(var(--color-dark-h) 7% 40%);--color-base-700:hsl(var(--color-dark-h) 9% 27%);--color-base-800:hsl(var(--color-dark-h) 12% 20%);--color-base-900:hsl(var(--color-dark-h) 15% 14%);--color-base-1000:hsl(var(--color-dark-h) 20% 7%);--max-component-width:1408px;--base-transparent-1:#10182803;--base-transparent-2:#10182805;--base-transparent-4:hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l) / 4%);--base-transparent-5:hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l) / 5%);--base-transparent-6:hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l) / 6%);--base-transparent-8:hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l) / 8%);--base-transparent-10:hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l) / 10%);--base-transparent-12:hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l) / 12%);--base-transparent-16:hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l) / 16%);--base-transparent-16-light:hsl(var(--color-light-h) var(--color-light-s) var(--color-light-l) / 16%);--color-primary:var(--color-dark);--color-accent:var(--color-light);--color-secondary:var(--color-base);--color-success:var(--color-info-success);--color-danger:var(--color-info-error);--color-danger-dark:#63363e;--color-danger-light:hsl(var(--color-info-error-h) var(--color-info-error-s) var(--color-info-error-l) / 40%);--text-color-primary:var(--color-dark);--text-color-secondary:var(--color-base-600);--bg-element-focus:var(--color-base-50);--font-family:"InterVariable", "Inter", sans-serif;--font-family-numeric:"InterVariable", "Inter", sans-serif;--text-2xs:10px;--text-xs:11px;--text-sm:12px;--text-md:14px;--text-lg:16px;--text-xl:20px;--text-heading:24px;--text-heading-secondary:20px;--text-heading-page:var(--text-heading);--text-heading-view:var(--text-heading-secondary);--text-heading-2xs:12px;--text-heading-xs:14px;--text-heading-sm:16px;--text-heading-md:var(--text-heading);--text-heading-lg:36px;--text-heading-xl:48px;--text-heading-2xl:56px;--text-heading-3xl:64px;--font-weight-normal:460;--font-weight-bold:540;--spacing-4xs:2px;--spacing-3xs:4px;--spacing-2xs:6px;--spacing-xs:8px;--spacing-sm:12px;--spacing-md:16px;--spacing-lm:20px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:36px;--spacing-3xl:40px;--spacing-5xl:52px;--bg-color:var(--color-white);--border-color:var(--color-base-200);--border-radius-4xs:2px;--border-radius-3xs:4px;--border-radius-2xs:6px;--border-radius-xs:8px;--border-radius-sm:12px;--border-radius:16px;--border-radius-5xl:52px;--text-color-transaction-credit:var(--color-info-success);--text-color-varying-amount:var(--color-base-700);--input-border-radius:var(--border-radius-2xs);--input-font-size:var(--text-md);--input-border-color:var(--color-base-300);--input-placeholder-color:var(--color-base-500);--label-color:var(--color-base-700);--btn-font-size:var(--text-md);--btn-border-radius:var(--border-radius-2xs);--btn-color:var(--color-black);--btn-bg-color:var(--color-white);--btn-color-primary:var(--color-white);--btn-bg-color-primary:var(--color-black);--btn-color-hover:var(--fg-brand-primary,var(--color-white));--btn-bg-color-hover:var(--bg-brand-primary,var(--color-primary));--btn-color-icon:var(--color-black);--btn-bg-color-icon:var(--color-base-50);--btn-color-icon-hover:var(--fg-brand-accent,var(--color-primary));--btn-bg-color-icon-hover:var(--bg-brand-accent,var(--color-accent));--btn-secondary-color:var(--color-black);--btn-secondary-bg-color:var(--color-white);--btn-tertiary-color:var(--color-black);--btn-tertiary-bg-color:var(--color-white);--badge-color:var(--fg-brand-accent,var(--color-primary));--badge-fg-color:var(--fg-brand-accent,var(--color-primary));--badge-bg-color:var(--bg-brand-accent,var(--color-accent));--badge-color-info:var(--color-info);--badge-fg-color-info:var(--color-info-fg);--badge-bg-color-info:var(--color-info-bg);--badge-color-success:var(--color-info-success);--badge-fg-color-success:var(--color-info-success-fg);--badge-bg-color-success:var(--color-info-success-bg);--badge-color-warning:var(--color-info-warning);--badge-fg-color-warning:var(--color-info-warning-fg);--badge-bg-color-warning:var(--color-info-warning-bg);--badge-bg-color-warning-dark:#ca9204;--badge-color-error:var(--color-info-error);--badge-fg-color-error:var(--color-info-error-fg);--badge-bg-color-error:var(--color-info-error-bg);--badge-fg-color-neutral:var(--color-info-neutral-fg);--badge-bg-color-neutral:var(--color-info-neutral-bg);--badge-border-radius:var(--border-radius-sm);--table-bg:var(--color-white);--tooltip-color:var(--color-white);--tooltip-bg-color:var(--color-base-800);--bar-color-income:var(--color-light);--bar-color-expenses:var(--color-dark);--chart-indicator-color:var(--color-base-700);--z-index-mobile-panel:106;--transition-speed:.25s;box-sizing:border-box;font-family:var(--font-family);font-weight:var(--font-weight-normal);font-feature-settings:"cv10" on, "cv01" on, "cv05" on, "cv08" on, "ss03" on;border:0;margin:0;padding:0}@media (width<=768px){.Layer__component,.Layer__Portal,.Layer__view,.Layer__select__menu-portal,.Layer__tooltip,.Layer__UI__tooltip,.Layer__toasts-container,.Layer__drawer,.Layer__variables,.Layer__tasks-component{--text-heading:20px}}.Layer__view,.Layer__component,.Layer__Portal,.Layer__select__menu-portal{--bg-default:var(--color-base-0);--bg-subtle:var(--color-base-50);--bg-muted:var(--color-base-100);--fg-default:var(--color-base-800);--fg-subtle:var(--color-base-500);--outline-subtle:var(--color-base-200);--outline-default:var(--color-base-300);--outline-active:var(--color-base-500);--button-bg-default:var(--color-base-1000);--button-bg-disabled:var(--color-base-200);--button-bg-active:var(--color-base-800);--button-bg-ghost-hovered:var(--color-base-100);--button-bg-ghost-pressed:var(--color-base-200);--button-fg-default:var(--color-base-0);--button-fg-disabled:var(--color-base-500);--button-fg-ghost:var(--color-base-800);--button-border-color-ghost:var(--color-base-300);--button-border-color-ghost-active:var(--color-base-800)}.Layer__component ::-webkit-scrollbar{width:6px;height:6px}.Layer__component ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.Layer__component ::-webkit-scrollbar-thumb{background:#e2e2e2;border-radius:4px}.Layer__component ::-webkit-scrollbar-thumb:hover{background:#999}.Layer__sortable-col.value-col{text-align:right}.Layer__sortable-col .Layer__sort-arrows .desc-arrow,.Layer__sortable-col .Layer__sort-arrows .asc-arrow{stroke:var(--color-base-500)}.Layer__sortable-col.sort--desc .Layer__sort-arrows .desc-arrow,.Layer__sortable-col.sort--asc .Layer__sort-arrows .asc-arrow{stroke:var(--color-base-1000)}@keyframes Layer__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Layer__btn{box-sizing:border-box;min-height:36px;max-height:36px;padding:0 var(--spacing-md);border-radius:var(--btn-border-radius);border:1px solid var(--color-base-300);cursor:pointer;font-family:var(--font-family);font-weight:var(--font-weight-normal);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"cv10" on, "cv05" on, "cv08" on, "ss03" on;white-space:nowrap;text-decoration:none;transition:all .1s ease-out;position:relative}.Layer__btn.Layer__btn--as-link{align-items:center;display:inline-flex}.Layer__btn.Layer__back-btn{box-sizing:border-box;background:var(--btn-secondary-bg-color);width:36px;min-width:36px;height:36px;color:var(--btn-secondary-color);border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s ease-out;display:flex}.Layer__btn.Layer__btn--full-width{width:100%}.Layer__btn.Layer__btn--with-primary-icon{padding:0}.Layer__btn.Layer__btn--with-primary-icon .Layer__btn-text{padding:0 var(--spacing-md)}.Layer__btn.Layer__btn--with-primary-icon .Layer__btn-content{column-gap:0}.Layer__btn .Layer__btn-content{column-gap:var(--spacing-xs);justify-content:center;align-items:center;display:flex}.Layer__btn .Layer__btn-content.Layer__justify--space-between{justify-content:space-between}.Layer__btn .Layer__btn-icon{box-sizing:border-box;color:var(--btn-color-icon);background:0 0;border-radius:4px;justify-content:center;align-items:center;transition:all .15s ease-out;display:flex}.Layer__btn .Layer__btn-icon .Layer__btn-icon--on-active{display:none}.Layer__btn .Layer__btn-icon.Layer__btn-icon--primary{background:var(--btn-bg-color-icon);width:30px;height:30px}.Layer__btn:hover{box-shadow:0 0 0 1px var(--color-base-300), 0 1px 2px 0 var(--base-transparent-6)}.Layer__btn:visited,.Layer__btn:active{box-shadow:0 0 0 1px var(--color-base-800), 0 0 0 3px var(--color-base-300)}.Layer__btn:disabled{box-shadow:none;cursor:not-allowed}.Layer__btn:disabled>.Layer__btn-content>.Layer__btn-text{color:var(--color-base-500)}.Layer__btn:disabled>.Layer__btn-content>.Layer__btn-icon{color:var(--color-base-500);background-color:#0000}.Layer__btn--secondary{border:1px solid var(--border-color);box-shadow:none;background:var(--btn-secondary-bg-color);color:var(--btn-secondary-color)}.Layer__btn--tertiary{box-shadow:none;background:var(--btn-tertiary-bg-color);color:var(--btn-tertiary-color);border-color:#0000}.Layer__download-retry-btn{width:122px}.Layer__download-retry-btn.Layer__btn--icon-only{width:36px}.Layer__btn--primary{background:var(--btn-bg-color-primary);color:var(--btn-color-primary)}.Layer__btn--primary:hover .Layer__btn-icon{color:var(--btn-color-primary);background:0 0}.Layer__btn--primary:hover:not([disabled]) .Layer__btn-icon,.Layer__btn--primary.Layer__btn--active:not([disabled]) .Layer__btn-icon{background:var(--btn-bg-color-icon-hover);color:var(--btn-color-icon-hover)}.Layer__btn--primary:hover:not([disabled]) .Layer__btn-icon .Layer__btn-icon--on-active,.Layer__btn--primary.Layer__btn--active:not([disabled]) .Layer__btn-icon .Layer__btn-icon--on-active{display:block}.Layer__btn--primary:hover:not([disabled]) .Layer__btn-icon .Layer__btn-icon--on-inactive,.Layer__btn--primary.Layer__btn--active:not([disabled]) .Layer__btn-icon .Layer__btn-icon--on-inactive{display:none}.Layer__btn--primary>.Layer__btn-content>.Layer__btn-text,.Layer__btn--primary:not(.Layer__btn--with-primary-icon) .Layer__btn-icon{color:var(--btn-color-primary)}.Layer__btn--primary:not(.Layer__btn--with-primary-icon):hover:not([disabled]) .Layer__btn-icon,.Layer__btn--primary:not(.Layer__btn--with-primary-icon).Layer__btn--active:not([disabled]) .Layer__btn-icon{color:var(--btn-color-primary);background:0 0}.Layer__btn-content{font-size:var(--btn-font-size);align-items:center;padding-inline:2px;line-height:100%;display:flex}.Layer__btn-text{font-size:var(--btn-font-size);font-family:var(--font-family);flex:1}.Layer__btn--with-primary-icon .Layer__btn-text{padding-right:calc(var(--spacing-md) - 4px)}.Layer__btn--icon-only{width:36px;height:36px}.Layer__btn--icon-only.Layer__btn--secondary .Layer__btn-icon{background-color:#0000}.Layer__btn--icon-only .Layer__btn-icon--right{margin-left:0}.Layer__btn--icon-only .Layer__btn-icon--left{margin-right:0}.Layer__icon-btn{box-sizing:border-box;border-radius:var(--btn-border-radius);cursor:pointer;width:36px;height:36px;font-family:var(--font-family);font-weight:var(--font-weight-normal);color:var(--color-base-500);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"cv10" on, "cv05" on, "cv08" on, "ss03" on;background:0 0;border-width:0;justify-content:center;align-items:center;padding:0;transition:all .1s ease-out;display:flex}.Layer__icon-btn:hover{background-color:var(--color-base-300);color:var(--color-base-1000)}.Layer__icon-btn.Layer__icon-btn--border{box-shadow:0 0 0 1px var(--color-base-300), 0 1px 1px 0 var(--base-transparent-4), 0 2px 3px 0 var(--base-transparent-4), 0 3px 4px 0 var(--base-transparent-2), 0 4px 5px 0 var(--base-transparent-1);color:var(--color-base-800)}.Layer__icon-btn.Layer__icon-btn--border:hover{box-shadow:0 0 0 1px var(--color-base-300), 0 1px 2px 0 var(--base-transparent-6);background-color:var(--color-base-0)}.Layer__icon-btn.Layer__icon-btn--active{background-color:var(--color-base-200);color:var(--color-base-1000)}.Layer__icon-btn.Layer__icon-btn--active:hover{background-color:var(--color-base-300)}.Layer__text-btn{box-shadow:none;cursor:pointer;color:var(--color-base-700);background:0 0;border-width:0;outline:none;padding:0;text-decoration:underline}.Layer__text-btn:hover{color:var(--color-base-1000)}.Layer__retry-btn{color:var(--color-danger)}.Layer__retry-btn .Layer__btn-icon{color:var(--color-danger);transition:all .3s ease-in-out}.Layer__retry-btn:hover .Layer__btn-icon{transform:rotate(-30deg)}.Layer__retry-btn.Layer__btn--processing .Layer__btn-icon{animation:2s linear infinite rotating-ccw}.Layer__unsaved-info{gap:var(--spacing-4xs);color:var(--color-danger);align-items:center;display:flex}.Layer__expand-collpase-all-rows-btn{min-width:152px}.Layer__btn.Layer__btn--with-tooltip{padding:0}.Layer__btn.Layer__btn--with-tooltip .Layer__tooltip-trigger{height:100%;padding:0 var(--spacing-md);justify-content:center}.Layer__component .recharts-responsive-container{box-sizing:border-box;border-radius:var(--border-radius-xs);padding:4px}.Layer__component .recharts-responsive-container .recharts-cartesian-axis-line,.Layer__component .recharts-responsive-container .recharts-cartesian-axis-tick-line{stroke:var(--color-base-300)}.Layer__component .recharts-wrapper svg:focus,.Layer__component .recharts-wrapper path:focus,.Layer__component .recharts-wrapper g:focus{outline:none}.Layer__component .recharts-responsive-container.Layer__chart-container{padding-top:42px}.Layer__chart-wrapper{position:relative}.Layer__chart-container{min-height:300px}.Layer__chart-legend-list{gap:var(--spacing-sm);justify-content:flex-end;align-items:center;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.Layer__component{max-width:1406px;font-family:var(--font-family)}.Layer__component-container{border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background-color:var(--bg-color);container-type:inline-size}.Layer__component-container::-webkit-scrollbar{width:6px;height:6px}.Layer__component-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.Layer__component-container::-webkit-scrollbar-thumb{background:#e2e2e2;border-radius:4px}.Layer__component-container::-webkit-scrollbar-thumb:hover{background:#999}.Layer__component.Layer__component--elevated{box-shadow:0 4px 12px 0 var(--base-transparent-8), 0 2px 4px 0 var(--base-transparent-6), 0 0 0 1px var(--base-transparent-4);border-width:0}.Layer__component--no-bg{box-shadow:none;background:0 0;border-width:0}.Layer__component-header{box-sizing:border-box;gap:var(--spacing-md);padding:var(--spacing-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.Layer__component-header.Layer__component-header--next-line-actions{flex-direction:column;align-items:flex-start}.Layer__component-header.Layer__component-header--next-line-actions .Layer__heading{align-self:flex-start}.Layer__component-header.Layer__component-header--next-line-actions .Layer__header__actions{width:100%}.Layer__component-header__title-wrapper{gap:var(--spacing-sm);align-items:center;display:flex;position:relative}.Layer__header__actions{gap:var(--spacing-sm);justify-content:space-between;align-items:center;display:flex}.Layer__error-boundary{padding:var(--spacing-xl)}.Layer__error-boundary .Layer__data-state__description{margin-bottom:0}.Layer__details-list{flex-direction:column;display:flex}.Layer__details-list__actions>.Layer__details-list__close-btn{width:2.25rem;height:2.25rem;padding:0}@container (width<=64rem){.Layer__details-list__actions>.Layer__details-list__close-btn{display:none}}.Layer__journal__entry-details__mobile-header{display:none}@container (width<=64rem){.Layer__journal__entry-details__mobile-header{display:flex}}.Layer__details-list .Layer__component-header{padding-bottom:0}.Layer__details-list__list{box-sizing:border-box;padding:var(--spacing-md) 0;margin:0;list-style:none}.Layer__details-list-item{box-sizing:border-box;min-height:2.25rem;padding:0 var(--spacing-md);align-items:center;display:flex}.Layer__details-list-item__label{box-sizing:border-box;width:140px;min-width:140px;max-width:140px;padding:var(--spacing-xs) var(--spacing-md);font-size:var(--text-sm);line-height:140%;font-weight:var(--font-weight-normal);color:var(--color-base-600)}.Layer__details-list-item__value{box-sizing:border-box;padding:var(--spacing-xs) var(--spacing-md);display:flex}.Layer__header{flex-direction:column;width:100%;display:flex}.Layer__header--sticky{z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff80;position:sticky;top:0}.Layer__header--top-rounded{border-top-left-radius:var(--border-radius-sm);border-top-right-radius:var(--border-radius-sm)}.Layer__header__row{box-sizing:border-box;gap:var(--spacing-sm);width:100%;padding:0 var(--spacing-md);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;display:flex}.Layer__header__row[data-direction=col]{gap:var(--spacing-md);padding-top:var(--spacing-md);padding-bottom:var(--spacing-md);flex-direction:column;align-items:flex-start}.Layer__header__row[data-direction=col] .Layer__header__col{width:100%;min-height:36px;padding-top:0;padding-bottom:0}@container (width>=1400px){.Layer__header__row{padding:0 var(--spacing-xl)}}.Layer__header__col{box-sizing:border-box;gap:var(--spacing-sm);align-items:center;min-height:68px;display:flex}.Layer__header__col[data-no-padding=true]{padding-left:0;padding-right:0}.Layer__header__col[data-fluid=true]{flex:1}::placeholder{color:var(--input-placeholder-color)}.Layer__input-group{flex-direction:column;display:flex}.Layer__input-group.Layer__input-group--inline{gap:var(--spacing-sm);flex-direction:row;flex:1;align-items:center;width:100%}.Layer__input-group.Layer__input-group--inline label{flex:auto;width:33%;display:flex}.Layer__input-group.Layer__input-group--inline input{flex:3 3 auto}.Layer__input-group.Layer__input-group--inline .Layer__input-tooltip{flex:3 3 auto;width:100%}.Layer__input-group.Layer__input-group--inline .Layer__input{width:100%}.Layer__input-label{padding:var(--spacing-2xs);color:var(--label-color)}.Layer__amount-input--align-left{text-align:left}.Layer__amount-input--align-right{text-align:right}.Layer__textarea{box-sizing:border-box;width:100%;min-height:100px;padding:var(--spacing-xs);border-radius:var(--input-border-radius);border:1px solid var(--border-color);background-color:var(--color-base-0);font-size:var(--input-font-size);line-height:140%;font-family:var(--font-family);resize:none}.Layer__textarea.Layer__textarea--error{border-color:var(--color-danger)}.Layer__textarea:disabled{background-color:var(--color-base-100);color:var(--color-base-800)}.Layer__textarea:focus,.Layer__textarea:active,.Layer__textarea:focus-visible{box-shadow:0 0 0 3px #1a1a1a14, 0 0 0 1px var(--color-base-700);outline:none}.Layer__input{box-sizing:border-box;border-radius:var(--input-border-radius);border:1px solid var(--border-color);max-height:36px;font-size:var(--input-font-size);line-height:140%;font-family:var(--font-family);padding:8px;position:relative}.Layer__input.Layer__input--error{border:1px solid var(--color-danger)}.Layer__input:disabled{background-color:var(--color-base-100);color:var(--color-base-800)}.Layer__input:focus,.Layer__input:active,.Layer__input:focus-visible{box-shadow:0 0 0 3px #1a1a1a14, 0 0 0 1px var(--color-base-700);outline:none}.Layer__input--with-left-text{padding-left:60px}.Layer__input-left-text{box-sizing:border-box;height:100%;padding:var(--spacing-xs);padding-right:var(--spacing-sm);border-right:1px solid var(--input-border-color);font-size:var(--text-sm);color:var(--color-base-700);align-items:center;display:flex;position:absolute;top:0;left:0}.Layer__input-tooltip{flex:0;position:relative}.Layer__select{width:100%;font-size:var(--input-font-size);line-height:140%;font-family:var(--font-family);font-weight:var(--font-weight-normal);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"cv10" on, "cv05" on, "cv08" on, "ss03" on}.Layer__select .Layer__select__control{border-radius:var(--input-border-radius);border:1px solid var(--color-base-300);min-height:36px;max-height:36px}.Layer__select .Layer__select__control--is-focused{box-shadow:0 0 0 3px #1a1a1a14, 0 0 0 1px var(--color-base-700)}.Layer__select.Layer__select--error .Layer__select__control{box-shadow:0 0 0 1px var(--color-base-300), 0 0 0 2px var(--color-danger)}.Layer__select .Layer__select__multi-value{border-radius:var(--border-radius-3xs);background-color:var(--color-base-100);color:var(--color-base-700)}.Layer__select .Layer__select__multi-value .Layer__select__multi-value__remove:hover{cursor:pointer;color:var(--color-danger);background:#f3b9b9}.Layer__select .Layer__select__multi-all-placeholder-badge{box-sizing:border-box;height:24px;padding:var(--spacing-2xs) var(--spacing-sm);border-radius:var(--border-radius-3xs);background-color:var(--color-base-100);color:var(--color-base-700);line-height:120%}.Layer__select .Layer__select__menu-notice{white-space:nowrap;font-size:12px}.Layer__select .Layer__select__indicator-separator{display:none}.Layer__select .Layer__select__indicator{padding:7px}.Layer__select .Layer__select__placeholder{max-width:100%;font-family:var(--font-family);font-weight:var(--font-weight-normal);color:var(--color-base-500);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"cv10" on, "cv05" on, "cv08" on, "ss03" on;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Layer__select .Layer__select__option-label{gap:var(--spacing-2xs);align-items:center;display:flex}.Layer__select__menu-portal{font-size:var(--input-font-size);line-height:140%;font-family:var(--font-family)}.Layer__select__menu-portal .Layer__select__group-heading{padding:var(--spacing-xs) var(--spacing-md);font-size:var(--text-xs);color:var(--color-base-500)}.Layer__select__menu-portal .Layer__select__option{padding:var(--spacing-xs) var(--spacing-md);background:var(--color-white);cursor:pointer;font-size:var(--text-md);font-family:var(--font-family);color:var(--color-base-900);transition:all .2s ease-out}.Layer__select__menu-portal .Layer__select__option.Layer__select__option--is-selected{color:var(--text-color-primary)}.Layer__select__menu-portal .Layer__select__option.Layer__select__option--is-focused,.Layer__select__menu-portal .Layer__select__option.Layer__select__option--is-selected,.Layer__select__menu-portal .Layer__select__option:hover,.Layer__select__menu-portal .Layer__select__option:focus,.Layer__select__menu-portal .Layer__select__option:active,.Layer__select__menu-portal .Layer__select__option:focus-visible,.Layer__select__menu-portal .Layer__select__option:focus-within{background:var(--color-base-100);color:var(--text-color-primary)}.Layer__select__menu-portal .Layer__select__menu-notice{font-size:12px;font-family:var(--font-family);color:#999}.Layer__select__menu-portal .Layer__select__option-menu-content{justify-content:space-between;align-items:center;display:flex}.Layer__select__menu-portal .Layer__select__option-menu-content .Layer__select__option-menu--name{gap:var(--spacing-2xs);align-items:center;display:flex}.Layer__select__menu-portal .Layer__select__option-menu-content-check{margin-top:2px}.Layer__select__menu-portal .Layer__select__group-heading--main{padding:var(--spacing-xs) var(--spacing-md);border-bottom:1px solid var(--color-base-200);font-size:var(--text-xs);color:var(--color-base-700)}.Layer__select__menu-portal .Layer__select__option--separator{padding:var(--spacing-xs);padding-top:var(--spacing-md);font-size:var(--text-xs);color:var(--color-base-700)}.Layer__select__menu-portal .Layer__select__option--hidden{display:none}.Layer__select__menu-portal .Layer__select__option-content__loading{cursor:default}.Layer__select__menu-portal .Layer__select__option-content__loading.Layer__select__option--is-focused,.Layer__select__menu-portal .Layer__select__option-content__loading.Layer__select__option--is-selected,.Layer__select__menu-portal .Layer__select__option-content__loading:hover,.Layer__select__menu-portal .Layer__select__option-content__loading:focus,.Layer__select__menu-portal .Layer__select__option-content__loading:active,.Layer__select__menu-portal .Layer__select__option-content__loading:focus-visible,.Layer__select__menu-portal .Layer__select__option-content__loading:focus-within{color:inherit;background:0 0}.Layer__category-menu.Layer__category-menu--full{flex:1;width:100%;max-width:100%}.Layer__category-menu__drawer-btn{box-sizing:border-box;border-radius:var(--input-border-radius);border:1px solid var(--border-color);width:100%;min-height:36px;box-shadow:0 0 0 1px var(--input-border-color), 0 0 0 2px #0000;background-color:var(--color-base-0);cursor:pointer;font-size:var(--input-font-size);line-height:140%;font-family:var(--font-family);color:var(--color-base-500);border-width:0;flex:1;align-items:center;margin:1px;padding:8px;display:flex;position:relative}.Layer__category-menu__drawer-btn:hover{background-color:var(--color-base-50);color:var(--text-color-primary)}.Layer__category-menu__drawer-btn.Layer__category-menu__drawer-btn--selected{color:var(--text-color-primary)}.Layer__category-menu__drawer-btn .Layer__category-menu__drawer-btn__arrow{position:absolute;top:12px;right:12px}@media screen and (width<=400px){.Layer__select__menu-portal .Layer__select__option{font-size:var(--text-sm)!important}}.Layer__profit-and-loss-date-picker{z-index:1;border-radius:var(--input-border-radius);border:1px solid var(--input-border-color);justify-content:flex-end;align-items:center;width:210px;padding:.25rem;font-size:14px;display:flex;position:relative;overflow:hidden}.Layer__profit-and-loss-date-picker__button{z-index:3;border-radius:var(--input-border-radius);background-color:var(--color-base-0);text-align:center;border:0;justify-content:center;align-items:center;padding:.25rem;display:flex;position:relative}.Layer__profit-and-loss-date-picker__button:active{background-color:var(--color-base-0)}.Layer__profit-and-loss-date-picker__button-icon path{stroke:var(--color-base-900)}.Layer__profit-and-loss-date-picker__label{width:33%;padding:0 var(--spacing-xs);text-align:center;flex:1;justify-content:flex-start;align-items:center;padding-left:20px;font-size:14px;transition:opacity .7s ease-in-out,transform .4s ease-in-out;display:flex;position:relative}.Layer__profit-and-loss-date-picker__labels-container{width:660px;display:flex;position:absolute}.Layer__profit-and-loss-date-picker__effect-blur{z-index:2;background:linear-gradient(-90deg,#fff 50%,#fff0 100%);width:120px;height:100%;position:absolute;bottom:1px;right:-10px}.Layer__input-with-badge{align-items:center;display:flex;position:relative}.Layer__input-with-badge .Layer__badge{z-index:1;position:absolute;right:8px}.Layer__input--static-value{padding:0 calc(var(--spacing-xs) + 1px)}@media screen and (resolution>=2x){.Layer__view .Layer__textarea,.Layer__view .Layer__select__control,.Layer__view .Layer__input,.Layer__component .Layer__textarea,.Layer__component .Layer__select__control,.Layer__component .Layer__input,.Layer__Portal .Layer__textarea,.Layer__Portal .Layer__select__control,.Layer__Portal .Layer__input{height:36px;font-size:16px}.Layer__view .Layer__bank-transaction-list-item__expanded-row .Layer__select .Layer__select__control,.Layer__component .Layer__bank-transaction-list-item__expanded-row .Layer__select .Layer__select__control,.Layer__Portal .Layer__bank-transaction-list-item__expanded-row .Layer__select .Layer__select__control{height:36px}}.Layer__form .Layer__form-section{padding:var(--spacing-xl) 0}.Layer__form .Layer__form-section .Layer__form-section__title{padding:0 var(--spacing-2xs)}.Layer__form .Layer__form-section .Layer__input-group,.Layer__form .Layer__form-section .Layer__input{width:100%}@container (width>500px){.Layer__form .Layer__form-section>*{max-width:560px}}.Layer__form .Layer__form-section:not(:last-of-type){border-bottom:1px solid var(--color-base-300)}.Layer__table{border-collapse:separate;border-spacing:0;width:100%}.Layer__table.Layer__table__seperate-rows{border-collapse:separate}.Layer__table.Layer__table__collapse-rows{border-collapse:collapse}.Layer__table::-webkit-scrollbar{width:6px;height:6px}.Layer__table::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.Layer__table::-webkit-scrollbar-thumb{background:#e2e2e2;border-radius:4px}.Layer__table::-webkit-scrollbar-thumb:hover{background:#999}.Layer__table .Layer__table-header{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-sm);line-height:140%;font-weight:var(--font-weight-normal);text-align:left;color:var(--text-color-secondary);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"cv10" on, "cv05" on, "cv08" on, "ss03" on;text-overflow:ellipsis;letter-spacing:-.06px;position:relative}.Layer__table .Layer__table-header .Layer__table-cell{border-top:none}.Layer__table .Layer__table-header .Layer__table-cell-content{font-size:var(--text-sm);color:var(--text-color-secondary)}.Layer__table .Layer__table-header.Layer__table-header--primary .Layer__table-cell.Layer__table-cell--primary{font-weight:var(--font-weight-bold);color:var(--text-color-primary)}.Layer__table .Layer__table-body .Layer__table-empty-row:first-child{display:none}.Layer__table .Layer__table-empty-row{height:var(--spacing-2xs);border-top:1px solid var(--color-base-200);border-bottom:1px solid var(--color-base-200);background:var(--color-base-100)}.Layer__table .Layer__table-row--selected .Layer__table-cell:first-child{position:relative}.Layer__table .Layer__table-row--selected .Layer__table-cell:first-child:after{background:var(--color-base-400);content:"";width:4px;height:100%;display:block;position:absolute;top:0;left:0}.Layer__table .Layer__table-row{height:var(--spacing-5xl);transition:all .1s ease-in-out;position:relative}.Layer__table .Layer__table-row.Layer__table-row--expanded .Layer__table-row--expand-icon{transform:rotate(0)}.Layer__table .Layer__table-row.Layer__table-row--collapsed .Layer__table-row--expand-icon{transform:rotate(-90deg)}.Layer__table .Layer__table-row.Layer__table-row--variant-expandable{background:var(--color-base-0);cursor:pointer}.Layer__table .Layer__table-row.Layer__table-row--variant-main{background:var(--color-base-0);transition:background .18s ease-in-out}.Layer__table .Layer__table-row.Layer__table-row--variant-main:hover,.Layer__table .Layer__table-row.Layer__table-row--variant-default{background:var(--color-base-50)}.Layer__table .Layer__table-row.Layer__table-row--variant-summation{background:var(--color-base-100)}.Layer__table .Layer__table-row--depth-0 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 0 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-1 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 1 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-2 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 2 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-3 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 3 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-4 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 4 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-5 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 5 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-6 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 6 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-7 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 7 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-8 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 8 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-9 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 9 + var(--spacing-md))}.Layer__table .Layer__table-row--depth-10 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 10 + var(--spacing-md))}@container (width>=1400px){.Layer__table .Layer__table-row--depth-0 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 0 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-1 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 1 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-2 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 2 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-3 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 3 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-4 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 4 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-5 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 5 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-6 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 6 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-7 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 7 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-8 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 8 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-9 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 9 + var(--spacing-xl))}.Layer__table .Layer__table-row--depth-10 td:first-child .Layer__table-cell-content{padding-left:calc(var(--spacing-lg) * 10 + var(--spacing-xl))}}.Layer__table .Layer__table-cell{height:var(--spacing-5xl);border-top:1px solid var(--border-color);font-size:var(--text-md);text-align:left;color:var(--text-color-secondary);padding:0}.Layer__table .Layer__table-cell.Layer__table-cell--nowrap{white-space:nowrap}.Layer__table .Layer__table-cell.Layer__table-cell--primary{font-weight:var(--font-weight-bold);color:var(--color-base-900)}.Layer__table .Layer__table-cell.Layer__table-cell--right .Layer__table-cell-content{text-align:right;justify-content:flex-end}.Layer__table .Layer__table-cell.Layer__table-cell-amount--positive .Layer__table-cell-content:before{content:"$";flex-shrink:0}.Layer__table .Layer__table-cell.Layer__table-cell-amount--negative .Layer__table-cell-content:before{content:"-$";flex-shrink:0}.Layer__table .Layer__table-cell .Layer__table-cell-content{box-sizing:border-box;height:100%;padding:var(--spacing-sm) var(--spacing-md);transition:all var(--transition-speed) ease-out;align-items:center;display:flex;position:relative;top:0}.Layer__table .Layer__table-cell .Layer__table-cell-content .Layer__table-row--expand-icon{min-width:16px;height:16px;margin-right:8px;transition:transform .1s ease-in-out}.Layer__table-cell-content-indentation{box-sizing:border-box;align-items:center;height:100%;display:flex}.Layer__table-row--active .Layer__table-cell:first-child .Layer__table-cell-content:before{background-color:var(--color-base-400);content:"";width:4px;height:100%;position:absolute;top:0;bottom:0;left:0}.Layer__table-row--hidden .Layer__table-cell{border-top-width:0}.Layer__table-cell{height:auto}.Layer__table-cell>.Layer__table-cell-content{transition:all 50ms ease-out;overflow:hidden}.Layer__table-row{transition:all .1s ease-in-out}.Layer__table-row.Layer__table-row--collapsed .Layer__table-cell>.Layer__table-cell-content{transition:height 60ms ease-out,opacity 50ms ease-in-out,padding 50ms ease-in-out}.Layer__table.with-cell-separators>tbody>tr>td:first-child .Layer__table-cell-content:after,.Layer__table.with-cell-separators>tbody>tr>td:last-child .Layer__table-cell-content:after,.Layer__table.with-cell-separators>thead>tr>th:first-child.Layer__table-header:after,.Layer__table.with-cell-separators>thead>tr>th:last-child.Layer__table-header:after{display:none}.Layer__table-state-container{box-sizing:border-box;width:100%;height:calc(100vh - 200px);padding:var(--spacing-2xl) var(--spacing-sm);flex-direction:column;justify-content:center;align-items:center;display:flex}.Layer__component--as-widget .Layer__table-state-container{height:calc(100% - 160px)}.Layer__table-header{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-sm);line-height:140%;font-weight:var(--font-weight-normal);text-align:left;color:var(--text-color-secondary);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"cv10" on, "cv05" on, "cv08" on, "ss03" on;text-overflow:ellipsis;letter-spacing:-.06px;position:relative}.Layer__table-header.Layer__table-header--primary{font-weight:var(--font-weight-bold);color:var(--text-color-primary)}.Layer__table-cell--primary,.Layer__table-cell--primary .Layer__table-cell-content{font-weight:var(--font-weight-bold);color:var(--color-base-700)}.Layer__table-cell-content{box-sizing:border-box;height:100%;padding:var(--spacing-sm) var(--spacing-md);transition:all var(--transition-speed) ease-out;align-items:center;display:flex;position:relative;top:0}.Layer__table--hover-effect .Layer__table-row:hover{background-color:var(--color-base-50);cursor:pointer}.Layer__table-header.Layer__table-cell--amount,.Layer__table-cell--amount{text-align:right;justify-content:flex-end}@container (width>=1400px){.Layer__table tr td:first-child .Layer__table-cell-content,.Layer__table tr th:first-child.Layer__table-cell .Layer__table-cell-content,.Layer__table tr th:first-child.Layer__table-header .Layer__table-cell-content{padding-left:var(--spacing-xl)}.Layer__table tr td:last-child .Layer__table-cell-content,.Layer__table tr th:last-child.Layer__table-cell .Layer__table-cell-content,.Layer__table tr th:last-child.Layer__table-header .Layer__table-cell-content{padding-right:var(--spacing-xl)}}.Layer__table-row.Layer__table-row--anim-starting-state{opacity:0;height:0}.Layer__table-row.Layer__table-row--anim-starting-state td .Layer__table-cell-content{opacity:0;height:0%;padding-top:0;padding-bottom:0}.Layer__table__empty-row{height:var(--spacing-2xs);border-top:1px solid var(--color-base-200);border-bottom:1px solid var(--color-base-200);background:var(--color-base-100)}tbody .Layer__table__empty-row:first-child{display:none}.Layer__table-wrapper{max-width:100%;overflow:auto}.Layer__table-wrapper--bottom-spacing{padding-bottom:var(--spacing-lg)}.Layer__table-wrapper--bottom-spacing .Layer__table{border-bottom:1px solid var(--border-color)}.Layer__tasks{max-height:calc(100vh - 2 * var(--spacing-lg));flex-direction:column;display:flex;overflow:hidden auto}.Layer__tasks-pending{box-sizing:border-box;gap:var(--spacing-xs);padding:var(--spacing-md);border-top:1px solid var(--color-base-300);flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.Layer__tasks-pending .Layer__tasks-pending-header{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;min-height:36px;display:flex}.Layer__tasks-pending .Layer__tasks-pending-main{box-sizing:border-box;gap:var(--spacing-2xs);flex-direction:column;justify-content:center;align-items:flex-start;width:100%;display:flex}.Layer__tasks-pending .Layer__tasks-pending-bar{gap:var(--spacing-xs);padding:var(--spacing-3xs) var(--spacing-xs);background-color:var(--color-base-50);border-radius:8px;align-items:center;font-weight:540;display:flex}.Layer__tasks-pending .Layer__tasks-pending-bar .mini-chart{transform:rotate(90deg)}.Layer__tasks-pending .Layer__tasks-pending-bar .Layer__tasks-pending-bar__status--done{color:var(--color-success)}.Layer__tasks-pending .Layer__tasks-pending-bar .Layer__tasks-pending-bar__status--pending{color:var(--color-warning)}.Layer__tasks-header{gap:var(--spacing-md);min-height:36px;padding:var(--spacing-md);justify-content:space-between;align-items:center;display:flex;container-type:inline-size}.Layer__tasks__content{opacity:1;min-height:0;transition:opacity .2s ease-out}.Layer__tasks-list{border-top:1px solid var(--border-color)}.Layer__tasks-list .Layer__tasks-list-item-wrapper{padding:var(--spacing-2xs)}.Layer__tasks-list .Layer__tasks-list-item-wrapper:not(:last-child){border-bottom:1px solid var(--color-base-300)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item{flex-direction:column;transition:all .1s ease-in-out;display:flex}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item:hover,.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item.Layer__tasks-list-item__expanded{background:var(--color-base-50);border-radius:6px}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__head{gap:var(--spacing-xs);padding:var(--spacing-md);cursor:pointer;justify-content:space-between;align-items:center;display:flex}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__head .Layer__tasks-list-item__head-info{gap:var(--spacing-xs);align-items:center;display:flex}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__head .Layer__tasks-list-item__head-info .Layer__tasks-list-item__head-info__status{padding:var(--spacing-3xs);border-radius:100%;justify-content:center;align-items:center;display:flex}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__head .Layer__tasks-list-item__head-info.Layer__tasks-list-item--completed{color:var(--color-base-500);text-decoration:line-through}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__head .Layer__tasks-list-item__head-info.Layer__tasks-list-item--completed .Layer__tasks-list-item__head-info__status{color:var(--color-info-success)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__head .Layer__tasks-list-item__head-info.Layer__tasks-list-item--pending .Layer__tasks-list-item__head-info__status{background:var(--color-info-warning-bg);color:var(--color-info-warning-fg)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body{height:0;padding-right:var(--spacing-md);padding-bottom:0;padding-left:var(--spacing-3xl);margin-left:var(--spacing-3xs);opacity:0;transition:all .2s ease-out;overflow:hidden}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body .Layer__tasks-list-item__body-info{flex-direction:column;display:flex}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body .Layer__tasks-list-item__body-info .Layer__text{margin-bottom:var(--spacing-md)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body .Layer__tasks-list-item__body-info .Layer__tasks-list-item__actions{margin-top:var(--spacing-xs)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body .Layer__tasks-list-item__body-info .Layer__tasks-list__link-list{padding-top:var(--spacing-md)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body .Layer__tasks-list-item__body-info .Layer__tasks-list__link-list-header{font-size:var(--text-sm)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body .Layer__tasks-list-item__body-info .Layer__tasks-list-item__link{font-size:var(--text-sm);color:var(--color-base-900)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body .Layer__tasks-list-item__body-info .Layer__tasks-list__links-list{padding:var(--spacing-3xs) 0 var(--spacing-sm) var(--spacing-md);margin:0}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body.Layer__tasks-list-item--completed{color:var(--color-base-500)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body.Layer__tasks-list-item__body--expanded{opacity:1;height:auto}.Layer__tasks-list .Layer__tasks-empty-state{gap:var(--spacing-md);padding:var(--spacing-md);text-align:center;color:var(--color-base-500);flex-direction:column;justify-content:center;align-items:center;display:flex}.Layer__tasks-list-item__actions{gap:var(--spacing-xs);padding-bottom:var(--spacing-sm);justify-content:flex-end;align-items:center;display:flex}.Layer__tasks-icon{width:32px;height:32px;box-shadow:0 0 0 1px var(--color-base-300);background-color:var(--color-base-50);border-radius:4px;justify-content:center;align-items:center;display:flex}.Layer__tasks__expand-icon{color:var(--color-base-600);margin-left:-15px;transition:transform .15s ease-out}@container (width<=400px){.Layer__tasks-component .Layer__tasks-pending{gap:var(--spacing-xs);flex-direction:column;align-items:stretch}.Layer__tasks-component .Layer__tasks-pending .Layer__tasks-pending-bar{justify-content:space-between}.Layer__tasks-component .Layer__badge{white-space:nowrap}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__head{padding:var(--spacing-xs)}.Layer__tasks-list .Layer__tasks-list-item-wrapper .Layer__tasks-list-item .Layer__tasks-list-item__body{padding-right:var(--spacing-xs);padding-left:var(--spacing-xs)}}.Layer__tasks-header__notification{gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-xs) var(--spacing-2xs) var(--spacing-md);background:linear-gradient(0deg, var(--base-transparent-10) 0%, var(--base-transparent-10) 100%), var(--color-info-warning);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.Layer__tasks-header__notification[data-status=error]{background:linear-gradient(0deg, var(--base-transparent-10) 0%, var(--base-transparent-10) 100%), var(--color-info-error);color:var(--color-info-error-bg)}.Layer__tasks-header__notification__text{gap:var(--spacing-xs);white-space:nowrap;justify-content:center;align-items:center;display:flex}.Layer__tasks-header__notification__button{gap:var(--spacing-xs);padding:var(--spacing-3xs) var(--spacing-xs);background:var(--color-info-warning-fg);cursor:pointer;font-size:var(--text-sm);font-weight:var(--font-weight-bold);color:var(--color-info-warning-bg);font-variation-settings:"wght" var(--font-weight-bold);white-space:nowrap;border:none;border-radius:4px;align-items:center;transition:all .12s ease-in-out;display:flex}.Layer__tasks-header__notification[data-status=error] .Layer__tasks-header__notification__button{background:var(--color-info-error-fg);color:var(--color-info-error-bg)}.Layer__tasks-header__notification__button:hover{background:var(--color-base-1000)}.Layer__tasks__badge{gap:var(--spacing-3xs);padding:var(--spacing-3xs) var(--border-radius-2xs);border-radius:var(--border-radius-3xs);background:var(--color-info-warning);font-size:var(--text-xs);color:var(--color-info-warning-bg);white-space:nowrap;align-items:center;display:flex}.Layer__tasks__badge .Layer__tasks__badge__label-short{display:none}@container (width<=130px){.Layer__tasks__badge .Layer__tasks__badge__label{display:none}.Layer__tasks__badge .Layer__tasks__badge__label-short{display:flex}}.Layer__tasks__badge[data-icononly]{border-radius:50%;gap:0;width:16px;height:16px;padding:0}.Layer__tasks__badge .Layer__text{line-height:10px}.Layer__tasks__badge .Layer__tasks__badge__icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Layer__tasks__badge[data-status=info]{background:var(--color-info-bg);color:var(--color-info-fg)}.Layer__tasks__badge[data-status=warning]{background:var(--color-info-warning);color:var(--color-info-warning-bg)}.Layer__tasks__badge[data-status=success]{background:var(--color-info-success-bg);color:var(--color-info-success-fg)}.Layer__tasks__badge[data-status=error]{background:var(--color-info-error-bg);color:var(--color-info-error)}.Layer__tasks-month-selector{gap:var(--spacing-xs);padding:var(--spacing-md);grid-template-columns:repeat(3,1fr);padding-top:10px;display:grid;container-type:inline-size}@container (width>=680px){.Layer__tasks-month-selector{grid-template-columns:repeat(4,1fr)}}@container (width<=400px){.Layer__tasks-month-selector{grid-template-columns:repeat(2,1fr)}}@container (width<=340px){.Layer__tasks-month-selector{grid-template-columns:repeat(1,1fr)}}.Layer__tasks-month-selector__month{min-height:32px;padding:0 var(--spacing-sm);border-radius:var(--border-radius-xs);box-shadow:0 1px 2px 0 var(--base-transparent-6), 0 0 0 1px var(--color-base-300);background:var(--color-base-0);cursor:pointer;flex:1;justify-content:space-between;align-items:center;display:flex;container-type:inline-size}.Layer__tasks-month-selector__month[data-active]{box-shadow:0 0 0 1px var(--color-base-800), 0 0 0 3px var(--color-base-300)}.Layer__tasks-month-selector__month[data-disabled]{cursor:not-allowed;color:var(--color-base-500)}.Layer__tasks-month-selector__month:hover{box-shadow:0 0 0 1px var(--color-base-500), 0 0 0 3px var(--color-base-300)}.Layer__tasks-month-selector__month .Layer__tasks-month-selector__month__str{min-width:24px}.Layer__heading{font-size:var(--text-heading);line-height:140%;font-weight:var(--font-weight-bold);color:var(--text-color-primary);font-variation-settings:"wght" var(--font-weight-bold);letter-spacing:-.12px;align-self:center;margin:0}.Layer__heading--secondary,.Layer__heading.Layer__heading--secondary{font-size:var(--text-heading-sm);font-weight:var(--font-weight-bold);color:var(--text-color-primary);font-variation-settings:"wght" var(--font-weight-bold)}.Layer__heading--view,.Layer__heading.Layer__heading--view{font-size:var(--text-heading-view);font-weight:var(--font-weight-bold);color:var(--text-color-primary);font-variation-settings:"wght" var(--font-weight-bold)}.Layer__heading--page,.Layer__heading.Layer__heading--page{font-size:var(--text-heading-page);font-weight:var(--font-weight-bold);color:var(--text-color-primary);font-variation-settings:"wght" var(--font-weight-bold)}.Layer__heading--left{align-self:flex-start}.Layer__heading--center{align-self:center}.Layer__heading--right{align-self:flex-end}.Layer__text{line-height:140%;font-family:var(--font-family);font-weight:var(--font-weight-normal);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"cv10" on, "cv05" on, "cv08" on, "ss03" on;margin:0}.Layer__text--sm{font-size:var(--text-sm)}.Layer__text--md{font-size:var(--text-md)}.Layer__text--lg{font-size:var(--text-lg)}.Layer__text--bold,.Layer__text.Layer__text--bold{font-weight:var(--font-weight-bold);font-variation-settings:"wght" var(--font-weight-bold)}.Layer__text--error,.Layer__text[data-status=error]{color:var(--color-danger)}.Layer__text[data-status=error][data-inverted]{color:var(--color-info-error)}.Layer__text[data-status=warning]{color:var(--color-info-warning-fg)}.Layer__text[data-status=warning][data-inverted]{color:var(--color-info-warning-bg)}.Layer__text[data-status=success]{color:var(--color-success)}.Layer__text[data-status=success][data-inverted]{color:var(--color-info-success-bg)}.Layer__text[data-status=disabled]{color:var(--color-base-500)}.Layer__text[data-status=info]{color:var(--color-info-fg)}.Layer__text[data-status=info][data-inverted]{color:var(--color-info-bg)}.Layer__text[data-ellipsis]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Layer__label{font-weight:var(--font-weight-normal);color:var(--color-base-500);white-space:nowrap;overflow:hidden}.Layer__justify--center{justify-content:center}.Layer__justify--start{justify-content:flex-start}.Layer__justify--end{justify-content:flex-end}.Layer__justify--space-between{justify-content:space-between}.Layer__nowrap{white-space:nowrap}.Layer__border-top{border-top:1px solid var(--border-color)}.Layer__show-lg{display:none}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotating-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.Layer__anim--rotating{animation:2s linear infinite rotating}@container (width>=1401px){.Layer__hidden-xl{display:none}.Layer__show-xl{display:flex}}@container (width>=1024px) and (width<=1400px){.Layer__hidden-lg{display:none}.Layer__show-lg{display:flex}.Layer__hidden-md{display:none}}@container (width>=500px) and (width<=1024px){.Layer__hidden-sm{display:none}}@container (width<=499px){.Layer__hidden-xs{display:none}}[data-pb="4xs"]{padding-block:var(--spacing-4xs)}[data-pb="3xs"]{padding-block:var(--spacing-3xs)}[data-pb="2xs"]{padding-block:var(--spacing-2xs)}[data-pb=xs]{padding-block:var(--spacing-xs)}[data-pb=sm]{padding-block:var(--spacing-sm)}[data-pb=md]{padding-block:var(--spacing-md)}[data-pb=lm]{padding-block:var(--spacing-lm)}[data-pb=lg]{padding-block:var(--spacing-lg)}[data-pb=xl]{padding-block:var(--spacing-xl)}[data-pb="2xl"]{padding-block:var(--spacing-2xl)}[data-pb="3xl"]{padding-block:var(--spacing-3xl)}[data-pb="5xl"]{padding-block:var(--spacing-5xl)}.Layer__view{position:relative}.Layer__view .Layer__view-main{box-sizing:border-box;gap:var(--spacing-md);padding:var(--spacing-lg);flex-direction:column;display:flex;container-type:inline-size}.Layer__view .Layer__view-header{box-sizing:border-box;width:100%;max-width:100%;padding:0 var(--spacing-md);border-bottom:1px solid var(--border-color);display:flex;position:relative;overflow:auto;container-type:inline-size}.Layer__view .Layer__view-header .Layer__header__row:last-child{border-width:0}.Layer__view .Layer__view-header__title+.Layer__view-header__children{width:min-content}.Layer__view .Layer__view-header__title{width:100%;min-height:44px;padding:var(--spacing-md) var(--spacing-sm);align-items:center;display:flex}.Layer__view .Layer__view-header__content{justify-content:space-between;align-items:center;width:100%;max-width:1460px;display:flex}.Layer__view .Layer__view-header--paddings .Layer__view-header__content{padding:var(--spacing-md)}.Layer__view .Layer__view-header--paddings .Layer__view-header__content .Layer__view-header__children{gap:var(--spacing-md)}.Layer__view .Layer__view-header__children{width:100%;display:flex}.Layer__view.Layer__view--panel .Layer__view-main{padding:0}.Layer__view.Layer__view--panel .Layer__view-header{padding:0;position:relative}.Layer__view.Layer__view--panel .Layer__view-header__content{max-width:1406px}.Layer__view-notifications :first-child{border-top-left-radius:var(--border-radius-2xs);border-top-right-radius:var(--border-radius-2xs)}.Layer__Public,.Layer__Public:before,.Layer__Public:after,.Layer__Public *,.Layer__Public :before,.Layer__Public :after,.Layer__Portal,.Layer__Portal:before,.Layer__Portal:after,.Layer__Portal *,.Layer__Portal :before,.Layer__Portal :after{box-sizing:border-box}.Layer__ledger-account__index{background-color:var(--color-base-0);width:100%}.Layer__ledger-account__panel{min-height:800px}.Layer__ledger-account-table .Layer__table-row--active{background-color:var(--color-base-50)}.Layer__ledger-account-table .Layer__table-cell-content{min-height:52px}.Layer__ledger-account__panel .Layer__panel__sidebar{background-color:var(--color-base-50)}.Layer__ledger-account__panel .Layer__panel__sidebar .Layer__ledger-account__entry-details .Layer__details-list{background:var(--color-base-0)}.Layer__ledger-account__entry-details__header{border-top-left-radius:var(--border-radius-sm);border-top-right-radius:var(--border-radius-sm);background:var(--color-base-0)}.Layer__ledger-account__title-container{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.Layer__ledger-account__balance-container{gap:var(--spacing-xs);align-items:center;display:flex}.Layer__ledger-account__balance-label{color:var(--color-base-600)}.Layer__ledger-account__entry-details__title-container>.Layer__text{font-size:24px}.Layer__ledger-account__entry-details__line-items{padding:var(--spacing-md)}.Layer__ledger-account-table__tablet-main-col .Layer__table-cell-content{gap:var(--spacing-xs);flex-direction:column;align-items:flex-start;display:flex}.Layer__ledger-account-table__tablet-main-col .Layer__ledger-account-table__tablet-main-col__date{gap:var(--spacing-xs);align-items:center;display:flex}.Layer__ledger_account-table__journal-id{color:var(--color-base-800)}.Layer__ledger_account-table__balances-mobile{gap:var(--spacing-xs);flex-direction:column;width:100%;display:flex}.Layer__ledger_account-table__balance-item{justify-content:space-between;align-items:center;width:100%;display:flex}.Layer__ledger_account-table__balance-item .Layer__ledger_account-table__balances-mobile__value{font-weight:var(--font-weight-bold);color:var(--color-base-700)}@container (width<=1024px){.Layer__ledger-account__panel .Layer__panel__sidebar .Layer__panel__sidebar-content{width:100%}}@container (width>=500px) and (width<=1024px){.Layer__ledger-account__panel .Layer__details-list .Layer__component-header{padding-right:var(--spacing-xl);padding-left:var(--spacing-xl)}}@container (width<=499px){.Layer__ledger-account__panel .Layer__details-list .Layer__details-list-item__label,.Layer__ledger-account__panel .Layer__details-list .Layer__details-list-item__value{padding:var(--spacing-xs)}.Layer__ledger-account__panel .Layer__details-list .Layer__details-list-item{padding:0 var(--spacing-xs)}.Layer__ledger-account__entry-details__line-items{padding-top:0;padding-left:0;padding-right:0}.Layer__ledger-account__entry-details__line-items .Layer__card{box-shadow:none;border-radius:0}.Layer__ledger-account__panel .Layer__panel__sidebar{background:var(--color-base-0)}}.Layer__ledger-account__entry-details__table .Layer__table-row.Layer__table-row--variant-default,.Layer__ledger-account__entry-details__table .Layer__table-row.Layer__table-row--variant-summation{background-color:var(--color-base-0)}.Layer__ledger-account__entry-details__table tr td:first-child{width:75%}@container (width>=1400px){.Layer__ledger-account__entry-details__table tr td:first-child .Layer__table-cell-content,.Layer__ledger-account__entry-details__table tr td:last-child .Layer__table-cell-content,.Layer__ledger-account__entry-details__table tr th:first-child.Layer__table-header,.Layer__ledger-account__entry-details__table tr th:last-child.Layer__table-header{padding-right:var(--spacing-lg);padding-left:var(--spacing-lg)}}@container (width<=1023px) and (width>=700px){.Layer__ledger-account__entry-details__table .Layer__table-row.Layer__table-row--variant-default,.Layer__ledger-account__entry-details__table .Layer__table-row.Layer__table-row--variant-summation{background-color:var(--color-base-0)}.Layer__ledger-account__entry-details__table tr td{width:30%}.Layer__ledger-account__entry-details__table tr td:first-child{width:40%}}.Layer__balance-sheet{border-radius:var(--border-radius);border:1px solid var(--border-color);background-color:var(--background-color)}.Layer__balance-sheet *{font-family:var(--font-family);font-feature-settings:"cv10" on, "cv01" on, "cv05" on, "cv08" on, "ss03" on}.Layer__balance-sheet .Layer__balance-sheet__title{font-size:var(--text-heading);flex:1;margin:0;display:inline}.Layer__statement-of-cash-flow{border-radius:var(--border-radius);border:1px solid var(--border-color);background-color:var(--background-color)}.Layer__statement-of-cash-flow .Layer__panel_view-header__controls{gap:0}.Layer__statement-of-cash-flow *{font-family:var(--font-family);font-feature-settings:"cv10" on, "cv01" on, "cv05" on, "cv08" on, "ss03" on}.Layer__statement-of-cash-flow .Layer__statement-of-cash-flow__title{font-size:var(--text-heading);flex:1;margin:0;display:inline}@container (width<=800px){.Layer__statement-of-cash-flow .Layer__statement-of-cash-flow__header{gap:var(--spacing-sm);flex-direction:column}}@container (width<=540px){.Layer__statement-of-cash-flow .Layer__statement-of-cash-flow__header{gap:var(--spacing-sm);flex-flow:wrap}.Layer__statement-of-cash-flow .Layer__statement-of-cash-flow__header .Layer__statement-of-cash-flow__actions{flex-wrap:wrap}.Layer__statement-of-cash-flow .Layer__statement-of-cash-flow__header .Layer__statement-of-cash-flow__actions__date-picker{gap:var(--spacing-xs);flex-wrap:wrap}}.Layer__statement-of-cash-flow__header{padding:var(--spacing-sm) var(--spacing-md);flex-direction:row;flex:1;display:flex}.Layer__statement-of-cash-flow__header.Layer__statement-of-cash-flow__header--no-title .Layer__statement-of-cash-flow__actions{flex:1}.Layer__statement-of-cash-flow__header .Layer__statement-of-cash-flow__actions{gap:var(--spacing-xs);flex-direction:row;justify-content:space-between;display:flex}.Layer__statement-of-cash-flow__header .Layer__statement-of-cash-flow__actions .Layer__statement-of-cash-flow__actions__date-picker{gap:var(--spacing-xs);flex-direction:row;display:flex}.Layer__bank-transactions{max-width:var(--max-component-width);padding-bottom:var(--spacing-lg)}.Layer__bank-transactions .Layer__bank-transactions__table-wrapper{max-width:var(--max-component-width);margin-bottom:var(--spacing-lg);overflow:auto}.Layer__bank-transaction-row__expand-button:disabled{cursor:default;opacity:.5}.Layer__bank-transaction-row__expand-button:disabled:hover{background-color:var(--color-base-0);color:var(--color-base-500)}.Layer__bank-transaction__submit-btn:disabled{background-color:var(--color-base-50);cursor:default}.Layer__bank-transaction__submit-btn:disabled:hover,.Layer__bank-transaction__submit-btn:disabled:hover .Layer__btn-icon--primary{color:var(--color-base-500)}.Layer__bank-transaction__submit-btn:disabled:active{box-shadow:none}.Layer__bank-transaction__submit-btn:disabled .Layer__btn-icon--primary{background-color:var(--color-base-100)}.Layer__bank-transactions__header--mobile .Layer__syncing-component{padding:0 var(--spacing-xs);border-width:0;margin-left:0}.Layer__bank-transactions__list-loader{width:100%;padding:var(--spacing-lg) var(--spacing-md)}.Layer__bank-transactions__loader-row{padding:var(--spacing-xs) var(--spacing-md)}.Layer__bank-transactions__header{z-index:1;gap:var(--spacing-xs);flex-direction:column;align-items:stretch;width:100%;display:flex;position:sticky;left:0}.Layer__bank-transactions__header__content{gap:var(--spacing-lg);justify-content:space-between;align-items:center;min-height:40px;display:flex}.Layer__bank-transactions__header.Layer__bank-transactions__header--mobile{background-color:#0000}.Layer__bank-transactions__header.Layer__bank-transactions__header--mobile,.Layer__bank-transactions__header.Layer__bank-transactions__header--with-date-picker{flex-direction:column}.Layer__bank-transactions__header.Layer__bank-transactions__header--mobile .Layer__bank-transactions__header__content,.Layer__bank-transactions__header.Layer__bank-transactions__header--with-date-picker .Layer__bank-transactions__header__content{padding-left:var(--spacing-3xs)}.Layer__bank-transactions__header--with-date-picker.Layer__bank-transactions__header--mobile .Layer__MonthPicker__InputGroup{margin-right:4px}.Layer__bank-transactions__header__search-and-menu>:first-child{flex:1}.Layer__bank-transaction-row{transition:all var(--transition-speed) ease-in-out;opacity:.3}.Layer__bank-transaction-row.initial-load{opacity:0;transform:scale(.9)}.Layer__bank-transaction-row.show{opacity:1;transform:scale(1)}.Layer__bank-transaction-row:first-child .Layer__table-cell{border-top-width:0}.Layer__bank-transactions__table{border-bottom:1px solid var(--border-color)}.Layer__bank-transactions__table .Layer__skeleton-table-body__loader td:last-child{box-sizing:border-box;z-index:2;--width:56ch;width:var(--width);min-width:var(--width);max-width:var(--width);border-left:1px solid var(--border-color);background-color:var(--color-base-0);position:sticky;right:0}.Layer__bank-transactions__table .Layer__table-header{border-bottom:1px solid var(--border-color);background-color:var(--table-bg)}.Layer__bank-transaction-row .Layer__table-cell{background-color:var(--table-bg);color:var(--color-base-900);transition:background-color var(--transition-speed) ease-out}.Layer__bank-transaction-row .Layer__table-cell-content{box-sizing:border-box;align-items:center;min-height:64px;display:flex}.Layer__bank-transaction-row--expanded .Layer__table-cell{background-color:var(--bg-element-focus)}.Layer__expanded-bank-transaction-row{background-color:var(--bg-element-focus);transition:background-color var(--transition-speed) ease-in-out, height var(--transition-speed) ease-in-out;display:block;position:relative;overflow:hidden}.Layer__bank-transaction-row:hover,.Layer__bank-transaction-row:hover .Layer__table-cell,.Layer__bank-transaction-list-item:hover{background-color:var(--bg-element-focus);transition:background-color var(--transition-speed) ease-in-out}.Layer__bank-transaction-row:hover .Layer__bank-transaction-row__expand-button{background-color:var(--color-base-200);color:var(--color-base-1000)}.Layer__bank-transaction-row:hover .Layer__bank-transaction-row__expand-button:hover{background-color:var(--color-base-300)}.Layer__bank-transaction-row:hover .Layer__bank-transaction__submit-btn:not([disabled]){background:var(--btn-bg-color-hover);color:var(--btn-color-hover)}.Layer__bank-transaction-row:hover .Layer__bank-transaction__submit-btn:not([disabled]) .Layer__btn-icon{background:var(--btn-bg-color-icon-hover);color:var(--btn-color-icon-hover)}.Layer__bank-transaction-row:hover .Layer__bank-transaction__submit-btn:not([disabled]) .Layer__btn-icon .Layer__btn-icon--on-active{display:block}.Layer__bank-transaction-row:hover .Layer__bank-transaction__submit-btn:not([disabled]) .Layer__btn-icon .Layer__btn-icon--on-inactive{display:none}.Layer__expanded-bank-transaction-row .Layer__expanded-bank-transaction-row__wrapper{gap:var(--spacing-sm);transition:height var(--transition-speed) ease-in-out;flex-direction:column;display:flex;overflow:hidden}.Layer__bank-transaction-list-item__content,.Layer__expanded-bank-transaction-row__content{box-sizing:border-box;gap:var(--spacing-sm);flex-direction:column;min-width:40rem;max-width:76rem;display:flex}@container (width<=768px){.Layer__bank-transaction-list-item__content,.Layer__expanded-bank-transaction-row__content{min-width:30rem}}.Layer__expanded-bank-transaction-row__content-panels{box-sizing:border-box;flex-direction:row;display:flex}.Layer__expanded-bank-transaction-row__content-panel{box-sizing:border-box;gap:var(--spacing-sm);opacity:0;flex-direction:column;flex:1;max-width:0;height:0;transition:max-width .15s ease-out,opacity .3s ease-out;display:flex;overflow:hidden}.Layer__expanded-bank-transaction-row__content-panel .Layer__expanded-bank-transaction-row__content-panel-container{box-sizing:border-box;padding:0 var(--spacing-md)}.Layer__expanded-bank-transaction-row__content-panel.Layer__expanded-bank-transaction-row__content-panel--active{opacity:1;max-width:100%;height:auto}.Layer__expanded-bank-transaction-row__content-panel:not(.Layer__expanded-bank-transaction-row__content-panel--active) .Layer__select .Layer__select__control,.Layer__expanded-bank-transaction-row__content-panel:not(.Layer__expanded-bank-transaction-row__content-panel--active) .Layer__expanded-bank-transaction-row__table-cell--split-entry,.Layer__expanded-bank-transaction-row__content-panel:not(.Layer__expanded-bank-transaction-row__content-panel--active) .Layer__expanded-bank-transaction-row__splits-buttons,.Layer__expanded-bank-transaction-row__content-panel:not(.Layer__expanded-bank-transaction-row__content-panel--active) .Layer__expanded-bank-transaction-row__splits-total{max-width:0;overflow:hidden}.Layer__expanded-bank-transaction-row__table-cell--split-entry__right-col{gap:var(--spacing-sm);flex:1;align-items:center;display:flex}.Layer__expanded-bank-transaction-row__table-cell--split-entry__merge-btn{width:36px;height:36px;padding:0}@container (width>=701px){.Layer__expanded-bank-transaction-row__content-panel.Layer__expanded-bank-transaction-row__content-panel--active{opacity:1;max-width:100%}.Layer__expanded-bank-transaction-row__content-panel .Layer__expanded-bank-transaction-row__splits-buttons{white-space:nowrap;max-height:38px}.Layer__expanded-bank-transaction-row__content-panel .Layer__expanded-bank-transaction-row__splits-total{white-space:nowrap;max-height:25px}}.Layer__expanded-bank-transaction-row__splits{gap:var(--spacing-sm);display:flex}.Layer__expanded-bank-transaction-row__splits-inputs{gap:var(--spacing-xs);flex-direction:column;padding-top:2px;display:flex}.Layer__expanded-bank-transaction-row__splits-total{padding:var(--spacing-3xs);color:var(--color-base-500)}.Layer__expanded-bank-transaction-row__splits-buttons{padding-bottom:2px}.Layer__expanded-bank-transaction-row__total-and-btns{gap:var(--spacing-sm);padding:var(--spacing-sm) 0;flex-direction:column;display:flex}.Layer__expanded-bank-transaction-row__total-and-btns:empty{display:none}.Layer__expanded-bank-transaction-row__description{padding:0 var(--spacing-md)}.Layer__expanded-bank-transaction-row__description textarea{width:100%;height:100px}.Layer__expanded-bank-transaction-row__file-upload{gap:var(--spacing-md);padding:0 var(--spacing-md);flex-direction:column;align-items:flex-start;display:flex}.Layer__bank-transaction-row__actions-cell{border-left:1px solid var(--border-color);width:0%;transition:border 5s ease-out}.Layer__bank-transaction-row__expand-button{justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.Layer__bank-transaction-row__expand-button:hover{cursor:pointer}.Layer__bank-transaction-row__expand-button--mobile{vertical-align:middle;width:fit-content;min-width:unset}.Layer__bank-transaction-row__actions-cell--open{border-left:1px solid #0000}.Layer__bank-transaction-row__actions-container{justify-content:flex-end;align-items:center;gap:8px;display:flex}.Layer__expanded-bank-transaction-row__table-cell--split-entry{gap:var(--spacing-xs);align-items:flex-start;min-width:40rem;display:flex}.Layer__expanded-bank-transaction-row__table-cell--split-entry .Layer__BankTransactionCategoryComboBox__Container{grid-area:category;max-width:24.5rem}.Layer__expanded-bank-transaction-row__table-cell--split-entry__amount{grid-area:amount}.Layer__expanded-bank-transaction-row__table-cell--split-entry__customer{grid-area:customer;min-width:12rem}.Layer__expanded-bank-transaction-row__table-cell--split-entry__button{grid-area:button}@container (width<=768px){.Layer__expanded-bank-transaction-row__table-cell--split-entry{grid-template-columns:12rem minmax(12rem,24.5rem) 2.25rem;grid-template-areas:"amount category button";min-width:27.5rem;max-width:min(40rem,100%);display:grid}:is(.Layer__expanded-bank-transaction-row__table-cell--split-entry:has(>.Layer__expanded-bank-transaction-row__table-cell--split-entry__customer),.Layer__expanded-bank-transaction-row__table-cell--split-entry:has(>.Layer__expanded-bank-transaction-row__table-cell--split-entry__tags)){grid-template-areas:"amount category button""customer tags."}}.Layer__expanded-bank-transaction-row__table-cell--split-entry__tags{grid-area:tags}.Layer__bank-transactions__list{margin:0;margin-bottom:var(--spacing-lg);padding:0;list-style:none}.Layer__bank-transactions__list-header{border-bottom:1px solid var(--border-color);background-color:var(--table-bg);color:var(--color-base-700)}.Layer__bank-transaction-list-item{border-bottom:1px solid var(--border-color);opacity:0;transition:all var(--transition-speed) ease-in-out;flex-direction:column;display:flex;transform:scale(.92)}.Layer__bank-transaction-list-item.show{opacity:1;transform:scale(1)}.Layer__bank-transaction-list-item .Layer__bank-transaction-list-item__base-row{opacity:1;justify-content:flex-end;max-height:60px;transition:max-height .35s ease-out,opacity .2s ease-out}.Layer__bank-transaction-list-item .Layer__bank-transaction-list-item__base-row .Layer__tooltip-trigger{padding:0}.Layer__bank-transaction-list-item .Layer__bank-transaction-list-item__expanded-row{overflow:hidden}.Layer__bank-transaction-list-item>.Layer__text--error{padding:var(--spacing-md);font-size:var(--text-xs);margin:0;padding-top:0}.Layer__bank-transaction-list-item.Layer__bank-transaction-list-item--expanded{background:var(--bg-element-focus)}.Layer__bank-transaction-list-item.Layer__bank-transaction-list-item--expanded .Layer__bank-transaction-list-item__base-row{z-index:-1;opacity:0;max-height:0;padding:0}.Layer__bank-transaction-list-item.Layer__bank-transaction-list-item--expanded .Layer__bank-transaction-list-item__expanded-row{max-height:unset}.Layer__bank-transaction-list-item__base-row{box-sizing:border-box;gap:var(--spacing-sm);padding:var(--spacing-md);align-items:center;display:flex}.Layer__bank-transaction-list-item__base-row .Layer__category-menu{width:100%}.Layer__bank-transaction-list-item__base-row .Layer__tooltip-trigger{flex:0}.Layer__bank-transaction-list-item__heading{padding:var(--spacing-md);padding-bottom:var(--spacing-sm);font-size:var(--text-sm);color:var(--color-base-700);justify-content:space-between;align-items:center;gap:4px;display:flex}.Layer__bank-transaction-list-item__heading .Layer__bank-transaction-list-item__heading-separator{background:var(--color-base-200);width:1px;height:9px;display:block}.Layer__bank-transaction-list-item__heading .Layer__bank-transaction-list-item__heading__main{align-items:center;gap:4px;display:flex}.Layer__bank-transaction-list-item__body{width:100%;padding:var(--spacing-sm) var(--spacing-md);color:var(--text-color-primary);justify-content:space-between}.Layer__bank-transaction-list-item__body__name{max-width:70%}.Layer__bank-transaction-list-item__processing-info{box-sizing:border-box;gap:var(--spacing-3xs);width:100%;padding:var(--spacing-xs) var(--spacing-md);color:var(--text-color-primary);display:flex}.Layer__bank-transaction-list-item__processing-info .Layer__tooltip-trigger{flex:0 auto}.Layer__table.Layer__bank-transactions__table{overflow:auto}.Layer__table.Layer__bank-transactions__table .Layer__bank-transaction__submit-btn,.Layer__table.Layer__bank-transactions__table .Layer__bank-transaction__retry-btn{width:122px}.Layer__table .Layer__table-header.Layer__bank-transactions__documents-col,.Layer__table .Layer__table-header.Layer__table-cell--amount.Layer__table-cell__amount-col{--right-adjust:calc(65ch + 2px)}.Layer__table.Layer__bank-transactions__table .Layer__table-cell__amount-col{box-sizing:border-box;z-index:2;--right-adjust:56ch;right:var(--right-adjust);text-align:right;width:130px;min-width:130px;position:sticky;box-shadow:-8px 0 20px -2px #ffffffa3}.Layer__table.Layer__bank-transactions__table .Layer__table-cell__amount-col[data-show-receipt-upload-column]{right:calc(var(--right-adjust) + 64px)}.Layer__table-header.Layer__bank-transactions__documents-col{padding-left:0;padding-right:0}.Layer__table-header.Layer__bank-transactions__documents-col[data-show-receipt-upload-column]{padding-left:16px;padding-right:16px}.Layer__table.Layer__bank-transactions__table .Layer__bank-transactions__documents-col{box-sizing:border-box;z-index:2;right:var(--right-adjust);text-align:center;width:0;min-width:0;max-width:0;position:sticky;box-shadow:-8px 0 20px -2px #ffffffa3}.Layer__table.Layer__bank-transactions__table .Layer__bank-transactions__documents-col[data-show-receipt-upload-column]{width:64px;min-width:64px;max-width:64px}.Layer__table.Layer__bank-transactions__table .Layer__table-cell__category-col{box-sizing:border-box;z-index:2;--width:56ch;width:var(--width);min-width:var(--width);max-width:var(--width);position:sticky;right:0}.Layer__bank-transactions__checkbox-col{width:48px}.Layer__bank-transactions__checkbox-col .Layer__table-cell-content{justify-content:center}.Layer__bank-transactions__date-col{box-sizing:border-box;width:140px;min-width:140px;max-width:140px}.Layer__bank-transactions__tx-col{box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;max-width:40ch;overflow:hidden}.Layer__bank-transactions__account-col{box-sizing:border-box;width:30ch;min-width:10ch;max-width:30ch}.Layer__bank-transactions__documents-col{box-sizing:border-box;--right-adjust:56ch;text-align:center;width:64px;min-width:64px;max-width:64px}.Layer__bank-transactions__documents-col .Layer__icon-box{background-color:var(--color-base-100)}@container (width>=1400px){.Layer__table.Layer__bank-transactions__table .Layer__table-header.Layer__bank-transactions__date-col{width:150px;min-width:150px;max-width:150px;padding-right:var(--spacing-md);padding-left:var(--spacing-xl)}.Layer__table.Layer__bank-transactions__table .Layer__bank-transactions__checkbox-col+.Layer__table-header.Layer__bank-transactions__date-col{padding-left:var(--spacing-md)}.Layer__table.Layer__bank-transactions__table .Layer__table-header.Layer__table-cell__category-col{padding-right:var(--spacing-xl);padding-left:var(--spacing-md)}}.Layer__bank-transaction-row:not(.Layer__bank-transaction-row--expanded) .Layer__bank-transactions__account-col,.Layer__bank-transaction-row:not(.Layer__bank-transaction-row--expanded) .Layer__bank-transactions__tx-col{text-overflow:ellipsis}.Layer__bank-transaction-row.Layer__bank-transaction-row--expanded td{vertical-align:top}.Layer__bank-transaction-row__expanded-td{padding:0}@container (width<=1108px) and (width>=701px){.Layer__table.Layer__bank-transactions__table .Layer__table-cell__amount-col{border-left:1px solid var(--border-color)}.Layer__table.Layer__bank-transactions__table .Layer__table-cell__amount-col:after{z-index:0;content:"";background:linear-gradient(90deg,#fff0 0%,#fff 120%);width:50px;height:100%;position:absolute;top:0;left:-51px}}@container (width<=1400px){.Layer__bank-transactions__header{row-gap:var(--spacing-sm);padding-top:var(--spacing-md);padding-right:var(--spacing-md);padding-left:var(--spacing-md)}}@container (width<=760px){.Layer__bank-transactions__header{z-index:2;border-top-left-radius:var(--border-radius-sm);border-top-right-radius:var(--border-radius-sm);background-color:var(--table-bg);position:sticky;top:0;box-shadow:inset 0 -1px #17332d29}.Layer__bank-transactions__header.Layer__bank-transactions__header--mobile{box-shadow:none;padding-block-end:var(--spacing-sm);padding-inline:0}}.Layer__bank-transaction-mobile-list-item__description{padding:var(--spacing-md) 0;border-top:1px solid var(--border-color)}.Layer__bank-transaction-mobile-list-item__description .Layer__textarea{min-height:72px}.Layer__bank-transaction-mobile-list-item__description__label{margin-bottom:var(--spacing-2xs);color:var(--color-base-500)}.Layer__bank-transaction-mobile-list-item__match-item{gap:var(--spacing-sm);width:100%;padding:var(--spacing-xs);border-bottom:1px solid var(--color-base-50);align-items:center;display:flex}.Layer__bank-transaction-mobile-list-item__match-item .Layer__bank-transaction-mobile-list-item__match-item__name{color:var(--color-base-500)}.Layer__bank-transaction-mobile-list-item__match-item .Layer__bank-transaction-mobile-list-item__match-item__heading{justify-content:space-between;align-items:center;width:100%;display:flex}.Layer__bank-transaction-mobile-list-item__match-item .Layer__bank-transaction-mobile-list-item__match-item__col-status{justify-content:flex-end;width:24px;min-width:24px;display:flex}.Layer__bank-transaction-mobile-list-item__match-item.Layer__bank-transaction-mobile-list-item__match-item--selected{background:var(--color-base-100)}.Layer__bank-transaction-mobile-list-item__match-item.Layer__bank-transaction-mobile-list-item__match-item--selected .Layer__bank-transaction-mobile-list-item__match-item__name{color:var(--color-base-1000)}.Layer__bank-transaction-mobile-list-item__actions--with-receipts .Layer__file-upload{gap:var(--spacing-sm);flex-direction:column;display:flex}.Layer__bank-transaction-mobile-list-item__actions--with-receipts .Layer__file-upload__label{color:var(--color-base-500)}.Layer__bank-transaction-mobile-list-item__actions{gap:var(--spacing-md);display:flex}@container (width<=600px){.Layer__expanded-bank-transaction-row__splits-inputs{gap:var(--spacing-xs);flex-direction:column;width:100%;display:flex}.Layer__expanded-bank-transaction-row__table-cell--split-entry,.Layer__expanded-bank-transaction-row__table-cell--split-entry input{width:100%}.Layer__expanded-bank-transaction-row__table-cell--split-entry .Layer__input-tooltip{flex:1;max-width:42%;position:relative}.Layer__expanded-bank-transaction-row__total-and-btns{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center}.Layer__expanded-bank-transaction-row__total-and-btns .Layer__input-tooltip{flex:1;width:100%;max-width:42%;position:relative}.Layer__expanded-bank-transaction-row__total-and-btns .Layer__input{max-width:100%}}@container (width<=500px){.Layer__bank-transaction-list-item__expanded-row input,.Layer__bank-transaction-list-item__expanded-row .Layer__category-menu{font-size:var(--text-xs)}.Layer__bank-transaction-list-item__expanded-row .Layer__select .Layer__select__control{min-height:32px}.Layer__bank-transaction-list-item__expanded-row .Layer__select__indicator{padding:var(--spacing-3xs)}.Layer__bank-transaction-list-item__expanded-row .Layer__expanded-bank-transaction-row__table-cell--split-entry__merge-btn{width:32px;height:32px;min-height:32px}.Layer__bank-transaction-list-item__expanded-row .Layer__expanded-bank-transaction-row__table-cell--split-entry__merge-btn svg{width:14px;height:14px}.Layer__bank-transaction-list-item__expanded-row .Layer__expanded-bank-transaction-row__file-upload .Layer__btn,.Layer__bank-transaction-list-item__expanded-row .Layer__expanded-bank-transaction-row__total-and-btns .Layer__btn{min-height:32px}.Layer__bank-transaction-list-item__expanded-row .Layer__expanded-bank-transaction-row__file-upload .Layer__btn-text,.Layer__bank-transaction-list-item__expanded-row .Layer__expanded-bank-transaction-row__total-and-btns .Layer__btn-text{font-size:var(--text-xs)}.Layer__bank-transaction-list-item__expanded-row .Layer__expanded-bank-transaction-row__file-upload .Layer__btn-icon,.Layer__bank-transaction-list-item__expanded-row .Layer__expanded-bank-transaction-row__total-and-btns .Layer__btn-icon{width:12px;height:12px}}.Layer__expanded-bank-transaction-row__splits-inputs+.Layer__text--error{padding:var(--spacing-2xs) 0;padding-bottom:var(--spacing-md);margin:0}.Layer__bank-transaction-table__date-col,.Layer__bank-transactions__account-col{color:var(--color-base-500)}.Layer__bank-transaction-row:hover .Layer__bank-transaction-table__date-col,.Layer__bank-transaction-row:hover .Layer__bank-transactions__account-col,.Layer__bank-transaction-row--expanded .Layer__bank-transaction-table__date-col,.Layer__bank-transaction-row--expanded .Layer__bank-transactions__account-col{color:var(--color-base-1000)}.Layer__expanded-bank-transaction-row__splits-inputs .Layer__input{text-align:right}.Layer__expanded-bank-transaction-row__total-and-btns .Layer__input{text-align:right;max-width:100%}@container (width>=401px){.Layer__expanded-bank-transaction-row__total-and-btns .Layer__input-tooltip,.Layer__expanded-bank-transaction-row__table-cell--split-entry .Layer__input-tooltip{flex:1;max-width:12rem}.Layer__expanded-bank-transaction-row__total-and-btns .Layer__input-tooltip .Layer__input,.Layer__expanded-bank-transaction-row__table-cell--split-entry .Layer__input-tooltip .Layer__input{width:100%}}@container (width<=480px){.Layer__expanded-bank-transaction-row__total-and-btns>.Layer__input-tooltip>.Layer__input-left-text{border-right-color:#0000}}.Layer__bank-transactions__mobile-list{flex-direction:column;padding:0;list-style:none;display:flex;overflow:hidden}.Layer__bank-transactions__mobile-list .Layer__bank-transaction-mobile-list-item:first-child{margin-top:0}.Layer__bank-transaction-mobile-list-item{box-sizing:border-box;border-radius:var(--border-radius-sm);border:1px solid var(--border-color);width:100%;margin:var(--spacing-2xs) 0;background:var(--color-base-0);cursor:pointer;-webkit-user-select:none;user-select:none;opacity:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;padding:0;transition:all .18s ease-in-out;transform:scale(.96)}.Layer__bank-transaction-mobile-list-item.show{opacity:1;transform:scale(1)}.Layer__bank-transaction-mobile-list-item .Layer__text--error{padding:var(--spacing-sm) 0;text-align:center;font-size:12px}.Layer__bank-transaction-mobile-list-item__value{box-sizing:border-box;gap:var(--spacing-3xs);height:0;padding:0 var(--spacing-sm);border-bottom-left-radius:var(--border-radius-sm);border-bottom-right-radius:var(--border-radius-sm);background-color:var(--base-transparent-2);opacity:0;justify-content:flex-end;align-items:center;transition:all .18s ease-in-out;display:flex;overflow:hidden}.Layer__bank-transaction-mobile-list-item__value.open{height:auto;padding:var(--spacing-sm);opacity:1}.Layer__bank-transaction-mobile-list-item__value>.Layer__text{align-items:center;gap:12px;display:flex}.Layer__bank-transaction-mobile-list-item__toggle-row{gap:var(--spacing-3xs);padding:var(--spacing-4xs) var(--spacing-sm);justify-content:space-between;align-items:center;display:flex}.Layer__bank-transaction-mobile-list-item__business-form{width:100%}.Layer__bank-transaction-mobile-list-item__business-form .Layer__actionable-list{margin-bottom:var(--spacing-md)}.Layer__bank-transaction-mobile-list-item__categories_list-container{height:100%;padding-inline:var(--spacing-sm);padding-top:var(--spacing-sm)}.Layer__bank-transaction-mobile-list-item__categories_list{overflow-y:auto}.Layer__component-container.Layer__chart-of-accounts{align-items:stretch;display:flex;position:relative;overflow:hidden}.Layer__chart-of-accounts__loader-container{padding:var(--spacing-2xl)}.Layer__coa__actions .Layer__btn{opacity:0;visibility:hidden;transition:all .3s ease-out;transform:scale(.92)}.Layer__table-row:hover .Layer__coa__actions .Layer__btn{opacity:1;visibility:visible;transform:scale(1)}.Layer__chart-of-accounts .Layer__panel{max-width:100%}.Layer__chart-of-accounts__actions .Layer__SearchField{width:15rem}.Layer__chart-of-accounts__table{table-layout:fixed}.Layer__chart-of-accounts__table .Layer__chart-of-accounts--accountnumber{width:13rem}.Layer__chart-of-accounts__table .Layer__chart-of-accounts--name{width:auto;min-width:16rem}.Layer__chart-of-accounts__table .Layer__chart-of-accounts--type{width:8rem}.Layer__chart-of-accounts__table .Layer__chart-of-accounts--subtype{width:16rem}.Layer__chart-of-accounts__table .Layer__chart-of-accounts--balance{width:8rem}.Layer__chart-of-accounts__table .Layer__chart-of-accounts--actions{width:10rem}.Layer__chart-of-accounts__table .Layer__table-cell-content .Layer__Span{color:var(--text-secondary)}.Layer__chart-of-accounts__table .Layer__table-cell-content .Layer__mark{background-color:#fff2cc}.Layer__chart-of-accounts__sidebar__header{gap:var(--spacing-md);justify-content:space-between;align-items:flex-start;display:flex}.Layer__chart-of-accounts__sidebar__header .actions{gap:var(--spacing-sm);align-items:center;display:flex}.Layer__chart-of-accounts__form .actions{gap:var(--spacing-sm);padding-top:var(--spacing-xl);justify-content:flex-end;align-items:center;display:none}.Layer__chart-of-accounts__form{padding:var(--spacing-xl) var(--spacing-md);flex-direction:column;display:flex}.Layer__chart-of-accounts__form .Layer__input-group.Layer__input-group--inline{padding:var(--spacing-xs) 0}.Layer__chart-of-accounts__form .Layer__input-group.Layer__input-group--inline label{width:140px;min-width:140px;max-width:140px}.Layer__chart-of-accounts__form-edit-entry{gap:var(--spacing-md);padding:var(--spacing-md);justify-content:space-between;align-items:center;display:flex}.Layer__chart-of-accounts__form-edit-entry .Layer__text{margin:0}.Layer__chart-of-accounts__form__error-message{box-sizing:border-box;width:100%;padding:var(--spacing-4xs) var(--spacing-xl);text-align:right;color:var(--color-danger)}.Layer__chart-of-accounts__form-row{box-sizing:border-box;gap:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);border-top:1px solid var(--border-color);background-color:var(--color-base-100);display:flex}.Layer__chart-of-accounts__form-row.Layer__chart-of-accounts__form-row--depth-0{background-color:var(--color-base-50)}.Layer__chart-of-accounts__form-row .Layer__btn{align-self:flex-start;min-width:120px}.Layer__chart-of-accounts__row---mobile{visibility:hidden;display:none}.Layer__chart-of-accounts__row---mobile .Layer__chart-of-accounts__mobile-row-content{gap:var(--spacing-xs);width:100%;padding-top:var(--spacing-3xs);padding-right:var(--spacing-md);padding-bottom:var(--spacing-3xs);flex-direction:column;display:flex}.Layer__chart-of-accounts__mobile-row-content__top-row,.Layer__chart-of-accounts__mobile-row-content__bottom-row{justify-content:space-between;align-items:center;display:flex}.Layer__chart-of-accounts__mobile-row-content__name{color:var(--color-base-800)}.Layer__chart-of-accounts__mobile-row-content__balance{font-weight:var(--font-weight-bold);color:var(--color-base-800)}.Layer__chart-of-accounts__row---mobile.Layer__table-row--depth-0 .Layer__chart-of-accounts__mobile-row-content__name{font-weight:var(--font-weight-bold)}.Layer__chart-of-accounts__mobile-row-content__types{gap:var(--spacing-3xs);align-items:center;display:flex}.Layer__chart-of-accounts__mobile-row-content__types .Layer__text{color:var(--color-base-700)}.Layer__chart-of-accounts__mobile-row-content__separator{background:var(--color-base-200);width:1px;height:12px}.Layer__chart-of-accounts .Layer__desktop--hidden{display:none}.Layer__coa__type--mobile{color:var(--color-base-800)}@container (width>=1401px){.Layer__chart-of-accounts .Layer__panel__sidebar .Layer__chart-of-accounts__form{padding:var(--spacing-xl)}.Layer__chart-of-accounts__form-edit-entry{padding:var(--spacing-md) var(--spacing-xl)}}@container (width<=1024px){.Layer__chart-of-accounts__sidebar__header .actions{display:none}.Layer__chart-of-accounts__form .actions{display:flex}.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content{width:100%}.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__input-group,.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__chart-of-accounts__form__input-group__title{box-sizing:border-box;width:100%;max-width:600px;margin:auto}.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__chart-of-accounts__form-edit-entry{box-sizing:border-box;width:100%;max-width:calc(600px + var(--spacing-xl) * 2);padding:var(--spacing-md) var(--spacing-xl);margin:auto}.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__header__col{width:100%;max-width:calc(600px + var(--spacing-xl) * 2);padding:var(--spacing-md) var(--spacing-xl);margin:auto}.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .actions{width:100%;max-width:600px;margin:auto}}@container (width>=761px) and (width<=1024px){.Layer__chart-of-accounts .Layer__mobile--hidden{display:none}.Layer__chart-of-accounts__form{padding:var(--spacing-xl)}}@container (width<=760px){.Layer__chart-of-accounts{overflow:auto}.Layer__chart-of-accounts__row---mobile{visibility:visible;display:table-row}.Layer__chart-of-accounts__row---desktop{visibility:hidden;display:none}.Layer__chart-of-accounts__form-row{flex-direction:column}.Layer__chart-of-accounts__form-row .Layer__chart-of-accounts__form-row__name_field{flex:1;width:100%}.Layer__chart-of-accounts__actions.Layer__header__actions{flex-direction:column;align-items:flex-start}}.Layer__component-container.Layer__journal{align-items:stretch;display:flex;position:relative}.Layer__component-container.Layer__journal .Layer__table-state-container{height:calc(100% - 160px)}@container (width>=1025px){.Layer__component-container.Layer__journal{overflow:unset}}.Layer__journal .Layer__journal__bottom-actions{gap:var(--spacing-sm);padding:var(--spacing-xl);justify-content:flex-end;align-items:center;display:none}.Layer__journal .Layer__panel{max-width:100%}.Layer__journal__table-container{max-width:100%;overflow:auto}.Layer__journal__arrow .Layer__table-cell-content{padding-right:0!important}.Layer__journal__table .Layer__table-cell .Layer__table-cell-content .Layer__table-cell-content:before{height:52px}.Layer__journal__loader-container{padding:var(--spacing-2xl)}.Layer__table-cell-hidden{visibility:hidden}.Layer__journal__table{border-collapse:collapse;width:100%;max-width:100%}.Layer__journal__actions{gap:var(--spacing-sm);align-items:center;display:flex}.Layer__table-cell.Layer__journal__arrow,.Layer__table-cell.Layer__journal__balance{color:var(--color-base-800)}.Layer__table-header.Layer__journal__arrow{padding-left:var(--spacing-xl)}.Layer__table-cell.Layer__journal__arrow{width:25px}.Layer__table-cell.Layer__journal__type,.Layer__table-cell.Layer__journal__subtype{width:calc(25% - 192px)}.Layer__table-cell.Layer__journal__balance,.Layer__journal__table .Layer__table-row--depth-0 .Layer__table-cell.Layer__journal__arrow{font-weight:var(--font-weight-bold)}.Layer__journal__balance{text-align:right;justify-content:flex-end}.Layer__table-cell.Layer__journal__actions{width:160px}.Layer__table-cell.Layer__journal__actions .Layer__table-cell-content{gap:var(--spacing-xs);padding-top:var(--spacing-3xs);padding-bottom:var(--spacing-3xs);justify-content:flex-end;align-items:center;display:flex}.Layer__table-cell.Layer__journal__actions .Layer__table-cell-content>.Layer__btn{opacity:0;visibility:hidden;transition:all .3s ease-out;transform:scale(.92)}.Layer__table-cell.Layer__journal__actions .Layer__btn--icon-only{box-sizing:border-box;width:32px;height:32px;min-height:32px;max-height:32px;padding:0}.Layer__journal-line__table-row{background-color:var(--color-base-50)}.Layer__journal__table .Layer__table-row:hover .Layer__journal__actions .Layer__btn{opacity:1;visibility:visible;transform:scale(1)}.Layer__journal__table .Layer__journal-table-row:not(.Layer__table-row--header):hover{background-color:var(--color-base-50)}.Layer__journal-entry-table-row .Layer__table-cell,.Layer__journal-table-row .Layer__table-cell{height:var(--spacing-5xl);transition:all .15s ease-out}.Layer__table-row--hidden .Layer__table-cell{height:0}.Layer__row--expanded .Layer__table-cell{background-color:var(--bg-element-focus)}.Layer__journal .Layer__panel__sidebar-content .Layer__form{max-width:480px;margin:auto}.Layer__journal__form-edit-entry{gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-xl);justify-content:space-between;align-items:center;display:flex}.Layer__journal__form-edit-entry .Layer__text{margin:0}.Layer__journal .Layer__desktop--hidden{display:none}.Layer__journal__type--mobile{color:var(--color-base-800)}@container (width>=761px) and (width<=1024px){.Layer__journal .Layer__mobile--hidden{display:none}.Layer__journal .Layer__desktop--hidden.Layer__table-header{display:table-cell}.Layer__journal .Layer__desktop--hidden.Layer__table-cell-content{display:flex}.Layer__journal .Layer__journal__type .Layer__table-cell-content{flex-direction:column;align-items:flex-start;display:flex}.Layer__journal .Layer__journal__type .Layer__table-cell-content.Layer__mobile--hidden{display:none}.Layer__journal .Layer__table-cell.Layer__journal__actions{width:64px}}.Layer__JournalTable__account-number-cell{max-width:8rem}@container (width<=760px){.Layer__table-cell.Layer__journal__actions{width:64px}.Layer__journal__row---mobile{visibility:visible;display:table-row}.Layer__journal__row---desktop{visibility:hidden;display:none}.Layer__journal__form-row{flex-direction:column}.Layer__journal__form-row .Layer__journal__form-row__name_field{flex:1;width:100%}}.Layer__journal__entry-details__title .Layer__component-header{padding-bottom:var(--spacing-3xs)}.Layer__journal__form__input-group__line-item{gap:var(--spacing-2xs);padding:var(--spacing-md) 0;flex-direction:column;display:flex}.Layer__journal__form__input-group__line-item:not(:first-of-type){border-top:1px solid var(--color-base-300)}.Layer__remove__button{box-shadow:0 0 0 1px var(--input-border-color), 0 0 0 2px #0000;margin-left:8px;padding:8px}.Layer__journal__form__input-group{gap:var(--spacing-3xs);padding:var(--spacing-xl);flex-direction:column;display:flex}.Layer__journal__form__input-group__textarea{background:var(--color-base-50)}.Layer__journal__form__input-group__textarea textarea{margin:var(--spacing-sm) 0}.Layer__journal__form__input-group__border{border-bottom:1px solid var(--color-base-300)}.Layer__journal__form__input-group .Layer__input-group .Layer__journal__datepicker__wrapper{gap:var(--spacing-xs);justify-content:flex-end;align-items:center;display:flex}.Layer__journal__form__input-group .Layer__input-label{padding:0}.Layer__journal__form__input-group .Layer__journal__form__input-group__title{padding-bottom:var(--spacing-xs)}.Layer__journal__sidebar__header{display:flex}.Layer__journal__form__error-message{box-sizing:border-box;width:100%;padding:var(--spacing-4xs) var(--spacing-xl);text-align:right;color:var(--color-danger)}.Layer__journal__add-entry-line{padding:var(--spacing-md) 0 0;justify-content:space-between;align-items:center;display:flex}.Layer__journal .Layer__panel__sidebar .Layer__panel__sidebar-content{width:100%}.Layer__journal__entry-details__line-items{padding:var(--spacing-md)}.Layer__journal__entry-details__line-items .Layer__table .Layer__table-row.Layer__table-row--variant-summation{background:var(--color-base-0)}@container (width<=1400px){.Layer__journal__form__input-group{padding:var(--spacing-lg) var(--spacing-md)}}@container (width<=1024px){.Layer__journal__panel .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__details-list-item{padding-left:0}.Layer__journal__panel .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__ledger-account__entry-details__line-items{max-width:600px}.Layer__journal__panel .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__input-group,.Layer__journal__panel .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__journal__form__input-group__title,.Layer__journal__panel .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__journal__add-entry-line{width:100%;max-width:600px;margin:auto}.Layer__journal__panel .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__header__col{width:100%;max-width:calc(600px + var(--spacing-xl) * 2);padding:var(--spacing-md) var(--spacing-xl);margin:auto}.Layer__journal__panel .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__journal__bottom-actions{max-width:600px;margin:auto}.Layer__journal .Layer__journal__sidebar__header .actions{display:none}.Layer__journal .Layer__journal__bottom-actions{display:flex}.Layer__journal .Layer__panel.Layer__panel--open{overflow:hidden}.Layer__journal__form__input-group.Layer__journal__form__input-group__textarea{background:0 0}.Layer__journal__debit-credit-col{width:25%}}@container (width>=500px) and (width<=1024px){.Layer__journal__panel .Layer__details-list .Layer__component-header{padding-right:var(--spacing-xl);padding-left:var(--spacing-xl)}}@container (width<=499px){.Layer__journal__panel .Layer__details-list .Layer__details-list-item__label,.Layer__journal__panel .Layer__details-list .Layer__details-list-item__value{padding:var(--spacing-xs)}.Layer__journal__panel .Layer__details-list .Layer__details-list-item{padding:0 var(--spacing-xs)}.Layer__journal__entry-details__line-items{padding-top:0;padding-left:0;padding-right:0}.Layer__journal__entry-details__line-items .Layer__card{box-shadow:none;border-radius:0}.Layer__journal__panel .Layer__panel__sidebar{background:var(--color-base-0)}.Layer__input-group.Layer__input-group--inline{gap:var(--spacing-2xs);padding-top:var(--spacing-sm);flex-direction:column;align-items:flex-start}.Layer__input-group.Layer__input-group--inline>label{width:100%}}.Layer__journal__entry-details__reverse-btn-container{padding:var(--spacing-sm) 0}.Layer__journal__entry-details__reverse-btn-container .Layer__btn--disabled{cursor:not-allowed}.Layer__journal__entry-details__reverse-btn-container .Layer__btn{min-width:150px}.Layer__journal__entry-details__reverse-btn-container .Layer__btn .Layer__btn-icon:not(.Layer__anim--rotating){color:var(--color-danger)}.Layer__chevron{stroke:var(--color-base-900);transition:transform .33s}.Layer__chevron__down{transform:rotate(0)}.Layer__chevron__up{transform:rotate(180deg)}.Layer__chevron__up--counterclockwise{transform:rotate(-180deg)}.Layer__icon-box{border-radius:var(--border-radius-3xs);background-color:var(--color-base-0);width:32px;height:32px;color:var(--color-base-1000);justify-content:center;align-items:center;display:inline-flex}.Layer__linked-accounts{box-sizing:border-box;z-index:1;min-height:150px;max-width:var(--max-component-width);overflow:visible}.Layer__linked-accounts::-webkit-scrollbar{display:none}.Layer__linked-accounts .Layer__linked-accounts__options.--hide-ledger-balance{display:block;position:relative}.Layer__linked-accounts .Layer__data-state{padding:var(--spacing-md);padding-top:0}.Layer__linked-accounts__header{padding:var(--spacing-lg);position:sticky;left:0}.Layer__linked-accounts__list{gap:var(--spacing-md);padding:var(--spacing-lg);flex-wrap:wrap;align-items:stretch;display:flex}@media screen and (width<=650px){.Layer__linked-accounts__list{flex-wrap:nowrap;overflow:scroll hidden}}.Layer__linked-accounts__header+.Layer__linked-accounts__list{padding-top:0}.Layer__linked-accounts__loader-container{min-height:120px}.Layer__linked-accounts__new-account{box-sizing:border-box;min-width:286px;max-width:272px;min-height:136px;padding:var(--spacing-2xs);border-radius:var(--border-radius-sm);background:var(--base-transparent-1);cursor:pointer;flex:1;justify-content:center;align-items:center;transition:all .15s ease-out;display:flex}.Layer__linked-accounts__new-account.--as-widget{min-height:90px}.Layer__linked-accounts__new-account.--show-ledger-balance{min-height:156px}.Layer__linked-accounts__new-account:hover{background:var(--base-transparent-2)}.Layer__linked-accounts__new-account:hover .Layer__linked-accounts__new-account-label{color:var(--color-base-800)}.Layer__linked-accounts__new-account .Layer__linked-accounts__new-account-label{gap:var(--spacing-xs);text-align:center;color:var(--color-base-500);flex-wrap:wrap;justify-content:center;align-items:center;transition:all .15s ease-out;display:flex}.Layer__linked-accounts__new-account .Layer__linked-accounts__new-account-label span{line-height:normal}@keyframes skeletonSweep{to{transform:translate(100%)}}.skeleton-loader{border-radius:var(--border-radius-base);background:#fff;padding:1rem;position:relative;overflow:hidden}.skeleton-loader:after{content:"";background:linear-gradient(90deg,#0000,#fff,#0000);width:100%;height:100%;animation:1.5s infinite skeletonSweep;display:block;position:absolute;top:0;left:0;transform:translate(-100%)}.Layer__linked-account-thumb{box-sizing:border-box;gap:var(--spacing-3xs);width:286px;height:136px;padding:var(--spacing-2xs);border-radius:var(--border-radius-sm);border:1px solid var(--color-base-100);background:var(--color-base-0);flex-direction:column;justify-content:space-between;display:flex}.Layer__linked-account-thumb.Layer__integrations-quickbooks-item-thumb{box-shadow:none}.Layer__linked-account-thumb.--show-ledger-balance{height:154px}.Layer__linked-account-thumb .topbar{box-sizing:border-box;min-width:272px;padding:var(--spacing-xs);border-top-left-radius:var(--border-radius-xs);border-top-right-radius:var(--border-radius-xs);background:var(--color-base-50);color:var(--text-color-primary);border-bottom-right-radius:0;border-bottom-left-radius:0;flex:1;justify-content:space-between;align-items:flex-start;display:flex}.Layer__linked-account-thumb .topbar.--hide-ledger-balance{padding-bottom:var(--spacing-sm)}.Layer__linked-account-thumb .topbar.--is-syncing{z-index:50;color:var(--color-base-500);background:0 0}.Layer__linked-account-thumb .topbar .account-institution{color:var(--color-base-500);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Layer__linked-account-thumb .topbar .topbar-details{gap:var(--spacing-4xs);flex-direction:column;justify-content:stretch;min-width:0;display:flex}.Layer__linked-account-thumb .topbar .topbar-logo{width:52px;height:28px;padding:var(--spacing-3xs) 0;border-radius:var(--border-radius-3xs);background:var(--color-base-0);color:var(--color-base-200);justify-content:center;align-items:center;display:flex}.Layer__linked-account-thumb .topbar .account-name{text-overflow:ellipsis;white-space:nowrap;flex:1;width:200px;overflow:hidden}.Layer__linked-account-thumb .middlebar{box-sizing:border-box;padding:0 var(--spacing-xs);border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--border-radius-xs);border-bottom-right-radius:var(--border-radius-xs);background:var(--color-base-50);justify-content:space-between;align-items:center;display:flex}.Layer__linked-account-thumb .middlebar .account-balance-text{padding:var(--spacing-sm) 0;color:var(--color-base-500)}.Layer__linked-account-thumb .loadingbar{z-index:100;gap:var(--spacing-xs);padding:var(--spacing-xs);border-bottom-left-radius:var(--border-radius-xs);border-bottom-right-radius:var(--border-radius-xs);align-items:center;display:flex}.Layer__linked-account-thumb .loadingbar .loading-text{flex:1;line-height:140%}.Layer__linked-account-thumb .loadingbar .loading-wrapper{background:var(--color-blue);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.Layer__linked-account-thumb .loadingbar .syncing-data-description{color:var(--color-base-500)}.Layer__linked-account-thumb .bottombar{box-sizing:border-box;padding:var(--spacing-3xs) var(--spacing-xs);justify-content:space-between;align-items:center;display:flex}.Layer__linked-account-thumb .bottombar .account-balance-text{color:var(--color-base-500)}.Layer__linked-account-thumb.--is-syncing{background:#f4f5f6}.Layer__linked-account-thumb.--as-widget{gap:var(--spacing-2xs)}.Layer__linked-account-thumb.--as-widget .topbar{border-bottom-left-radius:var(--border-radius-xs);border-bottom-right-radius:var(--border-radius-xs)}.Layer__linked-account-thumb.--as-widget .account-number{height:20px;padding:var(--spacing-3xs) var(--spacing-xs);border-radius:var(--border-radius-xs);background:var(--color-base-50);color:var(--color-base-500);justify-content:center;align-items:center;display:flex}.Layer__linked-account-thumb.--as-widget .bottombar{padding:0 var(--spacing-xs) 0 0}.Layer__linked-accounts__options{display:flex;position:relative}.Layer__linked-accounts__options.--hide-ledger-balance{display:block;position:relative}.Layer__linked-accounts__options:hover .Layer__linked-accounts__options-overlay{opacity:1;touch-action:auto}.Layer__linked-accounts__options:hover .Layer__linked-accounts__options-overlay .Layer__linked-accounts__options-overlay-button{transform:translate(0,0)}.Layer__linked-accounts__options .Layer__linked-accounts__options-overlay{z-index:99;top:var(--spacing-2xs);right:var(--spacing-2xs);border-top-right-radius:var(--border-radius-sm);opacity:0;touch-action:none;background:linear-gradient(270deg,#f8f8fa 1.52%,#f8f8fa00 99.75%);justify-content:flex-end;width:74px;height:54px;transition:all .15s ease-out;display:flex;position:absolute}.Layer__linked-accounts__options .Layer__linked-accounts__options-overlay .Layer__linked-accounts__options-overlay-button{border-radius:var(--spacing-2xs);width:24px;height:24px;box-shadow:0 0 8px 0 var(--base-transparent-12,#1018281f);margin:var(--spacing-xs);background:var(--color-base-0);cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .15s ease-out;display:flex;transform:translate(5px,-5px)}.Layer__linked-accounts__options .Layer__linked-accounts__options-overlay--transparent{background:0 0}.Layer__loader{box-sizing:border-box;width:100%;padding:var(--spacing-md);font-size:var(--text-sm);color:var(--text-color-primary);justify-content:center;align-items:center;gap:8px;display:flex}.Layer__loader--as-badge{background-color:var(--color-base-100);border-radius:50%;width:21px;height:21px;padding:0}.Layer__loader--as-badge.Layer__loader--info{background-color:var(--color-info-bg);color:var(--color-info-fg)}.Layer__loader--as-badge.Layer__loader--success{background-color:var(--color-info-success-bg);color:var(--color-info-success-fg)}.Layer__loader--as-badge.Layer__loader--error{background-color:var(--color-info-error-bg);color:var(--color-info-error-fg)}.Layer__loader--as-badge.Layer__loader--warning{background-color:var(--color-info-warning-bg);color:var(--color-info-warning-fg)}.Layer__loader--with-bg{background-color:var(--color-base-400);color:var(--text-color-primary);border-radius:50%;padding:0}.Layer__skeleton-loader__row{height:63px;padding:0 var(--spacing-md);border-bottom:1px solid var(--border-color)}.Layer__skeleton-loader__row__group{gap:var(--spacing-sm);align-items:center;display:flex}.Layer__skeleton-loader{border-radius:4px;width:100%;height:12px}@keyframes shine{to{background-position-x:-200%}}.Layer__anim--skeleton-loading{background:var(--color-base-100);background:linear-gradient(110deg, var(--color-base-100) 0%, var(--color-base-50) 28%, var(--color-base-100) 50%, var(--color-base-100) 100%);background-size:200% 100%;border-radius:4px;animation:1.5s linear infinite shine}.Layer__syncing-component{gap:var(--spacing-md);padding:var(--spacing-md);align-items:center;display:flex}.Layer__syncing-component.Layer__syncing-component--with-border{padding:0 var(--spacing-md);border-left:1px solid var(--border-color);margin-left:var(--spacing-md)}.Layer__syncing-component .Layer__syncing-component__content{gap:var(--spacing-4xs);flex-direction:column;display:flex}.Layer__syncing-component .Layer__syncing-component__content .Layer__syncing-component__title{font-size:var(--text-sm);color:var(--text-color-primary);font-weight:540}.Layer__syncing-component .Layer__syncing-component__content .Layer__syncing-component__message{font-size:var(--text-sm);color:var(--color-base-500);font-weight:460}.Layer__syncing-component .Layer__icon-btn{box-shadow:0 1px 2px 0 var(--base-transparent-6,#1111110f), 0 0 0 1px var(--base-300,#eaeaea);color:var(--color-base-1000)}.Layer__syncing-component .Layer__icon-btn svg{transition:transform .3s}.Layer__syncing-component .Layer__icon-btn:hover svg{transform:rotate(180deg)}.Layer__bank-transactions__header--mobile .Layer__syncing-component.Layer__syncing-component--with-border{padding:0;padding-left:var(--spacing-sm);border-width:0;margin-left:0}.Layer__ProfitAndLossSummariesListItem{all:unset;padding:var(--spacing-4xs);border-radius:var(--border-radius-xs);box-shadow:0 0 0 1px var(--color-base-300);background:var(--color-base-0);display:grid}.Layer__ProfitAndLossSummariesListItem[data-active]{box-shadow:0 0 0 1px var(--color-base-200);background:var(--color-base-50)}.Layer__ProfitAndLossSummariesListItem[data-clickable]{cursor:pointer}.Layer__ProfitAndLossSummariesListItem[data-clickable]:hover{background:var(--color-base-50)}.Layer__ProfitAndLossSummariesList{all:unset;gap:var(--spacing-sm);grid-auto-rows:minmax(0,1fr);display:grid}@container (width>=60rem){.Layer__ProfitAndLossSummariesList{--column-count:3;grid-template-columns:repeat(var(--column-count), minmax(0, 1fr));gap:var(--spacing-md)}.Layer__ProfitAndLossSummariesList[data-column-count="4"]{--column-count:4}}.Layer__ProfitAndLossSummariesSummaryChartArea{border-radius:var(--border-radius-xs);background:var(--color-base-50)}.Layer__ProfitAndLossSummariesSummary{min-height:40px}.Layer__ProfitAndLossSummaries{display:grid;container-type:inline-size}.Layer__component-container .Layer__profit-and-loss{background-color:#fff;align-items:stretch;display:flex}.Layer__profit-and-loss__title{margin-bottom:1.5rem;margin-left:1.5rem;margin-right:1.5rem;font-size:1.5rem;font-weight:600}.Layer__profit-and-loss__title .Layer__text{font-weight:var(--font-weight-normal);color:var(--color-base-700);margin:0}.Layer__profit-and-loss-chart .recharts-cartesian-axis-tick-value tspan{font-size:.75rem}.Layer__profit-and-loss-chart .recharts-legend-wrapper{margin-top:-46px}.Layer__profit-and-loss-chart .recharts-legend-item-text{color:var(--color-base-700);vertical-align:middle;font-size:12px}.Layer__profit-and-loss-chart .recharts-legend-item{fill:var(--bar-color-income);vertical-align:middle}.Layer__profit-and-loss-chart .legend-item-0{fill:var(--bar-color-income)}.Layer__profit-and-loss-chart .legend-item-1{fill:var(--bar-color-expenses)}.Layer__profit-and-loss-chart .legend-item-2{fill:var(--base-transparent-16-light)}.Layer__profit-and-loss-chart__selection-indicator{stroke:var(--chart-indicator-color);fill:none;transition:opacity .1s linear}.Layer__profit-and-loss__chart_with_summaries{border-radius:var(--border-radius-sm);border:1px solid var(--border-color);margin-right:var(--spacing-xl);margin-bottom:var(--spacing-xl);margin-left:var(--spacing-xl);align-items:stretch;display:flex}.Layer__profit-and-loss__chart_with_summaries__summary-col{gap:var(--spacing-md) var(--spacing-md);padding:var(--spacing-md);flex-direction:column;display:flex}.Layer__profit-and-loss__chart_with_summaries__chart-col{padding:var(--spacing-md);flex-direction:column;flex:1;display:flex}.Layer__profit-and-loss-chart__bar--loading{fill:var(--color-base-50);animation:2s linear infinite layer_chart_bar_loading_anim}.Layer__profit-and-loss-chart__bar--income{fill:var(--bar-color-income)}.Layer__profit-and-loss-chart__bar--expenses{fill:var(--bar-color-expenses)}@keyframes layer_chart_bar_loading_anim{0%{fill:var(--color-base-50)}50%{fill:var(--color-base-200)}to{fill:var(--color-base-50)}}.Layer__profit-and-loss-detailed-charts__pie--border{stroke:var(--color-base-200)}#layer-bar-stripe-pattern rect{fill:var(--color-light)}#layer-bar-stripe-pattern line{stroke:var(--color-light)}#layer-bar-stripe-pattern-dark rect{fill:var(--color-dark)}#layer-bar-stripe-pattern-dark line{stroke:var(--color-dark)}#layer-pie-stripe-pattern rect{fill:var(--color-base-300)}#layer-dots-stripe-pattern rect,#layer-pie-dots-pattern rect{fill:var(--color-base-500)}#layer-pie-dots-pattern rect.bg{fill:var(--color-base-100)}.Layer__charts__dots-pattern-legend__dot{fill:var(--color-base-500)}.Layer__charts__dots-pattern-legend__bg{fill:var(--color-base-100)}@container (width>=1024px){.Layer__profit-and-loss__chart_with_summaries__summary-col{padding-right:var(--spacing-xs)}.Layer__profit-and-loss__chart_with_summaries__chart-col{padding-left:var(--spacing-xs)}}@container (width<=1023px) and (width>=760px){.Layer__profit-and-loss__chart_with_summaries{margin-right:var(--spacing-md);margin-bottom:var(--spacing-md);margin-left:var(--spacing-md);flex-direction:column}}@container (width<=759px) and (width>=500px){.Layer__profit-and-loss__chart_with_summaries{margin-right:0;margin-bottom:var(--spacing-md);flex-direction:column;margin-left:0}}@container (width<=500px){.Layer__profit-and-loss__chart_with_summaries{margin-right:0;margin-bottom:var(--spacing-md);flex-direction:column;margin-left:0}}.Layer__profit-and-loss-chart__state-card{gap:var(--spacing-md);width:260px;max-width:70%;height:120px;padding:var(--spacing-lg) var(--spacing-4xs);border-radius:var(--border-radius-sm);box-shadow:0 0 0 1px var(--base-transparent-4);background:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%,-60px)}.Layer__profit-and-loss-chart__state-card .Layer__icon-box{background-color:var(--color-base-100)}.Layer__profit-and-loss-chart__state-card__text{gap:var(--spacing-4xs);flex-direction:column;justify-content:center;align-items:center;display:flex}.Layer__profit-and-loss-chart__state-card__description{text-align:center;color:var(--text-color-secondary)}.Layer__compare__table__wrapper .Layer__table__wrapper{max-width:100%;overflow:auto}.Layer__compare__table__wrapper .Layer__profit-and-loss-compare-table__sticky-cell{z-index:1;background-color:inherit;position:sticky;left:0}.Layer__compare__table__wrapper .Layer__table tr td:last-child .Layer__table-cell-content,.Layer__compare__table__wrapper .Layer__table tr th:last-child .Layer__table-cell-content{padding-right:var(--spacing-lg);justify-content:flex-start}.Layer__profit-and-loss-detailed-charts__header--tablet,.Layer__profit-and-loss-detailed-charts__header{padding:var(--spacing-lg);padding-bottom:var(--spacing-lg);box-shadow:0 -1px 0 0 var(--color-base-300) inset;justify-content:space-between;align-items:flex-start;display:flex}.Layer__profit-and-loss-detailed-charts__header--tablet button.Layer__btn.Layer__btn--icon-only,.Layer__profit-and-loss-detailed-charts__header button.Layer__btn.Layer__btn--icon-only{width:32px;height:32px;min-height:32px;padding:0}header.Layer__profit-and-loss-detailed-charts__header--tablet{gap:var(--spacing-md);justify-content:flex-start;align-items:center;display:none}@container (width<=1023px) and (width>=768px){header.Layer__profit-and-loss-detailed-charts__header{display:none}header.Layer__profit-and-loss-detailed-charts__header--tablet{display:flex}}.Layer__profit-and-loss-detailed-charts__head{gap:var(--spacing-4xs);flex-direction:column;display:flex}.Layer__profit-and-loss-detailed-charts__head .title{color:var(--color-base-800)}.Layer__profit-and-loss-detailed-charts__head .date{color:var(--color-base-500)}.Layer__profit-and-loss-detailed-charts__head>.Layer__text{margin:0}.Layer__profit-and-loss-detailed-charts{border-radius:var(--border-radius-sm);background:var(--color-base-0);width:100%}.Layer__profit-and-loss-detailed-charts .chart-field{width:100%}.Layer__profit-and-loss-detailed-charts .chart-container,.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__empty-chart{box-sizing:border-box;width:100%;height:280px;padding-top:var(--spacing-2xl);padding-right:var(--spacing-md);padding-bottom:var(--spacing-lg);padding-left:var(--spacing-md)}.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__empty-chart-content{height:100%}.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__empty-chart-icon{color:var(--color-base-400)}.Layer__profit-and-loss-detailed-charts .pie-center-label__title,.Layer__profit-and-loss-detailed-charts .pie-center-label__share{fill:var(--color-base-600);font-size:12px}.Layer__profit-and-loss-detailed-charts .pie-center-label__value{fill:var(--text-color-primary);font-size:14px}.Layer__profit-and-loss-detailed-charts .pie-center-label__loading{fill:var(--color-base-600);font-size:14px}.Layer__profit-and-loss-detailed-charts .details-container{padding:var(--spacing-md);padding-top:var(--spacing-2xs)}.Layer__profit-and-loss-detailed-charts .details-container table{border-collapse:collapse;width:100%}.Layer__profit-and-loss-detailed-charts .details-container table th,.Layer__profit-and-loss-detailed-charts .details-container table td{padding:var(--spacing-2xs) var(--spacing-xs);text-align:left;font-size:12px}.Layer__profit-and-loss-detailed-charts .details-container table th:first-child,.Layer__profit-and-loss-detailed-charts .details-container table td:first-child{width:20px;padding-right:0}.Layer__profit-and-loss-detailed-charts .details-container table th:last-child,.Layer__profit-and-loss-detailed-charts .details-container table td:last-child{text-align:right}.Layer__profit-and-loss-detailed-charts .details-container table th.percent-col,.Layer__profit-and-loss-detailed-charts .details-container table td.percent-col{text-align:right;width:4ch;padding-left:0}.Layer__profit-and-loss-detailed-charts .details-container table th{padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--color-base-300);cursor:pointer;color:var(--color-base-500);transition:color .15s ease-out}.Layer__profit-and-loss-detailed-charts .details-container table th:first-child{cursor:default}.Layer__profit-and-loss-detailed-charts .details-container table th:hover{color:var(--color-base-800)}.Layer__profit-and-loss-detailed-charts .details-container table th.sort--asc,.Layer__profit-and-loss-detailed-charts .details-container table th.sort--desc{color:var(--color-base-1000)}.Layer__profit-and-loss-detailed-charts .details-container .Layer__sort-arrows{position:relative;top:1px}.Layer__profit-and-loss-detailed-charts .details-container .color-col .share-icon{border-radius:2px;width:12px;height:12px}.Layer__profit-and-loss-detailed-charts .details-container .percent-col .share-text{font-size:var(--text-sm);color:var(--color-base-600);line-height:140%}.Layer__profit-and-loss-detailed-charts .details-container tbody tr{height:2.5rem}.Layer__profit-and-loss-detailed-table__row{background:0 0;border-radius:2px;transition:background-color .3s ease-out}.Layer__profit-and-loss-detailed-table__row .category-col,.Layer__profit-and-loss-detailed-table__row .value-col{color:var(--text-color-primary)}.Layer__profit-and-loss-detailed-table__row .type-col,.Layer__profit-and-loss-detailed-table__row .percent-col{color:var(--color-base-500)}.Layer__profit-and-loss-detailed-table__row.active{background:var(--color-base-50)}.Layer__profit-and-loss-detailed-table__row.active .category-col,.Layer__profit-and-loss-detailed-table__row.active .value-col,.Layer__profit-and-loss-detailed-table__row.active .type-col,.Layer__profit-and-loss-detailed-table__row.active .percent-col{color:var(--color-base-1000)}.Layer__profit-and-loss-detailed-charts__pie{transition:fill 1s ease-out}.Layer__profit-and-loss-detailed-charts__pie.inactive{fill:var(--color-base-300)}.Layer__profit-and-loss-detailed-charts .header--tablet{display:none}@container (width<=1023px){.Layer__profit-and-loss-detailed-charts{width:100%;height:100%}}@container (width<=1023px) and (width>=768px){.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__content{flex-direction:row;justify-content:space-between;display:flex}.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__content .chart-field{flex-direction:column;max-width:300px;display:flex}.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__content .chart-container,.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__content .Layer__profit-and-loss-detailed-charts__empty-chart{max-width:300px}.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__table-wrapper{flex-direction:column;flex:1;display:flex}.Layer__profit-and-loss-detailed-charts .header--tablet{padding-top:var(--spacing-lg);padding-left:var(--spacing-xl);flex-direction:column;display:flex}.Layer__profit-and-loss-detailed-charts .header--tablet .Layer__text{margin:0}.Layer__profit-and-loss-detailed-charts .header--tablet .title{font-size:24px}}@container (width<=767px){.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__content{flex-direction:column;align-items:center;display:flex}.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__table-wrapper{width:100%;padding-inline:var(--spacing-md)}.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__table-wrapper .Layer__Span{margin:0 1rem}.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__head .date{display:none}}.Layer__tooltip{box-sizing:border-box;z-index:100;width:max-content;max-width:calc(100vw - 10px)}.Layer__tooltip[data-width=md]{max-width:256px}.Layer__tooltip .Layer__tooltip-content{box-sizing:border-box;padding:var(--spacing-2xs) var(--spacing-sm);border-radius:var(--border-radius-2xs);background:var(--color-base-1000);font-size:var(--text-sm);color:var(--color-base-300)}.Layer__tooltip-trigger{flex:1;max-width:100%;padding-top:2px;display:flex}.Layer__TransactionsToReview{gap:var(--spacing-xs);padding:var(--spacing-2xs) var(--spacing-xs);justify-content:space-between;align-items:center;display:flex}.Layer__accounting-overview-profit-and-loss-charts{gap:var(--spacing-md);max-width:1406px;display:flex}.Layer__accounting-overview-profit-and-loss-charts>.Layer__UI__Toggle{display:none}.Layer__component.Layer__accounting-overview-profit-and-loss .recharts-responsive-container{margin-top:-42px}@container (width<=1023px){.Layer__accounting-overview-profit-and-loss .recharts-legend-wrapper{margin-top:-40px}}@container (width<=796px){.Layer__accounting-overview-profit-and-loss-charts{flex-direction:column}.Layer__accounting-overview-profit-and-loss-charts>.Layer__UI__Toggle{display:flex}.Layer__component.Layer__accounting-overview-profit-and-loss-chart.accounting-overview-profit-and-loss-chart--hidden{display:none}}.Layer__accounting-overview-profit-and-loss-chart{box-sizing:border-box;width:100%}@container (width<=460px){.Layer__component.Layer__accounting-overview-profit-and-loss .recharts-responsive-container{margin-top:-12px}}.Layer__bookkeeping-overview--view .Layer__panel .Layer__panel__content .Layer__component-header{z-index:1}.Layer__bookkeeping-overview--view .Layer__panel.Layer__panel--open .Layer__panel__content{border-right:none}.Layer__bookkeeping-overview--view .Layer__panel__sidebar{padding:var(--spacing-lg);background:0 0;border-left:none}.Layer__bookkeeping-overview--view .Layer__panel.Layer__panel--open .Layer__panel__sidebar{max-width:560px}@media screen and (width>=1100px){.Layer__bookkeeping-overview--view .Layer__panel__content{max-width:1406px}.Layer__bookkeeping-overview--view .Layer__view-main{padding-right:0}}.Layer__bookkeeping-overview-profit-and-loss-chart{width:calc(50% - var(--spacing-md) / 2)}.Layer__bookkeeping-overview-profit-and-loss-charts{gap:var(--spacing-md);max-width:1406px;display:flex}.Layer__bookkeeping-overview-profit-and-loss-charts>.Layer__UI__Toggle{display:none}.Layer__bookkeeping-overview-profit-and-loss .recharts-legend-wrapper{top:16px!important}@container (width<=796px){.Layer__bookkeeping-overview-profit-and-loss-chart{width:100%}.Layer__bookkeeping-overview-profit-and-loss-charts{flex-direction:column}.Layer__bookkeeping-overview-profit-and-loss-charts>.Layer__UI__Toggle{display:flex}.Layer__component.Layer__bookkeeping-overview-profit-and-loss-chart.bookkeeping-overview-profit-and-loss-chart--hidden{display:none}}@container (width<=460px){.Layer__component.Layer__bookkeeping-overview-profit-and-loss .recharts-responsive-container{margin-top:-12px}}.Layer__reports .Layer__panel__content{border-radius:var(--border-radius-sm)}@container (width>=1024px){.Layer__reports .Layer__panel__content{border-top-right-radius:0;border-bottom-right-radius:0}}._container_14jow_1{padding:10px 10px 100px}._header_14jow_6{margin-bottom:10px}._punch-card_14jow_10{margin-top:10px;margin-bottom:10px}._section-header_14jow_15{font-size:16px}._section-container_14jow_19{margin-top:10px;margin-bottom:10px}._sectionHeader_14jow_24{margin-bottom:8px;font-size:18px;font-weight:700}._content_14jow_30 a{text-decoration:none}._logo-wrapper_1kqfa_1{height:65px}._sidebar_1kqfa_5{height:100%;max-height:95vh;padding:20px;overflow-y:auto}._sign-out-button_1kqfa_12{margin-top:auto}._example_1kqfa_17::-webkit-scrollbar{display:none}._example_1kqfa_17{-ms-overflow-style:none;scrollbar-width:none;height:100%;overflow:scroll}._main-container-wrapper_1kqfa_29{height:100%}._dim-overlay_vxsi4_3{z-index:998;cursor:pointer;background:#1a153c40;position:fixed;inset:0}._chat-window_vxsi4_15{border-left:1px solid var(--chakra-colors-gray-200);z-index:1000;background:#fff;flex-direction:column;width:700px;transition:transform .27s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%)}._chat-window-open_vxsi4_31{transform:translate(0)}._history-panel_vxsi4_36{z-index:10;background:#fff;flex-direction:column;transition:transform .22s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;transform:translate(100%)}._history-panel-open_vxsi4_47{transform:translate(0)}._icon-btn_vxsi4_52{border:1px solid var(--chakra-colors-gray-200);cursor:pointer;width:28px;height:28px;color:var(--chakra-colors-gray-500);background:0 0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s;display:flex}._icon-btn_vxsi4_52:hover{background:var(--chakra-colors-gray-50)}._messages-container_vxsi4_71{flex-direction:column;flex:1;gap:10px;padding:12px 12px 6px;display:flex;overflow-y:auto}._messages-container_vxsi4_71::-webkit-scrollbar{width:3px}._messages-container_vxsi4_71::-webkit-scrollbar-thumb{background:var(--chakra-colors-gray-300);border-radius:3px}._avatar_vxsi4_88{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:8px;font-weight:500;display:flex}._avatar_vxsi4_88[data-role=assistant]{background:var(--chakra-colors-primary-50);color:var(--chakra-colors-primary-500)}._avatar_vxsi4_88[data-role=user]{background:var(--chakra-colors-primary-200);color:var(--chakra-colors-primary-800)}._bubble-user_vxsi4_109{background:var(--chakra-colors-primary-500);color:#fff;word-break:break-word;border-radius:11px 11px 3px;max-width:240px;padding:7px 10px;font-size:12px;line-height:1.5}._bubble-assistant_vxsi4_121{background:var(--chakra-colors-gray-100);max-width:calc(100% - 30px);color:var(--chakra-colors-gray-800);word-break:break-word;border-radius:11px 11px 11px 3px;padding:7px 10px;font-size:12px;line-height:1.5;overflow-x:auto}._markdown-content_vxsi4_135 p{margin:0 0 4px}._markdown-content_vxsi4_135 p:last-child{margin-bottom:0}._markdown-content_vxsi4_135 strong{font-weight:600}._markdown-content_vxsi4_135 ul,._markdown-content_vxsi4_135 ol{margin:4px 0;padding-left:16px}._markdown-content_vxsi4_135 li{margin-bottom:2px}._markdown-content_vxsi4_135 code{background:#0000000f;border-radius:3px;padding:1px 4px;font-size:11px}._markdown-content_vxsi4_135 pre{background:#0000000f;border-radius:5px;margin:4px 0;padding:6px 8px;font-size:11px;overflow-x:auto}._markdown-content_vxsi4_135 pre code{background:0 0;padding:0}._markdown-content_vxsi4_135 table{border-collapse:collapse;width:max-content;min-width:100%;margin:4px 0;font-size:11px}._markdown-content_vxsi4_135 th,._markdown-content_vxsi4_135 td{border:1px solid var(--chakra-colors-gray-300);text-align:left;white-space:nowrap;padding:3px 6px}._markdown-content_vxsi4_135 th{background:var(--chakra-colors-gray-200);font-weight:600}._typing-indicator_vxsi4_188{background:var(--chakra-colors-gray-100);border-radius:11px 11px 11px 3px;align-items:center;gap:3px;padding:9px 10px;display:flex}._dot_vxsi4_198{background:var(--chakra-colors-gray-400);border-radius:50%;width:4px;height:4px;animation:1.2s infinite _bounce_vxsi4_1}._dot_vxsi4_198:nth-child(2){animation-delay:.2s}._dot_vxsi4_198:nth-child(3){animation-delay:.4s}@keyframes _bounce_vxsi4_1{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}._tool-call-pill_vxsi4_223{background:var(--chakra-colors-primary-50);border:1px solid var(--chakra-colors-primary-100);color:var(--chakra-colors-primary-600);border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;display:flex}._tool-call-spinner_vxsi4_235{border:1.5px solid var(--chakra-colors-primary-200);border-top-color:var(--chakra-colors-primary-500);border-radius:50%;width:10px;height:10px;animation:.8s linear infinite _spin_vxsi4_1}@keyframes _spin_vxsi4_1{to{transform:rotate(360deg)}}._chat-textarea_vxsi4_250{color:var(--chakra-colors-gray-800);resize:none;background:0 0;border:none;outline:none;flex:1;height:18px;font-family:DM Sans,sans-serif;font-size:12px;line-height:1.4}._chat-textarea_vxsi4_250::placeholder{color:var(--chakra-colors-gray-400)}._chat-textarea_vxsi4_250:disabled{opacity:.6}._send-button_vxsi4_270{background:var(--chakra-colors-primary-500);cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:background .12s;display:flex}._send-button_vxsi4_270:hover:not(:disabled){background:var(--chakra-colors-primary-600)}._send-button_vxsi4_270:disabled{opacity:.5;cursor:not-allowed}._history-list_vxsi4_292::-webkit-scrollbar{width:3px}._history-list_vxsi4_292::-webkit-scrollbar-thumb{background:var(--chakra-colors-gray-300);border-radius:3px}._new-conversation-btn_vxsi4_300{border:1px dashed var(--chakra-colors-gray-300);width:100%;color:var(--chakra-colors-gray-500);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:7px;padding:7px 12px;font-family:DM Sans,sans-serif;font-size:12px;transition:all .12s;display:flex}._new-conversation-btn_vxsi4_300:hover{background:var(--chakra-colors-primary-50);color:var(--chakra-colors-primary-500);border-color:var(--chakra-colors-primary-200);border-style:solid}._history-item_vxsi4_322{cursor:pointer;align-items:flex-start;gap:9px;padding:8px 12px;transition:background .1s;display:flex}._history-item_vxsi4_322:hover{background:var(--chakra-colors-gray-50)}._history-item-active_vxsi4_334{background:var(--chakra-colors-primary-50)}._history-item-active_vxsi4_334 ._history-item-icon_vxsi4_337{color:var(--chakra-colors-primary-500)}._history-item-icon_vxsi4_337{width:24px;height:24px;color:var(--chakra-colors-gray-400);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}._container_1dcvr_1{flex-direction:column;height:100%;display:flex}._employee-card_1dcvr_7{margin-top:10px;margin-bottom:10px;padding:10px}._header_1dcvr_13{margin-left:20px;margin-right:20px}._header_1dcvr_13 ._title_1dcvr_17{margin-top:20px;margin-bottom:20px}._clock-in-review-list_1dcvr_22{padding-left:20px;padding-right:20px}._event-details_1ybdm_1{margin-top:10px}._clock-in-segment_1ybdm_5{text-align:right}._lunch-break_1ybdm_9{font-size:10px}._main-container_17ez6_1{border-color:var(--chakra-colors-secondary-gray);background-color:#fff;border-width:.1em;border-radius:1.5em;flex-direction:column;margin-bottom:1.25em;padding:1.5em}._main-container_17ez6_1 ._no-tasks_17ez6_10{color:var(--chakra-colors-secondary-gray);flex-direction:column;align-items:center;padding:2em;display:flex}._main-container_17ez6_1 ._no-tasks_17ez6_10 ._icon_17ez6_17{margin-bottom:.5em}._main-container_17ez6_1 ._header_17ez6_20{padding-bottom:.5em;font-weight:500}._main-container_17ez6_1 ._loading-state_17ez6_24{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._list-container_17ez6_32{flex-direction:column;display:flex}._list-container_17ez6_32 ._task-container_17ez6_36{background-color:var(--chakra-colors-secondary-lightGray);border-color:var(--chakra-colors-secondary-gray);border-width:.1em;border-radius:1em;flex-direction:row;justify-content:space-between;align-items:center;padding:1em;display:flex}._list-container_17ez6_32 ._task-container_17ez6_36 ._icon_17ez6_17{box-sizing:border-box;border-width:.5em;border-color:#f6593326;border-radius:2em;margin-right:.875em}._list-container_17ez6_32 ._task-container_17ez6_36 ._task-name_17ez6_54{margin:0;font-weight:500}._list-container_17ez6_32 ._task-container_17ez6_36 ._button_17ez6_58{margin-left:auto;font-weight:500}._list-container_17ez6_32 ._task-container_17ez6_36+._task-container_17ez6_36{margin-top:.75em}._main-container_1qgcu_1{border-color:var(--chakra-colors-secondary-gray);background-color:#fff;border-width:.1em;border-radius:1.5em;flex-direction:column;margin-bottom:1.25em;padding:1.5em}._main-container_1qgcu_1 ._no-tasks_1qgcu_10{color:var(--chakra-colors-secondary-gray);flex-direction:column;align-items:center;padding:2em;display:flex}._main-container_1qgcu_1 ._no-tasks_1qgcu_10 ._icon_1qgcu_17{margin-bottom:.5em}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (width<=400px),(height<=550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker{border:1px solid var(--chakra-colors-chakra-border-color);z-index:1}._field-container_swfiz_1{flex-direction:column;margin-top:8px;margin-bottom:8px;display:flex}._checkbox-container_swfiz_8{flex-direction:row;align-content:center;margin-top:8px;margin-bottom:8px;display:flex}._field-label_swfiz_16{margin-bottom:6px;font-size:12px}._checkbox-label_swfiz_21{margin-top:6px;margin-left:8px;font-size:12px}._field-value_swfiz_27{font-size:14px}._login-method-box_swfiz_31{cursor:pointer;border:2px solid;border-radius:8px;transition:all .2s}._login-method-radio_swfiz_38{cursor:pointer;flex-direction:row-reverse;align-items:flex-start;display:flex}._schedule-table_1u2t2_1 ._no-border-top_1u2t2_1 td{border-top:none}._schedule-table_1u2t2_1 ._first-column_1u2t2_5{vertical-align:top;width:180px}._schedule-table_1u2t2_1{border-collapse:collapse;table-layout:fixed;border:none;width:100%}._schedule-table_1u2t2_1 td,._schedule-table_1u2t2_1 th{border:none}._schedule-table_1u2t2_1 tr td,._schedule-table_1u2t2_1 tr th{border-top:1px solid #dae2e6;border-right:1px solid #dae2e6}._schedule-table_1u2t2_1 tr td:last-child,._schedule-table_1u2t2_1 tr th:last-child{border-right:none}._schedule-table_1u2t2_1 tr:first-child td,._schedule-table_1u2t2_1 tr:first-child th{border-top:none}._schedule-table_1u2t2_1 thead th{box-sizing:border-box;background-color:#fff;border-right:none;position:relative}._schedule-table_1u2t2_1 th:not(:last-child):after{content:"";background-color:#dae2e6;width:1px;height:25%;display:block;position:absolute;bottom:0;right:-.5px}._header-container_1u2t2_52{padding-right:10px;box-shadow:0 8px 5px -5px #0000001a}@-moz-document url-prefix(){._header-container_1u2t2_52{padding-right:0}}._table-body-container_1u2t2_62{overflow-y:scroll!important}.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;max-width:100vw;box-shadow:none!important;border-color:#0000!important;padding:0!important}.str-chat .ngxp__container .ngxp__arrow,.str-chat .float-ui-container .ngxp__arrow{display:none}stream-icon,stream-icon-placeholder{justify-content:center;align-items:center;display:flex}.stream-chat__paginated-list{gap:var(--str-chat__spacing-2);flex-direction:column;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden scroll}.stream-chat__paginated-list .str-chat__loading-indicator{margin:auto}.stream-chat__paginated-list .str-chat__load-more-button__button{margin-inline:auto}stream-paginated-list,stream-user-list{height:100%;max-height:100%}stream-user-list .str-chat__user-list-item{align-items:center;gap:var(--str-chat__spacing-2);display:flex}:root{--str-chat__theme-version:2}.str-chat{--str-chat__spacing-px:1px;--str-chat__spacing-0_5:.125rem;--str-chat__spacing-1:.25rem;--str-chat__spacing-1_5:.375rem;--str-chat__spacing-2:.5rem;--str-chat__spacing-2_5:.625rem;--str-chat__spacing-3:.75rem;--str-chat__spacing-3_5:.875rem;--str-chat__spacing-4:1rem;--str-chat__spacing-5:1.25rem;--str-chat__spacing-6:1.5rem;--str-chat__spacing-7:1.75rem;--str-chat__spacing-8:2rem;--str-chat__spacing-9:2.25rem;--str-chat__spacing-10:2.5rem;--str-chat__spacing-11:2.75rem;--str-chat__spacing-12:3rem;--str-chat__spacing-14:3.5rem;--str-chat__spacing-16:4rem;--str-chat__image-fallback-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9InN0ci1jaGF0X19pbWFnZS1mYWxsYmFja19faWNvbiIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTRabTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yWm0tNC44NiA4Ljg2LTMgMy44N0w2IDEwLjE0IDMgMTRoMTJsLTMuODYtNS4xNFoiLz48L3N2Zz4=);--str-chat__winning-poll-option-icon:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS44MzMzIDQuMTY2NjdIMTQuMTY2N1YyLjVINS44MzMzM1Y0LjE2NjY3SDQuMTY2NjdDMy4yNSA0LjE2NjY3IDIuNSA0LjkxNjY3IDIuNSA1LjgzMzMzVjYuNjY2NjdDMi41IDguNzkxNjcgNC4xIDEwLjUyNSA2LjE1ODMzIDEwLjc4MzNDNi42ODMzMyAxMi4wMzMzIDcuODA4MzMgMTIuOTc1IDkuMTY2NjcgMTMuMjVWMTUuODMzM0g1LjgzMzMzVjE3LjVIMTQuMTY2N1YxNS44MzMzSDEwLjgzMzNWMTMuMjVDMTIuMTkxNyAxMi45NzUgMTMuMzE2NyAxMi4wMzMzIDEzLjg0MTcgMTAuNzgzM0MxNS45IDEwLjUyNSAxNy41IDguNzkxNjcgMTcuNSA2LjY2NjY3VjUuODMzMzNDMTcuNSA0LjkxNjY3IDE2Ljc1IDQuMTY2NjcgMTUuODMzMyA0LjE2NjY3Wk00LjE2NjY3IDYuNjY2NjdWNS44MzMzM0g1LjgzMzMzVjkuMDE2NjdDNC44NjY2NyA4LjY2NjY3IDQuMTY2NjcgNy43NSA0LjE2NjY3IDYuNjY2NjdaTTEwIDExLjY2NjdDOC42MjUgMTEuNjY2NyA3LjUgMTAuNTQxNyA3LjUgOS4xNjY2N1Y0LjE2NjY3SDEyLjVWOS4xNjY2N0MxMi41IDEwLjU0MTcgMTEuMzc1IDExLjY2NjcgMTAgMTEuNjY2N1pNMTUuODMzMyA2LjY2NjY3QzE1LjgzMzMgNy43NSAxNS4xMzMzIDguNjY2NjcgMTQuMTY2NyA5LjAxNjY3VjUuODMzMzNIMTUuODMzM1Y2LjY2NjY3WiIgZmlsbD0iIzVFNjc2RSIvPgo8L3N2Zz4K);--str-chat__arrow-left-icon:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc5MTUgNy4wMDUxSDMuNjIxNDhMOC41MDE0OCAyLjEyNTFDOC44OTE0OCAxLjczNTEgOC44OTE0OCAxLjA5NTEgOC41MDE0OCAwLjcwNTA5OEM4LjExMTQ4IDAuMzE1MDk4IDcuNDgxNDggMC4zMTUwOTggNy4wOTE0OCAwLjcwNTA5OEwwLjUwMTQ4NCA3LjI5NTFDMC4xMTE0ODQgNy42ODUxIDAuMTExNDg0IDguMzE1MSAwLjUwMTQ4NCA4LjcwNTFMNy4wOTE0OCAxNS4yOTUxQzcuNDgxNDggMTUuNjg1MSA4LjExMTQ4IDE1LjY4NTEgOC41MDE0OCAxNS4yOTUxQzguODkxNDggMTQuOTA1MSA4Ljg5MTQ4IDE0LjI3NTEgOC41MDE0OCAxMy44ODUxTDMuNjIxNDggOS4wMDUxSDE0Ljc5MTVDMTUuMzQxNSA5LjAwNTEgMTUuNzkxNSA4LjU1NTEgMTUuNzkxNSA4LjAwNTFDMTUuNzkxNSA3LjQ1NTEgMTUuMzQxNSA3LjAwNTEgMTQuNzkxNSA3LjAwNTFaIiBmaWxsPSIjMDgwNzA3Ii8+Cjwvc3ZnPgo=);--str-chat__close-icon:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI5OTcgMC43MDk5NzFDMTIuOTA5NyAwLjMxOTk3MSAxMi4yNzk3IDAuMzE5OTcxIDExLjg4OTcgMC43MDk5NzFMNi45OTk3MyA1LjU4OTk3TDIuMTA5NzMgMC42OTk5NzFDMS43MTk3MyAwLjMwOTk3MSAxLjA4OTczIDAuMzA5OTcxIDAuNjk5NzI3IDAuNjk5OTcxQzAuMzA5NzI3IDEuMDg5OTcgMC4zMDk3MjcgMS43MTk5NyAwLjY5OTcyNyAyLjEwOTk3TDUuNTg5NzMgNi45OTk5N0wwLjY5OTcyNyAxMS44OUMwLjMwOTcyNyAxMi4yOCAwLjMwOTcyNyAxMi45MSAwLjY5OTcyNyAxMy4zQzEuMDg5NzMgMTMuNjkgMS43MTk3MyAxMy42OSAyLjEwOTczIDEzLjNMNi45OTk3MyA4LjQwOTk3TDExLjg4OTcgMTMuM0MxMi4yNzk3IDEzLjY5IDEyLjkwOTcgMTMuNjkgMTMuMjk5NyAxMy4zQzEzLjY4OTcgMTIuOTEgMTMuNjg5NyAxMi4yOCAxMy4yOTk3IDExLjg5TDguNDA5NzMgNi45OTk5N0wxMy4yOTk3IDIuMTA5OTdDMTMuNjc5NyAxLjcyOTk3IDEzLjY3OTcgMS4wODk5NyAxMy4yOTk3IDAuNzA5OTcxWiIgZmlsbD0iIzA4MDcwNyIvPgo8L3N2Zz4K);--str-chat__add-attachment-icon:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4zMzMyIDcuMzMzMDdMMTIuNjY2NiA3LjMzMzA3TDEyLjY2NjYgMTIuNjY2NEw3LjMzMzI0IDEyLjY2NjRMNy4zMzMyNCAxNS4zMzMxTDEyLjY2NjYgMTUuMzMzMUwxMi42NjY2IDIwLjY2NjRMMTUuMzMzMiAyMC42NjY0TDE1LjMzMzIgMTUuMzMzMUwyMC42NjY2IDE1LjMzMzFMMjAuNjY2NiAxMi42NjY0TDE1LjMzMzIgMTIuNjY2NEwxNS4zMzMyIDcuMzMzMDdaTTEzLjk5OTkgMC42NjY0MDRDNi42Mzk5MSAwLjY2NjQwNCAwLjY2NjU3NiA2LjYzOTc0IDAuNjY2NTc3IDEzLjk5OTdDMC42NjY1NzYgMjEuMzU5NyA2LjYzOTkxIDI3LjMzMzEgMTMuOTk5OSAyNy4zMzMxQzIxLjM1OTkgMjcuMzMzMSAyNy4zMzMyIDIxLjM1OTcgMjcuMzMzMiAxMy45OTk3QzI3LjMzMzIgNi42Mzk3NCAyMS4zNTk5IDAuNjY2NDA0IDEzLjk5OTkgMC42NjY0MDRaTTEzLjk5OTkgMjQuNjY2NEM4LjExOTkxIDI0LjY2NjQgMy4zMzMyNCAxOS44Nzk3IDMuMzMzMjUgMTMuOTk5N0MzLjMzMzI0IDguMTE5NzQgOC4xMTk5MSAzLjMzMzA3IDEzLjk5OTkgMy4zMzMwN0MxOS44Nzk5IDMuMzMzMDcgMjQuNjY2NiA4LjExOTc0IDI0LjY2NjYgMTMuOTk5N0MyNC42NjY2IDE5Ljg3OTcgMTkuODc5OSAyNC42NjY0IDEzLjk5OTkgMjQuNjY2NFoiLz4KPC9zdmc+Cg==);--str-chat__folder-icon:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOCAySDEwTDggMEgyQzAuOSAwIDAuMDA5OTk5OTkgMC45IDAuMDA5OTk5OTkgMkwwIDE0QzAgMTUuMSAwLjkgMTYgMiAxNkgxOEMxOS4xIDE2IDIwIDE1LjEgMjAgMTRWNEMyMCAyLjkgMTkuMSAyIDE4IDJaTTE4IDE0SDJWNEgxOFYxNFoiIC8+Cjwvc3ZnPgo=);--str-chat__poll-icon:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNiAwSDJDMC45IDAgMCAwLjkgMCAyVjE2QzAgMTcuMSAwLjkgMTggMiAxOEgxNkMxNy4xIDE4IDE4IDE3LjEgMTggMTZWMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTE2IDE2SDJWMkgxNlYxNlpNNCA3SDZWMTRINFY3Wk04IDRIMTBWMTRIOFY0Wk0xMiAxMEgxNFYxNEgxMlYxMFoiLz4KPC9zdmc+);--str-chat__location-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgdmlld0JveD0iMCAwIDI1NS44NTYgMjU1Ljg1NiI+PHBhdGggZD0iTTEyNy45MjggMzguOGMtMzAuNzUgMC01NS43NjggMjUuMDE3LTU1Ljc2OCA1NS43NjdzMjUuMDE4IDU1Ljc2NyA1NS43NjggNTUuNzY3IDU1Ljc2OC0yNS4wMTcgNTUuNzY4LTU1Ljc2N1MxNTguNjc4IDM4LjggMTI3LjkyOCAzOC44em0wIDk2LjUzM2MtMjIuNDc5IDAtNDAuNzY4LTE4LjI4OC00MC43NjgtNDAuNzY3UzEwNS40NDkgNTMuOCAxMjcuOTI4IDUzLjhzNDAuNzY4IDE4LjI4OCA0MC43NjggNDAuNzY3LTE4LjI4OCA0MC43NjYtNDAuNzY4IDQwLjc2NnoiLz48cGF0aCBkPSJNMTI3LjkyOCAwQzc1Ljc4NCAwIDMzLjM2MiA0Mi40MjIgMzMuMzYyIDk0LjU2NmMwIDMwLjA3MiAyNS4yMiA3NC44NzUgNDAuMjUzIDk4LjkwNCA5Ljg5MSAxNS44MDkgMjAuNTIgMzAuODU1IDI5LjkyOCA0Mi4zNjUgMTUuMTAxIDE4LjQ3NCAyMC41MDYgMjAuMDIgMjQuMzg2IDIwLjAyIDMuOTM4IDAgOS4wNDEtMS41NDcgMjQuMDk1LTIwLjAzMSA5LjQyOS0xMS41NzkgMjAuMDYzLTI2LjYxNiAyOS45NDQtNDIuMzQyIDE1LjEzNi0yNC4wODggNDAuNTI3LTY4Ljk3MSA0MC41MjctOTguOTE3QzIyMi40OTUgNDIuNDIyIDE4MC4wNzMgMCAxMjcuOTI4IDB6bTQzLjY0MSAxODEuODAzYy0xOS4zOTYgMzEuNDgzLTM3LjIwMyA1Mi43NTctNDMuNzMgNTguMTg4LTYuNTYxLTUuMjY0LTI0LjA3OS0yNi4wMzItNDMuNzQ2LTU4LjA4OS0yMi43MDctMzcuMDE1LTM1LjczLTY4Ljg0OC0zNS43My04Ny4zMzZDNDguMzYyIDUwLjY5MyA4NC4wNTUgMTUgMTI3LjkyOCAxNXM3OS41NjYgMzUuNjkzIDc5LjU2NiA3OS41NjZjLjAwMSAxOC4zODItMTMuMDk0IDUwLjE3OC0zNS45MjUgODcuMjM3eiIvPjwvc3ZnPg==);--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/icons/stream-chat-icons.eot);src:url(../../assets/icons/stream-chat-icons.eot#iefix)format("embedded-opentype"),url(../../assets/icons/stream-chat-icons.woff)format("woff2"),url(../../assets/icons/stream-chat-icons.woff)format("woff"),url(../../assets/icons/stream-chat-icons.ttf)format("truetype"),url(../../assets/icons/stream-chat-icons.svg#stream-chat-icons)format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-device-pixel-ratio>=0){@font-face{font-family:stream-chat-icons;src:url(../../assets/icons/stream-chat-icons.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{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);justify-content:center;align-items:center;display:flex;position:relative}.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{object-fit:cover;width:100%;height:100%}.str-chat__avatar .str-chat__avatar-fallback{text-align:center;height:inherit;width:inherit}.str-chat__avatar .str-chat__avatar--online-indicator{width:calc(var(--str-chat__spacing-px) * 12);height:calc(var(--str-chat__spacing-px) * 12);position:absolute;inset-block-start:2%;inset-inline-end:3%}.str-chat__loading-channels-avatar{width:calc(var(--str-chat__spacing-px) * 49);height:calc(var(--str-chat__spacing-px) * 49);flex-shrink:0}.str-chat__avatar-group{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);grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);display:grid;overflow:hidden}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:first-child{grid-area:1/1/3/2}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(2){grid-area:1/2/2/3}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(3){grid-area:2/2/3/3}.str-chat__avatar-group .str-chat__avatar{width:100%;min-width:100%;height:100%;line-height: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{font-size:calc(var(--str-chat__avatar-size) * .5);justify-content:center;align-items:center;display:flex}.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) * calc(9 / 16));flex-direction:column;align-items:stretch;min-width:0;display:flex}.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;text-overflow:ellipsis;overflow:clip visible}.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{justify-content:center;align-items:center;width:auto;display:flex;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;cursor:default;width:100%;max-width:100%;height:100%;max-height:100%}.str-chat__attachment-list .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:var(--str-chat__gif-height)}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header img{object-fit:contain;cursor:default;max-width:100%;max-height:100%}.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;cursor:zoom-in;width:100%}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{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{width:100%;min-width:0;height:100%;max-width:var(--str-chat__attachment-max-width);flex-direction:column;display:flex}.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{width:100%;height:100%;max-width:var(--str-chat__attachment-max-width);min-height:0;max-height:100%}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height), min(var(--str-chat__attachment-max-width,1000000) / var(--original-width,1000000), 1px) * var(--original-height,1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__video-angular{max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-video-height)}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card),.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{gap:var(--str-chat__spacing-0_5);width:fit-content;max-width:var(--str-chat__attachment-max-width);height:var(--str-chat__attachment-max-width);grid-template-columns:50% 50%;display:grid;overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery.str-chat__gallery-two-rows{grid-template-rows:50% 50%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image{margin:0;padding:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image img{object-fit:cover;cursor:zoom-in;width:100%;height:100%;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder{cursor:zoom-in;max-width:var(--str-chat__attachment-max-width);background-position:0 0;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;margin:0;display:flex;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder p{z-index:1;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder:after{content:"";z-index:0;width:100%;height:100%;position:absolute;top:0;left: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{padding:var(--str-chat__spacing-2);justify-content:center;align-items:center;column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin);display:flex}.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{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;min-width:0;display:flex}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:clip visible}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-audio-widget{padding:var(--str-chat__spacing-2);justify-content:center;align-items:center;column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin);display:flex}.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{justify-content:center;align-items:flex-start;row-gap:var(--str-chat__spacing-0_5);flex-direction:column;width:100%;min-width:0;display:flex}.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{justify-content:space-between;align-items:center;column-gap:var(--str-chat__spacing-2);width:100%;display:flex}.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;text-overflow:ellipsis;min-width:0;overflow:clip visible}.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-geolocation{margin:var(--str-chat__attachment-margin);min-width:200px}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder{padding:var(--str-chat__spacing-2);justify-content:center;align-items:center;display:flex;position:relative}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-geolocation__icon{height:calc(var(--str-chat__spacing-px) * 150)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{height:calc(var(--str-chat__spacing-px) * 20);width:calc(var(--str-chat__spacing-px) * 20);position:absolute;inset-block:.75rem;inset-inline-end:.75rem}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{justify-content:center;padding:.5rem 2rem;display:flex}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active{flex-direction:column;align-items:center;gap:.375rem;display:flex}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__stop-sharing-button{color:var(--str-chat__danger-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-status{color:var(--str-chat__info-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{text-transform:lowercase}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{justify-content:center;align-items:center;display:flex}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--progress-track{max-width:calc(var(--str-chat__spacing-px) * 120)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{grid-column-gap:var(--str-chat__spacing-5);width:100%;padding-top:var(--str-chat__spacing-2_5);align-items:center;display:flex}.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{height:calc(var(--str-chat__spacing-px) * 5);cursor:pointer;flex:1;position:relative}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{height:inherit;position:absolute;inset-inline-start:0}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{justify-content:center;align-items:center;gap:calc(var(--str-chat__spacing-px) * 9);padding:var(--str-chat__spacing-2);margin:var(--str-chat__attachment-margin);grid-template-columns:36px auto 55px;display:grid}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{gap:var(--str-chat__spacing-2);flex-direction:column;flex:1;min-width:0;display:flex}.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{justify-content:space-between;align-items:center;gap:var(--str-chat__spacing-1);width:100%;min-width:0;display:flex;overflow:clip visible}.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;text-overflow:ellipsis;min-width:0;overflow:clip visible}.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{justify-content:space-between;align-items:center;gap:var(--str-chat__spacing-1_5);height:100%;display:flex}.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{justify-content:flex-start;align-items:center;gap:var(--str-chat__spacing-1);display:flex}.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{width:100%;height:calc(var(--str-chat__spacing-px) * 25);justify-content:space-between;align-items:center;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width);flex:1;display:flex;position:relative}.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{height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px) * 6);position:absolute;left:0}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2_5);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.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;text-overflow:ellipsis;overflow:clip visible}.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{row-gap:var(--str-chat__spacing-2_5);width:100%;padding:var(--str-chat__spacing-2);flex-direction:column;display:flex}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-card-audio-widget--first-row{align-items:center;column-gap:var(--str-chat__spacing-3_5);display:flex}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{justify-content:stretch;display:flex}.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);height:calc(var(--str-chat__spacing-px) * 36);width:calc(var(--str-chat__spacing-px) * 36);cursor:pointer;justify-content:center;align-items:center;display:flex}.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{justify-content:space-between;display:flex}.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{width:120px;height:calc(var(--str-chat__spacing-px) * 25);align-items:center;gap:var(--str-chat__spacing-px);flex:1;display:flex;position:relative}.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{height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px) * 6);position:absolute;left:0}.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{width:100%;height:100%;display:block;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{width:calc(var(--str-chat__spacing-px) * 36);height:calc(var(--str-chat__spacing-px) * 36);margin:auto;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.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);padding:var(--str-chat__spacing-1_5);justify-content:center;align-items:center;width:100%;display:flex}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{justify-content:flex-start;align-items:center;column-gap:var(--str-chat__spacing-2);width:100%;max-width:100%;display:flex;overflow:auto hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{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);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.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__location-preview,.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{height:calc(var(--str-chat__spacing-px) * 72);width:calc(var(--str-chat__spacing-px) * 200);padding:0 var(--str-chat__spacing-4);justify-content:flex-start;align-items:center;column-gap:var(--str-chat__spacing-2);display:flex;position:relative}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__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{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;min-width:0;display:flex;overflow:clip visible}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.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-subtitle,.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-subtitle,.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-subtitle,.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-subtitle,.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-subtitle,.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-subtitle,.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;text-overflow:ellipsis;max-width:100%;overflow:clip visible}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__location-preview-image,.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;justify-content:center;align-items:center;display:flex}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__location-preview-image 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);top:calc(var(--str-chat__spacing-px) * 2);cursor:pointer;z-index:1;position:absolute;inset-inline-end:calc(var(--str-chat__spacing-px) * 2)}.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);width:100%;height:100%;padding:unset;background:unset;border:unset;border-radius:unset;cursor:pointer;z-index:0;justify-content:center;align-items:center;display:flex;position:absolute;inset-inline-start: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{max-width:100%;padding:var(--str-chat__spacing-2) 0!important;margin:0!important}.str-chat__message-textarea-angular-host .mention-menu .mention-item{padding:0!important}.str-chat__suggestion-list-container{bottom:calc(100% + var(--str-chat__spacing-2_5));width:100%;padding:var(--str-chat__spacing-2) 0;position:absolute}.str-chat__suggestion-list-container .str-chat__suggestion-list{max-height:calc(var(--str-chat__spacing-px) * 320);padding:unset;margin:unset;flex-direction:column;list-style:none;display:flex;overflow-y:auto}.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{padding:var(--str-chat__spacing-2_5);justify-content:center;align-items:center;column-gap:var(--str-chat__spacing-2);display:flex}.str-chat__user-item .str-chat__user-item--name{white-space:nowrap;text-overflow:ellipsis;align-items:center;width:100%;display:flex;overflow:clip hidden}.str-chat__emoji-item{padding:var(--str-chat__spacing-2_5);justify-content:center;align-items:center;column-gap:var(--str-chat__spacing-2);display:flex}.str-chat__emoji-item .str-chat__emoji-item--name{white-space:nowrap;text-overflow:ellipsis;align-items:center;width:100%;display:flex;overflow:clip visible}.str-chat__message-textarea-angular-host--autocomplete-hidden mention-list{display:none}.str-chat__audio_recorder-container{justify-content:flex-end;align-items:center;width:100%;min-height:3.25rem;padding-inline:1rem;display:flex;bottom:0}.str-chat__audio_recorder,stream-voice-recorder-wavebar{justify-content:center;align-items:center;gap:.375rem;display:flex}.str-chat__audio_recorder button,stream-voice-recorder-wavebar button{justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button{--str-chat-icon-height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button svg{height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button svg{height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button{--str-chat-icon-height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button svg{height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button{--str-chat-icon-height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button{--str-chat-icon-height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__recording-timer,stream-voice-recorder-wavebar .str-chat__recording-timer{align-items:center;width:3rem;display:flex}.str-chat__audio_recorder .str-chat__recording-timer--hours,stream-voice-recorder-wavebar .str-chat__recording-timer--hours{width:3.75rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track-container{height:fit-content;padding-block:.5rem;overflow-x:auto}.str-chat__audio_recorder .str-chat__waveform-box-container,stream-voice-recorder-wavebar .str-chat__waveform-box-container{flex:1;justify-content:flex-end;align-items:center;width:100%;display:flex}.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{flex-wrap:nowrap;justify-content:flex-end;align-items:center;height:2rem;margin-inline:1rem;display:flex}.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{gap:var(--str-chat__spacing-1_5);display:flex}.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{gap:var(--str-chat__spacing-1_5);display:flex}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state .str-chat__message-attachment__voice-recording-widget__timer{align-self:center;min-width:3rem}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{display:none}.str-chat__base-image .str-chat__message-attachment-file--item-download{display:block}.str-chat__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{flex-direction:column;height:100%;display:flex;position:relative}.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel .str-chat__container .str-chat__main-panel{flex-direction:column;width:100%;min-width:0;height:100%;display:flex}.str-chat__empty-channel{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 136);height:100%;padding:var(--str-chat__spacing-4);flex-direction:column;justify-content:center;align-items:center;display:flex}.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{position:relative}.str-chat__empty-channel .str-chat__empty-channel-notifications{position:absolute;inset-block-end:var(--str-chat__spacing-2)}.str-chat__loading-channel{flex-direction:column;height:100%;display:flex}.str-chat__loading-channel .str-chat__loading-channel-header{padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center;display:flex}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{width:calc(var(--str-chat__spacing-px) * 40);height:calc(var(--str-chat__spacing-px) * 40);border-radius:var(--str-chat__avatar-border-radius);flex-shrink:0}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end{row-gap:var(--str-chat__spacing-1_5);flex-direction:column;flex:1;display:flex;overflow:hidden}.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 (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{column-gap:var(--str-chat__spacing-2);width:100%;padding:var(--str-chat__spacing-4) 0;display:flex}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{width:calc(var(--str-chat__spacing-px) * 49);height:calc(var(--str-chat__spacing-px) * 49);flex-shrink:0}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end{row-gap:var(--str-chat__spacing-2);flex-direction:column;width:100%;display:flex}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end .str-chat__loading-channel-message-last-row{column-gap:var(--str-chat__spacing-2);width:100%;display:flex}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-sender{height:calc(var(--str-chat__spacing-px) * 16);width:calc(var(--str-chat__spacing-px) * 66)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-text{height:calc(var(--str-chat__spacing-px) * 16);width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-date{height:calc(var(--str-chat__spacing-px) * 16);width:calc(var(--str-chat__spacing-px) * 50)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2){flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-sender{align-self:end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-last-row{flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-input-row{column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-2);display:flex}.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{padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center;display:flex}.str-chat__channel-header .str-chat__header-hamburger{display:none}.str-chat__channel-header .str-chat__channel-header-end{row-gap:var(--str-chat__spacing-1_5);flex-direction:column;flex:1;display:flex;overflow:hidden}.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;text-overflow:ellipsis;overflow:clip visible}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{overflow-y:hidden}.str-chat__channel-list{flex-direction:column;height:100%;display:flex;overflow:hidden auto}.str-chat__channel-list .str-chat__channel-list-messenger,.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main{height:100%}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 136);height:100%;padding:var(--str-chat__spacing-4);flex-direction:column;justify-content:center;align-items:center;display:flex}.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{margin:var(--str-chat__spacing-2) 0;justify-content:center;display:flex}.str-chat__channel-list .str-chat__load-more-button .str-chat__load-more-button__button{justify-content:center;align-items:center;display:flex}.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{padding-bottom:var(--str-chat__spacing-2_5);overflow:hidden}.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{flex-direction:column;display:flex}.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{right:var(--str-chat__spacing-2);bottom:var(--str-chat__spacing-3);flex-direction:row;align-items:center;gap:1px;display:flex;position:absolute}.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{column-gap:var(--str-chat__spacing-2);width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);text-align:start;cursor:pointer;justify-content:flex-start;align-items:center;margin:0;display:flex}.str-chat__channel-preview .str-chat__channel-preview-end{row-gap:var(--str-chat__spacing-0_5);flex-direction:column;width:100%;min-width:0;display:flex;overflow:clip visible}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row{column-gap:var(--str-chat__spacing-1);align-items:stretch;display:flex}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{padding:0 var(--str-chat__spacing-2);align-items:center;display:flex}.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{column-gap:var(--str-chat__spacing-1);align-items:center;min-width:0;display:flex;overflow:clip visible}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--last-message{flex:1}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status svg{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;text-overflow:ellipsis;min-width:0;overflow:clip hidden}.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;text-overflow:ellipsis;max-width:calc(100% - 40px);margin:0;overflow:clip visible}.str-chat__channel-preview-loading{column-gap:var(--str-chat__spacing-2);width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);text-align:start;justify-content:flex-start;align-items:center;margin:0;display:flex}.str-chat__channel-preview-loading .str-chat__channel-preview-end-loading{row-gap:var(--str-chat__spacing-0_5);flex-direction:column;width:100%;display:flex}.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{flex-direction:column;justify-content:center;display:flex;position:relative}.str-chat__channel-search.str-chat__channel-search--active.str-chat__channel-search--inline,.str-chat__channel-search.str-chat__channel-search--with-results.str-chat__channel-search--inline{height:100%}.str-chat__channel-search.str-chat__channel-search--inline{min-height:0}.str-chat__channel-search .str-chat__channel-search-bar{padding:var(--str-chat__spacing-2_5);justify-content:center;align-items:center;height:65px;display:flex}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-bar-button{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;background:0 0;border:none}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper{padding:var(--str-chat__spacing-2_5);flex:1;align-items:center;min-width:0;display:flex}.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{padding:0 var(--str-chat__spacing-2_5);display:inline-flex}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{cursor:pointer;background:0 0;border:none}.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{flex-direction:column;display:flex;overflow:hidden auto}.str-chat__channel-search .str-chat__channel-search-result-list.inline{flex:1}.str-chat__channel-search .str-chat__channel-search-result-list.popup{z-index:1;height:400px;position:absolute;top:65px;left:0;right:0}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty{width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4);flex-direction:column;align-items:center;display:flex}.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{align-items:center;column-gap:var(--str-chat__spacing-2);width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);background:0 0;border:none;display:flex}.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;text-overflow:ellipsis;overflow:clip 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);cursor:pointer;justify-content:center;align-items:center;padding:0;display:flex}.str-chat__circle-fab .str-chat__circle-fab-icon{height:calc(var(--str-chat__spacing-px) * 24);display:inline-block}.str-chat__dialog-overlay{height:var(--str-chat__dialog-overlay-height);z-index:2;width:100%;position:absolute;inset:0}.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{justify-content:flex-end;gap:1.25rem;padding:2.25rem 1.25rem;display:flex}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{background:0 0;border:none}.str-chat-angular__dialog-body.str-chat__dialog__body{padding:0}.str-chat-angular__dialog-body .str-chat__dialog__controls{padding-bottom:0}.str-chat__prompt-dialog input[type=text]{width:100%;padding:.625rem 1rem}.str-chat__dialog-menu{overflow:hidden}.str-chat__dialog-menu .str-chat__dialog-menu__button{align-items:center;width:100%;padding:.5rem .75rem;display:flex}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-icon{width:1rem;height: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{width:100%;padding-block:.25rem;display:flex}.str-chat__dropzone-container{z-index:5;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.str-chat__dropzone-container p{margin:unset}.str-chat__edit-message-form{justify-content:center;align-items:stretch;row-gap:var(--str-chat__spacing-5);flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;display:flex}.str-chat__edit-message-form .str-chat__edit-message-form-options{justify-content:flex-end;align-items:center;display:flex}.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{min-width:0;max-width:100%;min-height:0;max-height:100%;display:flex}.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{flex-basis:min-content;width:90%;min-width:90%;max-width:90%;height:40%;max-height:80%}@media only screen and (device-width>=768px){.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{width:min-content;min-width:40%;max-width:60%}}.str-chat__dialog__field{flex-direction:column;gap:.5rem;display:flex}.str-chat__dialog__field .str-chat__form-field-error{margin-left:.5rem}.str-chat__form__switch-field{width:100%;padding:1rem}.str-chat__form__switch-field input[type=checkbox]{display:none}.str-chat__form__switch-field label{justify-content:space-between;align-items:center;width:100%;display:flex}.str-chat__form__switch-field .str-chat__form__switch-field__switch{width:calc(var(--str-chat__spacing-px) * 52);height:calc(var(--str-chat__spacing-px) * 32);align-items:center;padding:.25rem;display:flex}.str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{width:1.5rem;height:1.5rem}.str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{justify-content:flex-end}.str-chat__dropdown .str-chat__dropdown__open-button{text-align:start;width:100%}.str-chat__image-carousel{flex-direction:column;justify-content:space-between;align-items:center;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;display:flex}.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);cursor:pointer;background:0 0;border:none}.str-chat__image-carousel .str-chat__image-carousel-image{object-fit:contain;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%}.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{width:80%;height:80%}@media only screen and (device-width<=768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{width:100%;height: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{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);display:flex}.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--poll{--str-chat-icon-width:var(--str-chat-icon-height);-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.str-chat__icon--action:before{content:""}.str-chat__icon--arrow-down:before{content:""}.str-chat__icon--arrow-left:before{content:""}.str-chat__icon--arrow-right:before{content:""}.str-chat__icon--close:before{content:""}.str-chat__icon--arrow-up:before{content:""}.str-chat__icon--chat-bubble:before{content:""}.str-chat__icon--pause:before{content:""}.str-chat__icon--download:before{content:""}.str-chat__icon--delivered:before{content:""}.str-chat__icon--play:before{content:""}.str-chat__icon--reaction:before{content:""}.str-chat__icon--error:before{content:""}.str-chat__icon--read:before{content:""}.str-chat__icon--retry:before{content:""}.str-chat__icon--reply-in-thread:before{content:""}.str-chat__icon--send:before{content:""}.str-chat__icon--attach:before{content:""}.str-chat__icon--mic:before{content:""}.str-chat__icon--bin:before{content:""}.str-chat__infinite-scroll-paginator{overflow:hidden auto}.str-chat__link-preview-list{flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding-inline:.75rem;display:flex}.str-chat__link-preview-card{justify-content:space-around;align-items:center;gap:1rem;width:100%;min-width:0;display:flex}.str-chat__link-preview-card .str-chat__tooltip{white-space:nowrap;text-overflow:ellipsis;max-width:calc(var(--str-chat__spacing-px) * 250);padding-inline:.5rem;display:block;overflow:clip visible}.str-chat__link-preview-card .str-chat__link-preview-card__icon-container{align-items:center;display:flex}.str-chat__link-preview-card .str-chat__link-preview-card__content{flex:1;width:100%;min-width:0;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;text-overflow:ellipsis;overflow:clip visible}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button{cursor:pointer;background:0 0;border:none}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content{flex-direction:column;gap:.25rem;display:flex}.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{justify-content:center;align-items:center;animation:1s linear infinite rotate;display:flex}.str-chat__loading-indicator svg{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}stream-loading-indicator{justify-content:center;align-items:center;display:flex}stream-loading-indicator .str-chat__loading-indicator,.str-chat__loading-indicator-placeholder{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat__modal.str-chat__share-location-modal .str-chat__modal__close-button{display:none}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__modal-header{padding-top:0}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;flex-direction:column;gap:1rem;padding-block:0;display:flex}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation,.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__form__switch-field,.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dropdown__open-button{padding:.5rem}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dialog-contents .str-chat__dropdown__items{flex-direction:column;align-items:flex-start;padding-block:.25rem;display:flex}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dialog-contents .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option{text-align:start;width:100%;padding:.25rem .5rem}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__controls{padding:1.25rem 1rem 0}.str-chat{--str-chat__message-options-button-size:calc(var(--str-chat__spacing-px) * 26);--str-chat__message-max-width:calc(var(--str-chat__spacing-px) * 480);--str-chat__message-with-attachment-max-width:calc(var(--str-chat__spacing-px) * 300);--str-chat__quoted-message-max-width:calc(var(--str-chat__spacing-px) * 250);--str-chat__quoted-message-inside-message-input-max-width:calc(var(--str-chat__spacing-px) * 200);--str-chat__quoted-message-inside-message-input-max-height:calc(var(--str-chat__quoted-message-inside-message-input-max-width) + 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{-webkit-line-clamp:var(--str-chat__quoted-message-line-clamp);line-clamp:var(--str-chat__quoted-message-line-clamp);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.str-chat__message,.str-chat__quoted-message-preview{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;display:grid}.str-chat__message .str-chat__message-reminder,.str-chat__quoted-message-preview .str-chat__message-reminder{grid-area:message-reminder;margin:0;padding-block:.5rem .125rem}.str-chat__message.str-chat__message--other,.str-chat__message.str-chat__quoted-message-preview,.str-chat__quoted-message-preview.str-chat__message--other,.str-chat__quoted-message-preview.str-chat__quoted-message-preview{column-gap:var(--str-chat__spacing-2);grid-template-columns:auto 1fr;grid-template-areas:".message-reminder""avatar message"".replies"".translation-notice"".custom-metadata"".metadata";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-columns:auto;grid-template-areas:"message"}.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{column-gap:var(--str-chat__spacing-2);grid-area:message;grid-template-columns:auto 1fr;grid-template-areas:"reactions reactions""message-bubble options";display:grid;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{width:var(--str-chat-message-options-size);flex-direction:row-reverse;grid-area:options;justify-content:flex-end;align-items:flex-start}.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{cursor:pointer;width:var(--str-chat__message-options-button-size);height:var(--str-chat__message-options-button-size);justify-content:center;align-items:center;display:flex}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container{position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-reactions-host{grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-bubble,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble{grid-area:message-bubble;min-width:0;position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{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-columns:1fr auto;grid-template-areas:"reminder reminder""reactions reactions""options message-bubble"}.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{align-items:center;column-gap:var(--str-chat__spacing-1);flex-wrap:wrap;grid-area:metadata;margin-block-start:var(--str-chat__spacing-0_5);display:flex}.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{text-align:right;justify-content:flex-end}.str-chat__message .str-chat__message-status,.str-chat__quoted-message-preview .str-chat__message-status{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 16);justify-content:center;align-items:center;column-gap:var(--str-chat__spacing-0_5);display:flex;position:relative}.str-chat__message .str-chat__message-status svg,.str-chat__quoted-message-preview .str-chat__message-status svg{width:var(--str-chat-icon-height);height:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status.str-chat__message-status-sent,.str-chat__quoted-message-preview .str-chat__message-status.str-chat__message-status-sent{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 12)}.str-chat__message .str-chat__message-status.str-chat__message-status-sent svg,.str-chat__quoted-message-preview .str-chat__message-status.str-chat__message-status-sent svg{width:var(--str-chat-icon-height);height:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status-sent,.str-chat__quoted-message-preview .str-chat__message-status-sent{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 12)}.str-chat__message .str-chat__message-status-sent svg,.str-chat__quoted-message-preview .str-chat__message-status-sent svg{width:var(--str-chat-icon-height);height:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status-delivered,.str-chat__quoted-message-preview .str-chat__message-status-delivered{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 15)}.str-chat__message .str-chat__message-status-delivered svg,.str-chat__quoted-message-preview .str-chat__message-status-delivered svg{width:var(--str-chat-icon-height);height:var(--str-chat-icon-height)}.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-replies-count-button-wrapper button:disabled,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button:disabled,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button:disabled,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper button:disabled{cursor:auto}.str-chat__message .str-chat__message--deleted-inner,.str-chat__quoted-message-preview .str-chat__message--deleted-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--deleted-inner p,.str-chat__quoted-message-preview .str-chat__message--deleted-inner p{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)}.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__quoted-message-bubble,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{column-gap:var(--str-chat__spacing-1);width:100%;min-width:0;display:flex}.str-chat__message .str-chat__emoji-display-fix,.str-chat__quoted-message-preview .str-chat__emoji-display-fix{width:1.25em;display:inline-block}.str-chat__message .str-chat__message-error-icon,.str-chat__quoted-message-preview .str-chat__message-error-icon{display:none}.str-chat__message .str-chat__simple-message--error-failed,.str-chat__quoted-message-preview .str-chat__simple-message--error-failed{cursor:pointer}.str-chat__message.str-chat__message--error .str-chat__message-error-icon,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon{bottom:0;display:block;position:absolute;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{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options{display:flex}.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{display:flex}.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options{display:flex}.str-chat__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{display:flex}.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{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--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:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__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{margin-inline-end:0}.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{margin-inline-start:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}.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{margin-inline-start:0}.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}.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{margin-inline-start:0}.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,.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{padding:var(--str-chat__spacing-8);align-items:center;display:flex}.str-chat__date-separator-line{height:var(--str-chat__spacing-px);flex:1}.str-chat__date-separator>:not(:last-child){margin-right:var(--str-chat__spacing-4)}.str-chat__message .str-chat__quoted-message-preview{margin-block-end:var(--str-chat__spacing-2)}.str-chat__message--system{text-align:center;width:100%}.str-chat__message--system p{margin:0}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{align-items:stretch;row-gap:var(--str-chat__spacing-1);flex-direction:column;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{min-height:0;max-height:100%;overflow:hidden}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text p{max-height:100%;overflow:hidden auto}.str-chat__unread-messages-separator-wrapper{padding-block:.5rem}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{justify-content:center;align-items:center;width:100%;padding:.5rem;display:flex}.str-chat__unread-messages-notification{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 16);z-index:2;align-items:center;display:flex;position:absolute;top:.75rem;overflow:clip}.str-chat__unread-messages-notification button{white-space:nowrap;width:100%;height:100%;padding-block:.5rem}.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:translate(0,0)}.str-chat-angular__message-bubble.str-chat-angular__message-bubble--attachment-modal-open{transform:none}.str-chat__message-edited-timestamp{transition:height .1s;overflow:hidden}.str-chat__message-edited-timestamp--open{height:var(--str-chat__message-edited-timestamp-height,1rem)}.str-chat__message-edited-timestamp--collapsed{height:0}.str-chat__message-text--pointer-cursor{cursor:pointer}.str-chat__message-with-touch-support .str-chat__message-bubble{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__attachments-container,.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__message-text-inner{pointer-events:none}.str-chat__message-with-touch-support .str-chat__message-inner{margin-inline:0}.str-chat__message-with-touch-support .str-chat__message-options{display:none}.str-chat__message-with-touch-support .stream-chat-angular__image-modal-host{-webkit-touch-callout:default}.str-chat__message-actions-box{overflow:hidden}.str-chat__message-actions-box .str-chat__message-actions-box__submenu,.str-chat__message-actions-box .str-chat__message-actions-list{flex-direction:column;min-width:10rem;margin:0;padding:0;list-style:none;display:flex}.str-chat__message-actions-box .str-chat__message-actions-box__submenu .str-chat__message-actions-list-item-button,.str-chat__message-actions-box .str-chat__message-actions-list .str-chat__message-actions-list-item-button{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);cursor:pointer;text-align:start;width:100%;margin:0}.str-chat__message-bounce-prompt{align-items:center;gap:var(--str-chat__spacing-9);flex-direction:column;display:flex}.str-chat__message-bounce-prompt .str-chat__message-bounce-actions{gap:var(--str-chat__spacing-2);flex-direction:column;display:flex}.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{width:100%;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.str-chat__message-input .str-chat__quoted-message-preview-header{justify-content:center;align-items:center;width:100%;display:flex}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{text-align:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{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;justify-content:center;align-items:center;width:100%;display:flex}.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);width:calc(var(--str-chat__spacing-px) * 45);height:calc(var(--str-chat__spacing-px) * 45);cursor:pointer;justify-content:center;align-items:center;display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input-label{cursor:pointer;justify-content:center;align-items:center;display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat-angular__create-poll{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 21);width:calc(var(--str-chat__spacing-px) * 45);height:calc(var(--str-chat__spacing-px) * 45);cursor:pointer;justify-content:center;align-items:center;display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container{flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:0;max-height:100%;display:flex}.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%;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2);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{width:100%;max-height:100%;padding:0;display:flex;overflow:hidden auto}.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{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);justify-content:center;align-self:end;align-items:center;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__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);cursor:pointer;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 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{justify-content:center;align-items:center;width:100%;display:flex}.str-chat__message-input .str-chat__message-textarea-react-host{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.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);cursor:pointer;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);justify-content:center;align-items:center;padding:0;display:flex}.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);cursor:pointer;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);justify-content:center;align-items:center;padding:0;display:flex}.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{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));justify-content:center;align-items:center;display:flex}.str-chat__message-input .str-chat__message-input-not-allowed{padding:var(--str-chat__spacing-3);align-self:center}.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;text-overflow:ellipsis;overflow:hidden visible}.str-chat__message-input .str-chat__recording-permission-denied-notification{z-index:2;max-width:100%;margin-inline:.5rem;padding:1rem;position:absolute;bottom:100%;left:.5rem}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button-container{justify-content:flex-end;display:flex}.str-chat__message-input-angular-host{max-height:50%}.str-chat-angular__message-input{height:100%;max-height:100%}.str-chat-angular__message-input-inner{flex-grow:initial;height:100%;min-height:0;max-height:100%}[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:0 0;border:none}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button{cursor:pointer;padding:.25rem .5rem}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{width:26px;height: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%;padding:.5rem .75rem;display:flex}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field{align-items:center;display:flex}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field label{padding-inline:.5rem}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field input{margin:0}.str-chat__main-panel-inner{flex-direction:column;align-items:center;height:100%;min-height:0;display:flex;position:relative}.str-chat__list{overscroll-behavior:none;width:100%;height:100%;max-height:100%;overflow:hidden auto}.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 (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{margin:0;padding:0;list-style:none}.str-chat__list .str-chat__parent-message-li{margin-block-end:var(--str-chat__spacing-4);padding-block-end:var(--str-chat__spacing-4)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__jump-to-latest-message{z-index:2;position:absolute;inset-block-end:var(--str-chat__spacing-4);inset-inline-end:var(--str-chat__spacing-2)}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-unread-count{padding:var(--str-chat__spacing-0_5) var(--str-chat__spacing-2);position:absolute;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{-webkit-overflow-scrolling:touch;flex:1;width:100%;height:100%;margin:0;position:relative;overflow:hidden auto}.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 (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{padding-top:var(--str-chat__spacing-2);justify-content:center;width:100%;display:flex;position:absolute}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;word-wrap:break-word;overflow:hidden}.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{scrollbar-width:none;column-gap:var(--str-chat__spacing-0_5);width:fit-content;margin-block-start:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5);padding:0;list-style:none;display:flex;position:relative;overflow:auto hidden}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{padding:var(--str-chat__spacing-1_5);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction button{background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.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);justify-content:center;align-items:center;display:flex!important}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__reaction-list--counter,.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__simple-reactions-list-item--last-number{display:none}.str-chat__message--me .str-chat__message-reactions-container{justify-content:flex-end}.str-chat__message--other .str-chat__message-reactions-container{justify-content:flex-start}.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{flex-basis:min-content;width:90%;min-width:90%;max-width:90%;height:40%;max-height:80%}@media only screen and (device-width>=768px){.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{width:min-content;min-width:40%;max-width:60%}}.str-chat__message-reactions-details{gap:var(--str-chat__spacing-4);flex-direction:column;width:100%;height:100%;min-height:0;max-height:100%;display:flex}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types{gap:var(--str-chat__spacing-4);flex-shrink:0;align-items:center;width:100%;min-width:0;max-width:100%;display:flex;overflow-x:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type{padding:var(--str-chat__spacing-1) 0;cursor:pointer;flex-shrink:0;align-items:center;display:flex}.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{gap:var(--str-chat__spacing-3);flex-direction:column;min-height:30vh;max-height:100%;display:flex;overflow-y:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__loading-indicator{margin:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__message-reactions-details-reacting-user{align-items:center;gap:var(--str-chat__spacing-2);display:flex}.str-chat__message-reaction-selector{justify-content:flex-end;display:flex;position:absolute;inset-block-end:100%}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector{margin:var(--str-chat__spacing-2);justify-content:flex-start;position:static}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options{scrollbar-width:none;max-width:100%;padding:0;overflow:auto hidden}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{flex-shrink:0}.str-chat__message-reaction-selector .str-chat__message-reactions-options{column-gap:var(--str-chat__spacing-1);width:fit-content;padding:var(--str-chat__spacing-2);margin-block-end:var(--str-chat__spacing-0_5);list-style:none;display:flex}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{cursor:pointer;width:calc(var(--str-chat__spacing-px) * 40);height:calc(var(--str-chat__spacing-px) * 40);justify-content:center;align-items:center;display:flex}.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);justify-content:center;align-items:center;display:flex!important}.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{z-index:100;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;inset:0}.str-chat__modal--open .str-chat__modal-header{align-items:center;width:100%;padding:1.25rem 1rem;display:flex}.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{background-position:50%;background-repeat:no-repeat;background-size:.875rem;padding:1rem}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button{background-image:var(--str-chat__arrow-left-icon)}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__close-button{cursor:pointer;background:0 0;background-image:var(--str-chat__close-icon);background-repeat:no-repeat;border:none;width:.875rem;height:.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);padding:var(--str-chat__spacing-2);cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.str-chat__modal--open .str-chat__modal__inner{padding:var(--str-chat__spacing-8) var(--str-chat__spacing-4);flex-direction:column;justify-content:center;align-items:center;width:40%;min-width:0;min-height:0;max-height:80%;display:flex}.str-chat__modal--close{display:none}.str-chat__message-notification{padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);bottom:calc(var(--str-chat__spacing-px) * 10);z-index:100;align-self:center;display:block;position:absolute}.str-chat__list-notifications{justify-content:center;align-items:stretch;row-gap:var(--str-chat__spacing-1);margin:var(--str-chat__spacing-1_5);flex-direction:column;width:auto;display:flex;position:relative}.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{max-width:270px;font:var(--str-chat__body-text);flex-direction:column;gap:.5rem;padding:.75rem .675rem;display:flex}.str-chat__poll button{cursor:pointer;background:0 0;border:none}.str-chat__poll .str-chat__checkmark{grid-area:1/1/2/2;width:1rem;height:1rem;margin-right:.125rem}.str-chat__poll .str-chat__checkmark--checked{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:11px 10px;width:calc(1rem + 1px);height:calc(1rem + 1px)}.str-chat__poll .str-chat__poll-header .str-chat__poll-title{font:var(--str-chat__body-medium-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{font:var(--str-chat__caption-text)}.str-chat__poll .str-chat__poll-actions{flex-direction:column;align-items:center;display:flex}.str-chat__poll-action{font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color);padding:.675rem}.str-chat__poll-results-modal button,.str-chat__poll-answer-list-modal button,.str-chat__add-poll-answer-modal button,.str-chat__suggest-poll-option-modal button,.str-chat__poll-options-modal button{cursor:pointer;background:0 0;border:none}.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{font:var(--str-chat__body-text);flex:1;align-items:flex-start;gap:.125rem;display:flex}.str-chat__poll-option .str-chat__poll-option-data p{flex:1;margin:0}.str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-voters{--str-chat__avatar-size:1.175rem;display:flex}.str-chat__poll-option-list--full .str-chat__poll-option{flex-direction:row;padding:1rem .75rem;display:flex}.str-chat__poll-option-list--full .str-chat__poll-option:first-of-type{border-top-left-radius:var(--str-chat__border-radius-sm);border-top-right-radius:var(--str-chat__border-radius-sm);padding-top:1rem}.str-chat__poll-option-list--full .str-chat__poll-option:last-child{border-bottom-left-radius:var(--str-chat__border-radius-sm);border-bottom-right-radius:var(--str-chat__border-radius-sm);padding-bottom:1rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full){flex-direction:column;gap:1.5rem;padding-block:1rem .5rem;display:flex}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option{grid-template-rows:1fr auto;grid-template-columns:auto 1fr;gap:.125rem;display:grid}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option-data{grid-area:1/2/2/3}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option__votes-bar{grid-area:2/2/3/3;width:100%;height:.25rem;margin-top:.25rem}.str-chat__modal__poll-results .str-chat__poll-option{flex-direction:column;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__close-button,.str-chat__poll-actions:not(.str-chat-angular__poll-actions) .str-chat__modal .str-chat__modal__close-button{display:none}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner{max-width:400px;padding:0 0 .5rem;overflow:hidden}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__tooltip,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__tooltip{max-width:300px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error{height:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__dialog__controls,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__dialog__controls{padding-bottom:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results{flex-direction:column;width:100%;height:100%;min-height:400px;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder{justify-content:center;align-items:center;width:100%;height:40px;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__title{padding:1.175rem 1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body{flex-direction:column;min-height:0;padding-bottom:1rem;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__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{flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{padding-bottom:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.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{padding:0 1rem 1.25rem;overflow-y:auto}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{gap:.5rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body{gap:2rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button{padding-bottom:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer{flex-direction:column;gap:1rem;padding:.75rem 1rem;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text{margin:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__checkmark,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__checkmark{margin-right:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__header,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header{align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text{flex:1}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote{white-space:nowrap;justify-content:space-between;align-items:center;gap:.5rem;padding-block:.375rem;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author{align-items:center;gap:calc(var(--str-chat__spacing-px) * 5);min-width:0;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:130px;overflow:clip visible}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter{gap:.375rem;display:flex}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon{background-image:var(--str-chat__winning-poll-option-icon);width:1.25rem;height:1.25rem}.str-chat__poll-vote-listing{padding:0 1rem .75rem}.str-chat__modal__poll-results--option-detail .str-chat__modal-header__title{flex:1;padding-inline:1rem}.str-chat__modal__poll-results--option-detail .str-chat__modal__poll-results__body{padding-inline:1rem}.str-chat__quoted-poll-preview{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__modal__close-button,.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__close-button{display:none}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__modal__inner,.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__inner{max-height:unset;padding:0;display:block}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog{flex-direction:column;width:100%;height:100%;display:flex}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog button,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog button{cursor:pointer;background:0 0;border:none}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__modal-header,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header{padding-block:14px}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__dialog__body,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body{flex:1;padding:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__dialog__body form,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body form{flex-direction:column;gap:2rem;display:flex}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset{margin:0;padding:0}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field{width:100%;padding:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error{width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{padding:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input{width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field{flex-direction:column;gap:1rem;padding:1rem;display:flex}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field{padding:0}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field{width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value{padding:0}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form-field-error,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form-field-error{height:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values{flex-direction:column;display:flex}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__field-label,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__field-label{margin-bottom:.5rem;display:block}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{width:1rem;height:1rem}@media only screen and (device-width<=768px){.str-chat__modal--open .str-chat__modal__inner{width:90%}.str-chat__create-poll-modal .str-chat__modal__inner,.str-chat__poll-answer-list-modal .str-chat__modal__inner,.str-chat__poll-results-modal .str-chat__modal__inner{height:90%;max-height:unset}}.str-chat-angular__poll-actions .str-chat__modal__poll-option-list,.str-chat-angular__poll-actions .str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body{flex-direction:column;min-height:0;max-height:100%;display:flex}.str-chat-angular__poll-actions .str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body stream-poll-options-list{height:100%;overflow:hidden auto}.str-chat__search{flex-direction:column;justify-content:center;display:flex;position:relative}.str-chat__search.str-chat__search--active{flex:1;max-height:100%}.str-chat__search .str-chat__search-bar{padding:var(--str-chat__spacing-2_5) var(--str-chat__spacing-2);justify-content:center;align-items:center;gap:.25rem;display:flex}.str-chat__search .str-chat__search-bar .str-chat__search-bar-button{padding:var(--str-chat__spacing-1);cursor:pointer;background:0 0;border:none}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper{padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2);flex:1;align-items:center;min-width:0;display:flex}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--icon{width:20px;height:20px;margin-right:.5rem}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button{cursor:pointer;background:0 0;border:none;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{width:20px;height:20px;-webkit-mask-size:20px;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-direction:column;flex:1;min-height:0;display:flex}.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{cursor:pointer;background:0 0;border:none}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons{padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2_5);flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.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{border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__tertiary-surface-color);padding:.5rem .75rem}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button--active{background-color:var(--str-chat__surface-color);color:var(--str-chat__text-color);font-weight:500}.str-chat__search .str-chat__search-results .str-chat__search-results-presearch,.str-chat__search .str-chat__search-results .str-chat__search-source-results-empty{justify-content:center;align-items:center;width:100%;padding:1.25rem;display:flex}.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-direction:column;flex:1;min-height:0;display:flex}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__infinite-scroll-paginator__content{flex-direction:column;display:flex}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result{align-items:center;column-gap:var(--str-chat__spacing-2);width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);display:flex}.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;text-overflow:ellipsis;overflow:clip 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{flex-direction:column;justify-content:center;align-items:center;width:100%;height:4rem;display:flex}.str-chat__thread-container{flex-direction:column;width:100%;height:100%;display:flex}.str-chat__thread-container .str-chat__thread-header{padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center;display:flex}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details{row-gap:var(--str-chat__spacing-1_5);flex-direction:column;flex:1;display:flex;overflow:hidden}.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;text-overflow:ellipsis;overflow:clip visible}.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{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);justify-content:flex-end;align-items:flex-start;display:flex}.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{padding:var(--str-chat__spacing-2);z-index:1;max-width:calc(var(--str-chat__spacing-px) * 150);width:max-content;display:flex;overflow-y:hidden}.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);justify-content:flex-start;align-items:center;column-gap:var(--str-chat__spacing-1);display:flex;position:absolute;inset-block-end:0;inset-inline:0}.str-chat__typing-indicator .str-chat__typing-indicator__dots{justify-content:center;align-items:center;column-gap:var(--str-chat__spacing-0_5);display:flex}.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{flex-direction:column;flex-grow:1;display:flex}.str-chat__unseen-threads-banner{justify-content:space-between;align-items:center;margin:8px;padding:16px;font-size:16px;font-weight:400;display:flex}.str-chat__unseen-threads-banner__button{--str-chat-icon-width:16px;--str-chat-icon-heigh:22px;all:unset;cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.str-chat__thread-list .str-chat__thread-list-item{box-sizing:border-box;cursor:pointer;flex-direction:column;align-items:stretch;gap:6px;width:100%;padding-block:14px;padding-inline:8px;display:flex}.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;gap:5px;display:flex}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel .str-chat__icon{flex-shrink:0;margin-top:2px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__thread-status-symbol{font-size:14px;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel-text{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1;overflow:hidden}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message{justify-content:space-between;align-items:center;gap:3px;height:15px;display:flex}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-size:49px;align-items:center;gap:5px;display:flex}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-details{flex-direction:column;flex-grow:1;gap:4px;width:0;display:flex}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-created-by{text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;overflow-x:hidden}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{justify-content:space-between;align-items:baseline;font-size:14px;font-weight:400;line-height:16px;display:flex}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.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{justify-content:center;align-items:center;padding-block:14px;padding-inline:8px;display:flex}.str-chat__thread-list-empty-placeholder{--str-chat-icon-height:95px;--str-chat-icon-width:95px;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;font-size:20px;font-weight:500;display:flex}.str-chat__chat-view{width:100%;height:100%;display:flex}.str-chat__chat-view__selector{flex-direction:column;gap:20px;padding-block:16px;padding-inline:8px;display:flex}.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%;box-sizing:border-box;cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding-block:10px;padding-inline:10px;font-size:12px;font-weight:400;line-height:1;display:flex;position:relative}.str-chat__chat-view__channels,.str-chat__chat-view__threads{flex-grow:1;display:flex}.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{justify-content:center;align-items:center;display:flex;position:relative}.str-chat__unread-count-badge{font-variant-numeric:tabular-nums;flex-shrink:0;justify-content:center;align-items:center;min-width:22px;min-height:22px;padding:7px;font-size:12px;font-weight:700;line-height:8px;display:flex}.str-chat__unread-count-badge--top-right{translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical) * -1);position:absolute}.str-chat__unread-count-badge--bottom-left{translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal) * -1) var(--str-chat-unread-count-badge-absolute-offset-vertical);position:absolute}.str-chat__unread-count-badge--bottom-right{translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) var(--str-chat-unread-count-badge-absolute-offset-vertical);position:absolute}.str-chat__unread-count-badge--top-left{translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal) * -1) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical) * -1);position:absolute}.str-chat__ai-state-indicator-container{padding:0 8px}.str-chat{--str-chat__blue950:#001333;--str-chat__blue900:#00163d;--str-chat__blue800:#002666;--str-chat__blue700:#003999;--str-chat__blue600:#004ccc;--str-chat__blue500:#005fff;--str-chat__blue400:#337eff;--str-chat__blue300:#669fff;--str-chat__blue200:#ccdfff;--str-chat__blue100:#e0f0ff;--str-chat__blue50:#ebf5ff;--str-chat__grey950:#080707;--str-chat__grey900:#17191c;--str-chat__grey800:#1c1e22;--str-chat__grey700:#272a30;--str-chat__grey600:#4c525c;--str-chat__grey500:#72767e;--str-chat__grey400:#b4b7bb;--str-chat__grey300:#dbdde1;--str-chat__grey200:#e9eaed;--str-chat__grey100:#f4f4f5;--str-chat__grey50:#fff;--str-chat__red900:#330003;--str-chat__red800:#660006;--str-chat__red700:#990008;--str-chat__red600:#cc000b;--str-chat__red500:#ff000e;--str-chat__red400:#ff3742;--str-chat__red300:#ff666e;--str-chat__red200:#ff999f;--str-chat__red100:#ffe5e7;--str-chat__green900:#062d16;--str-chat__green800:#0d592c;--str-chat__green700:#138643;--str-chat__green600:#19b359;--str-chat__green500:#20e070;--str-chat__green400:#4ce68c;--str-chat__green300:#79eca9;--str-chat__green200:#a6f2c6;--str-chat__green100:#e9f1ff;--str-chat__yellow900:#332500;--str-chat__yellow800:#664900;--str-chat__yellow700:#996e00;--str-chat__yellow600:#cc9200;--str-chat__yellow500:#ffb700;--str-chat__yellow400:#ffd466;--str-chat__yellow300:#ffe299;--str-chat__yellow200:#fff1cc;--str-chat__yellow100:#fff8e5;--str-chat__border-radius-xs:8px;--str-chat__border-radius-sm:14px;--str-chat__border-radius-md:18px;--str-chat__border-radius-lg:20px;--str-chat__border-radius-circle:999px;--str-chat__font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;--str-chat__caption-text:.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:#005fff99;--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:#fcfcfce6;--str-chat__secondary-overlay-color:#0003;--str-chat__secondary-overlay-text-color:var(--str-chat__grey50);--str-chat__opaque-surface-background-color:#000c;--str-chat__opaque-surface-text-color:var(--str-chat__grey50);--str-chat__box-shadow-color:#0000002e;--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:#337eff99;--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:#000000b3;--str-chat__secondary-overlay-color:#0006;--str-chat__secondary-overlay-text-color:var(--str-chat__grey50);--str-chat__opaque-surface-background-color:#fafafad9;--str-chat__opaque-surface-text-color:var(--str-chat__grey900);--str-chat__box-shadow-color:#000c;--str-chat__info-color:var(--str-chat__green500)}.image-gallery-icon{color:#fff;appearance:none;cursor:pointer;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a);background-color:#0000;border:0;outline:none;transition:all .3s ease-out;position:absolute}@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{padding:20px;bottom:0}.image-gallery-fullscreen-button .image-gallery-svg{width:28px;height:28px}@media (width<=768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{width:24px;height:24px}}@media (width<=480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{width:16px;height: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{width:60px;height:120px}@media (width<=768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:36px;height:72px}}@media (width<=480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:24px;height:48px}}.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;user-select:none;-o-user-select:none;-webkit-tap-highlight-color:#0000;justify-content:center;align-items:center;display:flex;position:relative}.image-gallery.fullscreen-modal{z-index:5;background:#000;width:100%;height:100%;position:fixed;inset:0}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content .image-gallery-slide{background-color:var(--str-chat__secondary-surface-color)}.image-gallery-content .image-gallery-slide .str-chat__base-image--load-failed{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;top:.375rem;left:.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{width:calc(100% - 110px);display:inline-block}@media (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{white-space:nowrap;text-align:center;line-height:0;position:relative;overflow:hidden}.image-gallery-slide{width:100%;position:absolute;top:0;left:0}.image-gallery-slide.center,.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-index{color:#fff;z-index:4;background:#0006;padding:10px 20px;line-height:1;position:absolute;top:0;right:0}@media (width<=768px){.image-gallery-index{padding:5px 10px;font-size:.8em}}.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)}.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__cta-button{font:var(--str-chat__subtitle-text)}.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 #00000040;--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__geolocation-attachment-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__geolocation-attachment-color:var(--str-chat__text-color);--str-chat__geolocation-attachment-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__geolocation-attachment-background-color:var(--str-chat__secondary-background-color);--str-chat__geolocation-attachment-border-block-start:none;--str-chat__geolocation-attachment-border-block-end:none;--str-chat__geolocation-attachment-border-inline-start:none;--str-chat__geolocation-attachment-border-inline-end:none;--str-chat__geolocation-attachment-box-shadow:none;--str-chat__audio-attachment-widget-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__audio-attachment-widget-color:var(--str-chat__text-color);--str-chat__audio-attachment-widget-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__audio-attachment-widget-background-color:var(--str-chat__secondary-background-color);--str-chat__audio-attachment-widget-border-block-start:none;--str-chat__audio-attachment-widget-border-block-end:none;--str-chat__audio-attachment-widget-border-inline-start:none;--str-chat__audio-attachment-widget-border-inline-end:none;--str-chat__audio-attachment-widget-box-shadow:none;--str-chat__voice-recording-attachment-widget-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__voice-recording-attachment-widget-color:var(--str-chat__text-color);--str-chat__voice-recording-attachment-widget-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__voice-recording-attachment-widget-background-color:var(--str-chat__secondary-background-color);--str-chat__voice-recording-attachment-widget-border-block-start:none;--str-chat__voice-recording-attachment-widget-border-block-end:none;--str-chat__voice-recording-attachment-widget-border-inline-start:none;--str-chat__voice-recording-attachment-widget-border-inline-end:none;--str-chat__voice-recording-attachment-widget-box-shadow:none;--str-chat__audio-attachment-controls-button-border-radius:var(--str-chat__border-radius-circle);--str-chat__audio-attachment-controls-button-color:var(--str-chat__text-color);--str-chat__audio-attachment-controls-button-background-color:var(--str-chat__secondary-background-color);--str-chat__audio-attachment-controls-button-pressed-background-color:var(--str-chat__surface-color);--str-chat__audio-attachment-controls-button-border-block-start:none;--str-chat__audio-attachment-controls-button-border-block-end:none;--str-chat__audio-attachment-controls-button-border-inline-start:none;--str-chat__audio-attachment-controls-button-border-inline-end:none;--str-chat__audio-attachment-controls-button-box-shadow:var(--str-chat__circle-fab-box-shadow);--str-chat__attachment-actions-border-radius:0;--str-chat__attachment-actions-color:var(--str-chat__text-color);--str-chat__attachment-actions-background-color:transparent;--str-chat__attachment-actions-border-block-start:none;--str-chat__attachment-actions-border-block-end:none;--str-chat__attachment-actions-border-inline-start:none;--str-chat__attachment-actions-border-inline-end:none;--str-chat__attachment-actions-box-shadow:none;--str-chat__attachment-action-border-radius:0;--str-chat__attachment-action-color:var(--str-chat__text-low-emphasis-color);--str-chat__attachment-action-background-color:var(--str-chat__secondary-background-color);--str-chat__attachment-action-border-block-start:var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-start:var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-end:var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-box-shadow:none;--str-chat__attachment-action-active-color:var(--str-chat__primary-color)}.str-chat__attachment-list{background:var(--str-chat__attachment-list-background-color);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);font:var(--str-chat__headline2-text);border:none;display:flex}.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-geolocation{background:var(--str-chat__geolocation-attachment-background-color);color:var(--str-chat__geolocation-attachment-color);box-shadow:var(--str-chat__geolocation-attachment-box-shadow);border-radius:var(--str-chat__geolocation-attachment-border-radius);border-block-start:var(--str-chat__geolocation-attachment-border-block-start);border-block-end:var(--str-chat__geolocation-attachment-border-block-end);border-inline-start:var(--str-chat__geolocation-attachment-border-inline-start);border-inline-end:var(--str-chat__geolocation-attachment-border-inline-end);overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{color:currentColor}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__stop-sharing-button{font:var(--str-chat__subtitle-medium-text);cursor:pointer;background:0 0;border:none}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{font:var(--str-chat__caption-text)}.str-chat__attachment-list .str-chat__message-attachment-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;text-overflow:ellipsis;font:var(--str-chat__subtitle-medium-text);overflow:clip visible}.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{border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab;background-color:#fff}.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{border-radius:var(--str-chat__border-radius-circle);cursor:pointer;background-color:#fff;box-shadow:0 2px 4px #00000040}.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-right-radius:0;border-bottom-left-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-end-radius:0;border-end-start-radius:0}.str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);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-end-radius:0;border-end-start-radius:0}.str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);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;text-overflow:ellipsis;word-break:keep-all;font:var(--str-chat__subtitle-medium-text);overflow:clip visible}.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{border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab;background-color:#fff}.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__location-preview,.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__location-preview .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__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__location-preview .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-subtitle{font:var(--str-chat__caption-text)}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__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__location-preview .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .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-voice-recording .str-chat__recording-timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__caption-medium-text)}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image{color:var(--str-chat__active-primary-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-color:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete .str-chat__icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg path{fill:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-color:var(--str-chat__attachment-preview-retry-icon-color);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error svg path{fill:var(--str-chat__attachment-preview-retry-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-image{border-radius:var(--str-chat__attachment-preview-image-border-radius)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-file{border-radius:var(--str-chat__attachment-preview-file-border-radius)}.str-chat__audio_recorder-container{background-color:var(--str-chat__background-color)}.str-chat__audio_recorder button{cursor:pointer;background:0 0;border:none}.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 #00000026;--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 #00000026;--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:0 0;border:none;text-decoration:none}.str-chat__base-image{color:#0000}.str-chat__base-image--load-failed{-webkit-mask-image:var(--str-chat__image-fallback-icon);mask-image:var(--str-chat__image-fallback-icon);-webkit-mask-image:var(--str-chat__image-fallback-icon);background-color:var(--str-chat__disabled-color);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:5rem 5rem;mask-size:5rem 5rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.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{-webkit-mask-size:1.5rem 1.5rem;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:1s linear infinite alternate pulsate}.str-chat__loading-channel:nth-of-type(2){animation:1s linear .3334s infinite alternate pulsate}.str-chat__loading-channel:last-of-type{animation:1s linear .6667s infinite alternate pulsate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.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)}.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__load-more-button__button{width:80%}.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}.str-chat__channel-list .str-chat__channel-list-empty svg path{fill:var(--str-chat__channel-list-empty-indicator-color)}.str-chat__channel-list .str-chat__channel-list-empty{color:var(--str-chat__channel-list-empty-indicator-color)}.str-chat{--str-chat__channel-preview-border-radius:0;--str-chat__channel-preview-color:var(--str-chat__text-color);--str-chat__channel-preview-background-color:transparent;--str-chat__channel-preview-border-block-start:none;--str-chat__channel-preview-border-block-end:none;--str-chat__channel-preview-border-inline-start:none;--str-chat__channel-preview-border-inline-end:none;--str-chat__channel-preview-active-background-color:var(--str-chat__surface-color);--str-chat__channel-preview-hover-background-color:var(--str-chat__secondary-surface-color);--str-chat__channel-preview-latest-message-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__channel-preview-loading-state-color:var(--str-chat__disabled-color);--str-chat__channel-preview-unread-badge-background-color:var(--str-chat__unread-badge-color);--str-chat__channel-preview-unread-badge-color:var(--str-chat__on-unread-badge-color);--str-chat__channel-preview-unread-badge-border-radius:var(--str-chat__border-radius-circle);--str-chat__channel-preview-unread-badge-border-block-start:none;--str-chat__channel-preview-unread-badge-border-block-end:none;--str-chat__channel-preview-unread-badge-border-inline-start:none;--str-chat__channel-preview-unread-badge-border-inline-end:none;--str-chat__channel-preview-message-status-color:var(--str-chat__primary-color);--str-chat__channel-preview-message-time-color:var(--str-chat__message-secondary-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-color:var(--str-chat__text-low-emphasis-color);background-color:#0000;border:none}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--pin.str-chat__channel-preview__action-button--active{--str-chat-icon-color:var(--str-chat__unread-badge-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--archive.str-chat__channel-preview__action-button--active{--str-chat-icon-color:var(--str-chat__text-color)}.str-chat__channel-preview{background:var(--str-chat__channel-preview-background-color);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:1s linear infinite alternate pulsate}.str-chat__channel-preview-loading:nth-of-type(2){animation:1s linear .3334s infinite alternate pulsate}.str-chat__channel-preview-loading:last-of-type{animation:1s linear .6667s infinite alternate pulsate}.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);font:var(--str-chat__subtitle-text);outline:none}.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:1px solid var(--str-chat__primary-color);border-radius:20px}.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:0 0}.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{-webkit-appearance:none;margin:0}.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{color:var(--str-chat__danger-color);font-size:.75rem}.str-chat__form__switch-field{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__form__switch-field,.str-chat__form__switch-field label{cursor:pointer}.str-chat__form__switch-field label{gap:.5rem;display:flex}.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__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__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{background-color:var(--str-chat__green600)}.str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{background-color:var(--str-chat__background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__form__switch-field--disabled .str-chat__form__switch-field--disabled,.str-chat__form__switch-field--disabled .str-chat__form__switch-field--disabled .str-chat__form__switch-field__switch,.str-chat__form__switch-field--disabled label{cursor:not-allowed}.str-chat__dropdown .str-chat__dropdown__open-button{cursor:pointer;background:0 0;border:none}.str-chat__dropdown .str-chat__dropdown__items{background-color:var(--str-chat__background-color)}.str-chat{--str-chat-icon-color:var(--str-chat__text-color)}.str-chat__icon{color:var(--str-chat-icon-color)}.str-chat__icon--error{--str-chat-icon-color:var(--str-chat__danger-color)}.str-chat__icon--poll{background-color:var(--str-chat-icon-color)}.str-chat{--str-chat__image-carousel-stepper-color:var(--str-chat__text-color)}@media only screen and (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:1s linear infinite alternate pulsate}.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:1s linear .3334s infinite alternate pulsate}.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:1s linear .6667s infinite alternate pulsate}.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{border-radius:calc(var(--str-chat__spacing-px) * 3)}.str-chat{--str-chat__loading-indicator-color:var(--str-chat__primary-color)}.str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__loading-indicator-color)}.str-chat__share-location-dialog .str-chat__live-location-activation{border-radius:var(--str-chat__border-radius-sm);border:1px solid var(--str-chat__secondary-overlay-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__form__switch-field{background-color:var(--str-chat__background-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__open-button{border-radius:var(--str-chat__border-radius-xs);border:1px solid var(--str-chat__secondary-overlay-color);background-color:var(--str-chat__tertiary-surface-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items{box-shadow:0 0 8px var(--str-chat__box-shadow-color);border-radius:var(--str-chat__border-radius-xs)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option{cursor:pointer;background:0 0;border:none}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat{--str-chat__message-border-radius:none;--str-chat__message-color:var(--str-chat__text-color);--str-chat__message-error-message-color:var(--str-chat__danger-color);--str-chat__message-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__message-link-color:var(--str-chat__primary-color);--str-chat__message-mention-color:var(--str-chat__primary-color);--str-chat__message-status-color:var(--str-chat__primary-color);--str-chat__message-replies-count-color:var(--str-chat__primary-color);--str-chat__message-background-color:transparent;--str-chat__message-highlighted-background-color:var(--str-chat__message-highlight-color);--str-chat__message-border-block-start:none;--str-chat__message-border-block-end:none;--str-chat__message-border-inline-start:none;--str-chat__message-border-inline-end:none;--str-chat__message-box-shadow:none;--str-chat__message-active-bacground-color:transparent;--str-chat__message-options-color:var(--str-chat__text-low-emphasis-color);--str-chat__message-options-hover-background-color:var(--str-chat__tertiary-surface-color);--str-chat__message-options-border-radius:var(--str-chat__border-radius-circle);--str-chat__message-options-active-color:var(--str-chat__primary-color);--str-chat__message-bubble-border-radius:var(--str-chat__border-radius-md);--str-chat__message-bubble-color:var(--str-chat__text-color);--str-chat__message-bubble-background-color:var(--str-chat__secondary-surface-color);--str-chat__own-message-bubble-color:var(--str-chat__message-bubble-color);--str-chat__own-message-bubble-background-color:var(--str-chat__primary-surface-color);--str-chat__quoted-message-bubble-background-color:var(--str-chat__secondary-background-color);--str-chat__message-bubble-border-block-start:none;--str-chat__message-bubble-border-block-end:none;--str-chat__message-bubble-border-inline-start:none;--str-chat__message-bubble-border-inline-end:none;--str-chat__message-bubble-box-shadow:none;--str-chat__deleted-message-border-radius:var(--str-chat__border-radius-md);--str-chat__deleted-message-color:var(--str-chat__text-low-emphasis-color);--str-chat__deleted-message-background-color:var(--str-chat__secondary-surface-color);--str-chat__deleted-message-border-block-start:none;--str-chat__deleted-message-border-block-end:none;--str-chat__deleted-message-border-inline-start:none;--str-chat__deleted-message-border-inline-end:none;--str-chat__deleted-message-box-shadow:none;--str-chat__blocked-message-border-radius:var(--str-chat__border-radius-md);--str-chat__blocked-message-color:var(--str-chat__text-low-emphasis-color);--str-chat__blocked-message-background-color:var(--str-chat__secondary-surface-color);--str-chat__blocked-message-border-block-start:none;--str-chat__blocked-message-border-block-end:none;--str-chat__blocked-message-border-inline-start:none;--str-chat__blocked-message-border-inline-end:none;--str-chat__blocked-message-box-shadow:none;--str-chat__system-message-border-radius:0;--str-chat__system-message-color:var(--str-chat__text-low-emphasis-color);--str-chat__system-message-background-color:transparent;--str-chat__system-message-border-block-start:none;--str-chat__system-message-border-block-end:none;--str-chat__system-message-border-inline-start:none;--str-chat__system-message-border-inline-end:none;--str-chat__system-message-box-shadow:none;--str-chat__date-separator-color:var(--str-chat__text-low-emphasis-color);--str-chat__date-separator-line-color:var(--str-chat__disabled-color);--str-chat__date-separator-border-radius:0;--str-chat__date-separator-background-color:transparent;--str-chat__date-separator-border-block-start:none;--str-chat__date-separator-border-block-end:none;--str-chat__date-separator-border-inline-start:none;--str-chat__date-separator-border-inline-end:none;--str-chat__date-separator-box-shadow:none;--str-chat__translation-notice-color:var(--str-chat__text-low-emphasis-color);--str-chat__translation-notice-active-background-color:var(--str-chat__tertiary-surface-color);--str-chat__message-reminder-color:var(--str-chat__primary-color);--str-chat__message-reminder-background-color:var(--str-chat__secondary-background-color);--str-chat__message-reminder-border-block-start:none;--str-chat__message-reminder-border-block-end:none;--str-chat__message-reminder-border-inline-start:none;--str-chat__message-reminder-border-inline-end:none;--str-chat__message-reminder-box-shadow:none;--str-chat__message-reminder-border-radius:0}.str-chat__message--system{background:var(--str-chat__system-message-background-color);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{color:var(--str-chat__message-link-color);text-decoration:none}.str-chat__message .str-chat__message-reminder{background:var(--str-chat__message-reminder-background-color);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{border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color);background:0 0;border:none}.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);background:0 0;border: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-status-sent svg path,.str-chat__message .str-chat__message-status-delivered svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button{font:var(--str-chat__body-medium-text);color:var(--str-chat__message-replies-count-color);background-color:#0000;border:none}.str-chat__message .str-chat__message--error-message{color:var(--str-chat__message-error-message-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-error-icon{--str-chat-icon-color:var(--str-chat__message-error-message-color)}.str-chat__message .str-chat__message-error-icon svg #background{fill:var(--str-chat__message-error-message-color)}.str-chat__message--highlighted{background-color:var(--str-chat__message-highlighted-background-color);transition:background-color .1s ease-out}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:var(--str-chat__message-active-bacground-color)}@supports not selector(:has(a, b)){.str-chat__li:hover{background-color:var(--str-chat__message-active-bacground-color)}}.str-chat__li--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);background-color:#0000;border:none}.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__message-input .str-chat-angular__create-poll{--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,.str-chat__message-input .str-chat-angular__create-poll 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;color:var(--str-chat__message-textarea-color);box-shadow:none;font:var(--str-chat__subtitle-text);background-color:#0000;border:none;outline:none}.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{color:var(--str-chat__background-color);cursor:pointer;text-transform:uppercase;background:0 0;border:none}.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;-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;-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;-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__add-location-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__location-icon) no-repeat center/contain;-webkit-mask:var(--str-chat__location-icon) no-repeat center/contain;mask:var(--str-chat__location-icon) no-repeat center/contain}.str-chat__send-to-channel-checkbox__field *{cursor:pointer}.str-chat__send-to-channel-checkbox__field label{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__body-text)}.str-chat{--str-chat__message-list-border-radius:0;--str-chat__message-list-color:var(--str-chat__text-color);--str-chat__message-list-background-color:var(--str-chat__background-color);--str-chat__message-list-box-shadow:none;--str-chat__message-list-border-block-start:none;--str-chat__message-list-border-block-end:none;--str-chat__message-list-border-inline-start:none;--str-chat__message-list-border-inline-end:none;--str-chat__jump-to-latest-message-border-radius:var(--str-chat__circle-fab-border-radius);--str-chat__jump-to-latest-message-color:var(--str-chat__circle-fab-color);--str-chat__jump-to-latest-message-background-color:var(--str-chat__circle-fab-background-color);--str-chat__jump-to-latest-message-pressed-background-color:var(--str-chat__circle-fab-pressed-background-color);--str-chat__jump-to-latest-message-box-shadow:var(--str-chat__circle-fab-box-shadow);--str-chat__jump-to-latest-message-border-block-start:var(--str-chat__circle-fab-border-block-start);--str-chat__jump-to-latest-message-border-block-end:var(--str-chat__circle-fab-border-block-end);--str-chat__jump-to-latest-message-border-inline-start:var(--str-chat__circle-fab-border-inline-start);--str-chat__jump-to-latest-message-border-inline-end:var(--str-chat__circle-fab-border-inline-end);--str-chat__jump-to-latest-message-unread-count-background-color:var(--str-chat__jump-to-latest-message-color);--str-chat__jump-to-latest-message-unread-count-color:var(--str-chat__jump-to-latest-message-background-color);--str-chat__thread-head-start-color:var(--str-chat__text-low-emphasis-color);--str-chat__thread-head-start-border-block-end-color:var(--str-chat__surface-color)}.str-chat__list{background:var(--str-chat__message-list-background-color);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 #0000}.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:0 0;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{width:unset;max-width:unset;height:unset;background-color:#0000;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;cursor:default;max-height:calc(100vh - 80px)}.str-chat-react__modal.str-chat__modal--open.str-chat__image-modal .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat-react__modal.str-chat__modal--open.str-chat__gallery-modal .str-chat__modal__inner.str-chat-react__modal__inner{width:unset;max-width:unset;height:unset;background-color:#0000;padding:0}.str-chat-react__modal.str-chat__modal--open.str-chat__image-modal .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat-react__modal.str-chat__modal--open.str-chat__gallery-modal .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;cursor:default;max-height:calc(100vh - 80px)}.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-option-list--full,.str-chat__poll-answer,.str-chat__modal__poll-option-list__title,.str-chat__modal__poll-results .str-chat__modal__poll-results__title,.str-chat__modal__poll-results .str-chat__poll-option{border-radius:.75rem}.str-chat__poll-option-list--full{overflow:clip}.str-chat__poll--closed .str-chat__poll-option:hover{cursor:unset}.str-chat__modal .str-chat__poll-answer__text,.str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__modal .str-chat__modal__poll-results__title,.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__modal .str-chat__poll-option-list--full,.str-chat__modal .str-chat__poll-answer,.str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__modal .str-chat__modal__poll-results__title,.str-chat__modal .str-chat__poll-option,.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__modal .str-chat__poll-option-list--full .str-chat__poll-option-text,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text{font-weight:500}.str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover{background-color:var(--str-chat__secondary-surface-color)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__header,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header{font:var(--str-chat__subtitle-text)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text{font:var(--str-chat__subtitle-medium-text)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button{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{background:0 0;border:none;outline:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__expandable-field input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field: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;-webkit-mask:var(--str-chat__handle-icon) no-repeat center/contain;mask:var(--str-chat__handle-icon) no-repeat center/contain}.str-chat__poll-creation-dialog .str-chat__form__input-field--has-error{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error,.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error .str-chat__form__input-field__value,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error{border:none}.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error .str-chat__form__input-field__value{border:1px solid var(--str-chat__message-error-message-color)}.str-chat{--str-chat__search-input-color:var(--str-chat__text-color);--str-chat__search-input-placeholder-color:var(--str-chat__text-low-emphasis-color);--str-chat__search-input-icon-color:var(--str-chat__text-low-emphasis-color);--str-chat__search-input-border-block-start:none;--str-chat__search-input-border-block-end:none;--str-chat__search-input-border-inline-start:none;--str-chat__search-input-border-inline-end:none;--str-chat__search-input-wrapper-border-radius:var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-background-color:transparent;--str-chat__search-input-wrapper-border-block-start:var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-start:var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-end:var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-active-border-radius:var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-active-background-color:transparent;--str-chat__search-input-wrapper-active-border-block-start:var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-block-end:var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-inline-start:var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-inline-end:var(--str-chat__primary-color) 1px solid;--str-chat__search-result-background-color:transparent;--str-chat__search-result-border-block-start:none;--str-chat__search-result-border-block-end:none;--str-chat__search-result-border-inline-start:none;--str-chat__search-result-border-inline-end:none;--str-chat__search-result-hover-background-color:var(--str-chat__secondary-surface-color);--str-chat__search-result-list-color:var(--str-chat__text-color);--str-chat__search-result-list-background-color:var(--str-chat__secondary-background-color);--str-chat__search-result-list-border-block-start:none;--str-chat__search-result-list-border-block-end:none;--str-chat__search-result-list-border-inline-start:none;--str-chat__search-result-list-border-inline-end:none;--str-chat__search-result-list-popup-box-shadow:0 4px 4px var(--str-chat__box-shadow-color);--str-chat__search-results-header-color:var(--str-chat__text-low-emphasis-color);--str-chat__search-results-header-background-color:var(--str-chat__background-color);--str-chat__search-results-header-border-block-start:none;--str-chat__search-results-header-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__search-results-header-border-inline-start:none;--str-chat__search-results-header-border-inline-end:none;--str-chat__search-results-empty-color:var(--str-chat__text-low-emphasis-color);--str-chat__search-results-empty-icon-color:var(--str-chat__disabled-color);--str-chat__search-results-empty-background-color:var(--str-chat__background-color);--str-chat__search-results-empty-border-block-start:none;--str-chat__search-results-empty-border-block-end:none;--str-chat__search-results-empty-border-inline-start:none;--str-chat__search-results-empty-border-inline-end:none}.str-chat__search-input--wrapper{background:var(--str-chat__search-input-wrapper-background-color);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);font:var(--str-chat__subtitle-text);outline:none}.str-chat__search-input--wrapper .str-chat__search-input--clear-button-icon{-webkit-mask:var(--str-chat__clear-icon) no-repeat center/contain;-webkit-mask:var(--str-chat__clear-icon) no-repeat center/contain;mask:var(--str-chat__clear-icon) no-repeat center/contain;background-color:#0000}.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{color:var(--str-chat__primary-color);font:var(--str-chat__subtitle-text);background:0 0;border:none}.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{background-color:var(--str-chat__typing-indicator-dot-background-color);border-radius:999px;animation:1s infinite alternate dotFlashing}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:first-child{animation-delay:0s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(2){animation-delay:.5s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(3){animation-delay:1s}@keyframes dotFlashing{0%{opacity:1}50%{opacity:.6}to{opacity:.2}}.str-chat{--str-chat-thread-list-border-color:var(--str-chat__surface-color);--str-chat-thread-list-container-background-color:var(--str-chat__secondary-background-color);--str-chat-unseen-threads-banner-background-color:var(--str-chat__text-color);--str-chat-unseen-threads-banner-color:var(--str-chat__opaque-surface-text-color);--str-chat-thread-list-item-background-color-default:var(--str-chat__secondary-background-color);--str-chat-thread-list-item-background-color-selected:var(--str-chat__surface-color);--str-chat-thread-list-item-text-color:var(--str-chat__text-color);--str-chat-thread-list-item-text-low-emphasis-color:var(--str-chat__text-low-emphasis-color);--str-chat-thread-list-empty-placeholder-background-color:var(--str-chat__secondary-background-color);--str-chat-thread-list-empty-placeholder-color:var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list-container{background-color:var(--str-chat-thread-list-container-background-color)}.str-chat__unseen-threads-banner{background:var(--str-chat-unseen-threads-banner-background-color);color:var(--str-chat-unseen-threads-banner-color);border-radius:16px}.str-chat__unseen-threads-banner__button{--str-chat-icon-color:var(--str-chat-unseen-threads-banner-color)}.str-chat__thread-list{border-right:1px solid var(--str-chat-thread-list-border-color)}.str-chat__thread-list .str-chat__thread-list-item{--str-chat-icon-color:var(--str-chat-thread-list-item-text-color);background-color:var(--str-chat-thread-list-item-background-color-default);color:var(--str-chat-thread-list-item-text-color);border:none}.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);background:var(--str-chat-selector-button-background-color-default);color:var(--str-chat-selector-button-color-default);border:none}.str-chat__chat-view__selector-button[aria-selected=true]{--str-chat-icon-color:var(--str-chat-selector-button-color-selected);color:var(--str-chat-selector-button-color-selected);background:var(--str-chat-selector-button-background-color-selected)}.str-chat{--str-chat-unread-count-badge-color:var(--str-chat__on-unread-badge-color);--str-chat-unread-count-badge-background-color:var(--str-chat__danger-color)}.str-chat__unread-count-badge{background-color:var(--str-chat-unread-count-badge-background-color);color:var(--str-chat-unread-count-badge-color);border-radius:9999px}.str-chat__ai-state-indicator-container{background-color:var(--str-chat__grey300)}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-color)}.str-chat{--str-chat__font-family:"DM Sans";--str-chat__own-message-bubble-color:white;--str-chat__own-message-bubble-background-color:var(--chakra-colors-primary-500);--str-chat__message-send-color:var(--chakra-colors-primary-500);--str-chat__channel-list-border-inline-end:"0px";--str-chat__date-separator-color:var(--chakra-colors-secondary-darkGray);--str-chat__date-separator-line-color:var(--chakra-colors-secondary-gray);--str-chat__channel-preview-active-background-color:#dae2ff;--str-chat__channel-preview-unread-badge-background-color:var(--chakra-colors-primary-500);--str-chat__message-textarea-background-color:var(--chakra-colors-secondary-lightGray);--str-chat__message-textarea-border-block-start:0px;--str-chat__message-textarea-border-block-end:0px;--str-chat__message-textarea-border-inline-start:0px;--str-chat__message-textarea-border-inline-end:0px;--str-chat__message-mention-color:var(--chakra-colors-primary-500)}.str-chat__message--me{--str-chat__message-mention-color:var(--chakra-colors-secondary-yellow);--str-chat__message-link-color:var(--chakra-colors-secondary-yellow);--str-chat__card-attachment-color:white}.str-chat__channel{flex:5}.str-chat__channel-header-title{position:absolute;font-size:var(--chakra-fontSizes-3xl)!important;font-family:var(--chakra-fonts-heading)!important;font-weight:var(--chakra-fontWeights-bold)!important;margin-top:-.0625em!important;overflow:visible!important}.str-chat__channel-header-info{visibility:hidden}.str-chat__channel-list{background-color:var(--chakra-colors-secondary-lightGray);scrollbar-width:thin;scrollbar-color:transparent transparent;margin-left:1.25em;margin-right:1.25em;overflow:auto}.str-chat__channel-list ::-webkit-scrollbar{width:0}.str-chat__channel-list-messenger__main>*{padding-top:1em}.str-chat__message-input{border-top:1px solid var(--chakra-colors-secondary-lightGray);padding-bottom:1em}.str-chat__message-mention{font-weight:700!important}._channel-header_1svjd_1{border-bottom:1px solid var(--chakra-colors-secondary-lightGray);justify-content:space-between;align-items:center;padding:.365em;display:flex}._search-container_1svjd_9{box-shadow:0 1px 5px 0 var(--chakra-colors-secondary-gray);margin:1.25em 1.25em 0;width:calc(100% - 2.5em)!important}._search-bar_1svjd_15{background:#fff!important}._messaging-header_1svjd_19{color:#1b142d;z-index:1;background-origin:content-box;background-clip:content-box;padding:1em .75em .5em}._sidebar_1svjd_27{background-color:var(--chakra-colors-secondary-lightGray);border-left:1px solid var(--chakra-colors-secondary-gray);border-right:1px solid var(--chakra-colors-secondary-gray);max-width:30vw}._channel-preview_p7ga6_1{width:100%;box-shadow:0 1px 0 0 var(--chakra-colors-secondary-gray);text-align:left;color:#000;background:0 0;border:none;align-items:center;padding:.875em;display:flex;overflow:hidden}._channel-preview_p7ga6_1:hover{background:var(--chakra-colors-secondary-gray);cursor:pointer;border-radius:4px}._channel-preview--active_p7ga6_18{box-shadow:0 1px 5px 0 var(--chakra-colors-secondary-gray);background:#dae2ff;border:none;border-radius:4px}._channel-preview--right_p7ga6_24{width:calc(80% - .875em);padding-left:.875em}._channel-preview--right_p7ga6_24 ._channel-preview-row_p7ga6_28{align-items:center;display:flex}._channel-preview--right_p7ga6_24 ._channel-preview-row_p7ga6_28 ._channel-preview--name_p7ga6_32{overflow:hidden}._channel-preview--name_p7ga6_32{font-size:1.125rem;font-weight:400}._channel-preview--name_p7ga6_32 span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}._channel-preview--last-message_p7ga6_45,._channel-preview--last-message_p7ga6_45>p{opacity:.5;text-overflow:ellipsis;white-space:nowrap;align-self:flex-end;max-height:14px;font-size:.875rem;line-height:14px;overflow:hidden}._channel-preview--unread_p7ga6_55 ._channel-preview--last-message_p7ga6_45,._channel-preview--unread_p7ga6_55 ._channel-preview--last-message_p7ga6_45>p{opacity:1}._channel-preview_p7ga6_1 ._channel-preview-unread-badge_p7ga6_59{color:#fff;background-color:var(--chakra-colors-primary-500);border-radius:999px;align-self:flex-end;margin-left:auto;padding:.625em;font-size:.75rem;font-weight:700;line-height:.44rem}@-moz-document url-prefix(){._table-header-container_18fbv_1{padding-right:0}}.yarl__fullsize{width:100%;height:100%}.yarl__relative{position:relative}.yarl__portal{opacity:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999);position:fixed;inset:0;overflow:hidden}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;user-select:none;outline:none;position:absolute;inset:0;overflow:hidden}.yarl__carousel{height:100%;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px,0)*1px + var(--yarl__carousel_spacing_percent,0)*1%));flex:none;place-content:center;align-items:stretch;display:flex}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_spacing_percent,0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_spacing_percent,0)*1%)}.yarl__flex_center{place-content:center;align-items:center;display:flex}.yarl__slide{padding:calc(var(--yarl__carousel_padding_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_padding_percent,0)*1%);flex:1;position:relative;overflow:hidden}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;max-width:100%;max-height:100%}.yarl__slide_image_cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.yarl__slide_image_loading{opacity:0}@media screen and (width>=800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;-webkit-transform:translateZ(0)}}.yarl__slide_placeholder{line-height:0;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.yarl__slide_loading{color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,#fffc));animation:1s linear yarl__delayed_fadein}.yarl__slide_loading line{animation:1s linear infinite yarl__stroke_opacity}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{padding:var(--yarl__toolbar_padding,8px);justify-content:flex-end;display:flex;position:absolute;inset:0 0 auto auto}[dir=rtl] .yarl__toolbar{inset:0 auto auto 0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,#fffc);cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px #000c));margin:var(--yarl__button_margin,0);padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent;outline:none;line-height:0}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,#fffc)}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,#fff6);cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%)rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%)rotate(180deg)}.yarl__no_scroll{overscroll-behavior:none;height:100%;overflow:hidden}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}._photo-delete-button-container_1kwms_1{z-index:0;background-color:#0000;justify-content:center;align-items:center;width:24px;height:24px;position:absolute;top:-8px}._photo-delete-button_1kwms_1{width:24px;height:24px}._main-container_9s38u_1{border-color:var(--chakra-colors-secondary-gray);background-color:#fff;border-width:.1em;border-radius:1.5em;flex-direction:column;margin-bottom:1em;padding:1.5em;display:flex}._main-container_9s38u_1 ._heading_9s38u_11{margin-bottom:.5em}._main-container_9s38u_1 ._warning-container_9s38u_14{background-color:#fdf0f0;border-radius:1em;flex-direction:row;align-items:center;margin-bottom:1em;padding:1em;display:flex}._main-container_9s38u_1 ._warning-container_9s38u_14 ._icon_9s38u_23{box-sizing:border-box;border-width:1em;border-color:#f6593326;border-radius:2em;margin-right:1em}._main-container_9s38u_1 ._warning-container_9s38u_14 ._subtitle_9s38u_30{margin-top:.5em}._main-container_9s38u_1 ._shifts-container_9s38u_33{flex-wrap:wrap;justify-content:space-between;display:flex}._main-container_9s38u_1 ._shifts-container_9s38u_33 ._shift_9s38u_33{flex-direction:row;align-items:center;width:calc(50% - .675em);margin-bottom:1em;display:flex}._main-container_9s38u_1 ._shifts-container_9s38u_33 ._shift_9s38u_33 ._index-container_9s38u_45{background-color:var(--chakra-colors-secondary-lightGray);border-radius:2em;justify-content:center;align-items:center;width:2.5em;height:2.5em;margin-right:.5em;display:flex}._main-container_9s38u_1 ._shifts-container_9s38u_33 ._shift_9s38u_33 ._info-container_9s38u_55{background-color:var(--chakra-colors-secondary-lightGray);border-radius:.5em;flex-direction:row;align-items:center;width:100%;height:2.5em;display:flex}._main-container_9s38u_1 ._shifts-container_9s38u_33 ._shift_9s38u_33 ._info-container_9s38u_55 ._icon_9s38u_23{opacity:.5;width:1em;height:1em;margin:.5em}._main-container_9s38u_1 ._shifts-container_9s38u_33 ._shift_9s38u_33 ._info-container_9s38u_55 ._text_9s38u_70{margin-bottom:0}._main-container_9s38u_1 ._call-summary_9s38u_73{border-color:var(--chakra-colors-secondary-darkGray);border-width:.1em;width:60%;height:8em;margin-bottom:2em;font-family:DM Sans}._main-container_9s38u_1 ._button_9s38u_81{width:10%;font-family:DM Sans;font-size:18px;font-weight:500}._main-container_2xksc_1{flex-direction:column;display:flex}._main-container_2xksc_1 ._task-container_2xksc_5{border-color:var(--chakra-colors-secondary-gray);background-color:#fff;border-width:.1em;border-radius:1.5em;flex-direction:column;justify-content:space-between;margin-bottom:1em;padding:1em;display:flex}._main-container_2xksc_1 ._task-container_2xksc_5 ._details-container_2xksc_16{flex-direction:row;align-items:center;display:flex}._main-container_2xksc_1 ._task-container_2xksc_5 ._details-container_2xksc_16 ._icon_2xksc_21{margin-right:.75em}._main-container_2xksc_1 ._task-container_2xksc_5 ._details-container_2xksc_16 ._heading_2xksc_24{padding-bottom:.5em}._main-container_2xksc_1 ._task-container_2xksc_5 ._details-container_2xksc_16 ._tags-container_2xksc_27{flex-direction:row;margin-left:auto;display:flex}._main-container_2xksc_1 ._task-container_2xksc_5 ._details-container_2xksc_16 ._tags-container_2xksc_27 ._tag_2xksc_27{flex-direction:row;margin-right:.75em;display:flex}._main-container_2xksc_1 ._task-container_2xksc_5 ._details-container_2xksc_16 ._tags-container_2xksc_27 ._tag_2xksc_27 ._icon_2xksc_21{margin-right:.5em}._main-container_2xksc_1 ._task-container_2xksc_5 ._notes_2xksc_40{background-color:var(--chakra-colors-secondary-lightGray);border-radius:.75em;flex-direction:row;width:60%;margin-top:1em;padding:.75em;display:flex}._main-container_2xksc_1 ._task-container_2xksc_5 ._notes_2xksc_40 ._icon_2xksc_21{margin-top:.2em;margin-right:.5em}._main-container_2xksc_1 ._expanded_2xksc_53{background-color:var(--chakra-colors-secondary-lightGray);border-color:var(--chakra-colors-secondary-gray);transition:border-color .3s,box-shadow .3s}._main-container_2xksc_1 ._expanded_2xksc_53 ._notes_2xksc_40{background-color:#fff}._main-container_2xksc_1 ._expanded_2xksc_53:hover{border-color:var(--chakra-colors-primary-500);box-shadow:0 0 10px var(--chakra-colors-secondary-gray);cursor:pointer}._container_fraww_1{border-color:var(--chakra-colors-secondary-gray);background-color:#fff;border-width:.1em;border-radius:1.5em;flex-direction:column;padding:1.5em;display:flex}._container_fraww_1 ._loading-state_fraww_10{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._container_t2fxb_1{margin:2em 1.5em 1.5em}._container_t2fxb_1 ._heading_t2fxb_4{margin-bottom:.5em}._container_t2fxb_1 ._header_t2fxb_7{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1.5em;display:flex}._container_t2fxb_1 ._header_t2fxb_7 ._icon_t2fxb_14{cursor:pointer;margin-right:1em}._container_t2fxb_1 ._header_t2fxb_7 ._text_t2fxb_18{color:var(--chakra-colors-primary-900);margin:0 8px 0 0}._container_t2fxb_1 ._header_t2fxb_7 ._contact-info_t2fxb_22{flex-direction:row;justify-content:space-between;align-items:center;margin-left:auto;display:flex}._container_t2fxb_1 ._header_t2fxb_7 ._contact-info_t2fxb_22 ._details_t2fxb_29{flex-direction:row;align-items:center;margin-right:.75em;display:flex}._container_t2fxb_1 ._header_t2fxb_7 ._contact-info_t2fxb_22 ._details_t2fxb_29 ._icon_t2fxb_14{margin-right:.5em}._container_t2fxb_1 ._header_t2fxb_7 ._contact-info_t2fxb_22 ._details_t2fxb_29:last-of-type{margin-right:0}._container_vzq81_1{height:100vh;margin:0 1.5em}._container_vzq81_1 ._header_vzq81_5{align-items:left;padding:2em 0 1.5em}._container_vzq81_1 ._header_vzq81_5 ._text_vzq81_9{color:var(--chakra-colors-primary-900);margin:0}._container_vzq81_1 ._tasks-container_vzq81_13 ._filter-container_vzq81_13{margin:0 0 1em}._container_vzq81_1 ._tasks-container_vzq81_13{scrollbar-width:none;border-color:var(--chakra-colors-secondary-gray);background-color:#fff;border-width:.1em;border-radius:1.5em;max-height:90%;padding:1.5em 1.5em .5em;overflow-y:scroll}._container_vzq81_1 ._tasks-container_vzq81_13::-webkit-scrollbar{display:none}@-moz-document url-prefix(){._table-header-container_18fbv_1{padding-right:0}}._container_13wdq_1{border-radius:4px;justify-content:center;align-self:flex-start;align-items:center;width:fit-content;height:24px;padding:2px 8px;font-size:12px;font-weight:700;display:flex}._field-container_15s1k_1{flex-direction:column;margin-top:9px;margin-bottom:9px}._field-label_15s1k_7{margin-bottom:6px;font-size:12px}._field-value_15s1k_12{font-size:14px}._assignment-box_15s1k_16{border:1px solid var(--chakra-colors-gray-200);border-radius:6px;padding:12px}._assign-to-row_15s1k_22{align-items:center;margin-bottom:12px;display:flex}._assign-to-label_15s1k_28{color:var(--chakra-colors-gray-500);letter-spacing:.05em;white-space:nowrap;margin-right:12px;font-size:11px;font-weight:600}._anyone-card_15s1k_37{background-color:#fff5ed;border:1px solid #f99d5a;border-radius:6px;flex-direction:row;align-items:flex-start;gap:10px;padding:12px;display:flex}._anyone-card-icon_15s1k_48{color:#f99d5a;flex-shrink:0;width:20px;height:20px;margin-top:2px}._section-container_1gzfc_1{margin-bottom:32px}._section-header_1gzfc_5{margin-bottom:16px;font-size:18px;font-weight:500}._general-info-label_1gzfc_11{margin-bottom:12px;font-size:12px}._section-container_1tq4l_1{margin-bottom:32px}._section-header_1tq4l_5{margin-bottom:16px;font-size:18px;font-weight:500}._all-activity-header_1tq4l_11{margin:12px 0;font-weight:700}._column-changed_7aiy7_1{font-weight:700}._timestamp_7aiy7_5{font-size:12px}._content_7aiy7_9{margin:4px 0}._creator-name_z3njr_1{font-weight:700}._content_z3njr_5{border-radius:16px;margin:4px 0;padding:12px}._creator-name_1ywrb_1{font-weight:700}._content_1ywrb_5{border-radius:16px;margin-top:2px;padding:12px}._button-container_1ywrb_11{margin-top:12px}._attach-photo-button_1ywrb_15{background-color:var(--chakra-colors-secondary-lightGray);height:35px;color:var(--chakra-colors-primary-500);cursor:pointer;border-radius:5.25px;align-items:center;padding:0 14px;font-weight:500}._attach-photo-button_1ywrb_15:hover{background-color:var(--chakra-colors-secondary-gray)}._locations-container_gcz4w_2::-webkit-scrollbar{display:none}._table-header-container_gcz4w_6{padding-right:10px}@-moz-document url-prefix(){._table-header-container_gcz4w_6{padding-right:0}}._tool-tip_1rvku_1{text-wrap:wrap!important;border:0!important;border-radius:1em!important;max-width:15em!important;font-size:.9em!important}._container_uqrop_1{padding:0 1.5em 1.5em}._container_uqrop_1 ._header_uqrop_4{align-items:left;padding:2em 0 1.5em}._container_uqrop_1 ._header_uqrop_4 ._text_uqrop_8{color:var(--chakra-colors-primary-900);margin:0}._no-scrollbar_cb669_1{-ms-overflow-style:none;scrollbar-width:none}._table-header-container_18fbv_1{padding-right:10px}@-moz-document url-prefix(){._table-header-container_18fbv_1{padding-right:0}}._card_1dp77_1{border:1px solid var(--chakra-colors-gray-200);background-color:#fff;border-radius:1.5rem;justify-content:center;align-items:center;margin:1.5rem;display:flex}._metricCard_1dp77_11{flex-direction:column;justify-content:center;align-items:center;height:140px;padding:1rem;display:flex}._bottomCard_1dp77_20{margin-top:0}._cardHeader_1dp77_24{font-size:1.4rem;font-weight:500}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{content:"";border:3px solid #ccc;border-width:3px 3px 0 0;width:9px;height:9px;display:block;position:absolute;top:6px}.react-datepicker-wrapper{border:0;padding:0;display:inline-block}.react-datepicker{color:#000;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:initial;background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{margin:0 15px;display:inline-block}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{color:#000;margin-top:0;font-size:.944rem;font-weight:700}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{text-align:center;cursor:pointer;z-index:1;text-indent:-999em;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:2px;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{margin-left:auto;margin-right:auto;display:block;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{width:0;font-size:20px;position:relative;top:-1px}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{text-align:center;margin:.4rem}.react-datepicker__year-wrapper{flex-wrap:wrap;max-width:180px;display:flex}.react-datepicker__year .react-datepicker__year-text{width:4rem;margin:2px;display:inline-block}.react-datepicker__month{text-align:center;margin:.4rem}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{width:4rem;margin:2px;display:inline-block}.react-datepicker__input-time-container{clear:both;float:left;text-align:left;width:100%;margin:5px 0 10px 15px}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{margin-left:10px;display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;top:0;right:-87px}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{text-align:center;border-bottom-right-radius:.3rem;width:85px;margin:0 auto;overflow-x:hidden}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:content-box;width:100%;height:calc(195px + .85rem);margin:0;padding-left:0;padding-right:0;list-style:none;overflow-y:scroll}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{white-space:nowrap;height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{color:#fff;background-color:#216ba5;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:#0000}.react-datepicker__week-number{color:#ccc;text-align:center;width:1.7rem;margin:.166rem;line-height:1.7rem;display:inline-block}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{color:#fff;background-color:#216ba5;border-radius:.3rem}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{color:#fff;background-color:#2a87d0;border-radius:.3rem}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;text-align:center;width:1.7rem;margin:.166rem;line-height:1.7rem;display:inline-block}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{color:#fff;background-color:#3dcc4a;border-radius:.3rem}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{color:#fff;background-color:#ff6803;border-radius:.3rem;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{color:#fff;white-space:nowrap;visibility:hidden;opacity:0;background-color:#333;border-radius:4px;padding:4px;transition:visibility,opacity .3s ease-in-out;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{color:#fff;background-color:#216ba5;border-radius:.3rem}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{color:#000;background-color:#bad9f1;border-radius:.3rem}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){color:#000;background-color:#f0f0f0}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:#0000}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{color:#fff;white-space:nowrap;visibility:hidden;opacity:0;background-color:#333;border-radius:4px;padding:4px;transition:visibility,opacity .3s ease-in-out;position:absolute;bottom:70%;left:50%;transform:translate(-50%)}.react-datepicker__input-container{width:100%;display:inline-block;position:relative}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:content-box;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{top:0;right:-16px;transform:rotate(135deg)}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{z-index:1;text-align:center;background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;width:50%;position:absolute;top:30px;left:25%}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{width:100%;margin-left:auto;margin-right:auto;line-height:20px;display:block}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;user-select:none;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;vertical-align:middle;background-color:#0000;border:0;outline:0;height:100%;padding:0 6px 0 0;display:table-cell;position:absolute;top:0;right:0}.react-datepicker__close-icon:after{cursor:pointer;color:#fff;text-align:center;vertical-align:middle;content:"×";background-color:#216ba5;border-radius:50%;width:16px;height:16px;padding:2px;font-size:12px;line-height:1;display:table-cell}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{cursor:pointer;text-align:center;clear:left;background:#f0f0f0;border-top:1px solid #aeaeae;padding:5px 0;font-weight:700}.react-datepicker__portal{z-index:2147483647;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (width<=400px),(height<=550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem}.react-datepicker__aria-live{clip-path:circle(0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.react-datepicker__calendar-icon{vertical-align:-.125em;width:1em;height:1em}.react-datepicker{border:1px solid var(--chakra-colors-chakra-border-color)}.react-datepicker-popper{z-index:1000}.react-datepicker__header{border-bottom:none}.react-datepicker__input-container input{border:1px solid var(--chakra-colors-chakra-border-color);border-radius:5px;outline:none;width:100%;padding:0 14px}.react-datepicker__input-container input:focus{border-color:var(--chakra-colors-primary-500);margin:0}.react-datepicker__day--selected{background-color:var(--chakra-colors-primary-500);color:#fff}.react-datepicker__day--selected:hover{background-color:var(--chakra-colors-primary-600)}.react-datepicker__time-list-item--selected{background-color:var(--chakra-colors-primary-500)!important}.react-datepicker__time-list-item{align-content:center}.react-datepicker__day--in-range{background-color:var(--chakra-colors-primary-500)}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:var(--chakra-colors-primary-200)}._wrapper_183go_1{width:100%;position:relative}._left_183go_6 input{text-align:left}._right_183go_10 input{text-align:right}._center_183go_14 input{text-align:center}._disabled_183go_18{color:var(--chakra-colors-secondary-darkGray)}._menu-button_jez40_1{text-align:left;border-width:1px;border-radius:10px;max-height:40vh;font-size:14px}._menu-button_jez40_1>span{white-space:nowrap;text-overflow:ellipsis;text-align:left;overflow:hidden}._menu-list_jez40_15{padding:0;overflow-y:auto}._menu-list_jez40_15>div:first-child{margin-top:0}._option_jez40_23{align-items:center;margin-top:4px}._select-only-text_jez40_28{opacity:0;-webkit-user-select:none;user-select:none;pointer-events:auto;cursor:pointer}._option_jez40_23:hover ._select-only-text_jez40_28{opacity:1}._checkbox_jez40_39{margin-right:8px}._scrollableTableBody_1wx3x_1{border-bottom-right-radius:24px;border-bottom-left-radius:24px;max-height:336px;overflow:hidden scroll}._table_1wx3x_9 th{text-transform:unset;padding:16px 10px 8px 0;font-size:12px}._table_1wx3x_9 th:first-child{border-top-left-radius:24px;padding-inline:24px 0}._table_1wx3x_9 th:last-child{border-top-right-radius:24px}._table_1wx3x_9 td{text-overflow:ellipsis;border-bottom:none;padding:12px 10px 12px 0;font-size:14px;overflow:hidden}._table_1wx3x_9 td:first-child{padding-inline:24px 0}._evenRow_1wx3x_32{background-color:#fff}._oddRow_1wx3x_36{background-color:#d9d9d925}._sort-arrow-container_1wx3x_40{white-space:nowrap}._sort-arrow-container_1wx3x_40 ._sort-arrow_1wx3x_40{color:#6362f8;display:inline}._container_d4bv2_1 ._card_d4bv2_1,._container_d4bv2_1 ._headerSummaries_d4bv2_1{border:1px solid var(--chakra-colors-gray-200);background-color:#fff;border-radius:1.5rem;justify-content:center;align-items:center;margin:1.5rem;display:flex}._container_d4bv2_1 ._title_d4bv2_10{font-size:26px;font-weight:700}._container_d4bv2_1 ._breakdownContainer_d4bv2_14{flex-direction:column;gap:16px;width:calc(100% - 3rem);margin-bottom:40px;display:flex}._container_d4bv2_1 ._breakdownTableContainer_d4bv2_21{background-color:#0000;border-radius:24px;flex-direction:column;justify-content:center;width:100%;display:flex}._container_d4bv2_1 ._breakdownTableContainer_d4bv2_21._isLoading_d4bv2_30{background-color:#fff}._container_d4bv2_1 ._datePicker_d4bv2_33 input{pointer-events:none;border-radius:0}._container_d4bv2_1 ._formControlFilter_d4bv2_37{flex-direction:column;align-self:flex-end;width:min-content;display:flex}._container_d4bv2_1 ._formControlFilter_d4bv2_37 select,._container_d4bv2_1 ._formControlFilter_d4bv2_37>button{color:#000;background-color:#fff;border-radius:10px;width:240px;height:40px}._container_d4bv2_1 ._headerSummaries_d4bv2_1{justify-content:flex-start}._container_d4bv2_1 ._headerSummarySection_d4bv2_54{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:50%;padding:16px 10% 16px 24px;display:flex}._container_d4bv2_1 ._button_d4bv2_63{background-color:#d9dee050;border-radius:100px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._table-header-container_zqcmo_1{padding-right:10px}@-moz-document url-prefix(){._table-header-container_zqcmo_1{padding-right:0}}._highlighted-number_zqcmo_10{color:var(--chakra-colors-secondary-red);font-weight:700}._loading-state_1u2mz_1{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._field-container_1igpj_1{flex-direction:column;margin-top:9px;margin-bottom:9px}._field-label_1igpj_7{margin-bottom:6px;font-size:12px}._field-value_1igpj_12{font-size:14px}._container_c4jst_1{height:100%;margin-top:20px;margin-bottom:20px}._employee-card_c4jst_7{margin-top:10px;margin-bottom:10px;padding:10px}._header_c4jst_13{margin-left:20px;margin-right:30px}._clock-in-review-list_c4jst_18{height:100%;padding-left:20px;padding-right:20px;overflow:scroll}._admin-overview-container_vuckh_1{flex-direction:column;width:450px;height:100%;display:flex}._admin-name-column_vuckh_8{text-overflow:ellipsis;white-space:nowrap;flex:66.67%;max-width:66.67%;overflow:hidden}._phone-number-column_vuckh_16{white-space:nowrap;flex:none}._container_hbpmi_1{margin:20px}._card_1c9mw_1{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000001a}._card_bcg21_1{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 4px #0000001a}._sidebar_gw484_1{background-color:var(--chakra-colors-secondary-lightGray);border-left:1px solid var(--chakra-colors-secondary-gray);border-right:1px solid var(--chakra-colors-secondary-gray);max-width:30vw}._detail-inner_6zyfz_1{background:var(--chakra-colors-gray-50);width:100%;padding:24px 24px 24px 32px}._detail-meta_6zyfz_8{flex-wrap:wrap;gap:20px;margin-bottom:24px;display:flex}._meta-chip_6zyfz_15{color:var(--chakra-colors-gray-600);background:var(--chakra-colors-gray-100);border:1px solid var(--chakra-colors-gray-200);border-radius:20px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;display:flex}._meta-chip_6zyfz_15 strong{color:var(--chakra-colors-gray-800);font-weight:500}._areas-grid_6zyfz_32{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}._area-card_6zyfz_39{background:var(--chakra-colors-white);border:1px solid var(--chakra-colors-gray-200);border-radius:6px;overflow:hidden;box-shadow:0 1px 2px #0000000d}._area-header_6zyfz_47{background:var(--chakra-colors-gray-50);border-bottom:1px solid var(--chakra-colors-gray-200);justify-content:space-between;align-items:center;padding:11px 14px;display:flex}._area-name_6zyfz_56{color:var(--chakra-colors-gray-800);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}._area-count_6zyfz_64{background:var(--chakra-colors-blue-100);color:var(--chakra-colors-blue-600);border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500}._area-items_6zyfz_74{padding:10px 0}._item-row_6zyfz_78{color:var(--chakra-colors-gray-500);align-items:center;gap:9px;padding:6px 14px;font-size:13px;transition:background .1s;display:flex}._item-row_6zyfz_78:hover{background:var(--chakra-colors-gray-50)}._item-row_6zyfz_78._is-required_6zyfz_90{color:var(--chakra-colors-gray-800)}._item-check_6zyfz_94{border:1.5px solid var(--chakra-colors-gray-200);background:var(--chakra-colors-white);border-radius:3px;flex-shrink:0;width:14px;height:14px}._is-required_6zyfz_90 ._item-check_6zyfz_94{border-color:var(--chakra-colors-yellow-400);background:var(--chakra-colors-yellow-50)}._required-badge_6zyfz_107{color:var(--chakra-colors-orange-600);background:var(--chakra-colors-yellow-100);border:1px solid var(--chakra-colors-yellow-200);letter-spacing:.04em;text-transform:uppercase;border-radius:4px;flex-shrink:0;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:600}._empty-template_6zyfz_122{color:var(--chakra-colors-gray-500);align-items:center;gap:10px;padding:8px 0;font-size:14px;font-style:italic;display:flex}._tableHeaderContainer_ce2dh_1{width:100%}
