/*! @algolia/autocomplete-theme-classic 1.7.4 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */:root{--aa-search-input-height:44px;--aa-input-icon-size:20px;--aa-base-unit:16;--aa-spacing-factor:1;--aa-spacing:calc(var(--aa-base-unit) * var(--aa-spacing-factor) * 1px);--aa-spacing-half:calc(var(--aa-spacing) / 2);--aa-panel-max-height:650px;--aa-base-z-index:9999;--aa-font-size:calc(var(--aa-base-unit) * 1px);--aa-font-family:inherit;--aa-font-weight-medium:500;--aa-font-weight-semibold:600;--aa-font-weight-bold:700;--aa-icon-size:20px;--aa-icon-stroke-width:1.6;--aa-icon-color-rgb:119,119,163;--aa-icon-color-alpha:1;--aa-action-icon-size:20px;--aa-text-color-rgb:38,38,39;--aa-text-color-alpha:1;--aa-primary-color-rgb:62,52,211;--aa-primary-color-alpha:0.2;--aa-muted-color-rgb:128,126,163;--aa-muted-color-alpha:0.6;--aa-panel-border-color-rgb:128,126,163;--aa-panel-border-color-alpha:0.3;--aa-input-border-color-rgb:128,126,163;--aa-input-border-color-alpha:0.8;--aa-background-color-rgb:255,255,255;--aa-background-color-alpha:1;--aa-input-background-color-rgb:255,255,255;--aa-input-background-color-alpha:1;--aa-selected-color-rgb:179,173,214;--aa-selected-color-alpha:0.205;--aa-description-highlight-background-color-rgb:245,223,77;--aa-description-highlight-background-color-alpha:0.5;--aa-detached-media-query:(max-width:680px);--aa-detached-modal-media-query:(min-width:680px);--aa-detached-modal-max-width:680px;--aa-detached-modal-max-height:500px;--aa-overlay-color-rgb:115,114,129;--aa-overlay-color-alpha:0.4;--aa-panel-shadow:0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);--aa-scrollbar-width:13px;--aa-scrollbar-track-background-color-rgb:234,234,234;--aa-scrollbar-track-background-color-alpha:1;--aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb);--aa-scrollbar-thumb-background-color-alpha:1}@media (hover:none) and (pointer:coarse){:root{--aa-spacing-factor:1.2;--aa-action-icon-size:22px}}body.dark,body[data-theme=dark]{--aa-text-color-rgb:183,192,199;--aa-primary-color-rgb:146,138,255;--aa-muted-color-rgb:146,138,255;--aa-input-background-color-rgb:0,3,9;--aa-background-color-rgb:21,24,42;--aa-selected-color-rgb:146,138,255;--aa-selected-color-alpha:0.25;--aa-description-highlight-background-color-rgb:0 255 255;--aa-description-highlight-background-color-alpha:0.25;--aa-icon-color-rgb:119,119,163;--aa-panel-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;--aa-scrollbar-track-background-color-rgb:44,46,64;--aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb)}.aa-Autocomplete *,.aa-DetachedFormContainer *,.aa-Panel *{box-sizing:border-box}.aa-Autocomplete,.aa-DetachedFormContainer,.aa-Panel{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-family:inherit;font-family:var(--aa-font-family);font-size:16px;font-size:var(--aa-font-size);font-weight:400;line-height:1em;margin:0;padding:0;text-align:left}.aa-Form{align-items:center;background-color:#fff;background-color:rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));border:1px solid rgba(128,126,163,.8);border:1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));border-radius:3px;display:flex;line-height:1em;margin:0;position:relative;width:100%}.aa-Form[focus-within]{border-color:#3e34d3;border-color:rgba(var(--aa-primary-color-rgb),1);box-shadow:0 0 0 2px rgba(62,52,211,.2),inset 0 0 0 2px rgba(62,52,211,.2);box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;outline:medium none currentColor}.aa-Form:focus-within{border-color:#3e34d3;border-color:rgba(var(--aa-primary-color-rgb),1);box-shadow:0 0 0 2px rgba(62,52,211,.2),inset 0 0 0 2px rgba(62,52,211,.2);box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;outline:medium none currentColor}.aa-InputWrapperPrefix{align-items:center;display:flex;flex-shrink:0;height:44px;height:var(--aa-search-input-height);order:1}.aa-Label,.aa-LoadingIndicator{cursor:auto;flex-shrink:0;height:100%;padding:0;text-align:left}.aa-Label svg,.aa-LoadingIndicator svg{color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);height:auto;max-height:20px;max-height:var(--aa-input-icon-size);stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-input-icon-size)}.aa-LoadingIndicator,.aa-SubmitButton{height:100%;padding-left:11px;padding-left:calc(var(--aa-spacing) * .75 - 1px);padding-right:8px;padding-right:var(--aa-spacing-half);width:47px;width:calc(var(--aa-spacing) * 1.75 + var(--aa-icon-size) - 1px)}@media (hover:none) and (pointer:coarse){.aa-LoadingIndicator,.aa-SubmitButton{padding-left:3px;padding-left:calc(var(--aa-spacing-half) / 2 - 1px);width:39px;width:calc(var(--aa-icon-size) + var(--aa-spacing) * 1.25 - 1px)}}.aa-SubmitButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;margin:0}.aa-LoadingIndicator{align-items:center;display:flex;justify-content:center}.aa-LoadingIndicator[hidden]{display:none}.aa-InputWrapper{order:3;position:relative;width:100%}.aa-Input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font:inherit;height:44px;height:var(--aa-search-input-height);padding:0;width:100%}.aa-Input::-moz-placeholder{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));opacity:1}.aa-Input:-ms-input-placeholder{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));opacity:1}.aa-Input::placeholder{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));opacity:1}.aa-Input:focus{border-color:none;box-shadow:none;outline:none}.aa-Input::-webkit-search-cancel-button,.aa-Input::-webkit-search-decoration,.aa-Input::-webkit-search-results-button,.aa-Input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.aa-InputWrapperSuffix{align-items:center;display:flex;height:44px;height:var(--aa-search-input-height);order:4}.aa-ClearButton{align-items:center;background:none;border:0;color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;height:100%;margin:0;padding:0 12.8333333333px;padding:0 calc(var(--aa-spacing) * .8333333333 - .5px)}@media (hover:none) and (pointer:coarse){.aa-ClearButton{padding:0 10.1666666667px;padding:0 calc(var(--aa-spacing) * .6666666667 - .5px)}}.aa-ClearButton:focus,.aa-ClearButton:hover{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))}.aa-ClearButton[hidden]{display:none}.aa-ClearButton svg{stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-icon-size)}.aa-Panel{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:4px;border-radius:calc(var(--aa-spacing) / 4);box-shadow:0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);box-shadow:var(--aa-panel-shadow);margin:8px 0 0;overflow:hidden;position:absolute;transition:opacity .2s ease-in,filter .2s ease-in}@media screen and (prefers-reduced-motion){.aa-Panel{transition:none}}.aa-Panel button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;margin:0;padding:0}.aa-PanelLayout{height:100%;margin:0;max-height:650px;max-height:var(--aa-panel-max-height);overflow-y:auto;padding:0;position:relative;text-align:left}.aa-PanelLayoutColumns--twoGolden{display:grid;grid-template-columns:39.2% auto;overflow:hidden;padding:0}.aa-PanelLayoutColumns--two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;padding:0}.aa-PanelLayoutColumns--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;padding:0}.aa-Panel--stalled .aa-Source{filter:grayscale(1);opacity:.8}.aa-Panel--scrollable{margin:0;max-height:650px;max-height:var(--aa-panel-max-height);overflow-x:hidden;overflow-y:auto;padding:8px;padding:var(--aa-spacing-half);scrollbar-color:#fff #eaeaea;scrollbar-color:rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));scrollbar-width:thin}.aa-Panel--scrollable::-webkit-scrollbar{width:13px;width:var(--aa-scrollbar-width)}.aa-Panel--scrollable::-webkit-scrollbar-track{background-color:#eaeaea;background-color:rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha))}.aa-Panel--scrollable::-webkit-scrollbar-thumb{background-color:#fff;background-color:rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha));border-radius:9999px;border:3px solid #eaeaea;border-right-width:2px}.aa-Source{margin:0;padding:0;position:relative;width:100%}.aa-Source:empty{display:none}.aa-SourceNoResults{font-size:1em;margin:0;padding:16px;padding:var(--aa-spacing)}.aa-List{list-style:none;margin:0}.aa-List,.aa-SourceHeader{padding:0;position:relative}.aa-SourceHeader{margin:8px .5em 8px 0;margin:var(--aa-spacing-half) .5em var(--aa-spacing-half) 0}.aa-SourceHeader:empty{display:none}.aa-SourceHeaderTitle{background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);display:inline-block;font-size:.8em;font-weight:600;font-weight:var(--aa-font-weight-semibold);margin:0;padding:0 8px 0 0;padding:0 var(--aa-spacing-half) 0 0;position:relative;z-index:9999;z-index:var(--aa-base-z-index)}.aa-SourceHeaderLine{border-bottom:1px solid #3e34d3;border-bottom:1px solid rgba(var(--aa-primary-color-rgb),1);display:block;height:2px;left:0;margin:0;opacity:.3;padding:0;position:absolute;right:0;top:8px;top:var(--aa-spacing-half);z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-SourceFooterSeeAll{background:linear-gradient(180deg,#fff,rgba(128,126,163,.14));background:linear-gradient(180deg,rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha)),rgba(128,126,163,.14));border:1px solid rgba(128,126,163,.6);border:1px solid rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));border-radius:5px;box-shadow:inset 0 0 2px #fff,0 2px 2px -1px rgba(76,69,88,.15);color:inherit;font-size:.95em;font-weight:500;font-weight:var(--aa-font-weight-medium);padding:.475em 1em .6em;text-decoration:none}.aa-SourceFooterSeeAll:focus,.aa-SourceFooterSeeAll:hover{border:1px solid #3e34d3;border:1px solid rgba(var(--aa-primary-color-rgb),1);color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1)}.aa-Item{align-items:center;border-radius:3px;cursor:pointer;display:grid;min-height:40px;min-height:calc(var(--aa-spacing) * 2.5);padding:4px;padding:calc(var(--aa-spacing-half) / 2)}.aa-Item[aria-selected=true]{background-color:rgba(179,173,214,.205);background-color:rgba(var(--aa-selected-color-rgb),var(--aa-selected-color-alpha))}.aa-Item[aria-selected=true] .aa-ActiveOnly,.aa-Item[aria-selected=true] .aa-ItemActionButton{visibility:visible}.aa-ItemIcon{align-items:center;background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:3px;box-shadow:inset 0 0 0 1px rgba(128,126,163,.3);box-shadow:inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));color:#7777a3;color:rgba(var(--aa-icon-color-rgb),var(--aa-icon-color-alpha));display:flex;flex-shrink:0;font-size:.7em;height:28px;height:calc(var(--aa-icon-size) + var(--aa-spacing-half));justify-content:center;overflow:hidden;stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);text-align:center;width:28px;width:calc(var(--aa-icon-size) + var(--aa-spacing-half))}.aa-ItemIcon img{height:auto;max-height:20px;max-height:calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);max-width:20px;max-width:calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);width:auto}.aa-ItemIcon svg{height:20px;height:var(--aa-icon-size);width:20px;width:var(--aa-icon-size)}.aa-ItemIcon--alignTop{align-self:flex-start}.aa-ItemIcon--noBorder{background:none;box-shadow:none}.aa-ItemIcon--picture{height:96px;width:96px}.aa-ItemIcon--picture img{max-height:100%;max-width:100%;padding:8px;padding:var(--aa-spacing-half)}.aa-ItemContent{align-items:center;cursor:pointer;display:grid;grid-gap:8px;gap:8px;grid-gap:var(--aa-spacing-half);gap:var(--aa-spacing-half);grid-auto-flow:column;line-height:1.25em;overflow:hidden}.aa-ItemContent:empty{display:none}.aa-ItemContent mark{background:none;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-style:normal;font-weight:700;font-weight:var(--aa-font-weight-bold)}.aa-ItemContent--dual{display:flex;flex-direction:column;justify-content:space-between;text-align:left}.aa-ItemContent--dual .aa-ItemContentSubtitle,.aa-ItemContent--dual .aa-ItemContentTitle{display:block}.aa-ItemContent--indented{padding-left:36px;padding-left:calc(var(--aa-icon-size) + var(--aa-spacing))}.aa-ItemContentBody{display:grid;grid-gap:4px;gap:4px;grid-gap:calc(var(--aa-spacing-half) / 2);gap:calc(var(--aa-spacing-half) / 2)}.aa-ItemContentTitle{display:inline-block;margin:0 .5em 0 0;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.aa-ItemContentSubtitle{font-size:.92em}.aa-ItemContentSubtitleIcon:before{border-color:rgba(128,126,163,.64);border-color:rgba(var(--aa-muted-color-rgb),.64);border-style:solid;content:"";display:inline-block;left:1px;position:relative;top:-3px}.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before{border-width:0 0 1.5px;margin-left:8px;margin-left:var(--aa-spacing-half);margin-right:4px;margin-right:calc(var(--aa-spacing-half) / 2);width:10px;width:calc(var(--aa-spacing-half) + 2px)}.aa-ItemContentSubtitle--standalone{align-items:center;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));display:grid;grid-gap:8px;gap:8px;grid-gap:var(--aa-spacing-half);gap:var(--aa-spacing-half);grid-auto-flow:column;justify-content:start}.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before{border-radius:0 0 0 3px;border-width:0 0 1.5px 1.5px;height:8px;height:var(--aa-spacing-half);width:8px;width:var(--aa-spacing-half)}.aa-ItemContentSubtitleCategory{color:#807ea3;color:rgba(var(--aa-muted-color-rgb),1);font-weight:500}.aa-ItemContentDescription{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-size:.85em;max-width:100%;overflow-x:hidden;text-overflow:ellipsis}.aa-ItemContentDescription:empty{display:none}.aa-ItemContentDescription mark{background:rgba(245,223,77,.5);background:rgba(var(--aa-description-highlight-background-color-rgb),var(--aa-description-highlight-background-color-alpha));color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-style:normal;font-weight:500;font-weight:var(--aa-font-weight-medium)}.aa-ItemContentDash{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));display:none;opacity:.4}.aa-ItemContentTag{background-color:rgba(62,52,211,.2);background-color:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha));border-radius:3px;margin:0 .4em 0 0;padding:.08em .3em}.aa-ItemLink,.aa-ItemWrapper{align-items:center;color:inherit;display:grid;grid-gap:4px;gap:4px;grid-gap:calc(var(--aa-spacing-half) / 2);gap:calc(var(--aa-spacing-half) / 2);grid-auto-flow:column;justify-content:space-between;width:100%}.aa-ItemLink{color:inherit;text-decoration:none}.aa-ItemActions{display:grid;grid-auto-flow:column;height:100%;justify-self:end;margin:0 -5.3333333333px;margin:0 calc(var(--aa-spacing) / -3);padding:0 2px 0 0}.aa-ItemActionButton{align-items:center;background:none;border:0;color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;flex-shrink:0;padding:0}.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))}@media (hover:none) and (pointer:coarse){.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg{color:inherit}}.aa-ItemActionButton svg{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));margin:5.3333333333px;margin:calc(var(--aa-spacing) / 3);stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-action-icon-size)}.aa-ActiveOnly{visibility:hidden}.aa-PanelHeader{align-items:center;background:#3e34d3;background:rgba(var(--aa-primary-color-rgb),1);color:#fff;display:grid;height:var(--aa-modal-header-height);margin:0;padding:8px 16px;padding:var(--aa-spacing-half) var(--aa-spacing);position:relative}.aa-PanelHeader:after{background-image:linear-gradient(#fff,hsla(0,0%,100%,0));background-image:linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));bottom:-8px;bottom:calc(var(--aa-spacing-half) * -1);content:"";height:8px;height:var(--aa-spacing-half);left:0;pointer-events:none;position:absolute;right:0}.aa-PanelFooter,.aa-PanelHeader:after{z-index:9999;z-index:var(--aa-base-z-index)}.aa-PanelFooter{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));box-shadow:inset 0 1px 0 rgba(128,126,163,.3);box-shadow:inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));display:flex;justify-content:space-between;margin:0;padding:16px;padding:var(--aa-spacing);position:relative}.aa-PanelFooter:after{background-image:linear-gradient(hsla(0,0%,100%,0),rgba(128,126,163,.6));background-image:linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha)));content:"";height:16px;height:var(--aa-spacing);left:0;opacity:.12;pointer-events:none;position:absolute;right:0;top:-16px;top:calc(var(--aa-spacing) * -1);z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-DetachedContainer{background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));bottom:0;box-shadow:0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);box-shadow:var(--aa-panel-shadow);display:flex;flex-direction:column;left:0;margin:0;overflow:hidden;padding:0;position:fixed;right:0;top:0;z-index:9999;z-index:var(--aa-base-z-index)}.aa-DetachedContainer:after{height:32px}.aa-DetachedContainer .aa-SourceHeader{margin:8px 0 8px 2px;margin:var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px}.aa-DetachedContainer .aa-Panel{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:0;box-shadow:none;flex-grow:1;margin:0;padding:0;position:relative}.aa-DetachedContainer .aa-PanelLayout{bottom:0;box-shadow:none;left:0;margin:0;max-height:none;overflow-y:auto;position:absolute;right:0;top:0;width:100%}.aa-DetachedFormContainer{border-bottom:1px solid rgba(128,126,163,.3);border-bottom:1px solid rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:8px;padding:var(--aa-spacing-half)}.aa-DetachedCancelButton{background:none;border:0;border-radius:3px;color:inherit;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));cursor:pointer;font:inherit;margin:0 0 0 8px;margin:0 0 0 var(--aa-spacing-half);padding:0 8px;padding:0 var(--aa-spacing-half)}.aa-DetachedCancelButton:focus,.aa-DetachedCancelButton:hover{box-shadow:inset 0 0 0 1px rgba(128,126,163,.3);box-shadow:inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha))}.aa-DetachedContainer--modal{border-radius:6px;bottom:inherit;height:auto;margin:0 auto;max-width:680px;max-width:var(--aa-detached-modal-max-width);position:absolute;top:3%}.aa-DetachedContainer--modal .aa-PanelLayout{max-height:500px;max-height:var(--aa-detached-modal-max-height);padding-bottom:8px;padding-bottom:var(--aa-spacing-half);position:static}.aa-DetachedSearchButton{align-items:center;background-color:#fff;background-color:rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));border:1px solid rgba(128,126,163,.8);border:1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));border-radius:3px;color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;font:inherit;font-family:inherit;font-family:var(--aa-font-family);font-size:16px;font-size:var(--aa-font-size);height:44px;height:var(--aa-search-input-height);margin:0;padding:0 5.5px;padding:0 calc(var(--aa-search-input-height) / 8);position:relative;text-align:left;width:100%}.aa-DetachedSearchButton:focus{border-color:#3e34d3;border-color:rgba(var(--aa-primary-color-rgb),1);box-shadow:0 0 0 3px rgba(62,52,211,.2),inset 0 0 0 2px rgba(62,52,211,.2);box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 3px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;outline:medium none currentColor}.aa-DetachedSearchButtonIcon{align-items:center;color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);cursor:auto;display:flex;height:100%;justify-content:center;width:36px;width:calc(var(--aa-icon-size) + var(--aa-spacing))}.aa-Detached{height:100vh;overflow:hidden}.aa-DetachedOverlay{background-color:hsla(244,6%,48%,.4);background-color:rgba(var(--aa-overlay-color-rgb),var(--aa-overlay-color-alpha));height:100vh;left:0;margin:0;padding:0;position:fixed;right:0;top:0;z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-GradientBottom,.aa-GradientTop{height:8px;height:var(--aa-spacing-half);left:0;pointer-events:none;position:absolute;right:0;z-index:9999;z-index:var(--aa-base-z-index)}.aa-GradientTop{background-image:linear-gradient(#fff,hsla(0,0%,100%,0));background-image:linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));top:0}.aa-GradientBottom{background-image:linear-gradient(hsla(0,0%,100%,0),#fff);background-image:linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-background-color-rgb),1));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--aa-spacing) / 4);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--aa-spacing) / 4);bottom:0}@media (hover:none) and (pointer:coarse){.aa-DesktopOnly{display:none}}@media (hover:hover){.aa-TouchOnly{display:none}}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto Mono,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}a,button{cursor:pointer}a:hover.underline{text-decoration:underline;opacity:.8}*{box-sizing:border-box}.foraged-footer a:hover,a:hover.hoverOpacity{opacity:.6;cursor:pointer}table tr td.noborder{border:none}.sendbird-place-holder__body__text{display:none!important}.textTransformNone{text-transform:none!important}blockquote p{font-family:Champion;font-size:48px;text-transform:uppercase;color:#293b2a}ol.ais-Hits-list,ul.ais-Hits-list{display:flex;flex-flow:row wrap}ol.ais-Hits-list li,ul.ais-Hits-list li{background-color:transparent;border:0;box-shadow:none;width:25%;padding:0;margin:0;display:flex;align-items:center;justify-content:center}ol.ais-Hits-list li:hover,ul.ais-Hits-list li:hover{cursor:pointer}.ais-Pagination{display:block}.anchor-me{padding-top:90px;margin-top:-90px}.ais-ToggleRefinement-labelText{margin-right:8px}.ais-ToggleRefinement-checkbox:checked{background-color:#293b2a}@media (max-width:48em){ol.ais-Hits-list li,ul.ais-Hits-list li{width:100%}}@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");:root{--sendbird-light-primary-500:#491389;--sendbird-light-primary-400:#6211c8;--sendbird-light-primary-300:#742ddd;--sendbird-light-primary-200:#c2a9fa;--sendbird-light-primary-100:#dbd1ff;--sendbird-light-secondary-500:#066858;--sendbird-light-secondary-400:#027d69;--sendbird-light-secondary-300:#259c72;--sendbird-light-secondary-200:#69c085;--sendbird-light-secondary-100:#a8e2ab;--sendbird-light-information-100:#adc9ff;--sendbird-light-error-500:#9d091e;--sendbird-light-error-400:#bf0711;--sendbird-light-error-300:#de360b;--sendbird-light-error-200:#f66161;--sendbird-light-error-100:#fdaaaa;--sendbird-light-background-700:#000;--sendbird-light-background-600:#161616;--sendbird-light-background-500:#2c2c2c;--sendbird-light-background-400:#393939;--sendbird-light-background-300:#bdbdbd;--sendbird-light-background-200:#e0e0e0;--sendbird-light-background-100:#eee;--sendbird-light-background-50:#fff;--sendbird-light-overlay-01:rgba(0,0,0,.55);--sendbird-light-overlay-02:rgba(0,0,0,.32);--sendbird-light-onlight-01:rgba(0,0,0,.88);--sendbird-light-onlight-02:rgba(0,0,0,.5);--sendbird-light-onlight-03:rgba(0,0,0,.38);--sendbird-light-onlight-04:rgba(0,0,0,.12);--sendbird-light-ondark-01:hsla(0,0%,100%,.88);--sendbird-light-ondark-02:hsla(0,0%,100%,.5);--sendbird-light-ondark-03:hsla(0,0%,100%,.38);--sendbird-light-ondark-04:hsla(0,0%,100%,.12);--sendbird-light-shadow-01:0 1px 5px 0 rgba(33,34,66,.04),0 0 3px 0 rgba(0,0,0,.08),0 2px 1px 0 rgba(0,0,0,.12);--sendbird-light-shadow-02:0 3px 5px -3px rgba(33,34,66,.04),0 3px 14px 2px rgba(0,0,0,.08),0 8px 10px 1px rgba(0,0,0,.12);--sendbird-light-shadow-03:0 6px 10px -5px rgba(0,0,0,.04),0 6px 30px 5px rgba(0,0,0,.08),0 16px 24px 2px rgba(0,0,0,.12);--sendbird-light-shadow-04:0 9px 15px -7px rgba(0,0,0,.04),0 9px 46px 8px rgba(0,0,0,.08),0 24px 38px 3px rgba(0,0,0,.12);--sendbird-light-shadow-message-input:0 1px 5px 0 rgba(33,34,66,.12),0 0 1px 0 rgba(33,34,66,.16),0 2px 1px 0 rgba(33,34,66,.08),0 1px 5px 0 rgba(0,0,0,.12);--sendbird-dark-primary-500:#491389;--sendbird-dark-primary-400:#6211c8;--sendbird-dark-primary-300:#742ddd;--sendbird-dark-primary-200:#c2a9fa;--sendbird-dark-primary-100:#dbd1ff;--sendbird-dark-secondary-500:#066858;--sendbird-dark-secondary-400:#027d69;--sendbird-dark-secondary-300:#259c72;--sendbird-dark-secondary-200:#69c085;--sendbird-dark-secondary-100:#a8e2ab;--sendbird-dark-information-100:#adc9ff;--sendbird-highlight-100:#fff2b6;--sendbird-dark-error-500:#9d091e;--sendbird-dark-error-400:#bf0711;--sendbird-dark-error-300:#de360b;--sendbird-dark-error-200:#f66161;--sendbird-dark-error-100:#fdaaaa;--sendbird-dark-background-700:#000;--sendbird-dark-background-600:#161616;--sendbird-dark-background-500:#2c2c2c;--sendbird-dark-background-400:#393939;--sendbird-dark-background-300:#bdbdbd;--sendbird-dark-background-200:#e0e0e0;--sendbird-dark-background-100:#eee;--sendbird-dark-background-50:#fff;--sendbird-dark-overlay-01:rgba(0,0,0,.55);--sendbird-dark-overlay-02:rgba(0,0,0,.32);--sendbird-dark-onlight-01:rgba(0,0,0,.88);--sendbird-dark-onlight-02:rgba(0,0,0,.5);--sendbird-dark-onlight-03:rgba(0,0,0,.38);--sendbird-dark-onlight-04:rgba(0,0,0,.12);--sendbird-dark-ondark-01:hsla(0,0%,100%,.88);--sendbird-dark-ondark-02:hsla(0,0%,100%,.5);--sendbird-dark-ondark-03:hsla(0,0%,100%,.38);--sendbird-dark-ondark-04:hsla(0,0%,100%,.12);--sendbird-dark-shadow-01:0 1px 5px 0 rgba(33,34,66,.04),0 0 3px 0 rgba(0,0,0,.08),0 2px 1px 0 rgba(0,0,0,.12);--sendbird-dark-shadow-02:0 3px 5px -3px rgba(33,34,66,.04),0 3px 14px 2px rgba(0,0,0,.08),0 8px 10px 1px rgba(0,0,0,.12);--sendbird-dark-shadow-03:0 6px 10px -5px rgba(0,0,0,.04),0 6px 30px 5px rgba(0,0,0,.08),0 16px 24px 2px rgba(0,0,0,.12);--sendbird-dark-shadow-04:0 9px 15px -7px rgba(0,0,0,.04),0 9px 46px 8px rgba(0,0,0,.08),0 24px 38px 3px rgba(0,0,0,.12);--sendbird-light-shadow-05:0 2px 8px 0 rgba(0,0,0,.08),0 4px 6px 0 rgba(0,0,0,.12);--sendbird-dark-shadow-message-input:0 1px 5px 0 rgba(33,34,66,.12),0 0 1px 0 rgba(33,34,66,.16),0 2px 1px 0 rgba(33,34,66,.08),0 1px 5px 0 rgba(0,0,0,.12);--sendbird-iconbutton-color:#825eeb;--sendbird-message-input-border-active:#7b53ef;--sendbird-selected-reaction-button-border-hover:#9e8cf5;--sendbird-add-reaction-button-border-hover:#9e8cf5;--sendbird-tooltip-background:#000;--sendbird-tooltip-text-color:hsla(0,0%,100%,.88);--sendbird-button-border-focus:#fff;--sendbird-file-message-icon-background:#fff;--sendbird-font-family-default:"Roboto",sans-serif;--sendbird-message-balloon-width:404px}.sendbird-channel-list{width:320px;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.sendbird-theme--light .sendbird-channel-list{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-channel-list{background-color:var(--sendbird-dark-background-600)}.sendbird-channel-list__header{height:64px;min-height:64px}.sendbird-channel-list__body{flex:1 1;-ms-flex:1;overflow-y:auto;overflow-x:hidden}[class*=sendbird-label]{font-family:var(--sendbird-font-family-default)}.sendbird-label--h-1{font-size:20px;line-height:1.4}.sendbird-label--h-1,.sendbird-label--h-2{font-weight:600;font-stretch:normal;font-style:normal;letter-spacing:-.2px}.sendbird-label--h-2{font-size:18px;line-height:normal}.sendbird-label--subtitle-1{font-size:16px;font-weight:400;line-height:1.38}.sendbird-label--subtitle-1,.sendbird-label--subtitle-2{font-stretch:normal;font-style:normal;letter-spacing:-.2px}.sendbird-label--subtitle-2{font-size:14px;font-weight:500;line-height:1.14}.sendbird-label--body-1{font-size:14px;line-height:1.43}.sendbird-label--body-1,.sendbird-label--body-2{font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal}.sendbird-label--body-2{font-size:12px;line-height:1.33}.sendbird-label--button-1{font-weight:600}.sendbird-label--button-1,.sendbird-label--button-2{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.sendbird-label--button-2{font-weight:400}.sendbird-label--caption-1{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.sendbird-label--caption-2{font-weight:700}.sendbird-label--caption-2,.sendbird-label--caption-3{font-size:12px;font-style:normal;line-height:1;letter-spacing:normal}.sendbird-label--caption-3{font-weight:400;font-stretch:normal}.sendbird-theme--light .sendbird-label--color-onbackground-1{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-label--color-onbackground-1{color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-label--color-onbackground-2{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-label--color-onbackground-2{color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-label--color-onbackground-3{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-label--color-onbackground-3{color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-label--color-onbackground-4{color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-label--color-onbackground-4{color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-label--color-oncontent-1{color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-label--color-oncontent-1{color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-label--color-oncontent-2{color:var(--sendbird-light-ondark-02)}.sendbird-theme--dark .sendbird-label--color-oncontent-2{color:var(--sendbird-dark-onlight-02)}.sendbird-theme--light .sendbird-label--color-primary{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-label--color-primary{color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-label--color-error{color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-label--color-error{color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-label--color-secondary-3{color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-label--color-secondary-3{color:var(--sendbird-dark-secondary-200)}.sendbird-iconbutton{color:var(--sendbird-iconbutton-color);display:inline-flex;justify-content:center;align-items:center;padding:3px;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:4px;outline:0}.sendbird-iconbutton .sendbird-iconbutton__inner{height:100%}.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg{fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg{fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-iconbutton:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-iconbutton:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-iconbutton:active{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-iconbutton:active{background-color:var(--sendbird-dark-background-400)}.sendbird-iconbutton:disabled{cursor:not-allowed!important}.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path,.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg{fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path,.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg{fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-iconbutton--pressed{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-iconbutton--pressed{background-color:var(--sendbird-dark-background-700)}.sendbird-channel-header{position:relative;height:64px;min-height:64px;width:320px;padding:8px 64px 8px 8px;box-sizing:border-box}.sendbird-theme--light .sendbird-channel-header{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-channel-header{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}.sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title{cursor:pointer}.sendbird-channel-header .sendbird-channel-header__title{display:flex;flex-direction:row;width:260px;height:48px;border-radius:4px}.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover{background:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover{background:var(--sendbird-dark-background-500)}.sendbird-channel-header .sendbird-channel-header__title:focus{outline:none}.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:focus{background:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus{background:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active{border:2px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active{border:2px solid var(--sendbird-dark-primary-200)}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left{width:48px;padding:8px;box-sizing:border-box}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right{margin-left:4px;padding-top:8px}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name,.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id{display:block;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-channel-header .sendbird-channel-header__right-icon{position:absolute;right:16px;top:16px}.sendbird-image-renderer{overflow:hidden;position:relative}.sendbird-image-renderer__hidden-image-loader{display:none}.sendbird-icon{display:inline-block}.sendbird-icon:focus{outline:none}.sendbird-theme--light .sendbird-icon-color--primary [class*=fill]{fill:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-icon-color--primary [class*=fill]{fill:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-icon-color--primary [class*=stroke]{stroke:var(--sendbird-light-primary-300);stroke-width:2px;stroke-linejoin:round}.sendbird-theme--dark .sendbird-icon-color--primary [class*=stroke]{stroke:var(--sendbird-dark-primary-200);stroke-width:2px;stroke-linejoin:round}.sendbird-theme--light .sendbird-icon-color--secondary [class*=fill]{fill:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-icon-color--secondary [class*=fill]{fill:var(--sendbird-dark-secondary-200)}.sendbird-theme--light .sendbird-icon-color--content [class*=fill]{fill:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-icon-color--content [class*=fill]{fill:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-icon-color--content-inverse [class*=fill]{fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*=fill]{fill:var(--sendbird-dark-ondark-01)}.sendbird-icon-color--white [class*=fill]{fill:#fff}.sendbird-icon-color--gray [class*=fill]{fill:var(--sendbird-light-onlight-04)}.sendbird-theme--light .sendbird-icon-color--sent [class*=fill]{fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-icon-color--sent [class*=fill]{fill:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-icon-color--read [class*=fill]{fill:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-icon-color--read [class*=fill]{fill:var(--sendbird-dark-secondary-200)}.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*=fill]{fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*=fill]{fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*=fill]{fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*=fill]{fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*=fill]{fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*=fill]{fill:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-icon-color--background-3 [class*=fill]{fill:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-icon-color--background-3 [class*=fill]{fill:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-icon-color--error [class*=fill]{fill:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-icon-color--error [class*=fill]{fill:var(--sendbird-dark-error-200)}.sendbird-avatar{display:inline-block;overflow:hidden;border-radius:50%;position:relative}.sendbird-avatar:focus{outline:none}.sendbird-avatar .sendbird-avatar-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img{background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img{background-color:var(--sendbird-dark-background-300)}.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child{transform:translate(2%,-50%)}.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child{transform:translate(-102%,-50%)}.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child{transform:translate(-50%,-102%)}.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child{transform:translate(-77%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child{transform:translate(-23%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child{transform:translate(-77%,-77%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2){transform:translate(-23%,-77%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3){transform:translate(-77%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child{transform:translate(-23%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar-img--default{display:flex;justify-content:center;align-items:center}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default{background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default{background-color:var(--sendbird-dark-background-300)}.sendbird-add-channel__rectangle-wrap{margin-top:26px}.sendbird-add-channel__rectangle-footer{text-align:right;margin-top:32px}.sendbird-add-channel__rectangle{width:432px;height:72px;border-radius:4px;margin-bottom:8px;padding:25px 72px;position:relative;box-sizing:border-box;cursor:pointer}.sendbird-theme--light .sendbird-add-channel__rectangle{border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-add-channel__rectangle{border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-add-channel__rectangle .sendbird-icon{position:absolute;left:22px;top:24px}.sendbird-create-channel--content{width:480px;max-height:552px}.sendbird-create-channel--scroll{height:360px;overflow-y:auto}.sendbird-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sendbird-modal__content{width:480px;border-radius:4px;z-index:10001;padding:18px 24px 24px;position:relative;box-sizing:border-box}.sendbird-theme--light .sendbird-modal__content{background-color:var(--sendbird-light-background-50);box-shadow:var(--sendbird-light-shadow-04)}.sendbird-theme--dark .sendbird-modal__content{background-color:var(--sendbird-dark-background-500);box-shadow:var(--sendbird-dark-shadow-04)}.sendbird-modal__content .sendbird-modal__close{position:absolute;top:16px;right:16px;cursor:pointer}.sendbird-theme--light .sendbird-modal__content .sendbird-modal__close path{fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-modal__content .sendbird-modal__close path{fill:var(--sendbird-dark-ondark-01)}.sendbird-modal__content .sendbird-modal__header{margin-bottom:16px}.sendbird-modal__content .sendbird-modal__body{height:calc(100% - 116px)}.sendbird-modal__content .sendbird-modal__footer{margin-top:32px;text-align:right}.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child{margin-left:8px;width:80px;height:40px}.sendbird-modal__backdrop{position:fixed;z-index:10000;height:100%;width:100%;top:0;left:0}.sendbird-theme--light .sendbird-modal__backdrop{background-color:var(--sendbird-light-overlay-02)}.sendbird-theme--dark .sendbird-modal__backdrop{background-color:var(--sendbird-dark-overlay-02)}.sendbird-button{display:inline-block;box-shadow:none;border-radius:4px;padding:0;font-family:var(--sendbird-font-family-default);cursor:pointer}.sendbird-button:hover{box-shadow:none}.sendbird-button:focus{outline:none}.sendbird-button:active{box-shadow:none}.sendbird-button.sendbird-button__disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-button.sendbird-button__disabled{border:none;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button.sendbird-button__disabled{border:none;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button.sendbird-button__disabled:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-button--big{height:40px}.sendbird-button--big .sendbird-button__text{margin:10px 16px}.sendbird-button--small{height:32px}.sendbird-button--small .sendbird-button__text{margin:6px 16px}.sendbird-theme--light .sendbird-button--primary{border:1px solid var(--sendbird-light-primary-300);background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--primary{border:1px solid var(--sendbird-dark-primary-200);background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--primary .sendbird-button__text{color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--primary .sendbird-button__text{color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-button--primary:hover{background-color:var(--sendbird-light-primary-400);border-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-button--primary:hover{background-color:var(--sendbird-dark-primary-300);border-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-button--primary:focus{box-shadow:0 0 0 2px var(--sendbird-light-primary-300);border:1px solid var(--sendbird-button-border-focus)}.sendbird-theme--dark .sendbird-button--primary:focus{box-shadow:0 0 0 2px var(--sendbird-dark-primary-200);border:1px solid var(--sendbird-button-border-focus)}.sendbird-theme--light .sendbird-button--primary:active{background-color:var(--sendbird-light-primary-500)}.sendbird-theme--dark .sendbird-button--primary:active{background-color:var(--sendbird-dark-primary-400)}.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover{box-shadow:0 0 0 2px var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:hover{box-shadow:0 0 0 2px var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:active{box-shadow:0 0 0 2px var(--sendbird-light-primary-500)}.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:active{box-shadow:0 0 0 2px var(--sendbird-dark-primary-400)}.sendbird-button--secondary{background-color:transparent}.sendbird-theme--light .sendbird-button--secondary{border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-button--secondary{border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-button--secondary .sendbird-button__text{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-button--secondary .sendbird-button__text{color:var(--sendbird-dark-ondark-01)}.sendbird-button--secondary:hover{background-color:transparent}.sendbird-theme--light .sendbird-button--secondary:hover{border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover{border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button__text{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button__text{color:var(--sendbird-dark-primary-200)}.sendbird-button--secondary.sendbird-button__disabled{cursor:not-allowed;border:none}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text{color:var(--sendbird-dark-ondark-02)}.sendbird-button--secondary.sendbird-button__disabled:hover{border:none}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text{color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text{color:var(--sendbird-dark-primary-200)}.sendbird-button--secondary:focus{border:1px solid transparent;background-color:transparent}.sendbird-theme--light .sendbird-button--secondary:focus{box-shadow:var(--sendbird-light-primary-300) 0 0 0 2px}.sendbird-theme--dark .sendbird-button--secondary:focus{box-shadow:var(--sendbird-dark-primary-200) 0 0 0 2px}.sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-button--secondary:focus .sendbird-button__text{color:var(--sendbird-dark-ondark-01)}.sendbird-button--secondary:active{box-shadow:none}.sendbird-theme--light .sendbird-button--secondary:active{border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:active{border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--secondary:active .sendbird-button__text{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:active .sendbird-button__text{color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--danger{border:1px solid var(--sendbird-light-error-300);background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--danger{border:1px solid var(--sendbird-dark-error-200);background-color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--danger .sendbird-button__text{color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--danger .sendbird-button__text{color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-button--danger:hover{background-color:var(--sendbird-light-error-400);border-color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--danger:hover{background-color:var(--sendbird-dark-error-400);border-color:var(--sendbird-dark-error-400)}.sendbird-theme--light .sendbird-button--danger:focus{box-shadow:0 0 0 2px var(--sendbird-light-error-300);border-color:var(--sendbird-button-border-focus)}.sendbird-theme--dark .sendbird-button--danger:focus{box-shadow:0 0 0 2px var(--sendbird-dark-error-300);border-color:var(--sendbird-button-border-focus)}.sendbird-button--danger:active{box-shadow:none}.sendbird-theme--light .sendbird-button--danger:active{background-color:var(--sendbird-light-error-500)}.sendbird-theme--dark .sendbird-button--danger:active{background-color:var(--sendbird-dark-error-500)}.sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus{box-shadow:0 0 0 2px var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--danger:hover .sendbird-button--danger:focus{box-shadow:0 0 0 2px var(--sendbird-dark-error-400)}.sendbird-theme--light .sendbird-button--danger:active .sendbird-button--danger:focus{box-shadow:0 0 0 2px var(--sendbird-light-error-500)}.sendbird-theme--dark .sendbird-button--danger:active .sendbird-button--danger:focus{box-shadow:0 0 0 2px var(--sendbird-dark-error-500)}.sendbird-button--disabled{border:1px solid transparent;cursor:not-allowed}.sendbird-theme--light .sendbird-button--disabled{background-color:var(--sendbird-light-background-200);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--disabled{background-color:var(--sendbird-dark-background-400);color:var(--sendbird-dark-onlight-01)}.sendbird-user-list-item{display:block;position:relative;box-sizing:border-box;width:432px;height:56px}.sendbird-theme--light .sendbird-user-list-item{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-user-list-item{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-500)}.sendbird-user-list-item .sendbird-user-list-item__avatar{position:absolute;top:8px;left:0;z-index:1;cursor:pointer}.sendbird-user-list-item .sendbird-muted-avatar{position:absolute;top:8px;left:0;z-index:2;pointer-events:none}.sendbird-user-list-item .sendbird-user-list-item__title{position:absolute;top:17px;left:56px;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-user-list-item .sendbird-user-list-item__subtitle{position:absolute;top:23px;left:140px;max-width:237px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-user-list-item .sendbird-user-list-item__checkbox{position:absolute;top:16px;right:16px}.sendbird-user-list-item .sendbird-user-list-item__action{position:absolute;right:0;top:10px}.sendbird-user-list-item .sendbird-user-list-item__operator{position:absolute;right:40px;top:22px}.sendbird-user-list-item .sendbird-user-list-item__operator.checkbox{right:66px}.sendbird-muted-avatar{border-radius:50%;display:inline-block}.sendbird-muted-avatar .sendbird-muted-avatar__icon{position:relative}.sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon{position:absolute;top:4px;left:4px}.sendbird-muted-avatar .sendbird-muted-avatar__bg{opacity:.5;position:absolute;border-radius:50%;top:0;left:0}.sendbird-theme--light .sendbird-muted-avatar .sendbird-muted-avatar__bg{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-muted-avatar .sendbird-muted-avatar__bg{background-color:var(--sendbird-dark-primary-300)}.sendbird-checkbox{display:inline-block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sendbird-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.sendbird-checkbox--checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border-radius:2px;background-color:inherit}.sendbird-theme--light .sendbird-checkbox--checkmark{border:2px solid var(--sendbird-light-background-400)}.sendbird-theme--dark .sendbird-checkbox--checkmark{border:2px solid var(--sendbird-dark-background-300)}.sendbird-theme--light .sendbird-checkbox--checkmark.disabled{border:2px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-checkbox--checkmark.disabled{border:2px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-checkbox input:focus~.sendbird-checkbox--checkmark{box-shadow:0 0 0 2px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-checkbox input:focus~.sendbird-checkbox--checkmark{box-shadow:0 0 0 2px var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark{background-color:var(--sendbird-light-primary-300);border:2px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark{background-color:var(--sendbird-dark-primary-200);border:2px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{background-color:var(--sendbird-light-onlight-04);border:2px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{background-color:var(--sendbird-dark-ondark-04);border:2px solid var(--sendbird-dark-ondark-04)}.sendbird-checkbox--checkmark:after{content:"";position:absolute;display:none}.sendbird-checkbox input:checked~.sendbird-checkbox--checkmark:after{display:block}.sendbird-theme--light .sendbird-checkbox .sendbird-checkbox--checkmark:after{left:5px;top:-.5px;width:7px;height:12px;border:solid var(--sendbird-light-background-50);border-width:0 2px 2px 0;transform:rotate(45deg)}.sendbird-theme--dark .sendbird-checkbox .sendbird-checkbox--checkmark:after{left:5px;top:-.5px;width:7px;height:12px;border:solid var(--sendbird-dark-background-600);border-width:0 2px 2px 0;transform:rotate(45deg)}.sendbird__user-profile{width:320px;border-radius:4px;padding:24px;box-sizing:border-box;text-align:center}.sendbird-theme--light .sendbird__user-profile{box-shadow:var(--sendbird-light-shadow-02);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird__user-profile{box-shadow:var(--sendbird-dark-shadow-02);background-color:var(--sendbird-dark-background-500)}.sendbird__user-profile .sendbird__user-profile-avatar{margin:8px 0}.sendbird__user-profile .sendbird__user-profile-name{max-width:250px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.sendbird__user-profile .sendbird__user-profile-message{margin-top:20px}.sendbird__user-profile .sendbird__user-profile-message button{width:272px}.sendbird__user-profile .sendbird__user-profile-separator{margin:24px 0;height:1px}.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-separator{background-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-separator{background-color:var(--sendbird-dark-ondark-04)}.sendbird__user-profile .sendbird__user-profile-userId--label,.sendbird__user-profile .sendbird__user-profile-userId--value{display:block;text-align:left}.sendbird__user-profile .sendbird__user-profile-userId--label{margin-bottom:8px}.sendbird-context-menu{display:"inline"}.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item{cursor:not-allowed}.sendbird-dropdown__menu{z-index:99999;position:absolute;top:100%;left:0;min-width:140px;margin:0;padding:8px 0;border-radius:4px;list-style:none}.sendbird-theme--light .sendbird-dropdown__menu{box-shadow:var(--sendbird-light-shadow-02);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-dropdown__menu{box-shadow:var(--sendbird-dark-shadow-02);background-color:var(--sendbird-dark-background-500)}.sendbird-dropdown__menu .sendbird-dropdown__menu-item{cursor:pointer;white-space:nowrap;padding:8px 16px}.sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable{cursor:not-allowed}.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-dropdown__reaction-bar{position:absolute;top:100%;left:0;min-width:44px;max-width:352px;max-height:208px;overflow-y:scroll;margin:0;padding:8px;border-radius:8px;list-style:none}.sendbird-theme--light .sendbird-dropdown__reaction-bar{box-shadow:var(--sendbird-light-shadow-02);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-dropdown__reaction-bar{box-shadow:var(--sendbird-dark-shadow-02);background-color:var(--sendbird-dark-background-500)}.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button,.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected{margin:4px}.sendbird-dropdown__menu-backdrop{background-color:transparent;position:fixed;top:0;left:0;width:100%;height:100%}.sendbird-sort-by-row{display:flex;justify-content:flex-start;align-items:center}.sendbird__offline .sendbird-channel-preview{cursor:not-allowed}.sendbird-channel-preview{position:relative;cursor:pointer;box-sizing:border-box;width:320px;height:80px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 16px}.sendbird-theme--light .sendbird-channel-preview{border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-preview{border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-preview:focus{outline:none}.sendbird-channel-preview .sendbird-channel-preview__avatar{width:56px;height:56px}.sendbird-channel-preview .sendbird-channel-preview__content{width:100%;height:100%;margin-left:16px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper{display:flex;justify-content:space-between;width:216px;height:16px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header{display:flex;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__broadcast-icon{padding-right:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__channel-name{overflow:hidden;text-overflow:ellipsis;max-width:128px;word-break:break-all;white-space:nowrap}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__total-members{margin-top:2px;margin-left:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__frozen-icon{padding-left:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at{margin-left:4px;margin-bottom:4px;white-space:nowrap}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at.sendbird-message-status{max-width:74px;justify-content:flex-end}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower{margin-top:8px;width:216px;height:32px;display:flex;justify-content:space-between}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message{overflow:hidden;text-overflow:ellipsis}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count{display:flex;align-items:center;margin-left:8px;margin-bottom:12px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count .sendbird-channel-preview__content__lower__unread-message-count__mention{display:inline-flex;align-items:center;margin-right:4px}.sendbird-channel-preview .sendbird-channel-preview__action{position:absolute;top:12px;right:12px;display:inline-block}.sendbird-channel-preview .sendbird-channel-preview__action .sendbird-iconbutton{display:none}.sendbird-theme--light .sendbird-channel-preview:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-channel-preview:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-channel-preview:hover .sendbird-channel-preview__action .sendbird-iconbutton{display:inline-block}.sendbird-channel-preview:hover .sendbird-channel-preview__content__lower__unread-message-count,.sendbird-channel-preview:hover .sendbird-channel-preview__content__upper__last-message-at{display:none}.sendbird-channel-preview--active{padding:12px 16px 12px 12px}.sendbird-theme--light .sendbird-channel-preview--active{border-left:4px solid var(--sendbird-light-primary-300);border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-channel-preview--active{border-left:4px solid var(--sendbird-dark-primary-200);border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-700)}.sendbird-theme--light .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name{color:var(--sendbird-dark-primary-200)}.sendbird-chat-header--default-avatar{width:56px;height:56px;display:flex;justify-content:center;align-items:center;border-radius:50%}.sendbird-theme--light .sendbird-chat-header--default-avatar{background-color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-chat-header--default-avatar{background-color:var(--sendbird-dark-secondary-200)}.sendbird-badge{height:20px;min-width:20px;border-radius:10px;display:inline-block}.sendbird-theme--light .sendbird-badge{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-badge{background-color:var(--sendbird-dark-primary-200)}.sendbird-badge .sendbird-badge__text{margin:0 6px}.sendbird-mention-user-label{display:inline-block;font-family:var(--sendbird-font-family-default);font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.sendbird-mention-user-label:hover{cursor:pointer}.sendbird-theme--light .sendbird-mention-user-label{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-mention-user-label{color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-mention-user-label.reverse{color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-mention-user-label.reverse{color:var(--sendbird-dark-onlight-01)}.sendbird-mention-user-label.purple{font-family:Roboto;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.sendbird-theme--light .sendbird-mention-user-label.purple{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-mention-user-label.purple{color:var(--sendbird-dark-primary-200)}.sendbird-reaction-button{border-radius:8px;display:inline-block;border:1px solid transparent;box-sizing:border-box;cursor:pointer}.sendbird-theme--light .sendbird-reaction-button:hover{border:1px solid var(--sendbird-light-background-100);background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-button:hover{border:1px solid var(--sendbird-dark-background-400);background-color:var(--sendbird-dark-background-400)}.sendbird-reaction-button__inner{margin:3px}.sendbird-reaction-button--selected{cursor:pointer;border-radius:8px;display:inline-block;box-sizing:border-box}.sendbird-theme--light .sendbird-reaction-button--selected{border:1px solid var(--sendbird-light-primary-100);background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-reaction-button--selected{border:1px solid var(--sendbird-dark-primary-400);background-color:var(--sendbird-dark-primary-400)}.sendbird-reaction-button--selected:hover{border:1px solid var(--sendbird-selected-reaction-button-border-hover)}.sendbird-reaction-button--selected__inner{margin:3px}.sendbird-reaction-button--selected.sendbird-reactions--pressed{display:block!important}.sendbird-message-status{position:relative;display:inline-flex;align-items:flex-start;width:100%;height:100%}.sendbird-message-status .sendbird-message-status__icon{position:relative;display:inline-block;top:-2px}.sendbird-message-status .sendbird-message-status__icon.hide-icon{display:none}.sendbird-message-status .sendbird-message-status__text{position:relative;display:inline-block;margin-left:4px}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again{text-decoration:underline}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover{cursor:pointer}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete{text-decoration:underline}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete:hover{cursor:pointer}.sendbird-loader{display:inline-block;animation:1s linear infinite;animation-name:rotate}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.sendbird-edit-user-profile section{margin-top:16px}.sendbird-edit-user-profile section .sendbird-input-label{display:block;margin-bottom:12px}.sendbird-edit-user-profile .sendbird-edit-user-profile__img .sendbird-input-label{margin-bottom:12px}.sendbird-edit-user-profile__img{position:relative}.sendbird-edit-user-profile__img__avatar-button{position:absolute;top:50px;left:96px}.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon{cursor:pointer}.sendbird-input{display:inline-block;width:100%;height:40px;position:relative}.sendbird-input .sendbird-input__input{width:100%;height:100%;border-radius:4px;font-family:var(--sendbird-font-family-default);font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;padding:10px 16px;box-sizing:border-box;background-color:inherit}.sendbird-theme--light .sendbird-input .sendbird-input__input{color:var(--sendbird-light-onlight-01);caret-color:var(--sendbird-light-primary-300);border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-input .sendbird-input__input{color:var(--sendbird-dark-ondark-01);caret-color:var(--sendbird-dark-primary-200);border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-input .sendbird-input__input:focus{outline:none}.sendbird-theme--light .sendbird-input .sendbird-input__input:focus{box-shadow:0 1px 5px 0 var(--sendbird-light-onlight-04),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);color:var(--sendbird-light-onlight-01);border:2px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:focus{box-shadow:0 1px 5px 0 var(--sendbird-dark-ondark-04),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);color:var(--sendbird-dark-ondark-01);border:2px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-input .sendbird-input__input:active{box-shadow:0 1px 5px 0 var(--sendbird-light-onlight-04),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);color:var(--sendbird-light-onlight-01);border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:active{box-shadow:0 1px 5px 0 var(--sendbird-dark-ondark-04),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);color:var(--sendbird-dark-ondark-01);border:1px solid var(--sendbird-dark-primary-200)}.sendbird-input .sendbird-input__input:disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-input .sendbird-input__input:disabled{background-color:var(--sendbird-light-background-100);color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled{background-color:var(--sendbird-dark-background-500);color:var(--sendbird-dark-ondark-03)}.sendbird-input .sendbird-input__placeholder{position:absolute;pointer-events:none;top:10px;left:16px;font-family:var(--sendbird-font-family-default);font-size:14px;line-height:1.43}.sendbird-theme--light .sendbird-input .sendbird-input__placeholder{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-input .sendbird-input__placeholder{color:var(--sendbird-dark-ondark-03)}.sendbird-input-label{margin:4px 0}.sendbird-textbutton{text-decoration:underline;cursor:pointer;display:inline-block}.sendbird-textbutton--not-underline{text-decoration:none;cursor:pointer}.sendbird-textbutton--disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-textbutton--disabled{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-textbutton--disabled{color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-1{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-color--onbackground-1{color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-color--onbackground-1--background-color{background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-color--onbackground-1--background-color{background-color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-color--onbackground-2{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-color--onbackground-2{color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-color--onbackground-2--background-color{background-color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-color--onbackground-2--background-color{background-color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-color--onbackground-3{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-color--onbackground-3{color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-3--background-color{background-color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-color--onbackground-3--background-color{background-color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-4{color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-color--onbackground-4{color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-color--onbackground-4--background-color{background-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-color--onbackground-4--background-color{background-color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-color--oncontent-1{color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-color--oncontent-1{color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-color--oncontent-1--background-color{background-color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-color--oncontent-1--background-color{background-color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-color--primary{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-color--primary{color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-color--primary--background-color{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-color--primary--background-color{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-color--error{color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-color--error{color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-color--error--background-color{background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-color--error--background-color{background-color:var(--sendbird-dark-error-300)}.sendbird-place-holder{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.sendbird-place-holder .sendbird-place-holder__body{display:flex;flex-direction:column;height:104px;align-items:center}.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__icon{margin-bottom:10px}.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__text{margin-top:10px}.sendbird-place-holder .sendbird-place-holder__body__reconnect{margin-top:18px;display:flex;flex-direction:row;cursor:pointer}.sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon{margin-right:4px}.sendbird-place-holder .sendbird-place-holder__body--align-top{position:absolute;top:24px;display:flex;width:100%;flex-direction:column;justify-content:center}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text{display:flex;flex-direction:row;justify-content:center;padding-left:16px;padding-right:16px}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__search-in{display:flex;min-width:60px;margin-right:2px}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__channel-name{display:block;max-width:calc(100% - 62px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__no-result,.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__searching{display:flex;justify-content:center}.sendbird-conversation{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box}.sendbird-theme--light .sendbird-conversation{background-color:var(--sendbird-light-background-50);border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-conversation{background-color:var(--sendbird-dark-background-600);border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-conversation__messages{overflow-y:auto;flex:1 1;order:2}.sendbird-conversation__messages-list{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.sendbird-conversation__footer{width:100%;order:3;padding:0 0 24px}@keyframes sbHighlight{0%{background-color:#fff2b6}99%{background-color:#fff2b6}}@keyframes sbTextHighlight{0%{color:var(--sendbird-dark-onlight-01)}99%{color:var(--sendbird-dark-onlight-01)}}@keyframes sbHighlightBlock{0%{opacity:.5;background-color:#fff2b6}99%{opacity:.5;background-color:#fff2b6}}.sendbird-msg-hoc__animated .sendbird-message-content{animation:bounce 1s ease}@keyframes bounce{50%{transform:translateY(-10px)}60%{transform:translateY(0)}90%{transform:translateY(-10px)}to{transform:translateY(0)}}.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body,.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body{animation-name:sbHighlight;animation-duration:1.6s;animation-fill-mode:forwards}.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body__file-name__text,.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body__message{animation-name:sbTextHighlight;animation-duration:1.6s;animation-fill-mode:forwards}.sendbird-msg-hoc__highlighted .sendbird-og-message-item-body
.sendbird-og-message-item-body__cover,.sendbird-msg-hoc__highlighted .sendbird-thumbnail-message-item-body
.sendbird-thumbnail-message-item-body__image-cover{display:block;animation-name:sbHighlightBlock;animation-duration:1.6s;animation-fill-mode:forwards}.sendbird-msg-hoc__highlighted .sendbird-message-content-reactions{animation-name:sbHighlight;animation-duration:1.6s;animation-fill-mode:forwards}.sendbird-conversation__scroll-container{display:flex;height:100%;overflow-y:auto;overflow-x:hidden;flex-direction:column}.sendbird-conversation__scroll-container .sendbird-conversation__padding{flex:1 1}.sendbird-conversation__footer{position:relative;box-sizing:border-box;margin-top:6px}.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator{position:absolute;display:inline-flex;bottom:8px}.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text{margin-left:24px;margin-right:10px}.sendbird-connection-status{display:flex;align-items:center;padding-top:5px}.sendbird-chat-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:64px;min-height:64px;padding-left:20px;padding-right:16px;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.sendbird-theme--light .sendbird-chat-header{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-chat-header{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}.sendbird-chat-header__left{margin-right:24px}.sendbird-chat-header__left,.sendbird-chat-header__right{overflow:hidden;display:flex;flex-direction:row;align-items:center}.sendbird-chat-header .sendbird-chat-header__left__title{margin-left:8px;margin-right:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:780px}.sendbird-chat-header .sendbird-chat-header__left__subtitle{max-width:240px;overflow:hidden;text-overflow:ellipsis}.sendbird-chat-header .sendbird-chat-header__right__mute{margin-right:26px}.sendbird-chat-header .sendbird-iconbutton--pressed{background-color:inherit}.sendbird-chat-header .sendbird-chat-header__right__info{margin-left:16px}.sendbird-conversation__messages .sendbird-conversation__messages-padding{padding-left:24px;padding-right:24px;height:100%;overflow:scroll}.sendbird-conversation__messages .sendbird-admin-message,.sendbird-conversation__messages .sendbird-separator{padding-top:8px;padding-bottom:8px}.sendbird-conversation__scroll-bottom-button{position:sticky;display:flex;align-items:center;justify-content:center;bottom:30px;left:calc(100% - 65px);width:40px;height:40px;border-radius:24px;z-index:1}.sendbird-theme--light .sendbird-conversation__scroll-bottom-button{background-color:var(--sendbird-light-background-50);box-shadow:var(--sendbird-light-shadow-05)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button{background-color:var(--sendbird-dark-background-400);box-shadow:var(--sendbird-dark-shadow-05)}.sendbird-conversation__scroll-bottom-button:hover{cursor:pointer}.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:active{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:active{background-color:var(--sendbird-dark-background-700)}.sendbird-conversation__scroll-bottom-button:focus{outline:none}.sendbird-mention-suggest-list{position:relative;display:flex;flex-direction:column;width:calc(100% - 56px);max-height:260px;overflow:scroll;margin-left:28px;margin-right:28px}.sendbird-theme--light .sendbird-mention-suggest-list{border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-mention-suggest-list{border:1px solid var(--sendbird-dark-background-500)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{position:relative;display:flex;align-items:center;padding:16px 8px}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{background-color:var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused{background-color:var(--sendbird-dark-background-500)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__avatar{position:relative;display:inline-block}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{position:relative;display:inline-block;margin-left:16px;max-width:calc(100% - 250px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{position:absolute;display:inline-block;right:16px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item{position:relative;display:flex;align-items:center;padding:16px 8px}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item{background-color:var(--sendbird-dark-background-600)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item .sendbird-mention-suggest-list__notice-item__icon{margin-right:4px}.sendbird-separator{width:100%;display:flex;align-items:center}.sendbird-separator .sendbird-separator__left,.sendbird-separator .sendbird-separator__right{border:none;height:1px;display:inline-block;width:100%}.sendbird-separator .sendbird-separator__text{margin:0 16px;display:flex;white-space:nowrap}.sendbird-message-input{display:inline-block;width:100%;position:relative}.sendbird-message-input .sendbird-message-input--textarea{width:100%;border-radius:4px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;height:56px;overflow-y:hidden;letter-spacing:normal;padding:18px 64px 18px 16px;box-sizing:border-box;resize:none;font-family:var(--sendbird-font-family-default);background-color:inherit;white-space:pre-wrap}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea{color:var(--sendbird-light-onlight-01);caret-color:var(--sendbird-light-primary-300);border:1px solid var(--sendbird-light-onlight-03);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea{color:var(--sendbird-dark-ondark-01);caret-color:var(--sendbird-dark-primary-200);border:1px solid var(--sendbird-dark-ondark-03);background-color:var(--sendbird-dark-background-500)}.sendbird-message-input .sendbird-message-input--textarea:focus{outline:none}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:focus{color:var(--sendbird-light-onlight-01);border:1px solid var(--sendbird-light-primary-300);box-shadow:var(--sendbird-light-shadow-message-input)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:focus{color:var(--sendbird-dark-ondark-01);border:1px solid var(--sendbird-dark-primary-200);box-shadow:var(--sendbird-dark-shadow-message-input)}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:active{border:1px solid var(--sendbird-message-input-border-active);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:active{border:1px solid var(--sendbird-message-input-border-active);color:var(--sendbird-dark-ondark-01)}.sendbird-message-input .sendbird-message-input--placeholder{position:absolute;pointer-events:none;top:18px;left:16px;font-family:var(--sendbird-font-family-default);font-size:14px;line-height:1.43}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--placeholder{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--placeholder{color:var(--sendbird-dark-ondark-03)}.sendbird-message-input .sendbird-message-input--attach{position:absolute;right:12px;bottom:18px;padding:6px}.sendbird-message-input .sendbird-message-input--send{position:absolute;padding:6px;right:16px;bottom:16px}.sendbird-message-input .sendbird-message-input--attach-input{display:none}.sendbird-message-input__edit{padding:16px;box-sizing:border-box}.sendbird-theme--light .sendbird-message-input__edit{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-input__edit{background-color:var(--sendbird-dark-background-700)}.sendbird-message-input--edit-action{text-align:right;margin-top:4px}.sendbird-message-input--edit-action button:last-child{margin-left:8px}.sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{width:80px}.sendbird-theme--light .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-message-input--edit-action .sendbird-message-input--edit-action__save{width:80px}.sendbird-message-input-form__disabled{cursor:not-allowed}.sendbird-message-input__disabled{pointer-events:none;cursor:disabled}.sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-message-input__disabled svg{fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-message-input__disabled svg{fill:var(--sendbird-dark-ondark-03)}.sendbird-message-content{position:relative;display:inline-flex;flex-direction:row;width:100%;height:100%}.sendbird-message-content.incoming{justify-content:flex-start}.sendbird-message-content.outgoing{justify-content:flex-end}.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote{margin-top:-8px;bottom:-8px}.sendbird-message-content.incoming .sendbird-message-content__left{position:relative;display:inline-flex;min-width:40px}.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar{position:absolute;left:0;bottom:2px}.sendbird-message-content.incoming .sendbird-message-content__middle{position:relative;display:inline-flex;flex-direction:column;max-width:400px;align-items:flex-start}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{position:absolute;bottom:6px;right:-84px;white-space:nowrap;display:flex;flex-direction:row;min-width:80px}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.supposed-hover{display:none}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name{position:relative;margin-left:12px;margin-bottom:4px}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message{position:relative;width:100%;display:inline-flex}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing{justify-content:flex-end}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming{justify-content:flex-start}.sendbird-message-content.incoming .sendbird-message-content__right{position:relative;display:inline-flex;width:50px;margin-left:4px;padding-top:18px}.sendbird-message-content.incoming .sendbird-message-content__right.use-reactions{width:70px}.sendbird-message-content.incoming .sendbird-message-content__right.chain-top{padding-top:2px}.sendbird-message-content.incoming .sendbird-message-content__right.chain-top.use-quote{padding-top:18px}.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu{position:relative;flex-direction:row;height:32px;display:none}.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu.supposed-hover,.sendbird-message-content.incoming:hover .sendbird-message-content__right .sendbird-message-content-menu{display:inline-flex}.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{display:none}.sendbird-message-content.outgoing .sendbird-message-content__left{position:relative;box-sizing:border-box;display:inline-flex;justify-content:flex-end;width:50px}.sendbird-message-content.outgoing .sendbird-message-content__left.use-reactions{width:70px}.sendbird-message-content.outgoing .sendbird-message-content__left.use-quote .sendbird-message-content-menu{top:18px}.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu{position:absolute;top:2px;right:4px;flex-direction:row;display:none}.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu.supposed-hover{display:inline-flex}.sendbird-message-content.outgoing .sendbird-message-content__middle{position:relative;display:inline-flex;flex-direction:column;max-width:400px;align-items:flex-end}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message{position:relative;width:100%;display:inline-flex}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing{justify-content:flex-end}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming{justify-content:flex-start}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container{position:relative;width:-moz-fit-content;width:fit-content}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{position:absolute;bottom:2px;left:-84px;white-space:nowrap;display:flex;justify-content:flex-end;box-sizing:content-box;min-width:80px;min-height:16px}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.supposed-hover{display:none}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at .sendbird-message-content__middle__body-container__created-at__component-container{position:relative;display:inline-flex}.sendbird-message-content.outgoing .sendbird-message-content__right{display:none}.sendbird-message-content.outgoing:hover .sendbird-message-content__left .sendbird-message-content-menu{display:inline-flex}.sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{display:none}.sendbird-message-content__middle__body-container{position:relative;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column}.sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body{width:100%;box-sizing:border-box}.sendbird-message-content-reactions{position:relative;width:100%;max-width:400px;border-radius:0 0 16px 16px}.sendbird-theme--light .sendbird-message-content-reactions{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-content-reactions{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-message-content-reactions.primary{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-content-reactions.primary{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover,.sendbird-theme--light .sendbird-message-content-reactions:hover{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover,.sendbird-theme--dark .sendbird-message-content-reactions:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover.primary,.sendbird-theme--light .sendbird-message-content-reactions:hover.primary{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover.primary,.sendbird-theme--dark .sendbird-message-content-reactions:hover.primary{background-color:var(--sendbird-dark-primary-300)}.sendbird-message-item-menu__list__menu-item:focus-visible{outline:none}.sendbird-text{color:var(--primary-1)}.sendbird-emoji-reactions{display:inline-flex;flex-direction:row;justify-content:flex-start;border-radius:16px;box-sizing:border-box;width:100%;max-width:var(--sendbird-message-balloon-width);min-height:24px;padding:7px 5px 3px}.sendbird-theme--light .sendbird-emoji-reactions{background-color:var(--sendbird-light-background-50);border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-emoji-reactions{background-color:var(--sendbird-dark-background-600);border:1px solid var(--sendbird-dark-background-500)}.sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge{display:inline-flex;margin-left:2px;margin-right:2px;margin-bottom:4px}.sendbird-emoji-reactions:focus{outline:none}.sendbird-emoji-reactions__add-reaction-badge{display:inline-flex;width:36px;height:24px}.sendbird-tooltip{position:relative;display:inline-flex;justify-content:center;max-width:200px;border-radius:8px;padding:8px 16px}.sendbird-theme--light .sendbird-tooltip{background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .sendbird-tooltip{background-color:var(--sendbird-dark-background-300)}.sendbird-tooltip:after{content:"";position:absolute;bottom:-4px;width:8px;height:8px;transform:rotate(45deg)}.sendbird-theme--light .sendbird-tooltip:after{background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .sendbird-tooltip:after{background-color:var(--sendbird-dark-background-300)}.sendbird-tooltip__text{font-family:var(--sendbird-font-family-default);font-size:12px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal}.sendbird-tooltip-wrapper{position:relative;display:inline-flex}.sendbird-tooltip-wrapper__hover-tooltip{position:absolute;display:inline-flex;width:200px}.sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container{position:relative;display:inline-flex}.sendbird-reaction-badge{display:inline-block;border-radius:15px;width:50px;height:24px}.sendbird-theme--light .sendbird-reaction-badge{background-color:var(--sendbird-light-background-100);border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-badge{background-color:var(--sendbird-dark-background-500);border:1px solid var(--sendbird-dark-background-500)}.sendbird-reaction-badge:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge:hover{border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge:hover{border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge--is-add{display:inline-block;border-radius:15px;width:36px;height:24px}.sendbird-theme--light .sendbird-reaction-badge--is-add{background-color:var(--sendbird-light-background-100);border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-badge--is-add{background-color:var(--sendbird-dark-background-500);border:1px solid var(--sendbird-dark-background-500)}.sendbird-reaction-badge--is-add:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge--is-add:hover{border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge--is-add:hover{border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:8px}.sendbird-reaction-badge--selected{display:inline-block;border-radius:15px;width:50px;height:24px}.sendbird-theme--light .sendbird-reaction-badge--selected{background-color:var(--sendbird-light-primary-100);border:1px solid var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-reaction-badge--selected{background-color:var(--sendbird-dark-primary-400);border:1px solid var(--sendbird-dark-primary-400)}.sendbird-reaction-badge--selected:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge--selected:hover{border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge--selected:hover{border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge__inner{position:relative;display:flex;height:24px;flex-direction:row;align-items:center;justify-content:center;padding-left:20px;padding-right:4px}.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{position:absolute;top:2px;left:4px}.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count{margin-left:4px}.sendbird-admin-message{display:flex;justify-content:center;align-items:center}.sendbird-admin-message .sendbird-admin-message__text{display:flex}.sendbird-text-message-item-body{position:relative;display:inline-block;box-sizing:content-box;padding:8px 12px;border-radius:16px;white-space:pre-line;word-break:break-word}.sendbird-text-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-text-message-item-body.incoming{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-text-message-item-body.incoming{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-text-message-item-body.outgoing{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-text-message-item-body.outgoing{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.incoming,.sendbird-theme--light .sendbird-text-message-item-body:hover.incoming{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.incoming,.sendbird-theme--dark .sendbird-text-message-item-body:hover.incoming{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-text-message-item-body:hover.outgoing{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-text-message-item-body:hover.outgoing{background-color:var(--sendbird-dark-primary-300)}.sendbird-text-message-item-body .sendbird-text-message-item-body__text-bubble__message{display:inline;margin:0 2px}div.sendbird-text-message-item-body{margin:0}.sendbird-word{margin-right:4px;height:-moz-fit-content;height:fit-content}.sendbird-word,.sendbird-word .sendbird-word__normal,.sendbird-word .sendbird-word__url{display:inline-block}.sendbird-link-label{text-decoration:unset}.sendbird-link-label:hover{cursor:pointer;text-decoration:underline}.sendbird-link-label:focus{outline:none}.sendbird-link-label__label{display:inline}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-1{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-1{color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-2{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-2{color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-3{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-3{color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-1{color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-1{color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-2{color:var(--sendbird-light-ondark-02)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-2{color:var(--sendbird-dark-onlight-02)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-primary{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-primary{color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-error{color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-error{color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-secondary-3{color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-secondary-3{color:var(--sendbird-dark-secondary-200)}.sendbird-word .sendbird-word__mention{display:inline-block}.sendbird-word .sendbird-word__mention:hover{cursor:pointer}.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me,.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me{background-color:var(--sendbird-highlight-100)}.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label{color:var(--sendbird-dark-onlight-01)}.sendbird-file-message-item-body{position:relative;display:inline-block;box-sizing:border-box;padding:8px 12px;align-items:center;border-radius:16px}.sendbird-file-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-file-message-item-body.outgoing{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-file-message-item-body.outgoing{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-file-message-item-body.incoming{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-file-message-item-body.incoming{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-file-message-item-body:hover.outgoing{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-file-message-item-body:hover.outgoing{background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.incoming,.sendbird-theme--light .sendbird-file-message-item-body:hover.incoming{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.incoming,.sendbird-theme--dark .sendbird-file-message-item-body:hover.incoming{background-color:var(--sendbird-dark-background-400)}.sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{width:28px;height:28px;min-width:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;margin-right:8px}.sendbird-theme--light .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{background-color:var(--sendbird-dark-background-600)}.sendbird-file-message-item-body .sendbird-file-message-item-body__file-name{position:relative;top:-6px}.sendbird-thumbnail-message-item-body{position:relative;display:block;box-sizing:border-box;overflow:hidden;width:100%;min-width:360px;max-width:400px;height:270px;border-radius:16px}.sendbird-thumbnail-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-thumbnail-message-item-body{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-thumbnail-message-item-body{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-thumbnail-message-item-body.mouse-hover,.sendbird-theme--light .sendbird-thumbnail-message-item-body:hover{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-thumbnail-message-item-body.mouse-hover,.sendbird-theme--dark .sendbird-thumbnail-message-item-body:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail{position:absolute;border-radius:16px}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder{position:absolute;width:100%;height:270px;display:flex;justify-content:center;align-items:center}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder .sendbird-thumbnail-message-item-body__placeholder__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:var(--sendbird-light-background-50)}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover{position:absolute;top:0;display:none;width:100%;height:270px;border-radius:16px;background-color:var(--sendbird-light-overlay-01)}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__video{position:absolute;width:100%;height:270px;border-radius:16px}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper{position:absolute;width:100%;height:270px;display:flex;align-items:center;justify-content:center}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper .sendbird-thumbnail-message-item-body__icon-wrapper__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:var(--sendbird-light-background-50)}.sendbird-thumbnail-message-item-body:hover{cursor:pointer}.sendbird-thumbnail-message-item-body:hover .sendbird-thumbnail-message-item-body__image-cover{display:inline-flex}.sendbird-og-message-item-body{position:relative;display:inline-block;width:100%;min-width:320px;max-width:400px}.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble{position:relative;padding:8px 12px;box-sizing:border-box;border-radius:16px 16px 0 0;word-break:break-word}.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble .sendbird-og-message-item-body__text-bubble__message{display:inline;margin:0 2px}.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail{position:relative;overflow:hidden}.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail .sendbird-og-message-item-body__og-thumbnail__image{width:100%;position:relative;display:flex;justify-content:center;align-items:center}.sendbird-og-message-item-body.reactions .sendbird-og-message-item-body__description{border-radius:0}.sendbird-og-message-item-body .sendbird-og-message-item-body__description{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:8px 12px;display:flex;flex-direction:column;border-radius:0 0 16px 16px}.sendbird-theme--light .sendbird-og-message-item-body .sendbird-og-message-item-body__description{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-og-message-item-body .sendbird-og-message-item-body__description{background-color:var(--sendbird-dark-background-500)}.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__description,.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__title{margin-bottom:4px;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block}.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__url{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;margin:4px 0}.sendbird-og-message-item-body .sendbird-og-message-item-body__description:hover,.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail:hover{cursor:pointer}.sendbird-theme--light .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description,.sendbird-theme--light .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description,.sendbird-theme--dark .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble,.sendbird-theme--light .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble,.sendbird-theme--dark .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble,.sendbird-theme--light .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble,.sendbird-theme--dark .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-dark-background-400)}.sendbird-og-message-item-body .sendbird-og-message-item-body__cover{display:none;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px 16px 0 0}div.sendbird-og-message-item-body__text-bubble{margin:0}.sendbird-unknown-message-item-body{position:relative;display:inline-block;box-sizing:border-box;padding:8px 12px;border-radius:16px}.sendbird-unknown-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-unknown-message-item-body.outgoing{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-unknown-message-item-body.outgoing{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-unknown-message-item-body.incoming{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-unknown-message-item-body.incoming{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-unknown-message-item-body:hover.outgoing{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-unknown-message-item-body:hover.outgoing{background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.incoming,.sendbird-theme--light .sendbird-unknown-message-item-body:hover.incoming{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.incoming,.sendbird-theme--dark .sendbird-unknown-message-item-body:hover.incoming{background-color:var(--sendbird-dark-background-400)}.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description,.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__header{display:block}.sendbird-quote-message{position:relative;display:inline-flex;box-sizing:border-box;flex-direction:column;max-width:400px}.sendbird-quote-message.incoming{align-items:flex-start}.sendbird-quote-message.outgoing{align-items:flex-end}.sendbird-quote-message .sendbird-quote-message__replied-to{position:relative;display:inline-flex;flex-direction:row;align-items:center;height:16px;padding:0 12px}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon{position:relative;margin-bottom:4px;margin-right:4px}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text{position:relative;max-width:360px;overflow:hidden;overflow-x:hidden;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis;font-size:12px}.sendbird-quote-message .sendbird-quote-message__replied-message{position:relative;display:inline-flex}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{position:relative;white-space:pre-wrap;word-break:break-all;font-size:12px;padding:8px 12px 16px;border-radius:16px;opacity:.5}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{background-color:var(--sendbird-dark-background-500)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message .sendbird-quote-message__replied-message__text-message__word{position:relative;display:inline-flex;max-height:30px;overflow:hidden;text-overflow:ellipsis}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message{position:relative;width:144px;height:108px;border-radius:6.4px;overflow:hidden}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message{background-color:var(--sendbird-dark-background-500)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__image,.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__video{position:absolute;top:0;display:inline-flex;width:100%;height:100%;opacity:.5}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder{position:absolute;display:inline-flex;width:100%;height:100%;justify-content:center;align-items:center}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder .sendbird-quote-message__replied-message__thumbnail-message__placeholder__icon{display:inline-flex;justify-content:center;align-items:center;width:22px;height:22px;border-radius:50%}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover{position:absolute;display:inline-flex;width:100%;height:100%;justify-content:center;align-items:center;top:0}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover,.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover{background-color:hsla(0,0%,100%,.4)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon{position:relative;display:inline-flex;justify-content:center;align-items:center;width:22px;height:22px;border-radius:50%}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon,.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon{background-color:#fff}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message{position:relative;display:inline-flex;flex-direction:row;font-size:12px;padding:8px 12px 16px;border-radius:16px;opacity:.5}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message{background-color:var(--sendbird-dark-background-500)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon{margin-right:2px}.sendbird-notification{margin-top:8px;margin-left:24px;margin-right:24px;border-radius:4px;padding:0 2px;height:32px;display:flex;align-items:center;justify-content:center}.sendbird-theme--light .sendbird-notification{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-notification{background-color:var(--sendbird-dark-primary-200)}.sendbird-notification:hover{cursor:pointer}.sendbird-theme--light .sendbird-notification:hover{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-notification:hover{background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen{background-color:var(--sendbird-light-information-100)}.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen{background-color:var(--sendbird-dark-information-100)}.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text{color:var(--sendbird-dark-onlight-01)}.sendbird-notification .sendbird-notification__text{display:flex;align-items:center;justify-content:center;margin-right:8px}.sendbird-message-input-wrapper,.sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input{position:relative;width:100%}.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input{border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input{border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input{position:relative;width:100%;box-sizing:border-box;padding-left:24px;padding-right:24px}.sendbird-quote_message_input{position:relative;padding:16px 80px 16px 40px;width:100%;height:76px;display:flex;flex-direction:row;box-sizing:border-box}.sendbird-quote_message_input .sendbird-quote_message_input__avatar{width:44px;min-width:44px;height:44px;min-height:44px;position:relative;border-radius:8px;display:flex;justify-content:center;align-items:center}.sendbird-theme--light .sendbird-quote_message_input .sendbird-quote_message_input__avatar{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote_message_input .sendbird-quote_message_input__avatar{background-color:var(--sendbird-dark-background-500)}.sendbird-quote_message_input .sendbird-quote_message_input__body{position:absolute;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__sender-name{position:relative;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;margin-bottom:8px}.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__message-content{position:relative;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.sendbird-quote_message_input .sendbird-quote_message_input__close-button{position:absolute;top:26px;right:40px}.sendbird-quote_message_input .sendbird-quote_message_input__close-button:hover{cursor:pointer}.sendbird-channel-settings{height:100%;width:320px;display:inline-block;box-sizing:border-box}.sendbird-theme--light .sendbird-channel-settings{background-color:var(--sendbird-light-background-50);border-left:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings{background-color:var(--sendbird-dark-background-600);border-left:1px solid var(--sendbird-dark-background-600)}.sendbird-channel-settings .sendbird-channel-settings__header-icon{cursor:pointer;position:absolute;top:16px;right:16px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path{fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path{fill:var(--sendbird-dark-ondark-01)}.sendbird-channel-settings .sendbird-channel-settings__members .sendbird-badge__text{margin-top:-2px}.sendbird-channel-settings .sendbird-channel-settings__header{height:64px;min-height:64px;position:relative;padding:20px 24px;box-sizing:border-box}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header{border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header{border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings .sendbird-channel-settings__scroll-area{display:flex;flex-grow:1;flex-direction:column;height:calc(100% - 64px);overflow-y:auto}.sendbird-channel-settings .sendbird-channel-settings__panel-item{cursor:pointer;position:relative;padding:12px 22px 10px 56px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item{background-color:var(--sendbird-light-background-50);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item{background-color:var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings .sendbird-channel-settings__panel-item:focus{outline:none}.sendbird-channel-settings .sendbird-channel-settings__panel-item.sendbird-channel-settings__panel-item__disabled{cursor:not-allowed}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left,.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{position:absolute;top:10px}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left{left:16px}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{right:16px}.sendbird-channel-settings .sendbird-channel-settings__panel-icon--open{transform:rotate(90deg)}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path{fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path{fill:var(--sendbird-dark-ondark-01)}.sendbird-channel-profile{position:relative;text-align:center;padding:32px 40px 27px}.sendbird-theme--light .sendbird-channel-profile{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-channel-profile{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}.sendbird-channel-profile .sendbird-channel-profile--inner{height:92px}.sendbird-channel-profile .sendbird-channel-profile__avatar{margin-bottom:16px;display:flex;justify-content:center}.sendbird-channel-profile .sendbird-channel-profile__title{display:block;max-width:240px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;height:18px}.sendbird-channel-profile .sendbird-channel-profile__edit{position:absolute;top:10px;right:16px}.channel-profile-form .channel-profile-form__img-section{position:relative}.channel-profile-form .channel-profile-form__avatar-button{position:absolute;top:54px;left:96px}.channel-profile-form .channel-profile-form__avatar{margin-top:16px}.channel-profile-form .channel-profile-form__name-section{margin-top:12px}.channel-profile-form .channel-profile-form__name-section .sendbird-input{height:40px}.sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon{position:absolute;left:14px}.sendbird-channel-settings__operator .sendbird-accordion__panel-heder{position:relative}.sendbird-more-members__popup-scroll{max-height:420px;overflow:scroll}.sendbird-more-members__popup-scroll .sendbird-user-list-item__operator{right:72px}.sendbird-more-members__popup-scroll .sendbird-user-list-item__title{max-width:240px}.sendbird-channel-settings__empty-list{text-align:center;margin-top:12px;margin-bottom:4px;display:block}.sendbird-channel-settings-accordion__footer{padding-top:16px;display:flex;justify-content:left;padding-left:12px}.sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2){margin-left:8px}.sendbird-channel-settings__freeze{max-width:320px;position:relative;padding:12px 22px 10px 56px}.sendbird-theme--light .sendbird-channel-settings__freeze{background-color:var(--sendbird-light-background-50);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings__freeze{background-color:var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings__frozen-icon{position:absolute;right:20px;top:12px}.sendbird-channel-settings__frozen-icon .sendbird-icon{cursor:pointer}.sendbird-channel-settings__members .sendbird-badge,.sendbird-channel-settings__members-list .sendbird-badge{position:absolute;right:44px;top:12px}.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge,.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge,.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge .sendbird-label,.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge .sendbird-label,.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label{color:var(--sendbird-dark-ondark-02)}.sendbird-accordion{padding:8px 0 16px;position:relative;box-sizing:border-box}.sendbird-theme--light .sendbird-accordion{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-accordion{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}.sendbird-accordion .sendbird-accordion__member{position:relative;padding:12px 0 12px 44px;height:40px;box-sizing:border-box}.sendbird-accordion .sendbird-accordion__footer{display:flex;justify-content:flex-start;margin-top:8px}.sendbird-accordion__panel-header{cursor:pointer;position:relative;padding:12px 22px 10px 56px}.sendbird-theme--light .sendbird-accordion__panel-header{background-color:var(--sendbird-light-background-50);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-accordion__panel-header{background-color:var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-accordion__panel-header:focus{outline:none}.sendbird-accordion__panel-header.sendbird-accordion__panel-item__disabled{cursor:not-allowed}.sendbird-accordion__panel-icon-left,.sendbird-accordion__panel-icon-right{position:absolute;top:10px}.sendbird-accordion__panel-icon-left{left:16px}.sendbird-accordion__panel-icon-right{right:16px}.sendbird-accordion__panel-icon--open{transform:rotate(90deg)}.sendbird-theme--light .sendbird-accordion__panel-icon--chevron path{fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-accordion__panel-icon--chevron path{fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-accordion__panel-icon__leave path{fill:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-accordion__panel-icon__leave path{fill:var(--sendbird-dark-error-300)}.sendbird-user-list-item--small{display:block;position:relative;box-sizing:border-box;height:40px}.sendbird-user-list-item--small__avatar{cursor:pointer;position:absolute;top:10px;left:12px}.sendbird-user-list-item--small .sendbird-muted-avatar{position:absolute;top:10px;left:12px;z-index:2;pointer-events:none}.sendbird-user-list-item--small__title{position:absolute;top:10px;left:54px;width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-user-list-item--small__subtitle{position:absolute;top:23px;left:140px;max-width:237px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-user-list-item--small__checkbox{position:absolute;top:16px;right:16px}.sendbird-user-list-item--small__action{display:none;position:absolute;right:10px;top:4px}.sendbird-user-list-item--small__operator{position:absolute;right:24px;top:10px}.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed,.sendbird-theme--light .sendbird-user-list-item--small:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed,.sendbird-theme--dark .sendbird-user-list-item--small:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__action,.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__action{display:block}.sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__operator,.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__operator{display:none}.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton{background-color:var(--sendbird-dark-background-700)}.sendbird-message-search-pannel{position:relative;display:flex;flex-direction:column;width:320px;height:100%;box-sizing:border-box}.sendbird-theme--light .sendbird-message-search-pannel{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search-pannel{background-color:var(--sendbird-dark-background-600)}.sendbird-message-search-pannel .sendbird-message-search-pannel__header{position:relative;display:flex;width:100%;height:64px;min-height:64px;box-sizing:border-box}.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__header{border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__header{border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__title{position:absolute;top:20px;left:24px;width:calc(100% - 74px);overflow-x:hidden;word-break:keep-all;text-overflow:ellipsis}.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__close-button{position:absolute;top:16px;right:16px}.sendbird-message-search-pannel .sendbird-message-search-pannel__input{display:flex;position:relative;padding:16px;box-sizing:border-box}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container{position:relative;border-radius:4px;width:100%;height:44px}.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container{border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container{border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon{position:absolute;top:10px;left:16px}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area{position:absolute;top:14px;left:48px;margin:0;padding:0;border:0;outline:none;font-size:14px;width:calc(100% - 90px)}.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area{color:var(--sendbird-light-onlight-01);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area{color:var(--sendbird-dark-ondark-01);background-color:var(--sendbird-dark-background-600)}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button,.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner{position:absolute;top:12px;right:12px}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button:hover{cursor:pointer}.sendbird-message-search-pannel .sendbird-message-search-pannel__message-search{position:relative;box-sizing:border-box;width:100%;height:100%;overflow-y:hidden}.sendbird-message-search{position:relative;height:100%;overflow:scroll}.sendbird-theme--light .sendbird-message-search{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search{background-color:var(--sendbird-dark-background-600)}.sendbird-message-search-item{display:inline-flex;flex-direction:row;width:100%;height:80px;position:relative;cursor:pointer}.sendbird-theme--light .sendbird-message-search-item{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search-item{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-message-search-item:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-search-item:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-message-search-item .sendbird-message-search-item__left{display:flex;align-items:center;justify-content:center;width:90px;height:80px}.sendbird-message-search-item .sendbird-message-search-item__right{display:flex;flex-direction:column;width:calc(100% - 106px)}.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__sender-name{display:flex;max-width:280px;height:16px;overflow:hidden;text-overflow:ellipsis;position:absolute;top:12px}.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-text{box-sizing:border-box;display:flex;width:inherit;height:32px;overflow:hidden;text-overflow:ellipsis;position:absolute;top:36px;word-break:break-word}.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at{position:absolute;top:12px;right:18px}.sendbird-message-search-item .sendbird-message-search-item__right-footer{width:16px}.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected{background-color:var(--sendbird-dark-background-700)}.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left{border-left:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left{border-left:4px solid var(--sendbird-dark-primary-200)}.sendbird-message-search-file-item{position:relative;display:inline-flex;flex-direction:row;width:100%;height:80px;cursor:pointer}.sendbird-theme--light .sendbird-message-search-file-item{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search-file-item{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-message-search-file-item:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-search-file-item:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-message-search-file-item .sendbird-message-search-file-item__left{position:relative;display:flex;align-items:center;justify-content:center;width:90px;height:80px}.sendbird-message-search-file-item .sendbird-message-search-file-item__right{position:relative;display:flex;flex-direction:column;width:calc(100% - 106px)}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__sender-name{position:absolute;top:12px;display:flex;max-width:280px;height:16px;overflow:hidden;text-overflow:ellipsis}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content{position:absolute;top:36px;box-sizing:border-box;width:100%;height:32px;display:flex;flex-direction:row;align-items:center}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon{position:relative;margin-right:4px;display:flex;align-items:center;justify-content:center;width:26px;min-width:26px;height:26px;border-radius:8px}.sendbird-theme--light .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon{background-color:var(--sendbird-dark-background-500)}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__url{height:16px;position:relative;display:flex;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap}.sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at{position:absolute;top:12px;right:18px}.sendbird-message-search-file-item .sendbird-message-search-file-item__right-footer{width:16px}.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected{background-color:var(--sendbird-dark-background-700)}.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-left:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-left:4px solid var(--sendbird-dark-primary-200)}.sendbird-app__wrap{width:100%;height:100%;display:flex;box-sizing:border-box}.sendbird-app__wrap .sendbird-app__searchpanel-wrap{width:320px;overflow-y:scroll;box-sizing:border-box}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-top:1px solid var(--sendbird-light-onlight-04);border-right:1px solid var(--sendbird-light-onlight-04);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-top:1px solid var(--sendbird-dark-background-600);border-right:1px solid var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-background-600)}.sendbird-app__wrap .sendbird-app__conversation-wrap{flex:1 1;position:relative;width:calc(100% - 320px)}.sendbird-app__wrap .sendbird-app__channellist-wrap{max-width:320px}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap{border-top:1px solid var(--sendbird-light-onlight-04);border-left:1px solid var(--sendbird-light-onlight-04);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap{border-top:1px solid var(--sendbird-dark-background-600);border-left:1px solid var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info{background-color:var(--sendbird-dark-background-700)}.sendbird-app__wrap .sendbird-chat-header__search{margin-right:16px}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search{background-color:var(--sendbird-dark-background-700)}.sendbird-app__wrap .sendbird-channel-settings{border-left:none}.sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings{border-top:1px solid var(--sendbird-light-onlight-04);border-right:1px solid var(--sendbird-light-onlight-04);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings{border-top:1px solid var(--sendbird-dark-background-600);border-right:1px solid var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-background-600)}.sendbird-app__wrap .sendbird-channel-settings .sendbird-channel-settings__header{height:64px}.sendbird-openchannel-conversation{position:relative;display:flex;flex-direction:column;height:100%;width:100%}.sendbird-theme--light .sendbird-openchannel-conversation{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-conversation{background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll{overflow-y:auto;flex:1 1;order:2;width:100%}.sendbird-openchannel-conversation .sendbird-openchannel-footer{order:3;padding:12px 24px 24px}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container{display:flex;height:100%;overflow-y:auto;overflow-x:hidden;flex-direction:column}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container .sendbird-openchannel-conversation-scroll-padding{flex:1 1}.sendbird-frozen-channel-notification{position:relative;margin-top:8px;margin-right:24px;margin-left:24px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.sendbird-theme--light .sendbird-frozen-channel-notification{background-color:var(--sendbird-light-information-100)}.sendbird-theme--dark .sendbird-frozen-channel-notification{background-color:var(--sendbird-dark-information-100)}.sendbird-openchannel-conversation-header{position:relative;min-height:64px;box-sizing:border-box}.sendbird-theme--light .sendbird-openchannel-conversation-header{border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-conversation-header{border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;max-width:calc(100% - 120px)}.sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{position:absolute;left:20px;top:16px}.sendbird-openchannel-conversation-header__left__title{position:absolute;left:60px;top:12px}.sendbird-openchannel-conversation-header__left__sub-title{position:absolute;left:60px;top:36px}.sendbird-openchannel-conversation-header__right{position:absolute;top:0;right:0;width:64px;height:64px}.sendbird-openchannel-conversation-header__right__trigger{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center}.sendbird-openchannel-conversation-header__left__cover-image--icon{display:flex;justify-content:center;align-items:center;border-radius:50%}.sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon{background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon{background-color:var(--sendbird-dark-background-300)}.sendbird-openchannel-conversation-scroll{position:relative;width:100%}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container{position:sticky;width:100%;bottom:0;height:100%;overflow:hidden}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__padding{height:8px}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container{width:100%;height:100%;overflow:scroll}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container.no-messages,.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container.no-messages .sendbird-openchannel-conversation-scroll__container__place-holder{width:100%;height:100%}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{position:absolute;display:flex;align-items:center;justify-content:center;bottom:8px;left:calc(50% - 20px);width:40px;height:40px;border-radius:24px;z-index:1}.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{background-color:var(--sendbird-light-primary-300);box-shadow:var(--sendbird-light-shadow-05)}.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{background-color:var(--sendbird-dark-primary-200);box-shadow:var(--sendbird-dark-shadow-05)}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover{cursor:pointer}.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover{background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active{background-color:var(--sendbird-light-primary-500)}.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active{background-color:var(--sendbird-dark-primary-400)}.sendbird-openchannel-user-message{position:relative;display:flex;flex-direction:row;width:100%}.sendbird-theme--light .sendbird-openchannel-user-message:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-user-message:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-user-message:hover .sendbird-openchannel-user-message__context-menu{display:block}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left{position:relative;display:flex;width:52px;min-width:52px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar{position:relative;display:flex;margin-top:8px;margin-left:24px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right{position:relative;display:flex;flex-direction:column;width:100%;margin:8px 24px 8px 12px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top{position:relative;display:flex;margin-bottom:2px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sender-name{position:relative;display:flex}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at{position:relative;display:flex;margin-left:4px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom{position:relative;display:flex;width:100%}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom .sendbird-openchannel-user-message__right__bottom__message{position:relative;word-break:break-all}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__tail{position:relative;top:2px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu{position:absolute;right:16px;display:none}.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover{background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-admin-message{position:relative;margin:16px 24px;padding:12px 16px;border-radius:4px}.sendbird-theme--light .sendbird-openchannel-admin-message{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-admin-message{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-admin-message:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-admin-message:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-admin-message .sendbird-openchannel-admin-message__text{word-wrap:break-word}.sendbird-openchannel-og-message{position:relative;display:flex;flex-direction:column;width:100%}.sendbird-theme--light .sendbird-openchannel-og-message:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-og-message:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-og-message:hover .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{display:block}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top{box-sizing:border-box;position:relative;display:flex;flex-direction:row}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left{position:relative;display:flex;width:52px;min-width:52px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar{position:absolute;display:flex;top:8px;left:24px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right{position:relative;display:flex;box-sizing:border-box;flex-direction:column;margin:8px 24px 8px 12px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title{position:relative;display:flex;margin-bottom:2px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sender-name{position:relative;display:flex}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sent-at{position:relative;display:flex;margin-left:4px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message{position:relative;display:inline;white-space:pre-wrap;word-break:break-all}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{position:absolute;right:16px;display:none}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover{background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom{position:relative;display:inline;margin-bottom:8px;width:100%}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{position:relative;display:inline-block;box-sizing:border-box;width:calc(100% - 64px);max-width:360px;left:64px;padding:12px 12px 4px;border-radius:8px}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{border:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{border:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-500)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__url{position:relative;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px;max-width:336px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title{position:relative;display:inline-block;white-space:pre-wrap;overflow-wrap:normal;margin-bottom:8px;max-width:336px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover{cursor:pointer}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover{color:var(--sendbird-dark-primary-200)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__description{position:relative;display:block;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all;max-height:32px;margin-bottom:8px;width:100%;max-width:336px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail{box-sizing:border-box;position:relative;display:block;margin-top:4px;margin-bottom:8px;width:100%}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail:hover{cursor:pointer}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image,.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image--placeholder{border-radius:8px;width:100%;min-width:200px;max-width:336px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail{position:relative;left:64px;top:2px}.sendbird-openchannel-og-message--word{display:inline;margin:0 2px;word-break:break-all}.sendbird-theme--light .sendbird-openchannel-og-message--word--link{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-openchannel-og-message--word--link{color:var(--sendbird-dark-primary-200)}.sendbird-openchannel-thumbnail-message{position:relative;display:flex;flex-direction:row}.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu{display:block}.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover{background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left{position:relative;display:flex;width:52px;min-width:52px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar{position:absolute;display:inline;margin-top:8px;margin-left:28px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right{position:relative;display:flex;flex-direction:column;margin-top:8px;margin-bottom:8px;margin-left:12px;width:calc(100% - 64px)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title{position:relative;display:inline;margin-bottom:4px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name{position:relative;display:inline;margin-right:4px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sent-at{position:relative;display:inline}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body{position:relative;display:flex;border-radius:8px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body:hover .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{opacity:1}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap{position:relative;box-sizing:content-box}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{position:absolute;opacity:0;width:100%;height:100%;max-width:360px;top:0;left:0;border-radius:8px;cursor:pointer}.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{background-color:var(--sendbird-light-overlay-02)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{background-color:var(--sendbird-dark-overlay-02)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video{max-width:360px;max-height:360px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video:hover{cursor:pointer}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__video{max-width:360px;max-height:360px;border-radius:8px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__icon{position:absolute;top:calc(50% - 28px);left:calc(50% - 28px)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon{padding:107px 152px;border-radius:8px}.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon{background-color:var(--sendbird-dark-background-500)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image{border-radius:8px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon{padding:107px 152px;border-radius:8px}.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon{background-color:var(--sendbird-dark-background-500)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown{padding:107px 152px;border-radius:8px}.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown{background-color:var(--sendbird-dark-background-500)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__tail{position:relative;top:2px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu{position:absolute;display:none;top:8px;right:16px}.sendbird-openchannel-file-message{position:relative;display:flex;flex-direction:row}.sendbird-theme--light .sendbird-openchannel-file-message:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-file-message:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-file-message:hover .sendbird-openchannel-file-message__context-menu{display:block}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left{position:relative;display:flex;width:52px;min-width:52px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar{position:absolute;display:block;margin-top:8px;margin-left:24px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right{position:relative;display:flex;flex-direction:column;margin-left:12px;margin-bottom:4px;width:calc(100% - 64px)}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title{position:relative;display:flex;margin-top:8px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sender-name{position:relative;display:flex}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at{position:relative;display:flex;margin-left:4px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{position:relative;display:flex;margin-top:4px;margin-bottom:4px;border-radius:8px}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{background-color:var(--sendbird-light-background-100);border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{background-color:var(--sendbird-dark-background-500);border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon{position:relative;display:inline-block;margin:8px;border-radius:8.6px}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon{background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name{position:relative;display:flex;margin-top:22px;margin-right:16px;margin-left:4px;overflow:hidden;height:20px;max-height:20px;text-overflow:ellipsis;white-space:nowrap}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu{position:absolute;display:none;top:8px;right:16px}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover{background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover{background-color:var(--sendbird-dark-background-700)}.sendbird-fileviewer__header__right__actions__close,.sendbird-fileviewer__header__right__actions__delete,.sendbird-fileviewer__header__right__actions__download{width:64px;padding:21px;box-sizing:border-box;cursor:pointer}.sendbird-fileviewer__header__right__actions__close .disabled,.sendbird-fileviewer__header__right__actions__delete .disabled,.sendbird-fileviewer__header__right__actions__download .disabled{cursor:not-allowed}.sendbird-fileviewer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:100000}.sendbird-theme--light .sendbird-fileviewer{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-fileviewer{background-color:var(--sendbird-dark-background-600)}.sendbird-fileviewer .sendbird-fileviewer__header{height:64px;min-height:64px;box-sizing:border-box;display:flex;justify-content:space-between}.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header{border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header{border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;height:64px;padding:16px 20px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar{margin-right:8px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename{max-width:500px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;margin-left:8px;padding-top:5px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right{display:flex;width:160px;justify-content:flex-end}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions{right:0;display:flex;flex-direction:row}.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-left:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-left:1px solid var(--sendbird-dark-ondark-04)}.sendbird-fileviewer .sendbird-fileviewer__content{height:calc(100% - 72px);margin-top:8px;overflow-y:auto;display:flex;align-items:center;justify-content:center}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video{max-width:100%;max-height:100%}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img{max-width:90%;max-height:90%}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported{max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center}.sendbird-openchannel-settings{height:100%;width:320px;display:inline-block;overflow-y:scroll;position:relative}.sendbird-theme--light .sendbird-openchannel-settings{background-color:var(--sendbird-light-background-50);border-left:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings{background-color:var(--sendbird-dark-background-600);border-left:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-participants-accordion__footer{text-align:left;padding-top:16px;padding-left:16px}.sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon{position:absolute;left:14px}.sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete{position:absolute;left:16px}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant{height:100%}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__participant-list{padding-top:64px;height:calc(100% - 64px);overflow-y:scroll}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{display:block;width:100%;position:absolute;top:0;left:0}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel,.sendbird-openchannel-settings .sendbird-participants-accordion{text-align:left}.sendbird-openchannel-settings .sendbird-openchannel-settings__members .sendbird-badge__text{margin-top:-2px}.sendbird-openchannel-settings .sendbird-openchannel-settings__header{height:64px;min-height:64px;position:relative;padding:20px 24px;box-sizing:border-box;text-align:left}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__header{border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__header{border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon{cursor:pointer;position:absolute;top:20px;right:16px}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path{fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path{fill:var(--sendbird-dark-ondark-01)}.sendbird-openchannel-settings .sendbird-openchannel-settings__placeholder{margin-top:40%}.sendbird-openchannel-settings .sendbird-openchannel-settings__url{padding:16px;box-sizing:border-box;position:relative}.sendbird-openchannel-settings .sendbird-openchannel-settings__url:hover .sendbird-openchannel-settings__copy-icon{display:inline-block}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon{cursor:pointer;position:absolute;display:none;top:10px;right:18px}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{margin-top:8px}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label,.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{text-align:left;display:block;word-wrap:break-word}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url{background-color:var(--sendbird-light-background-50);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url{background-color:var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{display:block;cursor:pointer;box-sizing:border-box;position:relative;padding:12px 22px 10px 56px}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{background-color:var(--sendbird-light-background-50);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{background-color:var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item:focus{outline:none}.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item.sendbird-channel-settings__panel-item__disabled{cursor:not-allowed}.sendbird-openchannel-settings .sendbird-participants-accordion__member{position:relative;padding:12px 0 12px 56px;width:100%;height:40px;box-sizing:border-box;text-align:left}.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-label{max-width:190px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.operator,.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id{position:absolute;right:16px}.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__action,.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.operator,.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.user-id{display:none}.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__action{display:inline-block}.sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar{position:absolute;left:16px;top:10px;cursor:pointer}.sendbird-openchannel-settings .sendbird-participants-accordion__member__action{position:absolute;display:none;top:4px;right:8px;cursor:pointer}.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer,.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer,.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer,.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer{padding-top:16px;display:flex;justify-content:left;padding-left:12px}.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer .sendbird-button:nth-child(2){margin-left:8px}.sendbird-more-users__popup-scroll{max-height:420px;overflow:scroll}.sendbird-openchannel-profile{position:relative;text-align:center;padding:32px 40px 27px}.sendbird-theme--light .sendbird-openchannel-profile{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-profile{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-profile .sendbird-openchannel-profile--inner{height:116px}.sendbird-openchannel-profile .sendbird-openchannel-profile__avatar{margin-bottom:16px;text-align:center}.sendbird-openchannel-profile .sendbird-openchannel-profile__title{display:inline-block;max-width:240px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;height:18px}.sendbird-openchannel-profile .sendbird-openchannel-profile__edit{position:absolute;top:10px;right:16px}.sendbird-theme--light .sendbird-message-input__edit{background-color:inherit}.fadeIn,.fadeOut{-webkit-animation-fill-mode:both}#stamped-main-widget,#stamped-main-widget:after,.question-form-wrapper,.st-clearboth,.stamped-badge,.stamped-badge:after,.stamped-container:after,.stamped-content,.stamped-form-actions:after,.stamped-form-contact-email:after,.stamped-form-contact-location:after,.stamped-form-contact-name:after,.stamped-form-contact:after,.stamped-form-review-body:after,.stamped-form-review-rating,.stamped-form-review-rating:after,.stamped-form-review-title:after,.stamped-form-review:after,.stamped-header-title:after,.stamped-header:after,.stamped-loading:after,.stamped-review,.stamped-review-content:after,.stamped-review-header-title,.stamped-review-reply:after,.stamped-summary:after,[data-widget-style=slider] .slick-track:after{clear:both}.stamped-launcher-button iframe,.stamped-link-disabled,.stamped-review-vote a.disable-link,.stamped-ugc-modal,.summary-rating[data-count="0"],[data-widget-style=slider] .slick-slide.dragging img{pointer-events:none}@font-face{font-family:stamped-font;font-display:swap;src:url(https://cdn1.stamped.io/fonts/stamped-font.eot?rkevfi);src:url(https://cdn1.stamped.io/fonts/stamped-font.eot?rkevfi#iefix) format("embedded-opentype"),url(https://cdn1.stamped.io/fonts/stamped-font.ttf?rkevfi) format("truetype"),url(https://cdn1.stamped.io/fonts/stamped-font.woff?rkevfi) format("woff"),url(https://cdn1.stamped.io/fonts/stamped-font.svg?rkevfi#stamped-font) format("svg");font-weight:400;font-style:normal}.fa,.stamped-fa{display:inline-block;font-style:normal}[class*=" stamped-fa-"]:before,[class*=" stamped-icon-"]:before,[class^=fa-]:before,[class^=stamped-fa-]:before,[class^=stamped-icon-]:before{font-family:stamped-font,FontAwesome,Font Awesome\ 5 Pro,Font Awesome\ 5 Brands;font-style:normal;font-weight:400;speak:none;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1em}.fa-star:before,.stamped-fa-star:before{content:"\f005"}.fa-check-circle:before,.stamped-fa-check-circle:before{content:"\e801"}.fa-check-circle-o:before,.stamped-fa-check-circle-o:before{content:"\f05d"}.fa-edit:before,.stamped-fa-edit:before{content:"\e803"}.fa-star-o:before,.stamped-fa-star-o:before{content:"\f006"}.fa-camera:before,.stamped-fa-camera:before{content:"\e805"}.fa-comment:before,.stamped-fa-comment:before{content:"\e809"}.fa-instagram:before,.stamped-fa-instagram:before{content:"\f16d"}.fa-videocam:before,.stamped-fa-videocam:before{content:"\e806"}.stamped-fa-search:before{content:"\e900"}.fa-thumbs-up-o:before,.stamped-fa-thumbs-up-o:before{content:"\e807"}.fa-thumbs-down-o:before,.stamped-fa-thumbs-down-o:before{content:"\e808"}.fa-twitter:before,.stamped-fa-twitter:before{content:"\f099"}.fa-facebook:before,.stamped-fa-facebook:before{content:"\f09a"}.fa-gplus:before,.stamped-fa-gplus:before{content:"\f0d5"}.fa-chat-empty:before,.stamped-fa-chat-empty:before{content:"\f0e6"}.fa-angle-left:before,.stamped-fa-angle-left:before{content:"\f104"}.fa-angle-right:before,.stamped-fa-angle-right:before{content:"\f105"}.fa-spinner:before,.stamped-fa-spinner:before{content:"\f110"}.fa-smile-o:before,.stamped-fa-smile-o:before{content:"\f118"}.fa-frown-o:before,.stamped-fa-frown-o:before{content:"\f119"}.fa-meh-o:before,.stamped-fa-meh-o:before{content:"\f11a"}.fa-star-half-o:before,.stamped-fa-star-half-o:before{content:"\f123"}.fa-thumbs-up:before,.stamped-fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before,.stamped-fa-thumbs-down:before{content:"\f165"}.fa-share-alt:before,.stamped-fa-share-alt:before{content:"\f1e0"}.fa-facebook-official:before,.stamped-fa-facebook-official:before{content:"\f230"}.fa-right-dir:before{content:"\e802"}.fa-left-dir:before{content:"\e800"}.fa-verified-user:before{content:"\e904"}.fa-favorite_border:before{content:"\e909"}.fa-stars:before{content:"\e90a"}.fa-favorite:before{content:"\e90c"}.fa-equalizer:before,.fa-options:before,.fa-params:before,.fa-preferences:before,.fa-settings:before,.stamped-fa-params:before{content:"\e901"}.fa-dots-three-vertical:before{content:"\e902"}.fa-dots-three-horizontal:before{content:"\e903"}.stamped-container{font-family:Open Sans,Verdana,sans-serif;text-align:left}.stamped-container[data-widget-show-filter-keywords=false] #stamped-reviews-filter,.stamped-rewards-vip-tiers>.stamped-rewards-card:last-child,.stamped-style-borderless .stamped-container{border:none!important}#stamped-main-widget:after,#stamped-main-widget:before,.stamped-container:after,.stamped-container:before,.stamped-form-actions:after,.stamped-form-actions:before,.stamped-form-contact-email:after,.stamped-form-contact-email:before,.stamped-form-contact-location:after,.stamped-form-contact-location:before,.stamped-form-contact-name:after,.stamped-form-contact-name:before,.stamped-form-contact:after,.stamped-form-contact:before,.stamped-form-review-body:after,.stamped-form-review-body:before,.stamped-form-review-rating:after,.stamped-form-review-rating:before,.stamped-form-review-title:after,.stamped-form-review-title:before,.stamped-form-review:after,.stamped-form-review:before,.stamped-header-title:after,.stamped-header-title:before,.stamped-header:after,.stamped-header:before,.stamped-loading:after,.stamped-loading:before,.stamped-review-content:after,.stamped-review-content:before,.stamped-review-reply:after,.stamped-review-reply:before,.stamped-summary:after,.stamped-summary:before{content:" ";display:table}.fa-star,.fa-star-checked,.fa-star-half-o,.fa-star-o,.stamped-fa-star,.stamped-fa-star-checked,.stamped-fa-star-half-o,.stamped-fa-star-o{color:#ffd200;padding:0}.fa-star-half-o:before,.fa-star-o:before,.fa-star:before,.stamped-fa-star-half-o:before,.stamped-fa-star-o:before,.stamped-fa-star:before{font-size:18px;margin-right:-1px}.stamped-form-review-rating .fa-star-half-o:before,.stamped-form-review-rating .fa-star-o:before,.stamped-form-review-rating .fa-star:before,.stamped-form-review-rating .stamped-fa-star-half-o:before,.stamped-form-review-rating .stamped-fa-star-o:before,.stamped-form-review-rating .stamped-fa-star:before,.stamped-summary-starrating i:before,.stamped-ugc-modal-caption .fa:before,.stamped-ugc-modal-caption .stamped-fa:before{font-size:23px}.fa-check-circle-o,.fa-share-alt,.fa-thumbs-down,.fa-thumbs-up,.stamped-fa-check-circle-o,.stamped-fa-share-alt,.stamped-fa-thumbs-down,.stamped-fa-thumbs-up{color:#000;padding:0}.fa-check-circle-o:before,.fa-share-alt:before,.fa-thumbs-down:before,.fa-thumbs-up:before,.stamped-fa-check-circle-o:before,.stamped-fa-share-alt:before,.stamped-fa-thumbs-down:before,.stamped-fa-thumbs-up:before{font-size:12px}a.stamped-thumbs-up{margin-left:10px}.fa-star-checked:before,.stamped-fa-star-checked:before{font-family:stamped-font,FontAwesome;content:"\f005"!important}.fa-star-half-o:before,.fa-star-o:before,.fa-star:before,.stamped-fa-star-half-o:before,.stamped-fa-star-o:before,.stamped-fa-star:before{font-family:stamped-font,FontAwesome!important}a.fa-star:hover,a.stamped-fa-star:hover{color:#615b0c}.stamped-starrating a{text-decoration:none!important;color:gold}#stamped-main-widget{display:block;overflow:hidden;margin:1em 15px;font-style:normal}#stamped-badge-widget-holder.hide-text .stamped-badge-caption,#stamped-main-widget [data-widget-style=profile] .stamped-review-variant,#stamped-main-widget:not([data-product-id]) .stamped-summary-actions,#stamped-main-widget:not([data-product-id]) li#tab-questions,#stamped-main-widget[data-product-id=""] .stamped-summary-actions,#stamped-main-widget[data-product-id=""] li#tab-questions,.aggregateRating,.stamped-container[data-count="0"] .stamped-reviews-filter,.stamped-container[data-widget-show-avatar=false] .stamped-review-avatar,.stamped-container[data-widget-show-date-qna=false] .stamped-questions .stamped-review .created,.stamped-container[data-widget-show-date=false] .stamped-review-date,.stamped-container[data-widget-show-date=false] .stamped-reviews .stamped-review .created,.stamped-container[data-widget-show-filter-keywords=false] .stamped-reviews-filter-label,.stamped-container[data-widget-show-filter-keywords=false] .stamped-summary-keywords,.stamped-container[data-widget-show-graph=false] .stamped-summary-ratings,.stamped-container[data-widget-show-location=false] .review-location,.stamped-container[data-widget-show-product-variant=false] .stamped-review-product,.stamped-container[data-widget-show-product-variant=false] .stamped-review-variant,.stamped-container[data-widget-show-qna=false] .stamped-summary-actions-newquestion,.stamped-container[data-widget-show-qna=false] li#tab-questions,.stamped-container[data-widget-show-share=false] .stamped-review-share,.stamped-container[data-widget-show-sort=false] #stamped-sort-select,.stamped-container[data-widget-show-sort=false] .stamped-sort-select-wrapper,.stamped-container[data-widget-show-sort=false] .stamped-sort-select2-wrapper,.stamped-container[data-widget-show-summary-photo=false] .stamped-photos-carousel,.stamped-container[data-widget-show-summary-recommend=false] .stamped-review-recommend,.stamped-container[data-widget-show-summary-recommend=false] .stamped-summary-recommend,.stamped-container[data-widget-show-tab-qna=false] .stamped-tabs li#tab-questions,.stamped-container[data-widget-show-tab-reviews=false] .stamped-tabs li#tab-reviews,.stamped-container[data-widget-show-verified=false] .stamped-review[data-verified=buyer] .stamped-review-avatar:before,.stamped-container[data-widget-show-verified=false] .stamped-verified-badge,.stamped-container[data-widget-show-verified=false] .verified-badge,.stamped-container[data-widget-show-votes=false] .stamped-review-vote,.stamped-container[data-widget-show-votes=false] div.stamped-review-vote,.stamped-header .stamped-review-option-selected,.stamped-pagination .first,.stamped-pagination .last,.stamped-photos-carousel .photo.stamped-photo:nth-child(n+9),.stamped-photos-carousel[data-count="0"]>div:after,.stamped-photos-carousel[data-count="0"]>div:before,.stamped-photos-carousel[data-count="1"]>div:after,.stamped-photos-carousel[data-count="1"]>div:before,.stamped-photos-carousel[data-count="2"]>div:after,.stamped-photos-carousel[data-count="2"]>div:before,.stamped-photos-carousel[data-count="3"]>div:after,.stamped-photos-carousel[data-count="3"]>div:before,.stamped-photos-carousel[data-count="4"]>div:after,.stamped-photos-carousel[data-count="4"]>div:before,.stamped-photos-carousel[data-count="5"]>div:after,.stamped-photos-carousel[data-count="5"]>div:before,.stamped-photos-carousel[data-count="6"]>div:after,.stamped-photos-carousel[data-count="6"]>div:before,.stamped-photos-carousel[data-count="7"]>div:after,.stamped-photos-carousel[data-count="7"]>div:before,.stamped-product-reviews-badge.hide-text .stamped-badge-caption,.stamped-rewards-launcher.hidden,.stamped-summary-photos-container .stamped-photos-carousel-btn-left,.stamped-summary-photos-container .stamped-photos-carousel-btn-right,.stamped-summary-text-1[data-count="0"],[data-logged-in=false] .stamped-reward-card-button-earn,[data-logged-in=false] .stamped-rewards-header-menu,[data-widget-style=slider] .stamped-review-avatar,[data-widget-type=masonry] .stamped-review-image a:nth-child(2),[data-widget-type=masonry] .stamped-review-image a:nth-child(3),[data-widget-type=minimal] .stamped-review-recommend{display:none!important}.stamped-loading{display:block;border:1px solid rgba(0,0,0,.1);padding:24px;text-align:center}.stamped-header-title{font-size:24px;margin:0 0 30px;width:100%}.stamped-header .stamped-review-options{background:#fafafa;padding:20px;margin:20px 0;line-height:10px;clear:both}.stamped-starratings{font-size:13px;margin:0}.stamped-icon{font-size:120%;position:relative;top:1px;width:1.3em;height:1.3em}.stamped-icon.stamped-icon-star-empty{opacity:.6}.new-review-form .stamped-form-custom-question br,.stamped-badge[data-rating="0"],.stamped-badge[data-rating="0,0"],.stamped-badge[data-rating="0.0"],.stamped-container .stamped-review-product,.stamped-container .stamped-review-variant,.stamped-form-contact-location,.stamped-form-custom-questions:empty,.stamped-location-flag img.stamped-lazyload.loading,.stamped-review-avatar[data-avatar=true] .stamped-review-avatar-content,.stamped-review-footer .stamped-share-links,.stamped-review-header #stamped-review-avatar:empty,.stamped-review-header .stamped-review-avatar:empty,.stamped-review-option-labels span:nth-child(2),.stamped-review-option-labels span:nth-child(3),.stamped-review-option-labels span:nth-child(4),.stamped-review-recommend:not([data-is-recommend=true]),.stamped-review-reply #stamped-review-avatar:empty,.stamped-review-reply .stamped-review-avatar:before,.stamped-review-reply .stamped-review-avatar:empty,.stamped-review-reply .stamped-review-footer,.stamped-reviews .stamped-review-options:empty,.stamped-reviews-filter-label,.stamped-reviews-filter[data-show-filters=true] #stamped-sort-select,.stamped-reviews-filter[data-show-filters=true] .stamped-sort-select-wrapper,.stamped-rewards-header-small,.stamped-summary-actions-togglereviews[data-count="0"],.stamped-summary-caption .stamped-summary-text[data-count="0"],.stamped-summary-ratings[data-count="0"],.stamped-summary[data-count="0"] .stamped-summary-caption,.stamped-ugc-modal-user-username[data-verified-type="0"] .stamped-verified-badge,.stamped-ugc-modal[data-modal-type=instagram] .stamped-verified-badge,[data-logged-in=false] .stamped-rewards-header-main-points,[data-logged-in=false] .stamped-rewards-header-small-points,[data-logged-in=true] .stamped-rewards-header-main-subtitle,[data-widget-style=profile] .stamped-summary[data-count="0"],[data-widget-style=slider] .slick-arrow.slick-hidden,[data-widget-style=slider] .slick-slide.slick-loading img,[data-widget-style=slider] .stamped-review-options,[data-widget-type=masonry] .stamped-review-avatar,[data-widget-type=minimal] .stamped-summary-photos.stamped-summary-photos-container,[data-widget-type=minimal] .stamped-summary-ratings,body[data-mobile=true] .stamped-launcher-icon-opened span,div[data-load-type=continue] ul.stamped-pagination li,div[data-widget-load-type=continue] ul.stamped-pagination li,div[data-widget-style*=standard] .stamped-form-title,div[data-widget-style*=standard] .stamped-header-title{display:none}.stamped-form-custom-question>label,.stamped-main-badge .stamped-badge[data-rating="0"],.stamped-main-badge .stamped-badge[data-rating="0,0"],.stamped-main-badge .stamped-badge[data-rating="0.0"],[data-widget-style=profile] .stamped-summary-text,[data-widget-style=slider] .slick-initialized .slick-slide,[data-widget-style=slider] .slick-slide img,div[data-load-type=continue] ul.stamped-pagination li.next,div[data-widget-load-type=continue] ul.stamped-pagination li.next{display:block}.stamped-badge{min-height:auto;min-width:auto;display:block;cursor:pointer}.stamped-main-badge .stamped-badge-caption[data-reviews="0"]:after,.stamped-main-badge:after,.stamped-main-badge:before,.stamped-main-badge[data-lang=fr] .stamped-badge-caption[data-reviews="0"]:after,.stamped-reviews .stamped-review-options span.stamped-review-option-checkbox span:last-child:after,.stamped-reviews:empty:after,.stamped-summary-caption .stamped-summary-text:after,.stamped-summary-caption .stamped-summary-text:before,.stamped-ugc-modal-wrapper:after,span.stamped-badge[data-rating="0.0"]:not([data-lang=en]):not([data-lang=""]) .stamped-badge-caption:after{content:""}.stamped-badge-starrating{color:gold;margin:0 3px 0 0!important;vertical-align:middle}.stamped-badge-starrating .stamped-fa{font-size:100%}.stamped-main-badge[data-type=qna]:empty:before{font-family:stamped-font,FontAwesome;content:"\f0e6 "}.stamped-main-badge[data-type=qna]:empty:after{content:" Ask a question"}.stamped-badge-caption[data-questions]:before{content:"\f0e6 ";font-family:stamped-font,FontAwesome;font-size:15px;font-style:normal;font-weight:400;text-decoration:inherit;padding-right:3px;display:inline-block}.stamped-badge-caption[data-questions]:after{content:" answered questions"}.stamped-badge-caption[data-questions="1"]:after{content:" answered question"}.stamped-badge-caption[data-questions="0"]:after{content:"Ask a question"}.stamped-badge-caption[data-reviews][data-label]:after{content:" " attr(data-label)}.stamped-badge-caption[data-reviews][data-label][data-version="2"]:after{content:""!important}.stamped-badge-caption[data-reviews][data-label][data-version="2"]>span{display:inline!important}#stamped-review-vote a,.stamped-main-badge,.stamped-review-vote a,span.btn-slide-left,span.btn-slide-right{cursor:pointer}.stamped-tab-container{position:relative;font-size:14px}div.stamped-container ul.stamped-tabs,div.stamped-container ul.stamped-tabs li{max-height:45px;margin-bottom:0;margin-left:0}.stamped-container ul.stamped-tabs{padding:0;border-bottom:1px solid #eee;margin:0!important}.stamped-container ul.stamped-tabs li{display:inline-block;height:100%;width:auto!important;margin-right:15px;padding:6px 10px 10px;color:#000;font-size:14px;cursor:pointer;box-sizing:border-box}.stamped-container ul.stamped-tabs li.active{font-weight:700;border-bottom:3px solid #000}li#tab-questions[data-count][data-new-tab]:after,li#tab-reviews[data-count]:after{content:"" attr(data-count);background:#f8f9fa;padding:2px 5px;margin-left:10px}.stamped-file-uploader{vertical-align:bottom}.stamped-file-holder{float:left;margin-top:15px}.stamped-file-photo{position:relative;display:inline-block;width:70px}.stamped-file-photo i{position:absolute}.stamped-file-photo-remove{position:absolute;top:0;right:0;line-height:12px;height:15px;width:15px;background:hsla(0,0%,100%,.9)!important;text-align:center;cursor:pointer}.stamped-file-uploader label[for=stamped-file-uploader-input],[data-widget-type=masonry] .stamped-review-recommend[data-is-recommend=true],[data-widget-type=minimal][data-widget-show-avatar=false] .stamped-review-content,div[data-widget-style*=standard] .new-review-form,div[data-widget-style*=standard] .stamped-content form,div[data-widget-style*=standard] .stamped-reviews{margin:0!important}.stamped-file-uploader label[for=stamped-file-uploader-input]>span{margin-right:5px;border-radius:0;padding:9px 20px}.stamped-file-uploader-btn{border-radius:0!important;color:#000}.stamped-file-uploader-btn-label2:before{content:" Add Photos"}.summary-overview,[data-widget-style=slider] .stamped-review-body,div[data-widget-style*=standard] .stamped-header{margin-bottom:20px}.stamped-summary{padding-bottom:10px;margin-bottom:10px}.stamped-summary-actions{display:inline}.stamped-summary-actions-clear,.stamped-summary-actions-mobile-filter,.stamped-summary-actions-newquestion,.stamped-summary-actions-newreview{font-size:13px;text-decoration:none;text-align:center;width:auto;line-height:30px;background:0 0;color:#000;border:1px solid #ccd6e0;padding:3px 20px;border-radius:3px;font-weight:700;box-shadow:2px 3px 5px 0 #8888886b!important}.stamped-summary-actions-newquestion:hover,.stamped-summary-actions-newreview:hover{box-shadow:none!important;text-decoration:none;opacity:.9}.stamped-summary-actions-clear{display:inline-block;cursor:pointer;margin-right:3px!important;margin-top:15px;font-size:12px}.stamped-summary-actions-clear:before{content:"× ";font-size:18px;vertical-align:bottom}.stamped-summary-actions-newquestion,.stamped-summary-actions-newreview{float:right;margin:0 0 0 15px}.stamped-summary-actions-newquestion:before,.stamped-summary-actions-newreview:before{font-family:stamped-font,FontAwesome;font-style:normal;font-weight:400;text-decoration:inherit;padding-right:8px;display:inline-block}.stamped-summary-actions-newreview:before{content:"\e803 "}.stamped-summary-actions-newquestion:before{content:"\f0e6 "}.stamped-summary-starrating{float:left;margin:0}.stamped-summary-ratings{width:250px;float:left;padding-left:20px;border-left:1px solid #eee;color:#999;font-size:12px;line-height:normal;border-right:1px solid #eee;margin-right:20px;margin-bottom:15px}.stamped-button-primary[disabled=disabled],.stamped-main-widget-loading .stamped-reviews .stamped-review,.stamped-rewards-earnings .stamped-reward-card-button-earn[data-campaign-completed=true],.stamped-rewards-earnings [data-campaign-completed=true] .stamped-reward-card-button-earn,.stamped-summary-ratings.selected .summary-rating,.stamped-summary-ratings:hover .summary-rating{opacity:.5}.stamped-rewards-header-close:hover,.summary-rating:hover{opacity:1!important}.stamped-summary-ratings.selected .summary-rating.selected{opacity:1}.stamped-summary-caption{display:inline-block;margin-left:2px;float:left}.stamped-summary-caption-1{line-height:0}.stamped-summary-caption .stamped-summary-reviews:before{content:"Based on "}.stamped-summary-caption .stamped-summary-reviews:after{content:" reviews"}.stamped-summary-caption .stamped-summary-text{font-size:15px;margin-top:10px}.stamped-summary-text{display:inline-block;font-size:.9em}.stamped-summary-text-1{font-size:37px;line-height:30px;font-weight:700;margin-right:5px;margin-top:0}.stamped-summary-text-2{display:block!important;text-align:center;font-size:30px}.summary-rating{margin-bottom:3px}.summary-rating-title{width:19%;display:inline-block;cursor:pointer;color:#555}.stamped-photos-title{font-size:13px;line-height:10px;display:none}.summary-rating-bar{width:59%;display:inline-block;background:#f0f0f0;border:none;text-align:center;cursor:pointer}.summary-rating-bar div[data-rating="0"]{color:#ddd}.summary-rating-count{width:15%;display:inline-block;text-align:left;padding-left:5px;color:#555;white-space:nowrap}.summary-rating-bar-content{background:#ffd200;line-height:normal;display:flex;padding:1px 0 2px;word-wrap:normal;word-break:normal;color:#555}.summary-rating-bar-content:before{content:"";display:block;margin:2px}.stamped-summary-photos{max-width:470px;position:relative;color:#999;height:auto;white-space:nowrap;overflow-x:visible;overflow-y:visible;min-width:280px;display:flex;margin-bottom:20px}.stamped-summary-photos.stamped-summary-photos-container{max-width:295px;min-width:295px;white-space:normal;display:inline-table}.stamped-summary-photos-container{overflow-x:hidden!important;overflow-y:hidden!important}.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo a{width:70px;height:55px;display:block;position:relative;cursor:zoom-in}.stamped-summary-photos-container .stamped-photos-carousel a img{width:70px;height:55px!important;border-radius:0}.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo.stamped-video:before{content:" ";position:absolute;top:0;left:0;width:100%;text-align:center;height:100%;background:rgba(51,51,51,.3);border-radius:5px;background-image:url(https://cdn.shopify.com/s/files/1/0638/7747/files/icon_play_small_1bb286c7-bcdc-483c-b2d7-f8ad4e2691ba.png);background-repeat:no-repeat;background-position:50%;background-size:80px;pointer-events:none}.stamped-form-review-recommend input,.stamped-form-review-recommend-product input,.stamped-summary-photos>div:nth-child(2){height:auto}.stamped-photos-carousel{width:100%;height:auto;position:relative;left:0;transition:1s;overflow-x:hidden;overflow-y:hidden;-webkit-overflow-scrolling:touch}.stamped-photos-carousel .photo{display:inline-block;height:auto;padding-bottom:0;padding-right:5px;vertical-align:top;font-size:11px}.stamped-photos-carousel .photo.stamped-photo{position:relative;width:70px;height:55px;padding-right:0;margin-bottom:5px;margin-right:3px;border:1px solid #ccc;background-repeat:no-repeat!important;background-size:cover!important;background-position:50%!important;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.stamped-photos-carousel a img{height:90px!important;border-radius:5px}.stamped-photos-carousel[data-count]>div:after,.stamped-photos-carousel[data-count]>div:before{position:absolute;width:68px;height:55px;display:block;background-color:#fff;box-shadow:0 0 0 1px #ccc;content:""}.stamped-photos-carousel[data-count]>div:before{right:4px;bottom:4px;z-index:1}.stamped-photos-carousel[data-count]>div:after{right:1px;bottom:1px;z-index:0}.stamped-reviews-filter{width:100%;margin:0 1px;display:inline-block}.stamped-reviews-filter[data-show-filters=part],.stamped-reviews-filter[data-show-filters=true]{padding-bottom:30px;border-bottom:1px solid #eee}#stamped-badge-widget-holder,.stamped-reviews-filter[data-show-filters=part] .stamped-reviews-filter-label,.stamped-reviews-filter[data-show-filters=true] .stamped-reviews-filter-label,[data-widget-style=standard2] .stamped-review-header-title{display:inline-block}.stamped-reviews-filter[data-show-filters=true] #stamped-sort-select2,.stamped-reviews-filter[data-show-filters=true] .stamped-sort-select2-wrapper{display:inline-block!important;float:none!important}.stamped-questions-filter-label,.stamped-reviews-filter-label{margin-top:20px;font-weight:700;font-size:13px}.stamped-questions-filter-label:empty:before,.stamped-reviews-filter-label:empty:before{content:"Filter Reviews:"}#stamped-rewards-views,.st-mt-15,.stamped-filter-selects,[data-widget-style=standard2] .stamped-review-content{margin-top:15px}.stamped-filter-select{margin-right:15px;margin-bottom:10px;display:inline-block}.stamped-summary-keywords{clear:none;font-size:13px;margin-top:20px}.stamped-summary-keywords-label{display:inline-block;margin-bottom:5px;font-weight:700}ul.stamped-summary-keywords-list{margin:0;padding:0;font-size:12px;max-width:600px}ul.stamped-summary-keywords-list li{font-size:14px;color:#6b6d76;background:hsla(0,0%,92%,.7);padding:6px 15px;margin:0 8px 8px 0;border-radius:3px;float:none;list-style:none;border:none;font-weight:700;cursor:pointer;display:inline-block;text-transform:capitalize;line-height:20px}ul.stamped-summary-keywords-list li.selected{border-color:none;background:#ddd!important}ul.stamped-summary-keywords-list li:hover{background:#fafafa;border:none}span.stamped-keyword-highlight{display:inline;background:#feff83}.stamped-photos-carousel .photo.stamped-photo:nth-child(8){z-index:2;position:relative}.stamped-photos-carousel .photo.stamped-photo:nth-child(8) a:before{content:" ";border-right:1px solid #ccc;width:70px;height:55px;position:absolute;top:1px;border-bottom:1px solid #ccc;left:1px;z-index:0}.stamped-photos-carousel .photo.stamped-photo:nth-child(8) a:after{content:" ";border-right:1px solid #ccc;width:70px;height:55px;position:absolute;top:3px;border-bottom:1px solid #ccc;left:3px;z-index:0}.stamped-photos-carousel-btn-left,.stamped-photos-carousel-btn-right{position:absolute;top:50%;vertical-align:middle;margin-top:-10px;height:20px;text-align:right}.stamped-photos-carousel-btn-left{left:-16px}.stamped-photos-carousel-btn-right{right:-18px}.new-review-form,.stamped-content form{display:block;margin:25px 0 0;padding:25px 0 0}.stamped-form>form{margin:0}.stamped-form-title{font-size:16px;line-height:24px;margin-top:0}.stamped-form-actions,.stamped-form-contact,.stamped-form-custom-questions,.stamped-form-review{padding:0;border:0;margin:0}.stamped-form-actions{text-align:right;margin-bottom:30px}.stamped-content,div[data-widget-style*=standard] .stamped-summary{position:relative}.stamped-main-widget-loading .stamped-reviews>span:first-child{display:block;position:absolute;top:0;left:50%;border:none;margin:auto auto auto -75px;padding:10px 20px;font-size:14px;background:#eee;z-index:2}.stamped-reviews-nav,.stamped-reviews-ul,nav.stamped-reviews{margin:auto!important}.stamped-form-review-rating{overflow:hidden;margin-bottom:15px}.stamped-form-review-rating input{display:table;height:5px!important;width:5px!important;font-size:1px!important;line-height:5px!important;-webkit-appearance:none}.stamped-form-review-rating a,.stamped-form-review-rating a:hover{text-decoration:none!important;display:inline-block!important;float:left!important}.stamped-form-label{font-size:14px;line-height:20px;color:#000}.stamped-form-input{margin:0;font-family:inherit!important;font-style:normal}.stamped-form-label+.stamped-form-input{font-weight:400;margin:0 0 10px;display:block;width:100%!important;min-height:30px;line-height:30px}input.stamped-form-input{height:35px}input.stamped-form-input-email,input.stamped-form-input-text,textarea.stamped-form-input-textarea{box-sizing:border-box;width:100%!important;height:auto;max-width:100%;margin:0;padding:5px;border:1px solid #d7d7d7}input.stamped-form-input-email,input.stamped-form-input-text{padding:0 8px}.stamped-form-input-textarea{resize:vertical}.stamped-form-input-error,input[type=email].stamped-form-input-error,input[type=text].stamped-form-input-error{border-color:#c0363a}.stamped-starrating.stamped-form-input-error a{color:#c0363a}.stamped-form-message{padding:.8em 1em;margin:0 0 1em}.stamped-form-message-error{background:#c0363a;color:#fff}.stamped-form-message-success{padding:0;margin:50px 0 0}.stamped-button,.stamped-button-primary{width:auto;height:auto!important;margin:0;min-height:1em}.stamped-button-primary{float:none;border:1px solid;padding:5px 10px;margin-left:10px;min-height:30px;text-decoration:none;background:#000;color:#fff;cursor:pointer}#stamped-button-submit,input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary{background:#000;color:#fff;width:auto;padding:10px 20px}.stamped-reviews{margin:0;position:relative;clear:both}.stamped-reviews[data-filtered=true]:empty:after{content:"No reviews matched the selected criteria. Clear or modify your filter and try again.";display:block;text-align:center;max-width:280px;margin:20px auto auto;line-height:25px;font-size:14px}.stamped-review{border-top:1px solid #eee;margin-bottom:30px;padding-top:25px}.stamped-review:first-child{margin-top:0;border-top:none}.stamped-review:last-child{padding-bottom:0}.verified-badge .icon{display:none;background:0 0;float:none;width:auto;height:auto;margin-right:-2px}.stamped-review-header{font-size:14px;width:100%;line-height:18px}div#stamped-review-avatar img,div.stamped-review-avatar img{width:100%;max-width:55px;border-radius:50%;vertical-align:top}.st-f-l,.stamped-review-header #stamped-review-avatar,.stamped-review-header .stamped-review-avatar,.stamped-review-reply #stamped-review-avatar,.stamped-review-reply .stamped-review-avatar{float:left}.stamped-review-avatar{position:relative;float:left;padding:0;margin-right:10px;color:#bbb;background:#f5f5f5;border-radius:50%;text-shadow:1px 1px 0 #fff}.stamped-review[data-verified=buyer] .stamped-review-avatar:before{content:"\e904";font-family:stamped-font;font-size:21px!important;position:absolute;right:-5px;bottom:0;color:#1cc286}.stamped-review-reply .stamped-review-content{clear:both;padding-top:5px}.stamped-review-avatar-content{font-size:18px;text-align:center;text-transform:inherit;font-style:normal;margin-right:10px;display:table-cell;vertical-align:middle;height:56px;width:55px;font-weight:700}.stamped-location-flag,.stamped-location-flag img{width:18px;max-width:18px;min-width:18px;line-height:0}.stamped-review-header .review-location{color:#555;font-size:12px;font-weight:400}.stamped-location-flag img{display:inline-block;vertical-align:bottom;margin:3px 3px 3px 1px!important}.stamped-location-flag img:not([src]){visibility:hidden;height:0;width:0}.stamped-review-header .verified-badge[data-type=email]:after{content:" Verified Reviewer"}.stamped-review-header .verified-badge[data-type=buyer]:after{content:" Verified Buyer"}.stamped-review-header .stamped-verified-badge[data-type=buyer][data-verified-label]:after{content:attr(data-verified-label)}.stamped-review-header .stamped-verified-badge,.stamped-review-header .verified,.stamped-review-header .verified .fa-check-circle-o,.stamped-review-header .verified .stamped-fa-check-circle-o,.stamped-review-header .verified-badge,.stamped-review-header .verified-badge .fa-check-circle-o,.stamped-review-header .verified-badge .stamped-fa-check-circle-o,.stamped-verified-badge{color:#1cc286}.stamped-review-header .created,.stamped-review-header-byline .created{float:right!important;color:#555;font-size:12px;font-weight:400}.stamped-review-header-starratings{font-size:20px;display:inline-block;margin-left:-2px}.stamped-review-header-title{font-size:15px;line-height:24px;min-height:15px;margin:5px 0 0;padding:0;border:none;font-weight:700;text-align:left}.stamped-review-reply .stamped-review-header-title{clear:none;float:left;margin:0;font-weight:700}.stamped-review-content{margin:0 0 15px;clear:both}.edit-review-form textarea,.st-mt-10,.stamped-container .stamped-review-image,.stamped-questions .stamped-icon-comment,.stamped-questions .stamped-review-content-body,.stamped-rewards-coupons,.stamped-rewards-coupons-view,.stamped-rewards-vip-tiers{margin-top:10px}.stamped-container .stamped-review-image img{width:auto;border:1px solid #ccc;margin-right:0!important;transition:.2s;cursor:zoom-in}.stamped-container .stamped-review-image a{position:relative;display:inline-block;margin-right:10px;line-height:0;overflow:hidden}.stamped-container .stamped-review-image a:hover img{border-color:orange}.stamped-container .stamped-review-image a[data-featherlight=iframe]:before{content:"\25BA";position:absolute;width:30px;display:inline-block;text-align:center;margin-top:36px;border-radius:50%;height:30px;line-height:30px;color:#fff;font-weight:700;font-family:stamped-font;font-size:29px;opacity:.8;left:50%;margin-left:-15px;text-shadow:0 0 4px #000}a.stamped-review-link-video:before{content:" ";position:absolute;width:100%;text-align:center;height:100%;background:rgba(51,51,51,.3);border-radius:5px;background-image:url(https://cdn.shopify.com/s/files/1/0638/7747/files/icon_play_small_1bb286c7-bcdc-483c-b2d7-f8ad4e2691ba.png?17798340297911193567);background-repeat:no-repeat;background-position:50%;background-size:100px}.stamped-review-image video{-o-object-fit:cover;object-fit:cover;margin-right:10px;max-width:300px}.stamped-review .author{margin-right:7px}.stamped-review-content-body,.stamped-review-reply-body,.stamped-review-reply-shop{font-size:1em;line-height:20px}.stamped-header .stamped-review-options ul,.stamped-review-content-body,.stamped-ugc-modal-caption-options ul{margin:0;padding:0}.stamped-review-reply{background:0 0;margin:15px 0 0 35px;padding:10px 0 0 15px;border-left:5px solid #e0e0e0}.stamped-review-reply-body{margin:0 0 12px}.stamped-review-reply-shop{display:block;float:right;font-style:italic}p.stamped-review-content-body{font-size:14px;white-space:pre-wrap;margin-bottom:0}.stamped-review-read-more{color:#2196f3}.stamped-summary-recommend{display:block;clear:both;font-size:14px}span.stamped-summary-recommend .stamped-summary-recommend-label:empty:after{content:"reviewers would recommend this product"}span.stamped-summary-recommend-percent{background:#555;padding:5px;color:#fff;font-weight:700;margin-right:7px}span.stamped-summary-recommend-percent:after{content:"%"}.stamped-form-review-recommend,.stamped-form-review-recommend-product{margin-left:1px}.st-mb-10,.stamped-form-review-recommend-label,.stamped-rewards-card-main .stamped-reward-card-title,.stamped-rewards-earnings .stamped-reward-card-icon,.stamped-rewards-spendings .stamped-reward-card-icon,[data-widget-type=minimal] .stamped-review-header-starratings{margin-bottom:10px}.stamped-form-review-recommend-product:before{content:"Do you recommend this Product?";display:block;margin-bottom:10px}.stamped-form-review-recommend label,.stamped-form-review-recommend-product label{margin-right:20px}.stamped-user-review{display:block;flex:auto;width:100%;background:#f2f7fa!important;padding:20px;border:1px solid #dde2eb}.stamped-review-recommend[data-is-recommend=true]{font-size:.9em;margin:10px 0 10px 5px}.stamped-review-recommend[data-is-recommend=true]:before{content:"\f164";font-family:stamped-font;margin-right:8px;color:#1cc186}.stamped-review-recommend[data-is-recommend=true]:empty:after{content:" I recommend this product";clear:both;display:inline-block}#stamped-review-share,#stamped-review-vote,.edit-review-form,.st-mt-0,.stamped-review-share,.stamped-review-vote,div[data-widget-style*=standard] .stamped-review:first-child{margin-top:0!important}.st-f-r,.stamped-reward-card-button-view,.stamped-user-review .created,[data-widget-style=slider] [dir=rtl] .slick-slide{float:right}.stamped-user-review:before{content:"Your Review";font-size:20px;margin-bottom:10px;clear:both;display:inline-block}.stamped-user-review button{float:right;width:auto;padding:3px 10px;font-size:15px;background:grey;color:#fff;border:none}button.stamped-user-review-button:before{content:"UPDATE"}button.stamped-button-edit:before{content:"Edit"}.stamped-share-links a{text-decoration:none}.stamped-messages .stamped-thank-you{width:100%;text-align:center;padding:30px 0;border:1px solid #eee;display:none;margin-top:23px}.stamped-messages .stamped-thank-you p:first-child{font-size:1.3em;margin:auto}.stamped-messages .stamped-share-links{margin-top:20px}.stamped-messages .stamped-share-links a{text-decoration:none;padding:7px 20px;color:#000;border:1px solid #ccc;background:#eee;margin-right:10px}.stamped-messages .stamped-share-links a i,.stamped-questions .stamped-review-reply span.created{margin-right:10px}.stamped-messages h3{text-align:center}.stamped-review-footer{clear:both!important;font-size:12px;opacity:.8;margin-top:25px}.stamped-review-footer:after,.stamped-review-footer:before{content:" "!important;display:table!important}.stamped-review-footer:after{clear:both!important}.stamped-review-footer a{text-decoration:none;border:none!important}#stamped-main-widget[data-dir=rtl] .stamped-form-input.stamped-starrating,#stamped-main-widget[data-dir=rtl] .stamped-review-header #stamped-review-avatar,#stamped-main-widget[data-dir=rtl] .stamped-review-header .stamped-review-avatar,#stamped-main-widget[data-dir=rtl] .stamped-review-reply #stamped-review-avatar,#stamped-main-widget[data-dir=rtl] .stamped-review-reply .stamped-review-avatar,.stamped-review-footer #stamped-review-vote,.stamped-review-footer .stamped-review-vote{float:right!important}.stamped-share-button{cursor:pointer;font-size:0}a.stamped-share-button:after{content:" Share";font-size:12px}#shopry-rating-holder:before{content:" Was this review helpful?"}.stamped-share-icon{cursor:pointer;text-decoration:none;padding:2px 10px;border-radius:2px}.stamped-share-icon.stamped-active{box-shadow:none!important}.stamped-review-footer #stamped-review-share,.stamped-review-footer .stamped-review-share{float:left!important}.stamped-review-reportreview{float:right;font-size:11px;line-height:16px}.stamped-questions-placeholder .stamped-questions{clear:both;display:block!important}.st-w-100,.stamped-questions #stamped-pagination-question,.stamped-questions .stamped-review,.stamped-ugc-modal-image img{width:100%}.stamped-questions span.stamped-review-header-byline{display:block;overflow:auto;margin-bottom:10px!important;font-weight:700}.stamped-pagination{text-align:center;position:relative;margin:20px 0;padding:0}.stamped-pagination a{padding:10px;cursor:pointer;text-decoration:none;font-size:15px}#stamped-main-widget.stamped-ecwid .stamped-container,.stamped-pagination a:not(.link):not(.btn),button.featherlight-close-icon.featherlight-close{border:none}.stamped-pagination li{float:none;list-style:none;font-size:14px;width:auto;margin:0;padding:0}.stamped-pagination li.page{display:inline-block;padding:initial;margin:auto}.stamped-pagination .page.active{font-weight:700;text-decoration:underline!important}.stamped-pagination .last,.stamped-pagination .next{display:inline-block;margin-top:0;margin-left:10px}.stamped-pagination .first,.stamped-pagination .previous{display:inline-block;margin-top:0;margin-right:10px}.stamped-pagination-prev{position:absolute;left:0}.stamped-pagination-next{position:absolute;right:0}div[data-load-type=continue] ul.stamped-pagination li.next a,div[data-widget-load-type=continue] ul.stamped-pagination li.next a{font-size:0;display:inline-block;border:1px solid #333;padding:10px 15px;background:#333;color:#fff;border-radius:3px}div[data-load-type=continue] ul.stamped-pagination li.next a:hover,div[data-widget-load-type=continue] ul.stamped-pagination li.next a:hover{border:1px solid #333;background:#fff;color:#333}div[data-load-type=continue] ul.stamped-pagination li.next a:before,div[data-widget-load-type=continue] ul.stamped-pagination li.next a:before{content:"Load More Reviews";font-size:15px}.stamped-sort-select{float:right;margin:auto 1px 15px auto;max-width:none;padding:0 0 0 12px;border-radius:3px;background-size:auto auto;background-size:initial;font-size:11px;min-width:170px}#stamped-filter-select,#stamped-sort-select,#stamped-sort-select2,.stamped-filter-select,.stamped-sort-select{color:#333;position:static;height:35px;min-height:35px;background-position:right -1px center;background-image:url(https://cdn.stamped.io/cdn/images/icon-arrow-down-bg.svg)!important;background-repeat:no-repeat;background-color:#fff;line-height:1.25;text-indent:.01px;text-overflow:"";border:1px solid #ccd6e0!important;bottom:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:.2s ease-in-out;cursor:pointer;z-index:2;font-weight:400;width:auto}#stamped-filter-select,#stamped-sort-select,#stamped-sort-select2,.stamped-filter-select{background-size:auto auto!important;background-size:initial!important;padding:0 12px!important;border-radius:3px;font-size:12px}#stamped-sort-select,#stamped-sort-select2{background-size:auto auto;background-size:initial;padding-right:0;padding-left:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;font-size:11px;min-width:170px;margin-bottom:15px}#stamped-sort-select{margin-top:-1px}#stamped-filter-select,.stamped-filter-select{min-width:200px;padding-right:55px!important}.stamped-questions-search-text,.stamped-reviews-search-text{color:#000;margin:15px 0 0;max-width:435px;position:relative}.stamped-questions-search-text .stamped-questions-search-icon.stamped-fa.stamped-fa-search,.stamped-reviews-search-text .stamped-reviews-search-icon.stamped-fa.stamped-fa-search{position:absolute;top:calc(50% - 11px);left:6px;line-height:0;font-size:20px}.stamped-questions-search-text .stamped-questions-search-clear,.stamped-reviews-search-text .stamped-reviews-search-clear{position:absolute;right:10px;top:calc(50% - 12px);color:#000;cursor:pointer;font-size:20px;line-height:20px;font-family:verdana}.stamped-questions-search-text input.stamped-questions-search-input,.stamped-reviews-search-text input.stamped-reviews-search-input{color:#333;position:static;height:35px;min-height:35px;background-color:#fff;line-height:1.25;text-indent:.01px;text-overflow:"";border:1px solid #ccd6e0!important;bottom:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:.2s ease-in-out;z-index:2;border-radius:3px;font-size:14px;font-weight:400;width:99%;padding-left:27px;padding-right:50px;box-sizing:border-box}.stamped-form-custom-question label{padding-left:1px}.new-review-form.stamped-visible{border-bottom:1px solid #eee}.new-review-form .stamped-form-custom-question,.st-mb-15,.stamped-rewards-header-content{margin-bottom:15px}.new-review-form .stamped-form-custom-option-scale label div{display:block;margin-top:5px;font-size:.8em}.new-review-form .stamped-form-custom-option-scale{display:inline-block;border-top:1px solid #ccc;margin-top:10px}.new-review-form .stamped-form-custom-option-scale input[type=radio]{display:inline-block;margin:0!important}.new-review-form .stamped-form-custom-option-scale label{padding-left:1px;float:left;width:100px;text-align:center;margin-top:-10px}.new-review-form .stamped-form-custom-option-scale label:nth-child(2){margin-left:-40px}.new-review-form .stamped-form-custom-option-scale label:nth-child(4){margin-right:-40px}.new-review-form .stamped-form-custom-option-scale label:first-child{text-align:left}.new-review-form .stamped-form-custom-option-scale label:last-child{text-align:right}.stamped-header .stamped-review-option-scale,.stamped-review-option-scale-wrapper{background-color:#e5e5e5;display:flex;justify-content:space-between;margin:9px auto;width:100%;position:relative;height:9px;border:1px solid #7c7c7c}.stamped-header .stamped-review-option-scale span,.stamped-review-option-scale-wrapper span{content:"";background:#525252;margin-left:-2px;width:15px;height:15px;border-radius:2px;position:absolute;top:calc(50% - 7px)}.stamped-header .stamped-review-option-scale i,.stamped-review-option-scale-wrapper i{background:#7c7c7c;display:inline-block;width:1px;height:8px}.stamped-header .stamped-review-option-scale i:first-child,.stamped-header .stamped-review-option-scale i:nth-child(5),.stamped-review-option-scale-wrapper i:first-child,.stamped-review-option-scale-wrapper i:nth-child(5){background:0 0}.stamped-review-option-labels{font-size:11px;justify-content:space-between;margin-left:auto;margin-right:auto;width:100%;display:none!important}.stamped-header .stamped-review-options ul li{width:20%;margin-right:20px;list-style:none;display:inline-block}.stamped-header .stamped-review-option-title{display:block;padding-bottom:0;font-size:12px;line-height:20px}.stamped-reviews .stamped-review-option-scale{vertical-align:super;white-space:nowrap}.stamped-reviews .stamped-review-option-scale span{display:inline-block;width:30px;background:#ddd;border:1px solid #fff;height:9px;font-size:9px;line-height:30px;margin:0;padding:0;vertical-align:middle;white-space:nowrap}.stamped-reviews .stamped-review-option-scale>span{font-size:9px!important;text-align:left}.stamped-reviews .stamped-review-option-scale span:nth-child(2),.stamped-reviews .stamped-review-option-scale span:nth-child(4){font-size:0!important}.stamped-reviews .stamped-review-option-scale[data-value="1"] span:nth-last-child(n+5),.stamped-reviews .stamped-review-option-scale[data-value="2"] span:nth-last-child(n+4),.stamped-reviews .stamped-review-option-scale[data-value="3"] span:nth-last-child(n+3),.stamped-reviews .stamped-review-option-scale[data-value="4"] span:nth-last-child(n+2),.stamped-reviews .stamped-review-option-scale[data-value="5"] span{background:#505050}.stamped-reviews .stamped-review-options:not(:empty){clear:both;background:0 0;margin:15px 0 20px!important;padding:0;border:none;border-radius:3px}.stamped-reviews .stamped-review-options strong{width:auto;min-width:110px;display:inline-block;margin-right:10px;font-size:.9em}.stamped-reviews .stamped-review-options ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0;padding:0}.stamped-reviews .stamped-review-options ul li{margin-right:20px;margin-bottom:10px;font-size:13px;list-style:none;display:flex;flex-direction:column;flex-basis:33%}.stamped-reviews .stamped-review-options ul li>span{white-space:nowrap}.stamped-review-options>ul>li>.stamped-review-option-checkbox>span,.stamped-review-options>ul>li>.stamped-review-option-radio>span,.stamped-review-options>ul>li>.stamped-review-option-textfield>span{border-bottom:1px dotted #ccc}.stamped-reviews .stamped-review-options span.stamped-review-option-checkbox span:after{content:", "}@media only screen and (max-width:480px){.stamped-container{padding:2em 1em}.stamped-summary-caption{display:inline-block;margin-left:5px;margin-bottom:10px;vertical-align:middle}.stamped-header-title,.stamped-summary{text-align:center}.stamped-summary-starrating{float:none;margin-right:0}.stamped-summary-ratings{float:none;margin-left:0;padding-left:0;border-left:none;border-right:none;margin-top:0!important;margin-bottom:20px;width:100%!important;text-align:center;clear:both}.stamped-summary-recommend{margin-bottom:20px}.stamped-summary-recommend-label{font-size:14px}#stamped-filter-select,#stamped-sort-select,#stamped-sort-select2,.stamped-filter-select{font-size:12px;height:32px;min-height:30px;min-width:100%;max-width:100%;padding-right:50px}select#stamped-sort-select{padding-right:10px!important;min-width:unset!important;width:100%!important;background-size:25px;border-color:currentcolor #eee #eee!important;border-top:#eee!important;border-radius:0}.stamped-summary-actions-clear{font-size:13px}.stamped-reviews-filter[data-show-filters=true] .stamped-summary-actions-mobile-filter{display:inline-block!important;font-size:13px;margin-top:15px}.stamped-reviews-search-text input.stamped-reviews-search-input{font-size:16px}.summary-rating-count{width:9%!important;text-align:center!important}.summary-rating-bar{width:67%!important}#stamped-widget-drawer.stamped-widget-drawer .stamped-review-image img,.summary-overview{width:100%!important}.summary-overview{float:none!important;margin-bottom:30px}.stamped-summary-photos{width:100%!important;margin:auto auto 15px!important;padding:0!important;border:none!important}.stamped-photos-carousel-btn-left{left:-20px!important}.stamped-summary-actions{display:block;clear:both;padding-top:0;margin-bottom:15px;white-space:normal}.stamped-review{margin-bottom:10px}.stamped-review-reply{margin:15px 0 0 15px!important}.stamped-summary-actions-newquestion,.stamped-summary-actions-newreview{width:99%;display:inline-block;float:none;margin:0 3px 10px 0;font-size:13px;box-sizing:border-box;line-height:30px}.stamped-summary-actions-newquestion{margin-left:0}.stamped-summary-actions-newreview:after{clear:both}.stamped-review-share{margin-bottom:15px}.stamped-messages .stamped-share-links a{display:block}.stamped-review-avatar-content{height:45px;width:45px}.verified-badge{display:block;font-size:12px;white-space:nowrap}#stamped-review-vote{margin-top:10px}.stamped-pagination .first,.stamped-pagination .last,.stamped-pagination .next,.stamped-pagination .previous{top:30px}.stamped-sort-select{width:150px;max-width:150px!important}ul.stamped-tabs li{font-size:13px!important;color:#000}.featherlight.featherlight-iframe iframe{width:auto!important}}@media (min-width:768px){.stamped-form-contact-email,.stamped-form-contact-location,.stamped-form-contact-name{float:left;width:32.33333%;max-width:300px;position:relative;min-height:1px;padding-right:15px}.stamped-form-contact-location{padding-right:0}.featherlight.featherlight-iframe iframe{width:auto!important}#stamped-main-widget[data-dir=rtl] .stamped-form-contact-email,#stamped-main-widget[data-dir=rtl] .stamped-form-contact-location,#stamped-main-widget[data-dir=rtl] .stamped-form-contact-name{float:right!important;padding-right:0!important;padding-left:15px!important}}.stamped-ugc-modal-wrapper,.stamped-ugc-modal-wrapper *,.stamped-ugc-modal-wrapper:after{box-sizing:content-box!important;box-sizing:initial!important}.stamped-ugc-modal-caption{margin-top:15px;line-height:20px;clear:both;border-top:0 solid #ddd;padding-top:0}.stamped-ugc-modal-caption .fa,.stamped-ugc-modal-caption .stamped-fa,.stamped-ugc-modal-list-photos ul li:last-child{margin-right:0}.st-mb-5,.stamped-ugc-modal-caption-rating{margin-bottom:5px}.stamped-ugc-modal-caption-title{font-size:1.1em;font-weight:700;margin-bottom:5px;margin-top:10px;clear:both}.stamped-ugc-modal-caption-reply:not(:empty){margin-top:15px;border-top:1px solid #ccc;padding-top:15px}.stamped-ugc-modal-caption-reply:not(:empty):before{content:"Reply:";display:block;font-weight:700;margin-bottom:5px}.stamped-ugc-modal-caption-options:not(:empty){border-bottom:1px solid #000;padding-bottom:10px;margin-bottom:20px}.stamped-ugc-modal-caption-options ul li{list-style:none}.st-bold,.stamped-ugc-modal-options-message{font-weight:700}.stamped-ugc-modal-options-message:after{content:":"}.stamped-rewards-modal,.stamped-ugc-modal{position:fixed;display:flex;font:14px/22px Open Sans,Arial,sans-serif;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);background-color:hsla(0,8%,42%,.65);z-index:99999;opacity:1;transition:opacity .2s ease-in;text-align:left;white-space:normal}.stamped-ugc-modal.open{opacity:1;pointer-events:auto;z-index:999999;overflow-y:scroll}.stamped-ugc-modal-wrapper{position:relative;height:auto;min-height:100px;margin:auto;padding:0 70px;box-shadow:none}.stamped-ugc-modal-wrapper:after{position:absolute;top:0;right:70px;bottom:0;left:70px;background:#fff}.stamped-ugc-modal-date{color:#353333;margin:0;font-size:.9em;float:right}.stamped-ugc-modal-tags{margin-top:20px;margin-bottom:0;display:inline-block;width:100%;border-top:1px solid #eee;padding-top:20px;display:flex;flex-direction:row;flex-wrap:wrap;box-sizing:border-box!important}.stamped-ugc-modal-tags>.stamped-ugc-modal-tag,.stamped-ugc-modal-tags>a{display:flex;clear:both;max-width:49%;vertical-align:top;text-decoration:none;color:#000}[data-modal-shoppable=true] .stamped-ugc-modal-tags-btn{background:#000;color:#fff;padding:3px 8px;text-align:center;font-size:12px;width:100px;margin:auto;margin-bottom:inherit}[data-modal-shoppable=true] .stamped-ugc-modal-tags-btn:after{content:"Add to Cart"}[data-modal-shoppable=true] .stamped-ugc-modal-tag{flex:1 1;padding:.5em;display:flex;flex-direction:column}.stamped-ugc-modal-tags a{text-decoration:none;color:#000;flex:1 1}.stamped-ugc-modal-tags a:hover{text-decoration:underline}.stamped-ugc-modal-tags-product-image-wrapper{display:inline-block;padding:10px;border:1px solid #ececec;line-height:0;text-align:center;width:100%;box-sizing:border-box!important}.stamped-ugc-modal-tags-product-image-wrapper:hover{border-color:#777!important}.stamped-ugc-modal-tags-product-image{max-height:100px;height:auto;width:auto}.stamped-ugc-modal-tags-product-title{align-items:center;margin-top:10px;margin-bottom:15px;min-height:40px;font-size:12px;line-height:16px;text-align:center}.stamped-ugc-modal-tags-button{float:left;background:#333;margin:10px 0 20px;color:#fff;border-radius:5px;padding:5px 10px}.stamped-ugc-modal-tags-button:after{content:"Shop Now";display:block}.stamped-ugc-modal-nav-previous,.stamped-ugc-nav-previous{left:0}.stamped-ugc-modal-nav-next,.stamped-ugc-nav-next{right:0}.stamped-ugc-modal-nav:focus{outline:0;border:none;-moz-outline-style:none}.stamped-ugc-modal-nav-next i,.stamped-ugc-modal-nav-previous i,.stamped-ugc-nav-next i,.stamped-ugc-nav-previous i{position:absolute;top:50%;left:50%;margin:-13px 0 0 -9px;font-size:45px;color:#eee}.stamped-ugc-modal-nav-next,.stamped-ugc-modal-nav-previous,.stamped-ugc-nav-next,.stamped-ugc-nav-previous{position:absolute;top:0;width:50px;height:100%;padding:0;border:none;background:0 0;color:#bfbfbf;z-index:2;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.stamped-ugc-modal-content{height:100%;overflow-y:auto;position:relative;z-index:3}.stamped-ugc-modal-content-wrapper{padding:0 20px 50px 0;height:100%;margin-top:60px}.stamped-ugc-modal-content-wrapper h1.stamped-ugc-modal-user-username{font-size:18px;margin-bottom:0}.stamped-ugc-media-hover-content-wrapper:before{content:"\f16d";display:block;font-family:stamped-font,FontAwesome;font-size:19px;margin-top:-10px}.stamped-ugc-modal .stamped-modal-close{cursor:pointer;background:0 0;color:#fff;line-height:30px;position:relative;right:10px;top:10px;text-align:center;width:45px;text-decoration:none;border-radius:0;z-index:5;display:block;height:50px;box-shadow:none;font-weight:400;font-size:0;float:right}.stamped-ugc-modal .stamped-modal-close:after,.stamped-ugc-modal .stamped-modal-close:before{content:"";position:absolute;height:1px;width:100%;top:50%;left:0;margin-top:-1px;background:#000}.stamped-ugc-modal-image,.stamped-ugc-modal-image-wrapper{position:relative;min-height:0;min-height:auto;z-index:1;background:0 0;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;display:inline-block;margin:0}.stamped-ugc-modal .stamped-modal-close:after{transform:rotate(45deg)}.stamped-ugc-modal .stamped-modal-close:before{transform:rotate(-45deg)}.stamped-ugc-modal-image{box-sizing:border-box;vertical-align:top;background-repeat:no-repeat!important;background-position:50%!important;background-size:contain!important;-webkit-backface-visibility:hidden;width:calc(100% - 40px);margin:20px;min-width:300px}.stamped-ugc-modal-user{display:inline-block;font-size:18px;font-weight:700;width:100%}.stamped-ugc-modal-user-username{float:left;margin-top:6px}.stamped-ugc-modal-user-username .stamped-verified-badge{margin-left:7px}.stamped-ugc-modal-user-source{float:right;text-transform:uppercase;border:1px solid #ddd;padding:8px 20px;border-radius:30px;font-size:.9em;display:none}.stamped-ugc-modal-votes{font-size:15px;text-align:right;margin-top:15px}span.stamped-ugc-modal-vote-down,span.stamped-ugc-modal-vote-up{letter-spacing:3px;cursor:pointer}span.stamped-ugc-modal-vote-up{margin-right:15px}span.stamped-ugc-modal-vote-down:after,span.stamped-ugc-modal-vote-up:after{content:attr(data-count)}.stamped-ugc-modal-image-wrapper ul{color:#fff;position:absolute;bottom:10px;list-style:none;text-align:center;margin:0 0 0 -100px;padding:0;z-index:3;width:200px;left:50%;display:none}.stamped-ugc-modal-image-wrapper ul li{padding:2px;display:inline-block;width:6px;height:6px;background-color:#fff;border-radius:50%;margin:0 6px 0 0;font-size:0;cursor:pointer;border:1px solid #777}.stamped-ugc-modal-image-wrapper ul li.active{background:gold}.stamped-ugc-modal-list-photos{background:0 0!important;position:absolute;text-align:center;width:100%;left:0;right:0;margin-top:10px;white-space:nowrap;height:56px!important;overflow:hidden;bottom:-70px}.stamped-ugc-modal-list-photos ul{padding:0;margin:0 100px;overflow-x:scroll;-webkit-overflow-scrolling:touch;z-index:9}.stamped-ugc-modal-list-photos ul li{background-repeat:no-repeat;display:inline-block;width:80px;height:50px;margin-right:6px;border:3px solid #d4d4d4;background-size:cover!important;-ms-background-size:cover!important;-o-background-size:cover!important;-moz-background-size:cover!important;-webkit-background-size:cover!important;font-size:0;opacity:.6;cursor:pointer;background-position-y:center!important;vertical-align:top}.stamped-ugc-modal-list-photos ul li.active{opacity:1;border-style:dashed}.stamped-rewards-modal-content{margin:auto;background:#fff;border-radius:5px;overflow:hidden}.stamped-rewards-modal-header{background:#eee;padding:10px 15px}.stamped-rewards-modal-body{padding:10px 15px;text-align:center}.stamped-ugc-modal-wrapper{display:table!important;height:calc(100vh - 100px)!important;top:-20px}.stamped-ugc-modal-content,.stamped-ugc-modal-image-wrapper{display:table-cell;vertical-align:top}.stamped-ugc-modal-content,.stamped-ugc-modal-content-wrapper{width:410px}.stamped-ugc-modal-content-wrapper{height:auto!important;box-sizing:border-box!important}.stamped-ugc-modal-caption-body{line-height:25px;word-break:break-word}.stamped-ugc-modal-image img,.stamped-ugc-modal-video{width:unset;min-width:50%;max-width:100%;background-color:#fff;display:inline-block;vertical-align:middle;max-height:calc(100vh - 100px)}@media only screen and (max-width:798px){.stamped-ugc-modal-content,.stamped-ugc-modal-image-wrapper{display:inline!important;display:initial!important}.stamped-ugc-modal-content,.stamped-ugc-modal-content-wrapper{width:100%;margin-top:10px;padding:0}}@media screen and (min-width:1600px){.stamped-ugc-modal-wrapper{max-width:1600px!important}}@media screen and (min-width:1000px){.stamped-ugc-modal-image{min-height:300px}.featherlight.featherlight-iframe iframe{width:700px!important}}@media screen and (min-width:1200px){.featherlight.featherlight-iframe iframe{width:800px!important}}@media screen and (min-width:1400px){.featherlight.featherlight-iframe iframe{width:960px!important}}@media only screen and (max-device-width:790px),only screen and (max-width:790px){.stamped-ugc-modal.open{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:0 10px 10px!important}.stamped-ugc-modal>div{height:100%!important;width:100%!important;margin:30px auto 0!important;padding:0!important;display:block!important;background:#fff}.stamped-ugc-modal-content{background:#fff;overflow:visible!important;width:100%!important;height:auto!important;min-height:300px;max-height:none!important;margin-top:-6px;float:left}.stamped-ugc-modal-content .stamped-modal-close{display:none}.stamped-ugc-modal-wrapper .stamped-modal-close.show-mobile{display:inline-block!important;position:absolute}.stamped-ugc-modal-content-wrapper>div{padding:20px!important;margin-top:0!important}.stamped-ugc-modal-wrapper:after{position:absolute;top:0;right:0;bottom:0;left:0;background:0 0;box-shadow:none;content:""}.stamped-ugc-modal-list-photos{margin-bottom:100px}.stamped-ugc-modal-list-photos ul{margin:0!important;padding:0}.stamped-ugc-modal-image,.stamped-ugc-modal-image-wrapper{width:100%!important;min-width:100%;height:auto!important;min-height:250px;background-size:contain!important;margin:0!important;line-height:0}.stamped-ugc-modal-image img{max-width:100%;width:100%}.stamped-ugc-modal-nav-next,.stamped-ugc-modal-nav-previous{height:50%;min-height:300px;max-height:300px}.stamped-ugc-modal-tags-product-title{min-height:0;min-height:auto}.stamped-ugc-modal-tags-button{float:left!important;margin-top:5px!important}.stamped-ugc-modal-wrapper .stamped-modal-close{background:#fff!important;color:#000!important;box-shadow:none!important;opacity:.8;top:0;right:0;z-index:3;font-size:0}.stamped-ugc-modal-image ul li{width:10px;height:10px}}.stamped-empty-state{margin-top:50px}#stamped-badge-widget-holder .stamped-badge[data-rating="0.0"],.stamped-container[data-count="0"][data-widget-language=""] .stamped-empty-state,.stamped-container[data-count="0"][data-widget-language=en] .stamped-empty-state,.stamped-tab-container[style="display:none;"],[data-widget-style=slider] .stamped-review-options ul li strong{display:block!important}.stamped-container[data-count="0"][data-widget-language=""] .stamped-empty-state>div,.stamped-container[data-count="0"][data-widget-language=en] .stamped-empty-state>div{display:block;width:100%;text-align:center;color:#777;font-size:14px;margin-top:5px}.stamped-container[data-count="0"] .stamped-empty-state:before{content:"\f005\f005\f005\f005\f005";text-align:center;display:block;font-size:19px;font-family:stamped-font;color:#aaa}div[data-widget-style*=standard][data-count="0"] .stamped-header,div[data-widget-style] div[data-count="0"] .stamped-header{margin-bottom:0!important}div[data-count="0"] .summary-overview,div[data-widget-style*=standard][data-count="0"] .summary-overview{margin:auto;float:none!important;width:100%!important;text-align:center}[data-count="0"] .stamped-summary-starrating{float:none;margin:0;width:100%;text-align:center;display:inline-block}[data-count="0"] .stamped-summary-starrating i:before{font-size:30px!important;color:#777}div[data-widget-style=two-columns] .stamped-review:nth-child(2),div[data-widget-style] div[data-count="0"] .new-review-form,div[data-widget-style] div[data-count="0"] .stamped-content form,div[data-widget-style][data-count="0"] .new-review-form,div[data-widget-style][data-count="0"] .stamped-content form{border-top:none!important}div.stamped-container[data-widget-style],div[data-widget-style] div.stamped-container{max-width:1200px;margin:30px auto!important;border:none!important;padding:0!important}div[data-widget-style] .summary-rating:first-child .summary-rating-title:before,div[data-widget-style] .summary-rating:nth-child(2) .summary-rating-title:before,div[data-widget-style] .summary-rating:nth-child(3) .summary-rating-title:before,div[data-widget-style] .summary-rating:nth-child(4) .summary-rating-title:before,div[data-widget-style] .summary-rating:nth-child(5) .summary-rating-title:before{font-family:stamped-font!important;font-size:17px;width:200px!important;letter-spacing:-1px;color:#777}div[data-widget-style*=standard] .summary-rating:first-child .summary-rating-title:before{content:"\f005\f005\f005\f005\f005"}div[data-widget-style*=standard] .summary-rating:nth-child(2) .summary-rating-title:before{content:"\f005\f005\f005\f005\f006"}div[data-widget-style*=standard] .summary-rating:nth-child(3) .summary-rating-title:before{content:"\f005\f005\f005\f006\f006"}div[data-widget-style*=standard] .summary-rating:nth-child(4) .summary-rating-title:before{content:"\f005\f005\f006\f006\f006"}div[data-widget-style*=standard] .summary-rating:nth-child(5) .summary-rating-title:before{content:"\f005\f006\f006\f006\f006"}div[data-widget-style*=standard] .summary-rating-count:before{content:"("}div[data-widget-style*=standard] .summary-rating-count:after{content:")"}div[data-widget-style*=standard] .summary-rating-title{font-size:0!important;width:95px!important}div[data-widget-style*=standard] .stamped-summary-ratings{width:300px!important;margin-bottom:20px!important}div[data-widget-style*=standard] .summary-rating-bar{height:15px!important;width:130px!important}div[data-widget-style*=standard] .summary-rating-count{color:#333!important}div[data-widget-style*=standard] .summary-rating-bar>div{font-size:0!important;height:15px;line-height:0;padding:0}[data-widget-type=minimal] .stamped-summary-starrating i:before,div[data-widget-style*=standard] .stamped-summary-starrating i:before{font-size:26px!important}#stamped-main-widget.stamped-ecwid .summary-rating-bar>div[data-rating="0"],[data-widget-style=slider] .slick-track,div[data-widget-style*=standard] span.stamped-review-option-labels{display:flex!important}div[data-widget-style*=standard] .stamped-tab-container{position:relative;font-size:14px;height:45px}div[data-widget-style*=standard] .stamped-tab-container ul.stamped-tabs{height:45px;padding:0!important;margin-bottom:0}div[data-widget-style*=standard] .stamped-summary-actions{margin-top:0!important;display:block!important;float:right;position:static;z-index:3;right:0;bottom:45px}div[data-widget-style*=standard] label[for=stamped-sort-select]{float:right;margin-right:1px}.stamped-container[data-widget-show-product-variant=true] .stamped-review-product,.stamped-container[data-widget-show-product-variant=true] .stamped-review-variant{display:inline-block!important;font-size:13px}.stamped-container[data-widget-show-product-variant=true] .stamped-review-product a,.stamped-container[data-widget-show-product-variant=true] .stamped-review-variant a{text-decoration:none!important;color:#000}.stamped-container[data-widget-show-product-variant=true] .stamped-review-variant:not(:empty):before{content:" - "}.stamped-container[data-widget-show-upload=true] .stamped-file-uploader{display:inline-block!important;vertical-align:middle!important}.stamped-container[data-widget-show-filter-search=true] .stamped-reviews-search-text{display:block!important;clear:both}.stamped-container input:focus,.stamped-container select,.stamped-container textarea:focus,[data-widget-style=slider] .slick-list:focus{outline:0}div[data-widget-style*=standard] .stamped-questions,div[data-widget-style=two-columns] .stamped-reviews{display:flex;flex-wrap:wrap;margin-top:24px!important}div[data-widget-style=two-columns] .stamped-review{vertical-align:top!important;width:calc(50% + -17.5px)!important;float:left!important;margin-top:0!important;position:relative}div[data-widget-style=two-columns] .stamped-review:first-child{margin-top:24px;padding-top:25px!important}div[data-widget-style=two-columns] .stamped-review:nth-child(odd){margin-right:35px}div[data-widget-style=two-columns] .stamped-pagination{margin-top:3.4375rem;clear:both;flex-basis:100%}div[data-widget-style=two-columns] .stamped-container{border:none!important;padding:2em 0!important}div[data-widget-style=two-columns] .stamped-review-footer{clear:both!important;font-size:11px;opacity:.5;position:absolute;bottom:0;width:100%}@media only screen and (max-device-width:768px),only screen and (max-width:768px){div[data-widget-style=two-columns] .stamped-review{width:100%!important;padding:22px!important;margin-right:0!important}div[data-widget-style=two-columns] .stamped-reviews{margin-top:24px!important}div[data-widget-style=two-columns] .stamped-sort-select{top:-2px!important}}#stamped-main-widget.stamped-ecwid{font-family:-apple-system,Open Sans,sans-serif;background:#fff;border-radius:10px}#stamped-main-widget.stamped-ecwid .stamped-review-header .stamped-review-avatar{height:60px!important;width:60px!important;font-size:23px!important;vertical-align:text-bottom!important;text-align:center!important;text-transform:inherit!important;font-style:normal!important;color:#ccc!important;float:left!important;margin-right:10px!important;background:#fafafa!important;text-shadow:1px 1px 0 #fff!important}#stamped-main-widget-holder .stamped-button{background:#eee!important;padding:8px 10px!important}#stamped-main-widget-holder .stamped-review{padding:24px 0!important;border-top:1px solid rgba(0,0,0,.1)!important}#stamped-main-widget-holder .stamped-review:first-child{margin-top:24px}#stamped-main-widget-holder .stamped-container{padding-bottom:20px!important}#stamped-main-widget-holder .stamped-summary-starrating{float:left!important;margin:0 6px 20px 0!important}#stamped-main-widget-holder .stamped-summary-ratings{float:left!important;margin-left:20px!important;padding-left:20px!important;border-left:1px solid #eee!important;color:#999!important}#stamped-main-widget-holder .stamped-summary{margin-bottom:20px!important}#stamped-badge-widget-holder .fa-star:before,#stamped-badge-widget-holder .stamped-fa-star:before{font-size:14px!important}#stamped-reviews-widget{font-family:Open Sans}#stamped-reviews-widget[data-widget-type^=full-page]:empty:before,#stamped-reviews-widget[data-widget-type^=instagram]:empty:before,#stamped-reviews-widget[data-widget-type^=rewards]:empty:before,#stamped-reviews-widget[data-widget-type^=visual]:empty:before,#stamped-rewards-widget:empty:before{content:"";display:block;margin:30px auto;font-size:2px;text-indent:-9999em;border:1em solid rgba(0,0,0,.3);border-left-color:#fff;transform:translateZ(0);animation:stamped-view-loader 1.1s linear infinite;align-items:center;border-radius:50%;width:20px!important;height:20px;padding:5px}#stamped-reviews-widget[data-widget-type=full-page]:empty:before{content:"Loading...";text-align:center;width:100%;display:block}[data-widget-style=profile] #stamped-main-widget,[data-widget-style=profile] #stamped-main-widget h3,[data-widget-style=profile] #stamped-main-widget p{font-family:Open Sans,arial,san-serif!important;letter-spacing:normal;text-transform:none}[data-widget-style=profile] .stamped-review-product a,[data-widget-style=profile] .stamped-review-variant{font-size:13px;color:#000;text-decoration:none}[data-widget-style=profile] .stamped-review-product:before{content:"Reviewing: ";display:block;margin-bottom:5px;margin-top:5px}[data-widget-style=profile] .stamped-reviews-filter[data-show-filters=true],[data-widget-style=slider] .stamped-reviews-filter[data-show-filters=true],[data-widget-type=masonry] .stamped-reviews-filter[data-show-filters=part],[data-widget-type=masonry] .stamped-reviews-filter[data-show-filters=true]{border-bottom:none!important}[data-widget-style=profile] .stamped-review:first-child{margin-top:20px!important;padding-top:0!important}[data-widget-style=profile] .stamped-review{position:relative;display:inline-block;width:100%;border:1px solid #ddd;padding-top:0;font-size:16px;margin-bottom:10px}[data-widget-style=profile] .stamped-summary-text-1{background:grey;padding:13px 15px!important;margin:0!important;color:#fff;font-size:20px!important;font-weight:700}[data-widget-style=profile] .stamped-review>.stamped-review-header{font-size:.9em!important;float:left;width:30%;padding:20px!important}[data-widget-style=profile] .summary-overview{width:100%!important;padding:20px}[data-widget-style=profile] .stamped-summary-caption{margin-left:0}[data-widget-style=profile] .stamped-header-left{display:inline-block;width:30%;vertical-align:top;border-right:none;line-height:25px}[data-widget-style=profile] .stamped-header-right{display:inline-block;width:67%;max-width:67%;min-height:260px;vertical-align:top;line-height:20px;padding-top:15px;padding-bottom:20px;padding-left:20px;border-left:1px solid #ddd}[data-widget-style=profile] .stamped-summary-recommend{margin-bottom:30px;margin-top:10px}[data-widget-style=profile] .stamped-header .stamped-review-options{margin-top:0}[data-widget-style=profile] .stamped-header .stamped-review-options ul li{width:30%}[data-widget-style=profile] .stamped-review>.stamped-review-content{min-height:250px;width:70%;margin:0;float:left;clear:none;border-left:1px solid #d0d0d0;padding:15px 15px 25px 20px}[data-widget-style=profile] .stamped-verified-badge{display:block;margin:3px 0;font-size:13px}[data-widget-style=profile] .summary-rating-title{font-size:14px;margin-bottom:3px;padding-left:0;width:10%}[data-widget-style=profile] .summary-rating-bar{width:64%}[data-widget-style=profile] div.stamped-summary-ratings{width:100%!important;padding:0;margin:5px 0 0 21px;color:#333;border:none!important}[data-widget-style=profile] .stamped-summary-starrating{float:none!important}[data-widget-style=profile] .stamped-summary{border:1px solid #ddd;padding:0;margin-bottom:20px;line-height:0}[data-widget-style=profile] .stamped-review-header-title{margin:10px 0 5px;clear:both;display:inline-block}#stamped-main-widget [data-widget-style=profile] div.stamped-review-product{display:block!important;margin-top:15px!important;padding-top:10px;clear:both;border-top:1px solid #ddd}[data-widget-style=profile] .created{float:right;font-size:13px;color:#555}[data-widget-style=profile] .stamped-review .fa-star-half-o:before,[data-widget-style=profile] .stamped-review .fa-star-o:before,[data-widget-style=profile] .stamped-review .fa-star:before,[data-widget-style=profile] .stamped-review .stamped-fa-star-half-o:before,[data-widget-style=profile] .stamped-review .stamped-fa-star-o:before,[data-widget-style=profile] .stamped-review .stamped-fa-star:before{font-size:27px}[data-widget-style=profile] .stamped-review-reply{clear:both;padding:15px 0 0!important;margin:15px 0 0!important;border:none!important;border-top:1px solid #ddd!important}@media only screen and (max-width:700px){[data-widget-style=profile] .stamped-header-left{width:100%;border-right:none;padding-bottom:0}[data-widget-style=profile] .stamped-header-right{display:block;width:100%;max-width:100%}[data-widget-style=profile] .stamped-summary-ratings{margin-top:10px!important}[data-widget-style=profile] .summary-rating-title{width:19%;text-align:right;padding-right:10px}[data-widget-style=profile] .summary-overview{margin:auto;text-align:center}[data-widget-style=profile] .stamped-summary-photos.stamped-summary-photos-container{max-width:100%;min-width:100%;text-align:center}[data-widget-style=profile] .stamped-summary-recommend{text-align:center}[data-widget-style=profile] .stamped-header .stamped-review-options ul li{width:95%!important}[data-widget-style=profile] .stamped-review>.stamped-review-header{width:100%;padding-bottom:0!important}[data-widget-style=profile] .stamped-review>.stamped-review-content{min-height:auto!important;width:100%;float:none!important;border-left:none!important}[data-widget-style=profile] .stamped-review-recommend[data-is-recommend=true]{margin:10px 0!important}}[data-widget-style=slider] .stamped-review{clear:none!important;padding:20px;box-shadow:0 3px 6px #eee;margin:10px 10px 10px 5px;height:auto!important;position:relative;border:1px solid #e5e5e5}div[data-widget-style=slider] div.stamped-review:first-child{margin-top:10px!important}[data-widget-style=slider] .stamped-review>.stamped-review-header{min-height:70px}[data-widget-style=slider] .stamped-review-body>.stamped-review-header-title{min-height:50px;margin-top:10px;line-height:20px;margin-bottom:0!important;font-size:13px}[data-widget-style=slider] .stamped-review-header-starratings{display:block;margin-bottom:15px}[data-widget-style=slider] .stamped-review-footer{bottom:16px;position:absolute;margin-right:15px}[data-widget-style=slider] .stamped-verified-badge[data-type=buyer][data-verified-label]:after{font-size:12px!important}[data-widget-style=slider] .stamped-review-recommend[data-is-recommend=true]{font-size:12px;margin:0!important}[data-widget-style=slider] .stamped-review-content-body{min-height:100px;margin-bottom:50px}[data-widget-style=slider] a.stamped-review-link-photo{vertical-align:top;min-height:110px}[data-widget-style=slider] .stamped-review-image img{max-width:80px;height:auto!important}[data-widget-style=slider] .stamped-reviews .stamped-review-reply{background:hsla(0,0%,100%,.5);border:none;border-top:1px solid #ddd;margin-top:20px!important;margin-left:0;margin-bottom:25px!important;padding-left:10px;display:inline-block}[data-widget-style=slider] .stamped-review-footer #stamped-review-vote,[data-widget-style=slider] .stamped-review-footer .stamped-review-vote{float:none!important;display:block!important;clear:both}[data-widget-style=slider] button.slick-next.slick-arrow.slick-disabled{pointer-events:none!important}[data-widget-style=slider] ul.stamped-pagination{visibility:hidden;height:0;width:0;line-height:0}[data-widget-style=slider] .slick-next:before{content:"\f105"!important;font-family:stamped-font!important;font-size:40px!important}[data-widget-style=slider] .slick-prev:before{content:"\f104"!important;font-family:stamped-font!important;font-size:40px!important}[data-widget-style=slider] .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}[data-widget-style=slider] .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}[data-widget-style=slider] .slick-list.dragging{cursor:pointer;cursor:hand}[data-widget-style=slider] .slick-slider .slick-list,[data-widget-style=slider] .slick-slider .slick-track{transform:translateZ(0)}[data-widget-style=slider] .slick-track{position:relative;top:0;left:0;margin-left:auto;margin-right:auto}[data-widget-style=slider] .slick-track:after,[data-widget-style=slider] .slick-track:before{display:table;content:""}[data-widget-style=slider] .slick-loading .slick-slide,[data-widget-style=slider] .slick-loading .slick-track{visibility:hidden}[data-widget-style=slider] .slick-slide{display:none;float:left;height:100%;min-height:1px}[data-widget-style=slider] .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}[data-widget-style=slider] .slick-next,[data-widget-style=slider] .slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;margin-top:-10px;padding:0;border:none;outline:0}[data-widget-style=slider] .slick-prev{left:-25px}[data-widget-style=slider] .slick-next{right:-25px}[data-widget-style=slider] .slick-next.slick-disabled:before,[data-widget-style=slider] .slick-prev.slick-disabled:before{opacity:.25}[data-widget-style=slider] .slick-next:before,[data-widget-style=slider] .slick-prev:before{font-size:20px;line-height:1;color:#1c1d1d;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-widget-type=masonry] .stamped-review{border:1px solid #e0e0e0!important;padding:0!important;border-radius:5px;transition:box-shadow .3s ease-in-out;overflow:hidden}[data-widget-type=masonry] .stamped-review:hover{box-shadow:0 5px 11px #e5e5e5}[data-widget-type=masonry] .stamped-questions .stamped-review{padding:20px!important}[data-widget-type=masonry] .created{float:right;font-size:12px;color:#555;margin-bottom:10px}[data-widget-type=masonry] .stamped-verified-badge{display:inline-block;font-size:12px}[data-widget-type=masonry] .stamped-review-header-starratings{margin-bottom:10px;line-height:20px}[data-widget-type=masonry] .stamped-review-image{margin:0!important;overflow:hidden}[data-widget-type=masonry] .stamped-review-image a{margin:0!important;display:block;width:100%}[data-widget-type=masonry] .stamped-review-image img,[data-widget-type=masonry] .stamped-review-image video{width:100%!important;height:auto!important}[data-widget-type=masonry] .stamped-review-footer #stamped-review-vote,[data-widget-type=masonry] .stamped-review-footer .stamped-review-vote{float:none!important;clear:both!important;padding-top:5px!important}[data-widget-type=masonry] .stamped-reviews{margin-bottom:80px}[data-widget-type=masonry] .stamped-reviews .stamped-review-options strong{display:block;font-size:11px}[data-widget-type=masonry] .stamped-reviews .stamped-review-options li{font-size:13px}[data-widget-type=masonry] ul.stamped-pagination{top:auto!important;bottom:-70px!important;left:auto!important;clear:both!important;width:100%!important}[data-widget-type=masonry] .stamped-reviews .stamped-review-options:not(:empty){padding:5px 10px!important}[data-widget-type=masonry] .stamped-review-reply{margin:15px 0 0!important;padding-top:0!important}[data-widget-style=standard2] .stamped-review-avatar-content{height:46px;width:45px}[data-widget-style=standard2] .stamped-reviews .stamped-review-options:not(:empty){margin:20px 0!important}[data-widget-style=standard2] .stamped-review-header-starratings{margin-right:5px}[data-widget-type=minimal] .summary-overview{width:100%!important;float:none!important;text-align:center;margin-bottom:25px}[data-widget-type=minimal] .stamped-review>.stamped-review-content{margin:0 0 0 65px!important}[data-widget-type=minimal] .stamped-summary-starrating{float:none;margin:0 10px}[data-widget-type=minimal] .stamped-summary-recommend{text-align:center;margin-top:30px;display:none}[data-version="2"] .stamped-summary-caption{display:inline-block!important;margin:0!important;clear:both;vertical-align:text-bottom;float:none}[data-version="2"] .stamped-summary-starrating{float:none;white-space:nowrap}[data-version="2"] .stamped-summary{padding-bottom:0;margin-bottom:0}#stamped-main-widget[data-dir=rtl] *{direction:rtl!important;text-align:right}#stamped-main-widget[data-dir=rtl] .stamped-summary-ratings{float:right!important;padding-left:0!important;padding-right:20px!important}#stamped-main-widget[data-dir=rtl] .stamped-review-avatar-content{text-align:center!important}#stamped-main-widget[data-dir=rtl] #stamped-sort-select{padding-right:50px!important}#stamped-main-widget[data-dir=rtl] .stamped-summary-actions{float:left!important;right:auto!important;left:0}#stamped-main-widget[data-dir=rtl] .stamped-ugc-modal-date{font-size:0}@keyframes fadeInStamped{0%{opacity:0}to{opacity:1}}.fadeIn{animation-duration:.5s;animation-fill-mode:both;animation-name:fadeInStamped}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-duration:.3s;animation-fill-mode:both;animation-name:fadeOut}.rotateIn,.rotateOut{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-duration:1s;animation-fill-mode:both;animation-name:rotateIn}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-duration:1s;animation-fill-mode:both;animation-name:rotateOut}.scaleInWidth,.zoomOut{-webkit-animation-duration:1s}.zoomIn,.zoomOut{-webkit-animation-fill-mode:both}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-duration:1s;animation-fill-mode:both;animation-name:zoomOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-duration:1.5s;animation-delay:.3s;animation-fill-mode:both;animation-name:zoomIn}.scaleInWidth,.scaleOutWidth{-webkit-animation-fill-mode:both}.scaleInWidth{animation-duration:1s;animation-fill-mode:both;animation-name:scaleInWidth}.scaleOutWidth{animation-duration:1s;animation-fill-mode:both;animation-name:scaleOutWidth}.fal:before,.far:before{font-family:Font Awesome\ 5 Pro}.st-pt-10{padding-top:10px}.st-p-10{padding:10px}.st-mt-5{margin-top:5px}.st-br-5{border-radius:5px}.st-bt{border-top:1px solid #eee}.stamped-launcher-icon-opened .fad:before,.stamped-rewards-window .fad:before{font-family:inherit!important;width:inherit!important}#stamped-rewards-init iframe{position:absolute!important;height:0!important;max-height:100%!important;max-width:100%!important;min-height:100%!important;min-width:100%!important;width:0!important;border:0!important;outline:0!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.stamped-rewards-nav-small .stamped-rewards-background,.stamped-rewards-nav-small .stamped-rewards-header{animation-duration:.3s;animation-fill-mode:both;animation-name:navScaleSmall}.stamped-fa-icon-pro-before:before,.stamped-fa-pro-icon{font-family:Font Awesome\ 5 Pro,Font Awesome\ 5 Brands;font-size:18px;font-weight:600}.stamped-launcher-button{outline:0;position:fixed;display:block;min-width:60px;max-width:300px;height:60px;padding:0!important;margin:0!important;border:0;border-radius:100px;cursor:pointer;background:linear-gradient(135deg,#f57c00,#ffc800);transition:.2s ease-in-out;z-index:99999999999;box-sizing:border-box}.stamped-launcher-button:hover{transform:scale(1.1)}.stamped-rewards-position-left{bottom:40px;left:40px}.stamped-rewards-position-right{bottom:40px;right:40px}@media only screen and (max-width:480px){.stamped-hide-mobile,.stamped-rewards-launcher.desktop{display:none!important}.stamped-pagination a{padding:9px;font-size:17px}.stamped-reviews-filter[data-show-filters=true] .stamped-filters-wrapper,.stamped-tab-container[style="display:none;"] ul li{display:none}ul.stamped-summary-keywords-list{max-height:80px;overflow-y:scroll}div[data-widget-style*=standard] .stamped-summary-actions{position:static!important;float:none!important;clear:both!important;display:inline-block!important;width:100%!important;margin:0!important;padding:0!important}div[data-widget-style*=standard] .stamped-summary-ratings{width:100%!important;margin:10px auto 20px!important}.stamped-ugc-modal-image,.stamped-ugc-modal-image-wrapper{min-height:350px}.stamped-tab-container[style="display:none;"]{display:block!important;height:0!important}.stamped-tab-container[style="display:none;"]>div{height:0!important}.stamped-tab-container[style="display:none;"] ul{height:1px!important}[data-widget-style=slider] .stamped-reviews{margin:0 30px!important}[data-widget-type=masonry] ul.stamped-pagination{bottom:-50px!important}}.stamped-icon--close{position:absolute;width:14px;height:14px;top:23px;left:23px}.stamped-launcher-badge{position:absolute;top:-50%;right:-50%;background:#fe556d;width:24px;height:24px;border-radius:100%;color:#fff;line-height:24px;transform:translate(-100%,100%)}.stamped-launcher-icon-opened i,.stamped-launcher-icon-opened svg{vertical-align:middle;margin-right:5px;font-size:27px;min-width:27px;display:inline-block}.stamped-launcher-icon-opened i:before{margin:0!important;line-height:normal!important}.stamped-rewards-base{font-family:Open Sans,sans-serif;z-index:99999999999;position:fixed;width:376px;min-height:250px;max-height:704px;box-shadow:0 5px 40px rgba(0,0,0,.16);opacity:1;height:calc(100% - 120px);border-radius:13px;overflow:hidden;display:none}.stamped-rewards-window{display:flex;flex-direction:column;justify-content:flex-start;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;background:#fff}.stamped-rewards-background,.stamped-rewards-header:before{top:0;right:0;background-size:69px 60px,cover;left:0;bottom:0;pointer-events:none}.stamped-rewards-background{height:200px;min-height:70px;color:#fff;transition:height .16s ease-out;position:absolute;box-shadow:1px 2px 3px 0 rgba(0,0,0,.2);background:linear-gradient(135deg,#f78f00,#fdbc00)}.stamped-rewards-header{position:relative;color:#fff;overflow:hidden;min-height:70px}.stamped-rewards-header:before{content:"";opacity:.35;position:absolute}.stamped-rewards-header-container{box-sizing:border-box;font-size:20px}.stamped-rewards-header-main-title{margin-top:0;display:inline-block}.stamped-rewards-header-main-subtitle{display:block;margin-top:17px;font-size:20px;font-weight:700;line-height:26px}.stamped-rewards-header-main-subtitle h3{font-size:21px;font-weight:700;margin:5px 0 0!important;line-height:28px}.stamped-rewards-header-main,.stamped-rewards-header-small{padding:20px 30px 0}.stamped-rewards-header-menu{text-align:center;display:inline-block;width:100%;margin-top:20px;white-space:nowrap}.stamped-rewards-header-menu span{border-radius:50px;font-size:15px;padding:7px 20px;cursor:pointer;white-space:nowrap;display:inline-block}.stamped-rewards-header-menu span.active{background:rgba(6,0,0,.1)}.stamped-rewards-header-menu svg{font-size:16px;margin-right:1px}.stamped-rewards-header-main-points[data-name]:after,.stamped-rewards-header-small-points[data-name]:after{content:" " attr(data-name);font-size:13px;vertical-align:middle}.stamped-rewards-header-nav{vertical-align:-webkit-baseline-middle;padding:9px 12px;margin-top:-13px;margin-left:-15px;cursor:pointer;display:inline-block;line-height:25px;margin-right:3px;border-radius:5px;text-align:center}.stamped-rewards-header-nav:hover{background:hsla(0,0%,100%,.2)}.stamped-card-section-spending a svg,.stamped-rewards-header-nav svg{font-size:20px}.stamped-rewards-header-small-title{font-weight:700;font-size:15px}.stamped-rewards-header-main-points,.stamped-rewards-header-small-points{float:right;background:hsla(0,0%,100%,.2);padding:5px 10px;margin-top:0;margin-right:0;border-radius:5px;font-size:14px;font-weight:600}.stamped-rewards-header-close{position:absolute;top:10px;right:10px;height:15px;width:15px;z-index:9;background-image:url(https://cdn.shopify.com/s/files/1/0638/7747/files/launcher-close-icon.png?12659);background-size:contain;background-repeat:no-repeat;cursor:pointer;opacity:.5;transition:.3s ease-in-out}.stamped-rewards-footer{min-height:40px;color:#fff;transition:height .16s ease-out;background:linear-gradient(180deg,hsla(0,0%,100%,0) 10%,#fff 65%);position:fixed;bottom:0;width:100%;z-index:99999999999;text-align:center}.stamped-rewards-content{position:relative;background-color:transparent;box-shadow:none;flex:1 1}.stamped-rewards-content-container{z-index:2147483002;position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto}.stamped-rewards-nav-small .stamped-rewards-content-container{top:0;padding-top:0}.stamped-rewards-cards{display:flex;position:relative;flex-direction:column;box-sizing:border-box;min-height:100%;padding:0 20px 55px}.stamped-rewards-cards:before{content:"";margin-top:-25px;position:absolute;width:86%;box-shadow:0 2px 11px rgba(0,0,0,.3);height:5px;border-radius:50%;display:none}.stamped-rewards-nav-small .stamped-rewards-cards:before{margin-top:-30px}.stamped-rewards-card{padding:20px 24px;line-height:1.6;margin-bottom:17px;border-radius:5px;font-size:13px;color:#000;overflow:hidden;position:relative;box-shadow:0 4px 15px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),inset 0 2px 0 0 #ffb100;background:#fff}#stamped-rewards-cards>div{background-color:#fff}div#stamped-rewards-cards[data-target=reviews]:before{content:"Your Reviews";color:#fff;font-weight:700;text-align:center;width:100%;height:35px;margin-top:-2px;display:none!important}#stamped-rewards-views.loading .stamped-view-loader,#stamped-rewards-views.loading .stamped-view-loader :after,.stamped-button-loading:after{border-radius:50%;width:7em;height:7em}#stamped-rewards-views.loading .stamped-view-loader{margin:auto;font-size:9px;text-indent:-9999em;border:.5em solid rgba(0,0,0,.1);border-left-color:#737373;transform:translateZ(0);animation:stamped-view-loader 1.1s linear infinite;align-items:center;position:absolute;top:calc(50% - 50px);left:calc(50% - 40px)}@keyframes stamped-view-loader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.stamped-rewards-card.stamped-rewards-card-earn,.stamped-rewards-card.stamped-rewards-card-spend{padding:15px 10px 20px;margin-bottom:5px;box-shadow:none;border-bottom:1px solid #eee}.stamped-rewards-card.stamped-rewards-card-vip-tier{padding:10px 0;margin-bottom:5px;box-shadow:none;border-bottom:1px solid #eee}.stamped-reward-card-title{display:block;font-size:1.1em;font-weight:600}.stamped-rewards-content-button{background:#fff;color:#000;font-size:14px;padding:10px 15px;margin:15px 0 10px;border-radius:30px;display:inline-block;text-decoration:none;cursor:pointer;box-sizing:border-box;text-align:center;border:1px solid #c7cdd1;box-shadow:0 1px 2px #dde1e3}.stamped-rewards-content-button:hover{border-color:#999}.stamped-rewards-card-main .stamped-rewards-content-button{min-width:100%}.stamped-rewards-content-button-large{font-size:15px;padding:10px 20px;white-space:nowrap}.stamped-reward-card-subtitle{display:block;margin-top:5px;color:#555}.stamped-reward-card-button-wrapper{text-align:center;margin-top:15px}[data-branding=true] .stamped-rewards-footer:before{content:"\01F381 ";display:inline-block;font-size:18px;vertical-align:middle}[data-branding=true] .stamped-rewards-footer:after{content:"by Stamped.io";text-align:center;display:inline-block;font-size:12px;color:#aaa;margin-top:11px}[data-branding=true] .stamped-rewards-footer{background:#fff;border-top:1px solid #ddd}.stamped-reward-card-button-earn,.stamped-reward-card-button-spend,.stamped-rewards-content-action-button,.stamped-rewards-window a.stamped-rewards-content-action-button{background:#ffb100;display:inline-block;width:auto;padding:10px 15px;margin-left:5px;color:#fff;border-radius:5px;cursor:pointer;text-decoration:none}.stamped-reward-card-button-earn,.stamped-reward-card-button-spend{display:none;float:right}.stamped-rewards-earnings .stamped-reward-card-icon,.stamped-rewards-spendings .stamped-reward-card-icon,.stamped-rewards-vip-tiers .stamped-reward-card-icon{margin-right:10px;font-size:18px;font-weight:300;height:40px;width:40px;text-align:center;padding:10px;border-radius:5px;line-height:28px;min-width:auto;position:relative;display:block;overflow:hidden;box-sizing:border-box;float:left;opacity:.7}.stamped-rewards-spendings .stamped-reward-card-icon{font-size:23px;padding-left:0;margin-right:5px;margin-left:5px}.stamped-rewards-vip-tiers .stamped-reward-card-icon{font-size:21px!important}.stamped-rewards-vip-tiers>.stamped-rewards-card{cursor:pointer;padding:10px 0 15px;margin-top:0;margin-bottom:0}.stamped-rewards-vip-tiers>.stamped-rewards-card[data-current=true] .stamped-reward-card-button-earn{padding:5px 10px;margin-top:5px;margin-right:7px;display:block}.stamped-rewards-vip-tiers>.stamped-rewards-card[data-current=true] .stamped-reward-card-button-earn:before{content:"Current"}.stamped-rewards-vip-tiers>.stamped-rewards-card:hover{background:#fafafa}.stamped-rewards-earnings [data-event-type=ReviewPhoto] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=ReviewVideo] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=Review] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=SocialFollowFacebook] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=SocialFollowInstagram] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=SocialFollowPinterest] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=SocialFollowTiktok] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=SocialFollowTwitter] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=SocialShareFacebook] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=SocialShareTwitter] .stamped-reward-card-button-earn,.stamped-rewards-earnings [data-event-type=SocialYouTube] .stamped-reward-card-button-earn{display:block;text-align:center;min-width:50px;font-size:13px}.stamped-rewards-earnings [data-event-type=AccountBirthday][data-birthday=false] .stamped-reward-card-button-earn:empty:before{content:"Set";text-align:center}.stamped-rewards-earnings [data-event-type=AccountBirthday][data-birthday=false] .stamped-reward-card-button-earn{display:block;text-align:center}.stamped-rewards-earnings [data-event-type=SocialFollowInstagram] .stamped-reward-card-button-earn:empty:before,.stamped-rewards-earnings [data-event-type=SocialFollowPinterest] .stamped-reward-card-button-earn:empty:before,.stamped-rewards-earnings [data-event-type=SocialFollowTiktok] .stamped-reward-card-button-earn:empty:before,.stamped-rewards-earnings [data-event-type=SocialFollowTwitter] .stamped-reward-card-button-earn:empty:before{content:"Follow";display:block}.stamped-rewards-earnings [data-event-type=SocialFollowFacebook] .stamped-reward-card-button-earn:empty:before{content:"Like";display:block}.stamped-rewards-earnings [data-event-type=SocialShareFacebook] .stamped-reward-card-button-earn:empty:before,.stamped-rewards-earnings [data-event-type=SocialShareTwitter] .stamped-reward-card-button-earn:empty:before{content:"Share";display:block}.stamped-rewards-earnings [data-event-type=SocialYouTube] .stamped-reward-card-button-earn:empty:before{content:"Subscribe";display:block}.stamped-rewards-earnings [data-event-type=ReviewPhoto] .stamped-reward-card-button-earn:before,.stamped-rewards-earnings [data-event-type=ReviewVideo] .stamped-reward-card-button-earn:before,.stamped-rewards-earnings [data-event-type=Review] .stamped-reward-card-button-earn:before{font-family:Font Awesome\ 5 Solid;content:"\f040";display:none}.stamped-button-completed:before,.stamped-rewards-earnings [data-campaign-completed=true] .stamped-reward-card-button-earn:before{font-family:Font Awesome\ 5 Pro;content:"\f00c"!important;display:none}.stamped-rewards-earnings .stamped-reward-card-button-earn svg{height:20px}[data-campaign-redeemable=true] .stamped-reward-card-button-spend{display:block;text-align:center;font-size:13px}[data-campaign-redeemable=true] .stamped-reward-card-button-spend:not(.stamped-button-disabled):before{content:"Redeem";display:block;text-align:center}.stamped-reward-card-button-view:before{content:"View";display:block}.stamped-button-loading{display:block;margin:auto;font-size:2px;text-indent:-9999em;border:1em solid rgba(0,0,0,.1);border-left-color:#fff;transform:translateZ(0);animation:stamped-view-loader 1.1s linear infinite;align-items:center;border-radius:50%;width:7em;height:7em}.stamped-button-disabled{background-color:#ccc!important;pointer-events:none}.stamped-rewards-coupons-view .stamped-reward-coupon-code{border:1px solid #ccc;padding:10px;text-align:center;border-radius:5px;margin-top:15px}.stamped-rewards-coupons-view .stamped-reward-card-subtitle{margin:15px 0 20px}.stamped-reward-referral-link{background:#eee;padding:10px;overflow-x:auto;max-height:50px;white-space:nowrap;margin-top:10px}.stamped-reward-coupon-code{background:#eee}.stamped-reward-referral-rewards{margin:20px 0 10px;display:inline-block;width:100%;border:1px solid #eee;padding:10px 0}.stamped-reward-referral-customer{float:left;width:49%;text-align:center}.stamped-reward-referral-friend{float:right;width:50%;text-align:center;border-left:1px solid #eee}.stamped-reward-referral-reward-title{font-weight:700;font-size:12px}.stamped-reward-referral-platforms{padding:10px 0;text-align:center}.stamped-reward-referral-platforms>span{display:inline-block;width:32%;font-size:12px;white-space:nowrap;box-sizing:border-box;text-align:center;cursor:pointer}.stamped-reward-referral-platforms>span>button{-webkit-appearance:none!important;border:none!important;background:0 0}.stamped-reward-referral-email i,.stamped-reward-referral-email svg,.stamped-reward-referral-facebook i,.stamped-reward-referral-facebook svg,.stamped-reward-referral-twitter i,.stamped-reward-referral-twitter svg{font-size:20px;display:block;margin:auto auto 7px}.stamped-card-section-spending{margin-top:10px;border-top:1px solid #ccc;padding-top:15px}.stamped-card-section-earning a svg,.stamped-card-section-spending a svg{margin-right:5px;margin-left:-15px;font-size:18px}.stamped-launcher-review-view{font-size:.9em}.stamped-rewards-birthday-input-holder{position:absolute;z-index:9;background:#fff;display:inline-block;left:60px;padding-right:20px}.stamped-rewards-birthday-input-holder input{display:block;width:100%;margin-top:5px;font-size:15px}.opened .stamped-rewards-card,.opened .stamped-rewards-header-container{animation-duration:.5s;animation-fill-mode:both;animation-name:testingUp}.opened div#stamped-rewards-cards>div:first-child{animation-delay:.3s}.opened div#stamped-rewards-cards>div:nth-child(2){animation-delay:.5s}.opened div#stamped-rewards-cards>div:nth-child(3){animation-delay:.7s}.opened div#stamped-rewards-cards>div:nth-child(4){animation-delay:.8s}.opened div#stamped-rewards-cards>div:nth-child(5){animation-delay:.9s}.opened div#stamped-rewards-cards>div:nth-child(6){animation-delay:1s}.opened div#stamped-rewards-cards>div:nth-child(7){animation-delay:1.1s}.opened div#stamped-rewards-cards>div:nth-child(8){animation-delay:1.2s}.opened div#stamped-rewards-cards>div:nth-child(9){animation-delay:1.3s}.opened div#stamped-rewards-cards>div:nth-child(10){animation-delay:1.4s}.opened .stamped-rewards-footer{animation-delay:1.3s;animation-duration:.3s;animation-fill-mode:both;animation-name:testingUp}.stamped-launcher-list-item{display:inline-block;width:100%;box-sizing:border-box}.stamped-launcher-list-item.stamped-launcher-list-with-button .stamped-launcher-list-item-title{max-width:140px;display:inline-block;vertical-align:middle;line-height:16px;margin-top:3px}.stamped-launcher-thumbnail-wrapper{display:inline-block;max-width:35px;max-height:35px;overflow:hidden;vertical-align:middle;margin-right:5px}@media only screen and (max-device-width:480px),only screen and (max-width:480px){.new-review-form .stamped-form-custom-option-scale label{float:left;width:80px;text-align:center;margin-top:-10px}.stamped-header .stamped-review-options ul li{width:100%!important}span.stamped-review-option-scale{display:block;margin-bottom:8px;margin-top:-5px}.stamped-reviews .stamped-review-options li{display:inline-block;margin-right:20px;width:100%!important}span .stamped-file-uploader{display:block!important}.stamped-file-uploader label[for=stamped-file-uploader-input]>span{border:1px solid #333;padding:6px 10px;font-size:13px;border-radius:.3em;width:100%;display:block;text-align:center}input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary{margin:10px 0 0}.stamped-rewards-base{top:0!important;bottom:0!important;left:0!important;width:100%;max-height:100%;height:calc(100%);background:#00000026;border-radius:0}.stamped-rewards-launcher.opened{display:none!important}button.stamped-launcher-button{width:60px!important;overflow:hidden;box-shadow:none!important}.stamped-rewards-position-left button.stamped-launcher-button{left:20px!important;bottom:20px!important}.stamped-rewards-position-right button.stamped-launcher-button{right:20px!important;bottom:20px!important}}body[data-mobile=true] .stamped-rewards-header-close{top:5px;right:5px;width:20px;height:20px}body[data-mobile=true] .stamped-launcher-icon-opened i,body[data-mobile=true] .stamped-launcher-icon-opened svg{margin-right:0!important}.edit-review-form,.new-question-form{border:1px solid #dddddd4d;padding:15px;display:none}.elementor-kit-16{--e-global-color-primary:#2d3a2a;--e-global-color-secondary:#f4f1ef;--e-global-color-text:#1d1e1c;--e-global-color-accent:#b6c800;--e-global-color-395e477:#5b6a64;--e-global-color-8c9afe1:#f4a5a6;--e-global-color-87b1d66:#62aedf;--e-global-color-9caf2fb:#e0d4c7;--e-global-color-6e237bc:#fff;--e-global-color-8f07eb8:#e7e7e7;--e-global-color-4174136:#d4b6a2;--e-global-color-eeaf8e9:#a3af9b;--e-global-color-ddb0bef:#837364;--e-global-color-b87517b:#d7d8ce;--e-global-color-07f950c:#f7f3e9;--e-global-color-bea4f4b:#efb525;--e-global-color-625ea81:#545f41;--e-global-color-f8a0418:#637c3f;--e-global-color-c7bffcb:#7f8774;--e-global-color-e28d945:#b6b49a;--e-global-color-cde109c:#e5dacf;--e-global-color-e126c3a:#6e9b04;--e-global-color-9c2b9fa:#b6c800;--e-global-color-441ca78:#f4f1ef;--e-global-color-65de04d:#b4d3da;--e-global-color-c33614c:#005060;--e-global-color-ea1470b:#fb3700;--e-global-color-bcde1c2:#502b45;--e-global-color-65ab1d0:#789ba5;--e-global-color-9b1d261:#8d0025;--e-global-color-f12d7f3:#f3ad00;--e-global-color-03480c7:#a14502;--e-global-color-864f260:#4f5565;--e-global-color-f6b8326:#8b694e;--e-global-color-d7876f2:#477459;--e-global-color-3b2dc90:#cfcb99;--e-global-color-bd1ef30:#f60;--e-global-color-6889f82:#02302f;--e-global-color-2849929:#c28614;--e-global-color-f0d9a64:#feffe8;--e-global-typography-primary-font-family:"Nourd";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nourd";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gill Sans";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gill Sans";--e-global-typography-accent-font-weight:400;--e-global-typography-ccd87f3-font-family:"Gill Sans";--e-global-typography-ccd87f3-font-weight:500;font-family:Caslon Ionic,Sans-serif;font-weight:400}.elementor-kit-16 .elementor-button,.elementor-kit-16 button,.elementor-kit-16 input[type=button],.elementor-kit-16 input[type=submit]{border-radius:10px 10px 10px 10px}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1440px}.e-container{--container-max-width:1440px}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-element{--widgets-spacing:20px}.page-breadcrumb{display:var(--page-title-display)}.elementor-kit-16 e-page-transition{background-color:#ffbc7d}@font-face{font-family:Caslon Ionic;font-style:normal;font-weight:400;font-display:auto;src:url(https://foraged.market/wp-content/uploads/2022/08/CaslonIonic-Regular.woff) format("woff")}@media (max-width:1200px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-container{--container-max-width:1024px}}@media (max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-container{--container-max-width:767px}}.elementor-1802 .elementor-element.elementor-element-760115e .elementor-posts-container .elementor-post__thumbnail,.elementor-8361 .elementor-element.elementor-element-fcdc595 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:0!important;height:290px}.elementor-8775 .elementor-element.elementor-element-0cd2479 .elementor-post__thumbnail__link,.elementor-8775 .elementor-element.elementor-element-6c97adb .elementor-posts-container .elementor-post__thumbnail{padding-bottom:0!important}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.elementor-tab-content{display:block!important}#post-14875 .fas.fa-plus{display:none}#post-14875 .elementor-accordion-title{font-weight:700}.wprm-recipe-print{display:none!important}.ast-container{max-width:none!important}a.tinvwl_add_to_wishlist_button{display:none!important}.products .outofstock .button.product_type_simple{visibility:visible!important}.products .outofstock .button.product_type_simple:before{content:""!important;display:none!important}nav.woocommerce-pagination{display:none}a:hover{cursor:pointer}.aa-Panel{text-align:left;z-index:10}.aa-ItemActionButton{text-align:left;width:100%}