.joinchat__bubble.joinchat__bubble--reply{align-self:flex-end;transform-origin:100% 50%;background:#fff linear-gradient(0deg, hsl(var(--hsl)/15%), hsl(var(--hsl)/15%))}.joinchat__bubble.joinchat__bubble--reply::before{left:auto;right:-15px;clip-path:var(--peak_r)}.joinchat__bubble.joinchat__bubble--warning{min-height:0;padding:0;background:none;color:#e65100;font-size:13px;line-height:1.33;filter:none;animation:none}.joinchat__bubble.joinchat__bubble--options{align-self:center;transform-origin:50% 50%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;gap:10px 5px;min-height:46px;padding:0;margin:0 10px 16px;background:none !important;border-radius:0;filter:none;animation:joinchat__fadein 300ms ease-out 10ms both}.joinchat__bubble.joinchat__bubble--options:before{content:none}.joinchat__bubble.joinchat__bubble--options+.joinchat__bubble--reply{margin-top:16px}.joinchat__bubble .joinchat__btn,.joinchat__bubble .joinchat__option{min-height:46px;padding:10px 15px;margin:0;color:var(--msg);border:3px solid var(--msg);border-radius:23px;line-height:20px;text-align:center;-webkit-text-decoration:none;text-decoration:none;cursor:pointer}.joinchat__bubble .joinchat__btn:hover,.joinchat__bubble .joinchat__btn:active,.joinchat__bubble .joinchat__btn:focus,.joinchat__bubble .joinchat__option:hover,.joinchat__bubble .joinchat__option:active,.joinchat__bubble .joinchat__option:focus{color:var(--hover);border-color:var(--hover);outline:none}.joinchat__bubble .joinchat__sources{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px;padding:0;margin:20px 0 0}.joinchat__bubble .joinchat__sources a{height:20px;padding:0 10px 0 6px;margin:0;background:rgba(0,0,0,.4);color:#fff !important;border:0 !important;border-radius:4px;font:normal 400 14px/20px Arial,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-text-decoration:none !important;text-decoration:none !important;transition:background .2s ease-in-out}.joinchat__bubble .joinchat__sources a:hover,.joinchat__bubble .joinchat__sources a:active,.joinchat__bubble .joinchat__sources a:focus{background:rgba(0,0,0,.5333333333);color:#fff !important}.joinchat__bubble .joinchat__sources a::before{content:"";display:inline-block;width:13px;height:13px;margin-right:6px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Im00IDkgNS01bS0zLjUtLjUgMS43LTEuN2EyLjggMi44IDAgMCAxIDQgNEw5LjUgNy41bS02LTJMMS44IDcuMmEyLjggMi44IDAgMCAwIDQgNGwxLjctMS43Ii8+PC9zdmc+) center/100%;vertical-align:-5%}.joinchat__bubble h3{padding:0 !important;margin:16px 0 10px !important;font:normal normal 600 17px/1.25em var(--joinchat-font) !important;color:inherit !important}.joinchat__bubble p{padding:0;margin:0 0 10px}.joinchat__bubble ol{padding:0 0 0 20px;margin:0 0 10px;list-style:decimal}.joinchat__bubble ul{padding:0 0 0 20px;margin:0 0 10px;list-style:disc}.joinchat__bubble li{padding:0;margin:0 0 5px}.joinchat__bubble>*:last-child{margin-bottom:0}.joinchat--dark .joinchat__bubble.joinchat__bubble--reply{background-color:#555}[dir=rtl] .joinchat__bubble.joinchat__bubble--reply{transform-origin:0 50%}[dir=rtl] .joinchat__bubble.joinchat__bubble--reply:before{right:auto;left:-15px;clip-path:url("#joinchat__peak_l")}@media(prefers-color-scheme: dark){.joinchat--dark-auto .joinchat__chat .joinchat__bubble--reply{background-color:#555}}.joinchat__prompt{--box: var(--color);--i_bg: #fff;--i_fg: #4a4a4a;--b_bg: var(--text);--b_fg: var(--box);--ph_opacity: 0.5;position:relative;width:100%;padding:8px;background:var(--color);background:var(--box);transition:all .2s ease-in-out}.joinchat__prompt.joinchat__prompt--disabled{--box: #d9d9d9;--b_fg: #d9d9d9;--ph_opacity: 0.03;pointer-events:none}.joinchat__prompt .joinchat__input{--offtop: 18px;display:block;width:100% !important;height:60px;min-height:60px !important;max-height:86px !important;padding:18px 6px 4px 22px !important;padding:var(--offtop) 6px 4px 22px !important;margin:0 !important;border:none !important;border-right:50px solid var(--i_bg) !important;border-radius:30px !important;background:var(--i_bg) !important;color:var(--i_fg) !important;font:inherit !important;resize:none !important;outline:none !important;overflow-x:hidden !important;overflow-y:auto !important;overflow:hidden auto !important;-webkit-appearance:none !important;-moz-appearance:none !important;appearance:none !important;transition:none !important}.joinchat__prompt .joinchat__input::-moz-placeholder{font-style:italic;opacity:var(--ph_opacity)}.joinchat__prompt .joinchat__input::placeholder{font-style:italic;opacity:var(--ph_opacity)}.joinchat__prompt .joinchat__input::-webkit-scrollbar{width:4px;background:rgba(0,0,0,0)}.joinchat__prompt .joinchat__input::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(0,0,0,0)}.joinchat__prompt .joinchat__input:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}@supports(-webkit-overflow-scrolling: touch){.joinchat__prompt .joinchat__input{overflow-y:scroll;-webkit-overflow-scrolling:touch}}.joinchat__prompt .joinchat__submit{position:absolute;z-index:2;bottom:22px;right:22px;width:32px;height:32px;min-width:32px;min-height:32px;padding:0 !important;margin:0 !important;border:none !important;border-radius:50% !important;background:radial-gradient(var(--b_bg) 0%, var(--b_bg) 66%, rgba(0, 0, 0, 0) 66.1%, rgba(0, 0, 0, 0) 100%) !important;color:var(--b_fg) !important;cursor:pointer;outline:none;-webkit-appearance:none !important;-moz-appearance:none !important;appearance:none !important;transition:all .2s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.joinchat__prompt .joinchat__submit:hover,.joinchat__prompt .joinchat__submit:focus{--b_fg: var(--hover)}.joinchat__prompt.joinchat__prompt--disabled .joinchat__submit,.joinchat__prompt .joinchat__submit[disabled]{--b_fg: #d9d9d9;pointer-events:none}.joinchat--dark .joinchat__prompt{--box: var(--dark);--i_bg: #1a1a1a;--i_fg: #d8d8d8}.joinchat--dark .joinchat__prompt .joinchat__submit:hover,.joinchat--dark .joinchat__prompt .joinchat__submit:focus{--b_fg: var(--color)}.joinchat--dark .joinchat__prompt.joinchat__prompt--disabled{--box: #000;--b_bg: #8a8a8a;--b_fg: #1a1a1a}.joinchat--dark .joinchat__prompt .joinchat__submit[disabled]{--b_bg: #8a8a8a;--b_fg: #1a1a1a}@media(prefers-color-scheme: dark){.joinchat--dark-auto .joinchat__prompt{--box: var(--dark);--i_bg: #1a1a1a;--i_fg: #d8d8d8}.joinchat--dark-auto .joinchat__prompt .joinchat__submit:hover,.joinchat--dark-auto .joinchat__prompt .joinchat__submit:focus{--b_fg: var(--color)}.joinchat--dark-auto .joinchat__prompt.joinchat__prompt--disabled{--box: #000;--b_bg: #8a8a8a;--b_fg: #1a1a1a}.joinchat--dark-auto .joinchat__prompt .joinchat__submit[disabled]{--b_bg: #8a8a8a;--b_fg: #1a1a1a}}@keyframes joinchat__fadein{from{opacity:0}to{opacity:1}}
