@font-face{font-family:Grand Hotel;font-display:swap;font-style:normal;font-weight:400;src:url(/assets/GrandHotel-Regular-DqMxmvKb.ttf)}@font-face{font-family:Circular;src:url(/assets/Circular-Medium-CxDXE9jA.ttf);font-display:swap;font-style:normal;font-weight:500}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Regular-CWSyEjGv.woff);font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Medium-DDwDPeBg.woff);font-display:swap;font-style:normal;font-weight:500}.EmptyStateView{max-width:420px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:8px}.EmptyStateView .IconBox{margin-bottom:16px}.EmptyStateView>.Button{min-width:150px}@font-face{font-family:Grand Hotel;font-display:swap;font-style:normal;font-weight:400;src:url(/assets/GrandHotel-Regular-DqMxmvKb.ttf)}@font-face{font-family:Circular;src:url(/assets/Circular-Medium-CxDXE9jA.ttf);font-display:swap;font-style:normal;font-weight:500}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Regular-CWSyEjGv.woff);font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Medium-DDwDPeBg.woff);font-display:swap;font-style:normal;font-weight:500}.LiveChat{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden;margin:0;width:100%;max-width:600px}.LiveChat-Header{padding:0 10px;border-bottom:1px solid rgb(242,242,242)}.LiveChat-Header .Paragraph-Name{min-width:fit-content}.LiveChat-Header .Paragraph-Email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.LiveChat-Chat{flex:1;height:100%;display:flex;flex-direction:column;gap:8px;overflow-y:auto;scrollbar-gutter:stable;padding:16px}.LiveChat-Chat-Message{display:flex;align-self:flex-end;justify-content:flex-end;align-items:flex-end;max-width:100%;transition:margin .2s ease}.LiveChat-Chat-Message-Avatar{max-width:24px!important;max-height:24px!important;min-width:24px!important;min-height:24px!important}.LiveChat-Chat-Message-Container{padding:6px 8px 12px 10px;border-radius:10px;background-color:#e6e5e3;color:#101010cc;max-width:100%;display:flex;position:relative}.LiveChat-Chat-Message-Container span{word-break:break-word;white-space:pre-wrap}.LiveChat-Chat-Message-Container-Timestamp{font-size:8.5px;opacity:.65;min-width:fit-content;align-self:flex-end;display:inline-flex;align-items:center;gap:8px;margin:0 0 -8px 6px;text-align:right}.LiveChat-Chat-Message-Container-Timestamp svg{width:12px;height:12px;margin-right:-1px!important;opacity:.5}.LiveChat-Chat-Message-Container-Timestamp svg.Read{opacity:1;filter:brightness(2)}.LiveChat-Chat-Message-Container-Timestamp svg.Read path{fill:#26d489}.LiveChat-Chat-Message-Container-File img{min-height:140px;max-height:140px;border-radius:6px;background-color:#fff}.LiveChat-Chat-Message svg{margin-right:-5px}.LiveChat-Chat-Message.fromUser .LiveChat-Chat-Message-Container{background-color:#131210;color:#fff}.LiveChat-Chat-Message.fromUser .LiveChat-Chat-Message-Avatar{margin-left:8px}.LiveChat-Chat-Message.fromUser svg{margin-left:-5px}.LiveChat-Chat-Message.fromPartner{align-self:flex-start}.LiveChat-Chat-Message.fromPartner .LiveChat-Chat-Message-Avatar{margin-right:8px}.LiveChat-Chat-Message svg.EdgeIcon{width:12px;height:12px;min-height:12px;min-width:12px}.LiveChat-Chat-Message-Controls{display:flex;justify-content:flex-end;overflow:hidden;transition:all .2s ease;transition-delay:.05s;width:0px;opacity:0;scale:.75;filter:blur(3px)}.LiveChat-Chat-Message-Controls .Button{min-height:38px;min-width:38px}.LiveChat-Chat-Message:hover .LiveChat-Chat-Message-Controls,.LiveChat-Chat-Message.editing .LiveChat-Chat-Message-Controls{width:50px;min-width:50px;opacity:1;scale:1;filter:blur(0px)}.LiveChat-Chat-Message.editing{margin:16px 0;max-width:100%}.LiveChat-Chat-Message.editing .LiveChat-Chat-Message-Container{flex:1;padding:4px}.LiveChat-Chat-Message.editing .LiveChat-Chat-Message-Container-Timestamp{display:none}.LiveChat-Chat-Message .InputTextarea{border-radius:6px;padding:8px 12px;min-height:0;height:fit-content!important;max-height:unset;field-sizing:content!important;background-color:#ffffff1a!important}.LiveChat-Chat:has(.LiveChat-Chat-Message.editing) .LiveChat-Chat-Message:not(.editing){opacity:.5;pointer-events:none}.LiveChat-Chat-Group{display:flex;flex-direction:column;gap:4px}.LiveChat-Chat-Group .Badge{opacity:.75;align-self:center;padding:2px 12px;background-color:#f2f2f2!important;-webkit-user-select:none;user-select:none}.LiveChat-Bottom{position:relative}.LiveChat-Bottom .InputTextarea{box-shadow:none!important;width:calc(100% - 16px);background-color:#f2f2f2!important;margin:0 8px 8px;color:#101010;font-size:clamp(14px,.3125vw + 8px,16px)}.LiveChat-Bottom .Button{position:absolute;bottom:16px;right:16px}.LiveChat-SystemMessage{display:flex;gap:12px;padding:16px;border-radius:10px;margin:8px 0}.LiveChat-SystemMessage-Icon{min-width:40px;min-height:40px;padding:10px;border-radius:1000px;box-shadow:0 -.5px .25px #10101029 inset,0 .5px .25px #1010101f inset,0 2px 4px #fff6 inset,0 -2px 4px #fff6 inset,0 5px 12px -10px #10101033}.LiveChat-SystemMessage.SYSTEM_ERROR{background-color:#ff36650f;color:#ff3665;border:1px solid rgba(255,54,101,.08)}.LiveChat-SystemMessage.SYSTEM_ERROR .LiveChat-SystemMessage-Icon{background-color:#ff3665}.LiveChat-SystemMessage.SYSTEM_ERROR .LiveChat-SystemMessage-Icon path{fill:#fff}.LiveChat-SystemMessage.SYSTEM_WARNING{background-color:#ffc1070f;color:#101010cc;border:1px solid rgba(255,193,7,.12)}.LiveChat-SystemMessage.SYSTEM_WARNING .LiveChat-SystemMessage-Icon{background-color:#ffc107}.LiveChat-InviteMessage{padding:8px;border-radius:1000px;background-color:#f2f2f2;border:.6px solid rgba(16,16,16,.05);box-shadow:0 -.5px .25px #1010101a inset,0 .5px .25px #10101014 inset,0 2px 4px #fff6 inset,0 -2px 4px #fff6 inset,0 4px 10px -8px #1010101a;display:flex;justify-content:center;align-items:center;gap:8px;margin:16px 0}.LiveChat-InviteMessage .Paragraph{-webkit-user-select:none;user-select:none}.LiveChat-InviteMessage svg path{fill:#101010cc}.LiveChat .Button-Back{margin:-8px;border-radius:0!important}.LiveChat .Button-Back svg{scale:1.2}.LiveChat .Button-Back svg path{fill:#101010cc}@media only screen and (min-width:1024px){.LiveChat .Button-Back{display:none}}
