@import"https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:400,500,600,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--white: #FFFFFF;--black: #000000;--off-white-light-grey: #F5F5F5;--off-white-grey: #F0F1F2;--off-white-cream: #F0EEE6;--off-white-blue: #F3F7FB;--text-black: #0F172A;--text-grey-500: #4D4D4D;--text-grey-400: #808080;--text-grey-300: #A0A0A0;--text-grey-200: #BFBFBF;--text-grey-100: #D9D9D9;--text-red-400: #C00000;--text-red-350: #CC0000;--text-red-300: #FF0000;--primary-blue-500: #0A0A36;--primary-blue-400: #002060;--primary-blue-300: #0D4DA5;--primary-blue-200: #528DE0;--primary-blue-100: #D0DEF1;--secondary-yellow-500: #957A00;--secondary-yellow-400: #E0B700;--secondary-yellow-300: #FFC100;--secondary-yellow-250: #FFCC00;--secondary-yellow-200: #FFD92B;--secondary-yellow-100: #FFF0AA;--standard-green-500: #12501A;--standard-green-400: #196B24;--standard-green-300: #009933;--standard-green-200: #92D050;--standard-green-100: #DAF2D0;--border-radius-500: 30px;--border-radius-400: 24px;--border-radius-300: 18px;--border-radius-200: 12px;--border-radius-100: 6px;--standard-padding-400: 20px 16px 20px 16px;--standard-padding-350: 14px 14px 14px 14px;--standard-padding-325: 12px 20px 12px 20px;--standard-padding-300: 12px 12px 12px 12px;--standard-padding-200: 8px 14px 8px 14px;--standard-label-gap-600: 18px;--standard-label-gap-500: 15px;--standard-label-gap-400: 12px;--standard-label-gap-300: 9px;--standard-label-gap-200: 6px;--standard-label-gap-100: 3px;--standard-item-gap-800: 54px;--standard-item-gap-700: 48px;--standard-item-gap-600: 42px;--standard-item-gap-500: 36px;--standard-item-gap-400: 30px;--standard-item-gap-300: 24px;--standard-item-gap-200: 18px;--standard-item-gap-100: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .02);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .04)}.profile-card{background:#fff;border:1.5px solid var(--text-grey-300);border-radius:12px;display:flex;align-items:flex-start;padding:18px;position:relative;min-height:100px;color:inherit;text-decoration:none}.profile-card:hover{background:var(--white);color:inherit;text-decoration:none;box-shadow:var(--shadow-md);transform:translateY(-4px);border:1.5px solid var(--primary-blue-300);z-index:5}.profile-card .avatar{flex-shrink:0;width:80px;height:80px;border-radius:12px;background-color:#eee;object-fit:cover}.profile-card .info{margin-left:16px;align-self:stretch;flex:1}.profile-card .info h3{font-size:18px;margin-top:0;margin-bottom:var(--standard-label-gap-400);padding-right:40px;display:flex;align-items:center}.profile-card .info h3 .status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:9px;vertical-align:middle;background-color:var(--text-grey-300);flex-shrink:0}.profile-card .info h3 .status-dot.active{background-color:var(--standard-green-300)}.profile-card .info h3 .status-dot.recent{background-color:var(--standard-green-200)}.profile-card .info h3 .status-dot.idle,.profile-card .info h3 .status-dot.unknown{display:none}.profile-card .info .tagline{font-size:13px;font-style:normal;color:var(--text-grey-500);margin-bottom:var(--standard-label-gap-300);padding-right:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.profile-card .info .details{font-size:12px;font-style:normal;color:var(--text-grey-400);margin-bottom:var(--standard-label-gap-500);padding-right:12px}.profile-card .info .notes{font-size:12px;font-style:italic;color:var(--text-grey-400);padding-right:36px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.profile-card .menu-container{position:absolute;top:0;right:0}.profile-card .lr-btn-container{display:flex;flex-direction:row;gap:var(--standard-label-gap-400);position:absolute;bottom:0;right:0;padding:6px 14px 10px 6px}.profile-card .message-btn:hover svg,.profile-card .profile-btn:hover svg{opacity:.7}.profile-card .menu-container .menu-btn{position:static;display:flex;gap:4px;padding:18px 18px 6px 6px}.profile-card .menu-btn span{width:6px;height:6px;background:var(--text-grey-300);border-radius:50%;display:block;transition:background .2s}.profile-card .menu-btn:hover span{background:var(--text-grey-400)}.profile-card .message-btn svg,.profile-card .profile-btn img,.profile-card .profile-btn span,.profile-card .profile-btn svg{width:20px;height:20px}.profile-card .profile-btn:hover img,.profile-card .profile-btn:hover span,.profile-card .profile-btn:hover svg{opacity:70%}.profile-card .menu-container .menu-dropdown,.profile-card .profile-btn .menu-dropdown{position:absolute;top:calc(100% + 0px);right:0;background:#fff;border:1px solid #ccc;border-radius:var(--border-radius-200);list-style:none;padding:.25em 0;margin:0;box-shadow:0 2px 6px #00000026;z-index:100;white-space:nowrap;display:inline-block;min-width:max-content}.profile-card .menu-container .menu-dropdown li,.profile-card .profile-btn .menu-dropdown li{padding:.5em 1em;cursor:pointer;border-radius:var(--border-radius-200)}.profile-card .menu-container .menu-dropdown li:hover,.profile-card .profile-btn .menu-dropdown li:hover{background:#f0f0f0}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{position:relative;background:#fff;padding:1.5rem;border-radius:4px;max-width:600px;width:90%;z-index:1001}.form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.form-field{flex:1 1 auto;display:flex;flex-direction:column}.form-field.full{flex:1 1 75%}.modal-content form .form-field.full input,.modal-content form .form-field.full select,.modal-content form .form-field.full textarea{width:100%;box-sizing:border-box;min-width:0}.modal-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.modal-content form label{font-weight:700;margin-bottom:.25rem}.modal-content h3{margin-bottom:16px}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.save-btn,.cancel-btn,.delete-btn{margin-top:.5em;cursor:pointer}@media (max-width: 768px){.profile-card{padding:12px;min-height:80px}.profile-card .avatar{width:60px;height:60px}.profile-card .info h3{font-size:14px;margin-bottom:var(--standard-label-gap-200);padding-right:16px}.profile-card .info h3 .status-dot{width:6px;height:6px;margin-right:6px}.profile-card .info .tagline{font-size:11px;margin-bottom:var(--standard-label-gap-100)}.profile-card .info .details{font-size:10px;margin-bottom:var(--standard-label-gap-500)}.profile-card .info .notes{font-size:11px}.profile-card .message-btn svg,.profile-card .profile-btn img,.profile-card .profile-btn span,.profile-card .profile-btn svg{width:16px;height:16px}.profile-card .lr-btn-container{padding:4px 8px 5px 4px}.profile-card .menu-container .menu-dropdown,.profile-card .profile-btn .menu-dropdown{font-size:12px}.profile-card .menu-container .menu-dropdown li,.profile-card .profile-btn .menu-dropdown li{padding:.5em 1em;cursor:pointer}}:root{--white: #FFFFFF;--black: #000000;--off-white-light-grey: #F5F5F5;--off-white-grey: #F0F1F2;--off-white-cream: #F0EEE6;--off-white-blue: #F3F7FB;--text-black: #0F172A;--text-grey-500: #4D4D4D;--text-grey-400: #808080;--text-grey-300: #A0A0A0;--text-grey-200: #BFBFBF;--text-grey-100: #D9D9D9;--text-red-400: #C00000;--text-red-350: #CC0000;--text-red-300: #FF0000;--primary-blue-500: #0A0A36;--primary-blue-400: #002060;--primary-blue-300: #0D4DA5;--primary-blue-200: #528DE0;--primary-blue-100: #D0DEF1;--secondary-yellow-500: #957A00;--secondary-yellow-400: #E0B700;--secondary-yellow-300: #FFC100;--secondary-yellow-250: #FFCC00;--secondary-yellow-200: #FFD92B;--secondary-yellow-100: #FFF0AA;--border-radius-500: 30px;--border-radius-400: 24px;--border-radius-300: 18px;--border-radius-200: 12px;--border-radius-100: 6px;--standard-padding-400: 20px 16px 20px 16px;--standard-padding-300: 12px 12px 12px 12px;--standard-padding-200: 8px 14px 8px 14px;--standard-label-gap-600: 18px;--standard-label-gap-500: 15px;--standard-label-gap-400: 12px;--standard-label-gap-300: 9px;--standard-label-gap-200: 6px;--standard-label-gap-100: 3px;--standard-item-gap-800: 54px;--standard-item-gap-700: 48px;--standard-item-gap-600: 42px;--standard-item-gap-500: 36px;--standard-item-gap-400: 30px;--standard-item-gap-300: 24px;--standard-item-gap-200: 18px;--standard-item-gap-100: 12px}.tour-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a00;z-index:10000}.tour-popover{z-index:10003;background:var(--white);padding:16px;border:2px solid var(--text-grey-300);border-radius:12px;box-shadow:var(--shadow-md)}.tour-popover h4{margin:0 0 var(--standard-label-gap-500) 0;color:var(--text-black);font-size:16px;line-height:1.25}.tour-content{font-size:16px;line-height:1.25}.tour-actions{display:flex;gap:var(--standard-label-gap-200);justify-content:flex-end;margin-top:var(--standard-label-gap-500)}.tour-actions button{border:0px solid var(--text-grey-200);background:transparent;border-radius:8px;padding:6px 10px;cursor:pointer}.tour-actions button:hover{background:var(--off-white-grey)}.app-container{display:flex;min-height:100vh;position:relative;flex-direction:column}.app-content{flex:1;display:flex;flex-direction:column;padding-left:15%;padding-right:15%;min-height:0}.chat-container{margin:0 auto;background-color:transparent;padding-top:var(--standard-item-gap-300);width:100%;position:relative;flex:1;display:flex;flex-direction:column;height:100%}.header-container{position:relative;display:flex;align-items:flex-start;justify-content:center;margin-bottom:var(--standard-item-gap-400);width:100%}.chat-title{transition:opacity .2s;text-align:center;height:clamp(24px,2.2vw,32px);padding:0;margin:0}.header-container:hover .chat-title{opacity:1}.edit-icon{position:absolute;right:-3rem;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .2s;height:24px;width:24px}.header-container:hover .edit-icon{opacity:.6}.header-dropdown{position:absolute;top:calc(100% + 0vh);left:0;margin-top:0rem;background:#fff;border:1px solid #ccc;border-radius:.25rem;box-shadow:0 4px 8px #0000001a;z-index:10;min-width:200px;width:100%;text-align:left}.dropdown-item{padding:.5rem 1rem;cursor:pointer;transition:background .1s}.dropdown-item:hover{background:#f5f5f5}.connect-form{display:grid;gap:1rem;margin-top:1rem}.form-group{display:flex;align-items:baseline;gap:.5rem;width:100%}.form-group label{margin-bottom:.25rem;margin-right:.5rem;font-weight:500}.form-input,.form-select{padding:0;border:none;border-bottom:1.25px dashed #aaa;border-radius:0%;background:transparent;font-size:1rem;outline:none;flex:1 1 0;min-width:0}.form-input:focus,.form-select:focus{border-bottom-color:#000}.form-select:invalid{color:#888}.form-select:invalid option:not([value=""]){color:#000}label.ask-input{text-align:left}.textarea-with-button{position:relative;width:100%;margin-top:1.5rem}.textarea-with-button textarea.ask-input{width:100%;padding:18px;padding-right:4.5rem;font-size:16px;border:1px solid #ccc;border-radius:12px;text-align:left;color:#000;background:#fff;display:block;margin:0 auto;resize:none;overflow:hidden}.textarea-with-button textarea.ask-input::placeholder{color:#aaa}.go-button{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);padding:.5rem 1rem;border:none;background-color:transparent;color:#000;border-radius:.25rem;cursor:pointer;font-weight:700}.submit-btn{align-self:start;padding:.75rem 1.5rem;background-color:var(--primary-blue-400);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:1rem;margin-top:18px;margin-bottom:3rem}.submit-btn:hover{opacity:.7}:root{--ink: #0f172a;--muted: #6b7280;--card: #ffffff;--border: #e5e7eb;--composer-w: min(960px, 80vw)}.prompt-shelf{max-width:860px;margin:12px auto 28px;align-content:center;justify-content:center}.prompt-heading{text-align:center;font-size:18px;color:var(--muted);margin-bottom:16px;font-style:italic}.prompt-card{width:100%;display:grid;grid-template-columns:120px 24px 1fr;gap:18px;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:14px;box-shadow:0 1px 2px #0f172a0a;cursor:pointer;text-align:left;transition:transform .06s ease,box-shadow .15s ease;margin-bottom:16px}.prompt-card:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f172a14}.prompt-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));column-gap:16px;align-items:stretch;margin-bottom:18px}.prompt-left{background:var(--primary-blue-400);color:#fff;border:2px solid var(--primary-blue-400);border-radius:12px;padding:6px 20px;height:84px;min-width:0;display:flex;flex-direction:row;justify-content:left;align-items:center;gap:16px;cursor:pointer}.prompt-left:hover{opacity:.7;box-shadow:var(--shadow-md);transform:translateY(-4px);border:2px solid var(--primary-blue-400);cursor:pointer}.prompt-left .prompt-icon{width:clamp(28px,2.2vw,32px);height:clamp(28px,2.2vw,32px);min-width:28px;min-height:28px;flex:0 0 auto}.left-container{display:flex;flex-direction:column;justify-content:left;gap:9px;min-width:0}.left-container .left-title{font-weight:600;font-size:clamp(16px,2.2vw,18px);line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.left-container .left-sub{opacity:.7;font-size:clamp(12px,1.8vw,13px);line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.pipe{width:3px;height:48px;background:var(--border);border-radius:999px;justify-self:center;align-self:center}.prompt-right{background:var(--white);color:var(--text-black);border:2px solid var(--text-black);border-radius:12px;padding:6px 20px;height:84px;min-width:0;display:flex;flex-direction:row;justify-content:left;align-items:center;gap:16px}.prompt-right:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border:2px solid var(--primary-blue-300);cursor:pointer}.right-container{display:flex;flex-direction:column;justify-content:left;text-align:left;gap:9px;min-width:0}.right-container .right-title{font-weight:600;font-size:clamp(14px,2.2vw,18px);line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.right-container .right-sub{color:var(--muted);font-size:clamp(11px,1.8vw,13px);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.right-container .avatar-grid{width:36px;height:36px;background:#e5e7eb;border-radius:50%;flex:0 0 auto}.floating-composer{position:sticky;margin:0 auto;bottom:32px;max-width:var(--composer-w);width:100%;min-width:200px;background:#fff;border:1px solid var(--border);border-radius:999px;padding:12px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 6px 20px #0f172a1a;overflow-x:hidden;flex-shrink:0;overflow-anchor:none}.composer-input{flex:1;min-height:40px;max-height:200px;padding:6px 12px;font-size:15px;line-height:1.5;outline:none;border:0;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;overflow-y:auto;display:flex;align-items:center}.composer-input:empty:before{content:attr(data-placeholder);color:#aaa;pointer-events:none}.floating-composer textarea{flex:1;border:0;outline:0;resize:none;min-height:0;max-height:200px;font-size:15px;line-height:1.25;padding:8px 10px;display:flex;align-items:center}.send-btn{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--primary-blue-400);background:var(--primary-blue-400);cursor:pointer}.send-btn:hover{opacity:.7}.opening-block .opening,.closing-block .closing{line-height:1.6;margin:0}.opening-block .opening+.opening,.closing-block .closing+.closing{margin-top:.75rem}.opening-block .opening:first-child,.closing-block .closing:first-child{margin-top:1rem}.opening-block .opening:last-child{margin-bottom:2rem}.closing-block .closing:last-child{margin-bottom:1rem}.recommendations{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:auto;align-items:start;gap:16px 48px;padding:12px 0}.rec-card{border:0px solid #eee;padding:0rem;border-radius:0;display:grid;grid-row:span 3;grid-template-rows:subgrid;margin:0}.rec-card.group{grid-row:span 2;grid-template-rows:subgrid}.why-connect,.discussion-topics,.why-join,.why-accept{margin:.75rem 0rem 0rem;padding-bottom:0rem;font-size:14px}.why-connect-list,.discussion-topics-list,.why-join-list,.why-accept-list{margin:.5rem 0 .75rem;padding-left:1.5rem;--bullet-gap: .4rem}.why-connect-list li,.discussion-topics-list li,.why-join-list li,.why-accept-list li{line-height:1.5;margin:0}.why-connect-list li+li,.discussion-topics-list li+li,.why-join-list li+li,.why-accept-list li+li{margin-top:var(--bullet-gap)}.rec-card>.profile-card,.rec-card>.why-connect,.rec-card>.discussion-topics{align-self:stretch}.rec-card.group>.group-card,.rec-card.group>.why-join{align-self:stretch}.response-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:20px}.response-actions button{background:#222;border:1px solid #222;color:#fff;padding:12px 16px;font-size:16px;font-style:normal;line-height:1.2;border-radius:12px;cursor:pointer;flex:1;min-width:150px;text-align:center}.options{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:40px}.option-btn{background:#222;border:1px solid #222;color:#fff;padding:16px;font-size:16px;font-style:normal;border-radius:12px;cursor:pointer;flex:1;min-width:150px;text-align:center}.chat-log{margin:1em 0 1.5em;padding-bottom:6em;line-height:1.5;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.chat-user,.chat-bot{text-align:left;margin-bottom:1.5em}.chat-error{color:red;text-align:left;padding-top:1rem}.md-paragraph{margin-bottom:1em;line-height:1.5;font-size:16px}.md-table{width:100%;border-collapse:collapse;margin-bottom:1rem;overflow-x:auto}.md-th,.md-td{border:0;padding:.5rem}.system-message.typing{display:flex;margin-bottom:1.5em;border-top:0px solid #ccc;padding-top:1rem;align-self:center}.typing-dots{display:flex;gap:6px;align-self:center}.typing-dots span{width:8px;height:8px;background-color:#888;border-radius:50%;opacity:0;animation:blink 1.4s infinite both}.typing-dots span:nth-child(1){animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}.message{max-width:70%;padding:12px 16px;border-radius:8px;font-size:16px;line-height:1.5;margin-top:1rem}.message.from-me{background:#e0edf5;align-self:flex-end;text-align:left}.message.from-them{background:#e0e0e0;align-self:flex-start}.system-message{border-top:0px solid #ccc;border-bottom:1px solid #ccc;margin-top:1rem;padding-top:1rem;padding-bottom:1rem;text-align:left}.app-container .status-bar{background:var(--white);padding:16px 40px;display:flex;gap:24px;font-size:16px;color:#555;border-bottom:1px solid #e0e0e0;overflow-x:auto;overflow:visible;flex-direction:row;height:64px;position:sticky;flex-wrap:nowrap;top:0;z-index:5}.app-container .status-bar button{padding:0;border-bottom:0px;position:relative;white-space:nowrap;align-self:center;display:inline-flex;align-items:center;gap:.25rem}.app-container .status-bar .filter-button.active{color:var(--text-black);font-weight:400}.app-container .status-bar .filter-button.inactive{color:var(--text-grey-400)}.app-container .status-bar button:hover{color:var(--text-black)}.app-container .status-bar .display-message-container{margin-left:auto;display:flex;align-items:center;flex:1;min-width:0;justify-content:flex-end;gap:24px}.app-container .status-bar .search-bar input{flex:1;min-width:150px;max-width:400px}.app-container .status-bar button.search-btn{margin-left:12px}.app-container .status-bar .dropdown-wrapper{position:relative;display:flex;align-items:center}.app-container .status-bar .dropdown-menu{position:absolute;top:calc(100% + 0px);right:0;padding:0;background:var(--white);border:1px solid var(--text-grey-300);border-radius:var(--border-radius-200);box-shadow:0 2px 6px #00000026;z-index:10;width:220px}.app-container .status-bar .dropdown-menu .dropdown-item{padding:var(--standard-padding-350);cursor:pointer;border-radius:var(--border-radius-200);display:flex;flex-direction:column}.app-container .status-bar .dropdown-menu .dropdown-item:hover{background:var(--off-white-blue)}.app-container .status-bar .dropdown-menu .dropdown-item.selected{background:var(--primary-blue-100);font-weight:600;color:var(--primary-blue-300)}.app-container .status-bar .dropdown-menu .dropdown-item .dropdown-label{margin-bottom:var(--standard-label-gap-100);color:var(--text-grey-500)}.app-container .status-bar .dropdown-menu .dropdown-item.selected .dropdown-label{margin-bottom:var(--standard-label-gap-100);color:var(--primary-blue-300)}.app-container .status-bar .dropdown-menu .dropdown-item .dropdown-desc{color:var(--text-grey-300);font-size:12px;font-weight:400}.app-container .status-bar .dropdown-menu .dropdown-item.selected .dropdown-desc{color:var(--text-grey-400);font-weight:550}.app-container .status-bar .switch-container{display:inline-flex;align-items:center;gap:.5rem}.app-container .status-bar .switch-label.onstat{width:120px}.app-container .status-bar .switch-label.onstat.online{color:var(--standard-green-300);font-weight:600}.app-container .status-bar .switch-label.onstat.offline{color:var(--text-grey-400)}.app-container .status-bar .switch-root{width:48px;height:25px;background-color:var(--text-grey-300);border-radius:9999px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.app-container .status-bar .switch-root[data-state=checked]{background-color:var(--standard-green-300)}.app-container .status-bar .switch-thumb{display:block;width:21px;height:21px;background-color:var(--white);border-radius:9999px;transition:transform .1s;transform:translate(2px);will-change:transform}.app-container .status-bar .switch-thumb[data-state=checked]{transform:translate(25px)}.app-container .modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100}.app-container .modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.app-container .modal-content{position:relative;background:var(--white);border-radius:var(--border-radius-200);padding:0;width:80%;max-width:900px;max-height:80vh;box-sizing:border-box;z-index:101;display:flex;flex-direction:column;overflow:hidden}.app-container .modal-content .modal-header{background:var(--primary-blue-400);border-radius:var(--border-radius-200) var(--border-radius-200) 0 0;padding:var(--standard-padding-375);display:flex;justify-content:space-between;flex:0 0 auto}.app-container .modal-content .modal-heading{font-size:18px;font-weight:600;color:var(--white);margin:0;padding:0}.app-container .modal-content .modal-close-btn{display:inline-flex;align-items:center;justify-content:center;color:var(--white);background:none;cursor:pointer}.app-container .modal-content .modal-body{margin-top:var(--standard-label-gap-300);padding:var(--standard-padding-375);display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto;min-height:0}.app-container .geo-action-btn{background:var(--primary-blue-300);color:var(--white);cursor:pointer;margin-right:var(--standard-label-gap-300);margin-bottom:var(--standard-label-gap-200);padding:var(--standard-padding-350);border-radius:var(--border-radius-200)}.app-container .geo-action-btn:hover{background:var(--primary-blue-400)}.app-container .geo-block{display:flex;flex-direction:column;gap:var(--standard-item-gap-100)}.app-container .geo-block .geo-actions{display:flex;flex-direction:row;gap:var(--standard-label-gap-300)}.app-container .geo-block .geo-help details{margin-bottom:var(--standard-item-gap-200)}.app-container .geo-block .geo-help details li{margin-bottom:var(--standard-label-gap-200)}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}.option-btn:hover{opacity:.7}@media (max-width: 768px){.app-content{padding-left:7.5%;padding-right:7.5%}.app-container{min-height:0;height:100%;overscroll-behavior-y:contain}.app-container .status-bar{padding:4px 16px;gap:var(--standard-item-gap-700);font-size:14px;height:48px}.header-container{margin-bottom:var(--standard-item-gap-300)}h1.chat-title{font-size:1.5em}.prompt-shelf{margin:6px auto 28px}.prompt-container{grid-template-columns:1fr}.prompt-right,.pipe{display:none}.prompt-heading{font-size:16px}.floating-composer{bottom:24px;max-width:var(--composer-w);width:100%;min-width:none;padding:8px 12px}}.nearby-container .filter-bar,.nearby-container .settings-bar{background:#fff;padding:16px 40px;display:flex;gap:var(--standard-item-gap-300);font-size:16px;color:#555;border-bottom:1px solid #e0e0e0;overflow-x:auto;overflow:visible;flex-direction:row;height:64px;position:sticky;top:0;flex-wrap:nowrap;z-index:8;-webkit-overflow-scrolling:touch}.nearby-container .settings-bar{top:64px;z-index:5}.nearby-container .filter-bar .filter-button,.nearby-container .settings-bar button{padding:0;border-bottom:0px;position:relative;white-space:nowrap;align-self:center;display:inline-flex;align-items:center;gap:.25rem}.nearby-container .filter-bar .filter-button.active,.nearby-container .settings-bar .filter-button.active{color:var(--text-black);font-weight:400}.nearby-container .filter-bar .filter-button.inactive,.nearby-container .settings-bar .filter-button.inactive{color:var(--text-grey-400)}.nearby-container .filter-bar button:hover,.nearby-container .settings-bar button:hover{color:var(--text-black)}.nearby-container .filter-bar .search-bar,.nearby-container .settings-bar .display-message-container{margin-left:auto;display:flex;align-items:center;flex:1 1 auto;min-width:0;justify-content:flex-end;overflow:visible;text-overflow:ellipsis;white-space:nowrap}.nearby-container .filter-bar .search-bar input{flex:1;min-width:150px;max-width:400px}.nearby-container .filter-bar button.search-btn{margin-left:12px}.nearby-container .settings-bar .display-message-edit,.nearby-container .settings-bar .display-message-text{flex:1;min-width:110px;max-width:360px;display:flex;align-items:center;gap:9px;color:var(--text-grey-400);position:relative}.nearby-container .settings-bar .display-message-label{margin-right:12px;color:var(--text-black);font-weight:550}.nearby-container .settings-bar .display-message-text span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nearby-container .settings-bar .display-message-text span.message-shown{color:var(--primary-blue-300)}.nearby-container .settings-bar .display-message-edit input,.nearby-container .settings-bar .display-message-text span{flex:1}.nearby-container .settings-bar .display-message-icon{opacity:.6;cursor:pointer;transition:opacity .2s;flex-shrink:0}.nearby-container .settings-bar .display-message-icon:hover{opacity:1}.nearby-container .filter-bar .dropdown-wrapper,.nearby-container .settings-bar .dropdown-wrapper{position:relative;display:flex;align-items:center}.nearby-container .filter-bar .dropdown-menu,.nearby-container .settings-bar .dropdown-menu{position:absolute;top:calc(100% + 0px);left:0;padding:0;background:var(--white);border:1px solid var(--text-grey-300);border-radius:var(--border-radius-200);box-shadow:0 2px 6px #00000026;z-index:10}.nearby-container .filter-bar .dropdown-menu .dropdown-item,.nearby-container .settings-bar .dropdown-menu .dropdown-item{padding:var(--standard-padding-350);cursor:pointer;border-radius:var(--border-radius-200)}.nearby-container .filter-bar .dropdown-menu .dropdown-item:hover,.nearby-container .settings-bar .dropdown-menu .dropdown-item:hover{background:var(--off-white-blue)}.nearby-container .filter-bar .dropdown-menu .dropdown-item.selected,.nearby-container .settings-bar .dropdown-menu .dropdown-item.selected{background:var(--primary-blue-100);font-weight:600;color:var(--primary-blue-300);border-radius:var(--border-radius-200)}.nearby-container .filter-bar .dropdown-menu.tag-filter-menu,.nearby-container .settings-bar .dropdown-menu.tag-filter-menu{display:flex;gap:2rem;padding:12px 0;min-width:300px;left:50%;transform:translate(-30%);right:auto;z-index:5}.nearby-container .filter-bar .dropdown-menu.tag-filter-menu .tag-column,.nearby-container .settings-bar .dropdown-menu.tag-filter-menu .tag-column{flex:1;column-count:2;column-gap:1rem}.nearby-container .filter-bar .dropdown-menu.tag-filter-menu .tag-column h4,.nearby-container .settings-bar .dropdown-menu.tag-filter-menu .tag-column h4{margin:0 0 12px;padding:var(--standard-padding-325);font-size:16px;color:var(--text-black);column-span:all}.nearby-container .filter-bar .dropdown-menu.tag-filter-menu .dropdown-item.checkbox-item,.nearby-container .settings-bar .dropdown-menu.tag-filter-menu .dropdown-item.checkbox-item{display:flex;align-items:center;gap:.5rem;padding:var(--standard-padding-325);font-size:16px}.nearby-container .filter-bar .switch-container,.nearby-container .settings-bar .switch-container{display:inline-flex;align-items:center;gap:.5rem}.nearby-container .filter-bar .switch-label.onstat,.nearby-container .settings-bar .switch-label.onstat{width:75px}.nearby-container .filter-bar .switch-label.onstat.online,.nearby-container .settings-bar .switch-label.onstat.online{color:var(--standard-green-300);font-weight:600}.nearby-container .filter-bar .switch-label.onstat.offline,.nearby-container .settings-bar .switch-label.onstat.offline{color:var(--text-grey-400)}.nearby-container .filter-bar .switch-root,.nearby-container .settings-bar .switch-root{width:48px;height:25px;background-color:var(--text-grey-300);border-radius:9999px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.nearby-container .filter-bar .switch-root[data-state=checked],.nearby-container .settings-bar .switch-root[data-state=checked]{background-color:var(--standard-green-300)}.nearby-container .filter-bar .switch-thumb,.nearby-container .settings-bar .switch-thumb{display:block;width:21px;height:21px;background-color:var(--white);border-radius:9999px;transition:transform .1s;transform:translate(2px);will-change:transform}.nearby-container .filter-bar .switch-thumb[data-state=checked],.nearby-container .settings-bar .switch-thumb[data-state=checked]{transform:translate(25px)}.nearby-container .people-grid p{line-height:1.5}.nearby-container .geo-action-btn{background:var(--primary-blue-300);color:var(--white);cursor:pointer;margin-right:var(--standard-label-gap-300);margin-bottom:var(--standard-label-gap-200);padding:var(--standard-padding-350);border-radius:var(--border-radius-200)}.nearby-container .geo-action-btn:hover{background:var(--primary-blue-400)}.nearby-container .geo-block{display:flex;flex-direction:column;gap:var(--standard-item-gap-100)}.nearby-container .geo-block .geo-actions{display:flex;flex-direction:row;gap:var(--standard-label-gap-300)}.nearby-container .geo-block .geo-help details{margin-bottom:var(--standard-item-gap-200)}.nearby-container .geo-block .geo-help details li{margin-bottom:var(--standard-label-gap-200)}.nearby-container .load-more-btn{background:var(--primary-blue-300);color:var(--white);cursor:pointer;margin-right:var(--standard-label-gap-300);margin-bottom:var(--standard-label-gap-200);padding:var(--standard-padding-350);border-radius:var(--border-radius-200)}.nearby-container .load-more{padding:24px 40px}.nearby-container .modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100}.nearby-container .modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.nearby-container .modal-content{position:relative;background:var(--white);border-radius:var(--border-radius-200);padding:0;width:80%;max-width:900px;max-height:80vh;box-sizing:border-box;z-index:101;display:flex;flex-direction:column;overflow:hidden}.nearby-container .modal-content .modal-header{background:var(--primary-blue-400);border-radius:var(--border-radius-200) var(--border-radius-200) 0 0;padding:var(--standard-padding-375);display:flex;justify-content:space-between;flex:0 0 auto}.nearby-container .modal-content .modal-heading{font-size:18px;font-weight:600;color:var(--white);margin:0;padding:0}.nearby-container .modal-content .modal-close-btn{display:inline-flex;align-items:center;justify-content:center;color:var(--white);background:none;cursor:pointer}.nearby-container .modal-content .modal-body{margin-top:var(--standard-label-gap-300);padding:var(--standard-padding-375);display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto;min-height:0}input[type=checkbox]{-moz-appearance:auto;appearance:auto;-webkit-appearance:checkbox}@media (max-width: 768px){.nearby-container .topbar-btn-fixed{position:fixed;top:12px;left:16px;height:24px;width:24px;z-index:51;color:var(--white)}.nearby-container .topbar-btn-fixed .topbar-icon{height:24px;width:24px}.nearby-container .filter-bar,.nearby-container .settings-bar{padding:4px 16px;gap:var(--standard-item-gap-700);font-size:14px;height:48px}.nearby-container .settings-bar{top:48px}.nearby-container .filter-bar .switch-container,.nearby-container .settings-bar .switch-container{gap:.5rem}.nearby-container .filter-bar .switch-label.onstat,.nearby-container .settings-bar .switch-label.onstat{width:65px}.nearby-container .filter-bar .search-bar input{flex:1 1 auto;min-width:130px;max-width:280px}.nearby-container .filter-bar button.search-btn{display:none}.nearby-container .settings-bar .display-message-container{justify-content:flex-start}.nearby-container .settings-bar .display-message-edit,.nearby-container .settings-bar .display-message-text{flex:1 1 auto;min-width:120px;max-width:320px}.nearby-container .modal .dropdown-item.checkbox-item{padding-left:0;padding-right:0}.people-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px!important}.nearby-container .people-grid p{line-height:1.3;font-size:14px;margin-top:0}}.people-container .filter-bar{background:#fff;padding:16px 40px;display:flex;gap:24px;font-size:16px;color:#555;border-bottom:1px solid #e0e0e0;overflow-x:auto;overflow:visible;flex-direction:row;height:64px;position:sticky;flex-wrap:nowrap;top:0;z-index:8;align-items:center;-webkit-overflow-scrolling:touch}.people-container .filter-bar button{padding:0;border-bottom:0px;position:relative;white-space:nowrap;align-self:center}.people-container .filter-bar button:hover{color:#000}.people-container .filter-bar button.active{color:#000;font-weight:700}.people-container .filter-bar .search-bar{margin-left:auto;overflow:visible;text-overflow:ellipsis;white-space:nowrap}.people-container .filter-bar .search-bar input{flex:1;min-width:150px;max-width:400px}.people-container .filter-bar button.search-btn{margin-left:12px}.people-container .filter-bar .dropdown-wrapper,.people-container .settings-bar .dropdown-wrapper{position:relative;display:flex;align-items:center}.people-container .filter-bar .dropdown-menu,.people-container .settings-bar .dropdown-menu{position:absolute;top:calc(100% + 0px);left:0;padding:0;background:var(--white);border:1px solid var(--text-grey-300);border-radius:var(--border-radius-200);box-shadow:0 2px 6px #00000026;z-index:10}.people-container .filter-bar .dropdown-menu .dropdown-item,.people-container .settings-bar .dropdown-menu .dropdown-item{padding:var(--standard-padding-350);cursor:pointer;border-radius:var(--border-radius-200)}.people-container .filter-bar .dropdown-menu .dropdown-item:hover,.people-container .settings-bar .dropdown-menu .dropdown-item:hover{background:var(--off-white-blue)}.people-container .filter-bar .dropdown-menu .dropdown-item.selected,.people-container .settings-bar .dropdown-menu .dropdown-item.selected{background:var(--primary-blue-100);font-weight:600;color:var(--primary-blue-300);border-radius:var(--border-radius-200)}.people-container .load-more-btn{background:var(--primary-blue-300);color:var(--white);cursor:pointer;margin-right:var(--standard-label-gap-300);margin-bottom:var(--standard-label-gap-200);padding:var(--standard-padding-350);border-radius:var(--border-radius-200)}.people-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;padding:24px 40px}.people-container .load-more{padding:24px 40px}@media (max-width: 768px){.people-container .topbar-btn-fixed{position:fixed;top:12px;left:16px;height:24px;width:24px;z-index:51}.people-container .topbar-btn-fixed .topbar-icon{height:24px;width:24px}.people-container .filter-bar,.people-container .settings-bar{padding:4px 16px;gap:var(--standard-item-gap-700);font-size:14px;height:48px}.people-container .settings-bar{top:48px}.people-container .filter-bar .switch-container,.people-container .settings-bar .switch-container{gap:.5rem}.people-container .filter-bar .switch-label.onstat,.people-container .settings-bar .switch-label.onstat{width:65px}.people-container .filter-bar .search-bar input{flex:1 1 auto;min-width:130px;max-width:280px}.people-container .filter-bar button.search-btn{display:none}.people-container .settings-bar .display-message-edit,.people-container .settings-bar .display-message-text{min-width:120px;max-width:270px}.people-container .filter-button{display:flex;flex-direction:row;align-items:center;gap:.5rem}.people-container .modal .dropdown-item.checkbox-item{padding-left:0;padding-right:0}.people-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px!important}.people-container .people-grid p{line-height:1.3;font-size:14px;margin-top:0}}.sendbird-word{display:inline;height:-moz-fit-content;height:fit-content}.sendbird-word__url{display:inline;color:inherit;word-break:break-all}.sendbird-open-channel-preview{position:relative;display:inline-flex;flex-direction:row;width:264px;height:58px;min-width:264px;min-height:58px;box-sizing:border-box}.sendbird--mobile-mode .sendbird-open-channel-preview{width:100%}.sendbird-theme--light .sendbird-open-channel-preview{background-color:var(--sendbird-light-background-50);border-bottom:solid 1px var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-open-channel-preview{background-color:var(--sendbird-dark-background-600);border-bottom:solid 1px var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-open-channel-preview:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-open-channel-preview:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-open-channel-preview.selected{background-color:var(--sendbird-light-primary-100)}[dir=ltr] .sendbird-theme--light .sendbird-open-channel-preview.selected{border-left:solid 4px var(--sendbird-light-primary-300)}[dir=rtl] .sendbird-theme--light .sendbird-open-channel-preview.selected{border-right:solid 4px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-open-channel-preview.selected{background-color:var(--sendbird-dark-primary-300)}[dir=ltr] .sendbird-theme--dark .sendbird-open-channel-preview.selected{border-left:solid 4px var(--sendbird-dark-primary-200)}[dir=rtl] .sendbird-theme--dark .sendbird-open-channel-preview.selected{border-right:solid 4px var(--sendbird-dark-primary-200)}.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image{position:relative;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;box-sizing:border-box}[dir=ltr] .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image{margin-left:16px}[dir=rtl] .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image{margin-right:16px}.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar,.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar--default{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.sendbird-open-channel-preview .sendbird-open-channel-preview__context{position:relative;margin-top:8px;display:inline-flex;flex-direction:column;width:calc(100% - 100px);box-sizing:border-box}[dir=ltr] .sendbird-open-channel-preview .sendbird-open-channel-preview__context{margin-left:16px}[dir=rtl] .sendbird-open-channel-preview .sendbird-open-channel-preview__context{margin-right:16px}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title{position:relative;display:inline-flex;flex-direction:row;align-items:center;width:100%;height:16px;box-sizing:border-box}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name{position:relative;display:inline-block;width:100%;white-space:nowrap;overflow:hidden;box-sizing:border-box;overflow-x:hidden;text-overflow:ellipsis;word-break:keep-all}.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name{overflow-y:hidden}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen{max-width:calc(100% - 20px)}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen{position:relative;display:inline-flex}[dir=ltr] .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen{margin-left:4px}[dir=rtl] .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen{margin-right:4px}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants{position:relative;margin-top:8px;display:inline-flex;flex-direction:row;align-items:center;width:100%;height:14px;box-sizing:border-box}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon{position:relative;display:inline-flex;width:14px;height:14px;box-sizing:border-box}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count{position:relative;display:inline-flex;width:160px;max-width:160px;height:12px;box-sizing:border-box;overflow-x:hidden;text-overflow:ellipsis;word-break:keep-all}[dir=ltr] .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count{margin-left:4px}[dir=rtl] .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count{margin-right:4px}.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count{overflow-y:hidden}.sendbird-message-item-menu__list__menu-item:focus-visible{outline:none}.sendbird-create-open-channel-ui{position:relative;display:inline-flex}.sendbird-create-open-channel-ui__profile-input{position:relative;display:inline-flex;flex-direction:column;justify-content:flex-start;width:100%;height:100%;box-sizing:border-box}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section{position:relative;margin-top:16px;display:inline-flex;flex-direction:row;align-items:center}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default{position:relative;display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%}.sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default{background-color:var(--sendbird-dark-background-400)}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button{position:relative;display:inline-flex}[dir=ltr] .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button{margin-left:18px}[dir=rtl] .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button{margin-right:18px}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section{position:relative;margin-top:8px;display:inline-flex;flex-direction:row}.sendbird-open-channel-list,.sendbird-open-channel-list-ui{position:relative;display:inline-flex;flex-direction:column;width:256px;min-width:256px;height:100%;box-sizing:border-box}.sendbird--mobile-mode .sendbird-open-channel-list,.sendbird--mobile-mode .sendbird-open-channel-list-ui{width:100%}[dir=ltr] .sendbird-theme--light .sendbird-open-channel-list,[dir=ltr] .sendbird-theme--light .sendbird-open-channel-list-ui{border-right:solid 1px var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-open-channel-list,[dir=rtl] .sendbird-theme--light .sendbird-open-channel-list-ui{border-left:solid 1px var(--sendbird-light-onlight-04)}[dir=ltr] .sendbird-theme--dark .sendbird-open-channel-list,[dir=ltr] .sendbird-theme--dark .sendbird-open-channel-list-ui{border-right:solid 1px var(--sendbird-dark-ondark-04)}[dir=rtl] .sendbird-theme--dark .sendbird-open-channel-list,[dir=rtl] .sendbird-theme--dark .sendbird-open-channel-list-ui{border-left:solid 1px var(--sendbird-dark-ondark-04)}.sendbird-open-channel-list .sendbird-open-channel-list-ui__header,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header{position:relative;display:inline-flex;flex-direction:row;align-items:center;width:100%;height:64px;box-sizing:border-box}.sendbird-theme--light .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,.sendbird-theme--light .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header{background-color:var(--sendbird-light-background-50);border-bottom:solid 1px var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,.sendbird-theme--dark .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header{background-color:var(--sendbird-dark-background-600);border-bottom:solid 1px var(--sendbird-dark-ondark-04)}.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title{position:relative;display:inline-flex;align-items:center;box-sizing:border-box}[dir=ltr] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title,[dir=ltr] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title{margin-left:24px}[dir=rtl] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title,[dir=rtl] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title{margin-right:24px}.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh{position:absolute;top:16px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}[dir=ltr] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh,[dir=ltr] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh{right:56px}[dir=rtl] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh,[dir=rtl] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh{left:56px}.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel{position:absolute;top:16px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}[dir=ltr] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel,[dir=ltr] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel{right:16px}[dir=rtl] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel,[dir=rtl] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel{left:16px}.sendbird-open-channel-list .sendbird-open-channel-list-ui__channel-list,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__channel-list{position:relative;display:inline-flex;flex-direction:column;width:100%;height:calc(100% - 64px);box-sizing:border-box;overflow-y:scroll}.sendbird-open-channel-list-ui__channel-list--place-holder--loading{position:relative;min-height:62px;display:inline-flex;align-items:center;justify-content:center}.sendbird-theme--light .sendbird-open-channel-list-ui__channel-list--place-holder--loading{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading{background-color:var(--sendbird-dark-background-500)}: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-highlight-100: #fff2b6;--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: #000000;--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: #eeeeee;--sendbird-light-background-50: #FFFFFF;--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: rgba(255, 255, 255, .88);--sendbird-light-ondark-02: rgba(255, 255, 255, .5);--sendbird-light-ondark-03: rgba(255, 255, 255, .38);--sendbird-light-ondark-04: rgba(255, 255, 255, .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-05: 0 2px 8px 0 rgba(0, 0, 0, .08), 0 4px 6px 0 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)}:root{--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: #000000;--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: #eeeeee;--sendbird-dark-background-50: #FFFFFF;--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: rgba(255, 255, 255, .88);--sendbird-dark-ondark-02: rgba(255, 255, 255, .5);--sendbird-dark-ondark-03: rgba(255, 255, 255, .38);--sendbird-dark-ondark-04: rgba(255, 255, 255, .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)}:root{--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: #000000;--sendbird-tooltip-text-color: rgba(255, 255, 255, .88);--sendbird-button-border-focus: #FFFFFF;--sendbird-file-message-icon-background: #FFFFFF;--sendbird-font-family-default: "Roboto", sans-serif;--sendbird-message-balloon-width: 404px}.sendbird-message-content .sendbird-avatar-img{top:50%}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content .sendbird-avatar-img{left:50%;transform:translate(-50%,-50%)}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content .sendbird-avatar-img{right:50%;transform:translate(50%,-50%)}.sendbird-message-content .sendbird-voice-message-item-body__playback-time{position:absolute;top:15px}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content .sendbird-voice-message-item-body__playback-time{right:12px;left:unset}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content .sendbird-voice-message-item-body__playback-time{left:12px;right:unset}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content .sendbird-reaction-badge__inner{padding-left:20px;padding-right:4px}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content .sendbird-reaction-badge__inner{padding-right:20px;padding-left:4px}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:4px;right:unset}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{right:4px;left:unset}.sendbird-thread-list-item-content .sendbird-avatar-img{top:50%}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content .sendbird-avatar-img{left:50%;transform:translate(-50%,-50%)}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content .sendbird-avatar-img{right:50%;transform:translate(50%,-50%)}.sendbird-thread-list-item-content .sendbird-voice-message-item-body__playback-time{position:absolute;top:15px}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content .sendbird-voice-message-item-body__playback-time{right:12px;left:unset}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content .sendbird-voice-message-item-body__playback-time{left:12px;right:unset}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content .sendbird-reaction-badge__inner{padding-left:20px;padding-right:4px}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content .sendbird-reaction-badge__inner{padding-right:20px;padding-left:4px}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:4px;right:unset}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{right:4px;left:unset}.sendbird-parent-message-info .sendbird-avatar-img{top:50%}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info .sendbird-avatar-img{left:50%;transform:translate(-50%,-50%)}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info .sendbird-avatar-img{right:50%;transform:translate(50%,-50%)}.sendbird-parent-message-info .sendbird-voice-message-item-body__playback-time{position:absolute;top:15px}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info .sendbird-voice-message-item-body__playback-time{right:12px;left:unset}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info .sendbird-voice-message-item-body__playback-time{left:12px;right:unset}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info .sendbird-reaction-badge__inner{padding-left:20px;padding-right:4px}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info .sendbird-reaction-badge__inner{padding-right:20px;padding-left:4px}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:4px;right:unset}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{right:4px;left:unset}.sendbird-experimental__rem__units .sendbird-label--h-1{font-size:1.25rem}.sendbird-experimental__rem__units .sendbird-label--h-2{font-size:1.125rem}.sendbird-experimental__rem__units .sendbird-label--subtitle-1{font-size:1rem}.sendbird-experimental__rem__units .sendbird-label--subtitle-2,.sendbird-experimental__rem__units .sendbird-label--body-1{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-label--body-2{font-size:.75rem}.sendbird-experimental__rem__units .sendbird-label--button-1,.sendbird-experimental__rem__units .sendbird-label--button-2,.sendbird-experimental__rem__units .sendbird-label--caption-1{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-label--caption-2,.sendbird-experimental__rem__units .sendbird-label--caption-3{font-size:.75rem}.sendbird-experimental__rem__units .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-checkbox{font-size:1.375rem}.sendbird-experimental__rem__units .sendbird-mention-user-label{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-mention-user-label.purple{font-size:1.125rem}.sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--textarea,.sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--placeholder,.sendbird-experimental__rem__units .sendbird-input .sendbird-input__input,.sendbird-experimental__rem__units .sendbird-input .sendbird-input__placeholder{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-tooltip__text,.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text,.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message,.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message__file-message{font-size:.75rem}.sendbird-modal--full-mobile .sendbird-modal__content{width:100vw;max-width:100%;height:100%}.sendbird-modal{position:fixed;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}[dir=ltr] .sendbird-modal{left:0}[dir=rtl] .sendbird-modal{right:0}.sendbird-modal__backdrop--clickoutside{cursor:pointer}.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;cursor:pointer}[dir=ltr] .sendbird-modal__content .sendbird-modal__close{right:16px}[dir=rtl] .sendbird-modal__content .sendbird-modal__close{left:16px}.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);overflow:auto}.sendbird-modal__content .sendbird-modal__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:32px}[dir=ltr] .sendbird-modal__content .sendbird-modal__footer{text-align:right}[dir=rtl] .sendbird-modal__content .sendbird-modal__footer{text-align:left}.sendbird--mobile-mode .sendbird-modal__content .sendbird-modal__footer{position:sticky;bottom:24px}.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child{min-width:80px;height:40px}[dir=ltr] .sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child{margin-left:8px}[dir=rtl] .sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child{margin-right:8px}.sendbird-modal__backdrop{position:fixed;z-index:10000;height:100%;width:100%;top:0}[dir=ltr] .sendbird-modal__backdrop{left:0}[dir=rtl] .sendbird-modal__backdrop{right: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-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;user-select:none;border:1px solid transparent;border-radius:4px;outline:0px}.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 svg,.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path{fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg,.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path{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-button{border-radius:4px;box-shadow:none;cursor:pointer;font-family:var(--sendbird-font-family-default);padding:0;display:inline-flex;justify-content:center;align-items:center}.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{background-color:var(--sendbird-light-background-200);border:none}.sendbird-theme--dark .sendbird-button.sendbird-button__disabled{background-color:var(--sendbird-dark-background-400);border:none}.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{background-color:var(--sendbird-light-primary-300);border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--primary{background-color:var(--sendbird-dark-primary-200);border:1px solid 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{border:1px solid var(--sendbird-button-border-focus);box-shadow:0 0 0 2px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--primary:focus{border:1px solid var(--sendbird-button-border-focus);box-shadow:0 0 0 2px var(--sendbird-dark-primary-200)}.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{border:none;cursor:not-allowed}.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{background-color:transparent;border:1px solid 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--warning{background-color:transparent;border:1px solid var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--warning{background-color:transparent;border:1px solid var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning .sendbird-button__text{color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--warning .sendbird-button__text{color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning:hover{border-color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--warning:hover{border-color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--warning:hover .sendbird-button__text{color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button__text{color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--warning:focus{border-color:var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-theme--light .sendbird-button--warning:focus .sendbird-button__text{color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-theme--light .sendbird-button--warning:focus .sendbird-button__text{color:var(--sendbird-dark-error-200)}.sendbird-theme--dark .sendbird-button--warning:focus{border-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-theme--dark .sendbird-button--warning:focus .sendbird-button__text{color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-theme--dark .sendbird-button--warning:focus .sendbird-button__text{color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus{border-color:var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:var(--sendbird-dark-error-100)}.sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus{border-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--danger{background-color:var(--sendbird-light-error-300);border:1px solid var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--danger{background-color:var(--sendbird-dark-error-200);border:1px solid 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{border-color:var(--sendbird-button-border-focus);box-shadow:0 0 0 2px var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--danger:focus{border-color:var(--sendbird-button-border-focus);box-shadow:0 0 0 2px var(--sendbird-dark-error-300)}.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--mobile-mode .sendbird-label{-webkit-user-select:none;-webkit-touch-callout:none}[class*=sendbird-label]{font-family:var(--sendbird-font-family-default)}.sendbird-label--h-1{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:-.2px}.sendbird-label--h-2{font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:-.2px}.sendbird-label--subtitle-1{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:-.2px}.sendbird-label--subtitle-2{font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.14;letter-spacing:-.2px}.sendbird-label--body-1{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.sendbird-label--body-2{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal}.sendbird-label--button-1{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.sendbird-label--button-2{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.sendbird-label--button-3{font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.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-size:12px;font-weight:700;font-style:normal;line-height:1;letter-spacing:normal}.sendbird-label--caption-3{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1;letter-spacing: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-oncontent-3{color:var(--sendbird-light-ondark-03)}.sendbird-theme--dark .sendbird-label--color-oncontent-3{color:var(--sendbird-dark-onlight-03)}.sendbird-theme--light .sendbird-label--color-oncontent-inverse-1{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-label--color-oncontent-inverse-1{color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-label--color-oncontent-inverse-3{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-label--color-oncontent-inverse-3{color:var(--sendbird-dark-ondark-03)}.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-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-2 [class*=fill]{fill:var(--sendbird-light-primary-200)}.sendbird-theme--dark .sendbird-icon-color--primary-2 [class*=fill]{fill:var(--sendbird-dark-primary-400)}.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--secondary-2 [class*=fill]{fill:var(--sendbird-light-secondary-200)}.sendbird-theme--dark .sendbird-icon-color--secondary-2 [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-theme--light .sendbird-icon-color--content-inverse-3 [class*=fill]{fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-icon-color--content-inverse-3 [class*=fill]{fill:var(--sendbird-dark-ondark-03)}.sendbird-icon-color--white [class*=fill]{fill:#fff}.sendbird-icon-color--gray [class*=fill]{fill:var(--sendbird-light-onlight-04)}.sendbird-icon-color--thumbnail-icon [class*=fill]{fill:var(--sendbird-light-onlight-02)}.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--on-background-4 [class*=fill]{fill:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-icon-color--on-background-4 [class*=fill]{fill:var(--sendbird-dark-ondark-04)}.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-context-menu{display:inline}.sendbird-message-content__sendbird-ui-container-type__default__header-container .sendbird-context-menu{display:flex}.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item{cursor:not-allowed}.sendbird__offline .sendbird-message-item-menu__list__menu-item.menu-item-delete{cursor:pointer}.sendbird-dropdown__menu{z-index:99999;position:absolute;top:100%;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%;min-width:44px;max-height:208px;overflow-y:scroll;margin:0;padding:8px;border-radius:8px;list-style:none}[dir=ltr] .sendbird-dropdown__reaction-bar{left:0}[dir=rtl] .sendbird-dropdown__reaction-bar{right:0}.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__reaction-bar .sendbird-dropdown__reaction-bar__emptyLabel{width:-moz-fit-content;width:fit-content}.sendbird-dropdown__menu-backdrop{background-color:transparent;position:fixed;top:0;width:100%;height:100%}[dir=ltr] .sendbird-dropdown__menu-backdrop{left:0}[dir=rtl] .sendbird-dropdown__menu-backdrop{right:0}.sendbird-sort-by-row{display:flex;justify-content:flex-start;align-items:center}.sendbird__offline .sendbird-menu-item{cursor:not-allowed}.sendbird-menu-item{cursor:pointer;white-space:nowrap;padding:8px 16px;display:flex}.sendbird-menu-item.disable{cursor:not-allowed}.sendbird-theme--light .sendbird-menu-item.disable:hover{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-menu-item.disable:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-menu-item:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-menu-item:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-menu-item>*{width:100%;display:flex;justify-content:space-between;align-items:center}.sendbird-menu-item__text{display:flex;justify-content:space-between}.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:hidden;flex:1 1 0}.sendbird-conversation__messages-list{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.sendbird-conversation__footer{width:100%;padding:0 0 24px}.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-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 0}.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}[dir=ltr] .sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text{margin-left:24px;margin-right:10px}[dir=rtl] .sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text{margin-right:24px;margin-left:10px}.sendbird-connection-status{display:flex;align-items:center;padding-top:5px}.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}[dir=ltr] .sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon{margin-right:4px}[dir=rtl] .sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon{margin-left: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}[dir=ltr] .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{margin-right:2px}[dir=rtl] .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{margin-left: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__searching,.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__no-result{display:flex;justify-content:center}.sendbird-loader{display:inline-block;animation:1s infinite linear;animation-name:rotate}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sendbird-chat-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:64px;min-height:64px;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}[dir=ltr] .sendbird-chat-header{padding-left:20px;padding-right:16px}[dir=rtl] .sendbird-chat-header{padding-right:20px;padding-left:16px}.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)}[dir=ltr] .sendbird-chat-header__left{margin-right:24px}[dir=rtl] .sendbird-chat-header__left{margin-left: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{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:780px}[dir=ltr] .sendbird-chat-header .sendbird-chat-header__left__title{margin-left:8px;margin-right:16px}[dir=rtl] .sendbird-chat-header .sendbird-chat-header__left__title{margin-right:8px;margin-left:16px}.sendbird--mobile-mode .sendbird-chat-header .sendbird-chat-header__left__title{max-width:calc(100vw - 240px)}.sendbird-chat-header .sendbird-chat-header__left__subtitle{max-width:240px;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .sendbird-chat-header .sendbird-chat-header__right__mute{margin-right:18px}[dir=rtl] .sendbird-chat-header .sendbird-chat-header__right__mute{margin-left:18px}.sendbird-chat-header .sendbird-iconbutton--pressed{background-color:inherit}[dir=ltr] .sendbird-chat-header .sendbird-chat-header__right__info{margin-left:16px}[dir=rtl] .sendbird-chat-header .sendbird-chat-header__right__info{margin-right:16px}[dir=ltr] .sendbird-chat-header__icon_back{margin-right:8px}[dir=rtl] .sendbird-chat-header__icon_back{margin-left:8px}.sendbird-chat-header--default-avatar{width:56px;height:56px;display:flex;justify-content:center;align-items:center;border-radius:50%}[dir=rtl] .sendbird-chat-header--default-avatar .sendbird-icon.sendbird-icon-broadcast{transform:rotateY(180deg)}.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-image-renderer{overflow:hidden;position:relative}.sendbird-image-renderer__hidden-image-loader{display:none}.sendbird-image-renderer,.sendbird-image-renderer__image{width:320px;height:180px}.sendbird-multiple-files-image-renderer__image-cover{position:absolute;top:0;display:none;width:100%;height:100%;border-radius:16px;background-color:var(--sendbird-light-overlay-01)}.sendbird-image-renderer:hover .sendbird-multiple-files-image-renderer__image-cover{display:inline-flex}.sendbird-multiple-files-image-renderer__icon-wrapper{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.sendbird-multiple-files-image-renderer__icon-wrapper .sendbird-multiple-files-image-renderer__icon-wrapper__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:var(--sendbird-light-ondark-01);z-index:2}.sendbird-avatar{border-radius:50%;display:inline-block;overflow:hidden;position:relative}.sendbird-avatar:focus{outline:none}.sendbird-avatar .sendbird-avatar-img{align-items:center;display:flex;justify-content:center;position:absolute;top:50%}[dir=ltr] .sendbird-avatar .sendbird-avatar-img{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .sendbird-avatar .sendbird-avatar-img{right:50%;transform:translate(50%,-50%)}.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)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child{transform:translate(2%,-50%)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child{transform:translate(-2%,-50%)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child{transform:translate(-102%,-50%)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child{transform:translate(102%,-50%)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child{transform:translate(-50%,-102%)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child{transform:translate(50%,-102%)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child{transform:translate(-77%,-23%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child{transform:translate(77%,-23%) scale(.5)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child{transform:translate(-23%,-23%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child{transform:translate(23%,-23%) scale(.5)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child{transform:translate(-77%,-77%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child{transform:translate(77%,-77%) scale(.5)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2){transform:translate(-23%,-77%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2){transform:translate(23%,-77%) scale(.5)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3){transform:translate(-77%,-23%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3){transform:translate(77%,-23%) scale(.5)}[dir=ltr] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child{transform:translate(-23%,-23%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child{transform:translate(23%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar-img--default{align-items:center;display:flex;justify-content: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-theme--light .sendbird-avatar .sendbird-avatar-img--default.text{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default.text{background-color:var(--sendbird-dark-background-400)}.sendbird-avatar .sendbird-avatar-text{font-family:Roboto;font-size:8px;font-style:normal;font-weight:700;font-weight:400;line-height:12px;text-align:center}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-text{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-text{color:var(--sendbird-dark-ondark-02)}.sendbird-ui-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:64px;min-height:64px;padding-left:16px;padding-right:16px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.sendbird-theme--light .sendbird-ui-header{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-ui-header{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}.sendbird-ui-header--is-desktop{max-width:176px}.sendbird-ui-header--is-mobile{max-width:80px}.sendbird-ui-header__left{position:relative;flex:0 0 auto;display:inline-flex;align-items:center}[dir=ltr] .sendbird-ui-header__left{left:0;margin-right:8px}[dir=rtl] .sendbird-ui-header__left{right:0;margin-left:8px}.sendbird-ui-header__middle{flex:1;display:inline-flex;flex-direction:column;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sendbird-ui-header__middle__subtitle__container{display:flex;width:100%}.sendbird-ui-header__middle__title,.sendbird-ui-header__middle__subtitle{overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis;width:100%}.sendbird-ui-header__right{position:relative;flex:0 0 auto;display:inline-flex;align-items:center}[dir=ltr] .sendbird-ui-header__right{right:0;margin-left:8px}[dir=rtl] .sendbird-ui-header__right{left:0;margin-right:8px}.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-conversation__messages{position:relative}.sendbird-conversation__messages .sendbird-conversation__messages-padding{position:relative;height:100%;overflow-x:hidden;padding:0 24px}.sendbird--mobile-mode .sendbird-conversation__messages .sendbird-conversation__messages-padding{padding:0 12px}.sendbird-conversation__messages .sendbird-separator,.sendbird-conversation__messages .sendbird-admin-message{padding-top:8px;padding-bottom:8px}.sendbird-conversation__messages__notification{position:fixed;top:0;width:calc(100% - 50px)}[dir=ltr] .sendbird-conversation__messages__notification{margin-left:25px}[dir=rtl] .sendbird-conversation__messages__notification{margin-right:25px}.sendbird-conversation__scroll-bottom-button{position:sticky;display:flex;align-items:center;justify-content:center;bottom:30px;width:40px;height:40px;border-radius:24px}[dir=ltr] .sendbird-conversation__scroll-bottom-button{left:calc(100% - 65px)}[dir=rtl] .sendbird-conversation__scroll-bottom-button{right:calc(100% - 65px)}.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-message-input{display:inline-block;width:100%;position:relative}.sendbird-message-input .sendbird-message-input--textarea{position:relative;width:100%;border-radius:4px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;max-height:92px;min-height:58px;overflow-y:scroll;letter-spacing:normal;box-sizing:border-box;resize:none;font-family:var(--sendbird-font-family-default);background-color:inherit;white-space:pre-wrap}[dir=ltr] .sendbird-message-input .sendbird-message-input--textarea{padding:18px 64px 18px 16px}[dir=rtl] .sendbird-message-input .sendbird-message-input--textarea{padding:18px 16px 18px 64px}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea{color:var(--sendbird-light-onlight-01);caret-color:var(--sendbird-light-primary-300);border:solid 1px 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:solid 1px 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:solid 1px 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:solid 1px 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:solid 1px var(--sendbird-message-input-border-active);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:active{border:solid 1px 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;font-family:var(--sendbird-font-family-default);font-size:14px;line-height:1.43}[dir=ltr] .sendbird-message-input .sendbird-message-input--placeholder{left:16px}[dir=rtl] .sendbird-message-input .sendbird-message-input--placeholder{right:16px}.sendbird-message-input .sendbird-message-input--attach{position:absolute;padding:6px;bottom:14px}[dir=ltr] .sendbird-message-input .sendbird-message-input--attach{right:16px}[dir=rtl] .sendbird-message-input .sendbird-message-input--attach{left:16px}[dir=ltr] .sendbird-message-input .sendbird-message-input--attach.is-voice-message-enabled{right:48px}[dir=rtl] .sendbird-message-input .sendbird-message-input--attach.is-voice-message-enabled{left:48px}.sendbird-message-input .sendbird-message-input--voice-message{position:absolute;padding:6px;bottom:14px}[dir=ltr] .sendbird-message-input .sendbird-message-input--voice-message{right:16px}[dir=rtl] .sendbird-message-input .sendbird-message-input--voice-message{left:16px}.sendbird-message-input .sendbird-message-input--send{position:absolute;padding:6px;bottom:14px}[dir=ltr] .sendbird-message-input .sendbird-message-input--send{right:16px}[dir=rtl] .sendbird-message-input .sendbird-message-input--send{left:16px;transform:rotate(180deg)}.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{margin-top:4px}[dir=ltr] .sendbird-message-input--edit-action{text-align:right}[dir=rtl] .sendbird-message-input--edit-action{text-align:left}[dir=ltr] .sendbird-message-input--edit-action button:last-child{margin-left:8px}[dir=rtl] .sendbird-message-input--edit-action button:last-child{margin-right: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:solid 1px var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{border:solid 1px 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:not-allowed}.sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea{color:var(--sendbird-light-onlight-04);border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea{color:var(--sendbird-dark-ondark-04);border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message-content{display:inline-flex;flex-direction:row;position:relative;width:100%}.sendbird-message-content.incoming{justify-content:flex-start}.sendbird-message-content.outgoing{justify-content:flex-end}.sendbird-message-content .sendbird-message-content__middle{max-width:400px}.sendbird--mobile-mode .sendbird-message-content .sendbird-message-content__middle{max-width:calc(100vw - 140px)}.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote{bottom:-8px;margin-top:-8px}.sendbird-message-content__middle__quote-message__quote{width:100%}.sendbird-message-content.incoming .sendbird-message-content__left{display:inline-flex;min-width:40px;position:relative;flex-shrink:0}.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar{bottom:2px;position:absolute}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar{left:0}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar{right:0}.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.multiple{border:2px solid}.sendbird-theme--light .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.multiple{border-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.multiple{border-color:var(--sendbird-dark-background-600)}.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.use-thread-replies{bottom:35px}.sendbird-message-content.incoming .sendbird-message-content__middle{align-items:flex-start;display:inline-flex;flex-direction:column;position:relative}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container{max-width:100%}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{bottom:6px;display:flex;flex-direction:row;min-width:80px;position:absolute;white-space:nowrap}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{right:-84px}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{left:-84px}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-hover{display:none}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default{min-width:-moz-fit-content;min-width:fit-content;bottom:-16px}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default{left:2px}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default{right:2px}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name{margin-bottom:4px;overflow:hidden;position:relative;text-overflow:ellipsis;width:100%}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name{margin-left:12px}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name{margin-right:12px}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message{display:inline-flex;position:relative;width:100%}.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__middle .sendbird-message-content__middle__quote-message:hover{cursor:pointer}.sendbird-message-content.incoming .sendbird-message-content__right{display:inline-flex;padding-top:18px;position:relative;width:50px}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.incoming .sendbird-message-content__right{margin-left:4px}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__right{margin-right:4px}.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{display:none;flex-direction:row;height:32px;position:relative}.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu.sendbird-mouse-hover,.sendbird--mobile-mode .sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at,.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.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default{display:flex}.sendbird-message-content.outgoing .sendbird-message-content__left{box-sizing:border-box;display:inline-flex;justify-content:flex-end;position:relative;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{display:none;flex-direction:row;position:absolute;top:2px}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu{right:4px}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu{left:4px}.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu.sendbird-mouse-hover{display:inline-flex}.sendbird-message-content.outgoing .sendbird-message-content__middle{align-items:flex-end;display:inline-flex;flex-direction:column;position:relative}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message{display:inline-flex;position:relative;width:100%}.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:100%}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{bottom:2px;box-sizing:content-box;display:flex;justify-content:flex-end;min-height:16px;min-width:80px;position:absolute;white-space:nowrap}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{left:-84px}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{right:-84px}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-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{display:inline-flex;position:relative}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default{min-width:-moz-fit-content;min-width:fit-content;bottom:-20px}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default{left:2px}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default{right:2px}.sendbird-message-content.outgoing .sendbird-message-content__right{display:none}.sendbird--mobile-mode .sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at,.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{display:flex;flex-direction:column;position:relative;width:-moz-fit-content;width:fit-content;align-items:flex-end}.sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body{box-sizing:border-box}.sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body.reactions{width:100%}.sendbird-message-content__middle__body-container:has(.sendbird-message-content__middle__message-item-body.reactions){align-items:unset}.sendbird-message-content-reactions{border-radius:0 0 16px 16px;max-width:400px;position:relative;width:100%}.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-theme--light .sendbird-message-content-reactions.image-grid{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-content-reactions.image-grid{background-color:var(--sendbird-dark-background-500)}.sendbird-message-content__middle__thread-replies,.sendbird-message-content__middle__feedback-buttons{margin-top:4px}.sendbird-voice-message-item-body.sendbird-message-content__middle__message-item-body{height:50px;min-width:136px}.sendbird-message-content__middle__body-container__feedback-buttons-container{margin-top:4px;position:relative;display:flex;gap:4px}.sendbird-message-content__sendbird-ui-container-type__default__root{max-width:400px}.sendbird-message-content__sendbird-ui-container-type__default__root .sendbird-message-content__sendbird-ui-container-type__default__header-container{display:flex;align-items:center;margin:8px 0 6px}.sendbird-message-content__sendbird-ui-container-type__default__root .sendbird-message-content__sendbird-ui-container-type__default__header-container .sendbird-message-content__sendbird-ui-container-type__default__header-container__left__profile{width:28px;height:28px;margin-inline-end:24px}.sendbird-message-content__sendbird-ui-container-type__default__root .sendbird-message-content__sendbird-ui-container-type__default__bottom{padding-inline-start:52px}.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}[dir=ltr] .sendbird-message-status .sendbird-message-status__text{margin-left:4px}[dir=rtl] .sendbird-message-status .sendbird-message-status__text{margin-right: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-text{color:var(--primary-1)}.sendbird-reaction-button{border-radius:8px;display:inline-block;border:solid 1px transparent;box-sizing:border-box;cursor:pointer}.sendbird-theme--light .sendbird-reaction-button:hover{border:solid 1px var(--sendbird-light-background-100);background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-button:hover{border:solid 1px 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:solid 1px var(--sendbird-light-primary-100);background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-reaction-button--selected{border:solid 1px var(--sendbird-dark-primary-400);background-color:var(--sendbird-dark-primary-400)}.sendbird-reaction-button--selected:hover{border:solid 1px 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-emoji-reactions{display:inline-block;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{margin-bottom:4px}[dir=ltr] .sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge{margin-left:2px;margin-right:1px}[dir=rtl] .sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge{margin-right:2px;margin-left:1px}.sendbird-emoji-reactions:focus{outline:none}.sendbird-emoji-reactions .sendbird-context-menu{height:26px}.sendbird-emoji-reactions__add-reaction-badge{position:relative;top:-4px;display:inline-flex;width:36px;height:24px}[dir=ltr] .sendbird-emoji-reactions .sendbird-context-menu{margin-left:2px}[dir=rtl] .sendbird-emoji-reactions .sendbird-context-menu{margin-right:2px}.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:solid 1px var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-badge{background-color:var(--sendbird-dark-background-500);border:solid 1px var(--sendbird-dark-background-500)}.sendbird-reaction-badge:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge:hover{border:solid 1px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge:hover{border:solid 1px 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:solid 1px var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-badge--is-add{background-color:var(--sendbird-dark-background-500);border:solid 1px var(--sendbird-dark-background-500)}.sendbird-reaction-badge--is-add:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge--is-add:hover{border:solid 1px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge--is-add:hover{border:solid 1px var(--sendbird-dark-primary-200)}[dir=ltr] .sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:8px}[dir=rtl] .sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{right: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:solid 1px var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-reaction-badge--selected{background-color:var(--sendbird-dark-primary-400);border:solid 1px var(--sendbird-dark-primary-400)}.sendbird-reaction-badge--selected:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge--selected:hover{border:solid 1px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge--selected:hover{border:solid 1px var(--sendbird-dark-primary-200)}.sendbird-reaction-badge__inner{position:relative;display:flex;height:24px;flex-direction:row;align-items:center;justify-content:center}[dir=ltr] .sendbird-reaction-badge__inner{padding-left:20px;padding-right:4px}[dir=rtl] .sendbird-reaction-badge__inner{padding-right:20px;padding-left:4px}.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{position:absolute;top:2px}[dir=ltr] .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:4px}[dir=rtl] .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{right:4px}[dir=ltr] .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count{margin-left:4px}[dir=rtl] .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count{margin-right:4px}.sendbird-message__bottomsheet__reacted-members{position:relative;padding:0 16px;box-sizing:border-box;width:100%;height:46px;overflow-x:scroll;display:inline-flex;flex-direction:row;justify-content:center;gap:16px}.sendbird-message__bottomsheet__reacted-members__item{position:relative;height:100%;display:inline-flex;gap:4px;flex-direction:row;align-items:center}.sendbird-message__bottomsheet__reactor-list{position:relative;padding:0 16px;width:100%;height:216px;box-sizing:border-box;display:inline-flex;flex-direction:column;overflow-y:scroll}.sendbird-message__bottomsheet__reactor-list__item.sendbird-user-list-item{border-bottom:0px;min-height:48px}.sendbird-bottomsheet{position:fixed;top:0;width:100%;height:100%}[dir=ltr] .sendbird-bottomsheet{left:0}[dir=rtl] .sendbird-bottomsheet{right:0}.sendbird-bottomsheet__content{position:fixed;z-index:10001;bottom:0;width:100%}[dir=ltr] .sendbird-bottomsheet__content{left:0}[dir=rtl] .sendbird-bottomsheet__content{right:0}.sendbird-bottomsheet__backdrop{position:fixed;z-index:10000;height:100%;width:100%;top:0}[dir=ltr] .sendbird-bottomsheet__backdrop{left:0}[dir=rtl] .sendbird-bottomsheet__backdrop{right:0}.sendbird-theme--light .sendbird-bottomsheet__backdrop{background-color:var(--sendbird-light-overlay-02)}.sendbird-theme--dark .sendbird-bottomsheet__backdrop{background-color:var(--sendbird-dark-overlay-02)}.sendbird-user-list-item{display:block;position:relative;box-sizing:border-box;width:100%;height:56px}.sendbird--mobile-mode .sendbird-user-list-item{width:100%}.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;cursor:pointer;z-index:0}[dir=ltr] .sendbird-user-list-item .sendbird-user-list-item__avatar{left:0}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__avatar{right:0}.sendbird-user-list-item .sendbird-muted-avatar{position:absolute;top:8px;pointer-events:none;z-index:1}[dir=ltr] .sendbird-user-list-item .sendbird-muted-avatar{left:0}[dir=rtl] .sendbird-user-list-item .sendbird-muted-avatar{right:0}.sendbird-user-list-item .sendbird-user-list-item__title{position:absolute;top:17px;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .sendbird-user-list-item .sendbird-user-list-item__title{left:56px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__title{right:56px}.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__title{max-width:62%}.sendbird-user-list-item .sendbird-user-list-item__subtitle{position:absolute;top:23px;max-width:237px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .sendbird-user-list-item .sendbird-user-list-item__subtitle{left:140px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__subtitle{right:140px}.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__subtitle{max-width:40%}.sendbird-user-list-item .sendbird-user-list-item__checkbox{position:absolute;top:16px}[dir=ltr] .sendbird-user-list-item .sendbird-user-list-item__checkbox{right:16px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__checkbox{left:16px}.sendbird-user-list-item .sendbird-user-list-item__action{position:absolute;top:10px}[dir=ltr] .sendbird-user-list-item .sendbird-user-list-item__action{right:0}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__action{left:0}.sendbird-user-list-item .sendbird-user-list-item__operator{position:absolute;top:22px}[dir=ltr] .sendbird-user-list-item .sendbird-user-list-item__operator{right:40px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__operator{left:40px}[dir=ltr] .sendbird-user-list-item .sendbird-user-list-item__operator.checkbox{right:66px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__operator.checkbox{left:66px}.sendbird-user-list-item--small{display:block;position:relative;box-sizing:border-box;height:40px}[dir=ltr] .sendbird-user-list-item--small{padding-left:12px}[dir=rtl] .sendbird-user-list-item--small{padding-right:12px}.sendbird-user-list-item--small .sendbird-user-list-item--small__avatar{cursor:pointer;position:absolute;top:10px}.sendbird-user-list-item--small .sendbird-muted-avatar{position:absolute;top:10px;pointer-events:none}[dir=ltr] .sendbird-user-list-item--small .sendbird-muted-avatar{left:12px}[dir=rtl] .sendbird-user-list-item--small .sendbird-muted-avatar{right:12px}.sendbird-user-list-item--small .sendbird-user-list-item--small__title{position:absolute;top:10px;width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .sendbird-user-list-item--small .sendbird-user-list-item--small__title{left:54px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__title{right:54px}.sendbird-user-list-item--small .sendbird-user-list-item--small__subtitle{position:absolute;top:14px;max-width:237px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .sendbird-user-list-item--small .sendbird-user-list-item--small__subtitle{left:140px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__subtitle{right:140px}.sendbird--mobile-mode .sendbird-user-list-item--small .sendbird-user-list-item--small__subtitle{max-width:40%}.sendbird-user-list-item--small .sendbird-user-list-item--small__checkbox{position:absolute;top:16px}[dir=ltr] .sendbird-user-list-item--small .sendbird-user-list-item--small__checkbox{right:16px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__checkbox{left:16px}.sendbird-user-list-item--small .sendbird-user-list-item--small__action{display:none;position:absolute;top:4px}[dir=ltr] .sendbird-user-list-item--small .sendbird-user-list-item--small__action{right:10px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__action{left:10px}.sendbird-user-list-item--small .sendbird-user-list-item--small__operator{position:absolute;top:10px}[dir=ltr] .sendbird-user-list-item--small .sendbird-user-list-item--small__operator{right:24px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__operator{left:24px}.sendbird-theme--light .sendbird-user-list-item--small:hover,.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-user-list-item--small:hover,.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed{background-color:var(--sendbird-dark-background-500)}.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__action,.sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__action{display:block}.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__operator,.sendbird-user-list-item--small.sendbird-icon--pressed .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-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}[dir=ltr] .sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon{left:4px}[dir=rtl] .sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon{right:4px}.sendbird-muted-avatar .sendbird-muted-avatar__bg{opacity:.5;position:absolute;border-radius:50%;top:0}[dir=ltr] .sendbird-muted-avatar .sendbird-muted-avatar__bg{left:0}[dir=rtl] .sendbird-muted-avatar .sendbird-muted-avatar__bg{right: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;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=ltr] .sendbird-checkbox{padding-left:35px}[dir=rtl] .sendbird-checkbox{padding-right:35px}.sendbird-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.sendbird-checkbox--checkmark{position:absolute;top:0;height:18px;width:18px;border-radius:2px;background-color:inherit}[dir=ltr] .sendbird-checkbox--checkmark{left:0}[dir=rtl] .sendbird-checkbox--checkmark{right:0}.sendbird-theme--light .sendbird-checkbox--checkmark{border:solid 2px var(--sendbird-light-background-400)}.sendbird-theme--dark .sendbird-checkbox--checkmark{border:solid 2px var(--sendbird-dark-background-300)}.sendbird-theme--light .sendbird-checkbox--checkmark.disabled{border:solid 2px var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-checkbox--checkmark.disabled{border:solid 2px 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:solid 2px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark{background-color:var(--sendbird-dark-primary-200);border:solid 2px var(--sendbird-dark-primary-200)}.sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{cursor:default}.sendbird-theme--light .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{background-color:var(--sendbird-light-onlight-04);border:solid 2px var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{background-color:var(--sendbird-dark-ondark-04);border:solid 2px 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:100%;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-name{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-name{color:var(--sendbird-dark-ondark-01)}.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{width:100%;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;display:block}[dir=ltr] .sendbird__user-profile .sendbird__user-profile-userId--label,[dir=ltr] .sendbird__user-profile .sendbird__user-profile-userId--value{text-align:left}[dir=rtl] .sendbird__user-profile .sendbird__user-profile-userId--label,[dir=rtl] .sendbird__user-profile .sendbird__user-profile-userId--value{text-align:right}.sendbird__user-profile .sendbird__user-profile-userId--label{margin-bottom:8px}.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}[dir=ltr] .sendbird-tooltip:after{transform:rotate(45deg)}[dir=rtl] .sendbird-tooltip:after{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;word-break:keep-all;max-width:180px;overflow:hidden;text-overflow:ellipsis}.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-admin-message{display:flex;justify-content:center;align-items:center}.sendbird-admin-message .sendbird-admin-message__text{display:flex;text-align:center}.sendbird-quote-message{position:relative;display:inline-flex;box-sizing:border-box;flex-direction:column;width:100%;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;width:100%}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon{position:relative;margin-bottom:4px}[dir=ltr] .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon{margin-right:4px}[dir=rtl] .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon{margin-left: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;display:inline-flex;flex-direction:row;align-items:center}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text .sendbird-quote-message__replied-to__text__nickname{display:inline-block;max-width:148px;overflow:hidden;text-overflow:ellipsis}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text .sendbird-quote-message__replied-to__text__text{margin:0 4px}.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;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.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__video,.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__image{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--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-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{background-color:#fff6}.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--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,.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{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)}[dir=ltr] .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}[dir=rtl] .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-left:2px}.sendbird-quote-message:hover{cursor:pointer}.sendbird-quote-message.unavailable:hover{cursor:default}.sendbird-message-content.outgoing .sendbird-quote-message__replied-to{flex-direction:row-reverse}.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.outgoing .sendbird-quote-message__replied-to{padding-right:0}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.outgoing .sendbird-quote-message__replied-to,.sendbird-conversation__messages[dir=ltr] .sendbird-message-content.incoming .sendbird-quote-message__replied-to{padding-left:0}.sendbird-conversation__messages[dir=rtl] .sendbird-message-content.incoming .sendbird-quote-message__replied-to{padding-right:0}.sendbird-message__mobile-context-menu{border-radius:8px;width:180px}.sendbird-message__contextmenu--hyperlink{display:flex;justify-content:space-between}.sendbird-message__bottomsheet--hyperlink{display:block}.sendbird-message__bottomsheet--hyperlink,.sendbird-message__contextmenu--hyperlink{width:100%;text-decoration:none;color:inherit;font-size:inherit;font-weight:inherit;font-stretch:normal;font-style:normal;line-height:inherit;letter-spacing:inherit;font-family:inherit}.sendbird-theme--light .sendbird-message__mobile-context-menu-item:not(:last-child){border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message__mobile-context-menu-item:not(:last-child){border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message__bottomsheet{width:100vw;border-top-left-radius:8px;border-top-right-radius:8px;padding-top:16px}.sendbird-theme--light .sendbird-message__bottomsheet{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet{background-color:var(--sendbird-dark-background-600)}.sendbird-message__bottomsheet-reaction-bar{display:flex;justify-content:center;margin-bottom:0;margin-top:0}[dir=ltr] .sendbird-message__bottomsheet-reaction-bar{padding-left:0}[dir=rtl] .sendbird-message__bottomsheet-reaction-bar{padding-right:0}.sendbird-message__bottomsheet-reaction-bar__row{display:inline-block}.sendbird-message__bottomsheet-reaction-bar__row.sendbird-message__bottomsheet-reaction-bar__all{display:flex;flex-direction:row;flex-wrap:wrap}.sendbird-message__bottomsheet--action{cursor:pointer;height:48px;display:flex;align-items:center}[dir=ltr] .sendbird-message__bottomsheet--action{padding-left:16px}[dir=rtl] .sendbird-message__bottomsheet--action{padding-right:16px}[dir=ltr] .sendbird-message__bottomsheet--action .sendbird-icon{margin-right:24px}[dir=rtl] .sendbird-message__bottomsheet--action .sendbird-icon{margin-left:24px}.sendbird-message__bottomsheet--action-disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-message__bottomsheet--action-disabled{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet--action-disabled{background-color:var(--sendbird-dark-background-500)}.sendbird-ui-thread-replies{position:relative;width:-moz-fit-content;width:fit-content;height:20px;min-height:20px;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:4px 10px;gap:4px;border-radius:16px}.sendbird-theme--light .sendbird-ui-thread-replies{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-ui-thread-replies{background-color:var(--sendbird-dark-background-600)}.sendbird-ui-thread-replies:hover{cursor:pointer}.sendbird-theme--light .sendbird-ui-thread-replies:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-ui-thread-replies:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-ui-thread-replies__user-profiles{position:relative;width:100%;height:100%;gap:4px;display:inline-flex;flex-direction:row}.sendbird-ui-thread-replies__user-profiles__avatar{position:relative;width:20px;height:20px;display:inline-flex;justify-content:center;align-items:center}.sendbird-ui-thread-replies__user-profiles__avatar__image{position:absolute;top:0;width:20px;height:20px}[dir=ltr] .sendbird-ui-thread-replies__user-profiles__avatar__image{left:0}[dir=rtl] .sendbird-ui-thread-replies__user-profiles__avatar__image{right:0}.sendbird-ui-thread-replies__user-profiles__avatar__cover{position:absolute;top:0;width:20px;height:20px;border-radius:50%;background-color:var(--sendbird-light-overlay-01)}[dir=ltr] .sendbird-ui-thread-replies__user-profiles__avatar__cover{left:0}[dir=rtl] .sendbird-ui-thread-replies__user-profiles__avatar__cover{right:0}.sendbird-ui-thread-replies__user-profiles__avatar__plus{position:absolute;top:0;width:20px;height:20px;display:inline-flex;justify-content:center;align-items:center}[dir=ltr] .sendbird-ui-thread-replies__user-profiles__avatar__plus{left:0}[dir=rtl] .sendbird-ui-thread-replies__user-profiles__avatar__plus{right:0}.sendbird-ui-thread-replies__reply-counts{position:relative;min-width:-moz-fit-content;min-width:fit-content;height:12px;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;white-space:nowrap}.sendbird-ui-thread-replies__icon{position:relative;display:inline-flex}[dir=rtl] .sendbird-ui-thread-replies__icon{transform:rotate(180deg)}.sendbird-og-message-item-body{position:relative;display:inline-block;width:320px;min-width:320px}.sendbird--mobile-mode .sendbird-og-message-item-body{min-width:160px}.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;white-space:pre-line}.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__title,.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__description{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__og-thumbnail:hover,.sendbird-og-message-item-body .sendbird-og-message-item-body__description: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);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-dark-primary-200);color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-light-background-100);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble{background-color:var(--sendbird-dark-background-500);color:var(--sendbird-dark-ondark-01)}.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%;width:100%;height:100%;border-radius:16px 16px 0 0}[dir=ltr] .sendbird-og-message-item-body .sendbird-og-message-item-body__cover{left:0}[dir=rtl] .sendbird-og-message-item-body .sendbird-og-message-item-body__cover{right:0}div.sendbird-og-message-item-body__text-bubble{margin:0}.sendbird-word{white-space:break-spaces}.sendbird-word .sendbird-word__mention{display:inline-block}.sendbird-word .sendbird-word__mention:hover{cursor:pointer}.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me,.sendbird-theme--dark .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-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-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-theme--light .sendbird-text-message-item-body.disable-hover.mouse-hover.incoming,.sendbird-theme--light .sendbird-text-message-item-body.disable-hover:hover.incoming{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-text-message-item-body.disable-hover.mouse-hover.incoming,.sendbird-theme--dark .sendbird-text-message-item-body.disable-hover:hover.incoming{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-text-message-item-body.disable-hover.mouse-hover.outgoing,.sendbird-theme--light .sendbird-text-message-item-body.disable-hover:hover.outgoing{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-text-message-item-body.disable-hover.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-text-message-item-body.disable-hover:hover.outgoing{background-color:var(--sendbird-dark-primary-200)}.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-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}[dir=ltr] .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{margin-right:8px}[dir=rtl] .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{margin-left: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-image-grid-wrap{display:flex;justify-content:flex-end;width:100%}.sendbird-image-grid{border-radius:12px;display:grid;gap:4px;grid-template-columns:repeat(2,1fr);padding:4px;width:-moz-fit-content;width:fit-content}.sendbird-theme--light .sendbird-image-grid{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-image-grid{background-color:var(--sendbird-dark-background-500)}.sendbird-image-grid.reactions{border-radius:12px 12px 0 0}.sendbird-fileviewer .sendbird-fileviewer__content{position:relative;height:calc(100% - 72px);margin-top:4px;overflow-y:auto;display:flex;align-items:center;justify-content:center}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img__multi{max-width:calc(100% - 120px);max-height:calc(100% - 64px)}.sendbird-file-viewer-arrow--left,.sendbird-file-viewer-arrow--right{cursor:pointer;position:absolute;height:32px;width:32px;top:calc(50% - 16px)}.sendbird-file-viewer-arrow--left{left:14px}.sendbird-file-viewer-arrow--right{right:14px;transform:rotate(180deg)}.sendbird-multiple-files-image-renderer-wrapper{cursor:pointer;width:100%}.sendbird-multiple-files-image-renderer__thumbnail__placeholder{position:absolute;display:flex;width:100%;height:100%;justify-content:center;border-radius:16px;align-items:center}.sendbird-theme--light .sendbird-multiple-files-image-renderer__thumbnail__placeholder{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-multiple-files-image-renderer__thumbnail__placeholder{background-color:var(--sendbird-dark-background-400)}.sendbird-multiple-files-image-renderer__thumbnail__placeholder .sendbird-multiple-files-image-renderer__thumbnail__placeholder__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:var(--sendbird-light-ondark-01)}.sendbird-voice-message-item-body{position:relative;display:inline-flex;width:100%;border-radius:16px;overflow:hidden}.sendbird-voice-message-item-body.is-reactions-contained{border-radius:16px 16px 0 0}.sendbird-voice-message-item-body__progress-bar{position:absolute;width:100%;height:50px}.sendbird-voice-message-item-body__status-button{position:relative;top:8px;display:inline-flex;justify-content:center;align-items:center;width:34px;height:34px;min-width:34px;min-height:34px}[dir=ltr] .sendbird-voice-message-item-body__status-button{left:12px}[dir=rtl] .sendbird-voice-message-item-body__status-button{right:12px}.sendbird-voice-message-item-body__status-button__button{width:100%;height:100%;display:inline-flex;justify-content:center;align-items:center;border-radius:50%}.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button{background-color:var(--sendbird-dark-background-600)}.sendbird-voice-message-item-body__playback-time{position:absolute;top:15px}[dir=ltr] .sendbird-voice-message-item-body__playback-time{right:12px}[dir=rtl] .sendbird-voice-message-item-body__playback-time{left:12px}.sendbird-voice-message-item-body__status-button__button__pause{position:relative;display:inline-flex;justify-content:space-between;align-items:center;width:13.75px;height:13.75px}.sendbird-voice-message-item-body__status-button__button__pause__inner{position:relative;display:inline-flex;width:4.38px;height:13.75px;border-radius:2px}.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button__pause__inner{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button__pause__inner{background-color:var(--sendbird-dark-primary-200)}.sendbird-progress-bar,.sendbird-progress-bar__fill{display:inline-flex;width:100%;height:100%}.sendbird-progress-bar{justify-content:flex-start}.sendbird-theme--light .sendbird-progress-bar__fill{background-color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-progress-bar__fill{background-color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .progress-bar-color--primary{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .progress-bar-color--primary{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-progress-bar.progress-bar--disabled,.sendbird-theme--light .progress-bar-color--gray{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-progress-bar.progress-bar--disabled,.sendbird-theme--dark .progress-bar-color--gray{background-color:var(--sendbird-dark-background-500)}.sendbird-progress-bar.progress-bar--disabled .sendbird-progress-bar__fill{background-color:transparent}.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--mobile-mode .sendbird-thumbnail-message-item-body{min-width:160px}.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-ondark-01)}.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-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__header,.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description{display:block}.sendbird-template-message-item-body{max-width:100%;position:relative;display:inline-block;box-sizing:content-box;background-color:transparent;white-space:pre-line;word-break:break-word}.sendbird-template-message-item-body__fallback_message{position:relative;display:inline-block;box-sizing:content-box;padding:8px 12px;border-radius:16px;white-space:pre-line;word-break:break-word}.sendbird-theme--light .sendbird-template-message-item-body__fallback_message.incoming{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message.incoming{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-template-message-item-body__fallback_message.outgoing{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message.outgoing{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-template-message-item-body__fallback_message.mouse-hover.incoming,.sendbird-theme--light .sendbird-template-message-item-body__fallback_message:hover.incoming{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message.mouse-hover.incoming,.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message:hover.incoming{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-template-message-item-body__fallback_message.mouse-hover.outgoing,.sendbird-theme--light .sendbird-template-message-item-body__fallback_message:hover.outgoing{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message:hover.outgoing{background-color:var(--sendbird-dark-primary-300)}.sendbird-template-message-item-body__fallback_message .sendbird-template-message-item-body__fallback_message__header,.sendbird-template-message-item-body__fallback_message .sendbird-template-message-item-body__fallback_message__description{display:block}.sendbird-template-loading-message-item-body{position:relative;display:inline-flex;justify-content:center;align-items:center;box-sizing:content-box;border-radius:16px;height:274px;width:100%}.sendbird-theme--light .sendbird-template-loading-message-item-body.incoming{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-template-loading-message-item-body.incoming{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-template-loading-message-item-body.outgoing{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-template-loading-message-item-body.outgoing{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-template-loading-message-item-body.mouse-hover.incoming,.sendbird-theme--light .sendbird-template-loading-message-item-body:hover.incoming{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-template-loading-message-item-body.mouse-hover.incoming,.sendbird-theme--dark .sendbird-template-loading-message-item-body:hover.incoming{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-template-loading-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-template-loading-message-item-body:hover.outgoing{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-template-loading-message-item-body.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-template-loading-message-item-body:hover.outgoing{background-color:var(--sendbird-dark-primary-300)}.sb-message-template__border{position:relative}.sb-message-template__border:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);border-radius:var(--border-radius);pointer-events:none}.sb-message-template__action{cursor:pointer}.sb-message-template__parent{font-family:Roboto,serif}.sb-message-template__text{font-family:inherit;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal}[dir=ltr] .sb-message-template__text{text-align:left}[dir=rtl] .sb-message-template__text{text-align:right}.sb-message-template__text-button{font-family:inherit;background-color:#e0e0e0;text-align:center;padding:10px;border-radius:6px;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;letter-spacing:normal}.sendbird-theme--light .sb-message-template__text-button{color:#742ddd}.sendbird-theme--dark .sb-message-template__text-button{color:#c2a9fa}.sb-message-template__text-button:hover{opacity:1;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px}.sb-message-template__text-button,.sb-message-template__image-button{cursor:pointer;border-style:none}.sb-message-template__parent{border-radius:unset;background-color:transparent;overflow:hidden}.sb-message-template__parent *{box-sizing:border-box;line-height:1.3}.sb-message-template__carousel{display:flex;width:100%;box-sizing:border-box;touch-action:pan-y}.sendbird-message-template__root *{box-sizing:border-box}.sendbird-message-template__root{border-radius:0;font-family:var(--sendbird-font-family-default)}.sendbird-theme--light{--form__chip__color__selected-focus: var(--sendbird-light-primary-300);--form__chip__color__submitted-default: var(--sendbird-light-onlight-02);--form__chip__bg-color__default: var(--sendbird-light-background-50);--form__chip__bg-color__selected: var(--sendbird-light-primary-100);--form__chip__bg-color__selected-hover: var(--sendbird-light-background-50);--form__chip__bg-color__selected-focus: var(--sendbird-light-background-50);--form__chip__bg-color__submitted-default: var(--sendbird-dark-ondark-02);--form__chip__bg-color__submitted-selected: var(--sendbird-dark-ondark-02);--form__chip__bd-color__default-focus: var(--sendbird-light-primary-300);--form__chip__bd-color__selected-focus: var(--sendbird-light-primary-300);--form__submitted-input-box__color: var(--sendbird-dark-onlight-01);--form__submitted-input-box__bg-color: var(--sendbird-dark-ondark-02);--form__submit-button__color__disabled: var(--sendbird-light-background-50);--form__submit-button__bg-color__disabled: var(--sendbird-light-onlight-04)}.sendbird-theme--dark{--form__chip__color__selected-focus: var(--sendbird-dark-ondark-02);--form__chip__color__submitted-default: var(--sendbird-dark-ondark-04);--form__chip__bg-color__default: var(--sendbird-light-onlight-03);--form__chip__bg-color__selected: var(--sendbird-dark-background-600);--form__chip__bg-color__selected-hover: var(--sendbird-light-onlight-03);--form__chip__bg-color__selected-focus: var(--sendbird-light-onlight-03);--form__chip__bg-color__submitted-default: var(--sendbird-light-onlight-04);--form__chip__bg-color__submitted-selected: var(--sendbird-light-onlight-04);--form__chip__bd-color__default-focus: var(--sendbird-dark-ondark-02);--form__chip__bd-color__selected-focus: var(--sendbird-dark-ondark-02);--form__submitted-input-box__color: var(--sendbird-dark-ondark-01);--form__submitted-input-box__bg-color: var(--sendbird-light-onlight-04);--form__submit-button__color__disabled: var(--sendbird-light-onlight-01);--form__submit-button__bg-color__disabled: var(--sendbird-dark-ondark-04)}.sendbird-form-message__submit-button{width:100%}.sendbird-form-message__submit-button.sendbird-button__disabled{cursor:not-allowed}.sendbird-form-message__submit-button.sendbird-button__disabled.sendbird-button--primary .sendbird-button__text{color:var(--form__submit-button__color__disabled)}.sendbird-theme--light .sendbird-form-message__submit-button.sendbird-button__disabled{background-color:var(--form__submit-button__bg-color__disabled);border:none}.sendbird-theme--light .sendbird-form-message__submit-button.sendbird-button__disabled:hover{background-color:var(--form__submit-button__bg-color__disabled)}.sendbird-theme--dark .sendbird-form-message__submit-button.sendbird-button__disabled{background-color:var(--form__submit-button__bg-color__disabled);border:none}.sendbird-theme--dark .sendbird-form-message__submit-button.sendbird-button__disabled:hover{background-color:var(--form__submit-button__bg-color__disabled)}.sendbird-form-message__input__label{line-height:14px;display:block;font-weight:500;margin-bottom:6px}.sendbird-form-message__input__title-container{display:inline-block}.sendbird-form-message__input__container{width:100%;position:relative}.sendbird-theme--light .sendbird-form-message__input__title-optional{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-form-message__input__title-optional{color:var(--sendbird-dark-ondark-03)}.sendbird-form-message__input__root{padding-bottom:12px;width:100%;font-family:var(--sendbird-font-family-default)}.sendbird-form-message__input__textarea{display:block;resize:none;height:96px!important;padding:7px 12px!important}.sendbird-theme--light .sendbird-form-message__input__textarea ::-moz-placeholder{color:var(--sendbird-light-onlight-03)}.sendbird-theme--light .sendbird-form-message__input__textarea ::placeholder{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-form-message__input__textarea ::-moz-placeholder{color:var(--sendbird-dark-ondark-03)}.sendbird-theme--dark .sendbird-form-message__input__textarea ::placeholder{color:var(--sendbird-dark-ondark-03)}.sendbird-form-message__error-label{margin-top:4px;color:var(--sendbird-light-error-300)}.sendbird-form-message__submitted-input-box-text{width:calc(100% - 24px);line-height:20px}.sendbird-form-message__root.sendbird-form-message__root{display:flex;flex-direction:column;align-items:flex-start;padding:16px 12px;max-width:100%;box-sizing:border-box;min-width:220px;border-radius:16px;overflow:hidden}.sendbird--mobile-mode .sendbird-form-message__root.sendbird-form-message__root{max-width:calc(100vw - 164px)}.sendbird-form-message__input__chip-container{display:flex;width:100%;align-items:flex-start;gap:4px;flex-wrap:wrap}[dir=ltr] .sendbird-form-message__submitted-check-icon-chip{margin-left:4px}[dir=rtl] .sendbird-form-message__submitted-check-icon-chip{margin-right:4px}.sendbird-form-message__submitted-check-icon-container{display:flex;height:auto;align-items:flex-end}.sendbird-form-message__submitted-input-box{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;display:flex;word-wrap:break-word;width:calc(100% - 24px);color:var(--form__submitted-input-box__color);background-color:var(--form__submitted-input-box__bg-color);border:none;pointer-events:none;border-radius:4px;overflow-wrap:break-word;white-space:pre-wrap;padding:8px 12px;min-height:20px}.sendbird-form-message__submitted-input-box.textarea{padding:9px 12px;min-height:78px}.sendbird-form-message__input__chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;font-style:normal;line-height:20px;letter-spacing:normal}.sendbird-form-message__input__chip{border-radius:100px;padding:5px 11px;display:flex;justify-content:center;align-items:center;max-width:calc(100% - 32px)}.sendbird-theme--light .sendbird-form-message__input__chip.default{color:var(--sendbird-light-onlight-02);border:1px solid var(--sendbird-light-onlight-04);cursor:pointer;background-color:var(--form__chip__bg-color__default)}.sendbird-theme--light .sendbird-form-message__input__chip.default:hover{color:var(--sendbird-light-primary-300);border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-form-message__input__chip.default:focus{color:var(--sendbird-light-onlight-02);border:1px solid var(--form__chip__bd-color__default-focus);outline:none;box-shadow:0 0 0 1px var(--form__chip__bd-color__default-focus)}.sendbird-theme--dark .sendbird-form-message__input__chip.default{color:var(--sendbird-dark-ondark-02);border:1px solid var(--sendbird-dark-ondark-04);cursor:pointer;background-color:var(--form__chip__bg-color__default)}.sendbird-theme--dark .sendbird-form-message__input__chip.default:hover{color:var(--sendbird-dark-primary-200);border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--dark .sendbird-form-message__input__chip.default:focus{color:var(--sendbird-dark-ondark-02);border:1px solid var(--form__chip__bd-color__default-focus);outline:none;box-shadow:0 0 0 1px var(--form__chip__bd-color__default-focus)}.sendbird-theme--light .sendbird-form-message__input__chip.selected{color:var(--sendbird-light-primary-300);background-color:var(--form__chip__bg-color__selected);border:1px solid var(--sendbird-light-primary-300);cursor:pointer}.sendbird-theme--light .sendbird-form-message__input__chip.selected:hover{color:var(--sendbird-light-primary-300);background-color:var(--form__chip__bg-color__selected-hover);border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-form-message__input__chip.selected:focus{color:var(--form__chip__color__selected-focus);background-color:var(--form__chip__bg-color__selected-focus);border:1px solid var(--form__chip__bd-color__selected-focus);outline:none;box-shadow:0 0 0 1px var(--form__chip__bd-color__selected-focus)}.sendbird-theme--dark .sendbird-form-message__input__chip.selected{color:var(--sendbird-dark-primary-200);background-color:var(--form__chip__bg-color__selected);border:1px solid var(--sendbird-dark-primary-200);cursor:pointer}.sendbird-theme--dark .sendbird-form-message__input__chip.selected:hover{color:var(--sendbird-dark-primary-200);background-color:var(--form__chip__bg-color__selected-hover);border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--dark .sendbird-form-message__input__chip.selected:focus{color:var(--form__chip__color__selected-focus);background-color:var(--form__chip__bg-color__selected-focus);border:1px solid var(--form__chip__bd-color__selected-focus);outline:none;box-shadow:0 0 0 1px var(--form__chip__bd-color__selected-focus)}.sendbird-form-message__input__chip.submittedDefault{border:none;cursor:default;padding:6px 12px}.sendbird-theme--light .sendbird-form-message__input__chip.submittedDefault,.sendbird-theme--dark .sendbird-form-message__input__chip.submittedDefault{color:var(--form__chip__color__submitted-default);background-color:var(--form__chip__bg-color__submitted-default)}.sendbird-form-message__input__chip.submittedSelected{border:none;cursor:default;padding:6px 12px}.sendbird-theme--light .sendbird-form-message__input__chip.submittedSelected{color:var(--sendbird-light-onlight-01);background-color:var(--form__chip__bg-color__submitted-selected)}.sendbird-theme--dark .sendbird-form-message__input__chip.submittedSelected{color:var(--sendbird-dark-ondark-01);background-color:var(--form__chip__bg-color__submitted-selected)}.sendbird--mobile-mode .sendbird-message-feedback-modal-content__mobile{max-width:280px;padding:16px}.sendbird-message-feedback-modal-footer__root{display:flex;justify-content:space-between;align-items:center}.sendbird-message-feedback-modal-footer__root_failed{display:flex;justify-content:flex-end;align-items:center;margin-top:48px}.sendbird-message-feedback-modal-footer__right-content{display:flex;gap:8px}.sendbird-message-feedback-modal-body__root{margin:21px 0}.sendbird--mobile-mode .sendbird-message-feedback-modal-header{font-size:18px;line-height:1.33}.sendbird-iconbutton__feedback{display:flex;justify-content:center;align-items:center;background-color:transparent;cursor:pointer;border-radius:18px;border:1px solid;padding:5px 8px}.sendbird-theme--light .sendbird-iconbutton__feedback{border-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-iconbutton__feedback{border-color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-iconbutton__feedback:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-iconbutton__feedback:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__disabled{cursor:not-allowed}.sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__disabled:hover,.sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed:hover{background-color:transparent}.sendbird-theme--light .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed{border-color:var(--sendbird-light-primary-300);background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed{border-color:var(--sendbird-dark-primary-200);background-color:var(--sendbird-dark-primary-200)}.sendbird-iconbutton__feedback__inner{display:flex;justify-content:center;align-items:center}.sendbird-theme--light .sendbird-iconbutton__feedback__inner svg path{fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner svg path{fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-iconbutton__feedback__inner.sendbird-iconbutton__feedback__inner__disabled svg path{fill:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner.sendbird-iconbutton__feedback__inner__disabled svg path{fill:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-iconbutton__feedback__inner__pressed svg path{fill:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner__pressed svg path{fill:var(--sendbird-dark-onlight-01)}.sendbird-message__bottomsheet--feedback-options-menu{width:100vw;border-radius:8px 8px 0 0}.sendbird-theme--light .sendbird-message__bottomsheet--feedback-options-menu{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet--feedback-options-menu{background-color:var(--sendbird-dark-background-500)}.sendbird-message__bottomsheet--feedback-options-menu :first-child{border-radius:8px 8px 0 0}.sendbird-message__bottomsheet--feedback-option{cursor:pointer;height:48px;display:flex;align-items:center;padding:0 24px}.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:solid 1px 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:solid 1px 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 #00000029,0 2px 1px #00000014;color:var(--sendbird-light-onlight-01);border:solid 2px 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 #00000029,0 2px 1px #00000014;color:var(--sendbird-dark-ondark-01);border:solid 2px 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 #00000029,0 2px 1px #00000014;color:var(--sendbird-light-onlight-01);border:solid 1px 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 #00000029,0 2px 1px #00000014;color:var(--sendbird-dark-ondark-01);border:solid 1px 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;font-family:var(--sendbird-font-family-default);font-size:14px;line-height:1.43}[dir=ltr] .sendbird-input .sendbird-input__placeholder{left:16px}[dir=rtl] .sendbird-input .sendbird-input__placeholder{right:16px}.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-theme--light{--form__input__bg-color_default: var(--sendbird-light-background-50);--form__input__bg-color_disabled: var(--sendbird-dark-ondark-02);--form__input__bd-color_error: var(--sendbird-light-error-300)}.sendbird-theme--dark{--form__input__bg-color_default: var(--sendbird-light-onlight-03);--form__input__bg-color_disabled: var(--sendbird-light-onlight-04);--form__input__bd-color_error: var(--sendbird-dark-error-200)}.sendbird-input_for_form{display:inline-block;width:100%;height:unset;position:relative}.sendbird-input_for_form .sendbird-input__input{width:100%;height:-moz-fit-content;height:fit-content;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:7px 12px;box-sizing:border-box;background-color:inherit}.sendbird-theme--light .sendbird-input_for_form .sendbird-input__input{caret-color:var(--sendbird-light-primary-300);color:var(--sendbird-light-onlight-01);background-color:var(--form__input__bg-color_default);border:solid 1px var(--sendbird-light-onlight-04)}.sendbird-theme--light .sendbird-input_for_form .sendbird-input__input:disabled{pointer-events:none;border:none;cursor:not-allowed;background-color:var(--form__input__bg-color_disabled);color:var(--sendbird-light-onlight-03)}.sendbird-theme--light .sendbird-input_for_form .sendbird-input__input:focus{border:solid 1px var(--sendbird-light-primary-300)!important;outline:none;box-shadow:0 0 0 1px var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-input_for_form .sendbird-input__input:active{box-shadow:none;border:solid 1px var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-input_for_form .sendbird-input__input.error{border:solid 1px var(--form__input__bd-color_error)}.sendbird-theme--dark .sendbird-input_for_form .sendbird-input__input{caret-color:var(--sendbird-dark-primary-200);color:var(--sendbird-dark-ondark-01);background-color:var(--form__input__bg-color_default);border:solid 1px var(--sendbird-dark-ondark-04)}.sendbird-theme--dark .sendbird-input_for_form .sendbird-input__input:disabled{pointer-events:none;border:none;cursor:not-allowed;background-color:var(--form__input__bg-color_disabled);color:var(--sendbird-dark-ondark-03)}.sendbird-theme--dark .sendbird-input_for_form .sendbird-input__input:focus{border:solid 1px var(--sendbird-dark-primary-200)!important;outline:none;box-shadow:0 0 0 1px var(--sendbird-dark-primary-200)}.sendbird-theme--dark .sendbird-input_for_form .sendbird-input__input:active{box-shadow:none;border:solid 1px var(--sendbird-dark-primary-200)}.sendbird-theme--dark .sendbird-input_for_form .sendbird-input__input.error{border:solid 1px var(--form__input__bd-color_error)}.sendbird-input_for_form .sendbird-input__placeholder{width:calc(100% - 26px);height:calc(100% - 16px);overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;position:absolute;pointer-events:none;top:8px;font-family:var(--sendbird-font-family-default);font-size:14px;line-height:1.43}[dir=ltr] .sendbird-input_for_form .sendbird-input__placeholder{left:13px}[dir=rtl] .sendbird-input_for_form .sendbird-input__placeholder{right:13px}.sendbird-theme--light .sendbird-input_for_form .sendbird-input__placeholder{color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-input_for_form .sendbird-input__placeholder{color:var(--sendbird-dark-ondark-03)}.sendbird-input_for_form .sendbird-input__placeholder.textarea{-webkit-line-clamp:4}.sendbird-input-label{margin:4px 0}.sendbird-suggested-replies{position:relative;display:flex;margin-top:8px;margin-bottom:16px}.sendbird-suggested-replies.vertical{justify-content:flex-end;align-items:flex-end;flex-wrap:wrap;flex-direction:column}.sendbird-suggested-replies.vertical .sendbird-suggested-replies__option:not(:first-child){margin-top:8px}.sendbird-suggested-replies.horizontal{display:flex;flex-direction:row;overflow-x:scroll;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.sendbird--mobile-mode .sendbird-suggested-replies.horizontal{margin-left:-12px;margin-right:-12px}[dir=ltr] .sendbird--mobile-mode .sendbird-suggested-replies.horizontal{padding-left:52px;padding-right:12px}[dir=rtl] .sendbird--mobile-mode .sendbird-suggested-replies.horizontal{padding-right:52px;padding-left:12px}[dir=ltr] .sendbird-suggested-replies.horizontal .sendbird-suggested-replies__option:not(:last-child){margin-right:8px}[dir=rtl] .sendbird-suggested-replies.horizontal .sendbird-suggested-replies__option:not(:last-child){margin-left:8px}.sendbird-suggested-replies::-webkit-scrollbar{display:none}.sendbird-theme--light .sendbird-suggested-replies,.sendbird-theme--dark .sendbird-suggested-replies{font-family:var(--sendbird-font-family-default)}.sendbird-suggested-replies__option{white-space:pre-wrap;font-size:12px;padding:8px 14px;display:flex;align-items:center;border-radius:18px;cursor:pointer;word-break:break-word}.sendbird-theme--light .sendbird-suggested-replies__option{color:var(--sendbird-light-primary-300);border:1px solid var(--sendbird-light-primary-300);background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-suggested-replies__option{color:var(--sendbird-dark-primary-200);border:1px solid var(--sendbird-dark-primary-200);background-color:var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-suggested-replies__option:hover{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-suggested-replies__option:hover{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-suggested-replies__option:active{background-color:var(--sendbird-light-primary-300);color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-suggested-replies__option:active{background-color:var(--sendbird-dark-primary-200);color:var(--sendbird-dark-background-600)}.sendbird-suggested-replies__option.horizontal{white-space:nowrap}.sendbird-suggested-replies__option.vertical{white-space:pre-wrap;max-width:calc(100% - 70px)}.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;max-width:calc(100% - 250px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{margin-left:16px}[dir=rtl] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{margin-right:16px}.sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{max-width:calc(100% - 150px)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{position:absolute;display:inline-block;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{right:16px}[dir=rtl] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{left:16px}.sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{max-width:100px}.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)}[dir=ltr] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item .sendbird-mention-suggest-list__notice-item__icon{margin-right:4px}[dir=rtl] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item .sendbird-mention-suggest-list__notice-item__icon{margin-left: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-fileviewer__header__right__actions__download,.sendbird-fileviewer__header__right__actions__delete,.sendbird-fileviewer__header__right__actions__close{width:64px;padding:21px;box-sizing:border-box;cursor:pointer}.sendbird-fileviewer__header__right__actions__download .disabled,.sendbird-fileviewer__header__right__actions__delete .disabled,.sendbird-fileviewer__header__right__actions__close .disabled{cursor:not-allowed}.sendbird-fileviewer{width:100%;height:100%;position:fixed;top:0;z-index:100000}[dir=ltr] .sendbird-fileviewer{left:0}[dir=rtl] .sendbird-fileviewer{right:0}.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--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header{position:relative}.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;padding:0 20px;overflow:hidden}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar{display:flex;margin-inline-end:8px}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar{margin-inline-end:12px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__text-container{display:flex;flex-direction:row;align-items:flex-end}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__text-container{flex-direction:column;align-items:unset}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__text-container .sendbird-fileviewer__header__left__filename{max-width:500px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;margin-inline-end:8px;padding-top:3px}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__text-container .sendbird-fileviewer__header__left__filename{display:block;max-width:calc(100vw - 240px);padding-top:0;margin-inline-end:0}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__text-container .sendbird-fileviewer__header__left__sender-name{line-height:1.1}.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{display:flex;flex-direction:row}[dir=ltr] .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions{right:0}[dir=rtl] .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions{left:0}[dir=ltr] .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)}[dir=rtl] .sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-right:1px solid var(--sendbird-light-onlight-04)}[dir=ltr] .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)}[dir=rtl] .sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-right:1px solid var(--sendbird-dark-ondark-04)}.sendbird-fileviewer .sendbird-fileviewer__content{height:calc(100% - 72px);margin-top:4px;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-unread-floating-button{position:absolute;top:8px;width:181px;height:40px;border-radius:20px;gap:4px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 12px #00000026;transition:all .2s ease-in-out;z-index:5;background-color:#fff}[dir=ltr] .sendbird-unread-floating-button{left:50%;transform:translate(-50%)}[dir=rtl] .sendbird-unread-floating-button{right:50%;transform:translate(50%)}.sendbird-unread-floating-button.sendbird-unread-floating-button--below-frozen{top:48px}.sendbird-unread-floating-button:hover{cursor:pointer;box-shadow:0 6px 16px #0003;background-color:#f5f5f5}[dir=ltr] .sendbird-unread-floating-button:hover{transform:translate(-50%) translateY(-1px)}[dir=rtl] .sendbird-unread-floating-button:hover{transform:translate(50%) translateY(-1px)}.sendbird-unread-floating-button .sendbird-unread-floating-button__text{display:flex;align-items:center;justify-content:center;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#00000080;line-height:1;font-size:14px;text-align:center;height:100%}.sendbird-unread-floating-button .sendbird-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sendbird-unread-floating-button .sendbird-icon svg{display:block;vertical-align:middle}.sendbird-unread-floating-button--hide{display:none}.sendbird-notification--hide,.sendbird-notification{position:absolute}.sendbird-notification--hide{display:none}.sendbird-new-message-floating-button{position:absolute;bottom:8px;width:155px;height:40px;border-radius:20px;gap:4px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 12px #00000026;transition:all .2s ease-in-out;z-index:5;background-color:#fff}[dir=ltr] .sendbird-new-message-floating-button{left:50%;transform:translate(-50%)}[dir=rtl] .sendbird-new-message-floating-button{right:50%;transform:translate(50%)}.sendbird-new-message-floating-button:hover{cursor:pointer;box-shadow:0 6px 16px #0003;background-color:#f5f5f5}[dir=ltr] .sendbird-new-message-floating-button:hover{transform:translate(-50%) translateY(-1px)}[dir=rtl] .sendbird-new-message-floating-button:hover{transform:translate(50%) translateY(-1px)}.sendbird-new-message-floating-button .sendbird-new-message-floating-button__text{display:flex;align-items:center;justify-content:center;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#742ddd;line-height:1;font-size:14px;text-align:center;height:100%}.sendbird-new-message-floating-button .sendbird-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sendbird-new-message-floating-button .sendbird-icon svg{display:block;vertical-align:middle}.sendbird-new-message-floating-button--hide{display:none}.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}[dir=ltr] .sendbird-notification .sendbird-notification__text{margin-right:8px}[dir=rtl] .sendbird-notification .sendbird-notification__text{margin-left:8px}.typing-dots-container{align-items:center;border-radius:16px;display:flex;gap:6px;justify-content:center;padding:16px 12px}.sendbird-theme--light .typing-dots-container{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .typing-dots-container{background-color:var(--sendbird-dark-background-400)}.typing-dots-container span{animation:blink 1.4s infinite;animation-fill-mode:both;border-radius:50%;height:8px;width:8px}.sendbird-theme--light .typing-dots-container span{background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .typing-dots-container span{background-color:var(--sendbird-dark-background-50)}.typing-dots-container span:nth-child(1){animation-delay:.4s}.typing-dots-container span:nth-child(2){animation-delay:.6s}.typing-dots-container span:nth-child(3){animation-delay:.8s}@keyframes blink{0%{opacity:.12;transform:scale(1)}21.43%{opacity:.38;transform:scale(1.2)}42.86%{opacity:.12;transform:scale(1)}to{opacity:.12;transform:scale(1)}}.sendbird-message-input-wrapper--voice-message,.sendbird-message-input-wrapper,.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input,.sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input{position:relative;width:100%}.sendbird-theme--light .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input,.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input{border-top:solid 1px var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input,.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input{border-top:solid 1px var(--sendbird-dark-ondark-04)}.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__message-input,.sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input{position:relative;width:100%;box-sizing:border-box;padding:0 24px}.sendbird--mobile-mode .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__message-input,.sendbird--mobile-mode .sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input{padding:0 16px}.sendbird-theme--light .sendbird-message-input-wrapper--voice-message{border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message{border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-quote_message_input{position:relative;width:100%;height:76px;display:flex;flex-direction:row;box-sizing:border-box}[dir=ltr] .sendbird-quote_message_input{padding:16px 80px 16px 40px}[dir=rtl] .sendbird-quote_message_input{padding:16px 40px 16px 80px}.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}[dir=ltr] .sendbird-quote_message_input .sendbird-quote_message_input__close-button{right:40px}[dir=rtl] .sendbird-quote_message_input .sendbird-quote_message_input__close-button{left:40px}.sendbird-quote_message_input .sendbird-quote_message_input__close-button:hover{cursor:pointer}.sendbird-voice-message-input-wrapper .sendbird-voice-message-input__indicator{height:40px}.sendbird-voice-message-input-wrapper-alert__body{position:relative;display:flex;justify-content:flex-end;align-items:flex-end;width:100%;height:74px}.sendbird-voice-message-input-wrapper-alert__body__ok-button{width:74px}.sendbird-voice-message-input{position:relative;display:inline-flex;flex-direction:column;width:100%;height:110px;padding-top:22px;padding-left:24px;padding-right:24px;box-sizing:border-box}.sendbird-voice-message-input__indicator{position:relative;display:inline-flex;width:100%}.sendbird-voice-message-input__indicator__progress-bar{position:relative;display:inline-flex;width:100%;border-radius:28px;overflow:hidden}.sendbird-voice-message-input__indicator__on-rec{position:absolute;top:14px}[dir=ltr] .sendbird-voice-message-input__indicator__on-rec{right:53px}[dir=rtl] .sendbird-voice-message-input__indicator__on-rec{left:53px}.sendbird-voice-message-input__indicator__playback-time{position:absolute;top:10px}[dir=ltr] .sendbird-voice-message-input__indicator__playback-time{right:16px}[dir=rtl] .sendbird-voice-message-input__indicator__playback-time{left:16px}.sendbird-voice-message-input__controler{position:relative;display:inline-flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:14px;height:34px;min-height:34px}.sendbird-voice-message-input__controler__main{position:relative;display:inline-flex;justify-content:center;align-items:center;width:34px;height:34px;min-width:34px;min-height:34px;border-radius:50%}.sendbird-theme--light .sendbird-voice-message-input__controler__main{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-voice-message-input__controler__main{background-color:var(--sendbird-dark-background-500)}.sendbird-voice-message-input__controler__main:hover{cursor:pointer}.sendbird-voice-message-input__controler__submit{position:relative;display:inline-flex;justify-content:center;align-items:center;width:34px;height:34px;min-width:34px;min-height:34px;border-radius:50%}.sendbird-theme--light .sendbird-voice-message-input__controler__submit{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-voice-message-input__controler__submit{background-color:var(--sendbird-dark-primary-200)}.sendbird-voice-message-input__controler__submit:hover{cursor:pointer}.sendbird-theme--light .sendbird-voice-message-input__controler__submit.voice-message--disabled{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-voice-message-input__controler__submit.voice-message--disabled{background-color:var(--sendbird-dark-background-500)}.sendbird-voice-message-input__controler__submit.voice-message--disabled:hover{cursor:default}@keyframes flickerAnimation{0%{opacity:0}50%{opacity:1}to{opacity:0}}.sendbird-voice-message-input__indicator__on-rec{width:12px;height:12px;min-width:12px;min-height:12px;border-radius:50%;animation:flickerAnimation 1s infinite}.sendbird-theme--light .sendbird-voice-message-input__indicator__on-rec{background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-voice-message-input__indicator__on-rec{background-color:var(--sendbird-dark-error-300)}.sendbird-voice-message-input__indicator__progress-bar__bar{height:40px}.sendbird-controler-icon{position:relative;display:inline-block}.sendbird-controler-icon.record-icon{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:50%}.sendbird-theme--light .sendbird-controler-icon.record-icon{background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-controler-icon.record-icon{background-color:var(--sendbird-dark-error-300)}.sendbird-controler-icon.stop-icon{width:14px;height:14px;min-width:14px;min-height:14px;border-radius:2px}.sendbird-theme--light .sendbird-controler-icon.stop-icon{background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-controler-icon.stop-icon{background-color:var(--sendbird-dark-ondark-01)}.sendbird-controler-icon.pause-icon{display:inline-flex;width:100%;gap:3.75px;width:13.75px;height:13.75px;min-width:13.75px;min-height:13.75px}.sendbird-controler-icon.pause-icon-inner{display:inline-flex;min-width:4.38px;border-radius:2px}.sendbird-theme--light .sendbird-controler-icon.pause-icon-inner{background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-controler-icon.pause-icon-inner{background-color:var(--sendbird-dark-ondark-01)}.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--mobile-mode .sendbird-channel-list{width:100%}.sendbird-channel-list__header{height:64px;min-height:64px}.sendbird-channel-list__body{flex:1 1 0;-ms-flex:1;overflow-y:auto;overflow-x:hidden}.sendbird-channel-header{position:relative;height:64px;min-height:64px;width:320px;box-sizing:border-box}[dir=ltr] .sendbird-channel-header{padding-left:8px;padding-right:16px}[dir=rtl] .sendbird-channel-header{padding-right:8px;padding-left:16px}.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--mobile-mode .sendbird-channel-header{width:100%}.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;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:solid 2px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active{border:solid 2px 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{padding-top:8px}[dir=ltr] .sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right{margin-left:4px}[dir=rtl] .sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right{margin-right:4px}.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;top:16px}[dir=ltr] .sendbird-channel-header .sendbird-channel-header__right-icon{right:16px}[dir=rtl] .sendbird-channel-header .sendbird-channel-header__right-icon{left:16px}.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}[dir=ltr] .sendbird-edit-user-profile__img__avatar-button{left:96px}[dir=rtl] .sendbird-edit-user-profile__img__avatar-button{right:96px}.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon{cursor:pointer}.sendbird-channel-preview__leave--mobile .sendbird-modal__content{max-width:calc(100% - 80px)}.sendbird-channel-preview__leave--mobile .sendbird-modal__close{display:none}.sendbird-channel-preview__leave--mobile .sendbird-channel-preview__leave-label--mobile{text-decoration:none}.sendbird-channel-preview__leave--mobile .sendbird-modal__header span{display:inline-block;width:calc(100% - 120px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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:solid 1px var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-preview{border-bottom:solid 1px var(--sendbird-dark-ondark-04)}.sendbird--mobile-mode .sendbird-channel-preview{width:100%}.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%}[dir=ltr] .sendbird-channel-preview .sendbird-channel-preview__content{margin-left:16px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content{margin-right:16px}.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content{position:relative;max-width:calc(100% - 72px)}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper{display:flex;justify-content:space-between;width:216px;height:16px}.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper{width:auto}.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}[dir=ltr] .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}[dir=rtl] .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-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__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}[dir=ltr] .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-left:4px}[dir=rtl] .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-right:4px}[dir=ltr] .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}[dir=rtl] .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-right:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at{margin-bottom:4px;white-space:nowrap}[dir=ltr] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at{margin-left:4px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at{margin-right:4px}.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--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower{width:100%}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.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-bottom:12px}[dir=ltr] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count{margin-left:8px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count{margin-right:8px}.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}[dir=ltr] .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{margin-right:4px}[dir=rtl] .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{margin-left:4px}.sendbird-channel-preview .sendbird-channel-preview__action{position:absolute;top:12px;display:inline-block}[dir=ltr] .sendbird-channel-preview .sendbird-channel-preview__action{right:12px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__action{left:12px}.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__upper__last-message-at,.sendbird-channel-preview:hover .sendbird-channel-preview__content__lower__unread-message-count{display:none}[dir=ltr] .sendbird-channel-preview--active{padding:12px 16px 12px 12px}[dir=rtl] .sendbird-channel-preview--active{padding:12px 12px 12px 16px}.sendbird-theme--light .sendbird-channel-preview--active{border-bottom:solid 1px var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-primary-100)}[dir=ltr] .sendbird-theme--light .sendbird-channel-preview--active{border-left:solid 4px var(--sendbird-light-primary-300)}[dir=rtl] .sendbird-theme--light .sendbird-channel-preview--active{border-right:solid 4px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-preview--active{border-bottom:solid 1px var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-700)}[dir=ltr] .sendbird-theme--dark .sendbird-channel-preview--active{border-left:solid 4px var(--sendbird-dark-primary-200)}[dir=rtl] .sendbird-theme--dark .sendbird-channel-preview--active{border-right:solid 4px var(--sendbird-dark-primary-200)}.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-badge{height:20px;min-width:20px;border-radius:10px;display:inline-flex;justify-content:center;align-items:center}.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;white-space:pre-line;width:-moz-fit-content;width:fit-content;max-width:100%;height:16px}.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-mention-user-label:hover{cursor:pointer}.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--mobile-mode .sendbird-add-channel__modal .sendbird-modal__content{margin:0 40px}.sendbird-add-channel__rectangle-wrap{margin-top:26px}.sendbird-add-channel__rectangle-footer{margin-top:32px}[dir=ltr] .sendbird-add-channel__rectangle-footer{text-align:right}[dir=rtl] .sendbird-add-channel__rectangle-footer{text-align:left}.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--mobile-mode .sendbird-add-channel__rectangle{min-width:288px;width:100%}[dir=ltr] .sendbird--mobile-mode .sendbird-add-channel__rectangle{padding-right:0}[dir=rtl] .sendbird--mobile-mode .sendbird-add-channel__rectangle{padding-left:0}.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;top:24px}[dir=ltr] .sendbird-add-channel__rectangle .sendbird-icon{left:22px}[dir=rtl] .sendbird-add-channel__rectangle .sendbird-icon{right:22px}.sendbird-create-channel--content{width:480px;max-height:552px}.sendbird-create-channel--scroll{height:360px;overflow-x:hidden;overflow-y:scroll}.sendbird-channel-settings{height:100%;width:320px;display:inline-block;box-sizing:border-box}.sendbird--mobile-mode .sendbird-channel-settings{width:100%}.sendbird-theme--light .sendbird-channel-settings{background-color:var(--sendbird-light-background-50)}[dir=ltr] .sendbird-theme--light .sendbird-channel-settings{border-left:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-channel-settings{border-right:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings{background-color:var(--sendbird-dark-background-600)}[dir=ltr] .sendbird-theme--dark .sendbird-channel-settings{border-left:1px solid var(--sendbird-dark-background-600)}[dir=rtl] .sendbird-theme--dark .sendbird-channel-settings{border-right:1px solid var(--sendbird-dark-background-600)}.sendbird-channel-settings .sendbird-channel-settings__header-icon{cursor:pointer}.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;box-sizing:border-box}[dir=ltr] .sendbird-channel-settings .sendbird-channel-settings__header{padding-left:24px;padding-right:20px}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__header{padding-right:24px;padding-left:20px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header{border-bottom:solid 1px var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header{border-bottom:solid 1px 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}[dir=ltr] .sendbird-channel-settings .sendbird-channel-settings__panel-item{padding:12px 22px 10px 56px}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__panel-item{padding:12px 56px 10px 22px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item{border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item{border-top: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-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item__leave-channel{border-top:1px solid var(--sendbird-light-onlight-04);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item__leave-channel{border-top:1px solid var(--sendbird-dark-ondark-04);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left,.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{position:absolute;top:10px}[dir=ltr] .sendbird-channel-settings .sendbird-channel-settings__panel-icon-left{left:16px}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__panel-icon-left{right:16px}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__panel-icon-left.sendbird-channel-settings__panel-icon__leave{transform:rotate(180deg)}[dir=ltr] .sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{right:16px}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{left:16px}[dir=ltr] .sendbird-channel-settings .sendbird-channel-settings__panel-icon--open{transform:rotate(90deg)}[dir=rtl] .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-input-toggle-button{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;cursor:pointer}.sendbird-theme--light .sendbird-input-toggle-button--checked{background-color:var(--sendbird-light-primary-300);border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-input-toggle-button--checked{background-color:var(--sendbird-dark-primary-200);border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-input-toggle-button--unchecked{background-color:var(--sendbird-light-background-300);border:1px solid var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-input-toggle-button--unchecked{background-color:var(--sendbird-dark-background-400);border:1px solid var(--sendbird-dark-background-400)}.sendbird-input-toggle-button--disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-input-toggle-button--disabled{background-color:var(--sendbird-light-background-200);border:1px solid var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-input-toggle-button--disabled{background-color:var(--sendbird-dark-background-400);border:1px solid var(--sendbird-dark-background-400)}.sendbird-input-toggle-button input{position:absolute;display:none}.sendbird-input-toggle-button__inner-dot{position:absolute;border-radius:50%;animation-iteration-count:1}.sendbird-theme--light .sendbird-input-toggle-button__inner-dot{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-input-toggle-button__inner-dot{background-color:var(--sendbird-dark-background-600)}@keyframes sendbirdMoveToEnd{0%{inset-inline-end:60%}to{inset-inline-end:10%}}@keyframes sendbirdMoveToStart{0%{inset-inline-end:10%}to{inset-inline-end:60%}}.sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToEnd}.sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToStart}.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot{inset-inline-end:60%}.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot{inset-inline-end:10%}.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToStart}.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToEnd}.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot{inset-inline-end:10%}.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot{inset-inline-end:60%}.sendbird-channel-profile{position:relative;text-align:center;padding:32px 40px 27px}.sendbird-theme--light .sendbird-channel-profile{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-channel-profile{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--mobile-mode .sendbird-channel-profile .sendbird-channel-profile__title{max-width:100%}.sendbird-channel-profile .sendbird-channel-profile__edit{position:absolute;top:10px}[dir=ltr] .sendbird-channel-profile .sendbird-channel-profile__edit{right:16px}[dir=rtl] .sendbird-channel-profile .sendbird-channel-profile__edit{left:16px}.channel-profile-form .channel-profile-form__img-section{position:relative}.channel-profile-form .channel-profile-form__avatar-button{position:absolute;top:54px}[dir=ltr] .channel-profile-form .channel-profile-form__avatar-button{left:96px}[dir=rtl] .channel-profile-form .channel-profile-form__avatar-button{right: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__leave-label--mobile{text-decoration:none}.sendbird-channel-settings__leave--mobile .sendbird-modal__content{max-width:calc(100% - 80px)}.sendbird-channel-settings__leave--mobile .sendbird-modal__close{display:none}.sendbird-channel-settings__leave--mobile .sendbird-channel-preview__leave-label--mobile{text-decoration:none}.sendbird-channel-settings__leave--mobile .sendbird-modal__header span{display:inline-block;width:calc(100% - 120px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon{position:absolute}[dir=ltr] .sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon{left:14px}[dir=rtl] .sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon{right:14px}.sendbird-channel-settings__operator .sendbird-accordion__panel-heder{position:relative}.sendbird-channel-settings__empty-list{text-align:center;margin-top:12px;margin-bottom:4px;display:block}.sendbird-channel-settings-accordion__footer{padding:16px 12px;display:flex}[dir=ltr] .sendbird-channel-settings-accordion__footer{justify-content:left}[dir=rtl] .sendbird-channel-settings-accordion__footer{justify-content:right}[dir=ltr] .sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2){margin-left:8px}[dir=rtl] .sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2){margin-right:8px}.sendbird-channel-settings__freeze{max-width:320px;position:relative}[dir=ltr] .sendbird-channel-settings__freeze{padding:12px 22px 10px 56px}[dir=rtl] .sendbird-channel-settings__freeze{padding:12px 56px 10px 22px}.sendbird--mobile-mode .sendbird-channel-settings__freeze{max-width:100%}.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;top:12px}[dir=ltr] .sendbird-channel-settings__frozen-icon{right:20px}[dir=rtl] .sendbird-channel-settings__frozen-icon{left:20px}.sendbird-channel-settings__frozen-icon .sendbird-icon{cursor:pointer}.sendbird-channel-settings__members-list .sendbird-badge,.sendbird-channel-settings__members .sendbird-badge{position:absolute;top:12px}[dir=ltr] .sendbird-channel-settings__members-list .sendbird-badge,[dir=ltr] .sendbird-channel-settings__members .sendbird-badge{right:44px}[dir=rtl] .sendbird-channel-settings__members-list .sendbird-badge,[dir=rtl] .sendbird-channel-settings__members .sendbird-badge{left:44px}.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge,.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge,.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label,.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge .sendbird-label{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label,.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge .sendbird-label{color:var(--sendbird-dark-ondark-02)}.sendbird-more-members__popup-scroll{max-height:420px;overflow-x:hidden;overflow-y:scroll}.sendbird--mobile-mode .sendbird-more-members__popup-scroll{max-height:100%}[dir=ltr] .sendbird-more-members__popup-scroll .sendbird-user-list-item__operator{right:72px}[dir=rtl] .sendbird-more-members__popup-scroll .sendbird-user-list-item__operator{left:72px}.sendbird-more-members__popup-scroll .sendbird-user-list-item__title{max-width:240px}.sendbird-channel-settings__badge{position:absolute}[dir=ltr] .sendbird-channel-settings__badge{right:48px}[dir=rtl] .sendbird-channel-settings__badge{left:48px}.sendbird-theme--light .sendbird-channel-settings__badge{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-settings__badge{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-settings__badge .sendbird-label{color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-channel-settings__badge .sendbird-label{color:var(--sendbird-dark-ondark-02)}.sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{padding-top:14px;padding-bottom:14px}[dir=ltr] .sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{padding-left:14px}[dir=rtl] .sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{padding-right:14px}.sendbird-theme--light .sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{background-color:var(--sendbird-light-background-50);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{background-color:var(--sendbird-dark-background-600);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.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--mobile-mode .sendbird-message-search-pannel{width:100%}.sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{position:absolute;top:14px;margin:0;padding:0;border:0px;outline:none;font-size:14px;width:calc(100% - 90px)}[dir=ltr] .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{left:48px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{right:48px}.sendbird-theme--light .sendbird-message-search-pannel .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__container__input-area{color:var(--sendbird-dark-ondark-01);background-color:var(--sendbird-dark-background-600)}[dir=ltr] .sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-ui-header__middle__title{margin-left:4px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-ui-header__middle__title{margin-right:4px}.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}[dir=ltr] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon{left:16px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon{right:16px}.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}[dir=ltr] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner{right:12px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner{left: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{position:absolute;top:12px}[dir=ltr] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button{right:12px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button{left: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-x:hidden;overflow-y: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{position:absolute;top:12px;display:inline;max-width:150px;height:16px;overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.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}[dir=ltr] .sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at{right:18px}[dir=rtl] .sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at{left: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-inline-start: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-inline-start: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:inline-block;max-width:146px;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;display:flex;align-items:center;justify-content:center;width:26px;min-width:26px;height:26px;border-radius:8px}[dir=ltr] .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{margin-right:4px}[dir=rtl] .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{margin-left:4px}.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:inline;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}[dir=ltr] .sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at{right:18px}[dir=rtl] .sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at{left: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)}[dir=ltr] .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)}[dir=rtl] .sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-right:4px solid var(--sendbird-light-primary-300)}[dir=ltr] .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)}[dir=rtl] .sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-right:4px solid var(--sendbird-dark-primary-200)}.sendbird-thread-ui{position:relative;max-width:320px;width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.sendbird-theme--light .sendbird-thread-ui{border-bottom:1px solid var(--sendbird-light-onlight-04);background-color:var(--sendbird-light-background-50)}[dir=ltr] .sendbird-theme--light .sendbird-thread-ui{border-right:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-thread-ui{border-left:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui{border-bottom:1px solid var(--sendbird-dark-ondark-04);background-color:var(--sendbird-dark-background-600)}[dir=ltr] .sendbird-theme--dark .sendbird-thread-ui{border-right:1px solid var(--sendbird-dark-ondark-04)}[dir=rtl] .sendbird-theme--dark .sendbird-thread-ui{border-left:1px solid var(--sendbird-dark-ondark-04)}.sendbird-thread-ui__header{width:320px}.sendbird-theme--light .sendbird-thread-ui__header{border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__header{border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-thread-ui--scroll{overflow-y:scroll;overflow-x:hidden;height:100%;display:inline-flex;flex-direction:column;justify-content:flex-start}.sendbird-theme--light .sendbird-thread-ui__parent-message-info{border-top:1px solid var(--sendbird-light-onlight-04);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__parent-message-info{border-top:1px solid var(--sendbird-dark-ondark-04);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label{color:var(--sendbird-dark-ondark-01)}.sendbird-thread-ui__reply-counts{position:relative;box-sizing:border-box;width:100%;height:42px;display:inline-flex;justify-content:flex-start;align-items:center;padding:16px 11px}.sendbird-theme--light .sendbird-thread-ui__reply-counts{border-top:1px solid var(--sendbird-light-onlight-04);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__reply-counts{border-top:1px solid var(--sendbird-dark-ondark-04);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-thread-ui__thread-list{padding:16px}.sendbird-thread-ui__message-input{padding:0 16px;margin-bottom:24px}.sendbird-thread-ui__thread-list.sendbird-place-holder{box-sizing:border-box}.sendbird-parent-message-info{position:relative;width:100%;height:-moz-fit-content;height:fit-content;display:inline-flex;flex-direction:row;align-items:flex-start;box-sizing:border-box}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info{padding:12px 12px 12px 16px}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info{padding:12px 16px 12px 12px}.sendbird-parent-message-info__sender{position:relative;min-width:40px;min-height:40px}.sendbird-parent-message-info__content{position:relative;display:inline-flex;flex-direction:column}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info__content{margin-left:12px}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info__content{margin-right:12px}.sendbird-parent-message-info__content__info{position:relative;max-width:188px;height:16px;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center}.sendbird-parent-message-info__content__info__sender-name,.sendbird-parent-message-info__content__info__sender-name--use-reaction{position:relative;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info__content__info__sender-name,.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info__content__info__sender-name--use-reaction{margin-right:6px}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info__content__info__sender-name,.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info__content__info__sender-name--use-reaction{margin-left:6px}.sendbird-parent-message-info__content__info__sender-name{max-width:142px}.sendbird-parent-message-info__content__info__sender-name--use-reaction{max-width:110px}.sendbird-parent-message-info__content__info__sent-at{position:relative;max-width:52px;height:12px;display:inline-flex;justify-content:flex-start;align-items:center;white-space:nowrap;word-break:keep-all}.sendbird-parent-message-info__content__body{position:relative;max-width:210px;overflow:hidden}.sendbird-parent-message-info__content__body.sendbird-thumbnail-message-item-body.incoming{min-width:200px;height:148px}.sendbird-parent-message-info__content__reactions{position:relative;max-width:240px;width:100%;height:100%}.sendbird-parent-message-info__reaction-menu,.sendbird-parent-message-info__context-menu{position:relative;display:none}.sendbird-parent-message-info .sendbird-text-message-item-body.reactions{border-radius:16px}.sendbird-theme--light .sendbird-parent-message-info .sendbird-emoji-reactions{border:1px solid var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-parent-message-info .sendbird-emoji-reactions{border:1px solid var(--sendbird-dark-background-600)}.sendbird-parent-message-info__menu-container,.sendbird-parent-message-info:hover .sendbird-parent-message-info__context-menu,.sendbird-parent-message-info:hover .sendbird-parent-message-info__reaction-menu,.sendbird-parent-message-info__context-menu.sendbird-mouse-hover,.sendbird-parent-message-info__reaction-menu.sendbird-mouse-hover{display:inline-flex}.sendbird-parent-message-info__menu-container{flex-direction:row;position:absolute;top:6px}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info__menu-container{right:12px}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info__menu-container{left:12px}.sendbird-theme--light .sendbird-parent-message-info .sendbird-parent-message-info__content__body{background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-parent-message-info .sendbird-parent-message-info__content__body{background-color:var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-parent-message-info:hover,.sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-parent-message-info__content__body{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-parent-message-info:hover,.sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-parent-message-info__content__body{background-color:var(--sendbird-dark-background-500)}.sendbird--mobile-mode .sendbird-parent-message-info.sendbird-thread-ui__parent-message-info:hover{background-color:transparent}.sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-emoji-reactions{border:1px solid var(--sendbird-light-background-100);background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-emoji-reactions{border:1px solid var(--sendbird-dark-background-500);background-color:var(--sendbird-dark-background-500)}.parent-message-info--suggested-mention-list{width:100%;margin-left:0;margin-right:0;min-height:200px}.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item{padding-left:16px;padding-right:16px}.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{max-width:166px}.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{max-width:68px}.sendbird-parent-message-info-item{margin-top:8px;position:relative}.sendbird-parent-message-info-item__text-message,.sendbird-parent-message-info-item__og-field{display:inline-block;white-space:pre-line;word-break:break-all}.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info-item__text-message,.sendbird-conversation__messages[dir=ltr] .sendbird-parent-message-info-item__og-field{padding-right:4px}.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info-item__text-message,.sendbird-conversation__messages[dir=rtl] .sendbird-parent-message-info-item__og-field{padding-left:4px}.sendbird-parent-message-info-item__og-field{display:inline-flex;flex-direction:column;margin-top:4px}.sendbird-parent-message-info-item__og-field__content{display:inline-flex;flex-direction:column;gap:4px;padding:8px 12px}.sendbird-parent-message-info-item__file-message{align-items:center;display:inline-flex;flex-direction:row;gap:8px}.sendbird-parent-message-info-item__file-message__file-name{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-parent-message-info-item__thumbnail-message{display:block;height:148px;position:relative;width:200px}.sendbird-parent-message-info-item__multiple-files-message-wrapper{padding:0}.sendbird-theme--light .sendbird-parent-message-info-item__multiple-files-message-wrapper,.sendbird-theme--dark .sendbird-parent-message-info-item__multiple-files-message-wrapper{background-color:transparent}.sendbird-parent-message-info-item__thumbnail-message__thumbnail{border-radius:16px;position:absolute}.sendbird-parent-message-info-item__thumbnail-message__placeholder{align-items:center;display:flex;height:148px;justify-content:center;position:absolute;width:100%}.sendbird-parent-message-info-item__thumbnail-message__placeholder__icon{align-items:center;background-color:var(--sendbird-light-background-50);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-parent-message-info-item__thumbnail-message__image-cover{background-color:var(--sendbird-light-overlay-01);border-radius:16px;display:none;height:148px;position:absolute;top:0;width:100%}.sendbird-parent-message-info-item__thumbnail-message__video{border-radius:16px;height:148px;position:absolute;width:100%}.sendbird-parent-message-info-item__thumbnail-message__icon-wrapper{align-items:center;display:flex;height:148px;justify-content:center;position:absolute;width:100%}.sendbird-parent-message-info-item__thumbnail-message__icon-wrapper__icon{align-items:center;background-color:var(--sendbird-light-ondark-01);border-radius:50%;display:inline-flex;height:56px;justify-content:center;width:56px}.sendbird-parent-message-info-item__thumbnail-message:hover{cursor:pointer}.sendbird-parent-message-info-item__thumbnail-message:hover .sendbird-parent-message-info-item__thumbnail-message__image-cover{display:inline-flex}.sendbird-parent-message-info-item__voice-message__item{height:50px;min-width:136px}.sendbird-thread-list-item .sendbird-separator{margin:4px 0}.sendbird-thread-list .sendbird-message-content__middle__sender-name{white-space:nowrap;max-width:210px;overflow:hidden;text-overflow:ellipsis}.sendbird-thread-list .sendbird-message-content.incoming .sendbird-message-content__middle{max-width:200px}.sendbird-thread-list .sendbird-thumbnail-message-item-body.outgoing{min-width:200px;min-height:148px;height:148px}.sendbird-thread-list .sendbird-message-content .sendbird-message-content__middle{max-width:230px}.sendbird-thread-list .sendbird-message-status__icon.sendbird-message-status--sent{display:none}.sendbird-thread-list .sendbird-mention-suggest-list{width:100%;margin-left:0;margin-right:0}.sendbird-thread-list .sendbird-mention-suggest-list__user-item{padding-left:16px;padding-right:16px}.sendbird-thread-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{max-width:134px}.sendbird-thread-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{max-width:46px}.sendbird-thread-list-item-content{position:relative;display:inline-flex;flex-direction:row;width:100%;height:100%}.sendbird-thread-list-item-content.incoming{justify-content:flex-start}.sendbird-thread-list-item-content.outgoing{justify-content:flex-end}.sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle{max-width:200px}.sendbird--mobile-mode .sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle{max-width:calc(100vw - 100px)}.sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.use-quote{margin-top:-8px;bottom:-8px}.sendbird-thread-list-item-content__middle__body-container{width:100%}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left{position:relative;display:inline-flex;min-width:40px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content__left__avatar{position:absolute;bottom:2px}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content__left__avatar{left:0}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content__left__avatar{right:0}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{position:absolute;bottom:6px;white-space:nowrap;display:flex;flex-direction:row;min-width:80px}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{right:-84px}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{left:-84px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at.sendbird-mouse-hover{display:none}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__sender-name{position:relative;margin-bottom:4px;width:100%;overflow:hidden;text-overflow:ellipsis}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__sender-name{margin-left:12px}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__sender-name{margin-right:12px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message{position:relative;width:100%;display:inline-flex}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.outgoing{justify-content:flex-end}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.incoming{justify-content:flex-start}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message:hover{cursor:pointer}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right{position:relative;display:inline-flex;width:50px;padding-top:18px}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right{margin-left:4px}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right{margin-right:4px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.use-reactions{width:70px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.chain-top{padding-top:2px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.chain-top.use-quote{padding-top:18px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu{position:relative;flex-direction:row;height:32px;display:none}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu.sendbird-mouse-hover,.sendbird-thread-list-item-content.incoming:hover .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu{display:inline-flex}.sendbird-thread-list-item-content.incoming:hover .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{display:none}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left{position:relative;box-sizing:border-box;display:inline-flex;justify-content:flex-end;width:50px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left.use-reactions{width:70px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left.use-quote .sendbird-thread-list-item-content-menu{top:18px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu{position:absolute;top:2px;flex-direction:row;display:none}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu{right:4px}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu{left:4px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu.sendbird-mouse-hover{display:inline-flex}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle{position:relative;display:inline-flex;flex-direction:column;align-items:flex-end}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message{position:relative;width:100%;display:inline-flex}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.outgoing{justify-content:flex-end}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.incoming{justify-content:flex-start}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container{position:relative}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{position:absolute;bottom:2px;white-space:nowrap;display:flex;justify-content:flex-end;box-sizing:content-box;min-width:80px;min-height:16px}.sendbird-conversation__messages[dir=ltr] .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{left:-84px}.sendbird-conversation__messages[dir=rtl] .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{right:-84px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at.sendbird-mouse-hover{display:none}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at .sendbird-thread-list-item-content__middle__body-container__created-at__component-container{position:relative;display:inline-flex}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__right{display:none}.sendbird-thread-list-item-content.outgoing:hover .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu{display:inline-flex}.sendbird-thread-list-item-content.outgoing:hover .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{display:none}.sendbird-thread-list-item-content__middle__body-container{position:relative;display:flex;flex-direction:column}.sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__message-item-body{width:100%;box-sizing:border-box}.sendbird-thread-list-item-content-reactions{position:relative;width:100%;max-width:400px;border-radius:0 0 16px 16px}.sendbird-theme--light .sendbird-thread-list-item-content-reactions{background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions{background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-thread-list-item-content-reactions.primary{background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.primary{background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-thread-list-item-content-reactions.mouse-hover,.sendbird-theme--light .sendbird-thread-list-item-content-reactions:hover{background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.mouse-hover,.sendbird-theme--dark .sendbird-thread-list-item-content-reactions:hover{background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-thread-list-item-content-reactions.mouse-hover.primary,.sendbird-theme--light .sendbird-thread-list-item-content-reactions:hover.primary{background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.mouse-hover.primary,.sendbird-theme--dark .sendbird-thread-list-item-content-reactions:hover.primary{background-color:var(--sendbird-dark-primary-300)}.sendbird-thread-list-item-content__middle__thread-replies{margin-top:4px}.sendbird-thread-list-item-content__middle__message-item-body.sendbird-og-message-item-body,.sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body{min-width:200px;max-width:200px}.sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body,.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__placeholder,.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper,.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__video{height:148px}.sendbird-voice-message-item-body.sendbird-thread-list-item-content__middle__message-item-body{min-width:136px;height:50px}.sendbird-thread-message-input .sendbird-mention-suggest-list{width:100%;margin-left:0;margin-right:0}.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{padding-left:16px;padding-right:16px}.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{max-width:134px}.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{max-width:46px}.sendbird-theme--light .sendbird-thread-message-input--voice-message{border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-message-input--voice-message{border-top:1px solid var(--sendbird-dark-ondark-04)}.sb_mobile,.sb_mobile__panelwrap{height:100%}.sb-show-main{padding:0!important}.sb_mobile__panelwrap .sendbird-thread{width:100%;height:100%}.sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui{max-width:100%}.sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui .sendbird-thread-ui__header{width:100%}.sendbird-app__wrap{width:100%;height:100%;display:flex;box-sizing:border-box}.sendbird-app__wrap .sendbird-app__searchpanel-wrap{width:320px;min-width:320px;overflow-x:hidden;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-bottom:1px solid var(--sendbird-light-onlight-04)}[dir=ltr] .sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-right:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-left: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-bottom:1px solid var(--sendbird-dark-background-600)}[dir=ltr] .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-right:1px solid var(--sendbird-dark-background-600)}[dir=rtl] .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-left:1px solid var(--sendbird-dark-background-600)}.sendbird-app__wrap .sendbird-app__conversation-wrap{flex: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-bottom:1px solid var(--sendbird-light-onlight-04)}[dir=ltr] .sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap{border-left:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap{border-right: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-bottom:1px solid var(--sendbird-dark-background-600)}[dir=ltr] .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap{border-left:1px solid var(--sendbird-dark-background-600)}[dir=rtl] .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap{border-right: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)}[dir=ltr] .sendbird-app__wrap .sendbird-chat-header__search{margin-right:16px}[dir=rtl] .sendbird-app__wrap .sendbird-chat-header__search{margin-left: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)}[dir=ltr] .sendbird-app__wrap .sendbird-channel-settings{border-left:none}[dir=rtl] .sendbird-app__wrap .sendbird-channel-settings{border-right:none}.sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings{border-top:1px solid var(--sendbird-light-onlight-04);border-bottom:1px solid var(--sendbird-light-onlight-04)}[dir=ltr] .sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings{border-right:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings{border-left: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-bottom:1px solid var(--sendbird-dark-background-600)}[dir=ltr] .sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings{border-right:1px solid var(--sendbird-dark-background-600)}[dir=rtl] .sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings{border-left: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 0;width:100%}.sendbird-openchannel-conversation .sendbird-openchannel-footer{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 0}.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-oepnchannel-header__icon_back{position:absolute;top:18px}[dir=ltr] .sendbird-oepnchannel-header__icon_back{left:12px}[dir=rtl] .sendbird-oepnchannel-header__icon_back{right:12px}.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--mobile-mode .sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title{max-width:calc(100% - 160px)}.sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{position:absolute;top:16px}[dir=ltr] .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{left:20px}[dir=rtl] .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{right:20px}[dir=ltr] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{left:50px}[dir=rtl] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{right:50px}.sendbird-openchannel-conversation-header__left__title{position:absolute;top:12px}[dir=ltr] .sendbird-openchannel-conversation-header__left__title{left:60px}[dir=rtl] .sendbird-openchannel-conversation-header__left__title{right:60px}[dir=ltr] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__title{left:90px}[dir=rtl] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__title{right:90px}.sendbird-openchannel-conversation-header__left__sub-title{position:absolute;top:36px}[dir=ltr] .sendbird-openchannel-conversation-header__left__sub-title{left:60px}[dir=rtl] .sendbird-openchannel-conversation-header__left__sub-title{right:60px}[dir=ltr] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__sub-title{left:90px}[dir=rtl] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__sub-title{right:90px}.sendbird-openchannel-conversation-header__right{position:absolute;top:0;width:64px;height:64px}[dir=ltr] .sendbird-openchannel-conversation-header__right{right:0}[dir=rtl] .sendbird-openchannel-conversation-header__right{left:0}.sendbird-openchannel-conversation-header__right__trigger{position:absolute;top:16px;display:flex;align-items:center;justify-content:center}[dir=ltr] .sendbird-openchannel-conversation-header__right__trigger{right:16px}[dir=rtl] .sendbird-openchannel-conversation-header__right__trigger{left:16px}.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;width:40px;height:40px;border-radius:24px;z-index:1}[dir=ltr] .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{left:calc(50% - 20px)}[dir=rtl] .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{right:calc(50% - 20px)}.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-open-channel-msg-hoc{min-width:380px}.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}[dir=ltr] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar{margin-left:24px}[dir=rtl] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar{margin-right:24px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right{position:relative;display:flex;flex-direction:column;width:100%}[dir=ltr] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right{margin:8px 24px 8px 12px}[dir=rtl] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right{margin:8px 12px 8px 24px}.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,.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}[dir=ltr] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at{margin-left:4px}[dir=rtl] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at{margin-right: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;white-space:pre-line}.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;display:none}[dir=ltr] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu{right:16px}[dir=rtl] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu{left:16px}.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__mobile-menu-hyperlink{display:block;width:100%;text-decoration:none;color:inherit;font-size:inherit;font-weight:inherit;font-stretch:normal;font-style:normal;line-height:inherit;letter-spacing:inherit;font-family:inherit}.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}[dir=ltr] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar{left:24px}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar{right: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}[dir=ltr] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right{margin:8px 24px 8px 12px}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right{margin:8px 12px 8px 24px}.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,.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}[dir=ltr] .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{margin-left:4px}[dir=rtl] .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{margin-right: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-theme--light .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 .sendbird-word .sendbird-word__url{color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .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 .sendbird-word .sendbird-word__url{color:var(--sendbird-dark-primary-200)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{position:absolute;display:none}[dir=ltr] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{right:16px}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{left:16px}.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:360px;padding:12px 12px 4px;border-radius:8px}[dir=ltr] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{left:64px}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{right:64px}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{border:solid 1px 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:solid 1px 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;top:2px}[dir=ltr] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail{left:64px}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail{right:64px}.sendbird-openchannel-og-message--word{display:inline;margin:0 2px;word-break:break-all}.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}[dir=ltr] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar{margin-left:28px}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar{margin-right:28px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right{position:relative;display:flex;flex-direction:column;margin-top:8px;margin-bottom:8px;width:calc(100% - 64px)}[dir=ltr] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right{margin-left:12px}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right{margin-right:12px}.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}[dir=ltr] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name{margin-right:4px}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name{margin-left: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;border-radius:8px;cursor:pointer}[dir=ltr] .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{left:0}[dir=rtl] .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{right:0}.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)}[dir=ltr] .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{left:calc(50% - 28px)}[dir=rtl] .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{right: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}[dir=ltr] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu{right:16px}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu{left: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}[dir=ltr] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar{margin-left:24px}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar{margin-right:24px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right{position:relative;display:flex;flex-direction:column;margin-bottom:4px;width:calc(100% - 64px)}[dir=ltr] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right{margin-left:12px}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right{margin-right:12px}.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,.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}[dir=ltr] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at{margin-left:4px}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at{margin-right: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;max-width:360px}.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:solid 1px 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:solid 1px 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;overflow:hidden;height:20px;max-height:20px}[dir=ltr] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name{margin-right:16px;margin-left:4px}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name{margin-left:16px;margin-right:4px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name .sendbird-openchannel-file-message__right__body__file-name__label{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu{position:absolute;display:none;top:8px}[dir=ltr] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu{right:16px}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu{left: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-openchannel-settings{height:100%;width:320px;display:inline-block;overflow-y:scroll;position:relative}.sendbird--mobile-mode .sendbird-openchannel-settings{width:100%}.sendbird-theme--light .sendbird-openchannel-settings{background-color:var(--sendbird-light-background-50)}[dir=ltr] .sendbird-theme--light .sendbird-openchannel-settings{border-left:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-openchannel-settings{border-right:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings{background-color:var(--sendbird-dark-background-600)}[dir=ltr] .sendbird-theme--dark .sendbird-openchannel-settings{border-left:1px solid var(--sendbird-dark-ondark-04)}[dir=rtl] .sendbird-theme--dark .sendbird-openchannel-settings{border-right:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-participants-accordion__footer{padding-top:16px}[dir=ltr] .sendbird-openchannel-settings .sendbird-participants-accordion__footer{text-align:left;padding-left:16px}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__footer{text-align:right;padding-right:16px}.sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon{position:absolute}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon{left:14px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon{right:14px}.sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete{position:absolute}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete{left:16px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete{right: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}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{left:0}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{right: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)}[dir=ltr] .sendbird-openchannel-settings .sendbird-participants-accordion,[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel{text-align:left}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion,[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel{text-align:right}.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}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__header{text-align:left}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__header{text-align:right}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__header{border-bottom:solid 1px var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__header{border-bottom:solid 1px var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon{cursor:pointer;position:absolute;top:20px}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon{right:16px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon{left: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}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon{right:18px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon{left:18px}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{margin-top:8px}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{color:var(--sendbird-dark-ondark-01)}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value,.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label{display:block;word-wrap:break-word}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value,[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label{text-align:left}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value,[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label{text-align:right}.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}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{padding:12px 22px 10px 56px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{padding:12px 56px 10px 22px}.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;width:100%;height:40px;box-sizing:border-box}[dir=ltr] .sendbird-openchannel-settings .sendbird-participants-accordion__member{padding:12px 0 12px 56px;text-align:left}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member{padding:12px 56px 12px 0;text-align:right}.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.self-operator,.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}[dir=ltr] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.self-operator,[dir=ltr] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.operator,[dir=ltr] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id{right:16px}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.self-operator,[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.operator,[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id{left: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;top:10px;cursor:pointer}[dir=ltr] .sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar{left:16px}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar{right:16px}.sendbird-openchannel-settings .sendbird-participants-accordion__member__action{position:absolute;display:none;top:4px;cursor:pointer}[dir=ltr] .sendbird-openchannel-settings .sendbird-participants-accordion__member__action{right:8px}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member__action{left:8px}.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer,.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer,.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer,.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer{padding-top:16px;display:flex}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer,[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer,[dir=ltr] .sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer,[dir=ltr] .sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer{justify-content:left;padding-left:12px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer,[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer,[dir=rtl] .sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer,[dir=rtl] .sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer{justify-content:right;padding-right:12px}[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer .sendbird-button:nth-child(2),[dir=ltr] .sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer .sendbird-button:nth-child(2),[dir=ltr] .sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer .sendbird-button:nth-child(2),[dir=ltr] .sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer .sendbird-button:nth-child(2){margin-left:8px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer .sendbird-button:nth-child(2),[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer .sendbird-button:nth-child(2),[dir=rtl] .sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer .sendbird-button:nth-child(2),[dir=rtl] .sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer .sendbird-button:nth-child(2){margin-right:8px}.sendbird-participants-accordion__member-avatar__avatar{position:absolute}.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}[dir=ltr] .sendbird-openchannel-profile .sendbird-openchannel-profile__edit{right:16px}[dir=rtl] .sendbird-openchannel-profile .sendbird-openchannel-profile__edit{left:16px}.sendbird-theme--light .sendbird-accordion.sendbird-accordion--closed,.sendbird-theme--dark .sendbird-accordion.sendbird-accordion--closed{border-bottom:0px}.sendbird-accordion{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;height:40px;box-sizing:border-box}[dir=ltr] .sendbird-accordion .sendbird-accordion__member{padding:12px 0 12px 44px}[dir=rtl] .sendbird-accordion .sendbird-accordion__member{padding:12px 44px 12px 0}.sendbird-accordion .sendbird-accordion__footer{display:flex;justify-content:flex-start;margin-top:8px}.sendbird-accordion__list{padding-top:8px;padding-bottom:16px}.sendbird-accordion__panel-header{cursor:pointer;position:relative}[dir=ltr] .sendbird-accordion__panel-header{padding:12px 22px 10px 56px}[dir=rtl] .sendbird-accordion__panel-header{padding:12px 56px 10px 22px}.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}[dir=ltr] .sendbird-accordion__panel-icon-left{left:16px}[dir=rtl] .sendbird-accordion__panel-icon-left,[dir=ltr] .sendbird-accordion__panel-icon-right{right:16px}[dir=rtl] .sendbird-accordion__panel-icon-right{left:16px;transform:rotate(180deg)}[dir=ltr] .sendbird-accordion__panel-icon--open{transform:rotate(90deg)}[dir=rtl] .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-container{width:100%;height:100%;display:flex;min-width:0}.sendbird-left{flex:0 0 320px;min-width:260px;max-width:420px;border-right:1px solid var(--sb-color-onbackground-04, #e5e7eb);overflow-y:auto;overflow-x:hidden}.sendbird-right{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;overflow:hidden}.error-page{padding-top:12px;padding-left:12px}.sb-new-message-box{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;padding:20px;box-sizing:border-box;border-bottom:1px solid var(--sendbird-light-onlight-04, #e0e0e0)}.sb-new-message-heading{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:#0d4da5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-new-message-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;cursor:pointer}.sb-new-message-svg{width:22px;height:22px;color:#0d4da5}.sb-new-message-dropdown{position:absolute;top:100%;left:12px;right:12px;margin-top:0;border:1px solid var(--sendbird-light-onlight-04, #e0e0e0);border-radius:8px;background:var(--sendbird-light-background-50, #fff);box-shadow:0 8px 24px #0000001f;z-index:20}.sb-recipient-search-input{width:100%;box-sizing:border-box;border:none;border-bottom:1px solid var(--sendbird-light-onlight-04, #e0e0e0);outline:none;padding:10px 12px;font-size:14px}.sb-recipient-search-container{max-height:280px;overflow-y:auto}.sb-recipient-search-btn{display:flex;width:100%;text-align:left;align-items:center;gap:14px;padding:8px 16px;border:none;background:transparent;cursor:pointer}.sb-recipient-search-btn:hover{background:#f3f7fb}.sb-recipient-search-avatar{flex:0 0 40px;width:40px;height:40px;border-radius:50%;overflow:hidden;border:1px solid var(--sendbird-light-onlight-04, #e0e0e0);background:var(--sendbird-light-background-100, #f2f2f2);display:flex;align-items:center;justify-content:center}.sb-recipient-search-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.sb-recipient-search-avatar svg{width:28px;height:28px}.sb-recipient-search-load{padding:8px 16px;font-size:14px}.sb-recipient-search-text{padding:0;min-width:0;display:flex;flex-direction:column;gap:6px}.sb-recipient-search-name{font-size:14px;font-weight:600;line-height:1.25;color:#0d4da5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-recipient-search-tagline{font-size:11px;line-height:1.25;color:var(--sb-color-onbackground-03, #6b7280);white-space:normal;max-height:2.5em;overflow:hidden;text-overflow:ellipsis}.sendbird-channel-preview{cursor:pointer;display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;min-height:64px}.sendbird-channel-preview__avatar{flex:0 0 auto}.sendbird-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:var(--sendbird-light-background-100, #f2f2f2);border:1px solid var(--sendbird-light-onlight-04, #e0e0e0)}.sendbird-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.sendbird-avatar svg{width:40px;height:40px}.sendbird-avatar--default{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sendbird-channel-preview__content{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.sendbird-channel-preview__content__upper{display:flex;align-items:center;gap:8px;min-width:0}.sendbird-channel-preview__content__upper__header{display:flex;align-items:center;min-width:0;flex:1 1 auto}.sendbird-channel-preview__content__upper__header__left{min-width:0;flex:1 1 auto}.sendbird-channel-preview__content,.sendbird-channel-preview__content__lower{min-width:0}.sendbird-channel-preview__content__upper__header__left__title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px;font-weight:600;color:#000;line-height:1.2}.sendbird-channel-preview__content__upper__header__left__title.active{color:#0d4da5}.sendbird-channel-preview__content__upper__header__right{margin-left:auto;flex:0 0 auto}.sendbird-channel-preview__content__upper__header__right__created-at{font-size:12px;line-height:1.2;color:var(--sb-color-onbackground-03, #6b7280);white-space:nowrap}.sendbird-channel-preview__content__upper__unread-count{flex:0 0 auto}.sendbird-channel-preview__content__lower{min-width:0;margin-top:4px}.sendbird-channel-preview__content__lower__message{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--sb-color-onbackground-03, #6b7280)}.sendbird-channel-preview__action{margin-left:8px;flex:0 0 auto}.channel-header{position:relative;display:flex;align-items:center;height:60px;padding:8px 16px;border-bottom:1px solid var(--sendbird-light-onlight-04, #e0e0e0)}.header-link{text-decoration:none;flex-direction:row;display:flex;align-items:center;gap:16px}.header-avatar{flex:0 0 40px;width:40px;height:40px;border-radius:50%;overflow:hidden;border:1px solid var(--sendbird-light-onlight-04, #e0e0e0);background:var(--sendbird-light-background-100, #f2f2f2);display:flex;align-items:center;justify-content:center}.header-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.header-avatar svg{width:28px;height:28px}.header-name{padding:0;margin:0;font-size:16px;font-weight:600;line-height:1.2;color:#0d4da5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty-pane{display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;width:100%;height:100%;background-color:#fff;font-size:20px;color:#6b7280;font-weight:700}@media (max-width: 768px){.sendbird-container .topbar-btn-fixed{position:fixed;top:12px;left:16px;height:auto;width:auto;z-index:51;display:flex;flex-direction:row;align-items:center;font-size:14px}.sendbird-container .topbar-btn-fixed .topbar-icon{height:18px;width:18px;margin-right:var(--standard-label-gap-100)}.sendbird-container{flex-direction:column;height:calc(100vh - var(--sidebar-mobile-h-top) - var(--sidebar-mobile-h-bot))}.sendbird-left{flex:0 0 auto;width:100%;height:100%;min-width:none;max-width:none;border-right:0}.sendbird-left .sendbird-channel-list,.sendbird-left .sendbird-channel-list .sendbird-channel-preview,.sendbird-left .sendbird-channel-list .sendbird-channel-preview__content__upper,.sendbird-left .sendbird-channel-list .sendbird-channel-preview__content__lower{width:100%!important;max-width:none!important;min-width:0!important}.sendbird-right{flex:1 1 auto;min-width:auto;max-width:none;width:100%;height:100%}.sendbird-container.mobile-show-list .sendbird-right,.sendbird-container.mobile-show-chat .sendbird-left{display:none}.sendbird-container.mobile-show-chat .sendbird-right{display:flex;flex:1 1 auto}.sendbird-conversation__footer{padding-bottom:6px}}.profile-container{padding:48px 168px;background-color:var(--off-white-vlight-grey);display:flex;flex-direction:column;min-height:100vh-64px}.profile-container.busy-overlay{position:relative}.profile-container.busy-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:500}.abt-subcontainer-card{padding:var(--standard-padding-700);border:1px solid var(--text-grey-100);border-radius:var(--border-radius-200);background-color:var(--white);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--standard-item-gap-500);margin-bottom:var(--standard-item-gap-600)}.abt-subcontainer-card.owner:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border:1px solid var(--primary-blue-300);cursor:pointer}.abt-subcontainer-header{display:flex;flex-direction:row;gap:var(--standard-item-gap-400);align-items:center}.abt-profile-circle{width:160px;height:160px;border:2px solid var(--text-grey-300);border-radius:50%;background-color:var(--off-white-light-grey);overflow:hidden;display:flex;flex-shrink:0;align-items:center;justify-content:center}.abt-profile-circle.clickable:hover{margin-bottom:var(--standard-label-gap-300)}.abt-profile-circle.clickable:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border:2px solid var(--primary-blue-300);cursor:pointer}img.abt-profile-picture{width:100%;height:100%;object-fit:cover;display:block}.abt-profile-avatar{width:140px;height:140px;fill:var(--text-grey-500)}.abt-profile-name{font-size:24px;font-weight:600;color:var(--text-black);margin:0 0 var(--standard-label-gap-300) 0}.abt-profile-tagline{font-size:16px;font-weight:550;color:var(--primary-blue-400);margin:0 0 var(--standard-item-gap-300) 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.abt-profile-location{font-size:13px;color:var(--text-grey-500);margin:0 0 var(--standard-label-gap-500) 0}.abt-profile-description{font-size:14px;color:var(--text-black);line-height:1.5;margin:0 0 var(--standard-label-gap-500) 0}.abt-subcontainer-content{display:flex;flex-direction:column;gap:var(--standard-item-gap-100)}.abt-content-tags{display:flex;flex-wrap:wrap;gap:var(--standard-label-gap-400);margin:0 0 var(--standard-label-gap-400) 0}.abt-content-tag-label{display:flex;flex-direction:column;align-self:center;width:80px;font-weight:550}.abt-content-tag{padding:var(--standard-padding-200);border:1.5px solid var(--primary-blue-300);border-radius:var(--border-radius-200);background-color:var(--primary-blue-100);color:var(--primary-blue-300);font-size:14px}.abt-content-tag.interests{border:1.5px solid var(--standard-purple-300);background-color:var(--standard-purple-100);color:var(--standard-purple-300)}.abt-content-contacts{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:var(--standard-label-gap-500)}.abt-content-contact{padding:var(--standard-padding-310);border-radius:var(--border-radius-100);background-color:var(--primary-blue-300);color:var(--white);font-size:14px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:var(--standard-label-gap-200);height:48px;width:120px;line-height:1;text-decoration:none;cursor:pointer;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.abt-content-contact.parse{width:130px}.abt-content-contact.connect,.abt-content-contact.message,.abt-content-contact.parse{background-color:var(--primary-blue-400)}.abt-content-contact.accept{background-color:var(--standard-green-300)}.abt-content-contact.decline,.abt-content-contact.cancel{background-color:var(--text-red-350)}.abt-content-contact.linkedin svg{width:16px;height:16px}.abt-content-contact.website{position:relative}.abt-website-dropdown{position:absolute;top:calc(100% + 0px);left:0;background:#fff;border:1px solid var(--primary-blue-300);list-style:none;padding:.25em 0;margin:0;box-shadow:0 2px 6px #00000026;z-index:3;display:none}.abt-content-contact.website:hover .abt-website-dropdown{display:block}.abt-website-dropdown li{padding:.5em 1em;cursor:pointer}.abt-website-dropdown li:hover{background:var(--off-white-grey)}.exp-subcontainer{padding:var(--standard-padding-700);padding-bottom:48px;border:1px solid var(--text-grey-100);border-radius:var(--border-radius-200);background-color:var(--white);box-shadow:var(--shadow-sm);margin-bottom:var(--standard-item-gap-500)}.exp-subcontainer-header{margin:0 0 var(--standard-item-gap-400) 0;display:flex;justify-content:space-between}.exp-subcontainer-heading{font-size:22px;font-weight:600;color:var(--primary-blue-400);margin:0;padding:0}.add-entry-btn{display:inline-block;padding:var(--standard-padding-050);color:var(--primary-blue-300);border:none;background:none;cursor:pointer;align-items:center;justify-items:center}.exp-subcontainer-content{display:flex;flex-direction:column;gap:var(--standard-item-gap-400)}.exp-entry-card{background-color:var(--off-white-vvlight-grey);border:1px solid var(--text-grey-100);border-radius:var(--border-radius-200);padding:var(--standard-padding-500);box-shadow:var(--shadow-sm);display:flex;gap:var(--standard-item-gap-300)}.exp-entry-card.owner:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border:1px solid var(--primary-blue-300);cursor:pointer}.exp-entry-logo{width:56px;height:56px;background-color:var(--white);border-radius:var(--border-radius-200);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:22px;flex-shrink:0}.exp-entry-logo.letter{background-color:var(--primary-blue-400);color:var(--white)}.exp-entry-header{margin:0 0 var(--standard-label-gap-300) 0}.exp-entry-heading{font-size:18px;font-weight:550;color:var(--text-black)}.exp-entry-subheader-1{margin:0 0 var(--standard-label-gap-300) 0}.exp-entry-subheading{font-size:16px;font-weight:550;color:var(--primary-blue-400)}.exp-entry-subheader-2{margin:0 0 var(--standard-label-gap-500) 0}.exp-entry-dates{font-size:13px;color:var(--text-grey-500)}.exp-entry-desc-main{font-size:14px;margin-bottom:var(--standard-label-gap-300)}.exp-entry-desc-lines{margin:0;margin-left:var(--standard-label-gap-300);padding-left:var(--standard-label-gap-300)}.exp-entry-desc-lines li{list-style:inside;list-style-position:outside;font-size:13px;color:var(--text-black);line-height:1.25;margin-bottom:var(--standard-label-gap-200)}.modal-content .form-label.clickable{cursor:pointer;display:flex;justify-content:flex-start;align-items:center;gap:var(--standard-label-gap-100)}.modal-content .form-label.linkedin{display:flex;justify-content:flex-start;align-items:center;gap:var(--standard-label-gap-200);align-self:flex-start}.modal-content .form-label.linkedin svg{color:#0072b1;cursor:pointer}.modal-content .modal-footer .modal-setting-btn,.modal-content .modal-footer .save-btn,.modal-content .modal-footer .cancel-btn,.modal-content .modal-footer .delete-btn{display:inline-flex;align-items:center;justify-content:center;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px;font-weight:550;cursor:pointer}.modal-content .modal-footer .modal-setting-btn{margin-right:auto}.modal-content .bullet-row-btn{padding:var(--standard-padding-300);width:100%;align-self:stretch;text-align:center;color:var(--text-black);background-color:var(--white);cursor:pointer;border-radius:var(--border-radius-200);border:1.5px solid var(--text-grey-300)}.modal-content .bullet-row-btn:hover{background-color:var(--off-white-grey)}.grd-subcontainer{padding:var(--standard-padding-700);padding-bottom:48px;border:1px solid var(--text-grey-100);border-radius:var(--border-radius-200);background-color:var(--white);box-shadow:var(--shadow-sm);margin-bottom:var(--standard-item-gap-500)}.grd-subcontainer-header{margin:0 0 var(--standard-item-gap-400) 0;display:flex;justify-content:space-between;align-items:center}.grd-subcontainer-heading{font-size:22px;font-weight:600;color:var(--primary-blue-400);margin:0;padding:0}.grd-subcontainer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--standard-item-gap-400)}.grd-entry-card{background-color:var(--off-white-vvlight-grey);border:1px solid var(--text-grey-100);border-radius:var(--border-radius-200);padding:var(--standard-padding-500);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--standard-item-gap-300)}.grd-entry-card.owner:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border:1px solid var(--primary-blue-300);cursor:pointer}.grd-entry-logo{width:56px;height:56px;background-color:var(--white);border-radius:var(--border-radius-200);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:22px;flex-shrink:0}.grd-entry-logo.letter{background-color:var(--primary-blue-400);color:var(--white)}.grd-entry-header{margin:0 0 var(--standard-label-gap-300) 0;display:flex;flex-direction:row;gap:var(--standard-item-gap-300);align-items:center}.grd-entry-heading{font-size:16px;font-weight:550;color:var(--text-black)}.grd-entry-subheading{font-size:14px;font-weight:550;color:var(--primary-blue-300);margin:0 0 var(--standard-label-gap-100) 0}.grd-entry-badges{margin-left:auto;display:flex;flex-direction:column;gap:var(--standard-label-gap-200);align-self:flex-start}.grd-entry-badge{padding:var(--standard-padding-150);border:1.5px solid var(--primary-blue-300);border-radius:var(--border-radius-200);background-color:var(--off-white-blue);color:var(--primary-blue-300);font-size:12px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.grd-entry-description{font-size:13px;color:var(--text-black);line-height:1.4;margin-bottom:var(--standard-label-gap-300);margin-top:0}.grd-entry-content{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--standard-label-gap-300)}.grd-entry-body{display:flex;flex-direction:column;gap:var(--standard-label-gap-300)}.grd-entry-tag{padding:var(--standard-padding-200);border:1.5px solid var(--primary-blue-300);border-radius:var(--border-radius-200);background-color:var(--off-white-blue);color:var(--primary-blue-300);font-size:14px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.grd-entry-tag.skill-beginner{background-color:var(--off-white-blue);border-color:var(--primary-blue-300);color:var(--primary-blue-300)}.grd-entry-tag.skill-intermediate{background-color:var(--primary-blue-100);border-color:var(--primary-blue-400);color:var(--primary-blue-400)}.grd-entry-tag.skill-advanced{background-color:var(--primary-blue-300);border-color:var(--primary-blue-300);color:var(--white)}.grd-entry-tag.skill-expert{background-color:var(--primary-blue-400);border-color:var(--primary-blue-400);color:var(--white)}.grd-entry-tag.lang-beginner-cefr-a1-{background-color:var(--off-white-vlight-grey);border-color:var(--text-grey-500);color:var(--text-grey-500)}.grd-entry-tag.lang-elementary-proficiency-cefr-a2-{background-color:var(--off-white-grey);border-color:var(--text-grey-500);color:var(--text-grey-500)}.grd-entry-tag.lang-elementary-plus-proficiency-cefr-b1-{background-color:var(--off-white-blue);border-color:var(--primary-blue-300);color:var(--primary-blue-300)}.grd-entry-tag.lang-limited-working-proficiency-cefr-b2-{background-color:var(--primary-blue-100);border-color:var(--primary-blue-300);color:var(--primary-blue-400)}.grd-entry-tag.lang-professional-working-proficiency-cefr-c1-{background-color:var(--primary-blue-300);border-color:var(--primary-blue-300);color:var(--white)}.grd-entry-tag.lang-full-professional-proficiency-cefr-c2-{background-color:var(--primary-blue-400);border-color:var(--primary-blue-400);color:var(--white)}.grd-entry-tag.lang-native-proficiency-cefr-c2-{background-color:var(--primary-blue-500);border-color:var(--primary-blue-500);color:var(--white)}.grd-entry-badge.interest.interest-new-or-curious{background:var(--off-white-purple);border-color:var(--standard-purple-300);color:var(--standard-purple-300)}.grd-entry-badge.interest.interest-casual{background:var(--standard-purple-100);border-color:var(--standard-purple-400);color:var(--standard-purple-400)}.grd-entry-badge.interest.interest-regular{background:var(--standard-purple-300);border-color:var(--standard-purple-300);color:var(--white)}.grd-entry-badge.interest.interest-enthusiast{background:var(--standard-purple-400);border-color:var(--standard-purple-400);color:var(--white)}.grd-entry-badge.skill.skill-beginner{background-color:var(--off-white-blue);border-color:var(--primary-blue-300);color:var(--primary-blue-300)}.grd-entry-badge.skill.skill-intermediate{background-color:var(--primary-blue-100);border-color:var(--primary-blue-400);color:var(--primary-blue-400)}.grd-entry-badge.skill.skill-advanced{background-color:var(--primary-blue-300);border-color:var(--primary-blue-300);color:var(--white)}.grd-entry-badge.skill.skill-expert{background-color:var(--primary-blue-400);border-color:var(--primary-blue-400);color:var(--white)}.profile-content .status-bar{background:#fff;padding:16px 40px;display:flex;gap:24px;font-size:16px;color:#555;border-bottom:1px solid #e0e0e0;overflow-x:auto;overflow:visible;flex-direction:row;height:64px;position:sticky;flex-wrap:nowrap;top:0;z-index:5}.profile-content .status-bar button{padding:0;border-bottom:0px;position:relative;white-space:nowrap;align-self:center;display:inline-flex;align-items:center;gap:.25rem}.profile-content .status-bar .filter-button.active{color:var(--text-black);font-weight:400}.profile-content .status-bar .filter-button.inactive{color:var(--text-grey-400)}.profile-content .status-bar button:hover{color:var(--text-black)}.profile-content .status-bar .search-bar,.profile-content .status-bar .display-message-container{margin-left:auto;display:flex;align-items:center;flex:1;min-width:0;justify-content:flex-end;position:relative}.profile-content .status-bar .search-bar input{flex:1;min-width:150px;max-width:400px}.profile-content .status-bar button.search-btn{margin-left:12px}.profile-content .status-bar .dropdown-wrapper{position:relative;display:flex;align-items:center}.profile-content .status-bar .dropdown-menu{position:absolute;top:calc(100% + 0px);left:0;padding:0;background:var(--white);border:1px solid var(--text-grey-300);border-radius:var(--border-radius-200);box-shadow:0 2px 6px #00000026;z-index:10}.profile-content .status-bar .dropdown-menu .dropdown-item{padding:var(--standard-padding-350);cursor:pointer;border-radius:var(--border-radius-200)}.profile-content .status-bar .dropdown-menu .dropdown-item:hover{background:var(--off-white-blue)}.profile-content .status-bar .dropdown-menu .dropdown-item.selected{background:var(--primary-blue-100);font-weight:600;color:var(--primary-blue-300)}.profile-content .status-bar .switch-container{display:inline-flex;align-items:center;gap:.5rem}.profile-content .status-bar .switch-label.onstat{width:75px}.profile-content .status-bar .switch-label.onstat.online{color:var(--standard-green-300);font-weight:600}.profile-content .status-bar .switch-label.onstat.offline{color:var(--text-grey-400)}.profile-content .status-bar .switch-root{width:48px;height:25px;background-color:var(--text-grey-300);border-radius:9999px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.profile-content .status-bar .switch-root[data-state=checked]{background-color:var(--standard-green-300)}.profile-content .status-bar .switch-thumb{display:block;width:21px;height:21px;background-color:var(--white);border-radius:9999px;transition:transform .1s;transform:translate(2px);will-change:transform}.profile-content .status-bar .switch-thumb[data-state=checked]{transform:translate(25px)}.profile-content .profile-search-container{max-height:280px;max-width:400px;overflow-y:auto;position:absolute;top:100%;right:65.1px;margin-top:4px;border:1px solid var(--sendbird-light-onlight-04, #e0e0e0);border-radius:8px;background:var(--sendbird-light-background-50, #fff);box-shadow:0 8px 24px #0000001f;z-index:20}.profile-content .profile-search-btn{display:flex;width:100%;text-align:left;align-items:center;gap:14px!important;padding:8px 16px!important;border:none;background:transparent;cursor:pointer}.profile-content .profile-search-btn:hover{background:#f3f7fb}.profile-content .profile-search-avatar{flex:0 0 40px;width:40px;height:40px;border-radius:50%;overflow:hidden;border:1px solid var(--sendbird-light-onlight-04, #e0e0e0);background:var(--sendbird-light-background-100, #f2f2f2);display:flex;align-items:center;justify-content:center}.profile-content .profile-search-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-content .profile-search-avatar svg{width:28px;height:28px}.profile-content .profile-search-load{padding:8px 16px;font-size:14px}.profile-content .profile-search-text{padding:0;min-width:0;display:flex;flex-direction:column;gap:6px}.profile-content .profile-search-name{font-size:14px;font-weight:600;line-height:1.25;color:#0d4da5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-content .profile-search-tagline{font-size:11px;line-height:1.25;color:var(--sb-color-onbackground-03, #6b7280);white-space:normal;max-height:2.5em;overflow:hidden;text-overflow:ellipsis}.form-row.error-message{color:var(--text-red-350);font-size:13px}.profile-content .status-bar .draft-actions{display:flex;justify-content:flex-end;gap:var(--standard-item-gap-300);padding:var(--standard-padding-375);flex:0 0 auto;margin-left:auto;align-items:center}.profile-content .status-bar .draft-actions .save-btn,.profile-content .status-bar .draft-actions .cancel-btn,.profile-content .status-bar .draft-actions .delete-btn{display:inline-flex;align-items:center;justify-content:center;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px;font-weight:550;cursor:pointer}.grd-legend{margin-top:16px;font-size:14px}.grd-legend-text{font-size:14px;font-weight:600;margin-bottom:8px;color:var(--text-grey-500)}.grd-entry-legend{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--standard-label-gap-300)}.legend-tag{padding:4px 8px;border-radius:var(--border-radius-100);font-size:12px;font-weight:500}@media (max-width: 768px){.profile-content .status-bar{padding:4px 16px;gap:var(--standard-item-gap-700);font-size:14px;height:48px}.profile-container{padding:16px;min-height:100vh-48px}.abt-subcontainer-card{padding:var(--standard-padding-425);gap:var(--standard-item-gap-300);margin-bottom:var(--standard-item-gap-500)}.abt-subcontainer-header{flex-direction:column;gap:var(--standard-item-gap-300)}.exp-subcontainer,.grd-subcontainer{padding:var(--standard-padding-425);padding-bottom:36px;margin-bottom:var(--standard-item-gap-400)}.abt-profile-circle{width:140px;height:140px}.abt-profile-avatar{width:110px;height:110px;fill:var(--text-grey-500)}.abt-profile-name{font-size:20px;margin:0 0 var(--standard-label-gap-200) 0}.abt-profile-location{font-size:12px;margin:0 0 var(--standard-label-gap-400) 0}.abt-profile-tagline{font-size:14px;margin:0 0 var(--standard-item-gap-200) 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.abt-profile-description{font-size:13px;margin:0 0 var(--standard-label-gap-300) 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.abt-content-tag{padding:var(--standard-padding-150);font-size:13px}.abt-content-contact{padding:var(--standard-padding-150);font-size:13px;box-sizing:border-box;gap:var(--standard-label-gap-200);height:36px;width:110px}.exp-subcontainer-header{margin:0 0 var(--standard-item-gap-200) 0;align-items:center}.exp-subcontainer-heading{font-size:18px}.add-entry-btn svg{height:24px;width:24px}.exp-entry-card{padding:var(--standard-padding-425);gap:var(--standard-item-gap-200)}.exp-entry-logo{width:44px;height:44px;font-weight:600;font-size:18px}.exp-entry-logo svg{width:24px;height:24px}.exp-entry-header{margin:0 0 var(--standard-label-gap-300) 0}.exp-entry-heading{font-size:16px;font-weight:550;color:var(--text-black)}.exp-entry-subheader-1{margin:0 0 var(--standard-label-gap-200) 0}.exp-entry-subheading{font-size:14px;font-weight:550;color:var(--primary-blue-400)}.exp-entry-subheader-2{margin:0 0 var(--standard-label-gap-400) 0}.exp-entry-dates{font-size:12px;color:var(--text-grey-500)}.exp-entry-desc-main{font-size:13px;margin-bottom:var(--standard-label-gap-300)}.exp-entry-desc-lines{padding-left:var(--standard-label-gap-300)}.exp-entry-desc-lines li{font-size:12px;line-height:1.25;margin-bottom:var(--standard-label-gap-300)}.grd-subcontainer-header{margin:0 0 var(--standard-item-gap-200) 0;align-items:center;gap:var(--standard-item-gap-200)}.grd-subcontainer-heading{font-size:18px}.grd-subcontainer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--standard-item-gap-300)}.grd-entry-card{padding:var(--standard-padding-425);gap:var(--standard-item-gap-100)}.grd-entry-logo{width:44px;height:44px;font-size:18px}.grd-entry-logo svg{width:24px;height:24px}.grd-entry-badge{padding:var(--standard-padding-100);font-size:11px}.grd-entry-tag{padding:var(--standard-padding-100);font-size:12px}.modal-content .form-row{flex-direction:column}.modal-content .input-with-privacy.double{gap:0px;flex-direction:column}}:root{--white: #FFFFFF;--black: #000000;--off-white-vvlight-grey: #FFFFFD;--off-white-vlight-grey: #FCFCF9;--off-white-light-grey: #F5F5F5;--off-white-grey: #F0F1F2;--off-white-cream: #F0EEE6;--off-white-blue: #F3F7FB;--off-white-purple: #F7F3FF;--text-black: #0F172A;--text-grey-500: #4D4D4D;--text-grey-400: #808080;--text-grey-300: #A0A0A0;--text-grey-200: #BFBFBF;--text-grey-100: #D9D9D9;--text-red-400: #C00000;--text-red-350: #CC0000;--text-red-300: #FF0000;--primary-blue-500: #0A0A36;--primary-blue-400: #002060;--primary-blue-300: #0D4DA5;--primary-blue-200: #528DE0;--primary-blue-150: #56B9EC;--primary-blue-100: #D0DEF1;--secondary-yellow-500: #957A00;--secondary-yellow-400: #E0B700;--secondary-yellow-300: #FFC100;--secondary-yellow-250: #FFCC00;--secondary-yellow-200: #FFD92B;--secondary-yellow-100: #FFF0AA;--standard-green-500: #12501A;--standard-green-400: #196B24;--standard-green-300: #009933;--standard-green-200: #92D050;--standard-green-100: #DAF2D0;--standard-purple-500: #24024A;--standard-purple-400: #370566;--standard-purple-300: #6D2994;--standard-purple-200: #B874E8;--standard-purple-100: #E9D9F9;--border-radius-500: 30px;--border-radius-400: 24px;--border-radius-300: 18px;--border-radius-200: 12px;--border-radius-100: 6px;--standard-padding-900: 48px 48px 48px 48px;--standard-padding-800: 40px 40px 40px 40px;--standard-padding-700: 32px 32px 32px 32px;--standard-padding-500: 24px 24px 24px 24px;--standard-padding-425: 20px 20px 20px 20px;--standard-padding-400: 20px 16px 20px 16px;--standard-padding-375: 16px 24px 16px 24px;--standard-padding-350: 14px 14px 14px 14px;--standard-padding-325: 12px 20px 12px 20px;--standard-padding-310: 12px 16px 12px 16px;--standard-padding-300: 12px 12px 12px 12px;--standard-padding-200: 8px 14px 8px 14px;--standard-padding-150: 6px 12px 6px 12px;--standard-padding-100: 6px 6px 6px 6px;--standard-padding-050: 3px 3px 3px 3px;--standard-label-gap-600: 18px;--standard-label-gap-500: 15px;--standard-label-gap-400: 12px;--standard-label-gap-300: 9px;--standard-label-gap-200: 6px;--standard-label-gap-100: 3px;--standard-item-gap-800: 54px;--standard-item-gap-700: 48px;--standard-item-gap-600: 42px;--standard-item-gap-500: 36px;--standard-item-gap-450: 32px;--standard-item-gap-400: 30px;--standard-item-gap-300: 24px;--standard-item-gap-200: 18px;--standard-item-gap-100: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .02);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .04)}.settings-container{padding:36px 200px;background-color:var(--off-white-vlight-grey);display:flex;flex-direction:column;min-height:100vh}.settings-container .form-header{font-size:28px;line-height:1.2;font-weight:800;color:var(--text-black);padding-top:0;margin-top:var(--standard-item-gap-500);margin-bottom:var(--standard-item-gap-400)}.settings-container .form-header.first{margin-top:0}.settings-container .form-row{display:flex;flex-wrap:nowrap;flex-direction:row;margin-bottom:var(--standard-item-gap-300);gap:var(--standard-item-gap-300);width:100%}.settings-container .form-field{display:flex;flex-direction:column;flex:1 1 0;min-width:0}.settings-container .form-label{font-size:16px;line-height:1.2;font-weight:700;margin-bottom:var(--standard-label-gap-300);color:var(--text-black)}.settings-container .form-sublabel{font-size:12px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-300);color:var(--text-grey-400)}.settings-container .form-text{font-size:16px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-300);color:var(--text-black)}.settings-container .form-input{font-size:16px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-300);color:var(--text-black);background:#fff;flex:0 0 auto;width:100%;align-self:stretch;padding:var(--standard-padding-300);border:1.5px solid var(--text-grey-300);border-radius:var(--border-radius-200)}.settings-container .form-input::placeholder{color:var(--text-grey-400)}.settings-container .form-input:focus{border:1.5px solid var(--primary-blue-300)}.settings-container .form-input:disabled{background:var(--off-white-grey);color:var(--text-grey-500)}.settings-container .form-postlabel{font-size:11px;line-height:1.2;font-weight:400;color:var(--text-grey-300)}.settings-container .form-postlabel.error{color:var(--text-red-300)}.settings-container .import-linkedin-btn{font-size:16px;line-height:1.2;font-weight:400;color:var(--white);background-color:#0072b1;flex:1;padding:var(--standard-padding-300);padding-top:16px;padding-bottom:16px;border:1.5px solid #0072B1;border-radius:var(--border-radius-200);margin-bottom:var(--standard-label-gap-400);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--standard-label-gap-200)}.settings-container .import-linkedin-btn svg{height:20px;width:20px;flex:0 0 20px}.settings-container .form-btn-row{flex:0 0 auto;display:flex;flex-direction:row;gap:var(--standard-item-gap-300);width:100%;align-self:stretch;margin-bottom:var(--standard-label-gap-400)}.settings-container .settings-select-btn,.settings-container .settings-btn{font-size:16px;line-height:1.2;font-weight:400;color:var(--white);background:var(--primary-blue-400);flex:1;padding:var(--standard-padding-300);border:1.5px solid var(--primary-blue-400);border-radius:var(--border-radius-300);margin-bottom:var(--standard-label-gap-300)}.settings-container .settings-btn:hover{background:var(--primary-blue-300)}.settings-container .settings-btn.left{margin-right:auto}.settings-container .settings-btn.right{margin-left:auto}.settings-container .settings-select-btn{background:var(--white);color:var(--text-black);border:1.5px solid var(--text-grey-300);border-radius:var(--border-radius-200);display:flex;align-items:center;justify-content:center;text-align:left}.settings-container .settings-select-btn:hover{background:var(--off-white-blue)}.settings-container .settings-select-btn.active{background:var(--white);color:var(--standard-green-300);border:1.5px solid var(--text-grey-300);font-weight:550px}.settings-container .settings-select-btn.active:hover{background:var(--off-white-grey)}.settings-container .settings-select-btn svg{margin-right:var(--standard-label-gap-200)}.settings-container .form-tag-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--standard-label-gap-300)}.settings-container .form-tag-suggestion{padding:var(--standard-padding-200);border:1.5px solid var(--text-grey-200);border-radius:var(--border-radius-200);background-color:var(--white);color:var(--text-black);cursor:pointer;font-size:14px;transition:background-color .2s,color .2s,border-color .2s}.settings-container .form-tag-suggestion:hover{background-color:var(--off-white-grey)}.settings-container .form-tag-suggestion.is-selected{background-color:var(--primary-blue-400);border-color:var(--primary-blue-400);color:var(--white)}.settings-container textarea.form-input{resize:none;overflow-y:auto;font-size:16px}.settings-container .input-with-privacy{position:relative;display:flex;align-items:center;width:100%}.settings-container .input-with-privacy.double{gap:var(--standard-label-gap-400)}.settings-container .input-with-privacy input,.settings-container .input-with-privacy select{flex:0 1 100%;width:100%;padding-right:2.5em}.settings-container .input-with-privacy.double input,.settings-container .input-with-privacy.double select,.settings-container .input-with-privacy.double button{flex:1 1 0}.settings-container .input-with-privacy.outside input,.settings-container .input-with-privacy.outside select{padding:var(--standard-padding-300)}.settings-container .input-with-privacy .privacy-btn{background:none;border:none;font-size:1rem;cursor:pointer;margin-left:-2em;margin-right:1em;z-index:1;margin-bottom:var(--standard-label-gap-300)}.settings-container .input-with-privacy .privacy-btn.nondesc{margin-right:0}.settings-container .input-with-privacy .privacy-btn.nondesc2{margin-right:.5em}.settings-container .input-with-privacy.double .privacy-btn{margin-left:-3.5em;margin-right:1.5em}.settings-container .input-with-privacy.outside .edit-field-btn,.settings-container .input-with-privacy.outside .privacy-btn{background:none;border:none;font-size:1rem;width:22px;height:22px;cursor:pointer;margin-left:var(--standard-item-gap-300);z-index:1;margin-bottom:var(--standard-label-gap-300)}.settings-container .input-with-privacy.outside .edit-field-btn{color:var(--text-grey-400);cursor:pointer;flex-shrink:0}.settings-container .input-with-privacy.outside .edit-field-btn:hover{color:var(--text-grey-500)}.settings-container .policy-text{font-size:10px;color:var(--text-grey-400);text-align:center;line-height:1.4;padding-top:var(--standard-item-gap-300);margin-top:auto}.settings-container .policy-text a{color:var(--text-grey-400);text-decoration:underline;cursor:pointer}.settings-container .switch-container{display:inline-flex;align-items:center;gap:var(--standard-label-gap-500)}.settings-container .switch-label.off{color:var(--text-grey-400)}.settings-container .switch-root{width:48px;height:25px;background-color:var(--text-grey-300);border-radius:9999px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.settings-container .switch-root[data-state=checked]{background-color:var(--standard-green-300)}.settings-container .switch-thumb{display:block;width:21px;height:21px;background-color:var(--white);border-radius:9999px;transition:transform .1s;transform:translate(2px);will-change:transform}.settings-container .switch-thumb[data-state=checked]{transform:translate(25px)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100}.modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.modal-content{position:relative;background:var(--white);border-radius:var(--border-radius-200);padding:0;width:80%;max-width:900px;max-height:80vh;box-sizing:border-box;z-index:101;display:flex;flex-direction:column;overflow:hidden}.modal-content .modal-header{background:var(--primary-blue-400);border-radius:var(--border-radius-200) var(--border-radius-200) 0 0;padding:var(--standard-padding-375);display:flex;justify-content:space-between;flex:0 0 auto}.modal-content .modal-heading{font-size:18px;font-weight:600;color:var(--white);margin:0;padding:0}.modal-content .modal-close-btn{display:inline-flex;align-items:center;justify-content:center;color:var(--white);background:none;cursor:pointer}.modal-content .modal-body{margin-top:var(--standard-label-gap-300);padding:var(--standard-padding-375);display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto;min-height:0}.modal-content .form-row{display:flex;flex-wrap:nowrap;flex-direction:row;margin-bottom:var(--standard-item-gap-200);gap:var(--standard-item-gap-200);width:100%;position:relative}.modal-content .form-field{display:flex;flex-direction:column;flex:1 1 0;min-width:0}.modal-content .form-label{font-size:16px;line-height:1.2;font-weight:700;margin-bottom:var(--standard-label-gap-200);color:var(--text-black)}.modal-content .form-label.clickable{cursor:pointer}.modal-content .form-sublabel{font-size:13px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-200);color:var(--text-grey-400)}.modal-content .form-input{font-size:16px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-300);color:var(--text-black);flex:0 0 auto;width:100%;align-self:stretch;padding:var(--standard-padding-300);border:1.5px solid var(--text-grey-300);border-radius:var(--border-radius-200)}.modal-content .form-input::placeholder{color:var(--text-grey-400)}.modal-content .form-input:focus{border:1.5px solid var(--primary-blue-300)}.modal-content .form-postlabel{font-size:11px;line-height:1.2;font-weight:400;color:var(--text-grey-300)}.modal-content .form-postlabel.error{color:var(--text-red-300)}.modal-content .form-label.required-input:after,.modal-content form-date label.required-input:after{content:" *";color:var(--text-red-300);margin-left:2px}.modal-content .form-input input:required:focus,.modal-content .form-input select:required:focus{outline:1.5px solid var(--text-red-350)}.modal-content .input-with-privacy{position:relative;display:flex;align-items:center;width:100%}.modal-content .input-with-privacy.double{gap:var(--standard-label-gap-400)}.modal-content .input-with-privacy input,.modal-content .input-with-privacy select{flex:0 1 100%;width:100%;padding-right:2.5em}.modal-content .input-with-privacy.double input,.modal-content .input-with-privacy.double select{flex:1 1 0}.modal-content .input-with-privacy .privacy-btn{background:none;border:none;font-size:1rem;cursor:pointer;margin-left:-2em;margin-right:1em;z-index:1;margin-bottom:var(--standard-label-gap-300)}.modal-content .input-with-privacy .privacy-btn.nondesc{margin-right:0}.modal-content .input-with-privacy .privacy-btn.nondesc2{margin-right:.5em}.modal-content .input-with-privacy.double .privacy-btn{margin-left:-3.5em;margin-right:1.5em}.modal-content .privacy-btn.label-adjusted{margin-top:25.19px;margin-bottom:var(--standard-label-gap-300)}.modal-content .privacy-btn.sublabel-adjusted{margin-top:46.79px;margin-bottom:var(--standard-label-gap-300)}.modal-content .privacy-dropdown{position:absolute;top:calc(100% - 6px);right:0;background:#fff;border:1px solid var(--text-grey-200);list-style:none;padding:0;margin:0;box-shadow:0 2px 6px #00000026;z-index:5}.modal-content .privacy-dropdown li{padding:.5em 1em;cursor:pointer}.modal-content .privacy-dropdown li:hover{background:var(--off-white-grey)}.modal-content .form-label.description{margin-bottom:var(--standard-label-gap-500)}.modal-content .bullet-row{display:flex;flex-direction:row;align-items:center;gap:var(--standard-label-gap-400)}.modal-content .bullet-row.buttons{display:flex;flex-direction:row;align-self:center;justify-self:center;gap:var(--standard-label-gap-600);margin-top:var(--standard-label-gap-200)}.modal-content .bullet-row input{flex:1;min-width:0}.modal-content .bullet-btn{background:none;border:none;cursor:pointer;padding:0;color:var(--text-grey-500);margin-bottom:var(--standard-label-gap-300)}.modal-content .modal-footer{display:flex;justify-content:flex-end;gap:var(--standard-item-gap-300);padding:var(--standard-padding-375);flex:0 0 auto}.modal-content .modal-footer .save-btn,.modal-content .modal-footer .cancel-btn,.modal-content .modal-footer .delete-btn{display:inline-flex;align-items:center;justify-content:center;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px;font-weight:550;cursor:pointer}.modal-content .form-field.image{align-items:center;justify-content:center}.modal-content textarea.form-input{resize:none;line-height:1.3}.modal-content .bullet-row-btn{padding:var(--standard-padding-300);width:100%;align-self:stretch;text-align:center;color:var(--text-black);background-color:var(--off-white-blue);cursor:pointer;border-radius:var(--border-radius-200);border:1.5px solid var(--primary-blue-100)}.modal-content .bullet-row-btn:hover{background-color:var(--primary-blue-100)}.modal-content .bullet-stack{display:flex;flex-direction:column;margin-bottom:var(--standard-item-gap-400);border-bottom:0px solid var(--text-black)}.modal-content .form-tag-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--standard-label-gap-500)}.modal-content .form-tag-suggestion{padding:var(--standard-padding-200);border:1.5px solid var(--text-grey-200);border-radius:var(--border-radius-200);background-color:var(--white);color:var(--text-black);cursor:pointer;font-size:14px;transition:background-color .2s,color .2s,border-color .2s}.modal-content .form-tag-suggestion:hover{background-color:var(--off-white-grey)}.modal-content .form-tag-suggestion.is-selected{background-color:var(--primary-blue-400);border-color:var(--primary-blue-400);color:var(--white)}.settings-container .modal-content .modal-body h2{line-height:1.25;font-size:18px}.settings-container .modal-content .modal-body h2.h2-start{margin-top:0}.settings-container .modal-content .modal-body h3{line-height:1.25;font-size:16px}.settings-container .modal-content .modal-body h4{line-height:1.25;font-size:14px}.settings-container .modal-content .modal-body p{line-height:1.25;font-size:14px;margin-top:0}.settings-container .modal-content .modal-body ul{margin-top:0;line-height:1.25;font-size:14px}.settings-container .modal-content .modal-body li{margin-bottom:var(--standard-label-gap-100);line-height:1.25;font-size:14px}@media (max-width: 768px){.settings-container{padding:16px}.modal-content .form-row{flex-direction:column}.modal-content .input-with-privacy.double{gap:0px;flex-direction:column}}:root{--sidebar-w: 250px;--sidebar-w-collapsed: 70px;--header-h: 80px;--footer-h: 144px;--sidebar-mobile-h-top: 48px;--sidebar-mobile-h-bot: 60px;--c-text: #5C5E64;--c-border: #D9D9D9;--c-panel: #FAFAFA;--c-hover-bg: #F2F4F7;--c-active-bg: #F3F7FB;--fs-nav: 14px;--avatar-size: 32px;--icon-size: 20px;--radius: 10px;--pad-24: 16px 16px 16px 16px;--gap-8: 24px;--gap-12: 12px}:root{--white: #FFFFFF;--black: #000000;--off-white-light-grey: #F5F5F5;--off-white-grey: #F0F1F2;--off-white-cream: #F0EEE6;--off-white-blue: #F3F7FB;--text-black: #0F172A;--text-grey-500: #4D4D4D;--text-grey-400: #808080;--text-grey-300: #A0A0A0;--text-grey-200: #BFBFBF;--text-grey-100: #D9D9D9;--text-red-400: #C00000;--text-red-350: #CC0000;--text-red-300: #FF0000;--primary-blue-500: #0A0A36;--primary-blue-400: #002060;--primary-blue-300: #0D4DA5;--primary-blue-200: #528DE0;--primary-blue-150: #56B9EC;--primary-blue-100: #D0DEF1;--secondary-yellow-500: #957A00;--secondary-yellow-400: #E0B700;--secondary-yellow-300: #FFC100;--secondary-yellow-250: #FFCC00;--secondary-yellow-200: #FFD92B;--secondary-yellow-100: #FFF0AA;--standard-green-500: #12501A;--standard-green-400: #196B24;--standard-green-300: #009933;--standard-green-200: #92D050;--standard-green-100: #DAF2D0;--border-radius-500: 30px;--border-radius-400: 24px;--border-radius-300: 18px;--border-radius-200: 12px;--border-radius-100: 6px;--standard-padding-400: 20px 16px 20px 16px;--standard-padding-350: 14px 14px 14px 14px;--standard-padding-325: 12px 20px 12px 20px;--standard-padding-300: 12px 12px 12px 12px;--standard-padding-200: 8px 14px 8px 14px;--standard-label-gap-600: 18px;--standard-label-gap-500: 15px;--standard-label-gap-400: 12px;--standard-label-gap-300: 9px;--standard-label-gap-200: 6px;--standard-label-gap-100: 3px;--standard-item-gap-800: 54px;--standard-item-gap-700: 48px;--standard-item-gap-600: 42px;--standard-item-gap-500: 36px;--standard-item-gap-400: 30px;--standard-item-gap-300: 24px;--standard-item-gap-200: 18px;--standard-item-gap-100: 12px}*,*:before,*:after{box-sizing:border-box}.sidebar{position:fixed;top:0;left:0;z-index:50;transition:width .2s ease;width:var(--sidebar-w);height:100vh;background:var(--primary-blue-400);border-right:1.25px solid var(--c-border);display:flex;flex-direction:column;color:var(--c-text)}.sidebar.threads{position:relative;padding-left:var(--sidebar-w-collapsed);width:calc(320px + var(--sidebar-w-collapsed));background:var(--white);z-index:10}.sidebar.collapsed{width:var(--sidebar-w-collapsed)}.sidebar.threads.collapsed{width:.1px;min-width:.1px;background:transparent;border:none}.sidebar-header{height:var(--header-h);padding:var(--pad-24);background:var(--primary-blue-400);border-bottom:0px solid var(--c-border);display:flex;align-items:center;justify-content:space-between}.sidebar-brand{background:none;border:0;padding:0;display:inline-flex;flex:1;align-items:left;gap:var(--gap-12);cursor:pointer}.sidebar-logo{display:block;height:auto;max-width:100%;align-self:center;padding:0 4px;transition:width .2s ease}.sidebar-logo.collapsed{display:block;height:auto;max-height:100%;max-width:100%;align-self:center;padding:0 4px}.sidebar-header-label{font-size:36px;color:#051d42}.sidebar-toggle{position:absolute;top:50%;right:-20px;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1.25px solid var(--c-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:var(--c-text)}.sidebar-toggle.threads{margin-left:auto;position:relative;top:auto;right:auto;transform:rotate(0);transition:transform .2s ease;z-index:10}.sidebar.collapsed .sidebar-toggle{right:-20px}.sidebar.threads.collapsed .sidebar-header.threads{background-color:transparent;border:none}.sidebar.threads.collapsed .sidebar-toggle.threads{position:absolute;top:10px;right:-60px;transform:rotate(0);transition:transform .2s ease}.sidebar-toggle:hover{background:var(--c-hover-bg)}.sidebar .sidebar-header.threads{color:#0d4da5;font-weight:600;font-size:18px;height:64px;padding:20px;background:#fff;border-bottom:1.25px solid var(--c-border)}.sidebar.collapsed .sidebar-header.threads{justify-content:flex-end}.sidebar.collapsed .sidebar-header.threads span{display:none}.sidebar-nav{padding:var(--pad-24);display:flex;flex-direction:column;gap:var(--gap-8);overflow-y:auto;flex:1 1 auto}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:12px}.sidebar-nav.threads li{margin-bottom:8px}.sidebar-link{display:flex;align-items:center;gap:var(--gap-12);font-size:var(--fs-nav);color:var(--text-grey-200);text-decoration:none;padding:10px 12px;border-radius:8px;line-height:1.25}.sidebar.threads .sidebar-link{color:var(--c-text)}.sidebar-linkicon,.sidebar-avatar,.sidebar-nav svg{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size)}.sidebar-avatar{border-radius:50%;object-fit:cover;width:var(--avatar-size);height:var(--avatar-size);flex:0 0 var(--avatar-size);border:0px solid var(--primary-blue-400)}.sidebar-link:hover{background:#fff6}.sidebar-link.active,.sidebar-link.active-profile{background:#fff6;color:var(--white);font-weight:600}.sidebar-nav .sidebar-help{margin-top:auto;padding-top:6px}.sidebar-nav .sidebar-help .sidebar-link{width:100%}.sidebar.threads .sidebar-link:hover{background:var(--off-white-blue)}.sidebar.threads .sidebar-link.active,.sidebar.threads .sidebar-link.active-profile{background:var(--off-white-blue);color:var(--c-text);font-weight:600}.sidebar-linklabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar.collapsed .sidebar-link{justify-content:center;padding-inline:0}.sidebar.collapsed .sidebar-linklabel,.sidebar.collapsed .sidebar-profile-name,.sidebar.collapsed .sidebar-profile-tagline,.sidebar.collapsed .sidebar-profile-status{display:none}.sidebar-profile-name{display:block;font-weight:600;color:var(--white)}.sidebar-profile-tagline{display:block}.sidebar-footer{height:var(--footer-h);padding:var(--pad-24);background:var(--primary-blue-400);border-top:1.25px solid var(--primary-blue-400);display:flex;align-items:center;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);flex-direction:column;gap:var(--gap-8)}.sidebar-footer .sidebar-link{width:100%;position:relative}.sidebar .sidebar-footer .sidebar-dropdown{position:absolute;bottom:calc(100% + -0px);left:0;background:#fff;border:1px solid var(--text-grey-200);list-style:none;padding:0;margin:0;box-shadow:0 2px 6px #00000026;z-index:5;display:flex;flex-direction:column;border-radius:var(--border-radius-200);min-width:100px}.sidebar .sidebar-footer .sidebar-dropdown-item{padding:.5em 1em;cursor:pointer;text-decoration:none;color:var(--text-black);border-radius:var(--border-radius-200);text-align:left}.sidebar .sidebar-footer .sidebar-dropdown-item:hover{background:var(--off-white-grey);text-decoration:none;color:var(--text-black);border-radius:var(--border-radius-200)}.sidebar .sidebar-icon-with-badge{position:relative;display:inline-flex;align-items:center;justify-content:center}.sidebar .sidebar-icon-with-badge .sidebar-linkicon{position:relative;z-index:1}.sidebar .sidebar-badge-beta{position:absolute;top:-5px;right:-11px;background:var(--secondary-yellow-300);color:var(--black);font-size:6px;font-weight:700;padding:1px 2px;border-radius:3px;text-transform:uppercase;line-height:1;z-index:2}.sidebar .sidebar-badge{position:absolute;top:-5px;right:-11px;background:var(--primary-blue-100);color:var(--black);font-size:6.5px;font-weight:700;padding:1px 3px;border-radius:12px;text-transform:uppercase;line-height:1;z-index:2}@media (max-width: 768px){.topbar{position:fixed;top:0;left:0;z-index:50;transition:height .2s ease;width:100vw;height:var(--sidebar-mobile-h-top);background:var(--primary-blue-400);display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 16px;border-bottom:1px solid var(--text-grey-200)}.topbar-brand{align-self:center;cursor:pointer}.topbar-logo{height:18px}.topbar-profile{padding:0;position:fixed;top:12px;right:16px;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.topbar-avatar-icon{width:24px;height:24px;flex:0 0 24px}.topbar-avatar{width:32px;height:32px;flex:0 0 32px;border-radius:50%;object-fit:cover;border:0px solid var(--text-grey-100)}.topbar-btn-fixed{position:fixed;top:12px;left:16px;height:24px;width:24px;z-index:51;color:var(--white)}.topbar-btn-fixed .topbar-icon{height:24px;width:24px}.topbar-menu{position:fixed;top:var(--sidebar-mobile-h-top);left:0;width:100vw;background:var(--white);border-bottom:1px solid var(--text-grey-200);box-shadow:0 10px 26px #0000001f;z-index:1000;max-height:285px;overflow-y:scroll;border-bottom-left-radius:var(--border-radius-200);border-bottom-right-radius:var(--border-radius-200)}.topbar-menu ul{list-style:none;padding:3px 8px;margin:0}.topbar-menu li{margin:4px 0}.topbar-link{display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px;text-decoration:none;color:var(--text-black);border-radius:var(--border-radius-200);font-size:14;width:100%}.topbar-link:hover{background:var(--off-white-grey)}.topbar-link.active{background:var(--off-white-blue);color:var(--primary-blue-300);font-weight:550}.topbar-linkicon{width:20px;height:20px}.botbar{position:fixed;bottom:0;left:0;z-index:50;transition:height .2s ease;width:100vw;height:var(--sidebar-mobile-h-bot);background:var(--primary-blue-400);display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px}.botbar a{text-decoration:none;width:60px}.botbar-link{display:flex;flex-direction:column;gap:var(--standard-label-gap-100);align-items:center;justify-content:center}.botbar-link .botbar-linkicon{color:var(--text-grey-200);width:22px;height:22px}.botbar-link .botbar-linklabel{color:var(--text-grey-200);font-size:12px}.botbar-link.active .botbar-linkicon,.botbar-link.active .botbar-linklabel{color:var(--white);font-weight:550}.backdrop{position:fixed;top:var(--sidebar-mobile-h-top);left:0;right:0;bottom:0;background:#00000059;z-index:999}.botbar .botbar-icon-with-badge{position:relative;display:inline-flex;align-items:center;justify-content:center}.botbar .botbar-icon-with-badge .botbar-linkicon{position:relative;z-index:1}.botbar .botbar-badge-beta{position:absolute;top:-5px;right:-16px;background:var(--secondary-yellow-300);color:var(--black);font-size:6.5px;font-weight:700;padding:1.3px 3px;border-radius:3px;text-transform:uppercase;line-height:1;z-index:2}.botbar .botbar-badge{position:absolute;top:-5px;right:-14px;background:var(--primary-blue-100);color:var(--black);font-size:6.5px;font-weight:700;padding:1.6px 4px;border-radius:12px;text-transform:uppercase;line-height:1;z-index:2}}.login-container{display:flex;width:100vw;height:100vh}.login-container .left-panel,.login-container .right-panel{flex:1 1 50vw}.login-container .left-panel{background:var(--primary-blue-500);position:relative}.slideshow{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column}.login-container .right-panel{background:var(--off-white-vlight-grey);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 40px}.logo{display:flex;flex-direction:column;align-items:center;gap:18px;padding-bottom:32px}.third-wheel-logo{max-height:32px;max-width:100%;width:auto}.subtitle{font-size:16px;font-style:normal;color:#555;text-align:center;line-height:1.25;opacity:1;transition:opacity .6s ease-in-out;height:3rem;width:320px}.subtitle.hidden{opacity:0}.login-container .form-subheader{font-size:14px;color:var(--text-grey-400);text-decoration:underline;cursor:pointer}.login-container .form-subheader.noline{text-decoration:none;cursor:none;margin-bottom:var(--standard-label-gap-300);font-size:12px;font-style:italic;text-align:center;color:var(--text-black)}.login-box{background:#fff;border:1px solid #ddd;border-radius:12px;padding:16px 24px;width:100%;max-width:360px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;align-items:center;gap:0px}.login-box .login-header{font-size:20px;line-height:1.2;font-weight:600;color:var(--text-black);padding-top:0;margin-top:0;margin-bottom:var(--standard-label-gap-200);text-align:center}.login-box .login-subheader{font-size:12px;color:var(--text-grey-400);margin-bottom:var(--standard-item-gap-400);text-align:center}.login-box .login-subheader a.login-link{font-weight:550;color:var(--primary-blue-300)}.login-form .form-row{display:flex;flex-wrap:nowrap;flex-direction:row;margin-bottom:var(--standard-item-gap-100);gap:var(--standard-item-gap-100);width:100%}.login-form .form-field{display:flex;flex-direction:column;flex:1 1 0;min-width:0}.login-form .form-label{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-200);color:var(--text-grey-400)}.login-form .form-sublabel{font-size:12px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-300);color:var(--text-grey-400)}.login-form .form-input{font-size:15px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-300);color:var(--text-black);background:var(--white);flex:0 0 auto;width:100%;align-self:stretch;padding:var(--standard-padding-300);border:1.5px solid var(--text-grey-300);border-radius:var(--border-radius-200)}.login-form .form-input::placeholder{color:var(--text-grey-400)}.login-form .form-input:focus{border:1.5px solid var(--primary-blue-300)}.login-form .form-postlabel{font-size:11px;line-height:1.2;font-weight:400;color:var(--text-grey-300)}.login-form .form-postlabel.error{color:var(--text-red-300)}.login-form .form-postlabel.password{text-align:right;font-weight:550;color:var(--primary-blue-300);font-size:13px}.login-box .login-btn{width:100%;padding:var(--standard-padding-375);font-size:16px;color:var(--white);background:var(--primary-blue-400);border:none;border-radius:var(--border-radius-100);cursor:pointer;margin-top:var(--standard-item-gap-100)}.login-box .login-btn:hover{background:var(--primary-blue-300)}.login-box .login-btn:disabled{background:var(--text-grey-200);color:var(--white);cursor:not-allowed}.login-box .login-alt-btn{width:100%;padding:var(--standard-padding-200);font-size:13px;color:var(--text-black);background:var(--white);border:1.5px solid var(--text-grey-300);border-radius:var(--border-radius-300);cursor:pointer;text-align:left;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0}.login-box .login-alt-btn:hover{background:var(--off-white-grey)}.login-box .login-alt-btn svg,.login-box .login-alt-btn img{width:20px;height:20px;margin-right:var(--standard-label-gap-500)}.policy-text{font-size:10px;color:var(--text-grey-400);text-align:center;line-height:1.4;margin-top:var(--standard-label-gap-300)}.policy-text a{color:var(--text-grey-400);text-decoration:underline;cursor:pointer}.login-message{text-align:center;display:flex;flex-direction:column;gap:1.5em}.status-message{text-align:center;font-size:13px;color:var(--text-black);margin:var(--standard-label-gap-200) 0 var(--standard-label-gap-200) 0}.status-message.error{color:var(--text-red-300);font-weight:550}a.login-link{cursor:pointer}.login-container .modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100}.login-container .modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.login-container .modal-content{position:relative;background:var(--white);border-radius:var(--border-radius-200);padding:0;width:80%;max-width:900px;max-height:80vh;box-sizing:border-box;z-index:101;display:flex;flex-direction:column;overflow:hidden}.login-container .modal-content .modal-header{background:var(--primary-blue-400);border-radius:var(--border-radius-200) var(--border-radius-200) 0 0;padding:var(--standard-padding-375);display:flex;justify-content:space-between;flex:0 0 auto}.login-container .modal-content .modal-heading{font-size:18px;font-weight:600;color:var(--white);margin:0;padding:0}.login-container .modal-content .modal-close-btn{display:inline-flex;align-items:center;justify-content:center;color:var(--white);background:none;cursor:pointer}.login-container .modal-content .modal-body{margin-top:var(--standard-label-gap-300);padding:var(--standard-padding-375);display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto;min-height:0}.login-container .modal-content .modal-footer{display:flex;justify-content:flex-end;gap:var(--standard-item-gap-300);padding:var(--standard-padding-375);flex:0 0 auto}.login-container .modal-content .modal-footer .save-btn,.login-container .modal-content .modal-footer .cancel-btn,.login-container .modal-content .modal-footer .delete-btn{display:inline-flex;align-items:center;justify-content:center;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px;font-weight:550;cursor:pointer}.login-container .modal-content .modal-body h2{line-height:1.25;font-size:18px}.login-container .modal-content .modal-body h2.h2-start{margin-top:0}.login-container .modal-content .modal-body h3{line-height:1.25;font-size:16px}.login-container .modal-content .modal-body h4{line-height:1.25;font-size:14px}.login-container .modal-content .modal-body p{line-height:1.25;font-size:14px;margin-top:0}.login-container .modal-content .modal-body ul{margin-top:0;line-height:1.25;font-size:14px}.login-container .modal-content .modal-body li{margin-bottom:var(--standard-label-gap-100);line-height:1.25;font-size:14px}@media (max-width: 768px){.login-container{flex-direction:column-reverse;height:100vh;overflow:scroll}.login-container .left-panel,.login-container .right-panel{width:100vw;height:100vh;overflow-y:scroll}.login-container .left-panel{height:55vh;position:fixed;bottom:0;left:0;z-index:5;border-top-left-radius:var(--border-radius-200);border-top-right-radius:var(--border-radius-200)}.slideshow-arrow{width:32px;height:32px}.slideshow-caption{padding:8px 54px}.slideshow-caption-inner{font-size:20px}.slideshow-dot{width:12px;height:12px}.login-container .form-subheader{font-size:14px;color:var(--text-grey-400);text-decoration:underline;cursor:pointer}.login-box .login-alt-btn svg,.login-box .login-alt-btn img{width:18px;height:18px;margin-right:var(--standard-label-gap-300)}.login-box .login-alt-btn{font-size:12px}}:root{--white: #FFFFFF;--black: #000000;--off-white-vvlight-grey: #FFFFFD;--off-white-vlight-grey: #FCFCF9;--off-white-light-grey: #F5F5F5;--off-white-grey: #F0F1F2;--off-white-cream: #F0EEE6;--off-white-blue: #F3F7FB;--off-white-purple: #F7F3FF;--text-black: #0F172A;--text-grey-500: #4D4D4D;--text-grey-400: #808080;--text-grey-300: #A0A0A0;--text-grey-200: #BFBFBF;--text-grey-100: #D9D9D9;--text-red-400: #C00000;--text-red-350: #CC0000;--text-red-300: #FF0000;--primary-blue-500: #0A0A36;--primary-blue-400: #002060;--primary-blue-300: #0D4DA5;--primary-blue-200: #528DE0;--primary-blue-150: #56B9EC;--primary-blue-100: #D0DEF1;--secondary-yellow-500: #957A00;--secondary-yellow-400: #E0B700;--secondary-yellow-300: #FFC100;--secondary-yellow-250: #FFCC00;--secondary-yellow-200: #FFD92B;--secondary-yellow-100: #FFF0AA;--standard-green-500: #12501A;--standard-green-400: #196B24;--standard-green-300: #009933;--standard-green-200: #92D050;--standard-green-100: #DAF2D0;--standard-purple-500: #24024A;--standard-purple-400: #370566;--standard-purple-300: #6D2994;--standard-purple-200: #B874E8;--standard-purple-100: #E9D9F9;--border-radius-500: 30px;--border-radius-400: 24px;--border-radius-300: 18px;--border-radius-200: 12px;--border-radius-100: 6px;--standard-padding-900: 48px 48px 48px 48px;--standard-padding-800: 40px 40px 40px 40px;--standard-padding-700: 32px 32px 32px 32px;--standard-padding-500: 24px 24px 24px 24px;--standard-padding-400: 20px 16px 20px 16px;--standard-padding-375: 16px 24px 16px 24px;--standard-padding-350: 14px 14px 14px 14px;--standard-padding-325: 12px 20px 12px 20px;--standard-padding-310: 12px 16px 12px 16px;--standard-padding-300: 12px 12px 12px 12px;--standard-padding-200: 8px 14px 8px 14px;--standard-padding-150: 6px 12px 6px 12px;--standard-padding-100: 6px 6px 6px 6px;--standard-padding-050: 3px 3px 3px 3px;--standard-label-gap-600: 18px;--standard-label-gap-500: 15px;--standard-label-gap-400: 12px;--standard-label-gap-300: 9px;--standard-label-gap-200: 6px;--standard-label-gap-100: 3px;--standard-item-gap-800: 54px;--standard-item-gap-700: 48px;--standard-item-gap-600: 42px;--standard-item-gap-500: 36px;--standard-item-gap-450: 32px;--standard-item-gap-400: 30px;--standard-item-gap-300: 24px;--standard-item-gap-200: 18px;--standard-item-gap-100: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .02);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .04)}.signup-container{display:flex;flex-direction:row;width:100vw;height:100vh}.signup-container .left-panel,.signup-container .right-panel{flex:1}.signup-container .left-panel{background:var(--primary-blue-500);position:relative}.slideshow-viewport{position:relative;width:100%;height:calc(100% - var(--slideshow-caption-h, 80px));display:flex;align-items:center;justify-content:center;background:transparent;box-sizing:border-box;overflow:hidden}.slide-layer{position:absolute;top:0;right:0;bottom:0;left:0;padding:30px 60px 0;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.slideshow-img{position:relative;width:100%;object-fit:contain;opacity:0;transition:opacity .6s ease;border-radius:var(--border-radius-200);border:2.5px solid var(--white)}.slideshow-img.is-active{opacity:1}.slideshow-caption{height:var(--slideshow-caption-h, 80px);padding:8px 72px;display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:start;text-align:center;background:transparent;color:var(--white)}.slideshow-caption-inner{flex-direction:column;justify-content:center;gap:6px;font-size:22px;line-height:1.4;font-weight:600}.slideshow-dots{display:flex;gap:12px}.slideshow-dot{width:16px;height:16px;border:0;border-radius:50%;background:var(--text-grey-200);cursor:pointer}.slideshow-dot.is-active{background:var(--white)}.slideshow-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;color:var(--text-black);font-size:2rem;line-height:1;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3}.slideshow-arrow.left{left:12px}.slideshow-arrow.right{right:12px}.slideshow-arrow.close{top:32px;right:12px;background:transparent;color:var(--white)}.slideshow-arrow:hover{background:#fff9}.signup-container .right-panel{background:var(--off-white-vlight-grey);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:36px 48px;flex:1}.signup-container .right-panel form{flex:1;display:flex;flex-direction:column;width:100%;height:100%;max-width:none;align-self:stretch;padding-top:0;margin-top:0}.signup-form .form-header{font-size:28px;line-height:1.2;font-weight:800;color:var(--text-black);padding-top:0;margin-top:0;margin-bottom:var(--standard-item-gap-700)}.signup-form .form-row{display:flex;flex-wrap:nowrap;flex-direction:row;margin-bottom:var(--standard-item-gap-300);gap:var(--standard-item-gap-300);width:100%}.signup-form .form-field{display:flex;flex-direction:column;flex:1 1 0;min-width:0}.signup-form .form-label{font-size:16px;line-height:1.2;font-weight:700;margin-bottom:var(--standard-label-gap-300);color:var(--text-black)}.signup-form .form-sublabel{font-size:12px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-300);color:var(--text-grey-400)}.signup-form .form-input{font-size:16px;line-height:1.2;font-weight:400;margin-bottom:var(--standard-label-gap-300);color:var(--text-black);background:#fff;flex:0 0 auto;width:100%;align-self:stretch;padding:var(--standard-padding-300);border:1.5px solid var(--text-grey-300);border-radius:var(--border-radius-200)}.signup-form .form-input::placeholder{color:var(--text-grey-400)}.signup-form .form-input:focus{border:1.5px solid var(--primary-blue-300)}.signup-form .form-postlabel{font-size:11px;line-height:1.2;font-weight:400;color:var(--text-grey-300)}.signup-form .form-postlabel.error{color:var(--text-red-300)}.signup-form .import-linkedin-btn{font-size:16px;line-height:1.2;font-weight:400;color:var(--white);background-color:#0072b1;flex:1;padding:var(--standard-padding-300);padding-top:16px;padding-bottom:16px;border:1.5px solid #0072B1;border-radius:var(--border-radius-200);margin-bottom:var(--standard-label-gap-400);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--standard-label-gap-300)}.signup-form .import-linkedin-btn:hover{background-color:#005380;border:1.5px solid #005380}.signup-form .import-linkedin-btn svg{height:20px;width:20px;flex:0 0 20px}.signup-form .form-btn-row{flex:0 0 auto;display:flex;flex-direction:row;gap:var(--standard-item-gap-300);width:100%;align-self:stretch;margin-bottom:var(--standard-label-gap-400)}.signup-form .choice-btn{font-size:16px;line-height:1.2;font-weight:400;color:var(--text-black);background-color:var(--text-grey-100);flex:1;padding:var(--standard-padding-300);border:1.5px solid var(--text-grey-100);border-radius:var(--border-radius-200)}.signup-form .choice-btn:hover{background-color:var(--primary-blue-100);border:1.5px solid var(--primary-blue-100)}.signup-form .choice-btn.selected{color:var(--white);background-color:var(--primary-blue-400);border:1.5px solid var(--primary-blue-400)}.signup-form .form-tag-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--standard-label-gap-300)}.signup-form .form-tag-suggestion{padding:var(--standard-padding-200);border:1.5px solid var(--text-grey-200);border-radius:var(--border-radius-200);background-color:var(--white);color:var(--text-black);cursor:pointer;font-size:14px;transition:background-color .2s,color .2s,border-color .2s}.signup-form .form-tag-suggestion:hover{background-color:var(--off-white-grey)}.signup-form .form-tag-suggestion.is-selected{background-color:var(--primary-blue-400);border-color:var(--primary-blue-400);color:var(--white)}.signup-form textarea.form-input{resize:none;overflow-y:auto;font-size:14px}button.form-sublabel{align-self:flex-start}.avatar-circle{width:200px;height:200px;border-radius:50%;background-color:#fff;overflow:hidden;display:flex;align-self:flex-start;align-items:center;justify-content:center;cursor:pointer;border:3px solid var(--text-grey-200);margin-top:var(--standard-label-gap-100);position:relative}.avatar-image{width:200px;height:200px;object-fit:cover;transition:opacity .2s ease;position:relative;z-index:1}.avatar-image:hover,.avatar-icon:hover{opacity:.5}.avatar-icon{width:150px;height:150px;transition:opacity .2s ease;position:relative;z-index:1}.avatar-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .2s ease;background-color:var(--white);color:var(--text-grey-500);z-index:2}.avatar-circle:hover .avatar-overlay{opacity:.8}.avatar-overlay svg{transition:opacity .2s ease;opacity:0}.avatar-circle:hover .avatar-overlay svg{color:var(--text-grey-500);opacity:.9}.signup-container .form-nav{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:var(--standard-padding-300);position:relative}.signup-container .form-nav.single-btn{justify-content:flex-end}.signup-container .form-nav .nav-btn{font-size:16px;color:var(--text-black);vertical-align:middle;display:inline-flex;align-items:center;gap:6px}.signup-container .form-nav .form-progress{position:absolute;left:50%;transform:translate(-50%);text-align:center}@media (max-width: 768px){.signup-container{flex-direction:column-reverse;height:100vh;overflow:scroll}.signup-container .left-panel,.signup-container .right-panel{width:100vw;height:100vh;overflow-y:scroll}.signup-container .left-panel{height:55vh;position:fixed;bottom:0;left:0;z-index:5;border-top-left-radius:var(--border-radius-200);border-top-right-radius:var(--border-radius-200)}.slideshow-arrow{width:32px;height:32px}.slideshow-caption{padding:8px 54px}.slideshow-caption-inner{font-size:20px}.slideshow-dot{width:12px;height:12px}.signup-form .form-header{margin-bottom:var(--standard-label-gap-300)}.signup-form .form-subheader{font-size:14px;color:var(--text-grey-400);text-decoration:underline;margin-bottom:var(--standard-item-gap-700);cursor:pointer}.signup-form .back-to-signup{padding:12px;text-align:center;color:var(--text-grey-400);text-decoration:underline;cursor:pointer}.signup-form .form-btn-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));align-items:stretch;grid-auto-rows:minmax(auto,1fr)}.signup-form .choice-btn{display:flex;align-items:center;justify-content:center;height:100%}}:root{--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 40px;--radius: 12px;--sidebar-w: 250px;--sidebar-w-collapsed: 80px;--sidebar-mobile-h-top: 48px;--sidebar-mobile-h-bot: 60px}:root{--white: #FFFFFF;--black: #000000;--off-white-altlight-grey: #F7F7F8;--off-white-vvlight-grey: #FFFFFD;--off-white-vlight-grey: #FCFCF9;--off-white-light-grey: #F5F5F5;--off-white-grey: #F0F1F2;--off-white-cream: #F0EEE6;--off-white-blue: #F3F7FB;--off-white-purple: #F7F3FF;--text-black: #0F172A;--text-grey-500: #4D4D4D;--text-grey-400: #808080;--text-grey-300: #A0A0A0;--text-grey-200: #BFBFBF;--text-grey-100: #D9D9D9;--text-red-400: #C00000;--text-red-350: #CC0000;--text-red-300: #FF0000;--primary-blue-500: #0A0A36;--primary-blue-400: #002060;--primary-blue-300: #0D4DA5;--primary-blue-200: #528DE0;--primary-blue-100: #D0DEF1;--secondary-yellow-500: #957A00;--secondary-yellow-400: #E0B700;--secondary-yellow-300: #FFC100;--secondary-yellow-250: #FFCC00;--secondary-yellow-200: #FFD92B;--secondary-yellow-100: #FFF0AA;--border-radius-500: 30px;--border-radius-400: 24px;--border-radius-300: 18px;--border-radius-200: 12px;--border-radius-100: 6px;--standard-padding-400: 20px 16px 20px 16px;--standard-padding-300: 12px 12px 12px 12px;--standard-padding-200: 8px 14px 8px 14px;--standard-label-gap-600: 18px;--standard-label-gap-500: 15px;--standard-label-gap-400: 12px;--standard-label-gap-300: 9px;--standard-label-gap-200: 6px;--standard-label-gap-100: 3px;--standard-item-gap-800: 54px;--standard-item-gap-700: 48px;--standard-item-gap-600: 42px;--standard-item-gap-500: 36px;--standard-item-gap-400: 30px;--standard-item-gap-300: 24px;--standard-item-gap-200: 18px;--standard-item-gap-100: 12px}html,body,#root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0;padding:0}.app-shell{display:flex;flex-direction:row;height:100vh;overflow:hidden}.app-shell>main{flex:1;height:100vh;overflow:auto;background:var(--off-white-vlight-grey);padding-left:var(--sidebar-w-collapsed)}.app-shell>.sidebar.threads+main{padding-left:0}button{background:none;border:none;padding:0;cursor:pointer;font:inherit}input,textarea,select{font:inherit;padding:var(--spacing-sm);border:1px solid #ccc;border-radius:var(--radius);outline:none;background:#fff}.loading-container{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;width:100vw}.loading-text{font-size:24px;font-weight:700;color:var(--primary-blue-400);margin-bottom:var(--standard-label-gap-400)}.loading-dots{display:flex;gap:6px;align-self:center}.loading-dots span{width:8px;height:8px;background-color:var(--primary-blue-300);border-radius:50%;opacity:0;animation:blink 1.4s infinite both}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}.processing-text{display:flex;flex-direction:column;align-items:center;color:var(--text-black)}@media (max-width: 768px){.app-shell{display:flex;flex-direction:column;height:100vh;width:100vw}.app-shell>main{flex:1;height:100svh;overscroll-behavior-y:contain;width:100vw;overflow:auto;padding-top:var(--sidebar-mobile-h-top);padding-bottom:var(--sidebar-mobile-h-bot);padding-left:0}}
