@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.activatable-textarea-suggestions{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.24),0 0 2px 0 rgba(0,0,0,.12);box-shadow:0 2px 2px 0 rgba(0,0,0,.24),0 0 2px 0 rgba(0,0,0,.12);overflow:auto;position:fixed;z-index:100}.activatable-textarea-suggestions>li{-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-ms-flexbox;display:flex;height:40px;padding:0 6px}.activatable-textarea-suggestions>li:nth-child(2n){background-color:#f0f6f8}[contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.activatable-textarea{display:-ms-flexbox;display:flex;position:relative}.activatable-textarea .rich-textarea-item.mention{border-radius:2px;color:#000;padding:2px 5px;text-decoration:none}.activatable-textarea .content-editable{display:inline-block;-ms-flex:1 1;flex:1 1;position:relative;z-index:1}.activatable-textarea .content-editable .rich-textarea-item{color:#087090}.activatable-textarea .content-editable input.rich-textarea-item{background:none;border:none;font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0}.activatable-textarea .hidden-textarea{height:1px;left:-99999px;opacity:.01;position:absolute;top:-99999px;width:1px}.activatable-textarea .hidden-mention{display:inline-block;left:-99999px;opacity:.01;position:absolute;top:-99999px}.activatable-textarea .placeholder{color:#757575;font-size:14px;left:0;position:absolute;top:0}#loading-indicator{z-index:999}#loading-indicator .spinner-animation{background:rgba(0,0,0,0);border-radius:360px;display:inline-block;height:50px;position:relative;width:50px}#loading-indicator .spinner-animation div{-webkit-animation:fade 1s linear infinite;animation:fade 1s linear infinite;background:#789;border-radius:50px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);height:16%;left:49%;opacity:0;position:absolute;top:43%;width:6%}@-webkit-keyframes fade{0%{opacity:1}to{opacity:.25}}@keyframes fade{0%{opacity:1}to{opacity:.25}}#loading-indicator .spinner-animation .bar1{-webkit-animation-delay:0s;animation-delay:0s;-webkit-transform:rotate(0deg) translateY(-130%);-ms-transform:rotate(0deg) translateY(-130%);transform:rotate(0deg) translateY(-130%)}#loading-indicator .spinner-animation .bar2{-webkit-animation-delay:-.9167s;animation-delay:-.9167s;-webkit-transform:rotate(30deg) translateY(-130%);-ms-transform:rotate(30deg) translateY(-130%);transform:rotate(30deg) translateY(-130%)}#loading-indicator .spinner-animation .bar3{-webkit-animation-delay:-.833s;animation-delay:-.833s;-webkit-transform:rotate(60deg) translateY(-130%);-ms-transform:rotate(60deg) translateY(-130%);transform:rotate(60deg) translateY(-130%)}#loading-indicator .spinner-animation .bar4{-webkit-animation-delay:-.7497s;animation-delay:-.7497s;-webkit-transform:rotate(90deg) translateY(-130%);-ms-transform:rotate(90deg) translateY(-130%);transform:rotate(90deg) translateY(-130%)}#loading-indicator .spinner-animation .bar5{-webkit-animation-delay:-.667s;animation-delay:-.667s;-webkit-transform:rotate(120deg) translateY(-130%);-ms-transform:rotate(120deg) translateY(-130%);transform:rotate(120deg) translateY(-130%)}#loading-indicator .spinner-animation .bar6{-webkit-animation-delay:-.5837s;animation-delay:-.5837s;-webkit-transform:rotate(150deg) translateY(-130%);-ms-transform:rotate(150deg) translateY(-130%);transform:rotate(150deg) translateY(-130%)}#loading-indicator .spinner-animation .bar7{-webkit-animation-delay:-.5s;animation-delay:-.5s;-webkit-transform:rotate(180deg) translateY(-130%);-ms-transform:rotate(180deg) translateY(-130%);transform:rotate(180deg) translateY(-130%)}#loading-indicator .spinner-animation .bar8{-webkit-animation-delay:-.4167s;animation-delay:-.4167s;-webkit-transform:rotate(210deg) translateY(-130%);-ms-transform:rotate(210deg) translateY(-130%);transform:rotate(210deg) translateY(-130%)}#loading-indicator .spinner-animation .bar9{-webkit-animation-delay:-.333s;animation-delay:-.333s;-webkit-transform:rotate(240deg) translateY(-130%);-ms-transform:rotate(240deg) translateY(-130%);transform:rotate(240deg) translateY(-130%)}#loading-indicator .spinner-animation .bar10{-webkit-animation-delay:-.2497s;animation-delay:-.2497s;-webkit-transform:rotate(270deg) translateY(-130%);-ms-transform:rotate(270deg) translateY(-130%);transform:rotate(270deg) translateY(-130%)}#loading-indicator .spinner-animation .bar11{-webkit-animation-delay:-.167s;animation-delay:-.167s;-webkit-transform:rotate(300deg) translateY(-130%);-ms-transform:rotate(300deg) translateY(-130%);transform:rotate(300deg) translateY(-130%)}#loading-indicator .spinner-animation .bar12{-webkit-animation-delay:-.0833s;animation-delay:-.0833s;-webkit-transform:rotate(330deg) translateY(-130%);-ms-transform:rotate(330deg) translateY(-130%);transform:rotate(330deg) translateY(-130%)}#loading-indicator-android{height:50px;text-align:center;width:50px;z-index:999}#loading-indicator-android.full-circle{background-color:#fff;border-radius:360px;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.75);box-shadow:0 5px 10px 0 rgba(0,0,0,.75)}#loading-indicator-android .spinner-animation-android{stroke:gray;-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}#loading-indicator-android .path{stroke-dasharray:187;stroke-dashoffset:0;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.input-field-wrapper{position:relative}.input-field-wrapper.loading{pointer-events:none}.input-field-wrapper input[type=text].input-field{border:2px solid #aaa;border-radius:4px;color:#414042;font-size:16px;height:48px;padding:0 42px 0 12px;width:100%}.input-field-wrapper input[type=text].input-field::-webkit-input-placeholder{color:#717072}.input-field-wrapper input[type=text].input-field::-moz-placeholder{color:#717072}.input-field-wrapper input[type=text].input-field:-ms-input-placeholder{color:#717072}.input-field-wrapper input[type=text].input-field::-ms-input-placeholder{color:#717072}.input-field-wrapper input[type=text].input-field::placeholder{color:#717072}.input-field-wrapper input[type=text].input-field[readonly]{background-color:rgba(0,0,0,0);cursor:pointer}.input-field-wrapper input[type=text].input-field[disabled],.input-field-wrapper input[type=text].input-field[readonly][disabled]{background-color:#fbfbfb;color:#afafaf;cursor:no-drop}.input-field-wrapper input[type=text].input-field[disabled]::-webkit-input-placeholder,.input-field-wrapper input[type=text].input-field[readonly][disabled]::-webkit-input-placeholder{color:#afafaf}.input-field-wrapper input[type=text].input-field[disabled]::-moz-placeholder,.input-field-wrapper input[type=text].input-field[readonly][disabled]::-moz-placeholder{color:#afafaf}.input-field-wrapper input[type=text].input-field[disabled]:-ms-input-placeholder,.input-field-wrapper input[type=text].input-field[readonly][disabled]:-ms-input-placeholder{color:#afafaf}.input-field-wrapper input[type=text].input-field[disabled]::-ms-input-placeholder,.input-field-wrapper input[type=text].input-field[readonly][disabled]::-ms-input-placeholder{color:#afafaf}.input-field-wrapper input[type=text].input-field[disabled]::placeholder,.input-field-wrapper input[type=text].input-field[readonly][disabled]::placeholder{color:#afafaf}.input-field-wrapper.disabled>i{color:#afafaf}.input-field-wrapper>i{color:#414042;font-size:24px;position:absolute;right:14px;top:12px}.input-field-wrapper #loading-indicator,.input-field-wrapper #loading-indicator-android{position:absolute;right:32px;top:-1px;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.input-field-wrapper .dropdown{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.24),0 0 2px 0 rgba(0,0,0,.12);box-shadow:0 2px 2px 0 rgba(0,0,0,.24),0 0 2px 0 rgba(0,0,0,.12);display:none;left:0;max-height:250px;overflow-y:auto;position:absolute;right:0;top:50px;z-index:2}.input-field-wrapper .dropdown.active{display:block}.input-field-wrapper .dropdown .dropdown-item{color:#414042;cursor:pointer;font-size:16px;height:48px;line-height:48px;overflow:hidden;padding-left:16px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.input-field-wrapper .dropdown .dropdown-item.selected{color:#087090}.input-field-wrapper .dropdown .dropdown-item:hover{background-color:#f0f6f8}.input-field-wrapper.visibility-dropdown .dropdown{bottom:50px;top:auto}.tab-bar{-ms-flex-item-align:center;align-self:center;background-color:#fff;-ms-flex-direction:row;flex-direction:row;font-size:12px;height:48px;line-height:48px;margin-bottom:8px;white-space:nowrap}.tab-bar,.tab-bar .tab{display:-ms-flexbox;display:flex}.tab-bar .tab{-ms-flex-pack:center;color:#757575;cursor:pointer;-ms-flex:1 1;flex:1 1;font-size:14px;font-weight:500;justify-content:center;line-height:20px;text-align:center;text-decoration:none}.tab-bar .tab.active{color:#333;pointer-events:none}.tab-bar .tab-text{-ms-flex-item-align:center;align-self:center;display:inline-block}.tab-badge-count{border:1px solid;border-color:inherit;border-radius:9px;color:#fff;font-size:12px;height:18px;line-height:12px;margin-left:4px;min-width:18px;padding:2px;width:auto}.search-bar-container{-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #b0b0b0;border-radius:4px;display:-ms-flexbox;display:flex;height:52px;padding:14px 10px}.search-bar-container .fourth-icon{color:#000;font-size:20px}.search-bar-container .fourth-icon.icon-close{cursor:pointer;padding:5px 10px}.search-bar-container input{background-color:rgba(0,0,0,0);color:#757575;font-size:16px;font-weight:400;line-height:24px;padding-left:10px;width:100%}.search-bar-container input::-webkit-input-placeholder{color:#757575}.search-bar-container input::-moz-placeholder{color:#757575}.search-bar-container input:-ms-input-placeholder{color:#757575}.search-bar-container input::-ms-input-placeholder{color:#757575}.search-bar-container input::placeholder{color:#757575}.search-bar-disabled{background-color:#fbfbfb;color:#afafaf;cursor:no-drop}.user-profile-avatar{cursor:pointer;opacity:0}.user-profile-avatar.loaded{opacity:1;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.sendbird-avatar-container{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background:#0ca2d0;border-radius:100px;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.sendbird-avatar-container img{max-height:70%;max-width:70%}.menu-item{color:#444}.menu-item .badge{border:1px solid;border-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;height:18px;line-height:16px;padding:0 5px}.user-menu-image{color:#444}#side-menu{font-family:Roboto}#side-menu.isLoading{overflow-y:hidden}#side-menu.use-branding{background:#fff}#side-menu.use-branding .menu-item-skeleton-wrapper{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:16px;width:249px}#side-menu.use-branding .menu-item-skeleton-wrapper .skeleton-wrapper{margin-left:20px}#side-menu .company-logo{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:82px;justify-content:center;margin:auto;padding:8px 0;width:172px}#side-menu .company-logo-image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}#side-menu a{text-decoration:none}#side-menu .user-menu-image{-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-ms-flexbox;display:flex;height:77px;padding:16px;width:249px}#side-menu .user-menu-image svg{height:45px;width:45px}#side-menu .user-menu-image i{font-size:45px}#side-menu .user-menu-image img{border-radius:55px;height:45px;margin-right:16px;width:45px}#side-menu .user-menu-image span{font-size:17px;font-weight:400;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:156px}#side-menu .menu-item{-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-ms-flexbox;display:flex;height:57px;padding:16px;position:relative;width:249px}#side-menu .menu-item.custom-item,#side-menu .menu-item.custom-item span{-o-text-overflow:ellipsis;text-overflow:ellipsis}#side-menu .menu-item.custom-item span{overflow:hidden;white-space:nowrap}#side-menu .menu-item i{font-size:24px;margin-right:16px}#side-menu .menu-item span{font-size:17px;font-weight:400;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}#side-menu .menu-item .custom-app-image{border-radius:50%;height:25px;margin-right:16px;width:25px}#side-menu .menu-item .badge{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:none;display:-ms-flexbox;display:flex;font-size:14px;font-weight:700;justify-content:center;position:absolute;right:32px;top:20px}#side-menu .menu-item .with-badge{max-width:140px}#side-menu .pulse{-webkit-animation:pulse .35s forwards;animation:pulse .35s forwards}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@media(min-width:861px){body.menu-closed #side-menu .company-logo-image,body.menu-closed #side-menu .menu-item span,body.menu-closed #side-menu .user-menu-image span{display:none}body.menu-closed #side-menu .menu-item .badge{right:177px;top:7px}}.base-button{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:16px;justify-content:center;padding:12px 16px}.base-button.primary{color:#fff}.base-button.secondary{background:#fff;border-style:solid;border-width:1px}.base-button.tertiary{background:none;font-weight:700;padding:12px 8px}.base-button.disabled{opacity:.4;pointer-events:none}.all-applications-apps-container{-ms-flex-align:center;align-items:center;margin:auto;overflow:auto;width:100%}.all-applications-apps-container .all-applications-apps-grid{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:auto;max-width:375px}.all-applications-apps-container .all-applications-apps-grid .app-item{-ms-flex-pack:center;cursor:pointer;display:-ms-flexbox;display:flex;justify-content:center;min-width:25%;overflow:hidden;padding:10px 0}.all-applications-apps-container .all-applications-apps-grid .app-item>div{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:125px}.all-applications-apps-container .all-applications-apps-grid .app-item>div .app-logo-image{border-radius:50%;max-width:75px}.all-applications-apps-container .all-applications-apps-grid .app-item>div .app-label{flex:1 1;-ms-flex:1 1;font-size:13px;margin:0 0 5px;padding:10px;text-align:center;word-spacing:-2px}.all-applications-apps-container .all-applications-apps-grid .app-item>div .messaging-logo-wrapper{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.all-applications-apps-container .all-applications-apps-grid .app-item>div .messaging-logo-wrapper .unread-messages-badge{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:none;border-radius:10px;color:#fff;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700;height:18px;justify-content:center;line-height:16px;padding:0 5px;position:absolute;right:0;top:0;width:auto}@media only screen and (min-width:821px){.all-applications-apps-container .all-applications-apps-grid{max-width:699px}}.fourth-card{background-color:#fff;display:block;margin-bottom:20px;padding:20px 40px}.clickable-card.fourth-card,a.fourth-card{color:#000;cursor:pointer;font-size:18px;position:relative;text-decoration:none}.clickable-card.fourth-card .fourth-icon,.clickable-card.fourth-card .icon,a.fourth-card .fourth-icon,a.fourth-card .icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.clickable-card.fourth-card .link-text,a.fourth-card .link-text{display:inline-block;margin:2px 0 0 38px;vertical-align:top;width:75%}.clickable-card.fourth-card .pull-right,a.fourth-card .pull-right{position:absolute;right:45px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:820px){.fourth-card{margin-bottom:10px;padding:20px}a.fourth-card .pull-right{right:30px}}@media(max-width:350px){a.fourth-card{font-size:16px}a.fourth-card .link-text{width:60%}}@media(max-width:240px){.clickable-card.fourth-card,a.fourth-card{font-size:12px}.clickable-card.fourth-card .fourth-icon,.clickable-card.fourth-card .icon,a.fourth-card .fourth-icon,a.fourth-card .icon{font-size:18px;margin-left:-10px}.clickable-card.fourth-card .link-text,a.fourth-card .link-text{margin-left:18px;width:60%}}.base-link{text-decoration:none}.base-link.disabled{pointer-events:none}.animated-popup-card-overlay{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-animation:popup-overlay-animation .3s forwards;animation:popup-overlay-animation .3s forwards;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);bottom:0;display:-ms-flexbox;display:flex;font-family:Roboto;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:99}.animated-popup-card-overlay button,.animated-popup-card-overlay textarea{font-family:Roboto}.animated-popup-card-overlay .animated-popup-card{-webkit-animation:popup-animation .3s forwards;animation:popup-animation .3s forwards;border-width:0;-webkit-box-shadow:0 19px 38px 0 rgba(3,16,92,.3),0 15px 12px 0 rgba(11,39,145,.03);box-shadow:0 19px 38px 0 rgba(3,16,92,.3),0 15px 12px 0 rgba(11,39,145,.03);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:0;max-height:100%;max-width:720px;min-height:60%;min-width:320px;overflow:hidden;padding:0;width:60%}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header{-ms-flex-align:center;align-items:center;color:#fff;display:grid;font-size:17px;grid-auto-flow:column;grid-template-columns:repeat(3,1fr);line-height:48px;width:100%}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .center-component,.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .left-component,.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .right-component{min-width:0;min-width:auto;text-align:center}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .left-component{justify-self:flex-start}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .center-component{justify-self:center}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .right-component{justify-self:flex-end}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .cancel-button,.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .submit-button{border:none;color:#fff;font-size:16px;font-weight:400;height:100%;line-height:normal;padding:14px 16px}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .cancel-button.submit-button,.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .submit-button.submit-button{background:rgba(0,0,0,0);font-weight:500}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header .animated-popup-header-title{color:#fff;font-size:20px;font-weight:500;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header button.disabled,.animated-popup-card-overlay .animated-popup-card .animated-popup-card-header button[disabled]{cursor:default;opacity:.5;pointer-events:none}@media(max-width:720px){.animated-popup-card-overlay{-ms-flex-align:start;align-items:flex-start}.animated-popup-card-overlay .animated-popup-card{height:auto;min-height:100%;width:100vw}}@-webkit-keyframes popup-overlay-animation{0%{opacity:0}to{opacity:1}}@keyframes popup-overlay-animation{0%{opacity:0}to{opacity:1}}@-webkit-keyframes popup-animation{0%{-webkit-transform:translateY(100vh);transform:translateY(100vh)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes popup-animation{0%{-webkit-transform:translateY(100vh);transform:translateY(100vh)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.all-apps-popup-container .all-applications-apps-container{margin:0}@media(min-width:820px){.all-apps-popup-container .animated-popup-card{max-height:60%;min-height:0;min-height:auto}}.all-apps-popup-container .all-apps-popup-header{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:24px}.all-apps-popup-container .all-apps-popup-header .all-apps-popup-heder-label{font-size:16px;font-weight:700}.all-apps-popup-container .all-apps-popup-close-button{color:#000;padding:0}.all-apps-popup-container .all-apps-popup-close-button i{font-size:24px}@media (-ms-high-contrast:none){#all-apps-popup .all-applications-apps-container .all-applications-apps-grid .app-item,::-ms-backdrop{margin:default}}.loading-wrapper{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:60px;justify-content:center;line-height:60px}.absolute{left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%}a.action-item{text-decoration:none}.action-item-wrapper{background-color:#fff;color:#414042;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:2px}.action-item-wrapper .action-item{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:16px;line-height:normal;min-height:48px;padding:8px}.action-item-wrapper .action-item.no-action{cursor:auto}.action-item-wrapper .action-item .action-item-container-wrapper{width:100%}.action-item-wrapper .action-item .action-item-container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.action-item-wrapper .action-item .action-item-container i.fourth-icon{color:#000;font-size:21px}.action-item-wrapper .action-item .action-item-container .action-label{color:#414042;-ms-flex:1 1;flex:1 1;margin-left:10px;text-align:left;text-transform:capitalize}.action-item-wrapper .action-item .action-item-container .action-value{color:#77787b;font-size:14px;line-height:normal;margin-left:10px}.action-item-wrapper .action-item .action-item-container .action-value .fourth-icon{display:inline-block;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.action-item-wrapper .action-item .action-item-container .action-value .fourth-icon.rotate-down{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.action-item-wrapper .expanded-container{padding:8px 16px}@media(min-width:820px){.action-item-wrapper .action-item{padding:8px 16px}}.network-status{background-color:#ffd4d4;border:1px solid #ebccd1;-webkit-box-shadow:0 2px 4px 0 hsla(0,0%,67%,.5);box-shadow:0 2px 4px 0 hsla(0,0%,67%,.5);color:#ab1a1a;font-size:14px;height:48px;line-height:48px;position:absolute;text-align:center;width:100%;z-index:99}.network-status .fourth-icon{margin-left:8px}#arrow-indicator{background-color:#fff;border-radius:360px;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.75);box-shadow:0 5px 10px 0 rgba(0,0,0,.75);height:50px;text-align:center;width:50px}.page-layout-wrapper{-webkit-overflow-scrolling:touch;background-color:#e4e9ed;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto;height:calc(100% - 64px);overflow-y:auto;padding:16px 10px;position:relative;width:100%}.page-layout-wrapper.no-scroll{overflow-y:hidden!important}.page-layout-wrapper.active-pull-to-refresh-ios .page-content{min-height:101%}.page-layout-wrapper .pull-to-refresh-container{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;margin-top:-50px;position:relative;-webkit-transform:translateY(-22px);-ms-transform:translateY(-22px);transform:translateY(-22px);z-index:4}.page-layout-wrapper .pull-to-refresh-container.ios{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}.page-layout-wrapper .pull-to-refresh-container.has-transition{-webkit-transition:top .5s;-o-transition:top .5s;transition:top .5s}.page-layout-wrapper .page-content{margin:0 auto;max-width:720px;position:relative}.page-layout-wrapper.no-padding{padding:0}.page-layout-wrapper.rounded{border-radius:4px}@media(max-width:860px){.page-layout-wrapper{padding:8px 0}}.see-more-body{color:#212121;font-size:14px;max-height:60px;overflow:hidden;position:relative}.see-more-body .see-more-button{background-color:#fff;bottom:0;color:#757575;cursor:pointer;font-size:14px;line-height:20px;margin:0;padding:0 8px;position:absolute;right:0}.see-more-body.see-more-body-expanded{display:block;max-height:inherit!important;overflow:inherit;-o-text-overflow:inherit;text-overflow:inherit}.switch{border-radius:4px;cursor:pointer;display:inline-block;height:28px;position:relative;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:50px}.switch input[type=checkbox]{height:0!important;margin:0!important;opacity:0;padding:0!important;width:0!important}.switch .switch-toggle{border-radius:4px;display:inline-block;height:24px;left:0;position:absolute;top:1px;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;width:22px}.switch.on{background-color:#fff;border:1px solid #aaa}.switch.on .switch-toggle{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.24);box-shadow:0 1px 1px 0 rgba(0,0,0,.24);left:26px}.switch:not(.on){background-color:#d8d8d8;border:1px solid #d8d8d8}.switch:not(.on) .switch-toggle{background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.24);box-shadow:0 1px 1px 0 rgba(0,0,0,.24)}.switch.disabled{cursor:not-allowed;opacity:.4;pointer-events:none}.popup-overlay{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;top:0;width:100vw;z-index:9999}.popup-overlay .popup{background-color:#fafafa;border-radius:8px;-webkit-box-shadow:0 19px 38px 0 rgba(3,16,92,.3),0 15px 12px 0 rgba(11,39,145,.03);box-shadow:0 19px 38px 0 rgba(3,16,92,.3),0 15px 12px 0 rgba(11,39,145,.03);font-family:Roboto;overflow:hidden;width:328px}.popup-overlay .popup .title{color:rgba(51,51,51,.87);font-size:22px;font-weight:500;margin:14px 24px}.popup-overlay .popup .content{color:#979797;font-size:16px;margin:0 24px 32px}.popup-overlay .popup .decoration-border{background-color:#d9d9d9;height:1px;margin:0 auto;width:256px}.popup.id-card-popup{margin:15px;width:345px}.popup.id-card-popup .id-card-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:16px}.popup.id-card-popup .id-card-body .employee-number-label{color:#757575;font-size:16px}.popup.id-card-popup .id-card-body .employee-number{font-size:22px;line-height:26px;margin-top:4px}.popup.id-card-popup .id-card-body .qr-code-id-container{font-size:18px;margin:24px 0 8px;word-break:break-all}.popup.id-card-popup .id-card-body .qr-code-container{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:24px;max-height:100%;max-width:100%}.popup.id-card-popup .id-card-body .qr-code-container img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.popup.id-card-popup .id-card-body .date{color:#757575;font-size:16px;line-height:19px;text-transform:capitalize}.popup.id-card-popup .cancel-button{border-top-left-radius:0;border-top-right-radius:0;font-weight:500;margin:0;text-transform:uppercase;width:100%}.profile-details{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-bottom:0;padding:8px}.profile-details .profile-essential-details{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.profile-details .profile-essential-details .edit-profile-button{color:#000;font-size:18px;padding-right:3px}.profile-details .profile-essential-details .profile-photo{border-radius:100%;cursor:pointer;height:55px;min-width:55px;position:relative;width:55px}.profile-details .profile-essential-details .profile-photo.disabled{pointer-events:none}.profile-details .profile-essential-details .profile-photo .profile-avatar-edit-button{background-color:#f5f5f5;border:1px solid #b0b0b0;border-radius:100%;bottom:0;font-size:8px;padding:8px;position:absolute;right:-8px}.profile-details .profile-essential-details .profile-photo .profile-avatar-edit-button i.fourth-icon{color:#000}.profile-details .profile-essential-details .profile-photo img{border:none;border-radius:100%;height:100%;width:100%}.profile-details .profile-essential-details .users-details-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;padding:0 0 0 16px;position:relative}.profile-details .profile-essential-details .users-details-wrapper .name{color:#333;font-size:16px;font-weight:500;line-height:20px;margin-top:4px}.profile-details .profile-essential-details .users-details-wrapper .job-title,.profile-details .profile-essential-details .users-details-wrapper .location-link{font-size:14px;line-height:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:break-word}.profile-details .profile-essential-details .users-details-wrapper .job-title.disabled,.profile-details .profile-essential-details .users-details-wrapper .location-link.disabled{pointer-events:none}.profile-details .profile-essential-details .users-details-wrapper .job-title{color:#757575;margin-top:2px}.profile-details .profile-essential-details .users-details-wrapper .base-link{font-weight:500;margin-left:0}.profile-details .about-me-container{color:#333;display:inline-block;font-size:14px;line-height:20px;margin-top:16px;text-align:left;white-space:pre-wrap;width:100%}@media(min-width:820px){.profile-details{padding:16px}.profile-details .profile-essential-details .profile-photo{height:88px;width:88px}.profile-details .profile-essential-details .profile-photo .profile-avatar-edit-button{border-radius:100%;font-size:14px;padding:10px}.profile-details .profile-essential-details .users-details-wrapper .name{font-size:20px;line-height:24px;margin-top:4px}.profile-details .profile-essential-details .users-details-wrapper .job-title,.profile-details .profile-essential-details .users-details-wrapper .location-link{font-size:14px;line-height:20px}.profile-details .profile-essential-details .users-details-wrapper .job-title{margin-top:4px}.profile-details .profile-essential-details .users-details-wrapper .base-link{margin-left:0}}.confirmation-modal-overlay{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;top:0;width:100vw;z-index:9999}.confirmation-modal-overlay .confirmation-modal{background-color:#fafafa;border-radius:4px;-webkit-box-shadow:0 19px 38px 0 rgba(3,16,92,.3),0 15px 12px 0 rgba(11,39,145,.03);box-shadow:0 19px 38px 0 rgba(3,16,92,.3),0 15px 12px 0 rgba(11,39,145,.03);font-family:Roboto;margin-left:16px;margin-right:16px;max-width:380px;overflow:hidden}.confirmation-modal-overlay .confirmation-modal .title{color:#000;font-size:20px;font-weight:500;line-height:24px;margin:16px 24px}.confirmation-modal-overlay .confirmation-modal .content{color:#333;font-size:16px;line-height:20px;margin:0 24px 32px}.confirmation-modal-overlay .confirmation-modal .decoration-border{background-color:#d9d9d9;height:1px;margin:0 24px}.confirmation-modal-overlay .confirmation-modal .buttons .base-button{border-radius:0;border-radius:initial;cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;height:50px;letter-spacing:.57px;line-height:50px;padding:initial;text-align:center;text-transform:uppercase;width:100%}.confirmation-modal-overlay .confirmation-modal .buttons .base-button.confirmation-cancel-button{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:#333}.confirmation-modal-overlay .confirmation-modal .buttons .base-button.confirmation-action-button{background:#000;color:#fff}.confirmation-modal-overlay .confirmation-modal.theme-red .buttons .base-button.confirmation-action-button{background-color:#d33e3e}.confirmation-modal-overlay .confirmation-modal.theme-green .buttons .base-button.confirmation-action-button{background-color:#038c3a}.confirmation-modal-overlay .confirmation-modal.theme-orange .buttons .base-button.confirmation-action-button{background-color:#d3773e}.file-selector{color:inherit}.file-selector.disabled{opacity:.4;pointer-events:none}.attachment-wrapper{left:0;position:absolute;top:0;visibility:hidden}.attachment-wrapper input[type=file]{height:0!important;left:-999999px;margin:0!important;opacity:0;padding:0!important;position:absolute;top:-99999px;width:0!important}.direct-message-popup #loading-indicator .spinner-animation{max-height:48px}.direct-message-popup #loading-indicator .spinner-animation div{background-color:#fff}.direct-message-popup .direct-message-body{-ms-flex-positive:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;overflow:auto;padding:18px 24px;width:100%}.direct-message-popup .direct-message-body.is-loading{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;justify-content:center}.direct-message-popup .direct-message-body .direct-message-recipient{-ms-flex-align:center;-ms-flex-preferred-size:45px;align-items:center;display:-ms-flexbox;display:flex;flex-basis:45px;margin-bottom:15px}.direct-message-popup .direct-message-body .direct-message-recipient-info{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-left:8px}.direct-message-popup .direct-message-body .direct-message-recipient .direct-message-job-title,.direct-message-popup .direct-message-body .direct-message-recipient .direct-message-location{font-size:12px;line-height:16px;word-break:break-word}.direct-message-popup .direct-message-body .direct-message-recipient .direct-message-job-title{color:#757575}.direct-message-popup .direct-message-body .direct-message-recipient .direct-message-recipient-image{border-radius:100px;height:45px;width:45px}.direct-message-popup .direct-message-body .direct-message-recipient .direct-message-recipient-name{color:#383b45;font-size:16px;font-weight:500}.direct-message-popup .direct-message-body .direct-message-textarea{-ms-flex-positive:1;flex-grow:1;min-height:40px;padding:0 15px 0 5px;resize:none;width:100%}.direct-message-popup .direct-message-body .direct-message-textarea::-webkit-input-placeholder{color:#b0b0b0}.direct-message-popup .direct-message-body .direct-message-textarea::-moz-placeholder{color:#b0b0b0}.direct-message-popup .direct-message-body .direct-message-textarea:-ms-input-placeholder{color:#b0b0b0}.direct-message-popup .direct-message-body .direct-message-textarea::-ms-input-placeholder{color:#b0b0b0}.direct-message-popup .direct-message-body .direct-message-textarea::placeholder{color:#b0b0b0}.direct-message-popup .footer{padding:6px 0}.direct-message-popup .footer .file{-ms-flex-preferred-size:54px;-ms-flex-align:center;-ms-flex-pack:start;align-items:center;border-top:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;display:-ms-flexbox;display:flex;flex-basis:54px;font-size:14px;justify-content:flex-start;line-height:54px;padding:0 40px 0 10px;position:relative;width:100%}.direct-message-popup .footer .file.processing{opacity:.5;pointer-events:none}.direct-message-popup .footer .file .file-type-icon{height:35px;margin-right:16px;width:35px}.direct-message-popup .footer .file .filename{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.direct-message-popup .footer .file .close{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:48px;justify-content:center;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:48px}.direct-message-popup .footer .file .close i{font-size:24px;height:24px;width:24px}.direct-message-popup .footer .direct-message-attach-button{-ms-flex-preferred-size:54px;-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-top:1px solid #ddd;color:#000;cursor:pointer;flex-basis:54px;font-size:25px;justify-content:center;text-align:center;width:100%}.send-message-button{cursor:pointer;font-size:21px}.send-message-button.disabled{cursor:inherit}.send-message-button.disabled i.fourth-icon{color:#b0b0b0}.range-slider{padding:24px 0}.range-slider.disabled{cursor:not-allowed}.range-slider .track{background:#000;border:2px solid #cfd8dc;border-radius:5px;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);cursor:pointer;height:16px;position:relative;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;width:100%}.range-slider .thumb{background:#fff;border:4px solid #000;border-radius:24px;-webkit-box-shadow:4px 4px 4px rgba(0,0,0,.2),0 0 4px hsla(0,0%,5%,.2);box-shadow:4px 4px 4px rgba(0,0,0,.2),0 0 4px hsla(0,0%,5%,.2);-webkit-box-sizing:border-box;box-sizing:border-box;content:"";cursor:ew-resize;height:48px;position:absolute;top:4px;width:48px}.range-slider .input-range{height:0;opacity:0;width:0}.edit-image-popup{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;max-height:60%}.edit-image-popup.no-image{background-color:rgba(56,59,69,.8)}.edit-image-popup.no-image .edit-image-popup-footer{background-color:rgba(0,0,0,0)}.edit-image-popup .edit-image-body{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(56,59,69,.8);display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:center;position:relative}.edit-image-popup .edit-image-body .clear-image-button-container{position:absolute;right:0;top:0;z-index:1}.edit-image-popup .edit-image-body .clear-image-button-container .base-button{background:none;border:none;color:#fff;font-size:16px;padding:16px 24px}.edit-image-popup .edit-image-body .clear-image-button-container .base-button .fourth-icon{font-size:23px}.edit-image-popup .edit-image-body .edit-image-wrapper{-ms-flex:1 1;flex:1 1;max-height:285px;position:relative;text-align:center;width:100%}.edit-image-popup .edit-image-body .edit-image-wrapper,.edit-image-popup .edit-image-popup-footer{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.edit-image-popup .edit-image-popup-footer{background-color:rgba(56,59,69,.8)}.edit-image-popup .edit-image-popup-footer .zoom-slide{margin-bottom:10px;width:235px}.edit-image-popup .edit-image-popup-footer .zoom-slide .thumb{background-color:#fff;border:none;height:20px;top:-10px;width:20px}.edit-image-popup .edit-image-popup-footer .zoom-slide .track{border:1px solid #757575;height:1px}.edit-image-popup .edit-image-popup-footer .upload-image-button-container{-ms-flex-pack:center;bottom:12px;display:-ms-flexbox;display:flex;justify-content:center;position:absolute;right:0;width:100%;z-index:1}.edit-image-popup .edit-image-popup-footer .upload-image-button-container .upload-image-button{border-radius:4px;color:#fff;cursor:pointer;-ms-flex:1 1;flex:1 1;font-size:14px;font-weight:700;line-height:1;padding:16px 12px;text-align:center}@media(min-width:820px){.edit-image-popup .edit-image-body{padding-top:0}.edit-image-popup .edit-image-popup-footer .upload-image-button-container{right:12px;width:auto}}#top-bar{-ms-flex-align:center;align-items:center;border-bottom-style:solid;border-bottom-width:1px;color:#fff;display:-ms-flexbox;display:flex;font-family:Roboto;height:44px;width:100%}#top-bar.use-branding{border-bottom:none;height:64px}#top-bar.use-branding .clickable-icon,#top-bar.use-branding .clickable-text{color:#fff}#top-bar.loading-initially{background:#fff}#top-bar .react-loading-skeleton{margin:25px}#top-bar .center-component{font-size:20px;font-style:normal;font-weight:700;line-height:24px;max-width:55%;overflow:hidden;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}#top-bar .center-component .logo{height:32px}#top-bar .left-component{-ms-flex:1 1;flex:1 1;min-width:44px}#top-bar .left-component,#top-bar .left-component .back-button,#top-bar .left-component .icon-container{-ms-flex-align:center;-ms-flex-pack:start;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:flex-start}#top-bar .left-component .back-button,#top-bar .left-component .icon-container{cursor:pointer;font-size:24px}#top-bar .left-component .back-button{padding-left:6px}#top-bar .left-component .icon-container{padding:25px}#top-bar .right-component{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:flex-end}#top-bar .clickable-text{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:rgba(0,0,0,0);border:none;cursor:pointer;display:-ms-flexbox;display:flex;font-size:16px;justify-content:center;line-height:64px;padding:25px}#top-bar .clickable-text.disabled,#top-bar .clickable-text[disabled]{opacity:.4;pointer-events:none}#top-bar .clickable-icon{font-size:24px;padding:25px;text-decoration:none}div[data-baseweb=base-input] input[type=color],div[data-baseweb=base-input] input[type=date],div[data-baseweb=base-input] input[type=datetime-local],div[data-baseweb=base-input] input[type=datetime],div[data-baseweb=base-input] input[type=email],div[data-baseweb=base-input] input[type=month],div[data-baseweb=base-input] input[type=number],div[data-baseweb=base-input] input[type=password],div[data-baseweb=base-input] input[type=search],div[data-baseweb=base-input] input[type=tel],div[data-baseweb=base-input] input[type=text],div[data-baseweb=base-input] input[type=time],div[data-baseweb=base-input] input[type=url],div[data-baseweb=base-input] input[type=week],div[data-baseweb=base-input] textarea{color:inherit;display:inherit;font-size:16px;height:44px;line-height:normal;padding-left:inherit;padding-top:10px;vertical-align:inherit}div[data-baseweb=input]{padding-right:0}svg[data-baseweb=icon]{height:24px;width:24px}.ext-safari input[disabled]:not([type=checkbox]),.ext-safari textarea[disabled],.platform-ios input[disabled]:not([type=checkbox]),.platform-ios textarea[disabled]{color:rgba(0,0,0,.5);opacity:1}input[aria-invalid=true]+div .fourth-icon{color:#a83131}input[aria-invalid=true]::-webkit-input-placeholder{color:#a83131}input[aria-invalid=true]::-moz-placeholder{color:#a83131}input[aria-invalid=true]:-ms-input-placeholder{color:#a83131}input[aria-invalid=true]::-ms-input-placeholder{color:#a83131}input[aria-invalid=true]::placeholder{color:#a83131}.alert-details,.baseui-input-wrapper{display:-ms-flexbox;display:flex}.alert-details{padding:15px}.alert-details.type-error,.alert-details.type-info,.alert-details.type-success,.alert-details.type-warning{-ms-flex-align:start;align-items:flex-start;border-style:solid;border-width:0 0 2px;font-size:16px;height:auto;padding:14px 40px 14px 16px}.alert-details.type-error.type-success,.alert-details.type-info.type-success,.alert-details.type-success.type-success,.alert-details.type-warning.type-success{border-bottom-color:#038c3a}.alert-details.type-error.type-success i,.alert-details.type-info.type-success i,.alert-details.type-success.type-success i,.alert-details.type-warning.type-success i{color:#038c3a}.alert-details.type-error.type-error,.alert-details.type-info.type-error,.alert-details.type-success.type-error,.alert-details.type-warning.type-error{border-bottom-color:#d33e3e}.alert-details.type-error.type-error i,.alert-details.type-info.type-error i,.alert-details.type-success.type-error i,.alert-details.type-warning.type-error i{color:#d33e3e}.alert-details.type-error.type-warning,.alert-details.type-info.type-warning,.alert-details.type-success.type-warning,.alert-details.type-warning.type-warning{border-bottom-color:#d3773e}.alert-details.type-error.type-warning i,.alert-details.type-info.type-warning i,.alert-details.type-success.type-warning i,.alert-details.type-warning.type-warning i{color:#d3773e}.alert-details i{height:15px;margin-right:15px;margin-top:3px;width:15px}.alert-details span{color:#333}#profile-page{font-size:16px;height:100%}#profile-page .logout-button{padding-right:24px}#profile-page .logout-button .logout-button-icon{cursor:pointer;font-size:24px}#profile-page .page-layout-wrapper{padding:8px 20px}#profile-page .page-layout-wrapper .page-content{max-width:720px}#profile-page .new-message-button{margin-top:20px}#profile-page .languages-dropdown{min-width:240px}#profile-page .action-items-container{margin-top:8px}#profile-page .edit-user-details{margin-top:16px}#profile-page .edit-user-details .required-red{color:#c00}#profile-page .edit-user-details .form-control-buttons{margin-bottom:0}#profile-page #changePasswordForm input[hidden]{display:none}#profile-page #changePasswordForm .new-password-rules{color:#000;font-size:12px;line-height:16px}#profile-page #changePasswordForm .alert-details.type-error{margin-bottom:16px}#profile-page .form-control-buttons{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:flex-end;margin-bottom:8px}#profile-page .form-control-buttons .form-control-button-save{margin-left:16px}@media(max-width:820px){#profile-page .page-layout-wrapper{padding:8px}#profile-page .page-layout-wrapper .languages-dropdown{min-width:inherit}}.fourth-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden}@media(max-width:720px){.fourth-list.card-based-list{margin:0 4px}}.dropdown-menu-with-option-list{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 8px 8px 0 rgba(0,0,0,.24),0 0 8px 0 rgba(0,0,0,.12);box-shadow:0 8px 8px 0 rgba(0,0,0,.24),0 0 8px 0 rgba(0,0,0,.12);cursor:pointer;position:absolute;right:20px;top:35px;z-index:3}.dropdown-menu-with-option-list .option{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:48px;min-width:200px;padding:0 10px}.dropdown-menu-with-option-list .option .option-label{font-size:15px;margin-left:16px;text-align:left}li.list-item{margin-top:2px}li.list-item,li.list-item>a{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;position:relative;width:100%}li.list-item>a{color:#000;color:initial;text-decoration:none}li.list-item:first-child{margin-top:0}li.list-item.disabled{opacity:.6;pointer-events:none}li.list-item.action-button-visible .action-button{opacity:1}li.list-item .action-button{color:#fff;opacity:0;text-align:center}li.list-item .action-button .base-button{padding:inherit}li.list-item .action-button:first-child{-ms-flex:1 0 118px;flex:1 0 118px}li.list-item .action-button:last-child{height:100%;position:absolute;right:0;top:0;width:118px;z-index:1}li.list-item.opened-options .options{height:100%;left:0;position:absolute;top:0;width:100%}li.list-item.opened-options .swipeable-container{z-index:3}li.list-item.opened-options .fourth-icon.icon-more{opacity:.5}li.list-item .swipeable-container{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;position:relative;-webkit-transform:translateX(-118px);-ms-transform:translateX(-118px);transform:translateX(-118px);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;z-index:2}li.list-item .swipeable-container .content-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;max-width:100%;padding:8px}li.list-item .swipeable-container .content-wrapper .photo{-ms-flex-item-align:start;align-self:flex-start;-ms-flex:0 0 55px;flex:0 0 55px;height:55px;margin:0 8px}li.list-item .swipeable-container .content-wrapper .photo svg{height:55px;width:55px}li.list-item .swipeable-container .content-wrapper .photo i{font-size:55px}li.list-item .swipeable-container .content-wrapper .photo img{border-radius:55px;height:55px;width:55px}li.list-item .swipeable-container .content-wrapper .content{display:-ms-flexbox;display:flex;margin:0 10px 0 0;min-height:50px;position:relative;width:100%}li.list-item .swipeable-container .content-wrapper .content.fullWidth{margin-right:14px}li.list-item .swipeable-container .content-wrapper .dropdown-menu-icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#383b45;cursor:pointer;display:-ms-flexbox;display:flex;height:48px;justify-content:center;position:absolute;right:0;top:0;width:41px}li.list-item .swipeable-container .content-wrapper .dropdown-menu-icon>i{font-size:24px}li.list-item .swipeable-container .content-wrapper .dropdown-menu-icon.disable-dropdown-options{opacity:.3;pointer-events:none}.card-based-list li.list-item{margin-bottom:4px}.card-based-list li.list-item:last-child{margin-bottom:0}.card-based-list li.list-item .swipeable-container{border-radius:4px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 1px 0 rgba(0,0,0,.15)}.card-based-list li.list-item .action-button{overflow:hidden}.card-based-list li.list-item .action-button.left-action-button{border-radius:4px 0 0 4px}.card-based-list li.list-item .action-button.right-action-button{border-radius:0 4px 4px 0}li.removed-item{-webkit-animation:removed-item-animation .5s cubic-bezier(.55,-.04,.91,.94) forwards;animation:removed-item-animation .5s cubic-bezier(.55,-.04,.91,.94) forwards;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}@-webkit-keyframes removed-item-animation{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(-1000px);transform:translateX(-1000px)}}@keyframes removed-item-animation{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(-1000px);transform:translateX(-1000px)}}.notification-list{padding-bottom:0}.notification-list .notification-list-item{cursor:pointer}.notification-list .notification-list-item:last-child.opened-options{padding-bottom:39px}.notification-list .notification-list-item:last-child.opened-options .action-button:last-child{height:calc(100% - 39px)}.notification-list .notification-list-item:last-child.opened-options.unread{padding-bottom:78px}.notification-list .notification-list-item:last-child.opened-options.unread .action-button:last-child{height:calc(100% - 78px)}.notification-list .notification-list-item .notification-content{margin-right:15px}.notification-list .notification-list-item .notification-content p{font-size:16px;line-height:normal;margin:0}.notification-list .notification-list-item .notification-content .time{color:#69686a;font-size:12px;margin-top:4px}.notification-list .notification-list-item .swipeable-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center}.notification-list .notification-list-item .swipeable-button i{font-size:24px;margin-bottom:8px}.notification-list .notification-list-item .swipeable-button span{font-size:14px}.notification-list .notification-list-item .swipeable-button.mark{background-color:#69686a}.notification-list .notification-list-item .swipeable-button.delete{background-color:#f64747}.empty-message{color:#000;font-size:16px;padding:16px;text-align:center}.page-bar{-ms-flex-item-align:center;align-self:center;background-color:#fff;border-radius:4px 4px 0 0;font-size:12px;margin-bottom:8px;text-align:right;white-space:nowrap}@media(max-width:860px){.page-bar{height:32px;line-height:32px}.page-bar .mark-all-as-read{padding:8px 16px}}#notification-page{height:100%}#notification-page .page-layout-wrapper{padding-bottom:0;padding-top:8px}#notification-page .page-bar .mark-all-as-read{color:#383b45;cursor:pointer;display:inline-block;font-size:12px}#notification-page .page-bar .mark-all-as-read.disabled{opacity:.5;pointer-events:none}#notification-preferences-page .setting-wrapper div.disabled{opacity:.5}#ars-page{height:100%;min-height:100%}#ars-page .loading-wrapper{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center}#ars-page.fullscreen .page-layout-wrapper{height:100%}#ars-page .page-layout-wrapper{background-color:#f6f6f6;padding-bottom:0;padding-top:0}#ars-page .page-content>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%}#ars-page .page-content>div .help-container{border-radius:4px;border-style:solid;border-width:1px;color:#0e7afe;height:28px;position:absolute;right:16px;top:25px;width:75px}#ars-page .page-content>div .help-container .help{color:#0e7afe;display:block;font-size:14px;height:100%;line-height:26px;-o-object-fit:contain;object-fit:contain;text-align:center;text-decoration:none}#ars-page .page-content>div .app-icon{border-radius:13px;height:64px;margin:60px auto auto;width:64px}#ars-page .page-content>div .app-name{color:#212121;font-size:30px;font-weight:700;height:36px;line-height:normal;margin:18px auto auto;text-align:center}#ars-page .page-content>div .account-name{color:#212121;font-size:20px;height:23px;line-height:23px;margin:auto;text-align:center}#ars-page .page-content>div .app-flavour{color:#212121;font-size:15px;line-height:1.33;margin:15px auto auto;max-width:280px;text-align:center}#ars-page .page-content>div .select-country-text{color:#303030;font-size:16px;font-weight:700;line-height:1.5em;margin:35px auto auto;max-width:280px;text-align:center}#ars-page .page-content>div .select-country-text .country-help-link{text-decoration:none}#ars-page .page-content>div .select-country{height:56px;margin:25px auto auto;position:relative;width:239px}#ars-page .page-content>div .select-country .redemption-loader{position:absolute;right:-50px;top:3px}#ars-page .page-content>div .country-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #979797;border-radius:3px;color:#202020;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;height:100%;letter-spacing:normal;line-height:normal;padding:17px 18px 16px;width:100%}#ars-page .page-content>div .down-arrow{border:solid #a5a5a5;border-width:0 2px 2px 0;height:10px;pointer-events:none;position:absolute;right:17px;top:20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px}#ars-page .page-content>div .location-info{font-style:italic;margin:10px auto auto;max-width:250px;text-align:center}#ars-page .page-content>div .location-info a{text-decoration:none}#ars-page .page-content>div .download-app-text{color:#303030;font-size:16px;font-weight:700;margin:30px auto auto;max-width:280px;text-align:center}#ars-page .page-content>div .download-app-button{background-color:#b9b9b9;border:none;border-radius:4px;-webkit-box-shadow:0 1px 2px 0 rgba(86,86,86,.5);box-shadow:0 1px 2px 0 rgba(86,86,86,.5);color:#fff;height:44px;line-height:normal;margin:30px auto;min-width:131px;text-align:center}#ars-page .page-content>div .download-app-button.enabled{background-color:#0e7afe;color:#fff}#ars-page .page-content>div .divider{-ms-flex:1 1;flex:1 1}#ars-page .page-content>div .use-web-link{color:#0e7afe;margin:auto auto 30px}#help-page{height:100%;min-height:100%}#help-page,#help-page .page-layout-wrapper{background-color:#f6f6f6}#help-page .back-button{color:#4a90e2;cursor:pointer;display:inline-block;font-size:26px;margin:22px 0 0 16px}#help-page .title{color:#000;font-size:32px;font-weight:700;letter-spacing:1.14px;margin-top:26px;text-align:center;text-transform:uppercase}#help-page .question-list{margin-top:65px}#help-page .question-list li{border-bottom:1px solid #ddd;cursor:pointer;padding:16px 50px 16px 16px;position:relative}#help-page .question-list li.open{background-color:rgba(74,144,226,.19)}#help-page .question-list li.open .question{color:#4a90e2}#help-page .question-list li.open .answer{display:block}#help-page .question-list li.open .icon-chevron-down{color:#4a90e2;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#help-page .question-list li .question{font-size:16px}#help-page .question-list li .answer{display:none;font-size:14px;margin-top:16px}#help-page .question-list li .icon-chevron-down{color:rgba(0,0,0,.54);font-size:20px;position:absolute;right:20px;top:16px}.group-members-list .group-member-list-item{cursor:pointer}.group-members-list .group-member-list-item .swipeable-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center}.group-members-list .group-member-list-item .swipeable-button i{font-size:24px;margin-bottom:8px}.group-members-list .group-member-list-item .swipeable-button span{font-size:14px}.group-members-list .group-member-list-item .swipeable-button.delete{background-color:#f64747}.group-members-list .group-member-list-item .group-member-content{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row}.group-members-list .group-member-list-item .group-member-content .member-info{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.group-members-list .group-member-list-item .group-member-content .member-info .admin-label{margin-bottom:8px}.group-members-list .group-member-list-item .group-member-content .member-info .member-location{color:#716e73;font-size:10px;margin-bottom:4px;text-transform:uppercase}.group-members-list .group-member-list-item .group-member-content .member-info .member-name{color:#333;font-size:18px;margin-bottom:4px}.group-members-list .group-member-list-item .group-member-content .member-info .member-job-title{color:#757575;font-size:12px}.base-badge{background-color:#000;border-radius:4px;color:#fff;font-size:10px;font-weight:700;line-height:normal;padding:3px 5px;text-transform:uppercase}.base-badge.badge-success{background-color:#038c3a}.base-badge.badge-error{background-color:#d33e3e}.base-badge.badge-warning{background-color:#d3773e}.invite-members-popup .animated-popup-card{height:60%}.invite-members-popup .animated-popup-card .invite-members-popup-container{background-color:#e4e9ed;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.invite-members-popup .animated-popup-card .invite-members-popup-container .animated-popup-card-header .center-component,.invite-members-popup .animated-popup-card .invite-members-popup-container .animated-popup-card-header .left-component,.invite-members-popup .animated-popup-card .invite-members-popup-container .animated-popup-card-header .right-component{min-width:50px;text-align:center}.invite-members-popup .animated-popup-card .invite-members-popup-container .animated-popup-card-header .close-button{cursor:pointer;font-size:19px;padding:14px}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body{-ms-flex-positive:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;height:calc(100% - 48px)}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .search-bar{border:1px solid #ccc;border-radius:4px;height:48px;margin:8px 12px}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .loading-wrapper{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;height:100%;justify-content:center;position:absolute;width:100%}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list{height:calc(100% - 64px);overflow-y:auto}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item{background-color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row;margin-bottom:2px;padding:8px 16px;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item.selected{border-left-style:solid;border-left-width:6px}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item.read-only{cursor:default;pointer-events:none}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .invite-user-avatar{height:56px;margin-right:8px;width:56px}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .invite-user-info{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .invite-user-info .invite-pending-label{background-color:#d3773e;border-radius:4px;color:#fff;font-size:10px;font-weight:700;line-height:normal;margin-bottom:8px;padding:3px 5px 2px 4px;text-transform:uppercase}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .invite-user-info .invite-member-label{background-color:#4a5456;border-radius:4px;color:#fff;font-size:10px;font-weight:700;line-height:normal;margin-bottom:8px;padding:3px 5px 2px 4px;text-transform:uppercase}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .invite-user-info .invite-user-location{color:#716e73;font-size:10px;margin-bottom:4px;text-transform:uppercase}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .invite-user-info .invite-user-name{color:#333;font-size:18px;margin-bottom:4px}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .invite-user-info .invite-user-job-title{color:#757575;font-size:12px}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .tick{-ms-flex-item-align:center;align-self:center;min-width:50px;text-align:end}.invite-members-popup .animated-popup-card .invite-members-popup-container .invite-members-body .invite-user-list .invite-user-item .tick i{font-size:21px}#view-group-members-page{height:100%}#view-group-members-page #top-bar .center-component{text-transform:capitalize}#view-group-members-page .invite-members-wrapper{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end}#view-group-members-page .invite-members-wrapper .invite-members{cursor:pointer;display:-ms-flexbox;display:flex;font-size:14px;font-weight:700;line-height:18px}#view-group-members-page .invite-members-wrapper .invite-members i{font-size:18px;line-height:18px;margin-right:4px}@media(min-width:820px){#view-group-members-page .invite-members-wrapper .invite-members{padding-right:0}}#view-group-members-page .group-members-list{padding-bottom:50px}.popup.loading-screen{background-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;width:auto}.custom-page-list .custom-page-list-card{border:none;margin-bottom:2px;padding:8px}.custom-page-list .custom-page-list-card .custom-page-item-content{color:#444!important;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;overflow:hidden;text-align:left;text-decoration:none!important;width:100%}.custom-page-list .custom-page-list-card .custom-page-item-content .custom-page-item-image{-ms-flex-line-pack:start;-ms-flex-pack:center;-ms-flex-align:center;align-content:flex-start;align-items:center;background-color:#333;border-radius:100%;color:#fff;display:-ms-flexbox;display:flex;font-size:24px;height:55px;justify-content:center;min-width:55px;width:55px}.custom-page-list .custom-page-list-card .custom-page-item-content .custom-page-text-columns{-ms-flex-pack:justify;-ms-flex-line-pack:center;-ms-flex-align:center;align-content:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;line-height:18px;margin-left:8px;width:100%}.custom-page-list .custom-page-list-card .custom-page-item-content .custom-page-text-columns .custom-page-item-name{font-size:18px;font-weight:400;line-height:24px;padding-bottom:3px;text-align:left;width:100%}.custom-page-list .custom-page-list-card .custom-page-item-content .custom-page-text-columns .custom-page-item-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.custom-page-list .items-not-found{padding:20px;text-align:center}#custom-page-list{height:100%;overflow:hidden}#custom-page-list .page-layout-wrapper{padding:0}#custom-page-list .custom-menu-header{background-position:top;background-repeat:no-repeat;background-size:cover;height:190px;margin-top:8px;width:100%}#custom-page-list .custom-menu-content{margin-top:8px}#custom-page-list .hidden{visibility:hidden}.custom-pages-skeleton{position:absolute;width:100%}.custom-pages-skeleton .custom-pages-skeleton-filter{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-bottom:8px;margin-right:16px;margin-top:16px}.custom-pages-skeleton .custom-pages-skeleton-list.fourth-list{margin-top:6px}.custom-pages-skeleton .custom-pages-skeleton-list.fourth-list .list-item{margin-bottom:0;margin-top:2px}.custom-pages-skeleton .custom-pages-skeleton-list.fourth-list .list-item .swipeable-container{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.custom-pages-skeleton .custom-pages-skeleton-list.fourth-list .list-item .content-wrapper{padding:8px!important}.custom-pages-skeleton .custom-pages-skeleton-list.fourth-list .list-item .content{display:block!important}.custom-pages-skeleton .custom-pages-skeleton-list.fourth-list .skeleton-row{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.custom-pages-skeleton .custom-pages-skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper{padding-left:8px;width:100%}.custom-pages-skeleton .custom-pages-skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper span{margin-bottom:4px;margin-top:4px}.custom-page-file-list .file-list-card{-ms-flex-align:center;align-items:center;border:none;display:-ms-flexbox;display:flex;margin-bottom:2px;padding:8px!important}.custom-page-file-list .file-list-card .file-icon-wrapper{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background:#333;border-radius:100%;display:-ms-flexbox;display:flex;height:55px;justify-content:center;margin-right:8px;min-width:55px;width:55px}.custom-page-file-list .file-list-card .file-icon-wrapper .file-type-icon{height:24px;width:24px}.custom-page-file-list .file-list-card .file-details{width:calc(100% - 64px)}.custom-page-file-list .file-list-card .file-details .name{color:#333;font-size:18px;line-height:24px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.custom-page-file-list .file-list-card .file-details .details{color:#757575;font-size:12px;line-height:16px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.custom-page-file-list .file-list-card .file-details .details span:before{content:"- ";margin-left:3px}.custom-page-file-list .file-list-card .file-details .details span:first-child:before{content:"";margin-left:0}.custom-page-file-list .show-all-container{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end}.custom-page-file-list .show-all-container .show-all{font-size:14px;line-height:20px;padding-right:0;padding-top:16px}#custom-page-details{height:100%;margin-bottom:20px;overflow:hidden}#custom-page-details .custom-page-content-card{margin-bottom:8px;padding:16px}@media(max-width:820px){#custom-page-details .custom-page-content-card{padding:8px}}#custom-page-details .custom-page-content{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;overflow:hidden}#custom-page-details .custom-page-content .custom-page-content-header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-bottom:20px;width:100%}#custom-page-details .custom-page-content .custom-page-content-header .custom-page-content-image{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#333;border-radius:100%;color:#fff;display:-ms-flexbox;display:flex;font-size:44px;height:88px;justify-content:center;min-width:88px;width:88px}#custom-page-details .custom-page-content .custom-page-content-header .custom-page-content-title{padding-left:15px}#custom-page-details .custom-page-content .custom-page-content-header .custom-page-content-title .custom-page-content-name{color:#383b45;font-size:20px;font-weight:700;line-height:24px;margin:0;text-align:left}#custom-page-details .custom-page-content .custom-page-content-header .custom-page-content-title .custom-page-content-subtitle{color:#757575;font-size:14px;font-weight:400;line-height:20px;padding-top:5px}#custom-page-details .custom-page-content .custom-page-content-text{color:#333;font-size:16px;width:100%}#custom-page-details .custom-page-content .custom-page-content-text h1{font-size:18px;font-weight:400;margin:0;white-space:normal}#custom-page-details .custom-page-content .custom-page-content-text h2{font-size:16px;font-weight:400;margin:0 0 2px;white-space:normal}#custom-page-details .custom-page-content .custom-page-content-text h3{font-size:14px;margin:0 0 4px;white-space:normal}#custom-page-details .custom-page-content .custom-page-content-text h4{font-size:12px;margin:0 0 4px;white-space:normal}#custom-page-details .custom-page-content .custom-page-content-text h5,#custom-page-details .custom-page-content .custom-page-content-text h6{font-size:10px;margin:0 0 3px;white-space:normal}#custom-page-details .custom-page-content .custom-page-content-text p{color:#333;font-size:14px;margin-bottom:2px;white-space:normal;width:100%}#custom-page-details .custom-page-content .custom-page-content-text p img{width:100%}#custom-page-details .custom-page-content .custom-page-content-text h1:last-child,#custom-page-details .custom-page-content .custom-page-content-text h2:last-child,#custom-page-details .custom-page-content .custom-page-content-text h3:last-child,#custom-page-details .custom-page-content .custom-page-content-text h4:last-child,#custom-page-details .custom-page-content .custom-page-content-text h5:last-child,#custom-page-details .custom-page-content .custom-page-content-text h6:last-child,#custom-page-details .custom-page-content .custom-page-content-text p:last-child{margin-bottom:0}#custom-page-details .custom-page-content .custom-page-content-text ol,#custom-page-details .custom-page-content .custom-page-content-text ul{list-style-position:inside}#custom-page-details .custom-page-content .custom-page-content-text ol ol,#custom-page-details .custom-page-content .custom-page-content-text ol ul,#custom-page-details .custom-page-content .custom-page-content-text ul ol,#custom-page-details .custom-page-content .custom-page-content-text ul ul{padding-left:40px}#custom-page-details .custom-page-content .custom-page-content-text ol{list-style-type:decimal}#custom-page-details .custom-page-content .custom-page-content-text ul{list-style-type:disc}#custom-page-details .custom-page-content .custom-page-content-text i{font-style:italic}.global-message-wrapper{-ms-flex-pack:center;bottom:34px;display:-ms-flexbox;display:flex;justify-content:center;padding:0 10px;position:fixed;-webkit-transform:translateY(250%);-ms-transform:translateY(250%);transform:translateY(250%);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s,-webkit-transform .5s;width:100vw;z-index:1000}.global-message-wrapper.slide-in{opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.global-message-wrapper.slide-out{opacity:0;-webkit-transform:translateY(250%);-ms-transform:translateY(250%);transform:translateY(250%)}@media(min-width:860px){.global-message-wrapper{bottom:auto;max-width:352px;right:16px;top:80px;-webkit-transform:translate(150%);-ms-transform:translate(150%);transform:translate(150%)}.global-message-wrapper.slide-in{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.global-message-wrapper.slide-out{-webkit-transform:translate(150%);-ms-transform:translate(150%);transform:translate(150%)}}.global-message-wrapper .global-message{-ms-flex-align:start;align-items:flex-start;border-radius:4px;color:#fff;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-family:Roboto;font-size:16px;line-height:24px;max-width:700px}.global-message-wrapper .global-message .global-message-content{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;padding:12px 18px}@media(min-width:860px){.global-message-wrapper .global-message{margin-left:auto}}.global-message-wrapper .global-message-text{-ms-flex:1 1;flex:1 1;margin-right:10px}.global-message-wrapper .global-message.type-success{background-color:#038c3a}.global-message-wrapper .global-message.type-error{background-color:#d33e3e}.global-message-wrapper .global-message.type-warning{background-color:#d3773e}.global-message-wrapper .global-message i{margin-right:10px}.global-message-wrapper .global-message i:before{font-size:23px}.global-message-wrapper .global-message .close{padding:15px}.global-message-wrapper .global-message .close .icon-close{margin-right:0}.global-message-wrapper .global-message .close .icon-close:before{font-size:inherit;font-weight:700}.non-engage-profile-card{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:16px}.non-engage-profile-card .non-engage-cog-icon{color:#000;font-size:24px;padding:8px}.non-engage-profile-card .non-engage-avatar{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:16px;line-height:20px}.non-engage-profile-card .non-engage-avatar img{border-radius:50%;height:55px;margin-right:8px;width:55px}@media(min-width:820px){.non-engage-profile-card .non-engage-avatar{font-size:20px;line-height:24px}.non-engage-profile-card .non-engage-avatar img{height:64px;width:64px}}#all-apps-page{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Roboto;height:100%;width:100%}#all-apps-page .all-apps-page-container{overflow:hidden;padding:8px}#all-apps-page .all-apps-page-container .page-content,#all-apps-page .all-apps-page-container .page-content>div{height:100%}#all-apps-page .all-apps-page-container .all-apps-page-card{-webkit-box-sizing:content-box;box-sizing:content-box;max-height:calc(100% - 158px);overflow:auto;padding:16px}@media(max-width:820px){#all-apps-page .all-apps-page-container .all-apps-page-card{max-height:calc(100% - 128px)}#all-apps-page .all-apps-page-container .all-applications-apps-container .all-applications-apps-grid{max-width:100%;width:100%}#all-apps-page .all-apps-page-container .all-applications-apps-container .all-applications-apps-grid .app-item{width:25%}}@media(max-width:650px){#all-apps-page .all-apps-page-container .all-applications-apps-container .all-applications-apps-grid .app-item{width:33%}#all-apps-page .all-apps-page-container .all-applications-apps-container .all-applications-apps-grid .app-item div{width:105px}#all-apps-page .all-apps-page-container .all-applications-apps-container .all-applications-apps-grid .app-item img{max-width:55px}}@media(max-width:350px){#all-apps-page .all-apps-page-container .all-applications-apps-container .all-applications-apps-grid .app-item{width:50%}}#all-apps-page .all-apps-page-container .all-applications-apps-container .all-applications-apps-grid .app-item .app-label{margin:0;padding:10px 0 0}#all-apps-page .all-apps-page-container .all-applications-apps-container .all-applications-apps-grid .app-item img{max-width:64px}#all-apps-page .topBarLogo{content:url(../assets/fourth_logo_desktop.5c37436fd49fe29ccb43..svg);padding-left:24px}@media(max-width:820px){#all-apps-page .topBarLogo{content:url(../assets/fourth_logo_mobile.a2f6de91716a08d6a86e..svg)}}#all-apps-page .logout-button{padding-right:24px}#all-apps-page .logout-button .logout-button-icon{cursor:pointer;font-size:24px}#all-apps-page .sign-out{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;font-size:16px;justify-content:center;text-align:center}.cannot-message-user-modal .confirmation-modal{max-width:100%;width:340px}.employee-list{padding-bottom:0}@media(max-width:820px){.employee-list .photo{margin:0 8px 0 0!important}.employee-list .content{margin:0!important}}.employee-list .employee-list-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.employee-list .employee-list-wrapper .fourth-icon{-ms-flex-item-align:center;align-self:center;cursor:pointer;font-size:20px}.employee-list .content{overflow:hidden}.employee-list .content .employee-item-content{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-flow:column;flex-flow:column;justify-content:center;overflow:hidden}.employee-list .content .employee-item-content .location{color:#716e73;font-size:10px;line-height:11px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.employee-list .content .employee-item-content .name{color:#383b45;font-size:18px;margin:4px 0;word-break:break-word}.employee-list .content .employee-item-content .job-title{color:#716e73;font-size:12px;line-height:14px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}#employee-directory-page{height:100%}#employee-directory-page .page-layout-wrapper{padding-bottom:0;padding-top:8px}#employee-directory-page .tab-bar{border-radius:0;margin-top:0;padding-top:8px}#employee-directory-page .directory-search-bar-wrapper{background:#fff;border-radius:4px 4px 0 0;padding:16px}.location-list{padding-bottom:0}.location-list .location-item-content{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:0 8px;word-break:break-word}.location-list .location-item-content .icon-wrapper{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#333;border-radius:100%;display:-ms-flexbox;display:flex;height:55px;justify-content:center;width:55px}.location-list .location-item-content .icon-wrapper .fourth-icon{color:#fff;font-size:27px}.location-list .location-item-content .location-info-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin-left:8px}.location-list .location-item-content .location-info-wrapper .name{color:#383b45;font-size:18px;line-height:24px}.location-list .location-item-content .location-info-wrapper .address{color:#716e73;font-size:12px;line-height:14px}.company-groups-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.company-groups-list .company-group-item{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:0 1 50%;flex:0 1 50%;height:257px;margin-top:8px;max-width:50%;padding:0 4px;width:100%}.company-groups-list .company-group-item .company-group-list-item-container{background-color:#fff;border:1px solid #ddd;color:#444;display:block;font-size:16px;height:100%;text-decoration:none;width:100%}.company-groups-list .company-group-item .company-group-list-item-container .company-group-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;height:187px;width:100%}.company-groups-list .company-group-item .company-group-list-item-container .company-group-banner-0{background-color:#5ea6e8}.company-groups-list .company-group-item .company-group-list-item-container .company-group-banner-1{background-color:#8b78eb}.company-groups-list .company-group-item .company-group-list-item-container .company-group-banner-2{background-color:#48d490}.company-groups-list .company-group-item .company-group-list-item-container .company-group-banner-3{background-color:#93d448}.company-groups-list .company-group-item .company-group-list-item-container .company-group-banner-4{background-color:#ffb616}.company-groups-list .company-group-item .company-group-list-item-container .company-group-banner-5{background-color:#f57153}.company-groups-list .company-group-item .company-group-list-item-container .company-group-content{border-top:1px solid #ddd;max-width:100%;padding:14px;position:relative}.company-groups-list .company-group-item .company-group-list-item-container .company-group-content .company-group-avatar{background-color:#ada8a5;border-radius:50%;height:35px;left:auto;line-height:35px;margin-left:0;position:absolute;right:14px;text-align:center;top:-17px;width:35px}.company-groups-list .company-group-item .company-group-list-item-container .company-group-content .company-group-avatar img{border-radius:50%;height:35px;overflow:hidden;width:35px}.company-groups-list .company-group-item .company-group-list-item-container .company-group-content .company-group-name{color:#232323;cursor:pointer;font-weight:700;line-height:normal;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.company-groups-list .company-group-item .company-group-list-item-container .company-group-content .company-group-description{color:#707070;cursor:pointer;display:block;font-size:13px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.company-groups-list .company-group-item:nth-child(odd){padding-left:0}.company-groups-list .company-group-item:nth-child(2n+0){padding-right:0}.company-groups-list .empty-message{padding:16px;text-align:center;width:100%}@media(max-width:820px){.company-groups-list .company-group-item{-ms-flex:0 1 100%;flex:0 1 100%;max-width:100%;padding:0}}#groups-page{height:100%}#groups-page .page-layout-wrapper{padding-top:8px}#groups-page .groups-tab-bar{margin-bottom:0;margin-top:8px}.dynamic-groups-list{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.dynamic-groups-list .dynamic-groups-list-item{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:0 1 25%;flex:0 1 25%;height:168px;margin-top:8px;padding:0 4px;position:relative}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card{background-color:#fff;border-radius:5px;display:block;height:100%;padding:14px 0;text-decoration:none}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card i.fourth-icon{color:#000;font-size:18px;opacity:.5}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card .group-card-private-indicator{left:9px;position:absolute;top:4px}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card .group-card-right-button-container{padding:4px 9px;position:absolute;right:0;top:0}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card .group-card-avatar{background-color:#ada8a5;border-radius:50%;-webkit-box-shadow:0 1px 2px hsla(0,0%,45%,.5);box-shadow:0 1px 2px hsla(0,0%,45%,.5);cursor:pointer;height:72px;margin:auto;width:72px}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card .group-card-avatar img{border-radius:50%;height:72px;overflow:hidden;width:72px}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card .group-card-info{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:14px}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card .group-card-info .group-card-name{color:#232323;font-size:14px;margin:auto;max-width:132px;overflow:hidden;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dynamic-groups-list .dynamic-groups-list-item .dynamic-groups-card .group-card-info .group-card-last-activity{color:#707070;display:block;font-size:12px;max-width:90%;text-align:center}@media(max-width:666px){.dynamic-groups-list .dynamic-groups-list-item{-ms-flex:0 1 33.3%;flex:0 1 33.3%}}@media(max-width:490px){.dynamic-groups-list .dynamic-groups-list-item{-ms-flex:0 1 50%;flex:0 1 50%}}#location-page{height:100%}#location-page .header{display:-ms-flexbox;display:flex;margin-bottom:8px;padding:16px;text-align:center}@media(max-width:820px){#location-page .header{padding:8px}}#location-page .header .photo{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#333;border-radius:100%;display:-ms-flexbox;display:flex;height:100px;justify-content:center;min-width:100px;width:100px}#location-page .header .photo .fourth-icon{color:#fff;font-size:60px}#location-page .header-info{-ms-flex-align:baseline;-ms-flex-pack:center;align-items:baseline;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;justify-content:center;margin-left:8px}#location-page .header .title{color:#383b45;font-size:20px;line-height:24px;margin-bottom:4px}@media(max-width:820px){#location-page .header .title{font-size:16px;line-height:20px;margin-bottom:2px}}#location-page .header .line{color:#716e73;font-size:14px;line-height:20px}@media(max-width:820px){#location-page .header .line{font-size:10px;line-height:12px}}.video-player-wrapper{height:100%;width:100%}.video-player-wrapper .video-player{height:100%;margin:auto;width:100%}.video-player-wrapper .video-player .vjs-control-bar{background-color:rgba(0,0,0,.6)}.video-player-wrapper .video-player .vjs-control-bar .vjs-control.vjs-play-control,.video-player-wrapper .video-player .vjs-control-bar .vjs-control.vjs-time-control.vjs-current-time,.video-player-wrapper .video-player .vjs-control-bar .vjs-control.vjs-time-control.vjs-remaining-time{display:table-cell!important}.video-player-wrapper .video-player .vjs-control-bar .vjs-mute-control,.video-player-wrapper .video-player .vjs-control-bar .vjs-progress-control,.video-player-wrapper .video-player .vjs-control-bar .vjs-time-control{height:56px;top:0}.video-player-wrapper .video-player .vjs-control-bar .vjs-progress-control{padding:0!important}.video-player-wrapper .video-player .vjs-control-bar .vjs-current-time-display{min-width:0}.video-player-wrapper .video-player .vjs-control-bar .vjs-remaining-time{font-size:12px;padding:0 0 0 15px}.video-player-wrapper .video-player .vjs-control-bar .vjs-current-time{color:#fff;font-size:12px;padding:0 15px 0 0}.video-player-wrapper .video-player .vjs-control-bar .vjs-mute-control:before{color:#fff;content:""!important;font-family:Fourth-icon!important;font-size:18px}.video-player-wrapper .video-player .vjs-control-bar .vjs-load-progress{background-color:#b0b0b0}.video-player-wrapper .video-player .vjs-control-bar .vjs-play-progress{background-color:#07a0c8}.video-player-wrapper .video-player .vjs-control-bar .vjs-slider-handle:before{background:#fff;border-radius:100%;height:14px;margin:-7px 0 0 -7px;width:14px}.video-player-wrapper .video-player .vjs-control-bar .vjs-slider-handle:after{border:0}.video-player-wrapper .video-player .vjs-control-bar .vjs-play-control{display:block!important}.video-player-wrapper .video-player img{margin:auto;max-width:100%;text-align:center}.video-player-wrapper .video-player .vjs-big-play-button{background-color:rgba(0,0,0,.6);border:none;border-radius:100%}.video-player-wrapper .video-player .vjs-big-play-button:before{text-shadow:none}@supports(-webkit-touch-callout:none){.media-controls-container{display:none!important;opacity:0!important}.vjs-control-bar{opacity:0!important}.vjs-big-play-button{opacity:1!important;visibility:visible!important}}#announcement-details-page{height:100%}#announcement-details-page em{font-style:italic}#announcement-details-page ol,#announcement-details-page ul{list-style-position:inside}#announcement-details-page ol ol,#announcement-details-page ol ul,#announcement-details-page ul ol,#announcement-details-page ul ul{padding-left:40px}#announcement-details-page ol{list-style-type:decimal}#announcement-details-page ul{list-style-type:disc}@media(min-width:820px){#announcement-details-page .announcement-container.has-attachments .announcement-card{border-radius:4px 4px 0 0}}#announcement-details-page .announcement-container .item-not-found-container{color:#666;font-size:16px;padding:10px;text-align:center}#announcement-details-page .announcement-container #loading-indicator{margin:auto;text-align:center}#announcement-details-page .announcement-media-list .announcement-media-list-item{overflow:hidden}#announcement-details-page .announcement-media-list .announcement-media-list-item>img{margin:auto;max-width:100%;text-align:center;width:100%}#announcement-details-page .announcement-media-list .announcement-media-list-item .video-player-wrapper{max-height:365px}.mosaic{display:-ms-flexbox;display:flex;max-width:100%;position:relative;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.mosaic .base-button{padding:0}.mosaic.has-more-items{min-height:300px}.mosaic.single-column-mode{height:100%;max-height:none}.mosaic .failed-mosaic-item{background-color:rgba(0,0,0,.6)}.mosaic .failed-mosaic-item .mosaic-overlay{background-color:rgba(0,0,0,0)}.mosaic .failed-mosaic-item .mosaic-failed-label,.mosaic .failed-mosaic-item .retry-button{display:-ms-flexbox;display:flex}.mosaic .failed-mosaic-item .mosaic-image{background-image:none!important}.mosaic .failed-mosaic-item img{-o-object-position:-99999px 99999px;object-position:-99999px 99999px}.mosaic .mosaic-failed-label,.mosaic .retry-button{display:none}.mosaic .mosaic-item{background-color:#383b45;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;height:100%;margin-top:4px;position:relative;text-align:center;width:100%}.mosaic .mosaic-item:first-of-type{margin-top:0}.mosaic .mosaic-item .mosaic-image{margin:auto;max-height:500px;max-width:100%}.mosaic .mosaic-item img.mosaic-image{-ms-flex-item-align:start;align-self:flex-start;height:auto;-o-object-fit:contain;object-fit:contain}.mosaic .mosaic-item div.mosaic-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.mosaic .mosaic-item .video-icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.6);border-radius:100%;display:-ms-flexbox;display:flex;height:58px;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:58px}.mosaic .mosaic-item .video-icon>i{color:#fff;font-size:24px;height:24px;width:24px}.mosaic .mosaic-item .video-icon.video-autoplay{height:48px;width:48px}.mosaic .mosaic-item .video-icon:hover{background-color:rgba(0,0,0,.4)}.mosaic .left-image-container{-ms-flex:1 1;flex:1 1}.mosaic .left-image-container.has-right-column{margin-right:4px}.mosaic .right-image-container{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.mosaic .single-column-mode-container{overflow:auto;width:100%}.mosaic .single-column-mode-container .mosaic-item{margin-top:8px;max-height:28vh}.mosaic .single-column-mode-container .mosaic-item:first-of-type{margin-top:0}.mosaic .single-column-mode-container .mosaic-item .mosaic-image{background-size:contain}.mosaic .single-column-mode-container .mosaic-item img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.mosaic .mosaic-overlay{background-color:rgba(0,0,0,.6);height:100%;position:absolute;top:0;width:100%}.mosaic .mosaic-overlay.no-overlay{background-color:rgba(0,0,0,0)}.mosaic .mosaic-overlay .more-images-count{color:#fff}.mosaic .mosaic-overlay .image-circular-progress-bar,.mosaic .mosaic-overlay .more-images-count{font-size:34px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mosaic .mosaic-failed-label{color:#333;font-size:16px;left:11px;position:absolute;top:15px}.mosaic .remove-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.6);border-radius:100%;cursor:pointer;display:-ms-flexbox;display:flex;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px;z-index:1}.mosaic .remove-button>i{color:#fff;font-size:24px;height:24px;width:24px}.mosaic .remove-button:hover{background-color:rgba(0,0,0,.4)}.mosaic .retry-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.6);border-radius:100%;cursor:pointer;height:30px;justify-content:center;position:absolute;right:48px;top:10px;width:30px}.mosaic .retry-button>i{color:#fff;font-size:20px;height:20px;width:20px}.mosaic .retry-button:hover{background-color:rgba(0,0,0,.4)}.short .new-post-popup{overflow:auto}@media(min-width:820px){.single-column-mode-container{padding:9px 12px 12px}.single-column-mode-container .mosaic-item{margin-top:3px!important}.mosaic.has-more-items{min-height:400px}.mosaic .mosaic-item{margin-top:8px}.mosaic .mosaic-item .mosaic-image{max-height:600px}.mosaic .left-image-container{-ms-flex:6 1;flex:6 1}.mosaic .left-image-container.has-right-column{margin-right:8px}.mosaic .right-image-container{-ms-flex:4 1;flex:4 1}}.circle-background,.circle-progress{fill:none}.circle-background{stroke:#fff}.circle-progress{stroke:#0ca2d0;stroke-linecap:round;stroke-linejoin:round}.circle-text{fill:#0ca2d0;font-size:1em;font-weight:700}.fourth-carousel{background-color:#000;color:#fff;height:100%;position:relative;width:100%}.fourth-carousel .slides{height:100%;overflow:hidden;position:relative;width:100%}.fourth-carousel .slides .slide{height:100%;position:absolute;width:100%}.fourth-carousel .bottom-navigation{left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fourth-carousel .bottom-navigation.dot-navigation{bottom:14px}.fourth-carousel .bottom-navigation.dot-navigation .dot{background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:6px;cursor:pointer;display:inline-block;height:12px;margin-left:6px;width:12px}.fourth-carousel .bottom-navigation.dot-navigation .dot.active{background:#fff;pointer-events:none}.fourth-carousel .bottom-navigation.arrow-navigation{-ms-flex-align:center;align-items:center;bottom:8px;display:-ms-flexbox;display:flex}.fourth-carousel .bottom-navigation.arrow-navigation>i{cursor:pointer;font-size:14px}@media(max-width:820px){.fourth-carousel .navigation-arrow{display:none!important}}.pinch-zoom-wrapper{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;max-height:100%;max-width:100%;overflow:hidden;width:100%}.pinch-zoom-wrapper img{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.feed-carousel .top-bar-indicator{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.6);display:-ms-flexbox;display:flex;height:50px;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.feed-carousel .top-bar-indicator .indicator-text{font-size:16px}.feed-carousel .top-bar-indicator .top-bar-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:50px;justify-content:center;position:absolute;top:0;width:50px}.feed-carousel .top-bar-indicator .top-bar-button i{color:#fff;font-size:20px}.feed-carousel .top-bar-indicator .top-bar-button.download-button,.feed-carousel .top-bar-indicator .top-bar-button.download-progress-bar{left:0;text-decoration:none;width:50px}.feed-carousel .top-bar-indicator .top-bar-button.cancel-download-button{color:#fff;font-size:14px;left:45px}.feed-carousel .top-bar-indicator .top-bar-button.close-button{right:0}.popup.feed-carousel-wrapper.feed-carousel-wrapper{background-color:rgba(0,0,0,0);border-radius:0;height:87%;width:87%}@media(max-width:720px){.popup.feed-carousel-wrapper.feed-carousel-wrapper{height:100%;width:100%}}.popup.feed-carousel-wrapper.feed-carousel-wrapper .feed-carousel .slide-content{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.popup.feed-carousel-wrapper.feed-carousel-wrapper .feed-carousel .slide-content img{-ms-flex-item-align:center;align-self:center;-ms-flex:1 1;flex:1 1;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.popup.feed-carousel-wrapper.feed-carousel-wrapper .feed-carousel .navigation-arrow{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.6);border-radius:100%;cursor:pointer;display:-ms-flexbox;display:flex;height:48px;justify-content:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:48px}.popup.feed-carousel-wrapper.feed-carousel-wrapper .feed-carousel .navigation-arrow.prev-slide{left:10px}.popup.feed-carousel-wrapper.feed-carousel-wrapper .feed-carousel .navigation-arrow.next-slide{right:10px}.popup.feed-carousel-wrapper.feed-carousel-wrapper .feed-carousel .navigation-arrow>i{font-size:40px}@media(max-width:720px){.popup.feed-carousel-wrapper.feed-carousel-wrapper .feed-carousel .navigation-arrow{display:none}}.announcement-card{background:#fff;padding:16px}@media(min-width:820px){.announcement-card{border-radius:4px}}.announcement-card .announcement-header{display:-ms-flexbox;display:flex;min-height:45px}.announcement-card .announcement-header .announcement-image{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#333;border-radius:50%;color:#fff;display:-ms-flexbox;display:flex;height:56px;justify-content:center;width:56px}.announcement-card .announcement-header .announcement-image i{font-size:40px}.announcement-card .announcement-header .announcement-details{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;justify-content:center;margin-left:8px}.announcement-card .announcement-header .announcement-details .announcement-title{font-size:16px;font-weight:500;line-height:19px;margin-bottom:4px;word-break:break-all}.announcement-card .announcement-header .announcement-details .announcement-create-date{color:#69686a;font-size:12px;line-height:14px}.announcement-card .content-body,.announcement-card .content-description{color:#212121;line-height:17px;padding-top:16px}.announcement-card .content-description{font-size:16px}.announcement-card .content-body p{font-size:14px;margin:0;min-height:16px;padding-top:0}.announcement-card .content-body p i{font-style:italic}#admin-area-page{height:100%}#admin-area-page .page-layout-wrapper .page-content{padding:0 8px}#admin-area-page .page-layout-wrapper .admin-page-button{-ms-flex-pack:left;background:#fff;border:none;border-radius:6px;-webkit-box-shadow:0 2px 4px 0 rgba(203,213,221,.8),0 1px 1px 0 rgba(203,213,221,.4);box-shadow:0 2px 4px 0 rgba(203,213,221,.8),0 1px 1px 0 rgba(203,213,221,.4);color:#333;font-size:18px;height:55px;justify-content:left;margin-bottom:8px;padding-left:8px;text-align:left;width:100%}.admin-items-list{padding-bottom:0}.admin-items-list .list-item{cursor:pointer}.admin-items-list .list-item:last-child.opened-options{padding-bottom:60px}.admin-items-list .list-item:last-child.opened-options .action-button:last-child{height:calc(100% - 60px)}.admin-items-list .list-item .swipeable-container .content-wrapper{padding:8px 12px}.admin-items-list .list-item .admin-items-content .status{background-color:#000;border-radius:4px;color:#fff;display:inline-block;font-size:10px;font-weight:700;height:16px;line-height:16px;margin-bottom:10px;padding:0 4px;text-transform:uppercase}.admin-items-list .list-item .admin-items-content .status.processing{background-color:#087090}.admin-items-list .list-item .admin-items-content .status.expired,.admin-items-list .list-item .admin-items-content .status.inactive{background-color:#4a5456}.admin-items-list .list-item .admin-items-content .status.active{background-color:#038c3a}.admin-items-list .list-item .admin-items-content .status.failed{background-color:#d33e3e}.admin-items-list .list-item .admin-items-content .duration{color:#716e73;font-size:10px;text-transform:uppercase}.admin-items-list .list-item .admin-items-content .title{color:#383b45;font-size:18px;margin:8px 0 0}.admin-items-list .list-item .admin-items-content .group-name{color:#716e73;font-size:12px}.admin-items-list .list-item .admin-items-content .creation-date{color:#716e73;font-size:14px;font-weight:500;margin-top:24px}.admin-items-list .list-item .admin-items-content .creation-date .priority{color:#716e73;font-size:12px}.admin-items-list .list-item .swipeable-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center}.admin-items-list .list-item .swipeable-button i{font-size:24px;margin-bottom:8px}.admin-items-list .list-item .swipeable-button span{font-size:14px}.admin-items-list .list-item .swipeable-button.clone{background-color:#69686a}.admin-items-list .list-item .swipeable-button.delete{background-color:#f64747}#announcement-list-page .page-bar,#broadcast-list-page .page-bar{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end;position:relative}#announcement-list-page .page-bar .sort-by,#broadcast-list-page .page-bar .sort-by{-ms-flex-align:center;-ms-flex-pack:end;align-items:center;color:#383b45;cursor:pointer;display:-ms-flexbox;display:flex;font-size:12px;height:100%;justify-content:flex-end}#announcement-list-page .page-bar .sort-by>i,#broadcast-list-page .page-bar .sort-by>i{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:20px;height:100%;margin:-2px 0 0 2px}#announcement-list-page .page-bar .dropdown-menu-with-option-list,#broadcast-list-page .page-bar .dropdown-menu-with-option-list{color:#383b45;right:14px;top:10px}#announcement-list-page{height:100%}#announcement-list-page .page-layout-wrapper{padding-bottom:0;padding-top:8px}@media(max-width:820px){#announcement-list-page .page-layout-wrapper{padding-top:0}}div[data-baseweb=popover] li[role=option]{text-transform:capitalize}.tox{-webkit-tap-highlight-color:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box;color:#222f3e;cursor:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;vertical-align:initial;white-space:normal}.tox :not(svg):not(rect){-webkit-tap-highlight-color:inherit;-webkit-box-sizing:inherit;box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit}.tox :not(svg):not(rect){background:0 0;border:0;-webkit-box-shadow:none;box-shadow:none;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}.tox:not([dir=rtl]){direction:ltr;text-align:left}.tox[dir=rtl]{direction:rtl;text-align:right}.tox-tinymce{border:2px solid #eee;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;overflow:hidden;position:relative;visibility:inherit!important}.tox-tinymce,.tox.tox-tinymce-inline{-webkit-box-shadow:none;box-shadow:none}.tox.tox-tinymce-inline{border:none}.tox.tox-tinymce-inline,.tox.tox-tinymce-inline .tox-editor-container{overflow:visible;overflow:initial}.tox.tox-tinymce-inline .tox-editor-header{background-color:#fff;border:2px solid #eee;border-radius:10px;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.tox-tinymce-aux{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;z-index:1300}.tox-tinymce :focus,.tox-tinymce-aux :focus{outline:0}button::-moz-focus-inner{border:0}.tox[dir=rtl] .tox-icon--flip svg{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.tox .accessibility-issue__header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:4px}.tox .accessibility-issue__description{-ms-flex-align:stretch;-ms-flex-pack:justify;align-items:stretch;border:1px solid #eee;border-radius:6px;display:-ms-flexbox;display:flex;justify-content:space-between}.tox .accessibility-issue__description>div{padding-bottom:4px}.tox .accessibility-issue__description>div>div{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:4px}.tox .accessibility-issue__description>:last-child:not(:only-child){border-color:#eee;border-style:solid}.tox .accessibility-issue__repair{margin-top:16px}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description{background-color:rgba(0,108,231,.1);border-color:#006ce7;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description>:last-child{border-color:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2{color:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg{fill:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon{color:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description{background-color:rgba(255,165,0,.1);border-color:rgba(255,165,0,.5);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description>:last-child{border-color:rgba(255,165,0,.5)}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2{color:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg{fill:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon{color:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description{background-color:rgba(204,0,0,.1);border-color:rgba(204,0,0,.4);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description>:last-child{border-color:rgba(204,0,0,.4)}.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg{fill:#c00}.tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description{background-color:rgba(120,171,70,.1);border-color:rgba(120,171,70,.4);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>:last-child{border-color:rgba(120,171,70,.4)}.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2{color:#78ab46}.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg{fill:#78ab46}.tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon{color:#78ab46}.tox .tox-dialog__body-content .accessibility-issue__header h1,.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2{margin-top:0}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-left:4px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-left:auto}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description{padding:4px 4px 4px 8px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description>:last-child{border-left-width:1px;padding-left:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-right:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-right:auto}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description{padding:4px 8px 4px 4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description>:last-child{border-right-width:1px;padding-right:4px}.tox .tox-anchorbar,.tox .tox-bar{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto}.tox .tox-button{background-color:#006ce7;background-image:none;background-position:0 0;background-repeat:repeat;border:1px solid #006ce7;border-radius:6px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;line-height:24px;margin:0;outline:0;padding:4px 16px;position:relative;text-align:center;text-decoration:none;text-transform:none;white-space:nowrap}.tox .tox-button:before{border-radius:6px;bottom:-1px;-webkit-box-shadow:inset 0 0 0 2px #fff,0 0 0 1px #006ce7,0 0 0 3px rgba(0,108,231,.25);box-shadow:inset 0 0 0 2px #fff,0 0 0 1px #006ce7,0 0 0 3px rgba(0,108,231,.25);content:"";left:-1px;opacity:0;pointer-events:none;position:absolute;right:-1px;top:-1px}.tox .tox-button[disabled]{background-color:#006ce7;background-image:none;border-color:#006ce7;-webkit-box-shadow:none;box-shadow:none;color:hsla(0,0%,100%,.5);cursor:not-allowed}.tox .tox-button:focus:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;-webkit-box-shadow:none;box-shadow:none;color:#fff}.tox .tox-button:focus-visible:not(:disabled):before{opacity:1}.tox .tox-button:hover:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;-webkit-box-shadow:none;box-shadow:none;color:#fff}.tox .tox-button:active:not(:disabled){background-color:#0054b4;background-image:none;border-color:#0054b4;-webkit-box-shadow:none;box-shadow:none;color:#fff}.tox .tox-button--secondary{background-position:0 0;background-repeat:repeat;border:1px solid #f0f0f0;border-radius:6px;color:#222f3e;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;outline:0;padding:4px 16px;text-decoration:none;text-transform:none}.tox .tox-button--secondary,.tox .tox-button--secondary[disabled]{background-color:#f0f0f0;background-image:none;-webkit-box-shadow:none;box-shadow:none}.tox .tox-button--secondary[disabled]{border-color:#f0f0f0;color:rgba(34,47,62,.5)}.tox .tox-button--secondary:focus:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:hover:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:active:not(:disabled){background-color:#d6d6d6;background-image:none;border-color:#d6d6d6;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{fill:currentColor;display:block}.tox .tox-button-link{background:0;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0;white-space:nowrap}.tox .tox-button-link--sm{font-size:14px}.tox .tox-button--naked{background-color:transparent;color:#222f3e}.tox .tox-button--naked,.tox .tox-button--naked[disabled]{border-color:transparent;-webkit-box-shadow:none;-webkit-box-shadow:initial;box-shadow:none}.tox .tox-button--naked[disabled]{background-color:rgba(34,47,62,.12);color:rgba(34,47,62,.5)}.tox .tox-button--naked:hover:not(:disabled){background-color:rgba(34,47,62,.12);border-color:transparent;-webkit-box-shadow:none;-webkit-box-shadow:initial;box-shadow:none;color:#222f3e}.tox .tox-button--naked:focus:not(:disabled){background-color:rgba(34,47,62,.12);border-color:transparent;-webkit-box-shadow:none;-webkit-box-shadow:initial;box-shadow:none;color:#222f3e}.tox .tox-button--naked:active:not(:disabled){background-color:rgba(34,47,62,.18);border-color:transparent;-webkit-box-shadow:none;-webkit-box-shadow:initial;box-shadow:none;color:#222f3e}.tox .tox-button--naked .tox-icon svg{fill:currentColor}.tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#222f3e}.tox .tox-checkbox{-ms-flex-align:center;align-items:center;border-radius:6px;cursor:pointer;display:-ms-flexbox;display:flex;height:36px;min-width:36px}.tox .tox-checkbox__input{height:1px;overflow:hidden;position:absolute;top:auto;width:1px}.tox .tox-checkbox__icons{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-radius:6px;-webkit-box-shadow:0 0 0 2px transparent;box-shadow:0 0 0 2px transparent;-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-flexbox;display:flex;height:24px;justify-content:center;padding:3px;width:24px}.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:rgba(34,47,62,.3);display:block}.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg,.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{fill:#006ce7;display:none}.tox .tox-checkbox--disabled{color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg,.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg,.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:rgba(34,47,62,.5)}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg{display:block}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:block}.tox input.tox-checkbox__input:focus+.tox-checkbox__icons{border-radius:6px;-webkit-box-shadow:inset 0 0 0 1px #006ce7;box-shadow:inset 0 0 0 1px #006ce7;padding:3px}.tox:not([dir=rtl]) .tox-checkbox__label{margin-left:4px}.tox:not([dir=rtl]) .tox-checkbox__input{left:-10000px}.tox:not([dir=rtl]) .tox-bar .tox-checkbox{margin-left:4px}.tox[dir=rtl] .tox-checkbox__label{margin-right:4px}.tox[dir=rtl] .tox-checkbox__input{right:-10000px}.tox[dir=rtl] .tox-bar .tox-checkbox{margin-right:4px}.tox .tox-collection--toolbar .tox-collection__group{display:-ms-flexbox;display:flex;padding:0}.tox .tox-collection--grid .tox-collection__group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}.tox .tox-collection--list .tox-collection__group{border:solid #e3e3e3;border-width:1px 0 0;padding:4px 0}.tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}.tox .tox-collection__group-heading{background-color:#fcfcfc;color:rgba(34,47,62,.7);cursor:default;font-size:12px;font-style:normal;font-weight:400;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none}.tox .tox-collection__group-heading,.tox .tox-collection__item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox .tox-collection__item{-ms-flex-align:center;align-items:center;border-radius:3px;color:#222f3e;display:-ms-flexbox;display:flex}.tox .tox-collection--list .tox-collection__item{padding:4px 8px}.tox .tox-collection--grid .tox-collection__item,.tox .tox-collection--toolbar .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--list .tox-collection__item--enabled{background-color:#fff;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active{background-color:#cce2fa}.tox .tox-collection--toolbar .tox-collection__item--enabled{background-color:#a6ccf7;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active{background-color:#cce2fa}.tox .tox-collection--grid .tox-collection__item--enabled{background-color:#a6ccf7;color:#222f3e}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#cce2fa;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection__item-checkmark,.tox .tox-collection__item-icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:24px;justify-content:center;width:24px}.tox .tox-collection__item-checkmark svg,.tox .tox-collection__item-icon svg{fill:currentColor}.tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}.tox .tox-collection__item-label{color:currentColor;-ms-flex:1 1;flex:1 1;font-style:normal;font-weight:400;word-break:break-all}.tox .tox-collection__item-accessory,.tox .tox-collection__item-label{display:inline-block;font-size:14px;line-height:24px;text-transform:none}.tox .tox-collection__item-accessory{color:rgba(34,47,62,.7);height:24px}.tox .tox-collection__item-caret{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;min-height:24px}.tox .tox-collection__item-caret:after{content:"";font-size:0;min-height:inherit}.tox .tox-collection__item-caret svg{fill:#222f3e}.tox .tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg{fill:rgba(34,47,62,.5)}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}.tox .tox-collection--horizontal{-ms-flex-negative:0;background-color:#fff;border:1px solid #e3e3e3;border-radius:6px;-webkit-box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;flex-shrink:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}.tox .tox-collection--horizontal .tox-collection__group{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item{height:28px;margin:6px 1px 5px 0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}.tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}.tox .tox-collection__item-container{display:-ms-flexbox;display:flex}.tox .tox-collection__item-container--row{-ms-flex-align:center;align-items:center;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row}.tox .tox-collection__item-container--row.tox-collection__item-container--align-left{margin-right:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--align-right{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top{-ms-flex-align:start;align-items:flex-start;margin-bottom:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle{-ms-flex-align:center;align-items:center}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom{-ms-flex-align:end;align-items:flex-end;margin-top:auto}.tox .tox-collection__item-container--column{-ms-flex-item-align:center;align-self:center;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column}.tox .tox-collection__item-container--column.tox-collection__item-container--align-left{-ms-flex-align:start;align-items:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--align-right{-ms-flex-align:end;align-items:flex-end}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top{-ms-flex-item-align:start;align-self:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle{-ms-flex-item-align:center;align-self:center}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom{-ms-flex-item-align:end;align-self:flex-end}.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid transparent}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child){margin-left:8px}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-left:4px}.tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid transparent}.tox[dir=rtl] .tox-collection--list .tox-collection__item>:not(:first-child){margin-right:8px}.tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-right:4px}.tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}.tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}.tox .tox-color-picker-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:225px;margin:0}.tox .tox-sv-palette{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;height:100%}.tox .tox-sv-palette-spectrum{height:100%}.tox .tox-sv-palette,.tox .tox-sv-palette-spectrum{width:225px}.tox .tox-sv-palette-thumb{background:0 0;border:1px solid #000;border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box;height:12px;position:absolute;width:12px}.tox .tox-sv-palette-inner-thumb{border:1px solid #fff;border-radius:50%;height:10px;position:absolute;width:10px}.tox .tox-hue-slider{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;width:25px}.tox .tox-hue-slider-spectrum{background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(#ff0080),color-stop(#f0f),color-stop(#8000ff),color-stop(#00f),color-stop(#0080ff),color-stop(#0ff),color-stop(#00ff80),color-stop(#0f0),color-stop(#80ff00),color-stop(#ff0),color-stop(#ff8000),to(red));background:-o-linear-gradient(top,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);background:linear-gradient(180deg,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);height:100%;width:100%}.tox .tox-hue-slider,.tox .tox-hue-slider-spectrum{width:20px}.tox .tox-hue-slider-thumb{background:#fff;border:1px solid #000;-webkit-box-sizing:content-box;box-sizing:content-box;height:4px;width:100%}.tox .tox-rgb-form{-ms-flex-direction:column;flex-direction:column}.tox .tox-rgb-form,.tox .tox-rgb-form div{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between}.tox .tox-rgb-form div{-ms-flex-align:center;align-items:center;margin-bottom:5px;width:inherit}.tox .tox-rgb-form input{width:6em}.tox .tox-rgb-form input.tox-invalid{border:1px solid red!important}.tox .tox-rgb-form .tox-rgba-preview{-ms-flex-positive:2;border:1px solid #000;flex-grow:2;margin-bottom:0}.tox:not([dir=rtl]) .tox-sv-palette{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider-thumb{margin-left:-1px}.tox:not([dir=rtl]) .tox-rgb-form label{margin-right:.5em}.tox[dir=rtl] .tox-hue-slider,.tox[dir=rtl] .tox-sv-palette{margin-left:15px}.tox[dir=rtl] .tox-hue-slider-thumb{margin-right:-1px}.tox[dir=rtl] .tox-rgb-form label{margin-left:.5em}.tox .tox-toolbar .tox-swatches,.tox .tox-toolbar__overflow .tox-swatches,.tox .tox-toolbar__primary .tox-swatches{margin:5px 0 6px 11px}.tox .tox-collection--list .tox-collection__group .tox-swatches-menu{border:0;margin:-4px}.tox .tox-swatches__row{display:-ms-flexbox;display:flex}.tox .tox-swatch{height:30px;-webkit-transition:-webkit-transform .15s,-webkit-box-shadow .15s;transition:-webkit-transform .15s,-webkit-box-shadow .15s;-o-transition:transform .15s,box-shadow .15s;transition:transform .15s,box-shadow .15s;transition:transform .15s,box-shadow .15s,-webkit-transform .15s,-webkit-box-shadow .15s;width:30px}.tox .tox-swatch:focus,.tox .tox-swatch:hover{-webkit-box-shadow:inset 0 0 0 1px hsla(0,0%,50%,.3);box-shadow:inset 0 0 0 1px hsla(0,0%,50%,.3);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tox .tox-swatch--remove{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.tox .tox-swatch--remove svg path{stroke:#e74c3c}.tox .tox-swatches__picker-btn{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:transparent;border:0;cursor:pointer;display:-ms-flexbox;display:flex;height:30px;justify-content:center;outline:0;padding:0;width:30px}.tox .tox-swatches__picker-btn svg{fill:#222f3e;height:24px;width:24px}.tox .tox-swatches__picker-btn:hover{background:#cce2fa}.tox:not([dir=rtl]) .tox-swatches__picker-btn{margin-left:auto}.tox[dir=rtl] .tox-swatches__picker-btn{margin-right:auto}.tox .tox-comment-thread{background:#fff;position:relative}.tox .tox-comment-thread>:not(:first-child){margin-top:8px}.tox .tox-comment{background:#fff;border:1px solid #eee;border-radius:6px;-webkit-box-shadow:0 4px 8px 0 rgba(34,47,62,.1);box-shadow:0 4px 8px 0 rgba(34,47,62,.1);padding:8px 8px 16px;position:relative}.tox .tox-comment__header{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;color:#222f3e;display:-ms-flexbox;display:flex;justify-content:space-between}.tox .tox-comment__date{color:#222f3e;font-size:12px;line-height:18px}.tox .tox-comment__body{color:#222f3e;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;margin-top:8px;position:relative;text-transform:none}.tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%}.tox .tox-comment__expander{padding-top:8px}.tox .tox-comment__expander p{color:rgba(34,47,62,.7);font-size:14px;font-style:normal}.tox .tox-comment__body p{margin:0}.tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}.tox .tox-comment-thread__overlay:after{background:#fff;bottom:0;content:"";display:-ms-flexbox;display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}.tox .tox-comment__reply{-ms-flex-negative:0;-ms-flex-pack:end;display:-ms-flexbox;display:flex;flex-shrink:0;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__reply>:first-child{margin-bottom:8px;width:100%}.tox .tox-comment__edit{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.tox .tox-comment__gradient:after{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:-o-linear-gradient(hsla(0,0%,100%,0),#fff);background:linear-gradient(hsla(0,0%,100%,0),#fff);bottom:0;content:"";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}.tox .tox-comment__overlay{-ms-flex-positive:1;background:#fff;bottom:0;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}.tox .tox-comment__loading-text,.tox .tox-comment__overlay{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.tox .tox-comment__loading-text{-ms-flex-align:center;align-items:center;color:#222f3e;position:relative}.tox .tox-comment__loading-text>div{padding-bottom:16px}.tox .tox-comment__overlaytext{bottom:0;-ms-flex-direction:column;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}.tox .tox-comment__overlaytext p{background-color:#fff;-webkit-box-shadow:0 0 8px 8px #fff;box-shadow:0 0 8px 8px #fff;color:#222f3e;text-align:center}.tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}.tox .tox-comment__busy-spinner{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;bottom:0;display:-ms-flexbox;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.tox .tox-comment__scroll{-ms-flex-negative:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:1;overflow:auto}.tox .tox-conversations{margin:8px}.tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}.tox:not([dir=rtl]) .tox-comment__buttonspacing>:last-child,.tox:not([dir=rtl]) .tox-comment__edit>:last-child,.tox:not([dir=rtl]) .tox-comment__reply>:last-child{margin-left:8px}.tox[dir=rtl] .tox-comment__edit{margin-right:8px}.tox[dir=rtl] .tox-comment__buttonspacing>:last-child,.tox[dir=rtl] .tox-comment__edit>:last-child,.tox[dir=rtl] .tox-comment__reply>:last-child{margin-right:8px}.tox .tox-user{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.tox .tox-user__avatar svg{fill:rgba(34,47,62,.7)}.tox .tox-user__avatar img{border-radius:50%;height:36px;-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:36px}.tox .tox-user__name{color:#222f3e;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-transform:none}.tox:not([dir=rtl]) .tox-user__avatar img,.tox:not([dir=rtl]) .tox-user__avatar svg{margin-right:8px}.tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}.tox[dir=rtl] .tox-user__avatar img,.tox[dir=rtl] .tox-user__avatar svg{margin-left:8px}.tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}.tox .tox-dialog-wrap{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;bottom:0;display:-ms-flexbox;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.tox .tox-dialog-wrap__backdrop{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.tox .tox-dialog,.tox .tox-dialog-wrap__backdrop--opaque{background-color:#fff}.tox .tox-dialog{border:0 solid #eee;border-radius:10px;-webkit-box-shadow:0 16px 16px -10px rgba(34,47,62,.15),0 0 40px 1px rgba(34,47,62,.15);box-shadow:0 16px 16px -10px rgba(34,47,62,.15),0 0 40px 1px rgba(34,47,62,.15);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog{-ms-flex-item-align:start;align-self:flex-start;margin:8px auto;max-height:calc(100vh - 16px);width:calc(100vw - 16px)}}.tox .tox-dialog-inline{z-index:1100}.tox .tox-dialog__header{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;background-color:#fff;border-bottom:none;color:#222f3e;display:-ms-flexbox;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0;position:relative}.tox .tox-dialog__header .tox-button{z-index:1}.tox .tox-dialog__draghandle{cursor:-webkit-grab;cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}.tox .tox-dialog__draghandle:active{cursor:-webkit-grabbing;cursor:grabbing}.tox .tox-dialog__dismiss{margin-left:auto}.tox .tox-dialog__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:20px;margin:0}.tox .tox-dialog__body,.tox .tox-dialog__title{font-style:normal;font-weight:400;line-height:1.3;text-transform:none}.tox .tox-dialog__body{color:#222f3e;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:16px;min-width:0;text-align:left}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body{-ms-flex-direction:column;flex-direction:column}}.tox .tox-dialog__body-nav{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:16px}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{-webkit-overflow-scrolling:touch;-ms-flex-direction:row;flex-direction:row;overflow-x:auto;padding-bottom:0}}.tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:rgba(34,47,62,.7);display:inline-block;font-size:14px;line-height:1.3;margin-bottom:8px;text-decoration:none;white-space:nowrap}.tox .tox-dialog__body-nav-item:focus{background-color:rgba(0,108,231,.1)}.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #006ce7;color:#006ce7}.tox .tox-dialog__body-content{-webkit-overflow-scrolling:touch;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;max-height:650px;overflow:auto;padding:16px}.tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}.tox .tox-dialog__body-content>:first-child{margin-top:0}.tox .tox-dialog__body-content>:last-child{margin-bottom:0}.tox .tox-dialog__body-content>:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content a{color:#006ce7;cursor:pointer;text-decoration:none}.tox .tox-dialog__body-content a:active,.tox .tox-dialog__body-content a:focus,.tox .tox-dialog__body-content a:hover{color:#0054b4;text-decoration:none}.tox .tox-dialog__body-content svg{fill:#222f3e}.tox .tox-dialog__body-content ul{-webkit-margin-end:0;-webkit-margin-start:0;-webkit-padding-start:2.5rem;display:block;list-style-type:disc;margin-bottom:16px;margin-inline-end:0;margin-inline-start:0;padding-inline-start:2.5rem}.tox .tox-dialog__body-content .tox-form__group h1{font-size:20px}.tox .tox-dialog__body-content .tox-form__group h1,.tox .tox-dialog__body-content .tox-form__group h2{color:#222f3e;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group h2{font-size:16px}.tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}.tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}.tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}.tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog--width-lg{height:650px;max-width:1200px}.tox .tox-dialog--width-md{max-width:800px}.tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}.tox .tox-dialog__body-content--centered{text-align:center}.tox .tox-dialog__footer{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;background-color:#fff;border-top:none;justify-content:space-between;padding:8px 16px}.tox .tox-dialog__busy-spinner,.tox .tox-dialog__footer,.tox .tox-dialog__footer-end,.tox .tox-dialog__footer-start{display:-ms-flexbox;display:flex}.tox .tox-dialog__busy-spinner{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:hsla(0,0%,100%,.75);bottom:0;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.tox .tox-dialog__table{border-collapse:collapse;width:100%}.tox .tox-dialog__table thead th{font-weight:700;padding-bottom:8px}.tox .tox-dialog__table tbody tr{border-bottom:1px solid #eee}.tox .tox-dialog__table tbody tr:last-child{border-bottom:none}.tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}.tox .tox-dialog__iframe.tox-dialog__iframe--opaque{background:#fff}.tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}.tox .tox-dialog__body-iframe{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.tox .tox-dialog__body-iframe .tox-navobj{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){-ms-flex:1 1;flex:1 1;height:100%}.tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}.tox .tox-dialog-dock-transition{-webkit-transition:visibility 0s linear .3s,opacity .3s ease;-o-transition:visibility 0s linear .3s,opacity .3s ease;transition:visibility 0s linear .3s,opacity .3s ease}.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*{margin-left:8px}.tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*{margin-right:8px}body.tox-dialog__disable-scroll{overflow:hidden}.tox .tox-dropzone-container{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.tox .tox-dropzone{-ms-flex-align:center;-ms-flex-positive:1;-ms-flex-pack:center;align-items:center;background:#fff;border:2px dashed #eee;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;justify-content:center;min-height:100px;padding:10px}.tox .tox-dropzone p{color:rgba(34,47,62,.7);margin:0 0 16px}.tox .tox-edit-area{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;overflow:hidden;position:relative}.tox .tox-edit-area__iframe{background-color:#fff;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:1 1;flex:1 1;height:100%;position:absolute;width:100%}.tox.tox-inline-edit-area{border:1px dotted #eee}.tox .tox-editor-container{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.tox .tox-editor-header{display:grid;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;z-index:1}.tox:not(.tox-tinymce-inline) .tox-editor-header{background-color:#fff;border-bottom:none;-webkit-box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07);box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07);padding:4px 0;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;-o-transition:box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header{border-top:1px solid #e3e3e3;-webkit-box-shadow:none;box-shadow:none}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header{background-color:#fff;-webkit-box-shadow:0 2px 2px -2px rgba(34,47,62,.2),0 8px 8px -4px rgba(34,47,62,.15);box-shadow:0 2px 2px -2px rgba(34,47,62,.2),0 8px 8px -4px rgba(34,47,62,.15);padding:4px 0}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header{-webkit-box-shadow:0 2px 2px -2px rgba(34,47,62,.2),0 8px 8px -4px rgba(34,47,62,.15);box-shadow:0 2px 2px -2px rgba(34,47,62,.2),0 8px 8px -4px rgba(34,47,62,.15)}.tox-editor-dock-fadeout{opacity:0;visibility:hidden}.tox-editor-dock-fadein{opacity:1;visibility:visible}.tox-editor-dock-transition{-webkit-transition:visibility 0s linear .25s,opacity .25s ease;-o-transition:visibility 0s linear .25s,opacity .25s ease;transition:visibility 0s linear .25s,opacity .25s ease}.tox-editor-dock-transition.tox-editor-dock-fadein{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.tox .tox-control-wrap{-ms-flex:1 1;flex:1 1;position:relative}.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid{display:none}.tox .tox-control-wrap svg{display:block}.tox .tox-control-wrap__status-icon-wrap{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tox .tox-control-wrap__status-icon-invalid svg{fill:#c00}.tox .tox-control-wrap__status-icon-unknown svg{fill:orange}.tox .tox-control-wrap__status-icon-valid svg{fill:green}.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield{padding-right:32px}.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap{right:4px}.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield{padding-left:32px}.tox[dir=rtl] .tox-control-wrap__status-icon-wrap{left:4px}.tox .tox-autocompleter{max-width:25em}.tox .tox-autocompleter .tox-menu{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:25em}.tox .tox-autocompleter .tox-autocompleter-highlight{font-weight:700}.tox .tox-color-input{display:-ms-flexbox;display:flex;position:relative;z-index:1}.tox .tox-color-input .tox-textfield{z-index:-1}.tox .tox-color-input span{border:1px solid rgba(34,47,62,.2);border-radius:6px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:24px;position:absolute;top:6px;width:24px}.tox .tox-color-input span:focus:not([aria-disabled=true]),.tox .tox-color-input span:hover:not([aria-disabled=true]){border-color:#006ce7;cursor:pointer}.tox .tox-color-input span:before{background-image:-o-linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 25%),-o-linear-gradient(135deg,rgba(0,0,0,.25) 25%,transparent 25%),-o-linear-gradient(45deg,transparent 75%,rgba(0,0,0,.25) 75%),-o-linear-gradient(135deg,transparent 75%,rgba(0,0,0,.25) 75%);background-image:linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 0),linear-gradient(-45deg,rgba(0,0,0,.25) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.25) 0),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.25) 0);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border:1px solid #fff;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:24px;left:-1px;position:absolute;top:-1px;width:24px;z-index:-1}.tox .tox-color-input span[aria-disabled=true]{cursor:not-allowed}.tox:not([dir=rtl]) .tox-color-input .tox-textfield{padding-left:36px}.tox:not([dir=rtl]) .tox-color-input span{left:6px}.tox[dir=rtl] .tox-color-input .tox-textfield{padding-right:36px}.tox[dir=rtl] .tox-color-input span{right:6px}.tox .tox-label,.tox .tox-toolbar-label{color:rgba(34,47,62,.7);display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}.tox .tox-toolbar-label{padding:0 8px}.tox[dir=rtl] .tox-label{padding:0 0 0 8px}.tox .tox-form{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.tox .tox-form__group{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:4px}.tox .tox-form-group--maximize{-ms-flex:1 1;flex:1 1}.tox .tox-form__group--error{color:#c00}.tox .tox-form__grid,.tox .tox-form__group--collection{display:-ms-flexbox;display:flex}.tox .tox-form__grid{-ms-flex-pack:justify;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - 4px)}.tox .tox-form__grid--3col>.tox-form__group{width:calc(33.33333% - 4px)}.tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - 4px)}.tox .tox-form__controls-h-stack,.tox .tox-form__group--inline{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.tox .tox-form__group--stretched{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.tox .tox-form__group--stretched .tox-textarea{-ms-flex:1 1;flex:1 1}.tox .tox-form__group--stretched .tox-navobj{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.tox .tox-form__group--stretched .tox-navobj :nth-child(2){-ms-flex:1 1;flex:1 1;height:100%}.tox:not([dir=rtl]) .tox-form__controls-h-stack>:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-form__controls-h-stack>:not(:first-child){margin-right:4px}.tox .tox-lock.tox-locked .tox-lock-icon__unlock,.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock{display:none}.tox .tox-listboxfield .tox-listbox--select,.tox .tox-textarea,.tox .tox-textfield,.tox .tox-toolbar-textfield{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #eee;border-radius:6px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-textarea[disabled],.tox .tox-textfield[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-listboxfield .tox-listbox--select:focus,.tox .tox-textarea:focus,.tox .tox-textfield:focus{background-color:#fff;border-color:#006ce7;-webkit-box-shadow:0 0 0 2px rgba(0,108,231,.25);box-shadow:0 0 0 2px rgba(0,108,231,.25);outline:0}.tox .tox-toolbar-textfield{border-width:0;margin-bottom:3px;margin-top:2px;max-width:250px}.tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;-webkit-box-shadow:none;-webkit-box-shadow:initial;box-shadow:none;color:#006ce7;cursor:pointer;display:block;margin:0;padding:0}.tox .tox-naked-btn svg{fill:#222f3e;display:block}.tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}.tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}.tox .tox-listboxfield{cursor:pointer;position:relative}.tox .tox-listboxfield .tox-listbox--select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-listbox__select-label{cursor:default;-ms-flex:1 1;flex:1 1;margin:0 4px}.tox .tox-listbox__select-chevron{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;width:16px}.tox .tox-listbox__select-chevron svg{fill:#222f3e}.tox .tox-listboxfield .tox-listbox--select{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.tox:not([dir=rtl]) .tox-listboxfield svg{right:8px}.tox[dir=rtl] .tox-listboxfield svg{left:8px}.tox .tox-selectfield{cursor:pointer;position:relative}.tox .tox-selectfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #eee;border-radius:6px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-selectfield select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-selectfield select::-ms-expand{display:none}.tox .tox-selectfield select:focus{background-color:#fff;border-color:#006ce7;-webkit-box-shadow:0 0 0 2px rgba(0,108,231,.25);box-shadow:0 0 0 2px rgba(0,108,231,.25);outline:0}.tox .tox-selectfield svg{pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tox:not([dir=rtl]) .tox-selectfield select[size="0"],.tox:not([dir=rtl]) .tox-selectfield select[size="1"]{padding-right:24px}.tox:not([dir=rtl]) .tox-selectfield svg{right:8px}.tox[dir=rtl] .tox-selectfield select[size="0"],.tox[dir=rtl] .tox-selectfield select[size="1"]{padding-left:24px}.tox[dir=rtl] .tox-selectfield svg{left:8px}.tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}.tox-fullscreen{-ms-scroll-chaining:none;border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;-ms-touch-action:pinch-zoom;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}.tox .tox-help__more-link{list-style:none;margin-top:1em}.tox .tox-imagepreview{background-color:#666;height:380px;overflow:hidden;position:relative;width:100%}.tox .tox-imagepreview.tox-imagepreview__loaded{overflow:auto}.tox .tox-imagepreview__container{display:-ms-flexbox;display:flex;left:100vw;position:absolute;top:100vw}.tox .tox-imagepreview__image{background:url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}.tox .tox-image-tools .tox-spacer{-ms-flex:1 1;flex:1 1}.tox .tox-image-tools .tox-bar{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:60px;justify-content:center}.tox .tox-image-tools .tox-imagepreview,.tox .tox-image-tools .tox-imagepreview+.tox-bar{margin-top:8px}.tox .tox-image-tools .tox-croprect-block{zoom:1;background:#000;opacity:.5;position:absolute}.tox .tox-image-tools .tox-croprect-handle{border:2px solid #fff;height:20px;left:0;position:absolute;top:0;width:20px}.tox .tox-image-tools .tox-croprect-handle-move{border:0;cursor:move;position:absolute}.tox .tox-image-tools .tox-croprect-handle-nw{border-width:2px 0 0 2px;cursor:nw-resize;left:100px;margin:-2px 0 0 -2px;top:100px}.tox .tox-image-tools .tox-croprect-handle-ne{border-width:2px 2px 0 0;cursor:ne-resize;left:200px;margin:-2px 0 0 -20px;top:100px}.tox .tox-image-tools .tox-croprect-handle-sw{border-width:0 0 2px 2px;cursor:sw-resize;left:100px;margin:-20px 2px 0 -2px;top:200px}.tox .tox-image-tools .tox-croprect-handle-se{border-width:0 2px 2px 0;cursor:se-resize;left:200px;margin:-20px 0 0 -20px;top:200px}.tox .tox-insert-table-picker{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:170px}.tox .tox-insert-table-picker>div{border-color:#eee;border-style:solid;border-width:0 1px 1px 0;-webkit-box-sizing:border-box;box-sizing:border-box;height:17px;width:17px}.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker{margin:-4px}.tox .tox-insert-table-picker .tox-insert-table-picker__selected{background-color:rgba(0,108,231,.5);border-color:rgba(0,108,231,.5)}.tox .tox-insert-table-picker__label{color:rgba(34,47,62,.7);display:block;font-size:14px;padding:4px;text-align:center;width:100%}.tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n){border-right:0}.tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1){border-right:0}.tox .tox-menu{background-color:#fff;border:1px solid transparent;border-radius:6px;-webkit-box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}.tox .tox-menu.tox-collection.tox-collection--list{padding:0 4px}.tox .tox-menu.tox-collection.tox-collection--grid,.tox .tox-menu.tox-collection.tox-collection--toolbar{padding:8px}@media only screen and (min-width:768px){.tox .tox-menu .tox-collection__item-label{overflow-wrap:break-word;word-break:normal}}.tox .tox-menu__label blockquote,.tox .tox-menu__label code,.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p{margin:0}.tox .tox-menubar{-ms-flex-negative:0;background:-o-repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;flex-shrink:0;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-column:1/-1;grid-row:1;padding:0 11px 0 12px}.tox .tox-promotion+.tox-menubar{grid-column:1}.tox .tox-promotion{-webkit-padding-end:8px;-webkit-padding-start:4px;background:-o-repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;grid-column:2;grid-row:1;padding-inline-end:8px;padding-inline-start:4px;padding-top:5px}.tox .tox-promotion-link{-ms-flex-align:unsafe center;align-items:unsafe center;background-color:#e8f1f8;border-radius:5px;color:#086be6;cursor:pointer;display:-ms-flexbox;display:flex;font-size:14px;height:26.6px;padding:4px 8px;white-space:nowrap}.tox .tox-promotion-link:hover{background-color:#b4d7ff}.tox .tox-promotion-link:focus{background-color:#d9edf7}.tox .tox-mbtn{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:0 0;border:0;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#222f3e;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:5px 1px 6px 0;outline:0;overflow:hidden;padding:0 4px;text-transform:none;width:auto}.tox .tox-mbtn[disabled]{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-mbtn:focus:not(:disabled){background:#cce2fa;border:0;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-mbtn--active{background:#a6ccf7;border:0;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active){background:#cce2fa;border:0;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-mbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-mbtn[disabled] .tox-mbtn__select-label{cursor:not-allowed}.tox .tox-mbtn__select-chevron{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;display:none;justify-content:center;width:16px}.tox .tox-notification{border-radius:6px;border-style:solid;border-width:1px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:grid;grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);margin-top:4px;opacity:0;padding:4px;-webkit-transition:opacity .15s ease-in,-webkit-transform .1s ease-in;transition:opacity .15s ease-in,-webkit-transform .1s ease-in;-o-transition:transform .1s ease-in,opacity .15s ease-in;transition:transform .1s ease-in,opacity .15s ease-in;transition:transform .1s ease-in,opacity .15s ease-in,-webkit-transform .1s ease-in}.tox .tox-notification,.tox .tox-notification p{font-size:14px;font-weight:400}.tox .tox-notification a{cursor:pointer;text-decoration:underline}.tox .tox-notification--in{opacity:1}.tox .tox-notification--success{background-color:#e4eeda;border-color:#d7e6c8;color:#222f3e}.tox .tox-notification--success p{color:#222f3e}.tox .tox-notification--success a{color:#517342}.tox .tox-notification--success svg{fill:#222f3e}.tox .tox-notification--error{background-color:#f5cccc;border-color:#f0b3b3;color:#222f3e}.tox .tox-notification--error p{color:#222f3e}.tox .tox-notification--error a{color:#77181f}.tox .tox-notification--error svg{fill:#222f3e}.tox .tox-notification--warn,.tox .tox-notification--warning{background-color:#fff5cc;border-color:#fff0b3;color:#222f3e}.tox .tox-notification--warn p,.tox .tox-notification--warning p{color:#222f3e}.tox .tox-notification--warn a,.tox .tox-notification--warning a{color:#7a6e25}.tox .tox-notification--warn svg,.tox .tox-notification--warning svg{fill:#222f3e}.tox .tox-notification--info{background-color:#d6e7fb;border-color:#c1dbf9;color:#222f3e}.tox .tox-notification--info p{color:#222f3e}.tox .tox-notification--info a{color:#2a64a6}.tox .tox-notification--info svg{fill:#222f3e}.tox .tox-notification__body{align-self:center;color:#222f3e;font-size:14px;grid-column-end:3;grid-column-start:2;grid-row-end:2;grid-row-start:1;text-align:center;white-space:normal;word-break:break-all;word-break:break-word}.tox .tox-notification__body>*{margin:0}.tox .tox-notification__body>*+*{margin-top:1rem}.tox .tox-notification__icon{align-self:center;grid-column-end:2;grid-column-start:1;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification__icon svg{display:block}.tox .tox-notification__dismiss{align-self:start;grid-column-end:4;grid-column-start:3;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification .tox-progress-bar{grid-column-end:4;grid-column-start:1;grid-row-end:3;grid-row-start:2;justify-self:center}.tox .tox-pop{display:inline-block;position:relative}.tox .tox-pop--resizing{-webkit-transition:width .1s ease;-o-transition:width .1s ease;transition:width .1s ease}.tox .tox-pop--resizing .tox-toolbar,.tox .tox-pop--resizing .tox-toolbar__group{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.tox .tox-pop--transition{-webkit-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease;-webkit-transition-property:left,right,top,bottom;-o-transition-property:left,right,top,bottom;transition-property:left,right,top,bottom}.tox .tox-pop--transition:after,.tox .tox-pop--transition:before{-webkit-transition:all .15s,visibility 0s,opacity 75ms ease 75ms;-o-transition:all .15s,visibility 0s,opacity 75ms ease 75ms;transition:all .15s,visibility 0s,opacity 75ms ease 75ms}.tox .tox-pop__dialog{background-color:#fff;border:1px solid #eee;border-radius:6px;-webkit-box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);min-width:0;overflow:hidden}.tox .tox-pop__dialog>:not(.tox-toolbar){margin:4px 4px 4px 8px}.tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}.tox .tox-pop:after,.tox .tox-pop:before{border-style:solid;content:"";display:block;height:0;opacity:1;position:absolute;width:0}.tox .tox-pop.tox-pop--inset:after,.tox .tox-pop.tox-pop--inset:before{opacity:0;-webkit-transition:all 0s .15s,visibility 0s,opacity 75ms ease;-o-transition:all 0s .15s,visibility 0s,opacity 75ms ease;transition:all 0s .15s,visibility 0s,opacity 75ms ease}.tox .tox-pop.tox-pop--bottom:after,.tox .tox-pop.tox-pop--bottom:before{left:50%;top:100%}.tox .tox-pop.tox-pop--bottom:after{border-color:#fff transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}.tox .tox-pop.tox-pop--bottom:before{border-color:#eee transparent transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--top:after,.tox .tox-pop.tox-pop--top:before{left:50%;top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.tox .tox-pop.tox-pop--top:after{border-color:transparent transparent #fff;border-width:8px;margin-left:-8px;margin-top:1px}.tox .tox-pop.tox-pop--top:before{border-color:transparent transparent #eee;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--left:after,.tox .tox-pop.tox-pop--left:before{left:0;top:calc(50% - 1px);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tox .tox-pop.tox-pop--left:after{border-color:transparent #fff transparent transparent;border-width:8px;margin-left:-15px}.tox .tox-pop.tox-pop--left:before{border-color:transparent #eee transparent transparent;border-width:10px;margin-left:-19px}.tox .tox-pop.tox-pop--right:after,.tox .tox-pop.tox-pop--right:before{left:100%;top:calc(50% + 1px);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tox .tox-pop.tox-pop--right:after{border-color:transparent transparent transparent #fff;border-width:8px;margin-left:-1px}.tox .tox-pop.tox-pop--right:before{border-color:transparent transparent transparent #eee;border-width:10px;margin-left:-1px}.tox .tox-pop.tox-pop--align-left:after,.tox .tox-pop.tox-pop--align-left:before{left:20px}.tox .tox-pop.tox-pop--align-right:after,.tox .tox-pop.tox-pop--align-right:before{left:calc(100% - 20px)}.tox .tox-sidebar-wrap{-ms-flex-positive:1;flex-grow:1;min-height:0}.tox .tox-sidebar,.tox .tox-sidebar-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.tox .tox-sidebar{-ms-flex-pack:end;background-color:#fff;justify-content:flex-end}.tox .tox-sidebar__slider{overflow:hidden}.tox .tox-sidebar__pane,.tox .tox-sidebar__pane-container,.tox .tox-sidebar__slider{display:-ms-flexbox;display:flex}.tox .tox-sidebar--sliding-closed{opacity:0}.tox .tox-sidebar--sliding-open{opacity:1}.tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking{-webkit-transition:width .5s ease,opacity .5s ease;-o-transition:width .5s ease,opacity .5s ease;transition:width .5s ease,opacity .5s ease}.tox .tox-selector{background-color:#4099ff;border:1px solid #4099ff;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:10px;position:absolute;width:10px}.tox.tox-platform-touch .tox-selector{height:12px;width:12px}.tox .tox-slider{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;height:24px;justify-content:center;position:relative}.tox .tox-slider__rail{background-color:transparent;border:1px solid #eee;border-radius:6px;height:10px;min-width:120px;width:100%}.tox .tox-slider__handle{background-color:#006ce7;border:2px solid #0054b4;border-radius:6px;-webkit-box-shadow:none;box-shadow:none;height:24px;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:14px}.tox .tox-form__controls-h-stack>.tox-slider:not(:first-of-type){-webkit-margin-start:8px;margin-inline-start:8px}.tox .tox-form__controls-h-stack>.tox-form__group+.tox-slider,.tox .tox-form__controls-h-stack>.tox-slider+.tox-form__group{-webkit-margin-start:32px;margin-inline-start:32px}.tox .tox-source-code{overflow:auto}.tox .tox-spinner{display:-ms-flexbox;display:flex}.tox .tox-spinner>div{-webkit-animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:rgba(34,47,62,.7);border-radius:100%;height:8px;width:8px}.tox .tox-spinner>div:first-child{-webkit-animation-delay:-.32s;animation-delay:-.32s}.tox .tox-spinner>div:nth-child(2){-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes tam-bouncing-dots{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tam-bouncing-dots{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}.tox .tox-statusbar{-ms-flex-align:center;align-items:center;background-color:#fff;border-top:1px solid #e3e3e3;color:rgba(34,47,62,.7);display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;font-size:14px;font-weight:400;height:25px;overflow:hidden;padding:0 8px;position:relative;text-transform:none}.tox .tox-statusbar__text-container{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;justify-content:flex-end;overflow:hidden}.tox .tox-statusbar__path{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:auto;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.tox .tox-statusbar__path>*{display:inline;white-space:nowrap}.tox .tox-statusbar__wordcount{-ms-flex:0 0 auto;flex:0 0 auto;margin-left:1ch}.tox .tox-statusbar a,.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount{color:rgba(34,47,62,.7);text-decoration:none}.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]){color:#222f3e;cursor:pointer}.tox .tox-statusbar__branding svg{fill:rgba(34,47,62,.8);height:1.14em;vertical-align:-.28em;width:3.6em}.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg,.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg{fill:#222f3e}.tox .tox-statusbar__resize-handle{-ms-flex-align:end;-ms-flex-item-align:stretch;-ms-flex-pack:end;align-items:flex-end;align-self:stretch;cursor:nwse-resize;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;justify-content:flex-end;margin-left:auto;margin-right:-8px;padding-bottom:3px;padding-left:1ch;padding-right:3px}.tox .tox-statusbar__resize-handle svg{fill:rgba(34,47,62,.5);display:block}.tox .tox-statusbar__resize-handle:focus svg{background-color:#dee0e2;border-radius:1px 1px 5px 1px;-webkit-box-shadow:0 0 0 2px #dee0e2;box-shadow:0 0 0 2px #dee0e2}.tox:not([dir=rtl]) .tox-statusbar__path>*{margin-right:4px}.tox:not([dir=rtl]) .tox-statusbar__branding{margin-left:2ch}.tox[dir=rtl] .tox-statusbar{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.tox[dir=rtl] .tox-statusbar__path>*{margin-left:4px}.tox .tox-throbber{z-index:1299}.tox .tox-throbber__busy-spinner{-ms-flex-pack:center;background-color:hsla(0,0%,100%,.6);bottom:0;left:0;position:absolute;right:0;top:0}.tox .tox-tbtn,.tox .tox-throbber__busy-spinner{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.tox .tox-tbtn{-ms-flex-pack:center;background:0 0;border:0;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#222f3e;-ms-flex:0 0 auto;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;margin:6px 1px 5px 0;outline:0;overflow:hidden;padding:0;text-transform:none;width:34px}.tox .tox-tbtn svg{fill:#222f3e;display:block}.tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}.tox .tox-tbtn:focus,.tox .tox-tbtn:hover{background:#cce2fa;border:0;-webkit-box-shadow:none;box-shadow:none}.tox .tox-tbtn:hover{color:#222f3e}.tox .tox-tbtn:hover svg{fill:#222f3e}.tox .tox-tbtn:active{background:#a6ccf7;border:0;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-tbtn:active svg{fill:#222f3e}.tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover{background:0 0;border:0;-webkit-box-shadow:none;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover{background:#a6ccf7;border:0;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-tbtn--enabled:hover>*,.tox .tox-tbtn--enabled>*{-webkit-transform:none;-ms-transform:none;transform:none}.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#222f3e}.tox .tox-tbtn:active>*{-webkit-transform:none;-ms-transform:none;transform:none}.tox .tox-tbtn--md{height:42px;width:51px}.tox .tox-tbtn--lg{-ms-flex-direction:column;flex-direction:column;height:56px;width:68px}.tox .tox-tbtn--return{-ms-flex-item-align:stretch;align-self:stretch;height:auto;width:16px}.tox .tox-tbtn--labeled{padding:0 4px;width:auto}.tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-tbtn--select{margin:6px 1px 5px 0;padding:0 4px;width:auto}.tox .tox-tbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-tbtn__select-chevron{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;width:16px}.tox .tox-tbtn__select-chevron svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--bespoke{background:#f7f7f7}.tox .tox-tbtn--bespoke+.tox-tbtn--bespoke{-webkit-margin-start:4px;margin-inline-start:4px}.tox .tox-tbtn--bespoke .tox-tbtn__select-label{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:7em}.tox .tox-split-button{border:0;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;margin:6px 1px 5px 0;overflow:hidden}.tox .tox-split-button:hover{-webkit-box-shadow:inset 0 0 0 1px #cce2fa;box-shadow:inset 0 0 0 1px #cce2fa}.tox .tox-split-button:focus{background:#cce2fa;-webkit-box-shadow:none;box-shadow:none;color:#222f3e}.tox .tox-split-button>*{border-radius:0}.tox .tox-split-button__chevron{width:16px}.tox .tox-split-button__chevron svg{fill:rgba(34,47,62,.5)}.tox .tox-split-button .tox-tbtn{margin:0}.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,.tox .tox-split-button.tox-tbtn--disabled:focus,.tox .tox-split-button.tox-tbtn--disabled:hover{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:rgba(34,47,62,.5)}.tox.tox-platform-touch .tox-split-button .tox-tbtn--select{padding:0}.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child{width:30px}.tox.tox-platform-touch .tox-split-button__chevron{width:20px}.tox .tox-toolbar-overlord{background-color:#fff}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{-ms-flex-negative:0;background-color:#fff;background-image:-o-repeating-linear-gradient(#e3e3e3 0 1px,transparent 1px 39px);background-image:repeating-linear-gradient(#e3e3e3 0 1px,transparent 1px 39px);background-position:center top 40px;background-repeat:no-repeat;background-size:calc(100% - 22px) calc(100% - 41px);display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;flex-shrink:0;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-webkit-transform:perspective(1px);transform:perspective(1px)}.tox .tox-toolbar-overlord>.tox-toolbar,.tox .tox-toolbar-overlord>.tox-toolbar__overflow,.tox .tox-toolbar-overlord>.tox-toolbar__primary{background-position:center top 0;background-size:calc(100% - 22px) 100%}.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}.tox .tox-toolbar__overflow--growing{-webkit-transition:height .3s ease,opacity .2s linear .1s;-o-transition:height .3s ease,opacity .2s linear .1s;transition:height .3s ease,opacity .2s linear .1s}.tox .tox-toolbar__overflow--shrinking{-webkit-transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s;-o-transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s;transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s}.tox .tox-anchorbar,.tox .tox-toolbar-overlord{grid-column:1/-1}.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord{border-top:1px solid transparent;margin-top:-1px;padding-bottom:1px;padding-top:1px}.tox .tox-toolbar--scrolling{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.tox .tox-pop .tox-toolbar{border-width:0}.tox .tox-toolbar--no-divider{background-image:none}.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,.tox .tox-toolbar-overlord .tox-toolbar__primary{background-position:center top 39px}.tox .tox-editor-header>.tox-toolbar--scrolling,.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child{background-image:none}.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff;background-position:center top 43px;background-size:calc(100% - 16px) calc(100% - 51px);border:none;border-radius:6px;-webkit-box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);padding:4px 0}.tox-pop .tox-pop__dialog .tox-toolbar{background-position:center top 43px;background-size:calc(100% - 22px) calc(100% - 51px);padding:4px 0}.tox .tox-toolbar__group{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0 11px 0 12px}.tox .tox-toolbar__group--pull-right{margin-left:auto}.tox .tox-toolbar--scrolling .tox-toolbar__group{-ms-flex-negative:0;flex-shrink:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid transparent}.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid transparent}.tox .tox-tooltip{display:inline-block;padding:8px;position:relative}.tox .tox-tooltip__body{background-color:#222f3e;border-radius:6px;-webkit-box-shadow:0 2px 4px rgba(34,47,62,.3);box-shadow:0 2px 4px rgba(34,47,62,.3);color:hsla(0,0%,100%,.75);font-size:14px;font-style:normal;font-weight:400;padding:4px 8px;text-transform:none}.tox .tox-tooltip__arrow{position:absolute}.tox .tox-tooltip--down .tox-tooltip__arrow{border-top:8px solid #222f3e;bottom:0}.tox .tox-tooltip--down .tox-tooltip__arrow,.tox .tox-tooltip--up .tox-tooltip__arrow{border-left:8px solid transparent;border-right:8px solid transparent;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tox .tox-tooltip--up .tox-tooltip__arrow{border-bottom:8px solid #222f3e;top:0}.tox .tox-tooltip--right .tox-tooltip__arrow{border-left:8px solid #222f3e;right:0}.tox .tox-tooltip--left .tox-tooltip__arrow,.tox .tox-tooltip--right .tox-tooltip__arrow{border-bottom:8px solid transparent;border-top:8px solid transparent;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tox .tox-tooltip--left .tox-tooltip__arrow{border-right:8px solid #222f3e;left:0}.tox .tox-well{border:1px solid #eee;border-radius:6px;padding:8px;width:100%}.tox .tox-well>:first-child{margin-top:0}.tox .tox-well>:last-child{margin-bottom:0}.tox .tox-well>:only-child{margin:0}.tox .tox-custom-editor{border:1px solid #eee;border-radius:6px;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;position:relative}.tox .tox-dialog-loading:before{background-color:rgba(0,0,0,.5);content:"";height:100%;position:absolute;width:100%;z-index:1000}.tox .tox-tab{cursor:pointer}.tox .tox-dialog__body-content .tox-collection,.tox .tox-dialog__content-js{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.textarea-wrapper .tox-tinymce{border:1px solid #ccc}.textarea-wrapper .tox{border-radius:4px}.textarea-wrapper .tox .fourth-icon{font-size:24px}.textarea-wrapper .tox .tox-toolbar--scrolling{-ms-flex-wrap:wrap;flex-wrap:wrap}.textarea-wrapper .tox .tox-editor-header{border-bottom:1px solid #ccc;padding:0;z-index:0}.textarea-wrapper .tox .tox-toolbar,.textarea-wrapper .tox .tox-toolbar__overflow,.textarea-wrapper .tox .tox-toolbar__primary{background-color:#f3f2f2!important}.textarea-wrapper .tox .tox-toolbar__group{border-color:#aaa!important;padding:0 4px}.textarea-wrapper .tox .tox-tbtn svg{fill:#565558!important}.textarea-wrapper .tox .tox-tbtn{color:#565558!important;cursor:pointer;height:34px;margin:2px 0}.textarea-wrapper .tox .tox-tbtn__select-label{cursor:pointer}.textarea-wrapper .tox .tox-dialog__footer-end button:last-child,.textarea-wrapper .tox .tox-split-button:focus,.textarea-wrapper .tox .tox-tbtn--enabled,.textarea-wrapper .tox .tox-tbtn--enabled:hover,.textarea-wrapper .tox .tox-tbtn--select:active,.textarea-wrapper .tox .tox-tbtn--select:focus,.textarea-wrapper .tox .tox-tbtn:active,.textarea-wrapper .tox .tox-tbtn:focus{background:#07a0c8!important;color:#fff!important}.textarea-wrapper .tox .tox-split-button--enabled svg,.textarea-wrapper .tox .tox-split-button:active svg,.textarea-wrapper .tox .tox-split-button:focus svg,.textarea-wrapper .tox .tox-tbtn--enabled svg,.textarea-wrapper .tox .tox-tbtn:active svg,.textarea-wrapper .tox .tox-tbtn:focus svg{fill:#fff!important}.tox{font-family:Roboto!important}.tox .tox-dialog__footer-end button:last-child{background:#07a0c8!important;color:#fff!important}.tox .tox-button,.tox .tox-dialog__title,.tox .tox-listbox__select-label,.tox .tox-selectfield select,.tox .tox-textarea,.tox .tox-textfield,.tox .tox-toolbar-textfield{font-family:Roboto!important}.color-picker input{background:#fff;border:2px solid #aaa;border-radius:4px;cursor:pointer;display:inline-block;font-size:20px;height:48px;padding:10px;width:48px}.color-picker input[disabled=true]{cursor:no-drop}@media (-ms-high-contrast:none){.color-picker input{width:50%}}.file-name{-ms-flex-align:center;align-items:center;border-bottom:1px solid #d4d4d4;border-top:1px solid #d4d4d4;color:#383b45;display:-ms-flexbox;display:flex;height:48px;padding:0 64px 0 20px;position:relative}.file-name.disabled{opacity:.4;pointer-events:none}.file-name.uploading{border-top-color:rgba(0,0,0,0)}.file-name.clickable{cursor:pointer}.file-name.failed{padding-right:112px}.file-name.failed .core-file-name,.file-name.failed .extension{color:#d33e3e}.file-name.failed .action-buttons-group{width:96px}.file-name [data-baseweb=progress-bar]{left:0;position:absolute;top:0}.file-name [data-baseweb=progress-bar]>div{margin:0}.file-name>i{cursor:pointer;font-size:24px}.file-name .extension{min-width:70px}.file-name>span{font-size:18px}.file-name>span.core-file-name{margin-left:18px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.file-name .action-buttons-group{position:absolute;right:0;top:0}.file-name .action-buttons-group,.file-name .action-buttons-group>i{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:48px;justify-content:center;width:48px}.file-name .action-buttons-group>i{font-size:24px}.files-list{margin:8px 0}.files-list .file-name{border-bottom:none;margin:0 -16px}.files-list .file-name:last-child{border-bottom:1px solid #d4d4d4}.popup.uploading-media-progress-popup{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.popup.uploading-media-progress-popup .content{margin-bottom:20px}.popup.uploading-media-progress-popup .progress-bar-container{margin-left:-12px;margin-right:-12px;margin-top:2px}.popup.uploading-media-progress-popup .cancel-media-progress-button{border-top:1px solid #d9d9d9;color:#333;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:16px;font-weight:700;margin:0 24px;padding-bottom:18px;padding-top:18px;text-align:center;text-transform:uppercase}#announcement-create-page{height:100%}#announcement-create-page input[placeholder="DD/MM/YYYY"]{background-color:rgba(0,0,0,0);cursor:pointer}#announcement-create-page input[placeholder="DD/MM/YYYY"]::-webkit-input-placeholder{font-size:14.25px}#announcement-create-page input[placeholder="DD/MM/YYYY"]::-moz-placeholder{font-size:14.25px}#announcement-create-page input[placeholder="DD/MM/YYYY"]:-ms-input-placeholder{font-size:14.25px}#announcement-create-page input[placeholder="DD/MM/YYYY"]::-ms-input-placeholder{font-size:14.25px}#announcement-create-page input[placeholder="DD/MM/YYYY"]::placeholder{font-size:14.25px}#announcement-create-page input[placeholder="DD/MM/YYYY"][disabled]{cursor:no-drop}#announcement-create-page input ::-webkit-inner-spin-button,#announcement-create-page input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#announcement-create-page input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#announcement-create-page input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}#announcement-create-page .page-layout-wrapper{overflow-x:hidden;padding-top:0}#announcement-create-page .section{background-color:#fff;margin-top:8px;min-height:31px;padding:8px 16px}#announcement-create-page .section .form-control-label{color:#666}#announcement-create-page .section .fieldset-row{display:-ms-flexbox;display:flex}#announcement-create-page .section .fieldset-row .fieldset-row-item{-ms-flex:1 1;flex:1 1}#announcement-create-page .section .fieldset-row .fieldset-row-item .icon-exchange{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#announcement-create-page .section .fieldset-row .fieldset-row-item:first-child{margin-right:18px}#announcement-create-page .section .fieldset-row .fieldset-row-item:last-child{margin-right:0}#announcement-create-page .section-title{color:#383b45;font-size:14px;padding:16px}#announcement-create-page .priority-section label[for=priority-input]{display:-ms-flexbox;display:flex}#announcement-create-page .priority-section label[for=priority-input] .fourth-icon{color:#565558;margin-left:3px}#announcement-create-page .priority-section div[data-baseweb=input]{padding-left:0}#announcement-create-page .checkbox-row{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:9px 0}#announcement-create-page .checkbox-row .checkbox-label{color:#565558;font-size:12px}#announcement-create-page .buttons-group{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;margin:10px 10px 0}#announcement-create-page .buttons-group .base-button{min-width:160px}#announcement-create-page .buttons-group .announcement-save-button{margin-left:10px}#announcement-create-page .tooltip-wrapper{display:inline-block;margin:-17px;padding:17px;position:relative}#announcement-create-page .form-control-label{white-space:nowrap}#announcement-create-page .upload-button{border:2px solid #aaa;border-radius:4px;color:#383b45;cursor:pointer;display:inline-block;font-size:20px;padding:12px}#announcement-create-page .sub-title{color:#666;font-size:10px;margin-top:5px}#announcement-create-page .sub-title .fourth-icon{color:#d3773e;font-size:11px;margin-right:2px}#announcement-create-page .textarea-wrapper{margin-top:20px}#announcement-create-page .textarea-wrapper.disabled .tox{cursor:no-drop;opacity:.6;pointer-events:none}#announcement-create-page .textarea-wrapper.disabled .tox .tox-edit-area__iframe{background-color:#fbfbfb}#announcement-create-page .upload-buttons-group{display:inline-block}#announcement-create-page .upload-buttons-group .image-upload-button{border-left:none;border-radius:0 4px 4px 0}#announcement-create-page .upload-buttons-group .video-upload-button{border-radius:4px 0 0 4px}#announcement-create-page .file-selector.disabled{color:rgba(57,60,70,.4);cursor:no-drop;opacity:1}#announcement-create-page .file-name{margin:8px -16px}@media(min-width:444px){#announcement-create-page .section.information-section{display:-ms-flexbox;display:flex}#announcement-create-page .section.information-section .information-section-fieldset{-ms-flex:1 1;flex:1 1}#announcement-create-page .section.information-section .information-section-fieldset:first-child{margin-right:18px}}@media(max-width:860px){#announcement-create-page .section-title{padding:8px 16px}}.multi-select{border-radius:4px;position:relative}.multi-select-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.multi-select .search-bar-container{border:1px solid #757575;height:48px;padding:14px 12px}.multi-select .search-bar-container input[type=text]{padding:0;-o-text-overflow:ellipsis;text-overflow:ellipsis}.multi-select .search-bar-container input[type=text]::-webkit-input-placeholder{color:#333}.multi-select .search-bar-container input[type=text]::-moz-placeholder{color:#333}.multi-select .search-bar-container input[type=text]:-ms-input-placeholder{color:#333}.multi-select .search-bar-container input[type=text]::-ms-input-placeholder{color:#333}.multi-select .search-bar-container input[type=text]::placeholder{color:#333}.multi-select .search-bar-container .icon-search{-ms-flex-order:2;order:2}.multi-select-bolded .search-bar-container{border:2px solid}.multi-select-bolded .search-bar-container input{color:#414042}.multi-select-bolded .search-bar-container input::-webkit-input-placeholder{color:#414042!important}.multi-select-bolded .search-bar-container input::-moz-placeholder{color:#414042!important}.multi-select-bolded .search-bar-container input:-ms-input-placeholder{color:#414042!important}.multi-select-bolded .search-bar-container input::-ms-input-placeholder{color:#414042!important}.multi-select-bolded .search-bar-container input::placeholder{color:#414042!important}.multi-select-bolded .search-bar-container input[disabled]::-webkit-input-placeholder{color:#afafaf!important}.multi-select-bolded .search-bar-container input[disabled]::-moz-placeholder{color:#afafaf!important}.multi-select-bolded .search-bar-container input[disabled]:-ms-input-placeholder{color:#afafaf!important}.multi-select-bolded .search-bar-container input[disabled]::-ms-input-placeholder{color:#afafaf!important}.multi-select-bolded .search-bar-container input[disabled]::placeholder{color:#afafaf!important}.multi-select.has-error .search-bar-container{border-color:#a83131!important}.multi-select-dropdown{background:#fff;border-radius:4px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4);box-shadow:0 2px 4px rgba(0,0,0,.4);max-height:250px;overflow-y:auto;padding:10px;position:absolute;width:100%;z-index:1}.multi-select-dropdown-items-text{color:#b0b0b0;margin-bottom:5px}.multi-select-dropdown-no-available-items-text{color:#333;font-size:16px}.multi-select-dropdown label{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:8px}.multi-select-dropdown label span{height:18px;margin:0;width:18px}.multi-select-dropdown label div{color:#333;font-weight:400;line-height:20px}.multi-select-dropdown label div.bq{padding-left:11px}.multi-select-dropdown-show-more-btn{color:#333;font-size:14px;font-weight:700;max-height:35px;padding-left:0}.multi-select-dropdown-show-more-btn #loading-indicator .spinner-animation{height:40px;width:40px}#broadcast-create-page{height:100%}#broadcast-create-page input[placeholder="DD/MM/YYYY"]{background-color:rgba(0,0,0,0);cursor:pointer}#broadcast-create-page input[placeholder="DD/MM/YYYY"]::-webkit-input-placeholder{font-size:14.25px}#broadcast-create-page input[placeholder="DD/MM/YYYY"]::-moz-placeholder{font-size:14.25px}#broadcast-create-page input[placeholder="DD/MM/YYYY"]:-ms-input-placeholder{font-size:14.25px}#broadcast-create-page input[placeholder="DD/MM/YYYY"]::-ms-input-placeholder{font-size:14.25px}#broadcast-create-page input[placeholder="DD/MM/YYYY"]::placeholder{font-size:14.25px}#broadcast-create-page input[placeholder="DD/MM/YYYY"][disabled]{cursor:no-drop}#broadcast-create-page .section{background-color:#fff;margin-top:8px;padding:8px 16px}#broadcast-create-page .section,#broadcast-create-page .section .fields-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#broadcast-create-page .section .fields-wrapper .fieldset-col{-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin-right:0}#broadcast-create-page .section .fields-wrapper .fields-container-column{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:50%}#broadcast-create-page .section .fields-wrapper .fields-container{display:-ms-flexbox;display:flex;height:50%}#broadcast-create-page .section .fields-wrapper .fields-container .fieldset-item{-ms-flex:1 1;flex:1 1}#broadcast-create-page .section .fields-wrapper .fields-container .fieldset-item:first-child{margin-right:18px}#broadcast-create-page .section .fields-wrapper .fields-container .fieldset-item:last-child{margin-right:0}#broadcast-create-page .section .sub-title{color:#666;font-size:10px;margin-top:5px}#broadcast-create-page .section .sub-title .fourth-icon{color:#d3773e;font-size:11px;margin-right:2px}#broadcast-create-page .section .upload-buttons-group{display:inline-block}#broadcast-create-page .section .upload-buttons-group .image-upload-button{border-left:none;border-radius:0 4px 4px 0}#broadcast-create-page .section .upload-buttons-group .video-upload-button{border-radius:4px 0 0 4px}#broadcast-create-page .section .upload-button{border:1px solid #aaa;border-radius:4px;color:#383b45;cursor:pointer;display:inline-block;font-size:20px;padding:12px}#broadcast-create-page .file-name{margin:8px -16px}#broadcast-create-page .textarea-wrapper{margin-top:20px}#broadcast-create-page .textarea-wrapper.disabled .tox{cursor:no-drop;opacity:.6;pointer-events:none}#broadcast-create-page .textarea-wrapper.disabled .tox .tox-edit-area__iframe{background-color:#fbfbfb}#broadcast-create-page .buttons-group{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;margin:10px 10px 0}#broadcast-create-page .buttons-group .base-button{min-width:160px}#broadcast-create-page .buttons-group .broadcast-save-button{margin-left:10px}@media(min-width:444px){#broadcast-create-page .section .fields-wrapper{-ms-flex-direction:row;flex-direction:row}#broadcast-create-page .section .fields-wrapper .fieldset-col:first-child{margin-right:18px}#broadcast-create-page .section .fields-wrapper .fieldset-col:last-child{margin-right:0}#broadcast-create-page .buttons-group{-ms-flex-pack:end;justify-content:flex-end}}.task-card{color:#726f74;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;padding-left:4px}.task-card .task-card-type{border-radius:4px;color:#fff;font-size:10px;font-weight:700;padding:0 5px;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content}.task-card .task-card-created-date{-ms-flex-item-align:start;align-self:flex-start;color:#716e73;font-size:10px;margin-top:8px;text-transform:uppercase}.task-card .task-card-title{-ms-flex-item-align:start;align-self:flex-start;color:#383b45;font-size:18px;margin-top:8px}.task-card .task-card-description{color:#716e73;font-size:12px;margin-bottom:18px;margin-top:4px}.task-card .task-footer{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;letter-spacing:.12px;margin-top:8px}.task-card .task-footer.has-both-slots{-ms-flex-direction:row;flex-direction:row}.task-card .task-footer .bottom-left-of-the-card{color:#716e73;font-weight:600}.task-card .task-footer .bottom-right-of-the-card{-ms-flex-item-align:end;align-self:flex-end;color:#726f74;font-weight:600}.task-card .task-footer .task-card-due-date-in-past{color:#d33e3e}.task-card .task-detail-name{color:#716e73;font-weight:400;min-width:80px}.task-card .task-detail-value{font-weight:600;margin-left:5px;text-align:right}.task-card .task-details-wrapper{cursor:pointer}.task-card .task-details-wrapper .task-card-details-divider{border-top:1px solid #d9d9d9;height:1px;margin:8px -17px 0 12px}.task-card .task-details-wrapper .task-card-details{display:-ms-flexbox;display:flex;max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease-in-out;-o-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.task-card .task-details-wrapper .task-card-details.expanded{max-height:500px;overflow:auto}.task-card .task-details-wrapper .task-card-details .task-detail-col>div{margin-top:8px}.task-card .task-details-wrapper .task-card-details .task-detail-value.overspend{color:#d33e3e}.task-card .task-details-wrapper .toggle-details-button{cursor:pointer;padding-top:8px;text-align:center}.task-card .task-details-wrapper .toggle-details-button>i{color:#716e73;font-size:24px}@media (-ms-high-contrast:none){.task-card .task-card-type{display:table}}.swipeable-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;width:100%}.swipeable-button i{font-size:24px}.swipeable-button span{font-size:14px}.swipeable-button.theme-default{background-color:#69686a}.swipeable-button.theme-red{background-color:#d33e3e}.swipeable-button.theme-green{background-color:#038c3a}.swipeable-button.clone{background-color:#69686a}.swipeable-button.delete{background-color:#f64747}#dlp-tasks-page{height:100%}#dlp-tasks-page .swipeable-container.targeted{background-color:#e6f5f9}#dlp-tasks-page .swipeable-container.task-approved{border-left:8px solid #038c3a}#dlp-tasks-page .swipeable-container.task-rejected{border-right:8px solid #d33e3e}#dlp-tasks-page .group-label{color:#79787b;font-size:14px;margin:8px 12px}#dlp-tasks-page .task-list-wrapper{overflow:hidden}#dlp-tasks-page .task-list-wrapper .dashboard-tasks-list .fourth-list{overflow:visible;padding:2px 0}#dlp-tasks-page .task-list-wrapper .dashboard-tasks-list .option-label{text-transform:capitalize}#dlp-tasks-page .task-list-wrapper .dashboard-tasks-list:last-child .fourth-list li.opened-options.list-item:last-child{padding-bottom:60px}@media(max-width:820px){#dlp-tasks-page .page-layout-wrapper{padding-top:0}}.announcement-carousel{background-color:#383b45;height:225px}.announcement-carousel .slide-content{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:default;display:block;height:100%;overflow:hidden;text-decoration:none;width:100%}.announcement-carousel .slide-content:hover{cursor:default!important}.announcement-carousel .slide-content *{cursor:default}.announcement-carousel .slide-content .announcement-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:200px;margin:12.5px auto 0;width:80%}.announcement-carousel .slide-content .announcement-body .announcement-icon{-ms-flex-align:center;-ms-flex-pack:center;-ms-flex-preferred-size:35px;align-items:center;display:-ms-flexbox;display:flex;flex-basis:35px;height:35px;justify-content:center;line-height:16px;margin-right:15px}.announcement-carousel .slide-content .announcement-body .announcement-icon>i{font-size:40px}.announcement-carousel .slide-content .announcement-body .announcement-content{-ms-flex:1 1;flex:1 1}.announcement-carousel .slide-content .announcement-body .announcement-content .title{font-size:18px;font-weight:700;margin-bottom:6px;padding-top:8px}.announcement-carousel .slide-content .announcement-body .announcement-content .description{font-family:Helvetica Neue Light,HelveticaNeue-Light,Helvetica Neue,Calibri,Helvetica,Arial;font-size:16px;font-weight:100}.announcement-carousel .navigation-arrow{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:48px;justify-content:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:48px}.announcement-carousel .navigation-arrow.prev-slide{left:0}.announcement-carousel .navigation-arrow.next-slide{right:0}.announcement-carousel .navigation-arrow>i{font-size:40px}#chat-widget-iframe{z-index:1!important}#homepage-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%;min-width:280px;width:100%}#homepage-wrapper .homepage-apps-wrapper{height:calc(100vh - 60px);min-height:380px}#homepage-wrapper .homepage-apps-wrapper.has-carousel{height:calc(100vh - 285px)}#homepage-wrapper .homepage-apps-wrapper .homepage-card{height:100%;margin-bottom:0;padding:0;width:100%}#homepage-wrapper .homepage-apps-wrapper .homepage-card .homepage-apps{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%;width:100%}#homepage-wrapper .homepage-apps-wrapper .homepage-card .homepage-apps .homepage-app-row{display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;height:32%;width:100%}#homepage-wrapper .homepage-apps-wrapper .homepage-card .homepage-apps .homepage-app-row .homepage-app{-ms-flex-pack:center;-ms-flex-positive:1;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;flex-grow:1;justify-content:center;margin:1%;text-align:center;width:32%}#homepage-wrapper .homepage-apps-wrapper .homepage-card .homepage-apps .homepage-app-row .homepage-app img{padding:5px;width:100%}@media (-ms-high-contrast:none){#homepage-wrapper .homepage-apps-wrapper .homepage-card .homepage-apps .homepage-app-row .homepage-app img{height:100%}}#homepage-wrapper .homepage-apps-wrapper .homepage-card .homepage-apps .homepage-app-row .homepage-app .app-name{height:3em;width:100%}#homepage-wrapper .homepage-apps-wrapper .homepage-card .homepage-apps .homepage-app-row .homepage-app.has-label img{max-height:calc(100% - 3em)}@media(max-width:820px)and (min-width:350px){.has-chatbot .homepage-apps{height:calc(100% - 80px)!important}.has-chatbot .homepage-apps .homepage-app.has-label img{max-height:calc(100% - 1em)!important}.has-chatbot .homepage-apps .app-name{height:2em!important}}@media(max-width:350px){.has-chatbot .homepage-apps{height:calc(100% - 60px)!important}}.page-layout-wrapper{padding-bottom:8px;padding-top:8px}#feed-page,#group-feed-page{height:100%}@media(max-width:820px){#feed-page .write-post-wrapper,#group-feed-page .write-post-wrapper{margin:8px 4px}}#feed-page.hidden,#group-feed-page.hidden{display:none}#feed-page .page-layout-wrapper,#group-feed-page .page-layout-wrapper{overflow-y:scroll;padding-top:0}#feed-page .page-layout-wrapper .feed-list,#group-feed-page .page-layout-wrapper .feed-list{margin:6px 0}#feed-page .page-layout-wrapper .card-based-list li.list-item .swipeable-container .content-wrapper,#group-feed-page .page-layout-wrapper .card-based-list li.list-item .swipeable-container .content-wrapper{border-radius:0;border-radius:initial;padding:initial}#feed-page .page-layout-wrapper .items-not-found,#group-feed-page .page-layout-wrapper .items-not-found{padding:20px;text-align:center}#feed-page .page-layout-wrapper .mosaic .mosaic-item,#group-feed-page .page-layout-wrapper .mosaic .mosaic-item{background-color:#383b45}.new-posts-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#fff;border:none;border-radius:100px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.35);box-shadow:0 0 10px rgba(0,0,0,.35);color:#000;display:-ms-flexbox;display:flex;font-size:16px;justify-content:center;line-height:19px;min-width:160px;overflow:visible;padding:9px;position:absolute;top:24px;-webkit-transform:translate(-50%,-1000%)!important;-ms-transform:translate(-50%,-1000%)!important;transform:translate(-50%,-1000%)!important;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;z-index:99}.new-posts-button .fourth-icon{font-size:20px}.new-posts-button>span{margin:0 10px;white-space:nowrap}.new-posts-button.slide-in{-webkit-transform:translate(-50%)!important;-ms-transform:translate(-50%)!important;transform:translate(-50%)!important}.new-posts-button.slide-out{-webkit-transform:translate(-50%,-1000%)!important;-ms-transform:translate(-50%,-1000%)!important;transform:translate(-50%,-1000%)!important;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.my-groups-dropdown.disabled{opacity:.4;pointer-events:none}.activatable-textarea-suggestions .mention-suggestion-item{display:-ms-flexbox;display:flex}.activatable-textarea-suggestions .mention-suggestion-item .picture{margin-right:4px}.activatable-textarea-suggestions .mention-suggestion-item .picture img{border-radius:30px;height:30px;width:30px}.activatable-textarea-suggestions .mention-suggestion-item .details{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.activatable-textarea-suggestions .mention-suggestion-item .details .location{-ms-flex-preferred-size:12px;color:#716e73;flex-basis:12px;font-size:10px;text-transform:uppercase}.activatable-textarea-suggestions .mention-suggestion-item .details .name{color:#383b45;font-size:14px;overflow:hidden;position:relative;-o-text-overflow:ellipsis;text-overflow:ellipsis;top:-2px;white-space:nowrap}.new-post-popup-wrapper .animated-popup-card{-ms-flex-direction:row;flex-direction:row;height:100vh;max-height:60%}.new-post-popup-wrapper.loading .animated-popup-card .activatable-textarea,.new-post-popup-wrapper.loading .animated-popup-card .animated-popup-card-header button,.new-post-popup-wrapper.loading .animated-popup-card .my-groups-dropdown,.new-post-popup-wrapper.loading .animated-popup-card .new-post-popup-footer{opacity:.5;pointer-events:none}.new-post-popup-wrapper .new-post-popup-container{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.new-post-popup-wrapper .edit-mode-container,.new-post-popup-wrapper .new-post-popup-container{-ms-flex-negative:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:100%}.new-post-popup-wrapper.in-edit-mode .edit-mode-container,.new-post-popup-wrapper.in-edit-mode .new-post-popup-container{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.new-post-popup-wrapper .new-post-popup{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;overflow:auto}.new-post-popup-wrapper .new-post-popup .new-post-popup-header{padding:10px 16px}.new-post-popup-wrapper .new-post-popup .new-post-popup-header .error{margin:-12px -16px 10px}.new-post-popup-wrapper .new-post-popup .new-post-popup-header .error>i{color:#d33e3e;font-size:15px;margin-right:12px}.new-post-popup-wrapper .new-post-popup .new-post-popup-header .error .message{color:#333;font-size:14px;line-height:1.14}.new-post-popup-wrapper .new-post-popup .new-post-popup-header-label{color:#545454}.new-post-popup-wrapper .new-post-popup .new-post-popup-header-label span:nth-child(2){color:#e11900;font-family:HelveticaNeue}.new-post-popup-wrapper .new-post-popup .new-post-popup-body{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;overflow:hidden;padding:2px 16px}.new-post-popup-wrapper .new-post-popup .new-post-popup-body.has-mosaic-in-content .activatable-textarea{-ms-flex:none;flex:none}.new-post-popup-wrapper .new-post-popup .new-post-popup-body.has-mosaic-in-content .mosaic{margin-top:10px}.new-post-popup-wrapper .new-post-popup .new-post-popup-body.has-mosaic-in-content .mosaic .mosaic-item.is-video{min-height:200px}.new-post-popup-wrapper .new-post-popup .new-post-popup-body.has-mosaic-in-content .mosaic-image{display:block!important;visibility:visible!important}.new-post-popup-wrapper .new-post-popup .new-post-popup-body .new-post-body-content{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;max-height:100%;min-height:90px;overflow:auto}.new-post-popup-wrapper .new-post-popup .new-post-popup-avatar-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:16px;font-weight:700;margin-bottom:10px;min-height:30px}.new-post-popup-wrapper .new-post-popup .new-post-popup-avatar-container img{border-radius:50%;height:30px;-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:30px}.new-post-popup-wrapper .new-post-popup .new-post-popup-avatar-container div{color:#333;margin-left:8px}.new-post-popup-wrapper .new-post-popup .activatable-textarea{-ms-flex:1 1;flex:1 1;resize:none;width:100%}.new-post-popup-wrapper .new-post-popup .new-post-popup-footer{border-top:1px solid #ddd;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.new-post-popup-wrapper .new-post-popup .file-name{top:1px}.new-post-popup-wrapper .new-post-popup .new-post-popup-footer-btn{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border:none;color:#000;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:23px;height:60px;justify-content:center;outline:none}@media(hover:hover){.new-post-popup-wrapper .new-post-popup .new-post-popup-footer-btn:hover{background-color:#f0f6f8}}.new-post-popup-wrapper .new-post-popup .new-post-popup-footer-btn:active{background-color:#f0f6f8}.new-post-popup-wrapper .new-post-popup .new-post-popup-footer-btn .fourth-icon{color:#000;font-size:23px}.short .new-post-popup{overflow:scroll}.short .new-post-popup .new-post-popup-body{display:inline;display:initial;overflow:visible;overflow:initial}.short .new-post-popup .new-post-body-content{overflow:hidden}.write-post{-ms-flex-line-pack:center;align-content:center;background-color:#e4e9ed;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row;height:54px;z-index:10}.write-post-wrapper{border-radius:4px;margin:8px 0;width:100%}.write-post-btn,.write-post-wrapper{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.write-post-btn{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;border:none;color:#000;cursor:pointer;font-size:22px;height:38px;justify-content:space-between;outline:none}.write-post-btn i{color:#000;font-size:23px}.write-post-image-btn{-ms-flex-pack:center;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:center;margin:0;padding:0;width:48px}.write-post-image-btn i{line-height:24px}.write-post-create-btn{border-radius:4px;-ms-flex:1 1;flex:1 1;padding:0 12px}.write-post-create-btn span{color:#333;font-size:16px}.expired-announcement-feed-link{color:inherit;display:block;text-decoration:none;width:100%}.expired-announcement-feed{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:8px 16px;width:100%}.expired-announcement-feed .expired-announcement-header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-bottom:10px}.expired-announcement-feed .expired-announcement-header .expired-announcement-icon{background-color:#333;border-radius:50%;height:36px;width:36px}.expired-announcement-feed .expired-announcement-header .expired-announcement-icon .fourth-icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;font-size:28px;height:100%;justify-content:center}.expired-announcement-feed .expired-announcement-header .expired-announcement-details{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;min-width:0}.expired-announcement-feed .expired-announcement-header .expired-announcement-title{color:#000;-ms-flex:1 1;flex:1 1;font-size:16px;margin-left:4px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.expired-announcement-feed .expired-announcement-header .expired-announcement-subtitle{-ms-flex-align:center;align-items:center;color:#69686a;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:12px;margin-left:4px;white-space:break-spaces}.expired-announcement-feed .expired-announcement-header .expired-announcement-subtitle .expired-announcement-location{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.expired-announcement-feed .expired-announcement-header .expired-announcement-subtitle .expired-announcement-createdDate{min-width:150px}.expired-announcement-feed .expired-announcement-body{color:#212121;font-size:14px;margin:0 4px}.lazy-loading-wrapper-container{max-height:100%;overflow:auto}.who-likes-popup .animated-popup-card{height:60%}.who-likes-popup .animated-popup-card .who-likes-popup-container{background:#e4e9ed;height:100%}.who-likes-popup .animated-popup-card .who-likes-popup-container .animated-popup-card-header .center-component,.who-likes-popup .animated-popup-card .who-likes-popup-container .animated-popup-card-header .left-component,.who-likes-popup .animated-popup-card .who-likes-popup-container .animated-popup-card-header .right-component{min-width:50px;text-align:center}.who-likes-popup .animated-popup-card .who-likes-popup-container .animated-popup-card-header .close-button{cursor:pointer;font-size:19px;padding:14px}.who-likes-popup .animated-popup-card .who-likes-popup-container .who-likes-list-container{max-height:calc(100% - 48px)}.who-likes-popup .animated-popup-card .who-likes-popup-container .items-not-found{padding:20px;text-align:center}@media(max-width:820px){.who-likes-popup-container .who-likes-list-container{margin-top:8px;max-height:calc(100% - 56px)!important}}.comment-media-attachment-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:80px;padding:0 41px 3px 48px;position:relative}.comment-media-attachment-wrapper.disabled{opacity:.4;pointer-events:none}.comment-media-attachment-wrapper .comment-attachment{border-radius:6px;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;position:relative}.comment-media-attachment-wrapper .comment-attachment .video-icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.6);border-radius:100%;display:-ms-flexbox;display:flex;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.comment-media-attachment-wrapper .comment-attachment .video-icon>i{color:#fff;display:block;font-size:14px;height:24px;line-height:24px;text-align:center;width:24px}.comment-media-attachment-wrapper .comment-attachment .video-icon.video-autoplay{height:48px;width:48px}.comment-media-attachment-wrapper .comment-attachment .video-icon:hover{background-color:rgba(0,0,0,.4)}.comment-media-attachment-wrapper .comment-attachment .retry-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.comment-media-attachment-wrapper .comment-attachment .retry-button>i{color:#000;display:block;font-size:15px;height:19px;line-height:19px;text-align:center;width:19px}.comment-media-attachment-wrapper .comment-attachment .comment-attachment-overlay{background-color:rgba(0,0,0,.6);height:100%;position:absolute;top:0;width:100%}.comment-media-attachment-wrapper .comment-attachment .comment-attachment-overlay .image-circular-progress-bar{font-size:34px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.comment-media-attachment-wrapper .comment-attachment .comment-attachment-image{background-color:#e4e9ed;background-position:50%;background-repeat:no-repeat;background-size:cover;height:77px;width:61px}.comment-media-attachment-wrapper .remove-button{-ms-flex-item-align:start;align-self:flex-start;color:#000;cursor:pointer;font-size:24px;padding:0 4px}.new-comment-wrapper{background-color:#fff;border-radius:0 0 4px 4px;width:100%}.new-comment-wrapper .divider{border-top:1px solid #d9d9d9}.new-comment-wrapper .new-comment-container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:12px 8px}.new-comment-wrapper .new-comment-container .media-selecting-button{cursor:pointer}.new-comment-wrapper .new-comment-container .feed-textarea{background-color:#e4e9ed;border-radius:6px;-ms-flex:1 1;flex:1 1;overflow:hidden;padding:8px 6px}.new-comment-wrapper .new-comment-container .feed-textarea .activatable-textarea{max-height:60px;overflow:auto}.new-comment-wrapper .new-comment-container button.comment-post-button{-ms-flex-item-align:end;align-self:flex-end}.new-comment-wrapper .new-comment-container .loading-wrapper{max-height:40px}.new-comment-wrapper .media-selecting-button{font-size:26px;padding:8px}.base-button .like-button-text{line-height:18px}.report-popup .animated-popup-card{height:60%}.report-popup .animated-popup-card .report-popup-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.report-popup .animated-popup-card .report-popup-container .animated-popup-card-header .center-component,.report-popup .animated-popup-card .report-popup-container .animated-popup-card-header .left-component,.report-popup .animated-popup-card .report-popup-container .animated-popup-card-header .right-component{min-width:50px;text-align:center}.report-popup .animated-popup-card .report-popup-container .animated-popup-card-header .close-button{cursor:pointer;font-size:19px;padding:14px}.report-popup .animated-popup-card .report-popup-container .report-body{-ms-flex-positive:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}.report-popup .animated-popup-card .report-popup-container .report-body .report-reason{-ms-flex-positive:1;color:#333;flex-grow:1;font-size:14px;padding:15px;resize:none;width:100%}.report-popup .animated-popup-card .report-popup-container .report-body .report-reason ::-webkit-input-placeholder{color:#757575}.report-popup .animated-popup-card .report-popup-container .report-body .report-reason ::-moz-placeholder{color:#757575}.report-popup .animated-popup-card .report-popup-container .report-body .report-reason :-ms-input-placeholder{color:#757575}.report-popup .animated-popup-card .report-popup-container .report-body .report-reason ::-ms-input-placeholder{color:#757575}.report-popup .animated-popup-card .report-popup-container .report-body .report-reason ::placeholder{color:#757575}.downloadable-attachment .file-name{border:1px solid #eaeae9;border-radius:6px}.edit-comment-wrapper{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:0 4px 8px 8px;width:100%}.edit-comment-wrapper .feed-textarea{background-color:#e4e9ed;border-radius:6px;-ms-flex:1 1;flex:1 1;min-height:56px;overflow:hidden;padding:8px 6px;word-break:break-word}.edit-comment-wrapper .feed-textarea .activatable-textarea{max-height:60px;overflow:auto}.edit-comment-wrapper .edit-comment-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.edit-comment-wrapper .edit-comment-actions .action{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:16px;font-weight:700;padding:0 8px;text-align:center}.edit-comment-wrapper .edit-comment-actions .action[type=button]{background:none;border:none}.edit-comment-wrapper .edit-comment-actions .action[disabled]{opacity:.5}.edit-comment-wrapper .edit-comment-actions .action.action-cancel{-ms-flex-align:start;align-items:flex-start;color:#333}.edit-comment-wrapper .edit-comment-actions .action.action-update{-ms-flex-align:end;align-items:flex-end;color:#07a0c8}.edit-popup-wrapper .animated-popup-card{height:100vh;max-height:60%}.edit-popup-wrapper .edit-popup-container{-ms-flex:1 1;flex:1 1;width:100%}.edit-popup-wrapper .edit-popup-body,.edit-popup-wrapper .edit-popup-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.edit-popup-wrapper .edit-popup-body{-ms-flex:1 1;flex:1 1;padding:10px 16px}.edit-popup-wrapper .edit-popup-body .edit-body-content{-ms-flex:1 1;flex:1 1;min-height:90px;overflow:auto;width:100%}.edit-popup-wrapper .edit-popup-body .edit-body-content .activatable-textarea{height:100%}.short .edit-popup{overflow:scroll}.short .edit-popup .edit-body-content{overflow:hidden}.short .edit-popup .edit-popup-body{display:inline;display:initial;overflow:visible;overflow:initial}.comment{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;word-break:break-all}.comment .dropdown-menu-icon{height:38px!important;width:38px!important}.comment.deleting{opacity:.4;pointer-events:none}.comment.has-opened-options .dropdown-menu-icon{opacity:.6;pointer-events:none}.comment .comment-creator-container img{border-radius:50%;height:30px;width:30px}.comment .comment-card{margin:0 0 0 8px;min-width:200px}.comment .comment-card.has-file-attachment{width:100%}.comment .comment-card.disabled{opacity:.5;pointer-events:none}.comment .comment-card .comment-content{background-color:#e4e9ed;border-radius:0 6px 6px 6px}.comment .comment-card .comment-content .comment-header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:8px 41px 8px 8px;position:relative;word-break:break-word}.comment .comment-card .comment-content .comment-header .comment-creator-name{color:#383b45;font-size:14px;font-weight:700;text-decoration:none}.comment .comment-card .comment-content .comment-header .comment-created-at{color:#69686a}.comment .comment-card .comment-content .comment-header .comment-options .icon-more{font-size:16px}.comment .comment-card .comment-content .comment-body{color:#212121;display:-ms-flexbox;display:flex;font-size:14px;line-height:normal;padding:0 8px 8px;word-break:break-word}.comment .comment-card .comment-content .comment-body.disabled{opacity:.5;pointer-events:none}.comment .comment-card .comment-content .comment-body .feed-item-edited{color:#b0b0b0;font-size:12px;font-style:italic}.comment .comment-card .comment-content .comment-body .mention-link{border-radius:2px;color:#000;padding:2px 5px;text-decoration:none}.comment .comment-card .comment-attachment-container{margin-top:2px}.comment .comment-card .comment-attachment-container .comment-attachment-image{background-color:#e4e9ed;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;cursor:pointer;height:100px;min-height:100px;width:150px}.comment .comment-card .comment-likes-container{display:-ms-flexbox;display:flex}.comment .comment-card .comment-likes-container .comment-like-button{color:#5e5e5e;cursor:pointer;font-size:17px;padding:5px 3px 10px 5px}.comment .comment-card .comment-likes-container .comment-likes-count{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;font-size:12px;line-height:normal;padding:5px 5px 10px 2px}.comment-list-container{padding:0 12px}.feed-item-link{color:inherit;display:block;text-decoration:none;width:100%}.feed-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.feed-item.disabled{opacity:.5;pointer-events:none}.feed-item .feed-item-header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:8px 40px 0 16px}.feed-item .feed-item-header .feed-item-icon{border-radius:50%;height:36px;margin-right:8px;width:36px}.feed-item .feed-item-header .feed-item-icon .fourth-icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;font-size:28px;height:100%;justify-content:center}.feed-item .feed-item-header .feed-item-header-details{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;height:100%;min-width:0}.feed-item .feed-item-header .feed-item-header-details .feed-item-title{color:#000;font-size:16px;overflow:hidden;padding-right:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis}.feed-item .feed-item-header .feed-item-header-details .feed-item-title a{color:#000;text-decoration:none}.feed-item .feed-item-header .feed-item-header-details .feed-item-group{color:#000;font-weight:700;text-decoration:none}.feed-item .feed-item-header .feed-item-header-details .feed-item-subtitle{-ms-flex-align:baseline;align-items:baseline;color:#69686a;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:12px;white-space:break-spaces}.feed-item .feed-item-header .feed-item-header-details .feed-item-subtitle .feed-item-location{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.feed-item .feed-item-header .feed-item-header-details .feed-item-subtitle .feed-item-createdDate{min-width:150px;white-space:nowrap}.feed-item .feed-item-body{color:#212121;display:-ms-flexbox;display:flex;font-size:14px}.feed-item .feed-item-body.has-attachments{-ms-flex-flow:column;flex-flow:column}.feed-item .feed-item-body .feed-item-body-text-content{display:-ms-flexbox;display:flex;width:100%}.feed-item .feed-item-body .feed-item-body-text-content .see-more-body{width:100%}.feed-item .feed-item-body .segment-link{text-decoration:none}.feed-item .feed-item-body .see-more-body{margin:10px 16px 0}.feed-item .feed-item-body .feed-item-mosaic .mosaic{margin-top:10px}.feed-item .feed-item-body .feed-item-file .file-name{margin:10px}.feed-item .feed-item-link>div>p{font-size:14px;line-height:20px;margin-bottom:0;min-height:20px}.feed-item .feed-item-link>div .mention-link{border-radius:2px;color:#000;padding:2px 5px;text-decoration:none}.feed-item .feed-item-edited{color:#b0b0b0;font-size:12px;font-style:italic;margin-top:10px}.feed-item .feed-item-social-count{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;border-bottom:1px solid #cfcfcf;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 16px}.feed-item .feed-item-social-count .feed-item-comment-count,.feed-item .feed-item-social-count .feed-item-like-count{color:#5e5e5e;cursor:pointer;font-size:12px;padding:12px 0;text-transform:capitalize}.feed-item .feed-item-social-buttons{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;color:#5e5e5e;display:-ms-flexbox;display:flex;font-size:12px;justify-content:space-between;text-transform:capitalize}.feed-item .feed-item-social-buttons>div{cursor:pointer;display:-ms-flexbox;display:flex;padding:12px 16px}.feed-item .feed-item-social-buttons i{color:#69686a;font-size:18px;height:18px;margin-right:6px;width:18px}.feed-item .feed-item-social-buttons .feed-item-comment-button,.feed-item .feed-item-social-buttons .feed-item-like-button{color:#5e5e5e;font-size:12px}.feed-item .feed-item-footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 16px 12px}.feed-item .feed-item-footer .feed-item-modified-date{-ms-flex-align:center;-ms-flex-item-align:end;align-items:center;align-self:flex-end;color:#69686a;display:-ms-flexbox;display:flex;font-size:10px}.feed-item .feed-item-footer .feed-item-modified-date i{height:10px;margin-right:3px;width:10px}.feed-item .comments-area{max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease-in-out;-o-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.feed-item .comments-area .see-previous-comments-button{color:#333;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:14px;font-weight:700;padding:0 16px 16px}.feed-item .comments-area .see-previous-comments-button.disabled{pointer-events:none}.feed-item .comments-area .see-previous-comments-button .loading-wrapper{height:20px}.feed-item .comments-area .see-previous-comments-button .loading-wrapper .spinner-animation,.feed-item .comments-area .see-previous-comments-button .loading-wrapper>div{height:30px!important;width:30px!important}.feed-item .comments-area.expanded{max-height:100%}.feed-item .comments-area .comment-posting{color:#69686a;font-size:12px;margin:4px 16px 12px;text-align:right}li.list-item .swipeable-container .content-wrapper .content.fullWidth{margin-right:0}.sticky-header{position:sticky;top:0;z-index:11}.sticky-header .header{position:relative}.sticky-header .header .new-posts-button{left:50%;position:absolute;top:24px;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.skeleton-list.fourth-list{margin-top:8px}.skeleton-list.fourth-list .list-item .content-wrapper{padding:8px!important}.skeleton-list.fourth-list .list-item .content{display:block!important}.skeleton-list.fourth-list .skeleton-row{display:-ms-flexbox;display:flex}.skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper{padding-left:10px;width:100%}.skeleton-list.fourth-list .react-loading-skeleton{margin-top:8px}@media(min-width:820px){#group-header{padding-top:8px}}#group-header .group-header-container{background-color:#383b45;min-height:225px;width:100%}#group-header .group-header-container img.group-header-image{background-color:#383b45;height:100%;max-height:350px;-o-object-fit:contain;object-fit:contain;width:100%}#group-header .group-details{border:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:6px;padding:10px 16px 12px;position:relative}#group-header .group-details .group-details-header{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}@media(max-width:820px){#group-header .group-details .group-details-header{-ms-flex-wrap:wrap;flex-wrap:wrap}}#group-header .group-details .group-details-header .group-left-wrapper .group-avatar{background-color:#383b45;border:1px solid #fff;border-radius:100%;height:72px;margin-top:-46px;width:72px}#group-header .group-details .group-details-header .group-left-wrapper .group-title{color:#333;font-size:18px;font-weight:700;line-height:21px;margin-bottom:4px;margin-top:8px;min-height:21px;padding-right:30px;width:100%}#group-header .group-details .group-details-header .group-left-wrapper .group-subtitle{color:#757575;font-size:14px;line-height:16px;max-height:48px;min-height:16px;overflow-wrap:anywhere;padding-right:30px;width:100%}#group-header .group-details .group-details-header .group-left-wrapper .group-subtitle .see-more-button{line-height:16px}#group-header .group-details .group-details-header .group-left-wrapper .group-stats{-ms-flex-pack:start;-ms-flex-align:center;align-items:center;color:#757575;display:-ms-flexbox;display:flex;font-size:12px;height:14px;justify-content:flex-start;line-height:12px;margin-top:8px;width:100%}#group-header .group-details .group-details-header .group-left-wrapper .group-stats .privacy-icon{font-size:14px;line-height:14px}#group-header .group-details .group-details-header .group-left-wrapper .group-stats .group-privacy{border-right:1px solid #757575;font-size:12px;line-height:12px;padding:0 7px 0 4px}#group-header .group-details .group-details-header .group-left-wrapper .group-stats .group-members{padding-left:7px}#group-header .group-details .group-details-header .group-left-wrapper .group-stats .group-members .group-members-count{color:#333}#group-header .group-details .group-details-header .join-button{border-radius:5px;color:#fff;cursor:pointer;font-size:16px;height:48px;line-height:48px;margin-bottom:4px;margin-top:12px;padding:0 20px;text-align:center;white-space:nowrap}#group-header .group-details .group-details-header .join-button.disabled{opacity:.4;pointer-events:none}@media(max-width:820px){#group-header .group-details .group-details-header .join-button{width:100%}}#group-header .group-details .group-settings{color:#383b45;cursor:pointer;font-size:20px;position:absolute;right:20px;text-decoration:none;top:20px}#group-header .group-details .pending-info{-ms-flex-align:start;align-items:flex-start;color:#333;display:-ms-flexbox;display:flex;font-size:14px;margin-top:16px;width:100%}#group-header .group-details .pending-info i{font-size:18px;line-height:18px;margin-right:12px}@media(max-width:820px){#group-header .group-header-container{min-height:120px}}#feed-details-page{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}#feed-details-page.hidden{display:none}#feed-details-page .page-layout-wrapper .feed-list{margin:4px 0 0;overflow-x:visible}#feed-details-page .page-layout-wrapper .feed-list .feed-item .comments-area{overflow:visible}#feed-details-page .page-layout-wrapper .card-based-list li.list-item .swipeable-container .content-wrapper{border-radius:0;border-radius:initial;padding:initial}#feed-details-page .page-layout-wrapper .no-feed-item{padding:20px;text-align:center}#feed-details-page .page-layout-wrapper .mosaic .mosaic-item{background-color:#383b45}#feed-details-page .new-comment-wrapper{margin-top:auto}.radio-group-wrapper .radio-button{-ms-flex-pack:justify;background-color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;margin-top:2px;padding:8px 16px;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}.radio-group-wrapper .radio-button.selected{border-left-style:solid;border-left-width:6px}.radio-group-wrapper .radio-button .icon{color:#383b45;font-size:17px}.radio-group-wrapper .radio-button .details{-ms-flex:1 1;flex:1 1;margin-left:5px}.radio-group-wrapper .radio-button .details .label{color:#353535;font-size:16px;line-height:normal}.radio-group-wrapper .radio-button .details .description{color:#77787b;font-size:12px;line-height:normal;margin-top:4px}.radio-group-wrapper .radio-button .tick{-ms-flex-item-align:center;align-self:center;min-width:50px;text-align:end}.radio-group-wrapper .radio-button .tick i{font-size:21px}.radio-group-wrapper .radio-button input[type=radio]{height:0!important;margin:0!important;opacity:0;padding:0!important;width:0!important}#save-group-from .edit-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.6);background-color:#f5f5f5;border:1px solid #b0b0b0;border-radius:100%;bottom:0;cursor:pointer;display:-ms-flexbox;display:flex;height:30px;justify-content:center;padding:8px;position:absolute;right:-8px;width:30px}#save-group-from .edit-button i.icon-edit{color:#000;font-size:18px}#save-group-from .edit-group-banner-container{background-color:#383b45;min-height:225px;position:relative}#save-group-from .edit-group-banner-container img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}#save-group-from .edit-group-banner-container .edit-button{bottom:15px;position:absolute;right:15px}#save-group-from .group-details-form-container{background-color:#fff;margin-bottom:6px;padding:35px 16px 1px;position:relative}#save-group-from .group-details-form-container .avatar-editor-wrapper{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#383b45;background-repeat:no-repeat;background-size:contain;border:1px solid #fff;border-radius:100%;display:-ms-flexbox;display:flex;height:70px;justify-content:center;left:16px;position:absolute;top:-35px;width:70px}@media(max-width:820px){#save-group-from .edit-group-banner-container{min-height:120px!important}}#create-group-page{height:100%}@media(max-width:820px){#create-group-page .page-layout-wrapper{padding-top:0}}#group-notifications-page .page-layout-wrapper{min-height:100vh}#group-notifications-page .page-layout-wrapper .group-notifications{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:16px}#group-notifications-page .page-layout-wrapper .group-notifications .notification-preference{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;margin-bottom:20px}#group-notifications-page .page-layout-wrapper .group-notifications .notification-preference label{font-size:16px}#group-notifications-page .page-layout-wrapper .group-notifications .notification-preference:last-child{margin-bottom:0}#group-details-page{height:100%}@media(max-width:820px){#group-details-page .page-layout-wrapper{padding-top:0}}#moderation-page{height:100%}@media(max-width:820px){#moderation-page .page-layout-wrapper{padding-top:0}}#moderation-page .content-moderation-body-wrapper{height:100%}#moderation-page .moderation-new-reports-list,#moderation-page .moderation-reviewed-reports-list{margin-bottom:8px}@media(max-width:820px){#moderation-page .moderation-new-reports-list,#moderation-page .moderation-reviewed-reports-list{margin:0 8px}}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .moderation-report{border-bottom:1px solid #cfcfcf;padding-bottom:30px}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .feed-item-footer{margin:12px 16px}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .comment{border-bottom:1px solid #cfcfcf;padding:15px 0}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .content{-ms-flex-flow:column;flex-flow:column}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .swipeable-container .content-wrapper{border-radius:0;padding:10px 16px}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .feed-item-header{padding:14px 0 11px}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .moderation-new-reports-cta-container{-ms-flex-pack:end;border-top:1px solid #cfcfcf;display:-ms-flexbox;display:flex;justify-content:flex-end;padding-top:15px}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .moderation-new-reports-cta-container .moderation-cta{background:none;border:none;border-radius:4px;color:#fff;font-size:16px;line-height:1;padding:16px 27px;width:100%}@media(min-width:820px){#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .moderation-new-reports-cta-container .moderation-cta{min-width:145px;width:auto}}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .moderation-new-reports-cta-container .moderation-cta.moderation-cta-remove{background:#d33e3e}#moderation-page .moderation-new-reports-list .moderation-new-reports-list-item .moderation-new-reports-cta-container .moderation-cta.moderation-cta-allow{background:#038c3a;margin-left:10px}#moderation-page .moderation-reviewed-reports-list-item .moderation-reviewed-reports-header{display:-ms-flexbox;display:flex}#moderation-page .moderation-reviewed-reports-list-item .moderation-reviewed-reports-header .moderation-reviewed-reports-status-and-reporter{-ms-flex:1 1;flex:1 1}#moderation-page .moderation-reviewed-reports-list-item .moderation-reviewed-reports-header .moderation-reviewed-reports-status-and-reporter .moderation-status-label{border-radius:4px;color:#fff;font-size:10px;font-weight:700;line-height:normal;margin-bottom:8px;padding:4px;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content}#moderation-page .moderation-reviewed-reports-list-item .moderation-reviewed-reports-header .moderation-reviewed-reports-status-and-reporter .moderation-status-label.is-allowed{background-color:#038c3a}#moderation-page .moderation-reviewed-reports-list-item .moderation-reviewed-reports-header .moderation-reviewed-reports-status-and-reporter .moderation-status-label.is-removed{background-color:#d33e3e}#moderation-page .moderation-reviewed-reports-list-item .moderation-reviewed-reports-header .moderation-reviewed-reports-status-and-reporter .moderation-reviewed-report-by{color:#716e73;font-size:10px;line-height:normal;margin-bottom:10px;text-transform:uppercase}#moderation-page .moderation-reviewed-reports-list-item .swipeable-container .content-wrapper{padding:10px 16px 18px}#moderation-page .moderation-reviewed-reports-list-item .content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#moderation-page .moderation-reviewed-reports-list-item .feed-item{margin-bottom:16px}#moderation-page .moderation-reviewed-reports-list-item .feed-item-header{margin-bottom:11px;padding:8px 40px 0 0}#moderation-page .moderation-reviewed-reports-list-item .feed-item-footer{display:none}#moderation-page .moderation-reviewed-reports-list-item .moderation-report{border-top:1px solid #cfcfcf;padding-top:14px}.moderation-report-info-row{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.moderation-report-info-row .fourth-icon{margin-right:8px}.moderation-report-info-row-content{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.moderation-report-info-row-content-name{font-size:14px}.moderation-report-info-row-value{-ms-flex:1 1;flex:1 1;font-size:14px;font-weight:700;margin-left:5px;text-align:end}.moderation-report-info-row-value:nth-child(2){text-transform:capitalize}.moderation-report-info-row .fourth-icon{color:#aaa}.moderation-report{color:#414042;display:-ms-flexbox;display:flex;font-size:16px}@media(max-width:820px){.moderation-report{-ms-flex-flow:column;flex-flow:column;padding-bottom:16px}}.moderation-report-content-title,.moderation-report-reason-title{color:#000;font-weight:700;margin-bottom:9px}.moderation-report-content,.moderation-report-reason{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-flow:column;flex-flow:column}.moderation-report-content{margin-top:0}@media(max-width:820px){.moderation-report-content{margin-top:17px}}.moderation-report-content .moderation-report-info-row{margin-bottom:10px}.moderation-report-content .moderation-report-info-row:last-child{margin-bottom:0}.moderation-report-content-info{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#loading-page .page-layout-wrapper{height:100%;overflow-y:hidden;padding-top:0}.messages-page{height:100%}.messages-page .items-not-found{padding:20px;text-align:center;width:100%}.messages-page .message-list .content{-ms-flex-direction:column;flex-direction:column}.messages-page .message-list-item-header{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.messages-page .message-list-item-header .user-profile-avatar,.messages-page .message-list-item-header img{border-radius:100%;height:50px;width:50px}.messages-page .message-list-item-header-details{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin-left:8px}.messages-page .message-list-item-header-name{color:#000;font-size:16px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.messages-page .message-list-item-header-location-date{-ms-flex-align:baseline;align-items:baseline;color:#69686a;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:12px;white-space:break-spaces}.messages-page .message-list-item-header .message-item-status .unread{border-radius:50%;height:20px;width:20px}.messages-page .message-list-item-body{color:#212121;font-size:14px;margin-top:16px;overflow:hidden;position:relative}.messages-page .message-list-item-body .feed-item-edited{color:#b0b0b0;font-size:12px;font-style:italic}.messages-page .message-list-item-footer{-ms-flex-pack:justify;border-top:1px solid #cfcfcf;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:space-between;margin-top:8px;padding-top:8px}.messages-page .message-list-item-footer .message-count-container{margin-left:auto}.messages-page .message-list-item-footer .message-count-container,.messages-page .message-list-item-footer .reply-container{-ms-flex-align:center;align-items:center;color:#5e5e5e;display:-ms-flexbox;display:flex}.messages-page .message-list-item-footer .message-count-container .fourth-icon,.messages-page .message-list-item-footer .reply-container .fourth-icon{font-size:16px}.messages-page .message-list-item-footer .message-count-container .message-count,.messages-page .message-list-item-footer .message-count-container .reply-label,.messages-page .message-list-item-footer .reply-container .message-count,.messages-page .message-list-item-footer .reply-container .reply-label{margin-left:5px}.message-users-search-bar-popup .animated-popup-card{max-height:60%}.message-users-search-bar-popup .animated-popup-card-header{min-height:50px}.message-users-search-bar-popup-list{overflow:auto}.message-users-search-bar-popup .search-bar-container{margin:10px;min-height:52px}.message-thread-page{height:100%}.general-attachment-container{margin-top:2px}.general-attachment-container .general-attachment-image-wrapper{-ms-flex-item-align:center;-ms-flex-pack:center;align-self:center;background-color:rgba(0,0,0,.6);border-radius:6px;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;height:100%;justify-content:center;max-height:500px;text-align:center}.message-card{background-color:#fff;border-radius:4px;padding:8px}.message-card-header{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;word-break:break-word}.message-card-header .user-profile-avatar{border-radius:100%;height:50px;width:50px}.message-card-header-details{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin-left:8px}.message-card-header-details-name{color:#000;font-size:16px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.message-card-header-details-location-date{-ms-flex-align:baseline;align-items:baseline;color:#69686a;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:12px;white-space:break-spaces}.message-card-header-dropdown-menu-icon{color:inherit;font-size:24px}.message-card-header-status .unread{border-radius:50%;height:20px;width:20px}.message-card-body{color:#212121;display:-ms-flexbox;display:flex;font-size:14px;margin-top:16px;overflow:hidden;position:relative}.message-card .feed-item-edited{color:#b0b0b0;font-size:12px;font-style:italic}.message-card-footer{-ms-flex-pack:end;border-top:1px solid #cfcfcf;color:#5e5e5e;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:flex-end;margin-top:8px;padding-top:8px}.message-card-footer-count-container{margin-left:auto}.message-card-footer-count-container,.message-card-footer-count-container .reply-container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.message-card-footer-count-container .reply-container .fourth-icon{font-size:16px}.message-card-footer-count-container .reply-container .message-count,.message-card-footer-count-container .reply-container .reply-label{margin-left:5px}.message-card.deleting{opacity:.4;pointer-events:none}#message-thread-page{position:relative}#message-thread-page .message-thread-page-container{margin-bottom:75px}#message-thread-page .message-thread-page-container .general-attachment-image{max-width:100%}#message-thread-page .message-thread-page-show-more-replies{background-color:#fff}#message-thread-page .message-thread-page-show-more-replies-btn{color:#333;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:14px;font-weight:700;padding:0 16px 16px}#message-thread-page .message-thread-page-show-more-replies .loading-wrapper{height:15px}#message-thread-page .message-thread-page-show-more-replies .loading-wrapper .spinner-animation{height:35px;width:35px}#message-thread-page .page-layout-wrapper{padding:8px}#message-thread-page .fourth-card{margin-bottom:0;padding:8px}#message-thread-page .fourth-card .comment-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#message-thread-page .fourth-card .comment-content .comment-body{margin:4px 0}#message-thread-page .fourth-card .comment-creator-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}#message-thread-page .fourth-card .comment-options{cursor:pointer}#message-thread-page .fourth-card .comment-options .dropdown-menu-icon{padding-top:2px}#message-thread-page .fourth-card .comment-likes-container{height:25px;padding-top:8px}#message-thread-page .fourth-card .comment-likes-container .comment-like-button{padding:0}#message-thread-page .fourth-card .comment-likes-container .comment-likes-count{cursor:inherit;padding:5px 5px 2px}#message-thread-page .new-comment-wrapper{bottom:0;position:absolute}#broadcast-list-page{height:100%}#broadcast-list-page .page-layout-wrapper{padding-bottom:0;padding-top:8px}@media(max-width:820px){#broadcast-list-page .page-layout-wrapper{padding-top:0}}.messages-page-2{background:#e5e5e5;height:100%}.messages-page-2-icon-more{font-size:24px}.messages-page-2 div[data-baseweb=input]{border:1px solid #757575;border-radius:4px;font-size:16px;margin:0 6px;width:inherit}.messages-page-2 div[data-baseweb=input] div[data-baseweb=base-input]{background:#fff}.toggle-section{margin:16px 0}.toggle-section-header{display:-ms-flexbox;display:flex;margin:0 8px 16px}.toggle-section-header-title{color:#333;-ms-flex:1 1;flex:1 1;font-size:14px;font-weight:700}.toggle-section-header-icon{margin-right:8px}.toggle-section-header .base-button{padding:initial}.toggle-section-header .base-button .fourth-icon{color:#545454;font-size:20px}.toggle-section-content{grid-row-gap:2px;display:grid;grid-template-columns:minmax(250px,1fr)}.chat-card{-ms-flex-align:center;grid-column-gap:12px;align-items:center;background-color:#fff;border-radius:4px;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:48px 1fr;padding:12px 16px 8px}.chat-card-avatar{border-radius:50%;height:48px;width:48px}.chat-card-content-header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.chat-card-content-header-name{color:#111;-ms-flex:1 1;flex:1 1;font-weight:700;line-height:16px;margin-bottom:2px}.chat-card-content-header-date{-ms-flex-align:center;align-items:center;color:#757575;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700}.chat-card-content-header-date .fourth-icon{font-size:16px}.chat-card-content-info{color:#757575;font-size:12px;line-height:20px}.chat-card-content-info-date{margin-left:10px;position:relative}.chat-card-content-info-date:before{background-color:#757575;border-radius:50%;content:".";height:2.5px;left:-7px;position:absolute;top:6px;width:2.5px}.messages-channel{-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:4px;display:grid;grid-template-columns:minmax(250px,1fr) -webkit-max-content;grid-template-columns:minmax(250px,1fr) max-content;padding:12px 16px}.messages-channel.is-read .messages-channel-content,.messages-channel.is-read .messages-channel-title{font-weight:400}.messages-channel-title{color:#111;font-weight:700}.messages-channel-content{color:#757575;display:-ms-flexbox;display:flex;font-weight:700;margin-right:65px}.messages-channel-content-sender-and-message{margin-right:5px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.messages-channel-more-options{color:#757575;font-size:25px;max-width:4px;padding:0}.messages-page-mobile .page-layout-wrapper{padding:16px 8px}.messages-page-mobile-start-new-message-thread{border-radius:50px;bottom:10px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.16);box-shadow:0 4px 16px rgba(0,0,0,.16);font-size:25px;height:56px;position:absolute;right:16px;width:56px}@media(min-width:820px){.messages-page-mobile-start-new-message-thread{display:none}}.messages-page-desktop-header{-ms-flex-align:center;align-items:center;background:#fff;display:-ms-flexbox;display:flex;padding:8px 24px}.messages-page-desktop-header-title{color:#111;font-size:24px;font-weight:500}.messages-page-desktop-header .search-bar-container{border:1px solid #757575;margin:auto;max-height:32px;min-width:400px}.messages-page-desktop-header .search-bar-container .icon-search{font-size:15px}.messages-page-desktop-header .search-bar-container input{font-size:14px}.messages-page-desktop-content{grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:304px 1fr;margin:8px}.messages-page-desktop-content-first-column,.messages-page-desktop-content-second-column{background:#fff;border-radius:4px;padding:18px 16px}.messages-page-desktop-content-second-column{height:100vh;position:relative}.messages-page-desktop-content-second-column .messages-page-desktop-content-header{display:-ms-flexbox;display:flex}.messages-page-desktop-content-second-column .messages-page-desktop-content-header div:first-child{-ms-flex:1 1;flex:1 1}.messages-page-desktop-content-second-column .messages-page-desktop-content-header-name{-ms-flex-align:center;align-items:center;color:#111;display:-ms-flexbox;display:flex;font-size:20px;font-weight:500}.messages-page-desktop-content-second-column .messages-page-desktop-content-header-edit{color:#333;height:12px;width:12px}.messages-page-desktop-content-second-column .messages-page-desktop-content-header-participants{color:#545454;font-size:12px;font-weight:400}.messages-page-desktop-content-second-column .messages-page-desktop-content-header-more-options{color:#333;font-size:20px}.messages-page-desktop-content-second-column .message-thread{max-height:645px;overflow-y:scroll}.messages-page-desktop-content-second-column .message-thread-reply{bottom:125px;position:absolute;width:95%}.messages-page-desktop-content-second-column .new-comment-wrapper{border-radius:2px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px rgba(0,0,0,.16)}.messages-page-desktop-content .toggle-section{margin:0}.messages-page-desktop-content .toggle-section.messages-channel{-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:0}.messages-page-desktop-content .toggle-section.messages-channel .messages-channel-content{margin-right:13px}.messages-page-desktop-content .toggle-section.message-threads{margin-bottom:4px;margin-top:2px}.messages-page-desktop-content .toggle-section-header{background:#fff;margin:0;width:100%}.messages-page-desktop-content .toggle-section-content{grid-row-gap:0}.messages-page-desktop-content .message-threads-chat-card{position:relative}.messages-page-desktop-content .message-threads-chat-card:last-child:after{display:none}.messages-page-desktop-content .message-threads-chat-card:after{background:#000;bottom:0;content:"";height:.5px;left:3px;opacity:20%;position:absolute;width:100%}.messages-page-desktop-content .chat-card,.messages-page-desktop-content .messages-channel{border-radius:0;padding-left:0;padding-right:0}.message-thread-chat-card{display:-ms-flexbox;display:flex}.message-thread-chat-card-avatar{height:36px;margin-right:14px;width:36px}.message-thread-chat-card-content-header{display:-ms-flexbox;display:flex;margin-bottom:6px}.message-thread-chat-card-content-header-name{color:#111;font-size:14px;font-weight:700;margin-right:12px}.message-thread-chat-card-content-header-time{color:#757575;font-size:10px;font-weight:400}.message-thread-chat-card-content-body{color:#545454}.message-thread-content{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;color:#757575;display:-ms-flexbox;display:flex;font-size:10px;font-weight:400;justify-content:center;margin:16px 0}.message-thread-content-text{margin:0 28px}.message-thread-content-divider{background:#bebebe;height:1px;width:62px}.message-thread-reply{-webkit-box-shadow:0 1px 10px hsla(0,0%,82%,.2);box-shadow:0 1px 10px hsla(0,0%,82%,.2);width:100%}.message-thread-reply .new-comment-wrapper .divider{border:initial}.message-thread-reply .new-comment-wrapper .new-comment-container .feed-textarea{background-color:transparent;background-color:initial}.message-thread-reply .new-comment-wrapper .new-comment-container .placeholder{color:#757575;font-size:14px;font-style:italic;font-weight:300}.message-thread-reply .new-comment-wrapper .new-comment-container .icon-paper-plane{font-size:20px}.message-thread-page #top-bar .left-component{-ms-flex:0 1;flex:0 1;margin-right:15px}.message-thread-page #top-bar .center-component{line-height:inherit}.message-thread-page #top-bar .message-thread-icon-more{font-size:23px}.message-thread-page-user{display:-ms-flexbox;display:flex}.message-thread-page-user-avatar{height:36px;margin-right:13px;width:36px}.message-thread-page-user-info{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.message-thread-page-user-info-name{font-size:14px;font-weight:700;height:14px;margin-bottom:4px}.message-thread-page-user-info-status{font-size:12px;font-weight:400;height:12px}.message-thread-page-layout{background:#fff;height:100vh;padding:0 16px}.message-thread-page-layout .page-content{margin-bottom:150px}.message-thread-page-reply{bottom:0;left:0;position:fixed}.new-messages-page{background:#e5e5e5;height:100%}.new-messages-page-new-channel-btn{color:#177591;font-size:16px;font-weight:700;margin:10px 16px 0}.new-messages-page-new-channel-btn i{background-color:#177591;border-radius:50%;color:#e5e5e5;margin-right:12px;padding:1.5px}.new-messages-page-content{margin:0 8px}.new-messages-page-content-category{color:#757575;font-size:14px;font-weight:400;margin:8px 0}.new-messages-page-content .chat-card{grid-template-columns:40px 1fr;margin-bottom:2px}.new-messages-page-content .chat-card-avatar{height:40px;width:40px}.admin-item-list-wrapper .draggable-admin-items-list{overflow:visible;padding-bottom:0}.admin-item-list-wrapper .draggable-admin-items-list .list-item{cursor:pointer}.admin-item-list-wrapper .draggable-admin-items-list .list-item.dragging .swipeable-container{background-color:#e4f5fd}.admin-item-list-wrapper .draggable-admin-items-list .list-item .drag-icon{font-size:20px}.admin-item-list-wrapper .draggable-admin-items-list .list-item:last-child.opened-options{padding-bottom:60px}.admin-item-list-wrapper .draggable-admin-items-list .list-item:last-child.opened-options .action-button:last-child{height:calc(100% - 60px)}.admin-item-list-wrapper .draggable-admin-items-list .list-item .swipeable-container .content-wrapper{padding:8px 12px}.admin-item-list-wrapper .draggable-admin-items-list .list-item .admin-items-content{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.admin-item-list-wrapper .draggable-admin-items-list .list-item .admin-items-content .visibility{color:#757575;font-size:12px}.admin-item-list-wrapper .draggable-admin-items-list .list-item .admin-items-content .duration{color:#716e73;font-size:10px;text-transform:uppercase}.admin-item-list-wrapper .draggable-admin-items-list .list-item .admin-items-content .title{color:#383b45;font-size:18px;margin:8px 0 0}.admin-item-list-wrapper .draggable-admin-items-list .list-item .admin-items-content .creation-date{color:#716e73;font-size:14px;font-weight:500;margin-top:24px}.admin-item-list-wrapper .draggable-admin-items-list .list-item .swipeable-button{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center}.admin-item-list-wrapper .draggable-admin-items-list .list-item .swipeable-button i{font-size:24px;margin-bottom:8px}.admin-item-list-wrapper .draggable-admin-items-list .list-item .swipeable-button span{font-size:14px}.admin-item-list-wrapper .draggable-admin-items-list .list-item .swipeable-button.clone{background-color:#69686a}.admin-item-list-wrapper .draggable-admin-items-list .list-item .swipeable-button.delete{background-color:#f64747}.admin-item-list-wrapper .draggable-wrapper{margin-bottom:6px}.admin-item-list-wrapper .reorder-button{-ms-flex-pack:end;color:#087090;cursor:pointer;display:-ms-flexbox;display:flex;font-size:16px;font-weight:700;justify-content:flex-end;line-height:20px;padding:6px 14px 14px}.admin-item-list-wrapper .reorder-button i{font-size:18px;padding-right:9px}.admin-item-list-wrapper .reorder-button.active{color:#043c4d;cursor:default}.admin-item-list-wrapper .buttons-group{-ms-flex-pack:right;display:-ms-flexbox;display:flex;justify-content:right;padding-bottom:12px;padding-top:12px}.admin-item-list-wrapper .buttons-group button{min-width:158px}.admin-item-list-wrapper .buttons-group .cancel-button{margin-right:12px}@media(max-width:720px){.admin-item-list-wrapper .draggable-admin-items-list{padding-bottom:68px}.admin-item-list-wrapper .buttons-group{-ms-flex-pack:center;bottom:0;display:-ms-flexbox;display:flex;justify-content:center;position:fixed;width:100%;z-index:2}.admin-item-list-wrapper .buttons-group button{-ms-flex-positive:1;flex-grow:1;margin:12px}.admin-item-list-wrapper .buttons-group .cancel-button{margin-right:0}}#custom-menu-list-page{height:100%}#custom-menu-list-page .page-layout-wrapper{padding-bottom:0;padding-top:8px}@media(max-width:820px){#custom-menu-list-page .page-layout-wrapper{padding-top:0}}#custom-menu-preview-page{height:100%}@media(min-width:820px){#custom-menu-preview-page #custom-menu-header{margin-bottom:8px;padding-top:8px}}#custom-menu-preview-page #custom-menu-header .custom-menu-container{background-color:#383b45;min-height:225px;width:100%}#custom-menu-preview-page #custom-menu-header .custom-menu-container img.custom-menu-image{background-color:#383b45;height:100%;max-height:350px;-o-object-fit:contain;object-fit:contain;width:100%}#custom-menu-preview-page #custom-menu-header .custom-menu-details{border:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;padding:8px 16px;position:relative}#custom-menu-preview-page #custom-menu-header .custom-menu-details-header{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}#custom-menu-preview-page #custom-menu-header .custom-menu-details-header .left-wrapper .custom-menu-title{color:#333;font-size:16px;line-height:19px;margin-bottom:5px;padding-right:30px;width:100%}#custom-menu-preview-page #custom-menu-header .custom-menu-details-header .left-wrapper .custom-menu-subtitle{color:#757575;font-size:12px;line-height:14px;max-height:48px;overflow-wrap:anywhere;padding-right:30px;width:100%}#custom-menu-preview-page #custom-menu-header .custom-menu-details-header .custom-menu-edit{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-size:18px;justify-content:center;padding-right:3px}#custom-menu-create-page{height:100%}#custom-menu-create-page .page-layout-wrapper{padding-top:0}#custom-menu-create-page .section-separation{margin-top:8px}#custom-menu-create-page .section{background-color:#fff;padding:8px 16px}#custom-menu-create-page .section,#custom-menu-create-page .section .section-first-line{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#custom-menu-create-page .section .active-status{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:8px 0}#custom-menu-create-page .section .active-status .status-text{color:#666}#custom-menu-create-page .section .sub-title{color:#666;font-size:10px;margin-top:5px}#custom-menu-create-page .section .sub-title .fourth-icon{color:#d3773e;font-size:11px;margin-right:2px}#custom-menu-create-page .section .upload-buttons-group{display:inline-block}#custom-menu-create-page .section .upload-buttons-group .image-upload-button{border-left:none;border-radius:0 4px 4px 0}#custom-menu-create-page .section .upload-button{border:1px solid #aaa;border-radius:4px;color:#383b45;cursor:pointer;display:inline-block;font-size:20px;padding:12px}#custom-menu-create-page .file-name{margin:8px -16px}#custom-menu-create-page .textarea-wrapper{margin-top:20px}#custom-menu-create-page .textarea-wrapper.disabled .tox{cursor:no-drop;opacity:.6;pointer-events:none}#custom-menu-create-page .textarea-wrapper.disabled .tox .tox-edit-area__iframe{background-color:#fbfbfb}#custom-menu-create-page .buttons-group{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;margin:10px 10px 0}#custom-menu-create-page .buttons-group .base-button{min-width:160px}#custom-menu-create-page .buttons-group .save-button{margin-left:10px}#custom-menu-create-page .icon-button{border:1px solid #aaa;border-radius:50%;color:#383b45;cursor:pointer;display:inline-block;font-size:20px;padding:12px}#custom-menu-create-page .icon-button.disabled{opacity:.4;pointer-events:none}@media(min-width:444px){#custom-menu-create-page .section{margin-top:8px}#custom-menu-create-page .section .section-first-line{-ms-flex-direction:row;flex-direction:row}#custom-menu-create-page .section .section-first-line .section-first-line-title{-ms-flex:1 1;flex:1 1}#custom-menu-create-page .section .section-first-line .section-first-line-icon{-ms-flex:1 1;flex:1 1;margin-left:20px}#custom-menu-create-page .buttons-group{-ms-flex-pack:end;justify-content:flex-end}}#custom-page-create-page{height:100%}#custom-page-create-page .page-layout-wrapper{padding-top:0}#custom-page-create-page .section-separation{margin-top:8px}#custom-page-create-page .section{background-color:#fff;margin-top:8px;padding:8px 16px}#custom-page-create-page .section,#custom-page-create-page .section .section-first-line{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#custom-page-create-page .section .active-status{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:8px 0}#custom-page-create-page .section .active-status .status-text{color:#666}#custom-page-create-page .section .sub-title{color:#666;font-size:10px;margin-top:5px}#custom-page-create-page .section .sub-title .fourth-icon{color:#d3773e;font-size:11px;margin-right:2px}#custom-page-create-page .section .upload-buttons-group{display:inline-block}#custom-page-create-page .section .upload-buttons-group .image-upload-button{border-left:none;border-radius:0 4px 4px 0}#custom-page-create-page .section .upload-button{border:1px solid #aaa;border-radius:4px;color:#383b45;cursor:pointer;display:inline-block;font-size:20px;padding:12px}#custom-page-create-page .file-name{border-bottom:none;margin:0 -16px}#custom-page-create-page .file-name:last-of-type{border-bottom:1px solid #d4d4d4}#custom-page-create-page .file-name:first-of-type{margin-top:8px}#custom-page-create-page .textarea-wrapper{margin-top:20px}#custom-page-create-page .textarea-wrapper .tox{height:200px!important}#custom-page-create-page .textarea-wrapper.disabled .tox{cursor:no-drop;opacity:.6;pointer-events:none}#custom-page-create-page .textarea-wrapper.disabled .tox .tox-edit-area__iframe{background-color:#fbfbfb}#custom-page-create-page .buttons-group{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;margin:10px 10px 0}#custom-page-create-page .buttons-group .base-button{min-width:160px}#custom-page-create-page .buttons-group .save-button{margin-left:10px}#custom-page-create-page .icon-button{border:1px solid #aaa;border-radius:50%;color:#383b45;cursor:pointer;display:inline-block;font-size:20px;padding:12px}#custom-page-create-page .icon-button.disabled{opacity:.4;pointer-events:none}#custom-page-create-page .visibility .visibility-dropdown{width:100%}@media(min-width:444px){#custom-page-create-page .section .section-first-line{-ms-flex-direction:row;flex-direction:row}#custom-page-create-page .section .section-first-line .section-first-line-title{-ms-flex:1 1;flex:1 1}#custom-page-create-page .section .section-first-line .section-first-line-title:first-child{margin-right:16px}#custom-page-create-page .section .section-first-line .section-first-line-icon{-ms-flex:1 1;flex:1 1;margin-left:20px}#custom-page-create-page .visibility .visibility-dropdown{width:328px}#custom-page-create-page .buttons-group{-ms-flex-pack:end;justify-content:flex-end}}#real-time,#realtime-page{height:100%}#realtime-page{overflow-y:scroll}.sendbird-word{display:inline;height:-moz-fit-content;height:fit-content}.sendbird-word__url{color:inherit;display:inline;margin:0 4px;word-break:break-all}.sendbird-open-channel-preview{box-sizing:border-box;display:inline-flex;flex-direction:row;height:58px;min-height:58px;min-width:264px;position:relative;width:264px}.sendbird--mobile-mode .sendbird-open-channel-preview{width:100%}.sendbird-theme--light .sendbird-open-channel-preview{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-open-channel-preview{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-open-channel-preview:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-open-channel-preview:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-open-channel-preview.selected{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100);border-left:4px solid #742ddd;border-left:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-open-channel-preview.selected{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300);border-left:4px solid #c2a9fa;border-left:4px solid var(--sendbird-dark-primary-200)}.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image{height:42px;margin-left:16px;margin-top:8px;width:42px}.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image,.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{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;position:relative}.sendbird-open-channel-preview .sendbird-open-channel-preview__context{box-sizing:border-box;display:inline-flex;flex-direction:column;margin-left:16px;margin-top:8px;position:relative;width:calc(100% - 100px)}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title{align-items:center;box-sizing:border-box;display:inline-flex;flex-direction:row;height:16px;position:relative;width:100%}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name{box-sizing:border-box;display:inline-block;overflow:hidden;overflow-x:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%;word-break:keep-all}.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--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__frozen{display:inline-flex;margin-left:4px;position:relative}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants{align-items:center;box-sizing:border-box;display:inline-flex;flex-direction:row;height:14px;margin-top:8px;position:relative;width:100%}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon{box-sizing:border-box;display:inline-flex;height:14px;position:relative;width:14px}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count{box-sizing:border-box;display:inline-flex;height:12px;margin-left:4px;max-width:160px;overflow-x:hidden;position:relative;text-overflow:ellipsis;width:160px;word-break:keep-all}.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-create-open-channel-ui{display:inline-flex;position:relative}.sendbird-create-open-channel-ui__profile-input{box-sizing:border-box;display:inline-flex;flex-direction:column;height:100%;justify-content:flex-start;position:relative;width:100%}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section{align-items:center;display:inline-flex;flex-direction:row;margin-top:16px;position:relative}.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{align-items:center;display:inline-flex;height:80px;justify-content:center;position:relative;width: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{align-items:center;border-radius:50%;display:inline-flex;height:80px;justify-content:center;position:relative;width:80px}.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:#e0e0e0;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:#393939;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{display:inline-flex;margin-left:18px;position:relative}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section{display:inline-flex;flex-direction:row;margin-top:8px;position:relative}.sendbird-open-channel-list,.sendbird-open-channel-list-ui{box-sizing:border-box;display:inline-flex;flex-direction:column;height:100%;min-width:256px;position:relative;width:256px}.sendbird--mobile-mode .sendbird-open-channel-list,.sendbird--mobile-mode .sendbird-open-channel-list-ui{width:100%}.sendbird-theme--light .sendbird-open-channel-list,.sendbird-theme--light .sendbird-open-channel-list-ui{border-right:1px solid rgba(0,0,0,.12);border-right:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-open-channel-list,.sendbird-theme--dark .sendbird-open-channel-list-ui{border-right:1px solid hsla(0,0%,100%,.12);border-right:1px solid 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{align-items:center;box-sizing:border-box;display:inline-flex;flex-direction:row;height:64px;position:relative;width:100%}.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:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid 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:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid 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{align-items:center;box-sizing:border-box;display:inline-flex;margin-left:24px;position:relative}.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{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;position:absolute;right:56px;top:16px}.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{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;position:absolute;right:16px;top:16px}.sendbird-open-channel-list .sendbird-open-channel-list-ui__channel-list,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__channel-list{box-sizing:border-box;display:inline-flex;flex-direction:column;height:calc(100% - 64px);overflow-y:scroll;position:relative;width:100%}.sendbird-open-channel-list-ui__channel-list--place-holder--loading{align-items:center;display:inline-flex;justify-content:center;min-height:62px;position:relative}.sendbird-theme--light .sendbird-open-channel-list-ui__channel-list--place-holder--loading{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading{background-color:#2c2c2c;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-light-error-500:#9d091e;--sendbird-light-error-400:#bf0711;--sendbird-light-error-300:#de360b;--sendbird-light-error-200:#f66161;--sendbird-light-error-100:#fdaaaa;--sendbird-light-background-700:#000;--sendbird-light-background-600:#161616;--sendbird-light-background-500:#2c2c2c;--sendbird-light-background-400:#393939;--sendbird-light-background-300:#bdbdbd;--sendbird-light-background-200:#e0e0e0;--sendbird-light-background-100:#eee;--sendbird-light-background-50:#fff;--sendbird-light-overlay-01:rgba(0,0,0,.55);--sendbird-light-overlay-02:rgba(0,0,0,.32);--sendbird-light-onlight-01:rgba(0,0,0,.88);--sendbird-light-onlight-02:rgba(0,0,0,.5);--sendbird-light-onlight-03:rgba(0,0,0,.38);--sendbird-light-onlight-04:rgba(0,0,0,.12);--sendbird-light-ondark-01:hsla(0,0%,100%,.88);--sendbird-light-ondark-02:hsla(0,0%,100%,.5);--sendbird-light-ondark-03:hsla(0,0%,100%,.38);--sendbird-light-ondark-04:hsla(0,0%,100%,.12);--sendbird-light-shadow-01:0 1px 5px 0 rgba(33,34,66,.04),0 0 3px 0 rgba(0,0,0,.08),0 2px 1px 0 rgba(0,0,0,.12);--sendbird-light-shadow-02:0 3px 5px -3px rgba(33,34,66,.04),0 3px 14px 2px rgba(0,0,0,.08),0 8px 10px 1px rgba(0,0,0,.12);--sendbird-light-shadow-03:0 6px 10px -5px rgba(0,0,0,.04),0 6px 30px 5px rgba(0,0,0,.08),0 16px 24px 2px rgba(0,0,0,.12);--sendbird-light-shadow-04:0 9px 15px -7px rgba(0,0,0,.04),0 9px 46px 8px rgba(0,0,0,.08),0 24px 38px 3px rgba(0,0,0,.12);--sendbird-light-shadow-message-input:0 1px 5px 0 rgba(33,34,66,.12),0 0 1px 0 rgba(33,34,66,.16),0 2px 1px 0 rgba(33,34,66,.08),0 1px 5px 0 rgba(0,0,0,.12)}: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:#000;--sendbird-dark-background-600:#161616;--sendbird-dark-background-500:#2c2c2c;--sendbird-dark-background-400:#393939;--sendbird-dark-background-300:#bdbdbd;--sendbird-dark-background-200:#e0e0e0;--sendbird-dark-background-100:#eee;--sendbird-dark-background-50:#fff;--sendbird-dark-overlay-01:rgba(0,0,0,.55);--sendbird-dark-overlay-02:rgba(0,0,0,.32);--sendbird-dark-onlight-01:rgba(0,0,0,.88);--sendbird-dark-onlight-02:rgba(0,0,0,.5);--sendbird-dark-onlight-03:rgba(0,0,0,.38);--sendbird-dark-onlight-04:rgba(0,0,0,.12);--sendbird-dark-ondark-01:hsla(0,0%,100%,.88);--sendbird-dark-ondark-02:hsla(0,0%,100%,.5);--sendbird-dark-ondark-03:hsla(0,0%,100%,.38);--sendbird-dark-ondark-04:hsla(0,0%,100%,.12);--sendbird-dark-shadow-01:0 1px 5px 0 rgba(33,34,66,.04),0 0 3px 0 rgba(0,0,0,.08),0 2px 1px 0 rgba(0,0,0,.12);--sendbird-dark-shadow-02:0 3px 5px -3px rgba(33,34,66,.04),0 3px 14px 2px rgba(0,0,0,.08),0 8px 10px 1px rgba(0,0,0,.12);--sendbird-dark-shadow-03:0 6px 10px -5px rgba(0,0,0,.04),0 6px 30px 5px rgba(0,0,0,.08),0 16px 24px 2px rgba(0,0,0,.12);--sendbird-dark-shadow-04:0 9px 15px -7px rgba(0,0,0,.04),0 9px 46px 8px rgba(0,0,0,.08),0 24px 38px 3px rgba(0,0,0,.12);--sendbird-light-shadow-05:0 2px 8px 0 rgba(0,0,0,.08),0 4px 6px 0 rgba(0,0,0,.12);--sendbird-dark-shadow-message-input:0 1px 5px 0 rgba(33,34,66,.12),0 0 1px 0 rgba(33,34,66,.16),0 2px 1px 0 rgba(33,34,66,.08),0 1px 5px 0 rgba(0,0,0,.12)}: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:#000;--sendbird-tooltip-text-color:hsla(0,0%,100%,.88);--sendbird-button-border-focus:#fff;--sendbird-file-message-icon-background:#fff;--sendbird-font-family-default:"Roboto",sans-serif;--sendbird-message-balloon-width:404px}.sendbird-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--body-1,.sendbird-experimental__rem__units .sendbird-label--subtitle-2{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-input .sendbird-input__input,.sendbird-experimental__rem__units .sendbird-input .sendbird-input__placeholder,.sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--placeholder,.sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--textarea{font-size:.875rem}.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,.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text,.sendbird-experimental__rem__units .sendbird-tooltip__text{font-size:.75rem}.sendbird-modal--full-mobile .sendbird-modal__content{height:100%;max-width:100%;width:100vw}.sendbird--mobile-mode .sendbird-modal--full-mobile .sendbird-modal__content{height:-webkit-fill-available;height:-moz-available;height:stretch}.sendbird-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.sendbird-modal__backdrop--clickoutside{cursor:pointer}.sendbird-modal__content{border-radius:4px;box-sizing:border-box;padding:18px 24px 24px;position:relative;width:480px;z-index:10001}.sendbird-theme--light .sendbird-modal__content{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow: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);box-shadow:var(--sendbird-light-shadow-04)}.sendbird-theme--dark .sendbird-modal__content{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);box-shadow: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);box-shadow:var(--sendbird-dark-shadow-04)}.sendbird-modal__content .sendbird-modal__close{cursor:pointer;position:absolute;right:16px;top:16px}.sendbird-theme--light .sendbird-modal__content .sendbird-modal__close path{fill:rgba(0,0,0,.88);fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-modal__content .sendbird-modal__close path{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-dark-ondark-01)}.sendbird-modal__content .sendbird-modal__header{margin-bottom:16px}.sendbird-modal__content .sendbird-modal__body{height:calc(100% - 116px)}.sendbird-modal__content .sendbird-modal__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:32px;text-align:right}.sendbird--mobile-mode .sendbird-modal__content .sendbird-modal__footer{bottom:24px;position:sticky}.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child{height:40px;margin-left:8px;min-width:80px}.sendbird-modal__backdrop{height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}.sendbird-theme--light .sendbird-modal__backdrop{background-color:rgba(0,0,0,.32);background-color:var(--sendbird-light-overlay-02)}.sendbird-theme--dark .sendbird-modal__backdrop{background-color:rgba(0,0,0,.32);background-color:var(--sendbird-dark-overlay-02)}.sendbird-iconbutton{align-items:center;background-color:transparent;border:1px solid transparent;border-radius:4px;color:#825eeb;color:var(--sendbird-iconbutton-color);cursor:pointer;display:inline-flex;justify-content:center;outline:0;padding:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sendbird-iconbutton .sendbird-iconbutton__inner{height:100%}.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg{fill:rgba(0,0,0,.88);fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-iconbutton:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-iconbutton:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-iconbutton:active{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-iconbutton:active{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-iconbutton:disabled{cursor:not-allowed!important}.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path,.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg{fill:rgba(0,0,0,.5);fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path,.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg{fill:hsla(0,0%,100%,.5);fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-iconbutton--pressed{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-iconbutton--pressed{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-button{align-items:center;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-flex;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);justify-content:center;padding:0}.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:#e0e0e0;background-color:var(--sendbird-light-background-200);border:none}.sendbird-theme--dark .sendbird-button.sendbird-button__disabled{background-color:#393939;background-color:var(--sendbird-dark-background-400);border:none}.sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button.sendbird-button__disabled:hover{background-color:#393939;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:#742ddd;background-color:var(--sendbird-light-primary-300);border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--primary{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--primary .sendbird-button__text{color:hsla(0,0%,100%,.88);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--primary .sendbird-button__text{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-button--primary:hover{background-color:#6211c8;background-color:var(--sendbird-light-primary-400);border-color:#6211c8;border-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-button--primary:hover{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300);border-color:#742ddd;border-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-button--primary:focus{border:1px solid #fff;border:1px solid var(--sendbird-button-border-focus);box-shadow:0 0 0 2px #742ddd;box-shadow:0 0 0 2px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--primary:focus{border:1px solid #fff;border:1px solid var(--sendbird-button-border-focus);box-shadow:0 0 0 2px #c2a9fa;box-shadow:0 0 0 2px var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--primary:active{background-color:#491389;background-color:var(--sendbird-light-primary-500)}.sendbird-theme--dark .sendbird-button--primary:active{background-color:#6211c8;background-color:var(--sendbird-dark-primary-400)}.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover{box-shadow:0 0 0 2px #6211c8;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 #742ddd;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 #491389;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 #6211c8;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 rgba(0,0,0,.38);border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-button--secondary{border:1px solid hsla(0,0%,100%,.38);border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-button--secondary .sendbird-button__text{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-button--secondary .sendbird-button__text{color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-button--secondary:hover{background-color:transparent}.sendbird-theme--light .sendbird-button--secondary:hover{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button__text{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button__text{color:#c2a9fa;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:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text{color:rgba(0,0,0,.5);color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text{color:hsla(0,0%,100%,.5);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:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text{color:rgba(0,0,0,.5);color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text{color:hsla(0,0%,100%,.5);color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text{color:#c2a9fa;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:0 0 0 2px #742ddd;box-shadow:var(--sendbird-light-primary-300) 0 0 0 2px}.sendbird-theme--dark .sendbird-button--secondary:focus{box-shadow:0 0 0 2px #c2a9fa;box-shadow:var(--sendbird-dark-primary-200) 0 0 0 2px}.sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-button--secondary:focus .sendbird-button__text{color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-button--secondary:active{box-shadow:none}.sendbird-theme--light .sendbird-button--secondary:active{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:active{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--secondary:active .sendbird-button__text{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:active .sendbird-button__text{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--warning{background-color:transparent;border:1px solid #de360b;border:1px solid var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--warning{background-color:transparent;border:1px solid #f66161;border:1px solid var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning .sendbird-button__text{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--warning .sendbird-button__text{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning:hover{border-color:#bf0711;border-color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--warning:hover{border-color:#fdaaaa;border-color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--warning:hover .sendbird-button__text{color:#bf0711;color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button__text{color:#fdaaaa;color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--warning:focus{border-color:#742ddd;border-color:var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-theme--light .sendbird-button--warning:focus .sendbird-button__text{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-theme--light .sendbird-button--warning:focus .sendbird-button__text{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--dark .sendbird-button--warning:focus{border-color:#c2a9fa;border-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-theme--dark .sendbird-button--warning:focus .sendbird-button__text{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-theme--dark .sendbird-button--warning:focus .sendbird-button__text{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus{border-color:#742ddd;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:#bf0711;color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:#fdaaaa;color:var(--sendbird-dark-error-100)}.sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus{border-color:#c2a9fa;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:#bf0711;color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:#fdaaaa;color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--danger{background-color:#de360b;background-color:var(--sendbird-light-error-300);border:1px solid #de360b;border:1px solid var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--danger{background-color:#f66161;background-color:var(--sendbird-dark-error-200);border:1px solid #f66161;border:1px solid var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--danger .sendbird-button__text{color:hsla(0,0%,100%,.88);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--danger .sendbird-button__text{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-button--danger:hover{background-color:#bf0711;background-color:var(--sendbird-light-error-400);border-color:#bf0711;border-color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--danger:hover{background-color:#bf0711;background-color:var(--sendbird-dark-error-400);border-color:#bf0711;border-color:var(--sendbird-dark-error-400)}.sendbird-theme--light .sendbird-button--danger:focus{border-color:#fff;border-color:var(--sendbird-button-border-focus);box-shadow:0 0 0 2px #de360b;box-shadow:0 0 0 2px var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--danger:focus{border-color:#fff;border-color:var(--sendbird-button-border-focus);box-shadow:0 0 0 2px #de360b;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:#9d091e;background-color:var(--sendbird-light-error-500)}.sendbird-theme--dark .sendbird-button--danger:active{background-color:#9d091e;background-color:var(--sendbird-dark-error-500)}.sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus{box-shadow:0 0 0 2px #bf0711;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 #bf0711;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 #9d091e;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 #9d091e;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:#e0e0e0;background-color:var(--sendbird-light-background-200);color:hsla(0,0%,100%,.88);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--disabled{background-color:#393939;background-color:var(--sendbird-dark-background-400);color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird--mobile-mode .sendbird-label{-webkit-touch-callout:none;-webkit-user-select:none}[class*=sendbird-label]{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default)}.sendbird-label--h-1{font-size:20px;line-height:1.4}.sendbird-label--h-1,.sendbird-label--h-2{font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.2px}.sendbird-label--h-2{font-size:18px;line-height:normal}.sendbird-label--subtitle-1{font-size:16px;font-weight:400;line-height:1.38}.sendbird-label--subtitle-1,.sendbird-label--subtitle-2{font-stretch:normal;font-style:normal;letter-spacing:-.2px}.sendbird-label--subtitle-2{font-size:14px;font-weight:500;line-height:1.14}.sendbird-label--body-1{font-size:14px;line-height:1.43}.sendbird-label--body-1,.sendbird-label--body-2{font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal}.sendbird-label--body-2{font-size:12px;line-height:1.33}.sendbird-label--button-1{font-weight:600}.sendbird-label--button-1,.sendbird-label--button-2{font-size:14px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43}.sendbird-label--button-2{font-weight:400}.sendbird-label--button-3{font-weight:500}.sendbird-label--button-3,.sendbird-label--caption-1{font-size:14px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43}.sendbird-label--caption-1{font-weight:600}.sendbird-label--caption-2{font-weight:700}.sendbird-label--caption-2,.sendbird-label--caption-3{font-size:12px;font-style:normal;letter-spacing:normal;line-height:1}.sendbird-label--caption-3{font-stretch:normal;font-weight:400}.sendbird-theme--light .sendbird-label--color-onbackground-1{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-label--color-onbackground-1{color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-label--color-onbackground-2{color:rgba(0,0,0,.5);color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-label--color-onbackground-2{color:hsla(0,0%,100%,.5);color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-label--color-onbackground-3{color:rgba(0,0,0,.38);color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-label--color-onbackground-3{color:hsla(0,0%,100%,.38);color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-label--color-onbackground-4{color:rgba(0,0,0,.12);color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-label--color-onbackground-4{color:hsla(0,0%,100%,.12);color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-label--color-oncontent-1{color:hsla(0,0%,100%,.88);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-label--color-oncontent-1{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-label--color-oncontent-2{color:hsla(0,0%,100%,.5);color:var(--sendbird-light-ondark-02)}.sendbird-theme--dark .sendbird-label--color-oncontent-2{color:rgba(0,0,0,.5);color:var(--sendbird-dark-onlight-02)}.sendbird-theme--light .sendbird-label--color-primary{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-label--color-primary{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-label--color-error{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-label--color-error{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-label--color-secondary-3{color:#259c72;color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-label--color-secondary-3{color:#69c085;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:#742ddd;fill:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-icon-color--primary [class*=fill]{fill:#c2a9fa;fill:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-icon-color--primary-2 [class*=fill]{fill:#c2a9fa;fill:var(--sendbird-light-primary-200)}.sendbird-theme--dark .sendbird-icon-color--primary-2 [class*=fill]{fill:#6211c8;fill:var(--sendbird-dark-primary-400)}.sendbird-theme--light .sendbird-icon-color--primary [class*=stroke]{stroke:#742ddd;stroke:var(--sendbird-light-primary-300);stroke-width:2px;stroke-linejoin:round}.sendbird-theme--dark .sendbird-icon-color--primary [class*=stroke]{stroke:#c2a9fa;stroke:var(--sendbird-dark-primary-200);stroke-width:2px;stroke-linejoin:round}.sendbird-theme--light .sendbird-icon-color--secondary [class*=fill]{fill:#259c72;fill:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-icon-color--secondary [class*=fill]{fill:#69c085;fill:var(--sendbird-dark-secondary-200)}.sendbird-theme--light .sendbird-icon-color--content [class*=fill]{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-icon-color--content [class*=fill]{fill:rgba(0,0,0,.88);fill:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-icon-color--content-inverse [class*=fill]{fill:rgba(0,0,0,.88);fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*=fill]{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-dark-ondark-01)}.sendbird-icon-color--white [class*=fill]{fill:#fff}.sendbird-icon-color--gray [class*=fill]{fill:rgba(0,0,0,.12);fill:var(--sendbird-light-onlight-04)}.sendbird-icon-color--thumbnail-icon [class*=fill]{fill:rgba(0,0,0,.5);fill:var(--sendbird-light-onlight-02)}.sendbird-theme--light .sendbird-icon-color--sent [class*=fill]{fill:rgba(0,0,0,.38);fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-icon-color--sent [class*=fill]{fill:hsla(0,0%,100%,.38);fill:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-icon-color--read [class*=fill]{fill:#259c72;fill:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-icon-color--read [class*=fill]{fill:#69c085;fill:var(--sendbird-dark-secondary-200)}.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*=fill]{fill:rgba(0,0,0,.88);fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*=fill]{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*=fill]{fill:rgba(0,0,0,.5);fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*=fill]{fill:hsla(0,0%,100%,.5);fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*=fill]{fill:rgba(0,0,0,.38);fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*=fill]{fill:hsla(0,0%,100%,.38);fill:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-icon-color--on-background-4 [class*=fill]{fill:rgba(0,0,0,.12);fill:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-icon-color--on-background-4 [class*=fill]{fill:hsla(0,0%,100%,.12);fill:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-icon-color--background-3 [class*=fill]{fill:#bdbdbd;fill:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-icon-color--background-3 [class*=fill]{fill:#393939;fill:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-icon-color--error [class*=fill]{fill:#de360b;fill:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-icon-color--error [class*=fill]{fill:#f66161;fill:var(--sendbird-dark-error-200)}.sendbird-channel-list{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:320px}.sendbird-theme--light .sendbird-channel-list{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-channel-list{background-color:#161616;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;-ms-flex:1;overflow-x:hidden;overflow-y:auto}.sendbird-channel-header{box-sizing:border-box;height:64px;min-height:64px;padding:8px 64px 8px 8px;position:relative;width:320px}.sendbird-theme--light .sendbird-channel-header{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-header{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.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{border-radius:4px;display:flex;flex-direction:row;height:48px;width:260px}.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover{background:#eee;background:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover{background:#2c2c2c;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:#e0e0e0;background:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus{background:#393939;background:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active{border:2px solid #742ddd;border:2px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active{border:2px solid #c2a9fa;border:2px solid var(--sendbird-dark-primary-200)}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left{box-sizing:border-box;padding:8px;width:48px}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right{margin-left:4px;padding-top:8px}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name,.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id{display:block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-channel-header .sendbird-channel-header__right-icon{position:absolute;right:16px;top:16px}.sendbird-image-renderer{overflow:hidden;position:relative}.sendbird-image-renderer__hidden-image-loader{display:none}.sendbird-image-renderer,.sendbird-image-renderer__image{height:180px;width:320px}.sendbird-multiple-files-image-renderer__image-cover{background-color:rgba(0,0,0,.55);background-color:var(--sendbird-light-overlay-01);border-radius:16px;display:none;height:100%;position:absolute;top:0;width:100%}.sendbird-image-renderer:hover .sendbird-multiple-files-image-renderer__image-cover{display:inline-flex}.sendbird-multiple-files-image-renderer__icon-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:1}.sendbird-multiple-files-image-renderer__icon-wrapper .sendbird-multiple-files-image-renderer__icon-wrapper__icon{align-items:center;background-color:hsla(0,0%,100%,.88);background-color:var(--sendbird-light-ondark-01);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px;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;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img{background-color:#bdbdbd;background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child{transform:translate(2%,-50%)}.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child{transform:translate(-102%,-50%)}.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child{transform:translate(-50%,-102%)}.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child{transform:translate(-77%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child{transform:translate(-23%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child{transform:translate(-77%,-77%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2){transform:translate(-23%,-77%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3){transform:translate(-77%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child{transform:translate(-23%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar-img--default{align-items:center;display:flex;justify-content:center}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default{background-color:#bdbdbd;background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default.text{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default.text{background-color:#393939;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:rgba(0,0,0,.5);color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-text{color:hsla(0,0%,100%,.5);color:var(--sendbird-dark-ondark-02)}.sendbird--mobile-mode .sendbird-add-channel__modal .sendbird-modal__content{margin:0 40px}.sendbird--mobile-mode .sendbird-add-channel__rectangle{min-width:288px;padding-right:0;width:100%}.sendbird-theme--light .sendbird-add-channel__rectangle{border:1px solid rgba(0,0,0,.12);border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-add-channel__rectangle{border:1px solid hsla(0,0%,100%,.12);border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-create-channel--content{max-height:552px;width:480px}.sendbird-create-channel--scroll{height:360px;overflow-x:hidden;overflow-y:scroll}.sendbird-user-list-item{box-sizing:border-box;display:block;height:56px;position:relative;width:432px}.sendbird--mobile-mode .sendbird-user-list-item{width:100%}.sendbird-theme--light .sendbird-user-list-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-user-list-item{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-user-list-item .sendbird-user-list-item__avatar{cursor:pointer;left:0;position:absolute;top:8px}.sendbird-user-list-item .sendbird-muted-avatar{left:0;pointer-events:none;position:absolute;top:8px}.sendbird-user-list-item .sendbird-user-list-item__title{left:56px;max-width:250px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:17px;white-space:nowrap}.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__title{max-width:62%}.sendbird-user-list-item .sendbird-user-list-item__subtitle{left:140px;max-width:237px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:23px;white-space:nowrap}.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;right:16px;top:16px}.sendbird-user-list-item .sendbird-user-list-item__action{position:absolute;right:0;top:10px}.sendbird-user-list-item .sendbird-user-list-item__operator{position:absolute;right:40px;top:22px}.sendbird-user-list-item .sendbird-user-list-item__operator.checkbox{right:66px}.sendbird-muted-avatar{border-radius:50%;display:inline-block}.sendbird-muted-avatar .sendbird-muted-avatar__icon{position:relative}.sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon{left:4px;position:absolute;top:4px}.sendbird-muted-avatar .sendbird-muted-avatar__bg{border-radius:50%;left:0;opacity:.5;position:absolute;top:0}.sendbird-theme--light .sendbird-muted-avatar .sendbird-muted-avatar__bg{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-muted-avatar .sendbird-muted-avatar__bg{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-checkbox{cursor:pointer;display:inline-block;font-size:22px;margin-bottom:12px;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sendbird-checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.sendbird-checkbox--checkmark{background-color:inherit;border-radius:2px;height:18px;left:0;position:absolute;top:0;width:18px}.sendbird-theme--light .sendbird-checkbox--checkmark{border:2px solid #393939;border:2px solid var(--sendbird-light-background-400)}.sendbird-theme--dark .sendbird-checkbox--checkmark{border:2px solid #bdbdbd;border:2px solid var(--sendbird-dark-background-300)}.sendbird-theme--light .sendbird-checkbox--checkmark.disabled{border:2px solid rgba(0,0,0,.12);border:2px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-checkbox--checkmark.disabled{border:2px solid hsla(0,0%,100%,.12);border:2px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-checkbox input:focus~.sendbird-checkbox--checkmark{box-shadow:0 0 0 2px #742ddd;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 #c2a9fa;box-shadow:0 0 0 2px var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);border:2px solid #742ddd;border:2px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);border:2px solid #c2a9fa;border:2px solid 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:rgba(0,0,0,.12);background-color:var(--sendbird-light-onlight-04);border:2px solid rgba(0,0,0,.12);border:2px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{background-color:hsla(0,0%,100%,.12);background-color:var(--sendbird-dark-ondark-04);border:2px solid hsla(0,0%,100%,.12);border:2px solid var(--sendbird-dark-ondark-04)}.sendbird-checkbox--checkmark:after{content:"";display:none;position:absolute}.sendbird-checkbox input:checked~.sendbird-checkbox--checkmark:after{display:block}.sendbird-theme--light .sendbird-checkbox .sendbird-checkbox--checkmark:after{border:solid #fff;border:solid var(--sendbird-light-background-50);border-width:0 2px 2px 0;height:12px;left:5px;top:-.5px;transform:rotate(45deg);width:7px}.sendbird-theme--dark .sendbird-checkbox .sendbird-checkbox--checkmark:after{border:solid #161616;border:solid var(--sendbird-dark-background-600);border-width:0 2px 2px 0;height:12px;left:5px;top:-.5px;transform:rotate(45deg);width:7px}.sendbird__user-profile{border-radius:4px;box-sizing:border-box;padding:24px;text-align:center;width:320px}.sendbird-theme--light .sendbird__user-profile{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow: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);box-shadow:var(--sendbird-light-shadow-02)}.sendbird-theme--dark .sendbird__user-profile{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);box-shadow: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);box-shadow:var(--sendbird-dark-shadow-02)}.sendbird__user-profile .sendbird__user-profile-avatar{margin:8px 0}.sendbird__user-profile .sendbird__user-profile-name{max-width:100%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-name{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-name{color:hsla(0,0%,100%,.88);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{height:1px;margin:24px 0}.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-separator{background-color:rgba(0,0,0,.12);background-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-separator{background-color:hsla(0,0%,100%,.12);background-color:var(--sendbird-dark-ondark-04)}.sendbird__user-profile .sendbird__user-profile-userId--label,.sendbird__user-profile .sendbird__user-profile-userId--value{display:block;overflow-x:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird__user-profile .sendbird__user-profile-userId--label{margin-bottom:8px}.sendbird-context-menu{display:inline}.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item{cursor:not-allowed}.sendbird__offline .sendbird-message-item-menu__list__menu-item.menu-item-delete{cursor:pointer}.sendbird-dropdown__menu{border-radius:4px;left:0;list-style:none;margin:0;min-width:140px;padding:8px 0;position:absolute;top:100%;z-index:99999}.sendbird-theme--light .sendbird-dropdown__menu{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow: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);box-shadow:var(--sendbird-light-shadow-02)}.sendbird-theme--dark .sendbird-dropdown__menu{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);box-shadow: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);box-shadow:var(--sendbird-dark-shadow-02)}.sendbird-dropdown__menu .sendbird-dropdown__menu-item{cursor:pointer;padding:8px 16px;white-space:nowrap}.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:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-dropdown__reaction-bar{border-radius:8px;left:0;list-style:none;margin:0;max-height:208px;max-width:352px;min-width:44px;overflow-y:scroll;padding:8px;position:absolute;top:100%}.sendbird-theme--light .sendbird-dropdown__reaction-bar{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow: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);box-shadow:var(--sendbird-light-shadow-02)}.sendbird-theme--dark .sendbird-dropdown__reaction-bar{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);box-shadow: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);box-shadow:var(--sendbird-dark-shadow-02)}.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button,.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected{margin:4px}.sendbird-dropdown__menu-backdrop{background-color:transparent;height:100%;left:0;position:fixed;top:0;width:100%}.sendbird-sort-by-row{align-items:center;display:flex;justify-content:flex-start}.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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 120px)}.sendbird__offline .sendbird-channel-preview{cursor:not-allowed}.sendbird-channel-preview{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:80px;justify-content:center;padding:12px 16px;position:relative;width:320px}.sendbird-theme--light .sendbird-channel-preview{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-preview{border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid 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{height:56px;width:56px}.sendbird-channel-preview .sendbird-channel-preview__content{height:100%;margin-left:16px;width:100%}.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content{max-width:calc(100% - 72px);position:relative}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper{display:flex;height:16px;justify-content:space-between;width:216px}.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}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__broadcast-icon{padding-right:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__channel-name{max-width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.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;margin-top:2px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__frozen-icon{padding-left:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at{margin-bottom:4px;margin-left:4px;white-space:nowrap}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at.sendbird-message-status{justify-content:flex-end;max-width:74px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower{display:flex;height:32px;justify-content:space-between;margin-top:8px;width:216px}.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;text-overflow:ellipsis}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count{align-items:center;display:flex;margin-bottom:12px;margin-left: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{align-items:center;display:inline-flex;margin-right:4px}.sendbird-channel-preview .sendbird-channel-preview__action{display:inline-block;position:absolute;right:12px;top:12px}.sendbird-channel-preview .sendbird-channel-preview__action .sendbird-iconbutton{display:none}.sendbird-theme--light .sendbird-channel-preview:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-channel-preview:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-channel-preview:hover .sendbird-channel-preview__action .sendbird-iconbutton{display:inline-block}.sendbird-channel-preview:hover .sendbird-channel-preview__content__lower__unread-message-count,.sendbird-channel-preview:hover .sendbird-channel-preview__content__upper__last-message-at{display:none}.sendbird-channel-preview--active{padding:12px 16px 12px 12px}.sendbird-theme--light .sendbird-channel-preview--active{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04);border-left:4px solid #742ddd;border-left:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-preview--active{background-color:#000;background-color:var(--sendbird-dark-background-700);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04);border-left:4px solid #c2a9fa;border-left:4px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird--mobile-mode .sendbird-channel-preview__content__lower__unread-message-count{position:absolute;right:0}.sendbird-chat-header--default-avatar{align-items:center;border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-theme--light .sendbird-chat-header--default-avatar{background-color:#259c72;background-color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-chat-header--default-avatar{background-color:#69c085;background-color:var(--sendbird-dark-secondary-200)}.sendbird-badge{border-radius:10px;display:inline-flex;height:20px;min-width:20px}.sendbird-theme--light .sendbird-badge{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-badge{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-badge .sendbird-badge__text{margin:0 6px}.sendbird-mention-user-label{display:inline-block;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;height:16px;letter-spacing:normal;line-height:1.43;max-width:100%;white-space:pre-line;width:-moz-fit-content;width:fit-content}.sendbird-mention-user-label:hover{cursor:pointer}.sendbird-theme--light .sendbird-mention-user-label{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-mention-user-label{color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-mention-user-label.reverse{color:hsla(0,0%,100%,.88);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-mention-user-label.reverse{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-mention-user-label.purple{font-family:Roboto;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.sendbird-theme--light .sendbird-mention-user-label.purple{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-mention-user-label.purple{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-textbutton{cursor:pointer;display:inline-block;text-decoration:underline}.sendbird-textbutton--not-underline{cursor:pointer;text-decoration:none}.sendbird-textbutton--disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-textbutton--disabled{color:rgba(0,0,0,.38);color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-textbutton--disabled{color:hsla(0,0%,100%,.38);color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-1{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-color--onbackground-1{color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-color--onbackground-1--background-color{background-color:rgba(0,0,0,.88);background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-color--onbackground-1--background-color{background-color:hsla(0,0%,100%,.88);background-color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-color--onbackground-2{color:rgba(0,0,0,.5);color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-color--onbackground-2{color:hsla(0,0%,100%,.5);color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-color--onbackground-2--background-color{background-color:rgba(0,0,0,.5);background-color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-color--onbackground-2--background-color{background-color:hsla(0,0%,100%,.5);background-color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-color--onbackground-3{color:rgba(0,0,0,.38);color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-color--onbackground-3{color:hsla(0,0%,100%,.38);color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-3--background-color{background-color:rgba(0,0,0,.38);background-color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-color--onbackground-3--background-color{background-color:hsla(0,0%,100%,.38);background-color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-4{color:rgba(0,0,0,.12);color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-color--onbackground-4{color:hsla(0,0%,100%,.12);color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-color--onbackground-4--background-color{background-color:rgba(0,0,0,.12);background-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-color--onbackground-4--background-color{background-color:hsla(0,0%,100%,.12);background-color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-color--oncontent-1{color:hsla(0,0%,100%,.88);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-color--oncontent-1{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-color--oncontent-1--background-color{background-color:hsla(0,0%,100%,.88);background-color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-color--oncontent-1--background-color{background-color:rgba(0,0,0,.88);background-color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-color--primary{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-color--primary{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-color--primary--background-color{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-color--primary--background-color{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-color--error{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-color--error{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-color--error--background-color{background-color:#de360b;background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-color--error--background-color{background-color:#de360b;background-color:var(--sendbird-dark-error-300)}.sendbird-message-status{align-items:flex-start;display:inline-flex;height:100%;position:relative;width:100%}.sendbird-message-status .sendbird-message-status__icon{display:inline-block;position:relative;top:-2px}.sendbird-message-status .sendbird-message-status__icon.hide-icon{display:none}.sendbird-message-status .sendbird-message-status__text{display:inline-block;margin-left:4px;position:relative}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again{text-decoration:underline}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover{cursor:pointer}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete{text-decoration:underline}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete:hover{cursor:pointer}.sendbird-loader{animation:1s linear infinite;animation-name:rotate;display:inline-block}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.sendbird-edit-user-profile section{margin-top:16px}.sendbird-edit-user-profile section .sendbird-input-label{display:block;margin-bottom:12px}.sendbird-edit-user-profile .sendbird-edit-user-profile__img .sendbird-input-label{margin-bottom:12px}.sendbird-edit-user-profile__img{position:relative}.sendbird-edit-user-profile__img__avatar-button{left:96px;position:absolute;top:50px}.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon{cursor:pointer}.sendbird-input{display:inline-block;height:40px;position:relative;width:100%}.sendbird-input .sendbird-input__input{background-color:inherit;border-radius:4px;box-sizing:border-box;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:100%;letter-spacing:normal;line-height:1.43;padding:10px 16px;width:100%}.sendbird-theme--light .sendbird-input .sendbird-input__input{border:1px solid rgba(0,0,0,.38);border:1px solid var(--sendbird-light-onlight-03);caret-color:#742ddd;caret-color:var(--sendbird-light-primary-300);color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-input .sendbird-input__input{border:1px solid hsla(0,0%,100%,.38);border:1px solid var(--sendbird-dark-ondark-03);caret-color:#c2a9fa;caret-color:var(--sendbird-dark-primary-200);color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-input .sendbird-input__input:focus{outline:none}.sendbird-theme--light .sendbird-input .sendbird-input__input:focus{border:2px solid #742ddd;border:2px solid var(--sendbird-light-primary-300);box-shadow:0 1px 5px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 5px 0 var(--sendbird-light-onlight-04),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:focus{border:2px solid #c2a9fa;border:2px solid var(--sendbird-dark-primary-200);box-shadow:0 1px 5px 0 hsla(0,0%,100%,.12),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 5px 0 var(--sendbird-dark-ondark-04),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-input .sendbird-input__input:active{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300);box-shadow:0 1px 5px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 5px 0 var(--sendbird-light-onlight-04),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:active{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200);box-shadow:0 1px 5px 0 hsla(0,0%,100%,.12),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 5px 0 var(--sendbird-dark-ondark-04),0 0 1px 0 rgba(0,0,0,.16),0 2px 1px 0 rgba(0,0,0,.08);color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-input .sendbird-input__input:disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-input .sendbird-input__input:disabled{background-color:#eee;background-color:var(--sendbird-light-background-100);color:rgba(0,0,0,.38);color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);color:hsla(0,0%,100%,.38);color:var(--sendbird-dark-ondark-03)}.sendbird-input .sendbird-input__placeholder{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;left:16px;line-height:1.43;pointer-events:none;position:absolute;top:10px}.sendbird-theme--light .sendbird-input .sendbird-input__placeholder{color:rgba(0,0,0,.38);color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-input .sendbird-input__placeholder{color:hsla(0,0%,100%,.38);color:var(--sendbird-dark-ondark-03)}.sendbird-input-label{margin:4px 0}.sendbird-place-holder{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.sendbird-place-holder .sendbird-place-holder__body{align-items:center;display:flex;flex-direction:column;height:104px}.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{cursor:pointer;display:flex;flex-direction:row;margin-top:18px}.sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon{margin-right:4px}.sendbird-place-holder .sendbird-place-holder__body--align-top{display:flex;flex-direction:column;justify-content:center;position:absolute;top:24px;width:100%}.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;margin-right:2px;min-width:60px}.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);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__no-result,.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__searching{display:flex;justify-content:center}.sendbird-conversation{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.sendbird-theme--light .sendbird-conversation{background-color:#fff;background-color:var(--sendbird-light-background-50);border:1px solid rgba(0,0,0,.12);border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-conversation{background-color:#161616;background-color:var(--sendbird-dark-background-600);border:1px solid hsla(0,0%,100%,.12);border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-conversation__messages{flex:1 1;order:2;overflow:hidden}.sendbird-conversation__messages-list{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.sendbird-conversation__footer{order:3;padding:0 0 24px;width:100%}@keyframes sbHighlight{0%{background-color:#fff2b6}99%{background-color:#fff2b6}}@keyframes sbTextHighlight{0%{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}99%{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}}@keyframes sbHighlightBlock{0%{background-color:#fff2b6;opacity:.5}99%{background-color:#fff2b6;opacity:.5}}.sendbird-msg-hoc__animated .sendbird-message-content{animation:bounce 1s ease}@keyframes bounce{50%{transform:translateY(-10px)}60%{transform:translateY(0)}90%{transform:translateY(-10px)}to{transform:translateY(0)}}.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body,.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body{animation-duration:1.6s;animation-fill-mode:forwards;animation-name:sbHighlight}.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body__file-name__text,.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body__message{animation-duration:1.6s;animation-fill-mode:forwards;animation-name:sbTextHighlight}.sendbird-msg-hoc__highlighted .sendbird-og-message-item-body .sendbird-og-message-item-body__cover,.sendbird-msg-hoc__highlighted .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover,.sendbird-msg-hoc__highlighted .sendbird-voice-message-item-body{animation-duration:1.6s;animation-fill-mode:forwards;animation-name:sbHighlightBlock;display:block}.sendbird-msg-hoc__highlighted .sendbird-message-content-reactions{animation-duration:1.6s;animation-fill-mode:forwards;animation-name:sbHighlight}.sendbird-conversation__scroll-container{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto}.sendbird-conversation__scroll-container .sendbird-conversation__padding{flex:1 1}.sendbird-conversation__footer{box-sizing:border-box;margin-top:6px;position:relative}.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator{bottom:8px;display:inline-flex;position:absolute}.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text{margin-left:24px;margin-right:10px}.sendbird-connection-status{align-items:center;display:flex;padding-top:5px}.sendbird-chat-header{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:64px;justify-content:space-between;min-height:64px;overflow:hidden;padding-left:20px;padding-right:16px;position:relative;text-overflow:ellipsis}.sendbird-theme--light .sendbird-chat-header{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-chat-header{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-chat-header__left{margin-right:24px}.sendbird-chat-header__left,.sendbird-chat-header__right{align-items:center;display:flex;flex-direction:row;overflow:hidden}.sendbird-chat-header .sendbird-chat-header__left__title{margin-left:8px;margin-right:16px;max-width:780px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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}.sendbird-chat-header .sendbird-chat-header__right__mute{margin-right:18px}.sendbird-chat-header .sendbird-iconbutton--pressed{background-color:inherit}.sendbird-chat-header .sendbird-chat-header__right__info{margin-left:16px}.sendbird-chat-header__icon_back{margin-right:8px}.sendbird-conversation__messages{position:relative}.sendbird-conversation__messages .sendbird-conversation__messages-padding{height:100%;overflow-x:hidden;overflow-y:scroll;padding-left:24px;padding-right:24px;position:relative}.sendbird-conversation__messages .sendbird-admin-message,.sendbird-conversation__messages .sendbird-separator{padding-bottom:8px;padding-top:8px}.sendbird-conversation__messages__notification{margin-left:25px;position:fixed;top:0;width:calc(100% - 50px)}.sendbird-conversation__scroll-bottom-button{align-items:center;border-radius:24px;bottom:30px;display:flex;height:40px;justify-content:center;left:calc(100% - 65px);position:sticky;width:40px}.sendbird-theme--light .sendbird-conversation__scroll-bottom-button{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow:0 2px 8px 0 rgba(0,0,0,.08),0 4px 6px 0 rgba(0,0,0,.12);box-shadow:var(--sendbird-light-shadow-05)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button{background-color:#393939;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:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:active{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:active{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-conversation__scroll-bottom-button:focus{outline:none}.sendbird-mention-suggest-list{display:flex;flex-direction:column;margin-left:28px;margin-right:28px;max-height:260px;overflow:scroll;position:relative;width:calc(100% - 56px)}.sendbird-theme--light .sendbird-mention-suggest-list{border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-mention-suggest-list{border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{align-items:center;display:flex;padding:16px 8px;position:relative}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__avatar{display:inline-block;position:relative}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{display:inline-block;margin-left:16px;max-width:calc(100% - 250px);overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.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{display:inline-block;max-width:180px;overflow:hidden;position:absolute;right:16px;text-overflow:ellipsis;white-space:nowrap}.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{align-items:center;display:flex;padding:16px 8px;position:relative}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item .sendbird-mention-suggest-list__notice-item__icon{margin-right:4px}.sendbird-separator{align-items:center;display:flex;width:100%}.sendbird-separator .sendbird-separator__left,.sendbird-separator .sendbird-separator__right{border:none;display:inline-block;height:1px;width:100%}.sendbird-separator .sendbird-separator__text{display:flex;margin:0 16px;white-space:nowrap}.sendbird-message-input{display:inline-block;position:relative;width:100%}.sendbird-message-input .sendbird-message-input--textarea{background-color:inherit;border-radius:4px;box-sizing:border-box;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:56px;letter-spacing:normal;line-height:1.43;overflow-y:scroll;padding:18px 64px 18px 16px;position:relative;resize:none;white-space:pre-wrap;width:100%}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea{background-color:#fff;background-color:var(--sendbird-light-background-50);border:1px solid rgba(0,0,0,.38);border:1px solid var(--sendbird-light-onlight-03);caret-color:#742ddd;caret-color:var(--sendbird-light-primary-300);color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid hsla(0,0%,100%,.38);border:1px solid var(--sendbird-dark-ondark-03);caret-color:#c2a9fa;caret-color:var(--sendbird-dark-primary-200);color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-message-input .sendbird-message-input--textarea:focus{outline:none}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:focus{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300);box-shadow: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);box-shadow:var(--sendbird-light-shadow-message-input);color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:focus{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200);box-shadow: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);box-shadow:var(--sendbird-dark-shadow-message-input);color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:active{border:1px solid #7b53ef;border:1px solid var(--sendbird-message-input-border-active);color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:active{border:1px solid #7b53ef;border:1px solid var(--sendbird-message-input-border-active);color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-message-input .sendbird-message-input--placeholder{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;left:16px;line-height:1.43;pointer-events:none;position:absolute;top:18px}.sendbird-message-input .sendbird-message-input--attach{bottom:14px;padding:6px;position:absolute;right:16px}.sendbird-message-input .sendbird-message-input--attach.is-voice-message-enabled{right:48px}.sendbird-message-input .sendbird-message-input--send,.sendbird-message-input .sendbird-message-input--voice-message{bottom:14px;padding:6px;position:absolute;right:16px}.sendbird-message-input .sendbird-message-input--attach-input{display:none}.sendbird-message-input__edit{box-sizing:border-box;padding:16px}.sendbird-theme--light .sendbird-message-input__edit{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-input__edit{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-message-input--edit-action{margin-top:4px;text-align:right}.sendbird-message-input--edit-action button:last-child{margin-left:8px}.sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{width:80px}.sendbird-theme--light .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{border:1px solid rgba(0,0,0,.38);border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{border:1px solid hsla(0,0%,100%,.38);border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-message-input--edit-action .sendbird-message-input--edit-action__save{width:80px}.sendbird-message-input-form__disabled{cursor:not-allowed}.sendbird-message-input__disabled{cursor:not-allowed;pointer-events:none}.sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea{border:1px solid rgba(0,0,0,.12);border:1px solid var(--sendbird-light-onlight-04);color:rgba(0,0,0,.12);color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea{border:1px solid hsla(0,0%,100%,.12);border:1px solid var(--sendbird-dark-ondark-04);color:hsla(0,0%,100%,.12);color:var(--sendbird-dark-ondark-04)}:root{--sendbird-feedback-buttons-container-height:36px;--sendbird-feedback-buttons-container-margin-top:4px;--sendbird-thread-replies-height:28px;--sendbird-thread-replies-margin-top:4px;--sendbird-feedback-buttons-container-margin-bottom:4px}.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__feedback{margin-bottom:44px;margin-bottom:calc(var(--sendbird-feedback-buttons-container-height) + var(--sendbird-feedback-buttons-container-margin-top) + var(--sendbird-feedback-buttons-container-margin-bottom))}.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}.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar{bottom:2px;left:0;position:absolute}.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:#fff;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:#161616;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 .sendbird-message-content__middle__body-container__created-at{bottom:6px;display:flex;flex-direction:row;min-width:80px;position:absolute;right:-84px;white-space:nowrap}.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__sender-name{margin-bottom:4px;margin-left:12px;overflow-x:hidden;position:relative;text-overflow:ellipsis;width:100%}.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;margin-left:4px;padding-top:18px;position:relative;width:50px}.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--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 .sendbird-message-content__right .sendbird-message-content-menu.sendbird-mouse-hover,.sendbird-message-content.incoming:hover .sendbird-message-content__right .sendbird-message-content-menu{display:inline-flex}.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{display:none}.sendbird-message-content.outgoing .sendbird-message-content__left{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;right:4px;top:2px}.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;left:-84px;min-height:16px;min-width:80px;position:absolute;white-space:nowrap}.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__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}.sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body{box-sizing:border-box;width:100%}.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:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-content-reactions{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-message-content-reactions.primary{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-content-reactions.primary{background-color:#c2a9fa;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:#e0e0e0;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:#393939;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:#6211c8;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:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-message-content-reactions.image-grid{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-content-reactions.image-grid{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-message-content__middle__thread-replies{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{bottom:-40px;bottom:calc((var(--sendbird-feedback-buttons-container-height) + var(--sendbird-feedback-buttons-container-margin-top))*-1);display:flex;gap:4px;position:absolute}.sendbird-message-content__middle__body-container__feedback-buttons-container_with-thread-replies{bottom:-72px;bottom:calc((var(--sendbird-feedback-buttons-container-height) + var(--sendbird-feedback-buttons-container-margin-top) + var(--sendbird-thread-replies-height) + var(--sendbird-thread-replies-margin-top))*-1)}.sendbird-message-item-menu__list__menu-item:focus-visible{outline:none}.sendbird-text{color:var(--primary-1)}.sendbird-reaction-button{border:1px solid transparent;border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-block}.sendbird-theme--light .sendbird-reaction-button:hover{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-button:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400);border:1px solid #393939;border:1px solid var(--sendbird-dark-background-400)}.sendbird-reaction-button__inner{margin:3px}.sendbird-reaction-button--selected{border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-block}.sendbird-theme--light .sendbird-reaction-button--selected{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100);border:1px solid #dbd1ff;border:1px solid var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-reaction-button--selected{background-color:#6211c8;background-color:var(--sendbird-dark-primary-400);border:1px solid #6211c8;border:1px solid var(--sendbird-dark-primary-400)}.sendbird-reaction-button--selected:hover{border:1px solid #9e8cf5;border:1px solid var(--sendbird-selected-reaction-button-border-hover)}.sendbird-reaction-button--selected__inner{margin:3px}.sendbird-reaction-button--selected.sendbird-reactions--pressed{display:block!important}.sendbird-emoji-reactions{border-radius:16px;box-sizing:border-box;display:inline-block;max-width:404px;max-width:var(--sendbird-message-balloon-width);min-height:24px;padding:7px 5px 3px;width:100%}.sendbird-theme--light .sendbird-emoji-reactions{background-color:#fff;background-color:var(--sendbird-light-background-50);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-emoji-reactions{background-color:#161616;background-color:var(--sendbird-dark-background-600);border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge{margin-bottom:4px;margin-left:2px;margin-right:1px}.sendbird-emoji-reactions:focus{outline:none}.sendbird-emoji-reactions .sendbird-context-menu{height:26px}.sendbird-emoji-reactions__add-reaction-badge{display:inline-flex;height:24px;position:relative;top:-4px;width:36px}.sendbird-emoji-reactions .sendbird-context-menu{margin-left:2px}.sendbird-reaction-badge{border-radius:15px;display:inline-block;height:24px;width:50px}.sendbird-theme--light .sendbird-reaction-badge{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-badge{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.sendbird-reaction-badge:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge:hover{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge:hover{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge--is-add{border-radius:15px;display:inline-block;height:24px;width:36px}.sendbird-theme--light .sendbird-reaction-badge--is-add{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-badge--is-add{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.sendbird-reaction-badge--is-add:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge--is-add:hover{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge--is-add:hover{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:8px}.sendbird-reaction-badge--selected{border-radius:15px;display:inline-block;height:24px;width:50px}.sendbird-theme--light .sendbird-reaction-badge--selected{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100);border:1px solid #dbd1ff;border:1px solid var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-reaction-badge--selected{background-color:#6211c8;background-color:var(--sendbird-dark-primary-400);border:1px solid #6211c8;border:1px solid var(--sendbird-dark-primary-400)}.sendbird-reaction-badge--selected:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge--selected:hover{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge--selected:hover{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge__inner{align-items:center;display:flex;flex-direction:row;height:24px;justify-content:center;padding-left:20px;padding-right:4px;position:relative}.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:4px;position:absolute;top:2px}.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count{margin-left:4px}.sendbird-message__bottomsheet__reacted-members{box-sizing:border-box;display:inline-flex;flex-direction:row;gap:16px;height:46px;justify-content:center;overflow-x:scroll;padding:0 16px;position:relative;width:100%}.sendbird-message__bottomsheet__reacted-members__item{align-items:center;display:inline-flex;flex-direction:row;gap:4px;height:100%;position:relative}.sendbird-message__bottomsheet__reactor-list{box-sizing:border-box;display:inline-flex;flex-direction:column;height:216px;overflow-y:scroll;padding:0 16px;position:relative;width:100%}.sendbird-message__bottomsheet__reactor-list__item.sendbird-user-list-item{border-bottom:0;min-height:48px}.sendbird-bottomsheet{height:100%;left:0;position:fixed;top:0;width:100%}.sendbird-bottomsheet__content{bottom:0;left:0;position:fixed;z-index:10001}.sendbird-bottomsheet__backdrop{height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}.sendbird-theme--light .sendbird-bottomsheet__backdrop{background-color:rgba(0,0,0,.32);background-color:var(--sendbird-light-overlay-02)}.sendbird-theme--dark .sendbird-bottomsheet__backdrop{background-color:rgba(0,0,0,.32);background-color:var(--sendbird-dark-overlay-02)}.sendbird-tooltip{border-radius:8px;display:inline-flex;justify-content:center;max-width:200px;padding:8px 16px;position:relative}.sendbird-theme--light .sendbird-tooltip{background-color:#000;background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .sendbird-tooltip{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-tooltip:after{bottom:-4px;content:"";height:8px;position:absolute;transform:rotate(45deg);width:8px}.sendbird-theme--light .sendbird-tooltip:after{background-color:#000;background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .sendbird-tooltip:after{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-tooltip__text{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.33;max-width:180px;overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.sendbird-tooltip-wrapper{display:inline-flex;position:relative}.sendbird-tooltip-wrapper__hover-tooltip{display:inline-flex;position:absolute;width:200px}.sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container{display:inline-flex;position:relative}.sendbird-admin-message{align-items:center;display:flex;justify-content:center}.sendbird-admin-message .sendbird-admin-message__text{display:flex;text-align:center}.sendbird-quote-message{box-sizing:border-box;display:inline-flex;flex-direction:column;max-width:400px;position:relative;width:100%}.sendbird-quote-message.incoming{align-items:flex-start}.sendbird-quote-message.outgoing{align-items:flex-end}.sendbird-quote-message .sendbird-quote-message__replied-to{align-items:center;display:inline-flex;flex-direction:row;height:16px;padding:0 12px;position:relative;width:100%}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon{margin-bottom:4px;margin-right:4px;position:relative}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text{align-items:center;display:inline-flex;flex-direction:row;font-size:12px;max-width:360px;overflow:hidden;overflow-x:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.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{display:inline-flex;position:relative}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{border-radius:16px;font-size:12px;opacity:.5;padding:8px 12px 16px;position:relative;white-space:pre-wrap;word-break:break-all}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{background-color:#eee;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:#2c2c2c;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{display:inline-flex;max-height:30px;overflow:hidden;position:relative;text-overflow:ellipsis}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message{border-radius:6.4px;height:108px;overflow:hidden;position:relative;width:144px}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message{background-color:#eee;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:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__image,.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__video{display:inline-flex;height:100%;opacity:.5;position:absolute;top:0;width:100%}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder{align-items:center;display:inline-flex;height:100%;justify-content:center;position:absolute;width:100%}.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{align-items:center;border-radius:50%;display:inline-flex;height:22px;justify-content:center;width:22px}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover{align-items:center;display:inline-flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover,.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover{background-color:hsla(0,0%,100%,.4)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon{align-items:center;border-radius:50%;display:inline-flex;height:22px;justify-content:center;position:relative;width:22px}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon,.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon{background-color:#fff}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message{border-radius:16px;display:inline-flex;flex-direction:row;font-size:12px;opacity:.5;padding:8px 12px 16px;position:relative}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message{background-color:#eee;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:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon{margin-right:2px}.sendbird-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;padding-right:0}.sendbird-message-content.incoming .sendbird-quote-message__replied-to{padding-left: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{color:inherit;font-family:inherit;font-size:inherit;font-stretch:normal;font-style:normal;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;width:100%}.sendbird-message__mobile-context-menu-item .sendbird-dropdown__menu-item__text{display:flex;justify-content:space-between}.sendbird-theme--light .sendbird-message__mobile-context-menu-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.12);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 hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message__bottomsheet{border-top-left-radius:8px;border-top-right-radius:8px;padding-top:16px;width:100vw}.sendbird-theme--light .sendbird-message__bottomsheet{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-message__bottomsheet-reaction-bar{display:flex;justify-content:center;margin-bottom:0;margin-top:0;padding-left: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{align-items:center;cursor:pointer;display:flex;height:48px;padding-left:16px}.sendbird-message__bottomsheet--action .sendbird-icon{margin-right:24px}.sendbird-message__bottomsheet--action-disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-message__bottomsheet--action-disabled{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet--action-disabled{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-ui-thread-replies{align-items:center;border-radius:16px;display:inline-flex;flex:none;flex-direction:row;flex-grow:0;gap:4px;height:20px;justify-content:flex-start;min-height:20px;order:0;padding:4px 10px;position:relative;width:-moz-fit-content;width:fit-content}.sendbird-theme--light .sendbird-ui-thread-replies{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-ui-thread-replies{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-ui-thread-replies:hover{cursor:pointer}.sendbird-theme--light .sendbird-ui-thread-replies:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-ui-thread-replies:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-ui-thread-replies__user-profiles{display:inline-flex;flex-direction:row;gap:4px;height:100%;position:relative;width:100%}.sendbird-ui-thread-replies__user-profiles__avatar{align-items:center;display:inline-flex;height:20px;justify-content:center;position:relative;width:20px}.sendbird-ui-thread-replies__user-profiles__avatar__image{height:20px;left:0;position:absolute;top:0;width:20px}.sendbird-ui-thread-replies__user-profiles__avatar__cover{background-color:rgba(0,0,0,.55);background-color:var(--sendbird-light-overlay-01);border-radius:50%;height:20px;left:0;position:absolute;top:0;width:20px}.sendbird-ui-thread-replies__user-profiles__avatar__plus{align-items:center;display:inline-flex;height:20px;justify-content:center;left:0;position:absolute;top:0;width:20px}.sendbird-ui-thread-replies__reply-counts{align-items:center;display:inline-flex;flex-direction:row;height:12px;justify-content:flex-start;min-width:-moz-fit-content;min-width:fit-content;position:relative;white-space:nowrap}.sendbird-ui-thread-replies__icon{display:inline-flex;position:relative}.sendbird-og-message-item-body{display:inline-block;max-width:400px;min-width:320px;position:relative;width:100%}.sendbird--mobile-mode .sendbird-og-message-item-body{min-width:160px}.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble{border-radius:16px 16px 0 0;box-sizing:border-box;padding:8px 12px;position:relative;white-space:pre-line;word-break:break-word}.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble .sendbird-og-message-item-body__text-bubble__message{display:inline;margin:0 2px}.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail{overflow:hidden;position:relative}.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail .sendbird-og-message-item-body__og-thumbnail__image{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.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{border-radius:0 0 16px 16px;display:flex;flex-direction:column;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;white-space:nowrap}.sendbird-theme--light .sendbird-og-message-item-body .sendbird-og-message-item-body__description{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-og-message-item-body .sendbird-og-message-item-body__description{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__description,.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__title{display:inline-block;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__url{display:inline-block;margin:4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird-og-message-item-body .sendbird-og-message-item-body__description:hover,.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail:hover{cursor:pointer}.sendbird-theme--light .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);color:hsla(0,0%,100%,.88);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble{background-color:#eee;background-color:var(--sendbird-light-background-100);color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);color:hsla(0,0%,100%,.88);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:#e0e0e0;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:#393939;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:#6211c8;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:#742ddd;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:#e0e0e0;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:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-og-message-item-body .sendbird-og-message-item-body__cover{border-radius:16px 16px 0 0;display:none;height:100%;left:0;position:absolute;top:0;width:100%}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--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me,.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me{background-color:#fff2b6;background-color:var(--sendbird-highlight-100)}.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-link-label{text-decoration:none;text-decoration:initial}.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:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-1{color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-2{color:rgba(0,0,0,.5);color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-2{color:hsla(0,0%,100%,.5);color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-3{color:rgba(0,0,0,.38);color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-3{color:hsla(0,0%,100%,.38);color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-1{color:hsla(0,0%,100%,.88);color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-1{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-2{color:hsla(0,0%,100%,.5);color:var(--sendbird-light-ondark-02)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-2{color:rgba(0,0,0,.5);color:var(--sendbird-dark-onlight-02)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-primary{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-primary{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-error{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-error{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-secondary-3{color:#259c72;color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-secondary-3{color:#69c085;color:var(--sendbird-dark-secondary-200)}.sendbird-text-message-item-body{border-radius:16px;box-sizing:content-box;display:inline-block;padding:8px 12px;position:relative;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:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-text-message-item-body.incoming{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-text-message-item-body.outgoing{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-text-message-item-body.outgoing{background-color:#c2a9fa;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:#e0e0e0;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:#393939;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:#6211c8;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:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-text-message-item-body .sendbird-text-message-item-body__text-bubble__message{display:inline;margin:0 2px}div.sendbird-text-message-item-body{margin:0}.sendbird-file-message-item-body{align-items:center;border-radius:16px;box-sizing:border-box;display:inline-block;padding:8px 12px;position:relative}.sendbird-file-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-file-message-item-body.outgoing{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-file-message-item-body.outgoing{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-file-message-item-body.incoming{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-file-message-item-body.incoming{background-color:#2c2c2c;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:#6211c8;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:#742ddd;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:#e0e0e0;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:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{align-items:center;border-radius:8px;display:inline-flex;height:28px;justify-content:center;margin-right:8px;min-height:28px;min-width:28px;width:28px}.sendbird-theme--light .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{background-color:#161616;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{grid-gap:4px;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:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-image-grid{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-image-grid.reactions{border-radius:12px 12px 0 0}.sendbird-fileviewer .sendbird-fileviewer__content{position:relative}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img__multi{max-height:calc(100% - 64px);max-width:calc(100% - 120px)}.sendbird-file-viewer-arrow--left,.sendbird-file-viewer-arrow--right{cursor:pointer;height:32px;position:absolute;top:calc(50% - 16px);width:32px}.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{align-items:center;border-radius:16px;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.sendbird-theme--light .sendbird-multiple-files-image-renderer__thumbnail__placeholder{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-multiple-files-image-renderer__thumbnail__placeholder{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-multiple-files-image-renderer__thumbnail__placeholder .sendbird-multiple-files-image-renderer__thumbnail__placeholder__icon{align-items:center;background-color:hsla(0,0%,100%,.88);background-color:var(--sendbird-light-ondark-01);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-voice-message-item-body{border-radius:16px;display:inline-flex;overflow:hidden;position:relative;width:100%}.sendbird-voice-message-item-body.is-reactions-contained{border-radius:16px 16px 0 0}.sendbird-voice-message-item-body__progress-bar{height:50px;position:absolute;width:100%}.sendbird-voice-message-item-body__status-button{align-items:center;display:inline-flex;height:34px;justify-content:center;left:12px;min-height:34px;min-width:34px;position:relative;top:8px;width:34px}.sendbird-voice-message-item-body__status-button__button{align-items:center;border-radius:50%;display:inline-flex;height:100%;justify-content:center;width:100%}.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-voice-message-item-body__playback-time{position:absolute;right:12px;top:15px}.sendbird-voice-message-item-body__status-button__button__pause{align-items:center;display:inline-flex;height:13.75px;justify-content:space-between;position:relative;width:13.75px}.sendbird-voice-message-item-body__status-button__button__pause__inner{border-radius:2px;display:inline-flex;height:13.75px;position:relative;width:4.38px}.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button__pause__inner{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button__pause__inner{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-progress-bar,.sendbird-progress-bar__fill{display:inline-flex;height:100%;width:100%}.sendbird-progress-bar{justify-content:flex-start}.sendbird-theme--light .sendbird-progress-bar__fill{background-color:rgba(0,0,0,.38);background-color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-progress-bar__fill{background-color:hsla(0,0%,100%,.38);background-color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .progress-bar-color--primary{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .progress-bar-color--primary{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .progress-bar-color--gray,.sendbird-theme--light .sendbird-progress-bar.progress-bar--disabled{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .progress-bar-color--gray,.sendbird-theme--dark .sendbird-progress-bar.progress-bar--disabled{background-color:#2c2c2c;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{border-radius:16px;box-sizing:border-box;display:block;height:270px;max-width:400px;min-width:360px;overflow:hidden;position:relative;width:100%}.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:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-thumbnail-message-item-body{background-color:#2c2c2c;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:#e0e0e0;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:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail{border-radius:16px;position:absolute}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder{align-items:center;display:flex;height:270px;justify-content:center;position:absolute;width:100%}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder .sendbird-thumbnail-message-item-body__placeholder__icon{align-items:center;background-color:#fff;background-color:var(--sendbird-light-background-50);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover{background-color:rgba(0,0,0,.55);background-color:var(--sendbird-light-overlay-01);border-radius:16px;display:none;height:270px;position:absolute;top:0;width:100%}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__video{border-radius:16px;height:270px;position:absolute;width:100%}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper{align-items:center;display:flex;height:270px;justify-content:center;position:absolute;width:100%}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper .sendbird-thumbnail-message-item-body__icon-wrapper__icon{align-items:center;background-color:hsla(0,0%,100%,.88);background-color:var(--sendbird-light-ondark-01);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.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{border-radius:16px;box-sizing:border-box;display:inline-block;padding:8px 12px;position:relative}.sendbird-unknown-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-unknown-message-item-body.outgoing{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-unknown-message-item-body.outgoing{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-unknown-message-item-body.incoming{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-unknown-message-item-body.incoming{background-color:#2c2c2c;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:#6211c8;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:#742ddd;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:#e0e0e0;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:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description,.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__header{display:block}.sendbird-iconbutton__feedback{align-items:center;background-color:transparent;border:1px solid;border-radius:18px;cursor:pointer;display:flex;justify-content:center;padding:5px 8px}.sendbird-theme--light .sendbird-iconbutton__feedback{border-color:rgba(0,0,0,.12);border-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-iconbutton__feedback{border-color:hsla(0,0%,100%,.12);border-color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-iconbutton__feedback:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-iconbutton__feedback:hover{background-color:#2c2c2c;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{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);border-color:#742ddd;border-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);border-color:#c2a9fa;border-color:var(--sendbird-dark-primary-200)}.sendbird-iconbutton__feedback__inner{align-items:center;display:flex;justify-content:center}.sendbird-theme--light .sendbird-iconbutton__feedback__inner svg path{fill:rgba(0,0,0,.5);fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner svg path{fill:hsla(0,0%,100%,.5);fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-iconbutton__feedback__inner.sendbird-iconbutton__feedback__inner__disabled svg path{fill:rgba(0,0,0,.12);fill:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner.sendbird-iconbutton__feedback__inner__disabled svg path{fill:hsla(0,0%,100%,.12);fill:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-iconbutton__feedback__inner__pressed svg path{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner__pressed svg path{fill:rgba(0,0,0,.88);fill:var(--sendbird-dark-onlight-01)}.sendbird-message__bottomsheet--feedback-options-menu{border-radius:8px 8px 0 0;width:100vw}.sendbird-theme--light .sendbird-message__bottomsheet--feedback-options-menu{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet--feedback-options-menu{background-color:#2c2c2c;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{align-items:center;cursor:pointer;display:flex;height:48px;padding:0 24px}.sendbird--mobile-mode .sendbird-message-feedback-modal-content__mobile{max-width:280px;padding:16px}.sendbird-message-feedback-modal-footer__root{align-items:center;display:flex;justify-content:space-between}.sendbird-message-feedback-modal-footer__root_failed{align-items:center;display:flex;justify-content:flex-end;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-fileviewer__header__right__actions__close,.sendbird-fileviewer__header__right__actions__delete,.sendbird-fileviewer__header__right__actions__download{box-sizing:border-box;cursor:pointer;padding:21px;width:64px}.sendbird-fileviewer__header__right__actions__close .disabled,.sendbird-fileviewer__header__right__actions__delete .disabled,.sendbird-fileviewer__header__right__actions__download .disabled{cursor:not-allowed}.sendbird-fileviewer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:100000}.sendbird-theme--light .sendbird-fileviewer{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-fileviewer{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-fileviewer .sendbird-fileviewer__header{box-sizing:border-box;display:flex;height:64px;justify-content:space-between;min-height:64px}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header{position:relative}.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header{border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:64px;padding:16px 20px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar{margin-right:8px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename{display:inline-block;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename{display:block;left:64px;max-width:calc(100vw - 240px);position:absolute;top:10px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name{display:inline-flex;margin-left:8px;max-width:200px;overflow:hidden;padding-top:5px;text-overflow:ellipsis;white-space:nowrap}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name{left:56px;position:absolute;top:24px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right{display:flex;justify-content:flex-end;width:160px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions{display:flex;flex-direction:row;right:0}.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-left:1px solid rgba(0,0,0,.12);border-left:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-left:1px solid hsla(0,0%,100%,.12);border-left:1px solid var(--sendbird-dark-ondark-04)}.sendbird-fileviewer .sendbird-fileviewer__content{align-items:center;display:flex;height:calc(100% - 72px);justify-content:center;margin-top:4px;overflow-y:auto}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video{max-height:100%;max-width:100%}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img{max-height:90%;max-width:90%}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported{align-items:center;display:flex;justify-content:center;max-height:100%;max-width:100%}.sendbird-suggested-replies{align-items:flex-end;-moz-column-gap:10px;column-gap:10px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-end;margin-top:16px;position:relative;row-gap:8px}.sendbird-theme--dark .sendbird-suggested-replies,.sendbird-theme--light .sendbird-suggested-replies{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default)}.sendbird-suggested-replies__option{align-items:center;border-radius:18px;cursor:pointer;display:flex;font-size:12px;height:32px;padding:0 14px;white-space:nowrap}.sendbird-theme--light .sendbird-suggested-replies__option{background-color:#fff;background-color:var(--sendbird-light-background-50);border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300);color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-suggested-replies__option{background-color:#161616;background-color:var(--sendbird-dark-background-600);border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200);color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-suggested-replies__option:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-suggested-replies__option:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-suggested-replies__option:active{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);color:#fff;color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-suggested-replies__option:active{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);color:#161616;color:var(--sendbird-dark-background-600)}.sendbird-notification,.sendbird-notification--hide{position:absolute}.sendbird-notification--hide{display:none}.sendbird-notification{align-items:center;border-radius:4px;display:flex;height:32px;justify-content:center;margin-left:24px;margin-right:24px;margin-top:8px;padding:0 2px}.sendbird-theme--light .sendbird-notification{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-notification{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-notification:hover{cursor:pointer}.sendbird-theme--light .sendbird-notification:hover{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-notification:hover{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen{background-color:#adc9ff;background-color:var(--sendbird-light-information-100)}.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen{background-color:#adc9ff;background-color:var(--sendbird-dark-information-100)}.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text{color:rgba(0,0,0,.88);color:var(--sendbird-dark-onlight-01)}.sendbird-notification .sendbird-notification__text{align-items:center;display:flex;justify-content:center;margin-right: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:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .typing-dots-container{background-color:#393939;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:#000;background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .typing-dots-container span{background-color:#fff;background-color:var(--sendbird-dark-background-50)}.typing-dots-container span:first-child{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,.sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input,.sendbird-message-input-wrapper--voice-message,.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input{position:relative;width:100%}.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input,.sendbird-theme--light .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input{border-top:1px solid rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input,.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input{border-top:1px solid hsla(0,0%,100%,.12);border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input,.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__message-input{box-sizing:border-box;padding-left:24px;padding-right:24px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-input-wrapper--voice-message{border-top:1px solid rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message{border-top:1px solid hsla(0,0%,100%,.12);border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-quote_message_input{box-sizing:border-box;display:flex;flex-direction:row;height:76px;padding:16px 80px 16px 40px;position:relative;width:100%}.sendbird-quote_message_input .sendbird-quote_message_input__avatar{align-items:center;border-radius:8px;display:flex;height:44px;justify-content:center;min-height:44px;min-width:44px;position:relative;width:44px}.sendbird-theme--light .sendbird-quote_message_input .sendbird-quote_message_input__avatar{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote_message_input .sendbird-quote_message_input__avatar{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-quote_message_input .sendbird-quote_message_input__body{align-items:flex-start;display:flex;flex-direction:column;overflow:hidden;position:absolute}.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__sender-name{box-sizing:border-box;margin-bottom:8px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__message-content{box-sizing:border-box;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird-quote_message_input .sendbird-quote_message_input__close-button{position:absolute;right:40px;top:26px}.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{align-items:flex-end;display:flex;height:74px;justify-content:flex-end;position:relative;width:100%}.sendbird-voice-message-input-wrapper-alert__body__ok-button{width:74px}.sendbird-voice-message-input{box-sizing:border-box;flex-direction:column;height:110px;padding-left:24px;padding-right:24px;padding-top:22px}.sendbird-voice-message-input,.sendbird-voice-message-input__indicator{display:inline-flex;position:relative;width:100%}.sendbird-voice-message-input__indicator__progress-bar{border-radius:28px;display:inline-flex;overflow:hidden;position:relative;width:100%}.sendbird-voice-message-input__indicator__on-rec{position:absolute;right:53px;top:14px}.sendbird-voice-message-input__indicator__playback-time{position:absolute;right:16px;top:10px}.sendbird-voice-message-input__controler{align-items:center;display:inline-flex;flex-direction:row;height:34px;justify-content:space-between;margin-top:14px;min-height:34px;position:relative}.sendbird-voice-message-input__controler__main{align-items:center;border-radius:50%;display:inline-flex;height:34px;justify-content:center;min-height:34px;min-width:34px;position:relative;width:34px}.sendbird-theme--light .sendbird-voice-message-input__controler__main{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-voice-message-input__controler__main{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-voice-message-input__controler__main:hover{cursor:pointer}.sendbird-voice-message-input__controler__submit{align-items:center;border-radius:50%;display:inline-flex;height:34px;justify-content:center;min-height:34px;min-width:34px;position:relative;width:34px}.sendbird-theme--light .sendbird-voice-message-input__controler__submit{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-voice-message-input__controler__submit{background-color:#c2a9fa;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:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-voice-message-input__controler__submit.voice-message--disabled{background-color:#2c2c2c;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{animation:flickerAnimation 1s infinite;border-radius:50%;height:12px;min-height:12px;min-width:12px;width:12px}.sendbird-theme--light .sendbird-voice-message-input__indicator__on-rec{background-color:#de360b;background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-voice-message-input__indicator__on-rec{background-color:#de360b;background-color:var(--sendbird-dark-error-300)}.sendbird-voice-message-input__indicator__progress-bar__bar{height:40px}.sendbird-controler-icon{display:inline-block;position:relative}.sendbird-controler-icon.record-icon{border-radius:50%;height:20px;min-height:20px;min-width:20px;width:20px}.sendbird-theme--light .sendbird-controler-icon.record-icon{background-color:#de360b;background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-controler-icon.record-icon{background-color:#de360b;background-color:var(--sendbird-dark-error-300)}.sendbird-controler-icon.stop-icon{border-radius:2px;height:14px;min-height:14px;min-width:14px;width:14px}.sendbird-theme--light .sendbird-controler-icon.stop-icon{background-color:rgba(0,0,0,.88);background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-controler-icon.stop-icon{background-color:hsla(0,0%,100%,.88);background-color:var(--sendbird-dark-ondark-01)}.sendbird-controler-icon.pause-icon{display:inline-flex;gap:3.75px;height:13.75px;min-height:13.75px;min-width:13.75px;width:100%;width:13.75px}.sendbird-controler-icon.pause-icon-inner{border-radius:2px;display:inline-flex;min-width:4.38px}.sendbird-theme--light .sendbird-controler-icon.pause-icon-inner{background-color:rgba(0,0,0,.88);background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-controler-icon.pause-icon-inner{background-color:hsla(0,0%,100%,.88);background-color:var(--sendbird-dark-ondark-01)}.sendbird-channel-settings{box-sizing:border-box;display:inline-block;height:100%;width:320px}.sendbird--mobile-mode .sendbird-channel-settings{width:100%}.sendbird-theme--light .sendbird-channel-settings{background-color:#fff;background-color:var(--sendbird-light-background-50);border-left:1px solid rgba(0,0,0,.12);border-left:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-left:1px solid #161616;border-left:1px solid var(--sendbird-dark-background-600)}.sendbird-channel-settings .sendbird-channel-settings__header-icon{cursor:pointer;position:absolute;right:16px;top:16px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path{fill:rgba(0,0,0,.88);fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-dark-ondark-01)}.sendbird-channel-settings .sendbird-channel-settings__members .sendbird-badge__text{margin-top:-2px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header{border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings .sendbird-channel-settings__scroll-area{display:flex;flex-direction:column;flex-grow:1;height:calc(100% - 64px);overflow-y:auto}.sendbird-channel-settings .sendbird-channel-settings__panel-item{padding:12px 22px 10px 56px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path{fill:rgba(0,0,0,.88);fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-dark-ondark-01)}.sendbird-channel-profile{padding:32px 40px 27px;position:relative;text-align:center}.sendbird-theme--light .sendbird-channel-profile{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-profile{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-profile .sendbird-channel-profile--inner{height:92px}.sendbird-channel-profile .sendbird-channel-profile__avatar{display:flex;justify-content:center;margin-bottom:16px}.sendbird-channel-profile .sendbird-channel-profile__title{display:block;height:18px;max-width:240px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird--mobile-mode .sendbird-channel-profile .sendbird-channel-profile__title{max-width:100%}.sendbird-channel-profile .sendbird-channel-profile__edit{position:absolute;right:16px;top:10px}.channel-profile-form .channel-profile-form__img-section{position:relative}.channel-profile-form .channel-profile-form__avatar-button{left:96px;position:absolute;top:54px}.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-accordion__footer .sendbird-button:nth-child(2){margin-left:8px}.sendbird-channel-settings__freeze{max-width:320px;padding:12px 22px 10px 56px;position:relative}.sendbird--mobile-mode .sendbird-channel-settings__freeze{max-width:100%}.sendbird-theme--light .sendbird-channel-settings__freeze{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings__freeze{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings__members .sendbird-badge,.sendbird-channel-settings__members-list .sendbird-badge{right:44px;top:12px}.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge,.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge,.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge .sendbird-label,.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label{color:rgba(0,0,0,.5);color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge .sendbird-label,.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label{color:hsla(0,0%,100%,.5);color:var(--sendbird-dark-ondark-02)}.sendbird-accordion{box-sizing:border-box;padding:8px 0 16px;position:relative}.sendbird-theme--light .sendbird-accordion{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-accordion{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-accordion .sendbird-accordion__member{box-sizing:border-box;height:40px;padding:12px 0 12px 44px;position:relative}.sendbird-accordion .sendbird-accordion__footer{display:flex;justify-content:flex-start;margin-top:8px}.sendbird-accordion__panel-header{cursor:pointer;padding:12px 22px 10px 56px;position:relative}.sendbird-theme--light .sendbird-accordion__panel-header{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-accordion__panel-header{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-accordion__panel-header:focus{outline:none}.sendbird-accordion__panel-header.sendbird-accordion__panel-item__disabled{cursor:not-allowed}.sendbird-accordion__panel-icon-left,.sendbird-accordion__panel-icon-right{position:absolute;top:10px}.sendbird-accordion__panel-icon-left{left:16px}.sendbird-accordion__panel-icon-right{right:16px}.sendbird-accordion__panel-icon--open{transform:rotate(90deg)}.sendbird-theme--light .sendbird-accordion__panel-icon--chevron path{fill:rgba(0,0,0,.88);fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-accordion__panel-icon--chevron path{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-accordion__panel-icon__leave path{fill:#de360b;fill:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-accordion__panel-icon__leave path{fill:#de360b;fill:var(--sendbird-dark-error-300)}.sendbird-input-toggle-button{align-items:center;box-sizing:border-box;cursor:pointer;display:inline-flex;position:relative}.sendbird-theme--light .sendbird-input-toggle-button--checked{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-input-toggle-button--checked{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-input-toggle-button--unchecked{background-color:#bdbdbd;background-color:var(--sendbird-light-background-300);border:1px solid #bdbdbd;border:1px solid var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-input-toggle-button--unchecked{background-color:#393939;background-color:var(--sendbird-dark-background-400);border:1px solid #393939;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:#e0e0e0;background-color:var(--sendbird-light-background-200);border:1px solid #e0e0e0;border:1px solid var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-input-toggle-button--disabled{background-color:#393939;background-color:var(--sendbird-dark-background-400);border:1px solid #393939;border:1px solid var(--sendbird-dark-background-400)}.sendbird-input-toggle-button input{display:none;position:absolute}.sendbird-input-toggle-button__inner-dot{animation-iteration-count:1;border-radius:50%;position:absolute}.sendbird-theme--light .sendbird-input-toggle-button__inner-dot{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-input-toggle-button__inner-dot{background-color:#161616;background-color:var(--sendbird-dark-background-600)}@keyframes sendbirdMoveToRight{0%{right:60%}to{right:10%}}@keyframes sendbirdMoveToLeft{0%{right:10%}to{right:60%}}.sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToRight}.sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToLeft}.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot{right:60%}.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot{right:10%}.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToLeft}.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToRight}.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot{right:10%}.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot{right:60%}.sendbird-user-list-item--small{box-sizing:border-box;display:block;height:40px;padding-left:12px;position:relative}.sendbird-user-list-item--small__avatar{cursor:pointer;position:absolute;top:10px}.sendbird-user-list-item--small .sendbird-muted-avatar{left:12px;pointer-events:none;position:absolute;top:10px}.sendbird-user-list-item--small__title{left:54px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:10px;white-space:nowrap;width:160px}.sendbird-user-list-item--small__subtitle{left:140px;max-width:237px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:23px;white-space:nowrap}.sendbird--mobile-mode .sendbird-user-list-item--small__subtitle{max-width:40%}.sendbird-user-list-item--small__checkbox{position:absolute;right:16px;top:16px}.sendbird-user-list-item--small__action{display:none;position:absolute;right:10px;top:4px}.sendbird-user-list-item--small__operator{position:absolute;right:24px;top:10px}.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed,.sendbird-theme--light .sendbird-user-list-item--small:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed,.sendbird-theme--dark .sendbird-user-list-item--small:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__action,.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__action{display:block}.sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__operator,.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__operator{display:none}.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton{background-color:#000;background-color:var(--sendbird-dark-background-700)}.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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 120px)}.sendbird--mobile-mode .sendbird-more-members__popup-scroll{max-height:100%}.sendbird-channel-settings__badge{position:absolute;right:48px}.sendbird-theme--light .sendbird-channel-settings__badge{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-settings__badge{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-settings__badge .sendbird-label{color:rgba(0,0,0,.5);color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-channel-settings__badge .sendbird-label{color:hsla(0,0%,100%,.5);color:var(--sendbird-dark-ondark-02)}.sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{padding-left:14px;padding-top:14px}.sendbird-message-search-pannel{box-sizing:border-box;display:flex;flex-direction:column;height:100%;position:relative;width:320px}.sendbird-theme--light .sendbird-message-search-pannel{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search-pannel{background-color:#161616;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{border:0;font-size:14px;left:48px;margin:0;outline:none;padding:0;position:absolute;top:14px;width:calc(100% - 90px)}.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{background-color:#fff;background-color:var(--sendbird-light-background-50);color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{background-color:#161616;background-color:var(--sendbird-dark-background-600);color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-message-search-pannel .sendbird-message-search-pannel__header{box-sizing:border-box;display:flex;height:64px;min-height:64px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__header{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__header{border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__title{left:24px;overflow-x:hidden;position:absolute;text-overflow:ellipsis;top:20px;width:calc(100% - 74px);word-break:keep-all}.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__close-button{position:absolute;right:16px;top:16px}.sendbird-message-search-pannel .sendbird-message-search-pannel__input{box-sizing:border-box;display:flex;padding:16px;position:relative}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container{border-radius:4px;height:44px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container{border:1px solid rgba(0,0,0,.38);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 hsla(0,0%,100%,.38);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{left:16px;position:absolute;top:10px}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button,.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner{position:absolute;right:12px;top: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{box-sizing:border-box;height:100%;overflow-y:hidden;position:relative;width:100%}.sendbird-message-search{height:100%;overflow-x:hidden;overflow-y:scroll;position:relative}.sendbird-theme--light .sendbird-message-search{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-message-search-item{cursor:pointer;display:inline-flex;flex-direction:row;height:80px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-search-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-search-item{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-message-search-item:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-search-item:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-message-search-item .sendbird-message-search-item__left{align-items:center;display:flex;height:80px;justify-content:center;width:90px}.sendbird-message-search-item .sendbird-message-search-item__right{display:flex;flex-direction:column;width:calc(100% - 106px)}.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__sender-name{display:inline;height:16px;max-width:150px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:12px;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;height:32px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:36px;width:inherit;word-break:break-word}.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at{position:absolute;right:18px;top:12px}.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:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left{border-left:4px solid #742ddd;border-left:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left{border-left:4px solid #c2a9fa;border-left:4px solid var(--sendbird-dark-primary-200)}.sendbird-message-search-file-item{cursor:pointer;display:inline-flex;flex-direction:row;height:80px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-search-file-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-search-file-item{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-message-search-file-item:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-search-file-item:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-message-search-file-item .sendbird-message-search-file-item__left{align-items:center;display:flex;height:80px;justify-content:center;position:relative;width:90px}.sendbird-message-search-file-item .sendbird-message-search-file-item__right{display:flex;flex-direction:column;position:relative;width:calc(100% - 106px)}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__sender-name{display:inline-block;height:16px;max-width:146px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:12px}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:32px;position:absolute;top:36px;width:100%}.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{align-items:center;border-radius:8px;display:flex;height:26px;justify-content:center;margin-right:4px;min-width:26px;position:relative;width:26px}.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:#eee;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:#2c2c2c;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{display:inline;height:16px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at{position:absolute;right:18px;top:12px}.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:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-left:4px solid #742ddd;border-left:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-left:4px solid #c2a9fa;border-left:4px solid var(--sendbird-dark-primary-200)}.sendbird-thread-ui{box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:320px;position:relative;width:100%}.sendbird-theme--light .sendbird-thread-ui{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04);border-right:1px solid rgba(0,0,0,.12);border-right:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04);border-right:1px solid hsla(0,0%,100%,.12);border-right:1px solid var(--sendbird-dark-ondark-04)}.sendbird-thread-ui__header{width:100%}.sendbird-theme--light .sendbird-thread-ui__header{border-top:1px solid rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__header{border-top:1px solid hsla(0,0%,100%,.12);border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-thread-ui--scroll{display:inline-flex;flex-direction:column;height:100%;justify-content:flex-start;overflow-x:hidden;overflow-y:scroll}.sendbird-theme--light .sendbird-thread-ui__parent-message-info{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04);border-top:1px solid rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__parent-message-info{border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04);border-top:1px solid hsla(0,0%,100%,.12);border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label{color:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label{color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-thread-ui__reply-counts{align-items:center;box-sizing:border-box;display:inline-flex;height:42px;justify-content:flex-start;padding:16px 11px;position:relative;width:100%}.sendbird-theme--light .sendbird-thread-ui__reply-counts{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04);border-top:1px solid rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__reply-counts{border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04);border-top:1px solid hsla(0,0%,100%,.12);border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-thread-ui__thread-list{padding:16px}.sendbird-thread-ui__message-input{margin-bottom:24px;padding:0 16px}.sendbird-thread-ui__thread-list.sendbird-place-holder{box-sizing:border-box}.sendbird-parent-message-info{align-items:flex-start;box-sizing:border-box;display:inline-flex;flex-direction:row;height:-moz-fit-content;height:fit-content;padding:12px 12px 12px 16px;position:relative;width:100%}.sendbird-parent-message-info__sender{min-height:40px;min-width:40px;position:relative}.sendbird-parent-message-info__content{display:inline-flex;flex-direction:column;margin-left:12px;position:relative}.sendbird-parent-message-info__content__info{align-items:center;display:inline-flex;flex-direction:row;height:16px;justify-content:flex-start;max-width:188px;position:relative}.sendbird-parent-message-info__content__info__sender-name,.sendbird-parent-message-info__content__info__sender-name--use-reaction{margin-right:6px;overflow:hidden;position:relative;text-overflow:ellipsis;word-break:keep-all}.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{align-items:center;display:inline-flex;height:12px;justify-content:flex-start;max-width:52px;position:relative;white-space:nowrap;word-break:keep-all}.sendbird-parent-message-info__content__body{max-width:210px;overflow:hidden;position:relative}.sendbird-parent-message-info__content__body.sendbird-thumbnail-message-item-body.incoming{height:148px;min-width:200px}.sendbird-parent-message-info__content__reactions{height:100%;max-width:240px;position:relative;width:100%}.sendbird-parent-message-info__context-menu{display:none;position:absolute;right:12px;top:6px}.sendbird-parent-message-info__context-menu.use-reaction{right:44px}.sendbird-parent-message-info__reaction-menu{display:none;position:absolute;right:12px;top:6px}.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 #fff;border:1px solid var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-parent-message-info .sendbird-emoji-reactions{border:1px solid #161616;border:1px solid var(--sendbird-dark-background-600)}.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-theme--light .sendbird-parent-message-info .sendbird-parent-message-info__content__body{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-parent-message-info .sendbird-parent-message-info__content__body{background-color:#161616;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:#eee;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:#2c2c2c;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{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-emoji-reactions{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.parent-message-info--suggested-mention-list{margin-left:0;margin-right:0;min-height:200px;width:100%}.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__og-field,.sendbird-parent-message-info-item__text-message{display:inline-block;padding-right:4px;white-space:pre-line;word-break:break-all}.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--dark .sendbird-parent-message-info-item__multiple-files-message-wrapper,.sendbird-theme--light .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:#fff;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:rgba(0,0,0,.55);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:hsla(0,0%,100%,.88);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-header{box-sizing:border-box;display:inline;height:64px;min-height:64px;min-width:320px;padding:13px 24px;position:relative;width:320px}.sendbird-thread-header__channel-name,.sendbird-thread-header__title{max-width:254px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.sendbird-thread-header__channel-name{display:inline-block;height:12px}.sendbird-thread-header__action{align-items:center;display:inline-flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:56px}.sendbird-thread-list-item .sendbird-separator{margin:4px 0}.sendbird-thread-list .sendbird-message-content__middle__sender-name{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-thread-list .sendbird-message-content.incoming .sendbird-message-content__middle{max-width:200px}.sendbird-thread-list .sendbird-thumbnail-message-item-body.outgoing{height:148px;min-height:148px;min-width:200px}.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{margin-left:0;margin-right:0;width:100%}.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{display:inline-flex;flex-direction:row;height:100%;position:relative;width: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{bottom:-8px;margin-top:-8px}.sendbird-thread-list-item-content__middle__body-container{width:100%}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left{display:inline-flex;min-width:40px;position:relative}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content__left__avatar{bottom:2px;left:0;position:absolute}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle{align-items:flex-start;display:inline-flex;flex-direction:column;position:relative}.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{bottom:6px;display:flex;flex-direction:row;min-width:80px;position:absolute;right:-84px;white-space:nowrap}.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{margin-bottom:4px;margin-left:12px;overflow:hidden;position:relative;text-overflow:ellipsis;width:100%}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message{display:inline-flex;position:relative;width:100%}.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{display:inline-flex;margin-left:4px;padding-top:18px;position:relative;width:50px}.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{display:none;flex-direction:row;height:32px;position:relative}.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{box-sizing:border-box;display:inline-flex;justify-content:flex-end;position:relative;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{display:none;flex-direction:row;position:absolute;right:4px;top:2px}.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{align-items:flex-end;display:inline-flex;flex-direction:column;position:relative}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message{display:inline-flex;position:relative;width:100%}.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{bottom:2px;box-sizing:content-box;display:flex;justify-content:flex-end;left:-84px;min-height:16px;min-width:80px;position:absolute;white-space:nowrap}.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{display:inline-flex;position:relative}.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{display:flex;flex-direction:column;position:relative}.sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__message-item-body{box-sizing:border-box;width:100%}.sendbird-thread-list-item-content-reactions{border-radius:0 0 16px 16px;max-width:400px;position:relative;width:100%}.sendbird-theme--light .sendbird-thread-list-item-content-reactions{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-thread-list-item-content-reactions.primary{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.primary{background-color:#c2a9fa;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:#e0e0e0;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:#393939;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:#6211c8;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:#742ddd;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{max-width:200px;min-width:200px}.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__placeholder,.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__video,.sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body{height:148px}.sendbird-voice-message-item-body.sendbird-thread-list-item-content__middle__message-item-body{height:50px;min-width:136px}.sendbird-thread-message-input .sendbird-mention-suggest-list{margin-left:0;margin-right:0;width:100%}.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 rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-message-input--voice-message{border-top:1px solid hsla(0,0%,100%,.12);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{height:100%;width: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{box-sizing:border-box;display:flex;height:100%;width:100%}.sendbird-app__wrap .sendbird-app__searchpanel-wrap{box-sizing:border-box;min-width:320px;overflow-x:hidden;overflow-y:scroll;width:320px}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04);border-right:1px solid rgba(0,0,0,.12);border-right:1px solid var(--sendbird-light-onlight-04);border-top:1px solid rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-bottom:1px solid #161616;border-bottom:1px solid var(--sendbird-dark-background-600);border-right:1px solid #161616;border-right:1px solid var(--sendbird-dark-background-600);border-top:1px solid #161616;border-top:1px solid var(--sendbird-dark-background-600)}.sendbird-app__wrap .sendbird-app__conversation-wrap{flex:1 1;position:relative;width:calc(100% - 320px)}.sendbird-app__wrap .sendbird-app__channellist-wrap{max-width:320px}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04);border-left:1px solid rgba(0,0,0,.12);border-left:1px solid var(--sendbird-light-onlight-04);border-top:1px solid rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap{border-bottom:1px solid #161616;border-bottom:1px solid var(--sendbird-dark-background-600);border-left:1px solid #161616;border-left:1px solid var(--sendbird-dark-background-600);border-top:1px solid #161616;border-top:1px solid var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-app__wrap .sendbird-chat-header__search{margin-right:16px}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-app__wrap .sendbird-channel-settings{border-left:none}.sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04);border-right:1px solid rgba(0,0,0,.12);border-right:1px solid var(--sendbird-light-onlight-04);border-top:1px solid rgba(0,0,0,.12);border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings{border-bottom:1px solid #161616;border-bottom:1px solid var(--sendbird-dark-background-600);border-right:1px solid #161616;border-right:1px solid var(--sendbird-dark-background-600);border-top:1px solid #161616;border-top:1px solid var(--sendbird-dark-background-600)}.sendbird-app__wrap .sendbird-channel-settings .sendbird-channel-settings__header{height:64px}.sendbird-openchannel-conversation{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.sendbird-theme--light .sendbird-openchannel-conversation{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-conversation{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll{flex:1 1;order:2;overflow-y:auto;width:100%}.sendbird-openchannel-conversation .sendbird-openchannel-footer{order:3;padding:12px 24px 24px}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container .sendbird-openchannel-conversation-scroll-padding{flex:1 1}.sendbird-frozen-channel-notification{align-items:center;border-radius:4px;display:flex;height:32px;justify-content:center;margin-left:24px;margin-right:24px;margin-top:8px;position:relative}.sendbird-theme--light .sendbird-frozen-channel-notification{background-color:#adc9ff;background-color:var(--sendbird-light-information-100)}.sendbird-theme--dark .sendbird-frozen-channel-notification{background-color:#adc9ff;background-color:var(--sendbird-dark-information-100)}.sendbird-oepnchannel-header__icon_back{left:12px;position:absolute;top:18px}.sendbird-openchannel-conversation-header{box-sizing:border-box;min-height:64px;position:relative}.sendbird-theme--light .sendbird-openchannel-conversation-header{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-conversation-header{border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title{max-width:calc(100% - 120px);overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.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]{left:20px;position:absolute;top:16px}.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{left:50px}.sendbird-openchannel-conversation-header__left__title{left:60px;position:absolute;top:12px}.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__title{left:90px}.sendbird-openchannel-conversation-header__left__sub-title{left:60px;position:absolute;top:36px}.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__sub-title{left:90px}.sendbird-openchannel-conversation-header__right{height:64px;position:absolute;right:0;top:0;width:64px}.sendbird-openchannel-conversation-header__right__trigger{align-items:center;display:flex;justify-content:center;position:absolute;right:16px;top:16px}.sendbird-openchannel-conversation-header__left__cover-image--icon{align-items:center;border-radius:50%;display:flex;justify-content:center}.sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon{background-color:#bdbdbd;background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-openchannel-conversation-scroll{position:relative;width:100%}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container{bottom:0;height:100%;overflow:hidden;position:sticky;width:100%}.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{height:100%;overflow:scroll;width:100%}.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{height:100%;width:100%}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{align-items:center;border-radius:24px;bottom:8px;display:flex;height:40px;justify-content:center;left:calc(50% - 20px);position:absolute;width:40px;z-index:1}.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);box-shadow:0 2px 8px 0 rgba(0,0,0,.08),0 4px 6px 0 rgba(0,0,0,.12);box-shadow:var(--sendbird-light-shadow-05)}.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{background-color:#c2a9fa;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:#6211c8;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:#742ddd;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:#491389;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:#6211c8;background-color:var(--sendbird-dark-primary-400)}.sendbird-openchannel-user-message{display:flex;flex-direction:row;position:relative;width:100%}.sendbird-theme--light .sendbird-openchannel-user-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-user-message:hover{background-color:#393939;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{display:flex;min-width:52px;position:relative;width:52px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar{display:flex;margin-left:24px;margin-top:8px;position:relative}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right{display:flex;flex-direction:column;margin:8px 24px 8px 12px;position:relative;width:100%}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top{display:flex;margin-bottom:2px;position:relative}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sender-name{display:flex;position:relative}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at{display:flex;margin-left:4px;position:relative}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom{display:flex;position:relative;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;white-space:pre-line;word-break:break-all}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__tail{position:relative;top:2px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu{display:none;position:absolute;right:16px}.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon{background-color:#e0e0e0;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:#2c2c2c;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:#dbd1ff;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:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel__mobile-menu-hyperlink{color:inherit;display:block;font-family:inherit;font-size:inherit;font-stretch:normal;font-style:normal;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;width:100%}.sendbird-openchannel-admin-message{border-radius:4px;margin:16px 24px;padding:12px 16px;position:relative}.sendbird-theme--light .sendbird-openchannel-admin-message{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-admin-message{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-admin-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-admin-message:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-admin-message .sendbird-openchannel-admin-message__text{word-wrap:break-word}.sendbird-openchannel-og-message{display:flex;flex-direction:column;position:relative;width:100%}.sendbird-theme--light .sendbird-openchannel-og-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-og-message:hover{background-color:#393939;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;display:flex;flex-direction:row;position:relative}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left{display:flex;min-width:52px;position:relative;width:52px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar{display:flex;left:24px;position:absolute;top:8px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right{box-sizing:border-box;display:flex;flex-direction:column;margin:8px 24px 8px 12px;position:relative}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title{display:flex;margin-bottom:2px;position:relative}.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{display:flex;position:relative}.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{display:flex;margin-left:4px;position:relative}.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{display:inline;position:relative;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:#742ddd;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:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{display:none;position:absolute;right: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:#e0e0e0;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:#2c2c2c;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:#dbd1ff;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:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom{display:inline;margin-bottom:8px;position:relative;width:100%}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{border-radius:8px;box-sizing:border-box;display:inline-block;left:64px;max-width:360px;padding:12px 12px 4px;position:relative;width:calc(100% - 64px)}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid rgba(0,0,0,.12);border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid hsla(0,0%,100%,.12);border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__url{display:block;margin-bottom:8px;max-width:336px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title{display:inline-block;margin-bottom:8px;max-width:336px;overflow-wrap:normal;position:relative;white-space:pre-wrap}.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:#742ddd;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:#c2a9fa;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{display:block;margin-bottom:8px;max-height:32px;max-width:336px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:pre-wrap;width:100%;word-break:break-all}.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;display:block;margin-bottom:8px;margin-top:4px;position:relative;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;max-width:336px;min-width:200px;width:100%}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail{left:64px;position:relative;top:2px}.sendbird-openchannel-og-message--word{display:inline;margin:0 2px;word-break:break-all}.sendbird-openchannel-thumbnail-message{display:flex;flex-direction:row;position:relative}.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover{background-color:#393939;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:#e0e0e0;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:#2c2c2c;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:#dbd1ff;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:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left{display:flex;min-width:52px;position:relative;width:52px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar{display:inline;margin-left:28px;margin-top:8px;position:absolute}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right{display:flex;flex-direction:column;margin-bottom:8px;margin-left:12px;margin-top:8px;position:relative;width:calc(100% - 64px)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title{display:inline;margin-bottom:4px;position:relative}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name{display:inline;margin-right:4px;position:relative}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sent-at{display:inline;position:relative}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body{border-radius:8px;display:flex;position:relative}.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{box-sizing:content-box;position:relative}.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{border-radius:8px;cursor:pointer;height:100%;left:0;max-width:360px;opacity:0;position:absolute;top:0;width:100%}.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:rgba(0,0,0,.32);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:rgba(0,0,0,.32);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-height:360px;max-width: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{border-radius:8px;max-height:360px;max-width: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 .sendbird-openchannel-thumbnail-message__right__body__wrap__video__icon{left:calc(50% - 28px);position:absolute;top: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{border-radius:8px;padding:107px 152px}.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:#eee;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:#2c2c2c;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{border-radius:8px;padding:107px 152px}.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:#eee;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:#2c2c2c;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{border-radius:8px;padding:107px 152px}.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:#eee;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:#2c2c2c;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{display:none;position:absolute;right:16px;top:8px}.sendbird-openchannel-file-message{display:flex;flex-direction:row;position:relative}.sendbird-theme--light .sendbird-openchannel-file-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-file-message:hover{background-color:#393939;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{display:flex;min-width:52px;position:relative;width:52px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar{display:block;margin-left:24px;margin-top:8px;position:absolute}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right{display:flex;flex-direction:column;margin-bottom:4px;margin-left:12px;position:relative;width:calc(100% - 64px)}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title{display:flex;margin-top:8px;position:relative}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sender-name{display:flex;position:relative}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at{display:flex;margin-left:4px;position:relative}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{border-radius:8px;display:flex;margin-bottom:4px;margin-top:4px;position:relative}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid rgba(0,0,0,.12);border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid hsla(0,0%,100%,.12);border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon{border-radius:8.6px;display:inline-block;margin:8px;position:relative}.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:#fff;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:#161616;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{display:flex;height:20px;margin-left:4px;margin-right:16px;margin-top:22px;max-height:20px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu{display:none;position:absolute;right:16px;top:8px}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon{background-color:#e0e0e0;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:#2c2c2c;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:#dbd1ff;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:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-settings{display:inline-block;height:100%;overflow-y:scroll;position:relative;width:320px}.sendbird--mobile-mode .sendbird-openchannel-settings{width:100%}.sendbird-theme--light .sendbird-openchannel-settings{background-color:#fff;background-color:var(--sendbird-light-background-50);border-left:1px solid rgba(0,0,0,.12);border-left:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-left:1px solid hsla(0,0%,100%,.12);border-left:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-participants-accordion__footer{padding-left:16px;padding-top:16px;text-align:left}.sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon{left:14px;position:absolute}.sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete{left:16px;position:absolute}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant{height:100%}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__participant-list{height:calc(100% - 64px);overflow-y:scroll;padding-top:64px}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{display:block;left:0;position:absolute;top:0;width:100%}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel,.sendbird-openchannel-settings .sendbird-participants-accordion{text-align:left}.sendbird-openchannel-settings .sendbird-openchannel-settings__members .sendbird-badge__text{margin-top:-2px}.sendbird-openchannel-settings .sendbird-openchannel-settings__header{box-sizing:border-box;height:64px;min-height:64px;padding:20px 24px;position:relative;text-align:left}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__header{border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__header{border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon{cursor:pointer;position:absolute;right:16px;top:20px}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path{fill:rgba(0,0,0,.88);fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path{fill:hsla(0,0%,100%,.88);fill:var(--sendbird-dark-ondark-01)}.sendbird-openchannel-settings .sendbird-openchannel-settings__placeholder{margin-top:40%}.sendbird-openchannel-settings .sendbird-openchannel-settings__url{box-sizing:border-box;padding:16px;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;display:none;position:absolute;right:18px;top:10px}.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:rgba(0,0,0,.88);color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{color:hsla(0,0%,100%,.88);color:var(--sendbird-dark-ondark-01)}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label,.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{word-wrap:break-word;display:block;text-align:left}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{box-sizing:border-box;cursor:pointer;display:block;padding:12px 22px 10px 56px;position:relative}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);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{box-sizing:border-box;height:40px;padding:12px 0 12px 56px;position:relative;text-align:left;width:100%}.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-label{display:inline-block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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.self-operator,.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id{position:absolute;right:16px}.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__action,.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.operator,.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.user-id{display:none}.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__action{display:inline-block}.sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar{cursor:pointer;left:16px;position:absolute;top:10px}.sendbird-openchannel-settings .sendbird-participants-accordion__member__action{cursor:pointer;display:none;position:absolute;right:8px;top:4px}.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer,.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer,.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer,.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer{display:flex;justify-content:left;padding-left:12px;padding-top:16px}.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer .sendbird-button:nth-child(2){margin-left:8px}.sendbird-participants-accordion__member-avatar__avatar{position:absolute}.sendbird-more-users__popup-scroll{max-height:420px;overflow:scroll}.sendbird-openchannel-profile{padding:32px 40px 27px;position:relative;text-align:center}.sendbird-theme--light .sendbird-openchannel-profile{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid rgba(0,0,0,.12);border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-profile{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid var(--sendbird-dark-ondark-04)}.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;height:18px;max-width:240px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-openchannel-profile .sendbird-openchannel-profile__edit{position:absolute;right:16px;top:10px}#sendbird-messages{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}@media(hover:none)and (pointer:coarse){#sendbird-messages{height:100vh;height:calc(var(--vh, 1vh)*100);width:100vw;width:calc(var(--vw, 1vw)*100)}}#sendbird-messages .messaging-page-wrapper{padding:0}#sendbird-messages .messaging-page-wrapper .page-content{height:100%;max-height:100%;max-width:100%}#sendbird-messages .messaging-page-wrapper .page-content>div:first-child{height:100%}.create-poll-popup .animated-popup-card{height:100%;max-width:472px;position:absolute;right:0}.create-poll-popup .animated-popup-card .create-poll-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-header{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;height:56px;justify-content:space-between;padding:18px 0 18px 24px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-header .create-poll-header-title{color:#333;font-size:19px;font-style:normal;font-weight:500;line-height:24px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-header .close-icon-container{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-header .close-icon-container>i{cursor:pointer;font-size:20px;margin-right:24px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-body{-ms-flex-positive:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;height:calc(100% - 120px);overflow:auto;padding:8px 24px 0}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-body .delete-option-icon-button{color:#000;font-size:18px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-body [id*=-input]{height:36px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-body .checkbox-body{margin-top:2px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-body .checkbox-body .create-poll-checkbox-row{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:6px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-body .checkbox-body .create-poll-checkbox-row .checkbox-label{margin-left:11px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-body .close-schedule-poll{border-top:1px solid #e6e6e6;margin-top:10px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-body .close-schedule-poll .time-picker .dropdown.active{bottom:50px;top:auto}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-footer{-ms-flex-pack:end;border-top:1px solid #e6e6e6;display:-ms-flexbox;display:flex;height:68px;justify-content:flex-end}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-footer .create-poll-information-footer-buttons-container{display:-ms-flexbox;display:flex;gap:16px;padding:16px}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-footer .create-poll-information-footer-buttons-container .cancel-button{border:1px solid #0c9eca;color:#0c9eca;height:36px;min-width:calc(50% - 8px)}.create-poll-popup .animated-popup-card .create-poll-container .create-poll-information-footer .create-poll-information-footer-buttons-container .submit-button{background-color:#0c9eca;border:1px solid #0c9eca;color:#fff;height:36px;min-width:calc(50% - 8px)}.message-input-customization{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex}.message-input-customization .icon-wrapped{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:56px;justify-content:center}.message-input-customization .icon-wrapped .open-dropdown-button{background:rgba(0,0,0,0);border:none;cursor:pointer;height:24px;margin-left:8px;margin-right:8px;outline:none;padding:0;width:24px}.message-input-customization .icon-wrapped .open-dropdown-button i{color:#333;font-size:24px}.message-input-customization .input{-ms-flex:1 1;flex:1 1}.message-input-customization .input .sendbird-message-input-wrapper__message-input{padding-left:0}#createpoll-menu-item{-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-ms-flexbox;display:flex;height:34px;padding:16px;position:relative}#createpoll-menu-item .fourth-icon{font-size:20px;margin-right:5px}#createpoll-menu-item .fourth-icon.icon-equalizer_black_24dp{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.emoji-gifs-container{background:#fff;border-radius:16px;bottom:88px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2);height:auto;padding-bottom:16px;position:absolute;right:25px;width:360px;z-index:1}.emoji-gifs-container .emoji-gifs-footer{height:60px;padding:0 16px;width:100%}.emoji-gifs-container .emoji-gifs-footer,.emoji-gifs-container .emoji-gifs-footer .buttons-wrapper{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:flex-end}@media(max-width:1080px){.emoji-gifs-container{padding-bottom:0;width:300px}}@media(max-width:360px){.emoji-gifs-container{right:10px}}.poll-message-body{background:#f5f5f5;border-radius:4px;max-width:100%;padding:8px}.poll-message-body .container{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;max-width:422px;min-width:250px;padding:8px 16px}@media(max-width:768px){.poll-message-body .container{max-width:100%;min-width:100%;width:100vw}}.poll-message-body .container .poll-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.poll-message-body .container .poll-header .poll-title{font-size:18px;line-height:24px}.poll-message-body .container .checkbox-body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-top:2px}.poll-message-body .container .total-votes-body{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end}.poll-message-body .container .total-votes-body .votes-text{font-weight:500;line-height:20px}.option-poll-checkbox-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}.option-poll-checkbox-row .checkbot-item{display:-ms-flexbox;display:flex;gap:8px;margin-top:6px}.option-poll-checkbox-row .checkbot-item .label-container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;max-width:calc(100% - 34px)}.option-poll-checkbox-row .checkbot-item .label-container .checkbox-label{display:block;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.option-poll-checkbox-row .checkbox-stats-container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:10px}.option-poll-checkbox-row .checkbox-stats-container .checkbox-percent{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-style:italic;-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s}.option-poll-checkbox-row .checkbox-stats-container .progress-bar-container{background-color:#e6e6e6;border-radius:3px;display:-ms-flexbox;display:flex;-ms-flex:10 1;flex:10 1;height:6px}.option-poll-checkbox-row .checkbox-stats-container .progress-bar-container .progress{background-color:#e6e6e6;border-radius:3px;height:100%;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.option-poll-checkbox-row .checkbox-stats-container .option-votes{-ms-flex-pack:center;background-color:#e6e6e6;border-radius:50%;font-size:12px;height:24px;justify-content:center;line-height:24px;text-align:center;width:24px}.status{background-color:rgba(0,0,0,0);border-radius:4px;color:#fff;display:inline-block;font-size:10px;font-style:normal;font-weight:700;line-height:16px;margin-bottom:10px;padding:0 4px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.status.closed{border:1px solid #d33e3e;color:#d33e3e}.status.open{border:1px solid #038c3a;color:#038c3a}.custom-message-wrapper.gif-message .sendbird-thumbnail-message-item-body__icon-wrapper{display:none}.channel-thread-skeleton-list{height:100%;margin-top:0}.channel-thread-skeleton-list .skeleton-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.channel-thread-skeleton-list .skeleton-wrapper .skeleton-header{-ms-flex-pack:justify;-ms-flex-align:center;-ms-flex-order:1;align-items:center;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.12);-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:64px;justify-content:space-between;min-height:64px;order:1;overflow:hidden;padding-left:20px;padding-right:16px;position:relative;-o-text-overflow:ellipsis;text-overflow:ellipsis}.channel-thread-skeleton-list .skeleton-wrapper .skeleton-header .skeleton-header-left{-ms-flex-pack:start;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:8px;justify-content:flex-start}.channel-thread-skeleton-list .skeleton-wrapper .skeleton-header .skeleton-header-right{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:16px;justify-content:flex-end;min-width:80px}.channel-thread-skeleton-list .skeleton-wrapper .sendbird-conversation__messages{-ms-flex-order:2;-ms-flex:1 1;flex:1 1;order:2;overflow:hidden}.channel-thread-skeleton-list .skeleton-wrapper .skeleton-footer{-ms-flex-order:3;max-height:76px;order:3;padding:0 24px 24px;width:100%}.channel-profile .user-avatar{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;margin:8px auto}.channel-profile .user-avatar,.channel-profile .user-avatar img{border-radius:100px;height:80px;width:80px}.channel-profile .username{color:var(--sendbird-light-onlight-01);font-size:18px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.2px;line-height:normal}.channel-profile .sendbird-button--secondary{width:100%}.channel-profile .message-button-wrapper{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:40px;justify-content:center;margin-top:20px;width:100%}.sendbird-channel-settings .sendbird-channel-settings__header{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;height:64px;justify-content:space-between;min-height:64px;padding:20px 24px;position:relative}.sendbird-channel-settings .sendbird-channel-settings__header .sendbird-channel-settings__header-icon{position:static}.sendbird-channel-settings .sendbird-channel-settings__header .sendbird-channel-settings__header-icon>i{cursor:pointer;font-size:20px}.sendbird-channel-settings .sendbird-channel-settings__scroll-area h2{font-weight:400}.sendbird-channel-settings .sendbird-channel-settings__scroll-area .sendbird-channel-settings__operator{height:calc(100% - 129px)}.sendbird-channel-settings .sendbird-channel-settings__scroll-area .sendbird-channel-settings__operator .sendbird-accordion{height:290px}.sendbird-channel-settings .sendbird-channel-settings__scroll-area .sendbird-channel-settings__operator .sendbird-accordion .sendbird-accordion__list{height:100%}.sendbird-channel-settings .sendbird-channel-settings__scroll-area .sendbird-channel-settings__operator .sendbird-accordion .sendbird-accordion__list .sendbird-accordion-list-container{height:calc(100% - 44px);overflow-y:scroll}.sendbird-channel-settings .sendbird-channel-settings__scroll-area .sendbird-channel-settings__operator .sendbird-accordion .sendbird-accordion__list .sendbird-accordion-list-container .sendbird-user-list-item--small .sendbird-context-menu .sendbird-user-list-item--small__avatar.sendbird-avatar{left:12px!important}.sendbird-channel-settings .sendbird-channel-settings__scroll-area .sendbird-channel-settings__leave-channel{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.sendbird-channel-settings .sendbird-channel-settings__panel-item{cursor:pointer;display:-ms-flexbox;display:flex;padding:12px 22px 12px 12px;position:relative}.sendbird-channel-settings .sendbird-channel-settings__panel-item:focus{outline:none}.sendbird-channel-settings .sendbird-channel-settings__panel-item.sendbird-channel-settings__panel-item__disabled{cursor:not-allowed}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left,.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{position:absolute;top:10px}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left{left:16px}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{right:16px}.sendbird-channel-settings .sendbird-channel-settings__panel-icon--open{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sendbird-channel-settings__operator .sendbird-accordion__panel-header,.sendbird-channel-settings__operator .sendbird-channel-settings__freeze{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:12px 22px 12px 12px}.sendbird-channel-settings__operator .sendbird-accordion__panel-header .sendbird-channel-settings__members,.sendbird-channel-settings__operator .sendbird-channel-settings__freeze .sendbird-channel-settings__members{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;justify-content:space-between}.sendbird-channel-settings__operator .sendbird-accordion__panel-header .sendbird-channel-settings__members .sendbird-channel-settings__members-left,.sendbird-channel-settings__operator .sendbird-channel-settings__freeze .sendbird-channel-settings__members .sendbird-channel-settings__members-left{display:-ms-flexbox;display:flex}.sendbird-channel-settings__operator .sendbird-accordion__panel-header .sendbird-channel-settings__members .sendbird-channel-settings__members-left .sendbird-channel-settings-label,.sendbird-channel-settings__operator .sendbird-channel-settings__freeze .sendbird-channel-settings__members .sendbird-channel-settings__members-left .sendbird-channel-settings-label{text-transform:capitalize}.sendbird-channel-settings__operator .sendbird-channel-settings__freeze{display:-ms-flexbox;display:flex}.sendbird-channel-settings__operator .sendbird-channel-settings__freeze .sendbird-channel-settings__frozen-icon{cursor:pointer;top:12px}.sendbird-channel-settings__operator .sendbird-accordion .sendbird-accordion__list .sendbird-user-list-item--small .sendbird-context-menu{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.sendbird-channel-settings__operator .sendbird-accordion .sendbird-accordion__list .sendbird-user-list-item--small .sendbird-context-menu>i{cursor:pointer}.sendbird-channel-settings__operator .sendbird-accordion .sendbird-accordion__list .sendbird-user-list-item--small .sendbird-user-list-item--small__action{right:16px;top:8px}.sendbird-channel-settings__operator .sendbird-accordion .sendbird-accordion__list .sendbird-user-list-item--small .sendbird-user-list-item--small__action i{font-size:24px}.accordion__panel-icon-right{top:13px}.sendbird-dropdown__menu-item{cursor:pointer}.sendbird-channel-settings-member-list .sendbird-accordion-list-container{overflow-y:scroll}.sendbird-channel-settings-member-list .sendbird-accordion-list-container .sendbird-user-list-item--small .sendbird-context-menu .sendbird-user-list-item--small__avatar.sendbird-avatar{left:12px!important}.sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon{left:14px;position:absolute}.sendbird-channel-settings__operator .sendbird-accordion__panel-heder{position:relative}.sendbird-more-members__popup-scroll{max-height:420px;overflow-x:hidden;overflow-y:scroll}.sendbird-more-members__popup-scroll .sendbird-user-list-item__operator{right:72px}.sendbird-more-members__popup-scroll .sendbird-user-list-item__title{max-width:240px}.sendbird-channel-settings__empty-list{display:block;margin-bottom:4px;margin-top:12px;text-align:center}.sendbird-channel-settings-accordion__footer{-ms-flex-pack:left;display:-ms-flexbox;display:flex;justify-content:left;padding-left:12px;padding-top:16px}.sendbird-channel-settings-accordion__footer>button{background-color:#fff;border:1px solid #0c9eca;border-radius:4px;color:#0c9eca;cursor:pointer;height:28px;margin-right:16px;min-width:85px}.sendbird-channel-settings__frozen-icon{cursor:pointer;position:absolute;right:20px;top:12px}.sendbird-channel-settings__frozen-icon .sendbird-icon{cursor:pointer}.sendbird-channel-settings__members .sendbird-badge,.sendbird-channel-settings__members-list .sendbird-badge{position:absolute;right:50px;top:14px}.sendbird-channel-settings__members .sendbird-badge .sendbird-badge__text,.sendbird-channel-settings__members-list .sendbird-badge .sendbird-badge__text{margin-top:0}.invite-users-popup .animated-popup-card{height:100%;max-width:512px;position:absolute;right:0}.invite-users-popup .animated-popup-card .invite-users-popup-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-header{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between;padding:18px 0 18px 24px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-header .invite-users-header-title{color:#333;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-header .invite-users-header-clarification{color:#333;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-header>i{cursor:pointer;font-size:20px;margin-right:24px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body{-ms-flex-positive:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;height:calc(100% - 136px);padding:8px 24px 0}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body.full-height{height:calc(100% - 126px)}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:16px;justify-content:center;margin-bottom:16px;width:100%}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .advanced-filter-icon{cursor:pointer;width:60px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .disable-advanced-filter{pointer-events:none;width:60px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .disable-advanced-filter path{fill:#b0b0b0}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .location-role-button{font-size:14px;height:36px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .location-role-button:hover{border-color:#0a82a6;color:#0a82a6}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .disabled-location-role-button{font-size:14px;height:36px;opacity:.5;pointer-events:none}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .search-bar{border:1px solid #ccc;border-radius:4px;height:36px;width:calc(100% - 60px)}@media(max-width:1080px){.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .search-bar{height:48px}}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .search-bar .icon-close{display:none}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-search-bar-container .search-bar.full-width{width:100%}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .loading-wrapper{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;height:100%;justify-content:center;position:absolute;width:100%}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .no-user-found{-ms-flex-pack:center;color:#333;display:-ms-flexbox;display:flex;font-size:16px;font-style:normal;font-weight:500;justify-content:center;line-height:20px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list{height:calc(100% - 52px);overflow-y:auto}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .deselect-all-checkbox{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-bottom:16px;margin-top:24px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .deselect-all-checkbox .tick{-ms-flex-item-align:center;align-self:center;border:1.5px solid;border-radius:2px;cursor:pointer;height:15px;margin-right:16px;position:relative;text-align:end;width:15px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .deselect-all-checkbox .tick.disable{cursor:none;pointer-events:none}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .deselect-all-checkbox .tick i{background-color:#0c9eca;border:1.5px solid #0c9eca;border-radius:2px;color:#fff;font-size:15px;left:-1.5px;position:absolute;top:-1.5px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item{-ms-flex-align:center;align-items:center;background-color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row;margin-bottom:8px;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item:hover{background-color:var(--tertiary-color)}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item.read-only{cursor:default;pointer-events:none}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .invite-user-avatar{border-radius:50%;height:24px;margin:0 8px;width:24px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .invite-user-info{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;max-width:100%;overflow:hidden}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .invite-user-info .invite-pending-label{background-color:#d3773e;border-radius:4px;color:#fff;font-size:10px;font-weight:700;line-height:normal;margin-bottom:8px;padding:3px 5px 2px 4px;text-transform:uppercase}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .invite-user-info .invite-member-label{background-color:#4a5456;border-radius:4px;color:#fff;font-size:10px;font-weight:700;line-height:normal;margin-right:4px;padding:3px 5px 2px 4px;text-transform:uppercase}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .invite-user-info .invite-user-location{color:#716e73;font-size:10px;margin-right:4px;text-transform:uppercase}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .invite-user-info .invite-user-name{color:#333;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:8px 6px 8px 0;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .invite-user-info .invite-user-job-title{color:#757575;font-size:12px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .tick{-ms-flex-item-align:center;align-self:center;border:1.5px solid;border-radius:2px;height:15px;margin-right:16px;position:relative;text-align:end;width:15px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-body .invite-user-list .invite-user-item .tick i{background-color:#0c9eca;border:1.5px solid #0c9eca;border-radius:2px;color:#fff;font-size:15px;left:-1.5px;position:absolute;top:-1.5px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-footer{-ms-flex-pack:end;border-top:1px solid #e6e6e6;display:-ms-flexbox;display:flex;height:64px;justify-content:flex-end}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-footer .invite-users-footer-buttons-container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:0 16px}@media(max-width:1080px){.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-footer .invite-users-footer-buttons-container{width:100%}}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-footer .invite-users-footer-buttons-container .cancel-button{border:1px solid #0c9eca;color:#0c9eca;height:36px;margin-right:16px;min-width:85px}.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-footer .invite-users-footer-buttons-container .submit-button{background-color:#0c9eca;border:1px solid #0c9eca;color:#fff;height:36px;min-width:95px}@media(max-width:1080px){.invite-users-popup .animated-popup-card .invite-users-popup-container .invite-users-footer .invite-users-footer-buttons-container .submit-button{height:48px;width:100%}.invite-users-popup.ios-mobile .animated-popup-card .invite-users-popup-container .invite-users-body{height:calc(100% - 166px)}.invite-users-popup.ios-mobile .animated-popup-card .invite-users-popup-container .invite-users-footer{height:94px}}.invitees-skeleton-list.fourth-list{height:calc(100% - 52px);margin-top:0;overflow-x:auto}.invitees-skeleton-list.fourth-list .list-item{height:36px!important}.invitees-skeleton-list.fourth-list .list-item .swipeable-container{border-radius:0}.invitees-skeleton-list.fourth-list .list-item .content-wrapper{margin:0}.invitees-skeleton-list.fourth-list .list-item .content{display:block!important;height:36px!important;min-height:25px!important}.invitees-skeleton-list.fourth-list .skeleton-row{display:-ms-flexbox;display:flex}.invitees-skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-left:16px;width:100%}.invitees-skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper span:first-of-type{-ms-flex-align:center;align-items:center;display:-ms-flexbox!important;display:flex!important;width:90%!important}.invitees-skeleton-list.fourth-list .skeleton-row .skeleton-checkbox{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-right:8px}.invitees-skeleton-list.fourth-list .react-loading-skeleton{margin:0}.invitees-skeleton-list.fourth-list .skeleton-item-wrapper span span:nth-of-type(2){margin-top:20px}.invitees-skeleton-list.fourth-list.group .list-item .swipeable-container .content-wrapper .content{margin:0}.invitees-skeleton-list.fourth-list.group .list-item .swipeable-container{-webkit-box-shadow:none;box-shadow:none}.invitees-skeleton-list.fourth-list.group .list-item .content-wrapper{height:36px!important}.invitees-skeleton-list.fourth-list.group .list-item .content-wrapper .content{height:36px}.invitees-skeleton-list.fourth-list.group .list-item .skeleton-row .skeleton-item-wrapper{-ms-flex-align:center!important;align-items:center!important;padding-left:0}.invitees-skeleton-list.fourth-list.group .list-item .skeleton-row .skeleton-item-wrapper .skeleton-item-wrapper{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.invitees-skeleton-list.fourth-list.group .list-item .skeleton-row .skeleton-item-wrapper .skeleton-item-wrapper span:first-of-type{display:block!important;width:60%!important}.invitees-skeleton-list.fourth-list.group .list-item .skeleton-item-wrapper span span:nth-of-type(2){margin-top:4px}.channel-information-popup .animated-popup-card{height:100%;max-width:512px;position:absolute;right:0}.channel-information-popup .animated-popup-card .channel-information-popup-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-header{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;height:56px;justify-content:space-between;padding:18px 0 18px 24px}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-header .channel-information-text-container{-ms-flex-pack:start;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:16px;justify-content:flex-start}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-header .channel-information-text-container .channel-information-back-button{cursor:pointer}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-header .channel-information-text-container .channel-information-back-button .fourth-icon{font-size:24px}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-header .channel-information-text-container .channel-information-header-title{color:#333;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-header .close-icon-container{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-header .close-icon-container>i{cursor:pointer;font-size:20px;margin-right:24px}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-body{-ms-flex-positive:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;height:calc(100% - 120px);padding:8px 24px 0}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-body .channel-name-input-wrapper input{height:36px}@media(max-width:1080px){.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-body .channel-name-input-wrapper input{height:48px}}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-body .channel-name-description{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;color:#757575;display:-ms-flexbox;display:flex;font-size:12px;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:16px;text-align:left}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-footer{-ms-flex-pack:start;display:-ms-flexbox;display:flex;height:64px;justify-content:flex-start;width:100%}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-footer .channel-information-footer-buttons-container{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:16px;justify-content:flex-end;padding:8px 16px;width:100%}@media(max-width:1080px){.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-footer .channel-information-footer-buttons-container{width:100%}}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-footer .channel-information-footer-buttons-container .cancel-button{height:36px;min-width:84px}@media(max-width:1080px){.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-footer .channel-information-footer-buttons-container .cancel-button{height:48px;min-width:calc(50% - 8px);width:100%}}.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-footer .channel-information-footer-buttons-container .submit-button{height:36px;min-width:84px}@media(max-width:1080px){.channel-information-popup .animated-popup-card .channel-information-popup-container .channel-information-footer .channel-information-footer-buttons-container .submit-button{height:48px;width:100%}.channel-information-popup.ios-mobile .animated-popup-card .channel-information-popup-container .channel-information-body{height:calc(100% - 150px)}.channel-information-popup.ios-mobile .animated-popup-card .channel-information-popup-container .channel-information-footer{height:94px}}.locations-and-roles-popup .animated-popup-card{height:100%;max-width:512px;position:absolute;right:0}.locations-and-roles-popup .animated-popup-card .locations-popup-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-header{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;height:56px;justify-content:space-between;padding:18px 0 18px 24px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-header .locations-text-container{-ms-flex-pack:start;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:16px;justify-content:flex-start}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-header .locations-text-container .locations-back-button{cursor:pointer}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-header .locations-text-container .locations-back-button .fourth-icon{font-size:24px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-header .locations-header-title-container .locations-header-title{color:#333;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-header .locations-header-title-container .locations-header-clarification{color:#333;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-header .close-icon-container{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-header .close-icon-container>i{cursor:pointer;font-size:24px;margin-right:24px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-role-footer{-ms-flex-align:center;-ms-flex-pack:end;align-items:center;border-top:1px solid #e6e6e6;display:-ms-flexbox;display:flex;height:64px;justify-content:flex-end}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-role-footer .locations-role-footer-buttons-container{display:-ms-flexbox;display:flex;padding:0 16px}@media(max-width:1080px){.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-role-footer .locations-role-footer-buttons-container{width:100%}}.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-role-footer .locations-role-footer-buttons-container .submit-button{height:36px}@media(max-width:1080px){.locations-and-roles-popup .animated-popup-card .locations-popup-container .locations-role-footer .locations-role-footer-buttons-container .submit-button{height:48px;width:100%}}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container{display:-ms-flexbox;display:flex;height:48px;padding:14px 0 14px 24px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard{display:-ms-flexbox;display:flex;height:20px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard .wizard-circle{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:2px solid;border-radius:50%;color:#757575;display:-ms-flexbox;display:flex;font-size:12px;font-weight:500;height:20px;justify-content:center;line-height:16px;margin-right:8px;width:20px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard .wizard-circle.wizard-circle-location{border-color:#0c9eca}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard .wizard-circle.wizard-circle-location.finished{background-color:#0c9eca;color:#fff}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard .wizard-circle.wizard-circle-role{border-color:#ccc}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard .wizard-text{font-size:14px;font-style:normal;font-weight:400;line-height:20px}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard .wizard-location-text{color:#333}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard .wizard-role-text{color:#b0b0b0}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard.active .wizard-circle.wizard-circle-role{border-color:#0c9eca}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard.active .wizard-role-text{color:#333}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard-separator-container{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.locations-and-roles-popup .animated-popup-card .locations-popup-container .location-role-wizard-container .wizard-separator-container .wizard-separator{background-color:#b0b0b0;border-radius:3px;height:2px;margin:0 16px;width:24px}@media(max-width:1080px){.locations-and-roles-popup.ios-mobile .locations-body{height:calc(100% - 198px)}.locations-and-roles-popup.ios-mobile .animated-popup-card .locations-popup-container .locations-role-footer{height:94px}.locations-and-roles-popup.ios-mobile .animated-popup-card .locations-popup-container .locations-role-footer .locations-role-footer-buttons-container{-ms-flex-align:center;align-items:center;padding:0}}.locations-roles-skeleton-list.fourth-list{height:calc(100% - 52px);margin-top:32px;overflow-x:auto}.locations-roles-skeleton-list.fourth-list .list-item{height:36px!important}.locations-roles-skeleton-list.fourth-list .list-item .swipeable-container{border-radius:0}.locations-roles-skeleton-list.fourth-list .list-item .content-wrapper{margin:0}.locations-roles-skeleton-list.fourth-list .list-item .content{display:block!important;height:36px!important;min-height:25px!important}.locations-roles-skeleton-list.fourth-list .skeleton-row{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between}.locations-roles-skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-left:16px;width:70%}.locations-roles-skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper span:first-of-type{-ms-flex-align:center;align-items:center;display:-ms-flexbox!important;display:flex!important;width:98%!important}.locations-roles-skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper span:nth-of-type(2){-ms-flex-align:center;align-items:center;display:-ms-flexbox!important;display:flex!important;width:12%!important}.locations-roles-skeleton-list.fourth-list .skeleton-row .skeleton-parenthesis-wrapper{margin-left:16px;width:36px}.locations-roles-skeleton-list.fourth-list .skeleton-row .skeleton-checkbox{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-right:8px}.locations-roles-skeleton-list.fourth-list .react-loading-skeleton{margin:0}.locations-roles-skeleton-list.fourth-list .skeleton-item-wrapper span span:nth-of-type(2){margin-top:20px}.locations-roles-skeleton-list.fourth-list.group .list-item .swipeable-container .content-wrapper .content{margin:0}.locations-roles-skeleton-list.fourth-list.group .list-item .swipeable-container{-webkit-box-shadow:none;box-shadow:none}.locations-roles-skeleton-list.fourth-list.group .list-item .content-wrapper{height:36px!important}.locations-roles-skeleton-list.fourth-list.group .list-item .content-wrapper .content{height:36px}.locations-roles-skeleton-list.fourth-list.group .list-item .skeleton-row .skeleton-item-wrapper{-ms-flex-align:center!important;align-items:center!important;padding-left:0}.locations-roles-skeleton-list.fourth-list.group .list-item .skeleton-row .skeleton-item-wrapper .skeleton-item-wrapper{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.locations-roles-skeleton-list.fourth-list.group .list-item .skeleton-row .skeleton-item-wrapper .skeleton-item-wrapper span:first-of-type{display:block!important;width:60%!important}.locations-roles-skeleton-list.fourth-list.group .list-item .skeleton-item-wrapper span span:nth-of-type(2){margin-top:4px}.locations-body{-ms-flex-positive:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;height:calc(100% - 168px);padding:8px 24px 0;width:100%}.locations-body .search-bar{height:36px}@media(max-width:1080px){.locations-body .search-bar{height:48px}}.locations-body .deselect-all-checkbox{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-bottom:16px;margin-top:24px}.locations-body .tick{-ms-flex-item-align:center;align-self:center;border:1.5px solid;border-radius:2px;cursor:pointer;height:15px;margin-right:16px;position:relative;text-align:end;width:15px}.locations-body .tick.disable{cursor:none;pointer-events:none}.locations-body .tick i{background-color:#0c9eca;border:1.5px solid #0c9eca;border-radius:2px;color:#fff;font-size:15px;left:-1.5px;position:absolute;top:-1.5px}.locations-body .loading-wrapper{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;height:100%;justify-content:center;position:absolute;width:100%}.locations-body .no-locations-found{-ms-flex-pack:center;color:#333;display:-ms-flexbox;display:flex;font-size:16px;font-style:normal;font-weight:500;justify-content:center;line-height:20px;padding-top:16px}.locations-body .location-list{height:calc(100% - 76px);margin-top:12px;overflow-y:auto}.locations-body .location-list .location-item{-ms-flex-align:center;align-items:center;background-color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row;margin-bottom:8px;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}.locations-body .location-list .location-item:hover{background-color:var(--tertiary-color)}.locations-body .location-list .location-item.read-only{cursor:default;pointer-events:none}.locations-body .location-list .location-item .location-info{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;margin-left:16px}.locations-body .location-list .location-item .location-info .location-name{color:#333;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:8px 0}.locations-body .location-list .location-item .location-info .location-job-title{color:#757575;font-size:12px}.roles-body{-ms-flex-positive:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;height:calc(100% - 168px);padding:8px 24px 0}.roles-body .search-bar{height:36px}@media(max-width:1080px){.roles-body .search-bar{height:48px}}.roles-body .deselect-all-checkbox{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-bottom:16px;margin-top:24px}.roles-body .tick{-ms-flex-item-align:center;align-self:center;border:1.5px solid;border-radius:2px;cursor:pointer;height:15px;margin-right:16px;position:relative;text-align:end;width:15px}.roles-body .tick.disable{cursor:none;pointer-events:none}.roles-body .tick i{background-color:#0c9eca;border:1.5px solid #0c9eca;border-radius:2px;color:#fff;font-size:15px;left:-1.5px;position:absolute;top:-1.5px}.roles-body .loading-wrapper{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;height:100%;justify-content:center;position:absolute;width:100%}.roles-body .no-roles-found{-ms-flex-pack:center;color:#333;display:-ms-flexbox;display:flex;font-size:16px;font-style:normal;font-weight:500;justify-content:center;line-height:20px;padding-top:16px}.roles-body .roles-list{height:calc(100% - 76px);margin-top:12px;overflow-y:auto}.roles-body .roles-list .role-item{-ms-flex-align:center;align-items:center;background-color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row;margin-bottom:8px;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}.roles-body .roles-list .role-item:hover{background-color:var(--tertiary-color)}.roles-body .roles-list .role-item.read-only{cursor:default;pointer-events:none}.roles-body .roles-list .role-item .role-info{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;margin-left:16px}.roles-body .roles-list .role-item .role-info .role-name{color:#333;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:8px 0}@media(max-width:500px){.sendbird-modal__content,.sendbird-modal__content .sendbird-user-list-item{width:100%}}.sendbird-channel-settings__members{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;justify-content:space-between}.sendbird-channel-settings__members .sendbird-channel-settings__members-left{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.sendbird-channel-settings__members .sendbird-channel-settings__members-left .sendbird-channel-settings-label{text-transform:capitalize}.sendbird-channel-settings__members>i{font-size:24px}.sendbird-channel-settings-member-list{height:290px}.sendbird-channel-settings-member-list .sendbird-accordion-list-container{height:calc(100% - 44px)}.sendbird-channel-settings-label{margin-left:16px}#messaging{display:-ms-flexbox;display:flex;gap:9px;height:100%;padding:9px}#messaging #channel-thread{background:#fff;width:calc(100% - 330px)}#messaging #channel-thread #sendbird-message-input-text-field{font-weight:200;max-height:76px}#messaging #channel-search{border:1px solid var(--sendbird-light-onlight-04);border-top:none}#messaging #channel-search .sendbird-message-search-pannel__message-search{height:400px;overflow-y:scroll}#messaging #channel-search .sendbird-message-search-pannel__message-search .sendbird-message-search .sendbird-place-holder .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__search-in{display:block;margin:0;min-width:auto;text-align:end}#messaging #channel-search .sendbird-message-search-pannel__message-search .sendbird-message-search .sendbird-place-holder .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__channel-name{margin-left:16px;max-width:none;overflow-wrap:anywhere;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:break-spaces}#messaging #channel-search,#messaging #channel-settings{height:calc(100% - 10px);position:absolute;right:1px;width:320px;z-index:3}#messaging #channel-search .sendbird-channel-profile .sendbird-channel-profile__title,#messaging #channel-settings .sendbird-channel-profile .sendbird-channel-profile__title{height:152px;max-width:none}#messaging #channel-list .sendbird-channel-list__header .sendbird-channel-header .sendbird-channel-header__title{pointer-events:none}@media(hover:none)and (pointer:coarse){#messaging .sendbird-chat-header .sendbird-chat-header__right__info{background-color:rgba(0,0,0,0)}}@media(max-width:1080px){#messaging{gap:0;padding:0}#messaging #channel-thread{width:100%!important}#messaging #channel-list,#messaging #channel-list .sendbird-channel-header,#messaging #channel-list .sendbird-channel-list,#messaging #channel-list .sendbird-channel-preview{width:100%}#messaging .sendbird-channel-preview .sendbird-channel-preview__content{max-width:calc(100% - 72px)}#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message{max-width:80%}#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header,#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header__channel-name{width:75%}#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header span,#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header__channel-name span{max-width:80%}#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header div,#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header span div,#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header__channel-name div,#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header__channel-name span div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}#messaging .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at{max-width:200px;text-align:right}#messaging #channel-search,#messaging #channel-settings{height:100%;width:100%}#messaging #channel-search .sendbird-message-search-pannel,#messaging #channel-settings .sendbird-message-search-pannel{width:100%;width:100vw;width:calc(var(--vw, 1vw)*100)}#messaging #channel-search .sendbird-message-search-pannel__message-search,#messaging #channel-settings .sendbird-message-search-pannel__message-search{height:calc(100% - 205px)}#messaging #channel-search .sendbird-channel-settings,#messaging #channel-settings .sendbird-channel-settings{max-width:none;width:100%;width:100vw;width:calc(var(--vw, 1vw)*100)}#messaging #channel-search .sendbird-channel-settings .sendbird-channel-settings__operator,#messaging #channel-settings .sendbird-channel-settings .sendbird-channel-settings__operator{max-height:calc(100% - 260px);overflow-y:auto}#messaging #channel-search .sendbird-channel-settings .sendbird-channel-settings__freeze,#messaging #channel-settings .sendbird-channel-settings .sendbird-channel-settings__freeze{max-width:none;width:100%}#messaging #channel-search .sendbird-channel-settings .sendbird-channel-settings-member-list,#messaging #channel-settings .sendbird-channel-settings .sendbird-channel-settings-member-list{overflow-y:auto}#messaging #channel-search .sendbird-channel-settings__user-panel,#messaging #channel-settings .sendbird-channel-settings__user-panel{max-height:calc(100% - 261px)}#messaging #channel-search .sendbird-channel-settings__user-panel .sendbird-channel-settings-member-list,#messaging #channel-settings .sendbird-channel-settings__user-panel .sendbird-channel-settings-member-list{max-height:calc(100% - 45px)}#messaging .sendbird-conversation__messages .sendbird-message-content__middle{max-width:calc(100% - 100px)}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-file-message-item-body__file-name{width:100%}}@media(max-width:1080px)and (max-width:500px){#messaging .sendbird-conversation__messages .sendbird-message-content__middle{max-width:calc(100% - 100px)}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content-reactions{max-width:100%}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{max-width:calc(100% - 100px)}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__message-item-body{max-width:none;min-width:0}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__message-item-body .sendbird-image-renderer__image,#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__message-item-body .sendbird-og-message-item-body__og-thumbnail__image{height:175px!important;max-width:none!important;min-width:0!important}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__message-item-body .sendbird-og-message-item-body__description span{width:auto}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-thumbnail-message-item-body{height:175px;min-width:175px}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-thumbnail-message-item-body .sendbird-image-renderer__image,#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail{height:175px!important;max-width:none!important;min-width:0!important}#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-thumbnail-message-item-body .sendbird-image-renderer__image .sendbird-thumbnail-message-item-body__placeholder,#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper,#messaging .sendbird-conversation__messages .sendbird-message-content__middle .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail .sendbird-thumbnail-message-item-body__placeholder{height:175px}}@media(max-height:500px){#messaging .sendbird-channel-profile{padding:16px 40px 27px}#messaging .sendbird-channel-profile .sendbird-channel-profile--inner{height:40px}#messaging .sendbird-channel-profile .sendbird-channel-profile--inner .sendbird-channel-profile__avatar{margin-bottom:8px}#messaging .sendbird-channel-profile .sendbird-channel-profile--inner .sendbird-channel-profile__avatar>div{height:40px!important;width:40px!important}#messaging #channel-settings .sendbird-channel-settings .sendbird-channel-settings__operator{max-height:calc(100% - 200px);overflow-y:auto}#messaging #channel-settings .sendbird-channel-settings .sendbird-channel-settings-member-list{max-height:calc(100% - 250px)}}#messaging .hidden{display:none}@media(max-width:1080px){#sendbird-modal-root .sendbird-modal{-ms-flex-align:center;align-items:center;bottom:0;height:auto;left:0;right:0;top:0}}@media(max-width:500px){#sendbird-modal-root .sendbird-user-list-item .sendbird-user-list-item__title{max-width:calc(100% - 115px)}}@media(max-height:500px){#sendbird-modal-root .sendbird-modal__content{height:100%}#sendbird-modal-root .sendbird-modal__content .sendbird-label--subtitle-1{display:block;height:100%}#sendbird-modal-root .sendbird-modal__content .sendbird-label--subtitle-1 .sendbird-add-channel__rectangle-wrap{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}#sendbird-modal-root .sendbird-modal__content .sendbird-label--subtitle-1>div,#sendbird-modal-root .sendbird-modal__content .sendbird-label--subtitle-1>div .sendbird-create-channel--scroll{height:100%}#sendbird-modal-root .sendbird-channel-settings .sendbird-channel-settings__header{height:38px;min-height:38px;padding:9px 24px}#sendbird-modal-root .sendbird-channel-settings .sendbird-channel-settings__header-icon{top:3px}#sendbird-modal-root #messaging #channel-settings .sendbird-channel-settings__user-panel{max-height:calc(100% - 166px)}#sendbird-modal-root #messaging #channel-settings .sendbird-channel-settings .sendbird-channel-settings-member-list{max-height:calc(100% - 45px);padding:0}}.sendbird-dropdown__reaction-bar{z-index:2}.sendbird-dropdown__menu{min-width:70px}.sendbird-modal{z-index:3}.sendbird-modal .sendbird-modal__content{border-radius:0}.sendbird-modal .sendbird-modal__content .sendbird-modal__footer .sendbird-button{width:auto}.sendbird-modal .channel-profile-form__img-section span{font-size:13.5px}.sendbird-modal .channel-profile-form__img-section .channel-profile-form__avatar,.sendbird-modal .channel-profile-form__name-section .sendbird-input{margin-top:12px}.sendbird-modal .channel-profile-form__name-section span{font-size:13.5px}.sendbird-fileviewer__header__right__actions__close{padding:0}.sendbird-fileviewer__header__right__actions__close .sendbird-icon{height:64px!important;min-height:64px!important;min-width:64px!important;padding:20px!important;width:64px!important}.sendbird-badge{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.sendbird-conversation__messages{overflow-y:hidden}.sendbird-conversation__messages .sendbird-conversation__scroll-bottom-button{z-index:3}.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container{cursor:pointer}.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-file-message-item-body__file-name{pointer-events:none}.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body{border-radius:16px}.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body .sendbird-word{display:inline-block}.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body .sendbird-thumbnail-message-item-body__video{height:100%;width:100%}.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sendbird-theme--light .sendbird-text-message-item-body,.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover{border-radius:4px;color:#333}.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-text-message-item-body.outgoing{background-color:#e6e6e6}.sendbird-theme--light .sendbird-text-message-item-body.incoming,.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.incoming{background-color:#f5f5f5}.sendbird-message-content-reactions.primary{background-color:#e6e6e6!important}.sendbird-theme--light .sendbird-emoji-reactions{border:none;border-radius:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.sendbird-theme--light .sendbird-emoji-reactions .outgoing{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end}.sendbird-theme--light .sendbird-file-message-item-body{border-radius:4px;color:#0a82a6}.sendbird-theme--light .sendbird-file-message-item-body .sendbird-textbutton{text-decoration:none}.sendbird-theme--light .sendbird-file-message-item-body .sendbird-label--color-onbackground-1,.sendbird-theme--light .sendbird-file-message-item-body .sendbird-label--color-oncontent-1{color:#0a82a6}.sendbird-theme--light .sendbird-file-message-item-body.outgoing{background-color:#e6e6e6}.sendbird-theme--light .sendbird-file-message-item-body.incoming{background-color:#f5f5f5}.sendbird-file-message-item-body__file-icon{background-color:rgba(0,0,0,0)!important}.sendbird-icon-color--content{fill:#fff!important}.sendbird-icon .icon-info_svg__fill,.sendbird-icon .icon-more_svg__fill,.sendbird-icon .icon-search_svg__fill{fill:#333!important}.sendbird-conversation{border:none!important}.sendbird-msg-hoc{margin-bottom:8px!important}.sb-channel-list .sendbird-channel-preview .sendbird-channel-preview__action{display:none}.sb-channel-list .sendbird-channel-preview .sendbird-channel-preview__avatar .sendbird-chat-header--avatar--group-channel{-webkit-transform:translateZ(0);transform:translateZ(0)}.sb-channel-list .sendbird-channel-preview__content__lower,.sb-channel-list .sendbird-channel-preview__content__upper{width:auto!important}.sb-channel-list .sendbird-channel-preview__content__lower span,.sb-channel-list .sendbird-channel-preview__content__upper span{max-width:200px;text-align:right}.sb-channel-list .sendbird-channel-preview__content__lower span div,.sb-channel-list .sendbird-channel-preview__content__upper span div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sendbird-chat-header .sendbird-avatar{min-width:32px}.sendbird-chat-header__right{min-width:90px}.sendbird-fileviewer__header__left{overflow:hidden!important}.sendbird-fileviewer__header__left__sender-name{display:block!important;min-width:100px}.sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel,.sendbird-message-input--edit-action .sendbird-message-input--edit-action__save{width:auto!important}.sendbird-channel-preview__content__upper__last-message-at{max-width:65px;white-space:break-spaces!important}#channel-list{min-width:320px}.sendbird-theme--light .sendbird-word__mention .sendbird-label--color-oncontent-1{color:#333}.sendbird-message-content.outgoing .sendbird-message-content__middle__body-container{-ms-flex-align:end;align-items:flex-end;width:100%}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message .sendbird-quote-message__replied-message__text-message__word{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{word-break:normal}.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-label .sendbird-og-message-item-body__text-bubble .sendbird-word,.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-label .sendbird-og-message-item-body__text-bubble .sendbird-word .sendbird-word__url{max-width:100%}.sendbird-conversation__messages .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-label .sendbird-og-message-item-body__text-bubble .sendbird-word .sendbird-word__url .sendbird-link-label__label.sendbird-label{display:block;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}#channel-settings.direct-channel .sendbird-user-list-item--small__avatar,#channel-thread.direct-channel .sendbird-avatar{cursor:default;pointer-events:none}#channel-list .sb-channel-list .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message{font-weight:200}@media(max-width:500px){.sendbird-theme--light .sendbird-message-content.incoming .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{max-width:calc(100% - 25px)}.sendbird-quote-message .sendbird-quote-message__replied-message{max-width:calc(100% - 50px);width:100%}.sendbird-message-content.outgoing .sendbird-quote-message .sendbird-quote-message__replied-message{-ms-flex-pack:end;justify-content:flex-end}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text{font-size:10px}}#channel-list{-ms-flex-line-pack:start;align-content:start;background-color:#fff;display:grid}#channel-list .channels{overflow:auto}#channel-list .channel-header{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;color:#333;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:14px;font-weight:700;justify-content:space-between;line-height:20px;padding:12px 16px}#channel-list .channel-header .channel-header-left{font-size:16px;font-style:normal;gap:10px;line-height:18px}#channel-list .channel-header .channel-header-left,#channel-list .channel-header .channel-header-left .badge{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;font-weight:700;justify-content:center}#channel-list .channel-header .channel-header-left .badge{border:none;border-radius:10px;color:#fff;font-size:14px;height:18px;line-height:16px;padding:0 5px;width:auto}#channel-list .channel-header .channel-header-right .create-channel-button{background:rgba(0,0,0,0);border:none;cursor:pointer;height:24px;margin-right:8px;outline:none;padding:0;width:24px}#channel-list .channel-header .channel-header-right .create-channel-button i{color:#0c9eca}#channel-list .channel-header .channel-header-right i{font-size:24px}#channel-list .sendbird-channel-list__body.collapsed{display:none}#channel-list .sendbird-channel-list__body.loading{overflow-y:hidden}#channel-list .sb-channel-list{height:auto;overflow-y:hidden}#channel-list .sb-channel-list .sendbird-channel-list__body .sendbird-channel-preview,#channel-list .sb-channel-list .sendbird-channel-list__body .sendbird-channel-preview--active{padding:12px 20px 12px 12px}#channel-list .sb-channel-list .sendbird-channel-list__body .sendbird-channel-preview{-ms-flex-pack:start;justify-content:flex-start}#channel-list .sb-channel-list .sendbird-channel-list__body .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower{height:auto;margin-top:4px}#channel-list .sb-channel-list .sendbird-channel-list__body .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__total-members{display:none}#channel-list .sb-channel-list .sendbird-channel-list__body .sendbird-channel-preview .sendbird-channel-preview__avatar{height:48px;width:48px}#channel-list .sb-channel-list.group .sendbird-channel-preview{border-bottom:none;height:50px;padding:6px 20px 6px 16px}#channel-list .sb-channel-list.group .sendbird-channel-preview__avatar{display:none}#channel-list .sb-channel-list.group .sendbird-channel-preview .sendbird-channel-preview__content{margin-left:0}#channel-list .sb-channel-list.group .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{color:#545454;font-size:14px;font-style:normal;font-weight:400;line-height:normal;max-width:200px;padding-left:12px;position:relative;text-align:left}#channel-list .sb-channel-list.group .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:before{content:"#";font-size:14px;font-style:normal;font-weight:400;left:0;line-height:normal;position:absolute;top:0}#channel-list .sb-channel-list.group .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message{overflow:hidden;white-space:nowrap}#channel-list .sb-channel-list.group .sendbird-channel-preview--active .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message{font-weight:500}#channel-list .sb-channel-list.group .sendbird-channel-preview--active.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{font-weight:600}#channel-list .sb-channel-list.group .sendbird-channel-preview--active.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:before{font-weight:600}#channel-list .sb-channel-list.direct .sendbird-channel-preview .sendbird-avatar .sendbird-avatar-img,#channel-list .sb-channel-list.direct .sendbird-channel-preview .sendbird-channel-preview__avatar .sendbird-chat-header--avatar--group-channel,#channel-list .sb-channel-list.direct .sendbird-channel-preview .sendbird-image-renderer,#channel-list .sb-channel-list.direct .sendbird-channel-preview .sendbird-image-renderer__image{height:48px!important;min-width:48px!important;width:48px!important}#channel-list .sb-channel-list.direct .sendbird-channel-preview .sendbird-channel-preview__avatar{display:inline-block;height:48px;width:48px}#channel-list .sb-channel-list.direct .sendbird-channel-preview .sendbird-channel-preview__content{margin-left:12px}#channel-list .sb-channel-list.direct .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{font-size:14px;font-style:normal;font-weight:400;line-height:16px;position:relative;text-align:left}#channel-list .sb-channel-list.direct .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-width:200px;text-align:left}#channel-list .sb-channel-list.direct .sendbird-channel-preview.sendbird-channel-preview--active .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__channel-name{color:#545454;font-weight:600}@media(max-width:1080px){#messaging #channel-list .sb-channel-list.group .sendbird-channel-preview .sendbird-channel-preview__content{max-width:100%}}.channels-skeleton-list.fourth-list{margin-top:0}.channels-skeleton-list.fourth-list .list-item .swipeable-container{border-radius:0}.channels-skeleton-list.fourth-list .list-item .content-wrapper{margin:0;padding:12px 20px 12px 12px!important}.channels-skeleton-list.fourth-list .list-item .content{display:block!important}.channels-skeleton-list.fourth-list .skeleton-row{display:-ms-flexbox;display:flex}.channels-skeleton-list.fourth-list .skeleton-row .skeleton-item-wrapper{padding-left:16px;width:100%}.channels-skeleton-list.fourth-list .react-loading-skeleton{margin:0}.channels-skeleton-list.fourth-list .skeleton-item-wrapper span span:nth-of-type(2){margin-top:20px}.channels-skeleton-list.fourth-list.group .list-item .swipeable-container .content-wrapper .content{margin:0;max-height:50px;min-height:38px}.channels-skeleton-list.fourth-list.group .list-item .swipeable-container{-webkit-box-shadow:none;box-shadow:none}.channels-skeleton-list.fourth-list.group .list-item .content-wrapper{padding:12px 20px 12px 16px!important}.channels-skeleton-list.fourth-list.group .list-item .skeleton-row .skeleton-item-wrapper{padding-left:0}.channels-skeleton-list.fourth-list.group .list-item .skeleton-item-wrapper span span:nth-of-type(2){margin-top:4px}.sendbird-add-channel__rectangle-wrap{margin-top:26px}.sendbird-add-channel__rectangle-footer{margin-top:32px;text-align:right}.sendbird-add-channel__rectangle{border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;height:72px;margin-bottom:8px;padding:25px 72px;position:relative;width:432px}.sendbird-add-channel__rectangle .sendbird-icon{left:22px;position:absolute;top:24px}.right-component-container{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between}.right-component-container .clickable-icon-with-text{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;font-size:16px;font-weight:700;justify-content:center;line-height:21px;text-decoration:none}.right-component-container .clickable-icon-with-text .fourth-icon{margin-right:4px}.right-component-container .clickable-icon-with-text .fourth-icon.icon-add-to{-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;display:-ms-flexbox;display:flex;font-size:20px;height:21px;justify-content:center;width:22px}.right-component-container .clickable-icon-with-text.disabled,.right-component-container .clickable-icon-with-text[disabled]{opacity:.4;pointer-events:none}.right-component-container .clickable-icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;font-size:24px;justify-content:center;padding:25px;text-decoration:none}.right-component-container .clickable-icon.disabled,.right-component-container .clickable-icon[disabled]{opacity:.4;pointer-events:none}@media(max-width:1080px){.right-component-container .clickable-icon-with-text span{display:none}.right-component-container .clickable-icon-with-text .fourth-icon.icon-add-to{font-size:24px;margin:0}}#notification-preferences-page{height:100%}#notification-preferences-page .setting-wrapper{background:#fff;padding:0 16px 12px}#notification-preferences-page .setting-wrapper .title{border-bottom:1px solid rgba(0,0,0,.1);color:#000;font-size:20px;margin-bottom:12px;padding:24px 0;text-align:center}#notification-preferences-page .setting-wrapper .setting{padding:12px 0}#notification-preferences-page .setting-wrapper .setting,#notification-preferences-page .setting-wrapper .switch-wrapper{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between}#notification-preferences-page .setting-wrapper .switch-wrapper{-ms-flex-direction:row;flex-direction:row;gap:16px}#cookie-policy-popup{-ms-flex-pack:justify;background-color:#fff;bottom:0;-webkit-box-shadow:0 0 5px 0 #a9a9a9;box-shadow:0 0 5px 0 #a9a9a9;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-family:Roboto;justify-content:space-between;left:0;padding:23px 96px 23px 32px;pointer-events:auto;position:absolute;width:100vw;z-index:99999}#cookie-policy-popup .side{color:#0e7afe;-ms-flex:.1 1;flex:.1 1;margin-right:5px;min-width:14px;padding-top:2.5px}#cookie-policy-popup .main{-ms-flex:100 1;flex:100 1;line-height:18px}#cookie-policy-popup .main a{color:#0e7afe;font-weight:500;text-decoration:none}#cookie-policy-popup .dismiss{background:rgba(0,0,0,0);border:none;color:#989898;font-size:20px;padding:12px;position:absolute;right:0;top:0}@media only screen and (max-width:860px){#cookie-policy-popup{padding:29px 32px 23px 13px}}@media only screen and (min-width:860px){#cookie-policy-popup{padding:23px 96px 23px 13px}}@media only screen and (min-width:1024px){#cookie-policy-popup{padding:23px 96px 23px 32px}}@font-face{font-display:block;font-family:Fourth-icon;font-style:normal;font-weight:400;src:url(../assets/Fourth-icon.44e18268cedbf7a33b43..eot);src:url(../assets/Fourth-icon.44e18268cedbf7a33b43..eot#iefix) format("embedded-opentype"),url(../assets/Fourth-icon.ce7a8eef606ea7800c19..ttf) format("truetype"),url(../assets/Fourth-icon.7beced2c1f929a77b182..woff) format("woff"),url(../assets/Fourth-icon.be3aaf1e926892931564..svg#Fourth-icon) format("svg")}.fourth-icon{speak:never;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Fourth-icon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-equalizer_black_24dp:before{content:""}.icon-add_circle_black_24dp:before{content:""}.icon-regular_break_24dp:before{content:""}.icon-paid_break_24dp:before{content:""}.icon-toll_black_24dp:before{content:""}.icon-payments_black_24dp:before{content:""}.icon-account_balance_wallet_black_24dp:before{content:""}.icon-event_repeat_black_24dp:before{content:""}.icon-villa_black_24dp:before{content:""}.icon-no_photography_black_24dp:before{content:""}.icon-pending_actions_black_24dp:before{content:""}.icon-photo_camera_black_24dp:before{content:""}.icon-free_breakfast_black_24dp:before{content:""}.icon-link_off_black_24dp:before{content:""}.icon-watch_later_black_24dp:before{content:""}.icon-pending_black_24dp:before{content:""}.icon-drag_handle_black_24dp:before{content:""}.icon-reorder_black_24dp:before{content:""}.icon-move_up_black_24dp:before{content:""}.icon-collections_black_24dp:before{content:""}.icon-folder_black_24dp:before{content:""}.icon-feedback_black_24dp:before{content:""}.icon-notification_important_black_24dp:before{content:""}.icon-send_black_24dp:before{content:""}.icon-qr_code_2_black_24dp:before{content:""}.icon-password_black_24dp:before{content:""}.icon-language_black_24dp:before{content:""}.icon-campaign_black_24dp:before{content:""}.icon-badge_black_24dp:before{content:""}.icon-get_app_black_24dp:before{content:""}.icon-help_black_24dp:before{content:""}.icon-widgets_black_24dp:before{content:""}.icon-article_black_24dp:before{content:""}.icon-home_repair_service_black_24dp:before{content:""}.icon-inventory_2_black_24dp:before{content:""}.icon-announcement_black_24dp:before{content:""}.icon-Feed:before{content:""}.icon-Benefits:before{content:""}.icon-Favourites:before{content:""}.icon-Knowledge:before{content:""}.icon-Opportunity:before{content:""}.icon-Policies:before{content:""}.icon-Rota:before{content:""}.icon-Sign-Out:before{content:""}.icon-note_outlined:before{content:""}.icon-import_export_black_24dp:before{content:""}.icon-arrows-move:before{content:""}.icon-Calendar-Copy:before{content:""}.icon-Calendar:before{content:""}.icon-Copy:before{content:""}.icon-date_range_black_24dp:before{content:""}.icon-analytics_black_24dp:before{content:""}.icon-assessment_black_24dp:before{content:""}.icon-done_black_24dp:before{content:""}.icon-north_black_24dp:before{content:""}.icon-open_in_new_black_24dp:before{content:""}.icon-assignment_late_black_24dp:before{content:""}.icon-event_note_black_24dp:before{content:""}.icon-admin_panel_settings_black_24dp:before{content:""}.icon-apps_black_24dp:before{content:""}.icon-contacts_black_24dp:before{content:""}.icon-dashboard_black_24dp:before{content:""}.icon-flag_black_24dp:before{content:""}.icon-message_black_24dp:before{content:""}.icon-notifications_black_24dp:before{content:""}.icon-rss_feed_black_24dp:before{content:""}.icon-fullscreen_exit-24px:before{content:""}.icon-fullscreen-24px:before{content:""}.icon-volume_up-24px:before{content:""}.icon-volume_off-24px:before{content:""}.icon-play_arrow-24px:before{content:""}.icon-play_circle_filled-24px:before{content:""}.icon-pause-24px:before{content:""}.icon-thumb_up_off_alt-24px:before{content:""}.icon-thumb_up-24px:before{content:""}.icon-comment-24px:before{content:""}.icon-Media:before{content:""}.icon-payments-24px:before{content:""}.icon-shout:before{content:""}.icon-check_circle-24px:before{content:""}.icon-pie-chart:before{content:""}.icon-function:before{content:""}.icon-unfold_less-24px:before{content:""}.icon-unfold_more-24px:before{content:""}.icon-visibility-24px:before{content:""}.icon-visibility_off-24px:before{content:""}.icon-screen_rotation_24px:before{content:""}.icon-undo-24px:before{content:""}.icon-redo-24px:before{content:""}.icon-build-24px:before{content:""}.icon-info-outlined-24px:before{content:""}.icon-warning-outlined-24px:before{content:""}.icon-filter_list-24px:before{content:""}.icon-cancel-24px:before{content:""}.icon-perm_identity-24px:before{content:""}.icon-highlight_off-24px:before{content:""}.icon-add_circle_outline-24px:before{content:""}.icon-remove_circle_outline-24px:before{content:""}.icon-format_align_center-24px:before{content:""}.icon-format_align_left-24px:before{content:""}.icon-format_align_right-24px:before{content:""}.icon-format_bold-24px:before{content:""}.icon-format_clear-24px:before{content:""}.icon-format_indent_decrease-24px:before{content:""}.icon-format_indent_increase-24px:before{content:""}.icon-format_italic-24px:before{content:""}.icon-format_list_bulleted-24px:before{content:""}.icon-format_list_numbered-24px:before{content:""}.icon-format_strikethrough-24px:before{content:""}.icon-format_underlined-24px:before{content:""}.icon-videocam-24px:before{content:""}.icon-notifications-24px:before{content:""}.icon-person-24px:before{content:""}.icon-library_books-24px:before{content:""}.icon-assignment_ind-24px:before{content:""}.icon-read-24px:before{content:""}.icon-more_horiz-24px:before{content:""}.icon-flash_on-24px:before{content:""}.icon-flash_off-24px:before{content:""}.icon-how_to_reg-24px:before{content:""}.icon-Barcode-Scanner:before{content:""}.icon-public-24px:before{content:""}.icon-transfer_within_a_station-24px:before{content:""}.icon-signal_wifi_off-24px:before{content:""}.icon-filled-note:before{content:""}.icon-delete-pin:before{content:""}.icon-outlined-flag:before{content:""}.icon-sort:before{content:""}.icon-check_box_outline:before{content:""}.icon-check_box:before{content:""}.icon-indeterminate_check_box:before{content:""}.icon-large-height:before{content:""}.icon-medium-height:before{content:""}.icon-small-height:before{content:""}.icon-minus:before{content:""}.icon-documents:before{content:""}.icon-gov:before{content:""}.icon-export:before{content:""}.icon-outline-replay:before{content:""}.icon-outline-delete:before{content:""}.icon-outline-image:before{content:""}.icon-duration:before{content:""}.icon-email-fill:before{content:""}.icon-directory:before{content:""}.icon-wallet:before{content:""}.icon-phone:before{content:""}.icon-personal-details:before{content:""}.icon-payslip:before{content:""}.icon-airplane:before{content:""}.icon-calendar-add:before{content:""}.icon-add-to:before{content:""}.icon-arrow-drop-down:before{content:""}.icon-arrow-drop-right:before{content:""}.icon-arrow-drop-up:before{content:""}.icon-arrow-graph:before{content:""}.icon-arrows-loop:before{content:""}.icon-basket:before{content:""}.icon-big-arrow-down:before{content:""}.icon-big-arrow-left:before{content:""}.icon-big-arrow-right:before{content:""}.icon-big-arrow-up:before{content:""}.icon-bin:before{content:""}.icon-calendar:before{content:""}.icon-checkmark-circle:before{content:""}.icon-checkmark-outline:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up:before{content:""}.icon-clock:before{content:""}.icon-close:before{content:""}.icon-cloud-upload2:before{content:""}.icon-cog:before{content:""}.icon-copy:before{content:""}.icon-cross:before{content:""}.icon-daily-planning:before{content:""}.icon-download:before{content:""}.icon-edit:before{content:""}.icon-envelop:before{content:""}.icon-exchange:before{content:""}.icon-exit:before{content:""}.icon-file-image:before{content:""}.icon-filter:before{content:""}.icon-forbidden-sign:before{content:""}.icon-home:before{content:""}.icon-hourglass:before{content:""}.icon-info:before{content:""}.icon-link:before{content:""}.icon-long-arrow-right:before{content:""}.icon-menu:before{content:""}.icon-more:before{content:""}.icon-padlock-close:before{content:""}.icon-padlock-open:before{content:""}.icon-paper-plane:before{content:""}.icon-paperclip:before{content:""}.icon-person-stalker:before{content:""}.icon-pin:before{content:""}.icon-plus:before{content:""}.icon-price-tag:before{content:""}.icon-printer:before{content:""}.icon-quote-left:before{content:""}.icon-report:before{content:""}.icon-search:before{content:""}.icon-speech-bubble:before{content:""}.icon-spinner2:before{content:""}.icon-stats-bars:before{content:""}.icon-tick:before{content:""}.icon-timer:before{content:""}.icon-truck:before{content:""}.icon-user-plus:before{content:""}.icon-users:before{content:""}.icon-warning:before{content:""}.icon-insert_emoticon_black_24dp:before{content:""}.icon-poll_black_24dp:before{content:""}@font-face{font-family:fourth-budicons;font-style:normal;font-weight:400;src:url(../assets/fourth-budicons.5747af1993f6f8b123a4..eot);src:url(../assets/fourth-budicons.5747af1993f6f8b123a4..eot?#iefix-rh3bb) format("embedded-opentype"),url(../assets/fourth-budicons.5301354d7a5d003b2c94..ttf) format("truetype"),url(../assets/fourth-budicons.7d5d8e0affd2eb68ad81..woff) format("woff"),url(../assets/fourth-budicons.9d660f342d8c786cc57b..svg#fourth-budicons) format("svg")}[class*=" icon-"],[class^=icon-]{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:fourth-budicons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-at-sign:before{content:""}.icon-multi-images:before{content:""}.icon-vertical-clip:before{content:""}.icon-thumb-up:before{content:""}.icon-uniE601:before{content:""}.icon-uniE602:before{content:""}.icon-uniE603:before{content:""}.icon-uniE604:before{content:""}.icon-uniE605:before{content:""}.icon-uniE606:before{content:""}.icon-uniE607:before{content:""}.icon-uniE608:before{content:""}.icon-uniE609:before{content:""}.icon-uniE60A:before{content:""}.icon-uniE60B:before{content:""}.icon-uniE60C:before{content:""}.icon-uniE60D:before{content:""}.icon-uniE60E:before{content:""}.icon-uniE60F:before{content:""}.icon-uniE610:before{content:""}.icon-uniE611:before{content:""}.icon-uniE612:before{content:""}.icon-uniE613:before{content:""}.icon-uniE614:before{content:""}.icon-uniE615:before{content:""}.icon-uniE616:before{content:""}.icon-uniE617:before{content:""}.icon-uniE618:before{content:""}.icon-uniE619:before{content:""}.icon-uniE61A:before{content:""}.icon-uniE61B:before{content:""}.icon-uniE61C:before{content:""}.icon-uniE61D:before{content:""}.icon-uniE61E:before{content:""}.icon-uniE61F:before{content:""}.icon-uniE620:before{content:""}.icon-uniE621:before{content:""}.icon-uniE622:before{content:""}.icon-uniE623:before{content:""}.icon-uniE624:before{content:""}.icon-uniE625:before{content:""}.icon-uniE626:before{content:""}.icon-uniE627:before{content:""}.icon-uniE628:before{content:""}.icon-uniE629:before{content:""}.icon-uniE62A:before{content:""}.icon-uniE62B:before{content:""}.icon-uniE62C:before{content:""}.icon-uniE62D:before{content:""}.icon-uniE62E:before{content:""}.icon-uniE62F:before{content:""}.icon-uniE630:before{content:""}.icon-uniE631:before{content:""}.icon-uniE632:before{content:""}.icon-uniE633:before{content:""}.icon-uniE634:before{content:""}.icon-uniE635:before{content:""}.icon-uniE636:before{content:""}.icon-uniE637:before{content:""}.icon-uniE638:before{content:""}.icon-uniE639:before{content:""}.icon-uniE63A:before{content:""}.icon-uniE63B:before{content:""}.icon-uniE63C:before{content:""}.icon-uniE63D:before{content:""}.icon-uniE63E:before{content:""}.icon-uniE63F:before{content:""}.icon-uniE640:before{content:""}.icon-uniE641:before{content:""}.icon-uniE642:before{content:""}.icon-uniE643:before{content:""}.icon-uniE644:before{content:""}.icon-uniE645:before{content:""}.icon-uniE646:before{content:""}.icon-uniE647:before{content:""}.icon-uniE648:before{content:""}.icon-uniE649:before{content:""}.icon-uniE64A:before{content:""}.icon-uniE64B:before{content:""}.icon-uniE64C:before{content:""}.icon-uniE64D:before{content:""}.icon-uniE64E:before{content:""}.icon-uniE64F:before{content:""}.icon-uniE650:before{content:""}.icon-uniE651:before{content:""}.icon-uniE652:before{content:""}.icon-uniE653:before{content:""}.icon-uniE654:before{content:""}.icon-uniE655:before{content:""}.icon-uniE656:before{content:""}.icon-uniE657:before{content:""}.icon-uniE658:before{content:""}.icon-uniE659:before{content:""}.icon-uniE65A:before{content:""}.icon-uniE65B:before{content:""}.icon-uniE65C:before{content:""}.icon-uniE65D:before{content:""}.icon-uniE65E:before{content:""}.icon-uniE65F:before{content:""}.icon-uniE660:before{content:""}.icon-uniE661:before{content:""}.icon-uniE662:before{content:""}.icon-uniE663:before{content:""}.icon-uniE664:before{content:""}.icon-uniE665:before{content:""}.icon-uniE666:before{content:""}.icon-uniE667:before{content:""}.icon-uniE668:before{content:""}.icon-uniE669:before{content:""}.icon-uniE66A:before{content:""}.icon-uniE66B:before{content:""}.icon-uniE66C:before{content:""}.icon-uniE66D:before{content:""}.icon-uniE66E:before{content:""}.icon-uniE66F:before{content:""}.icon-uniE670:before{content:""}.icon-uniE671:before{content:""}.icon-uniE672:before{content:""}.icon-uniE673:before{content:""}.icon-uniE674:before{content:""}.icon-uniE675:before{content:""}.icon-uniE676:before{content:""}.icon-uniE677:before{content:""}.icon-uniE678:before{content:""}.icon-uniE679:before{content:""}.icon-uniE67A:before{content:""}.icon-uniE67B:before{content:""}.icon-uniE67C:before{content:""}.icon-uniE67D:before{content:""}.icon-uniE67E:before{content:""}.icon-uniE67F:before{content:""}.icon-uniE680:before{content:""}.icon-uniE681:before{content:""}.icon-uniE682:before{content:""}.icon-uniE683:before{content:""}.icon-uniE684:before{content:""}.icon-uniE685:before{content:""}.icon-uniE686:before{content:""}.icon-uniE687:before{content:""}.icon-uniE688:before{content:""}.icon-uniE689:before{content:""}.icon-uniE68A:before{content:""}.icon-uniE68B:before{content:""}.icon-uniE68C:before{content:""}.icon-uniE68D:before{content:""}.icon-uniE68E:before{content:""}.icon-uniE68F:before{content:""}.icon-uniE690:before{content:""}.icon-uniE691:before{content:""}.icon-uniE692:before{content:""}.icon-uniE693:before{content:""}.icon-uniE694:before{content:""}.icon-uniE695:before{content:""}.icon-uniE696:before{content:""}.icon-uniE697:before{content:""}.icon-uniE698:before{content:""}.icon-uniE699:before{content:""}.icon-uniE69A:before{content:""}.icon-uniE69B:before{content:""}.icon-uniE69C:before{content:""}.icon-uniE69D:before{content:""}.icon-uniE69E:before{content:""}.icon-uniE69F:before{content:""}.icon-uniE6A0:before{content:""}.icon-uniE6A1:before{content:""}.icon-uniE6A2:before{content:""}.icon-uniE6A3:before{content:""}.icon-uniE6A4:before{content:""}.icon-uniE6A5:before{content:""}.icon-uniE6A6:before{content:""}.icon-uniE6A7:before{content:""}.icon-uniE6A8:before{content:""}.icon-uniE6A9:before{content:""}.icon-uniE6AA:before{content:""}.icon-uniE6AB:before{content:""}.icon-uniE6AC:before{content:""}.icon-uniE6AD:before{content:""}.icon-uniE6AE:before{content:""}.icon-uniE6AF:before{content:""}.icon-uniE6B0:before{content:""}.icon-uniE6B1:before{content:""}.icon-uniE6B2:before{content:""}.icon-uniE6B3:before{content:""}.icon-uniE6B4:before{content:""}.icon-uniE6B5:before{content:""}.icon-uniE6B6:before{content:""}.icon-uniE6B7:before{content:""}.icon-uniE6B8:before{content:""}.icon-uniE6B9:before{content:""}.icon-uniE6BA:before{content:""}.icon-uniE6BB:before{content:""}.icon-uniE6BC:before{content:""}.icon-uniE6BD:before{content:""}.icon-uniE6BE:before{content:""}.icon-uniE6BF:before{content:""}.icon-uniE6C0:before{content:""}.icon-uniE6C1:before{content:""}.icon-uniE6C2:before{content:""}.icon-uniE6C3:before{content:""}.icon-uniE6C4:before{content:""}.icon-uniE6C5:before{content:""}.icon-uniE6C6:before{content:""}.icon-uniE6C7:before{content:""}.icon-uniE6C8:before{content:""}.icon-uniE6C9:before{content:""}.icon-uniE6CA:before{content:""}.icon-uniE6CB:before{content:""}.icon-uniE6CC:before{content:""}.icon-uniE6CD:before{content:""}.icon-uniE6CE:before{content:""}.icon-uniE6CF:before{content:""}.icon-uniE6D0:before{content:""}.icon-uniE6D1:before{content:""}.icon-uniE6D2:before{content:""}.icon-uniE6D3:before{content:""}.icon-uniE6D4:before{content:""}.icon-uniE6D5:before{content:""}.icon-uniE6D6:before{content:""}.icon-uniE6D7:before{content:""}.icon-uniE6D8:before{content:""}.icon-uniE6D9:before{content:""}.icon-uniE6DA:before{content:""}.icon-uniE6DB:before{content:""}.icon-uniE6DC:before{content:""}.icon-uniE6DD:before{content:""}.icon-uniE6DE:before{content:""}.icon-uniE6DF:before{content:""}.icon-uniE6E0:before{content:""}.icon-uniE6E1:before{content:""}.icon-uniE6E2:before{content:""}.icon-uniE6E3:before{content:""}.icon-uniE6E4:before{content:""}.icon-uniE6E5:before{content:""}.icon-uniE6E6:before{content:""}.icon-uniE6E7:before{content:""}.icon-uniE6E8:before{content:""}.icon-uniE6E9:before{content:""}.icon-uniE6EA:before{content:""}.icon-uniE6EB:before{content:""}.icon-uniE6EC:before{content:""}.icon-uniE6ED:before{content:""}.icon-uniE6EE:before{content:""}.icon-uniE6EF:before{content:""}.icon-uniE6F0:before{content:""}.icon-uniE6F1:before{content:""}.icon-uniE6F2:before{content:""}.icon-uniE6F3:before{content:""}.icon-uniE6F4:before{content:""}.icon-uniE6F5:before{content:""}.icon-uniE6F6:before{content:""}.icon-uniE6F7:before{content:""}.icon-uniE6F8:before{content:""}.icon-uniE6F9:before{content:""}.icon-uniE6FA:before{content:""}.icon-tool-camera:before{content:""}.icon-uniE6FC:before{content:""}.icon-uniE6FD:before{content:""}.icon-uniE6FE:before{content:""}.icon-uniE6FF:before{content:""}.icon-uniE700:before{content:""}.icon-uniE701:before{content:""}.icon-uniE702:before{content:""}.icon-uniE703:before{content:""}.icon-uniE704:before{content:""}.icon-uniE705:before{content:""}.icon-uniE706:before{content:""}.icon-uniE707:before{content:""}.icon-uniE708:before{content:""}.icon-uniE709:before{content:""}.icon-uniE70A:before{content:""}.icon-document-compose-pencil-write:before{content:""}.icon-uniE70C:before{content:""}.icon-layout-grid-menu:before{content:""}.icon-uniE70E:before{content:""}.icon-uniE70F:before{content:""}.icon-uniE710:before{content:""}.icon-uniE711:before{content:""}.icon-uniE712:before{content:""}.icon-uniE713:before{content:""}.icon-uniE714:before{content:""}.icon-uniE715:before{content:""}.icon-uniE716:before{content:""}.icon-uniE717:before{content:""}.icon-contact-book:before{content:""}.icon-uniE719:before{content:""}.icon-uniE71A:before{content:""}.icon-uniE71B:before{content:""}.icon-uniE71C:before{content:""}.icon-uniE71D:before{content:""}.icon-user-password-lock:before{content:""}.icon-uniE71F:before{content:""}.icon-uniE720:before{content:""}.icon-uniE721:before{content:""}.icon-uniE722:before{content:""}.icon-uniE723:before{content:""}.icon-uniE724:before{content:""}.icon-groups:before{content:""}.icon-uniE726:before{content:""}.icon-uniE727:before{content:""}.icon-uniE728:before{content:""}.icon-uniE729:before{content:""}.icon-uniE72A:before{content:""}.icon-uniE72B:before{content:""}.icon-user-single-add:before{content:""}.icon-user-single:before{content:""}.icon-uniE72E:before{content:""}.icon-uniE72F:before{content:""}.icon-uniE730:before{content:""}.icon-uniE731:before{content:""}.icon-uniE732:before{content:""}.icon-uniE733:before{content:""}.icon-uniE734:before{content:""}.icon-uniE735:before{content:""}.icon-uniE736:before{content:""}.icon-uniE737:before{content:""}.icon-uniE738:before{content:""}.icon-uniE739:before{content:""}.icon-uniE73A:before{content:""}.icon-uniE73B:before{content:""}.icon-uniE73C:before{content:""}.icon-uniE73D:before{content:""}.icon-uniE73E:before{content:""}.icon-uniE73F:before{content:""}.icon-uniE740:before{content:""}.icon-uniE741:before{content:""}.icon-uniE742:before{content:""}.icon-uniE743:before{content:""}.icon-uniE744:before{content:""}.icon-uniE745:before{content:""}.icon-uniE746:before{content:""}.icon-uniE747:before{content:""}.icon-uniE748:before{content:""}.icon-uniE749:before{content:""}.icon-uniE74A:before{content:""}.icon-uniE74B:before{content:""}.icon-uniE74C:before{content:""}.icon-uniE74D:before{content:""}.icon-uniE74E:before{content:""}.icon-uniE74F:before{content:""}.icon-uniE750:before{content:""}.icon-uniE751:before{content:""}.icon-uniE752:before{content:""}.icon-uniE753:before{content:""}.icon-uniE754:before{content:""}.icon-uniE755:before{content:""}.icon-uniE756:before{content:""}.icon-uniE757:before{content:""}.icon-uniE758:before{content:""}.icon-uniE759:before{content:""}.icon-uniE75A:before{content:""}.icon-uniE75B:before{content:""}.icon-uniE75C:before{content:""}.icon-uniE75D:before{content:""}.icon-uniE75E:before{content:""}.icon-uniE75F:before{content:""}.icon-uniE760:before{content:""}.icon-uniE761:before{content:""}.icon-uniE762:before{content:""}.icon-uniE763:before{content:""}.icon-uniE764:before{content:""}.icon-uniE765:before{content:""}.icon-uniE766:before{content:""}.icon-uniE767:before{content:""}.icon-uniE768:before{content:""}.icon-uniE769:before{content:""}.icon-uniE76A:before{content:""}.icon-uniE76B:before{content:""}.icon-uniE76C:before{content:""}.icon-uniE76D:before{content:""}.icon-uniE76E:before{content:""}.icon-uniE76F:before{content:""}.icon-uniE770:before{content:""}.icon-uniE771:before{content:""}.icon-uniE772:before{content:""}.icon-uniE773:before{content:""}.icon-uniE774:before{content:""}.icon-uniE775:before{content:""}.icon-uniE776:before{content:""}.icon-web-browser-windows:before{content:""}.icon-uniE778:before{content:""}.icon-uniE779:before{content:""}.icon-uniE77A:before{content:""}.icon-web-browse-internet-network:before{content:""}.icon-uniE77C:before{content:""}.icon-uniE77D:before{content:""}.icon-uniE77E:before{content:""}.icon-uniE77F:before{content:""}.icon-uniE780:before{content:""}.icon-layout-grid:before{content:""}.icon-uniE782:before{content:""}.icon-uniE783:before{content:""}.icon-uniE784:before{content:""}.icon-uniE785:before{content:""}.icon-uniE786:before{content:""}.icon-uniE787:before{content:""}.icon-uniE788:before{content:""}.icon-uniE789:before{content:""}.icon-uniE78A:before{content:""}.icon-uniE78B:before{content:""}.icon-uniE78C:before{content:""}.icon-uniE78D:before{content:""}.icon-uniE78E:before{content:""}.icon-uniE78F:before{content:""}.icon-uniE790:before{content:""}.icon-uniE791:before{content:""}.icon-uniE792:before{content:""}.icon-uniE793:before{content:""}.icon-uniE794:before{content:""}.icon-uniE795:before{content:""}.icon-uniE796:before{content:""}.icon-uniE797:before{content:""}.icon-uniE798:before{content:""}.icon-uniE799:before{content:""}.icon-uniE79A:before{content:""}.icon-uniE79B:before{content:""}.icon-uniE79C:before{content:""}.icon-uniE79D:before{content:""}.icon-uniE79E:before{content:""}.icon-uniE79F:before{content:""}.icon-uniE7A0:before{content:""}.icon-uniE7A1:before{content:""}.icon-uniE7A2:before{content:""}.icon-uniE7A3:before{content:""}.icon-uniE7A4:before{content:""}.icon-uniE7A5:before{content:""}.icon-uniE7A6:before{content:""}.icon-uniE7A7:before{content:""}.icon-uniE7A8:before{content:""}.icon-uniE7A9:before{content:""}.icon-interface-sidebar-hamburger:before{content:""}.icon-uniE7AB:before{content:""}.icon-uniE7AC:before{content:""}.icon-uniE7AD:before{content:""}.icon-uniE7AE:before{content:""}.icon-uniE7AF:before{content:""}.icon-uniE7B0:before{content:""}.icon-uniE7B1:before{content:""}.icon-uniE7B2:before{content:""}.icon-uniE7B3:before{content:""}.icon-uniE7B4:before{content:""}.icon-uniE7B5:before{content:""}.icon-uniE7B6:before{content:""}.icon-interface-power:before{content:""}.icon-uniE7B8:before{content:""}.icon-uniE7B9:before{content:""}.icon-uniE7BA:before{content:""}.icon-uniE7BB:before{content:""}.icon-uniE7BC:before{content:""}.icon-uniE7BD:before{content:""}.icon-uniE7BE:before{content:""}.icon-uniE7BF:before{content:""}.icon-uniE7C0:before{content:""}.icon-uniE7C1:before{content:""}.icon-uniE7C2:before{content:""}.icon-uniE7C3:before{content:""}.icon-uniE7C4:before{content:""}.icon-uniE7C5:before{content:""}.icon-uniE7C6:before{content:""}.icon-uniE7C7:before{content:""}.icon-uniE7C8:before{content:""}.icon-uniE7C9:before{content:""}.icon-uniE7CA:before{content:""}.icon-uniE7CB:before{content:""}.icon-uniE7CC:before{content:""}.icon-arrow-bottom:before{content:""}.icon-uniE7CE:before{content:""}.icon-uniE7CF:before{content:""}.icon-arrow-left:before{content:""}.icon-uniE7D1:before{content:""}.icon-uniE7D2:before{content:""}.icon-uniE7D3:before{content:""}.icon-uniE7D4:before{content:""}.icon-uniE7D5:before{content:""}.icon-uniE7D6:before{content:""}.icon-uniE7D7:before{content:""}.icon-interface-cross-cancel:before{content:""}.icon-uniE7D9:before{content:""}.icon-uniE7DA:before{content:""}.icon-uniE7DB:before{content:""}.icon-uniE7DC:before{content:""}.icon-uniE7DD:before{content:""}.icon-uniE7DE:before{content:""}.icon-uniE7DF:before{content:""}.icon-uniE7E0:before{content:""}.icon-uniE7E1:before{content:""}.icon-uniE7E2:before{content:""}.icon-uniE7E3:before{content:""}.icon-reply:before{content:""}.icon-uniE7E5:before{content:""}.icon-uniE7E6:before{content:""}.icon-uniE7E7:before{content:""}.icon-uniE7E8:before{content:""}.icon-notification:before{content:""}.icon-uniE7EA:before{content:""}.icon-uniE7EB:before{content:""}.icon-uniE7EC:before{content:""}.icon-uniE7ED:before{content:""}.icon-uniE7EE:before{content:""}.icon-uniE7EF:before{content:""}.icon-uniE7F0:before{content:""}.icon-uniE7F1:before{content:""}.icon-uniE7F2:before{content:""}.icon-uniE7F3:before{content:""}.icon-uniE7F4:before{content:""}.icon-uniE7F5:before{content:""}.icon-uniE7F6:before{content:""}.icon-uniE7F7:before{content:""}.icon-uniE7F8:before{content:""}.icon-uniE7F9:before{content:""}.icon-uniE7FA:before{content:""}.icon-uniE7FB:before{content:""}.icon-uniE7FC:before{content:""}.icon-uniE7FD:before{content:""}.icon-uniE7FE:before{content:""}.icon-uniE7FF:before{content:""}.icon-uniE800:before{content:""}.icon-uniE801:before{content:""}.icon-uniE802:before{content:""}.icon-uniE803:before{content:""}.icon-uniE804:before{content:""}.icon-uniE805:before{content:""}.icon-uniE806:before{content:""}.icon-uniE807:before{content:""}.icon-uniE808:before{content:""}.icon-uniE809:before{content:""}.icon-uniE80A:before{content:""}.icon-uniE80B:before{content:""}.icon-uniE80C:before{content:""}.icon-uniE80D:before{content:""}.icon-uniE80E:before{content:""}.icon-uniE80F:before{content:""}.icon-uniE810:before{content:""}.icon-uniE811:before{content:""}.icon-uniE812:before{content:""}.icon-uniE813:before{content:""}.icon-uniE814:before{content:""}.icon-uniE815:before{content:""}.icon-uniE816:before{content:""}.icon-uniE817:before{content:""}.icon-uniE818:before{content:""}.icon-uniE819:before{content:""}.icon-uniE81A:before{content:""}.icon-uniE81B:before{content:""}.icon-uniE81C:before{content:""}.icon-uniE81D:before{content:""}.icon-uniE81E:before{content:""}.icon-uniE81F:before{content:""}.icon-uniE820:before{content:""}.icon-uniE821:before{content:""}.icon-uniE822:before{content:""}.icon-uniE823:before{content:""}.icon-uniE824:before{content:""}.icon-uniE825:before{content:""}.icon-uniE826:before{content:""}.icon-uniE827:before{content:""}.icon-uniE828:before{content:""}.icon-uniE829:before{content:""}.icon-uniE82A:before{content:""}.icon-uniE82B:before{content:""}.icon-uniE82C:before{content:""}.icon-uniE82D:before{content:""}.icon-uniE82E:before{content:""}.icon-uniE82F:before{content:""}.icon-uniE830:before{content:""}.icon-uniE831:before{content:""}.icon-uniE832:before{content:""}.icon-uniE833:before{content:""}.icon-uniE834:before{content:""}.icon-uniE835:before{content:""}.icon-uniE836:before{content:""}.icon-uniE837:before{content:""}.icon-uniE838:before{content:""}.icon-uniE839:before{content:""}.icon-uniE83A:before{content:""}.icon-uniE83B:before{content:""}.icon-uniE83C:before{content:""}.icon-uniE83D:before{content:""}.icon-uniE83E:before{content:""}.icon-uniE83F:before{content:""}.icon-uniE840:before{content:""}.icon-uniE841:before{content:""}.icon-uniE842:before{content:""}.icon-uniE843:before{content:""}.icon-uniE844:before{content:""}.icon-uniE845:before{content:""}.icon-uniE846:before{content:""}.icon-uniE847:before{content:""}.icon-uniE848:before{content:""}.icon-uniE849:before{content:""}.icon-uniE84A:before{content:""}.icon-uniE84B:before{content:""}.icon-uniE84C:before{content:""}.icon-uniE84D:before{content:""}.icon-uniE84E:before{content:""}.icon-uniE84F:before{content:""}.icon-uniE850:before{content:""}.icon-uniE851:before{content:""}.icon-uniE852:before{content:""}.icon-uniE853:before{content:""}.icon-uniE854:before{content:""}.icon-uniE855:before{content:""}.icon-uniE856:before{content:""}.icon-uniE857:before{content:""}.icon-uniE858:before{content:""}.icon-uniE859:before{content:""}.icon-uniE85A:before{content:""}.icon-building-house-live:before{content:""}.icon-uniE85C:before{content:""}.icon-uniE85D:before{content:""}.icon-uniE85E:before{content:""}.icon-uniE85F:before{content:""}.icon-uniE860:before{content:""}.icon-uniE861:before{content:""}.icon-uniE862:before{content:""}.icon-uniE863:before{content:""}.icon-uniE864:before{content:""}.icon-uniE865:before{content:""}.icon-uniE866:before{content:""}.icon-uniE867:before{content:""}.icon-uniE868:before{content:""}.icon-uniE869:before{content:""}.icon-uniE86A:before{content:""}.icon-uniE86B:before{content:""}.icon-uniE86C:before{content:""}.icon-uniE86D:before{content:""}.icon-uniE86E:before{content:""}.icon-uniE86F:before{content:""}.icon-uniE870:before{content:""}.icon-uniE871:before{content:""}.icon-uniE872:before{content:""}.icon-uniE873:before{content:""}.icon-uniE874:before{content:""}.icon-uniE875:before{content:""}.icon-uniE876:before{content:""}.icon-uniE877:before{content:""}.icon-uniE878:before{content:""}.icon-uniE879:before{content:""}.icon-uniE87A:before{content:""}.icon-uniE87B:before{content:""}.icon-uniE87C:before{content:""}.icon-uniE87D:before{content:""}.icon-uniE87E:before{content:""}.icon-uniE87F:before{content:""}.icon-uniE880:before{content:""}.icon-uniE881:before{content:""}.icon-uniE882:before{content:""}.icon-uniE883:before{content:""}.icon-uniE884:before{content:""}.icon-uniE885:before{content:""}.icon-uniE886:before{content:""}.icon-uniE887:before{content:""}.icon-uniE888:before{content:""}.icon-uniE889:before{content:""}.icon-uniE88A:before{content:""}.icon-uniE88B:before{content:""}.icon-uniE88C:before{content:""}.icon-uniE88D:before{content:""}.icon-uniE88E:before{content:""}.icon-uniE88F:before{content:""}.icon-uniE890:before{content:""}.icon-uniE891:before{content:""}.icon-uniE892:before{content:""}.icon-uniE893:before{content:""}.icon-uniE894:before{content:""}.icon-uniE895:before{content:""}.icon-uniE896:before{content:""}.icon-uniE897:before{content:""}.icon-uniE898:before{content:""}.icon-uniE899:before{content:""}.icon-uniE89A:before{content:""}.icon-uniE89B:before{content:""}.icon-uniE89C:before{content:""}.icon-uniE89D:before{content:""}.icon-uniE89E:before{content:""}.icon-uniE89F:before{content:""}.icon-uniE8A0:before{content:""}.icon-uniE8A1:before{content:""}.icon-uniE8A2:before{content:""}.icon-uniE8A3:before{content:""}.icon-uniE8A4:before{content:""}.icon-uniE8A5:before{content:""}.icon-uniE8A6:before{content:""}.icon-uniE8A7:before{content:""}.icon-uniE8A8:before{content:""}.icon-uniE8A9:before{content:""}.icon-uniE8AA:before{content:""}.icon-uniE8AB:before{content:""}.icon-uniE8AC:before{content:""}.icon-uniE8AD:before{content:""}.icon-uniE8AE:before{content:""}.icon-uniE8AF:before{content:""}.icon-uniE8B0:before{content:""}.icon-uniE8B1:before{content:""}.icon-uniE8B2:before{content:""}.icon-uniE8B3:before{content:""}.icon-uniE8B4:before{content:""}.icon-writing-board:before{content:""}.icon-uniE8B6:before{content:""}.icon-uniE8B7:before{content:""}.icon-attachment1:before{content:""}.icon-attachment2:before{content:""}.icon-uniE8BA:before{content:""}.icon-uniE8BB:before{content:""}.icon-editorial-pencil-write:before{content:""}.icon-uniE8BD:before{content:""}.icon-uniE8BE:before{content:""}.icon-uniE8BF:before{content:""}.icon-uniE8C0:before{content:""}.icon-uniE8C1:before{content:""}.icon-uniE8C2:before{content:""}.icon-uniE8C3:before{content:""}.icon-uniE8C4:before{content:""}.icon-uniE8C5:before{content:""}.icon-uniE8C6:before{content:""}.icon-uniE8C7:before{content:""}.icon-uniE8C8:before{content:""}.icon-uniE8C9:before{content:""}.icon-uniE8CA:before{content:""}.icon-uniE8CB:before{content:""}.icon-uniE8CC:before{content:""}.icon-uniE8CD:before{content:""}.icon-uniE8CE:before{content:""}.icon-uniE8CF:before{content:""}.icon-uniE8D0:before{content:""}.icon-uniE8D1:before{content:""}.icon-uniE8D2:before{content:""}.icon-uniE8D3:before{content:""}.icon-uniE8D4:before{content:""}.icon-uniE8D5:before{content:""}.icon-uniE8D6:before{content:""}.icon-uniE8D7:before{content:""}.icon-uniE8D8:before{content:""}.icon-uniE8D9:before{content:""}.icon-uniE8DA:before{content:""}.icon-uniE8DB:before{content:""}.icon-uniE8DC:before{content:""}.icon-uniE8DD:before{content:""}.icon-uniE8DE:before{content:""}.icon-uniE8DF:before{content:""}.icon-uniE8E0:before{content:""}.icon-uniE8E1:before{content:""}.icon-uniE8E2:before{content:""}.icon-uniE8E3:before{content:""}.icon-uniE8E4:before{content:""}.icon-uniE8E5:before{content:""}.icon-uniE8E6:before{content:""}.icon-uniE8E7:before{content:""}.icon-uniE8E8:before{content:""}.icon-uniE8E9:before{content:""}.icon-uniE8EA:before{content:""}.icon-uniE8EB:before{content:""}.icon-uniE8EC:before{content:""}.icon-uniE8ED:before{content:""}.icon-uniE8EE:before{content:""}.icon-uniE8EF:before{content:""}.icon-file-list:before{content:""}.icon-uniE8F1:before{content:""}.icon-uniE8F2:before{content:""}.icon-uniE8F3:before{content:""}.icon-uniE8F4:before{content:""}.icon-uniE8F5:before{content:""}.icon-uniE8F6:before{content:""}.icon-uniE8F7:before{content:""}.icon-uniE8F8:before{content:""}.icon-uniE8F9:before{content:""}.icon-article-news:before{content:""}.icon-uniE8FB:before{content:""}.icon-uniE8FC:before{content:""}.icon-uniE8FD:before{content:""}.icon-uniE8FE:before{content:""}.icon-uniE8FF:before{content:""}.icon-task:before{content:""}.icon-uniE901:before{content:""}.icon-uniE902:before{content:""}.icon-uniE903:before{content:""}.icon-uniE904:before{content:""}.icon-uniE905:before{content:""}.icon-uniE906:before{content:""}.icon-uniE907:before{content:""}.icon-uniE908:before{content:""}.icon-uniE909:before{content:""}.icon-uniE90A:before{content:""}.icon-uniE90B:before{content:""}.icon-uniE90C:before{content:""}.icon-uniE90D:before{content:""}.icon-uniE90E:before{content:""}.icon-uniE90F:before{content:""}.icon-uniE910:before{content:""}.icon-uniE911:before{content:""}.icon-uniE912:before{content:""}.icon-uniE913:before{content:""}.icon-announcement:before{content:""}.icon-uniE915:before{content:""}.icon-bubble-help:before{content:""}.icon-uniE917:before{content:""}.icon-uniE918:before{content:""}.icon-bubble-chat:before{content:""}.icon-uniE91A:before{content:""}.icon-uniE91B:before{content:""}.icon-uniE91C:before{content:""}.icon-uniE91D:before{content:""}.icon-uniE91E:before{content:""}.icon-talk-conversation:before{content:""}.icon-uniE920:before{content:""}.icon-uniE921:before{content:""}.icon-uniE922:before{content:""}.icon-uniE923:before{content:""}.icon-uniE924:before{content:""}.icon-uniE925:before{content:""}.icon-uniE926:before{content:""}.icon-uniE927:before{content:""}.icon-uniE928:before{content:""}.icon-uniE929:before{content:""}.icon-uniE92A:before{content:""}.icon-uniE92B:before{content:""}.icon-uniE92C:before{content:""}.icon-uniE92D:before{content:""}.icon-uniE92E:before{content:""}.icon-uniE92F:before{content:""}.icon-uniE930:before{content:""}.icon-uniE931:before{content:""}.icon-uniE932:before{content:""}.icon-uniE933:before{content:""}.icon-uniE934:before{content:""}.icon-uniE935:before{content:""}.icon-uniE936:before{content:""}.icon-uniE937:before{content:""}.icon-uniE938:before{content:""}.icon-uniE939:before{content:""}.icon-uniE93A:before{content:""}.icon-uniE93B:before{content:""}.icon-uniE93C:before{content:""}.icon-uniE93D:before{content:""}.icon-uniE93E:before{content:""}.icon-uniE93F:before{content:""}.icon-uniE940:before{content:""}.icon-uniE941:before{content:""}.icon-uniE942:before{content:""}.icon-uniE943:before{content:""}.icon-uniE944:before{content:""}.icon-uniE945:before{content:""}.icon-uniE946:before{content:""}.icon-uniE947:before{content:""}.icon-uniE948:before{content:""}.icon-uniE949:before{content:""}.icon-uniE94A:before{content:""}.icon-uniE94B:before{content:""}.icon-uniE94C:before{content:""}.icon-uniE94D:before{content:""}.icon-uniE94E:before{content:""}.icon-uniE94F:before{content:""}.icon-uniE950:before{content:""}.icon-uniE951:before{content:""}.icon-uniE952:before{content:""}.icon-Like:before{content:""}.icon-uniE6FB:before{content:""}.icon-uniE70B:before{content:""}.icon-uniE70D:before{content:""}.icon-uniE718:before{content:""}.icon-uniE71E:before{content:""}.icon-uniE72C:before{content:""}.icon-uniE72D:before{content:""}.icon-uniE777:before{content:""}.icon-uniE77B:before{content:""}.icon-uniE781:before{content:""}.icon-uniE7AA:before{content:""}.icon-uniE7B7:before{content:""}.icon-uniE7CD:before{content:""}.icon-uniE7D0:before{content:""}.icon-uniE7D8:before{content:""}.icon-uniE7E9:before{content:""}.icon-uniE85B:before{content:""}.icon-uniE8BC:before{content:""}.icon-uniE8FA:before{content:""}.icon-uniE900:before{content:""}.icon-uniE914:before{content:""}.icon-uniE916:before{content:""}.icon-uniE919:before{content:""}.icon-uniE91F:before{content:""}.App{height:100%}.App .swippable-app{height:100%;width:100%}.app-page-content{background-color:#e4e9ed;display:inline-block;height:100%;position:relative;width:100vw;z-index:1}.app-page-content.no-menu{width:100vw!important}.app-page-content-overlay{bottom:0;display:none;left:0;position:absolute;right:0;top:0;z-index:10}#side-menu{color:#fff;display:inline-block;height:100%;overflow-x:hidden;overflow-y:auto;vertical-align:top}@media(min-width:861px){.App{width:100vw}#side-menu,.App{-webkit-transition:width .2s;-o-transition:width .2s;transition:width .2s}#side-menu{width:0}.app-page-content{-webkit-transition:width .2s;-o-transition:width .2s;transition:width .2s}body.menu-loaded #side-menu{width:249px}body.menu-loaded .app-page-content{width:calc(100vw - 249px)}body.menu-loaded.menu-closed #side-menu{width:85px}body.menu-loaded.menu-closed .app-page-content{width:calc(100vw - 85px)}}@media(max-width:860px){.App{width:calc(100vw + 249px)}#side-menu{width:249px}.app-page-content{background-color:#f6f6f6;-webkit-transform:translateX(-249px);-ms-transform:translateX(-249px);transform:translateX(-249px);will-change:transform}.app-page-content.no-menu{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}body.menu-loaded .app-page-content{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}body.menu-loaded.menu-closed .app-page-content{-webkit-transform:translateX(-249px);-ms-transform:translateX(-249px);transform:translateX(-249px)}body.menu-loaded.menu-closed .app-page-content.no-menu{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}body.menu-loaded:not(.menu-closed) .app-page-content{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}body.menu-loaded:not(.menu-closed) .app-page-content-overlay{display:block}}.popup-animate-in{-webkit-animation:zoominoutsinglefeatured .3s forwards;animation:zoominoutsinglefeatured .3s forwards}@-webkit-keyframes zoominoutsinglefeatured{0%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoominoutsinglefeatured{0%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}.page-layout-wrapper .h1,.page-layout-wrapper .h2,.page-layout-wrapper .h3,.page-layout-wrapper h1,.page-layout-wrapper h2,.page-layout-wrapper h3{font-family:Roboto;margin-bottom:0;margin-top:0}.page-layout-wrapper .h1:first-child,.page-layout-wrapper .h2:first-child,.page-layout-wrapper .h3:first-child,.page-layout-wrapper h1:first-child,.page-layout-wrapper h2:first-child,.page-layout-wrapper h3:first-child{font-family:Roboto}.page-layout-wrapper .h1+.h1,.page-layout-wrapper .h1+.h2,.page-layout-wrapper .h1+.h3,.page-layout-wrapper .h1+h1,.page-layout-wrapper .h1+h2,.page-layout-wrapper .h1+h3,.page-layout-wrapper .h2+.h1,.page-layout-wrapper .h2+.h2,.page-layout-wrapper .h2+.h3,.page-layout-wrapper .h2+h1,.page-layout-wrapper .h2+h2,.page-layout-wrapper .h2+h3,.page-layout-wrapper .h3+.h1,.page-layout-wrapper .h3+.h2,.page-layout-wrapper .h3+.h3,.page-layout-wrapper .h3+h1,.page-layout-wrapper .h3+h2,.page-layout-wrapper .h3+h3,.page-layout-wrapper h1+.h1,.page-layout-wrapper h1+.h2,.page-layout-wrapper h1+.h3,.page-layout-wrapper h1+h1,.page-layout-wrapper h1+h2,.page-layout-wrapper h1+h3,.page-layout-wrapper h2+.h1,.page-layout-wrapper h2+.h2,.page-layout-wrapper h2+.h3,.page-layout-wrapper h2+h1,.page-layout-wrapper h2+h2,.page-layout-wrapper h2+h3,.page-layout-wrapper h3+.h1,.page-layout-wrapper h3+.h2,.page-layout-wrapper h3+.h3,.page-layout-wrapper h3+h1,.page-layout-wrapper h3+h2,.page-layout-wrapper h3+h3{font-family:Roboto;margin-top:0}.page-layout-wrapper input[disabled],.page-layout-wrapper textarea[disabled]{background-color:rgba(0,0,0,0)}.page-layout-wrapper .h4,.page-layout-wrapper .h5,.page-layout-wrapper .h6,.page-layout-wrapper h4,.page-layout-wrapper h5,.page-layout-wrapper h6{margin:0}.page-layout-wrapper button,.page-layout-wrapper input,.page-layout-wrapper label,.page-layout-wrapper select,.page-layout-wrapper textarea{font-family:Roboto}.page-layout-wrapper input[type=color],.page-layout-wrapper input[type=date],.page-layout-wrapper input[type=datetime-local],.page-layout-wrapper input[type=datetime],.page-layout-wrapper input[type=email],.page-layout-wrapper input[type=month],.page-layout-wrapper input[type=number],.page-layout-wrapper input[type=password],.page-layout-wrapper input[type=search],.page-layout-wrapper input[type=tel],.page-layout-wrapper input[type=text],.page-layout-wrapper input[type=time],.page-layout-wrapper input[type=url],.page-layout-wrapper input[type=week]{line-height:normal}html .page-layout-wrapper input[disabled]{cursor:no-drop}a,button,div,input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}#custom-page-content-text a,p a{color:#00e;text-decoration:underline}#custom-page-content-text a:visited,p a:visited{color:#541a8b}#custom-page-content-text a:active,p a:active{color:red}body .form .item{border:1px solid #a7a7a7;height:55px;margin-bottom:15px;padding:15px 0 16px 16px}@media(max-width:820px){body .form .item{padding:15px 0 15px 10px}}body .form .item:first-child{border-top-left-radius:2px;border-top-right-radius:2px}body .form .item-input{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}body .form .item input{background:rgba(0,0,0,0);color:#fff;font-size:18px;padding-right:44px;width:100%}body .form .item input[type=email],body .form .item input[type=password]{height:34px;line-height:16px;padding:2px 0 0}body .form .item .placeholder-icon:first-child{padding-right:10px}body .form .button{-webkit-appearance:unset;cursor:pointer}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-family:Roboto;font-size:100%;margin:0;outline:none;padding:0;vertical-align:baseline}button{font-family:Roboto;line-height:1.42857}.icon{font-size:25px}p{margin:0 0 10px}input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{border:0;outline:none}#container a.button{text-decoration:none}#container .button{background-color:#f8f8f8;border:1px solid rgba(0,0,0,0);border-radius:4px;color:#444;cursor:pointer;display:inline-block;font-size:16px;line-height:42px;margin:0;min-height:47px;min-width:52px;padding:0 12px;position:relative;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:top}#container .button:after{bottom:-6px;content:" ";left:-6px;position:absolute;right:-6px;top:-6px}#container .button-full{border-left-width:0;border-radius:0;border-right-width:0;display:block;margin:10px 0}#container .button-dark{background-color:#444;border-color:rgba(0,0,0,0);color:#fff}.broadcast-popup{border-radius:0}.broadcast-popup ::-webkit-scrollbar{width:4px}.broadcast-popup ::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.broadcast-popup ::-webkit-scrollbar-thumb{background:#b0b0b0;border-radius:100px}.broadcast-popup i{font-style:italic}.broadcast-popup .fourth-card{height:50%;max-width:890px;min-height:480px;padding:24px 24px 12px}@media(max-width:820px){.broadcast-popup .fourth-card{height:100%;padding:16px}}@media(max-width:720px){.broadcast-popup{height:100%;width:100%}}.broadcast-popup .mobile-view{-ms-flex-pack:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.broadcast-popup .mobile-view .broadcast-body-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;overflow-y:auto;text-align:center}.broadcast-popup .mobile-view .broadcast-body-container.only-image{-ms-flex-pack:center;justify-content:center}.broadcast-popup .mobile-view .image-wrapper{-ms-flex-item-align:center;align-self:center;margin-bottom:24px}.broadcast-popup .mobile-view .image-wrapper img{-ms-flex-item-align:center;align-self:center;max-width:100%}@media(min-width:821px){.broadcast-popup .mobile-view{display:none}}.broadcast-popup .desktop-view{-ms-flex-pack:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.broadcast-popup .desktop-view.with-image-and-text{grid-column-gap:12px;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:1fr fit-content(50%)}.broadcast-popup .desktop-view.only-image{-ms-flex-pack:center;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;display:-ms-flexbox;display:flex;justify-content:center}.broadcast-popup .desktop-view .broadcast-body-container{max-height:300px;overflow-y:auto;text-align:center}.broadcast-popup .desktop-view .image-wrapper{-ms-flex-item-align:start;align-self:flex-start;justify-self:flex-end;max-height:300px;min-width:140px}.broadcast-popup .desktop-view .image-wrapper img{max-height:inherit}@media(max-width:820px){.broadcast-popup .desktop-view{display:none!important}}.broadcast-popup .broadcast-carousel-wrapper{height:100%}.broadcast-popup .broadcast-carousel.single-slide .carousel-controls{margin-top:64px}.broadcast-popup .broadcast-carousel{background-color:#fff;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.broadcast-popup .broadcast-carousel .slides .slide{display:-ms-flexbox;display:flex;overflow:hidden}.broadcast-popup .broadcast-carousel .slide-content{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;font-family:Roboto,sans-serif;font-size:16px;line-height:24px;text-align:left;width:100%}.broadcast-popup .broadcast-carousel .slide-content a{color:#0c9eca;text-decoration:underline}.broadcast-popup .broadcast-carousel .slide-content .image-wrapper .broadcast-image{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.broadcast-popup .broadcast-carousel .slide-content .broadcast-title{font-size:24px;font-weight:700;line-height:30px;margin-bottom:24px}.broadcast-popup .broadcast-carousel .slide-content .broadcast-content{color:#757575;font-size:16px;line-height:24px;margin-right:24px}.broadcast-popup .broadcast-carousel .slide-content .centered-content{-ms-flex-pack:center;justify-content:center}.broadcast-popup .broadcast-carousel .carousel-controls{-ms-flex-pack:center;bottom:0;display:-ms-flexbox;display:flex;justify-content:center;margin-top:40px}.broadcast-popup .broadcast-carousel .carousel-controls .base-button{margin:0 8px;min-width:145px}.broadcast-popup .broadcast-carousel .bottom-navigation.dot-navigation{bottom:70px}.broadcast-popup .broadcast-carousel .bottom-navigation.dot-navigation .dot:first-child{margin-left:0}.broadcast-popup .broadcast-carousel .bottom-navigation.dot-navigation .dot{background-color:#aaa;border:0 solid #aaa;height:8px;margin-left:10px;width:8px}.broadcast-popup .do-not-show-again{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;margin-top:8px}.broadcast-popup .do-not-show-again-btn{color:#0c9eca;cursor:pointer;font-size:16px;font-weight:400;line-height:24px}.broadcast-popup .do-not-show-again-btn.hidden{visibility:hidden}#react-app{height:100%}#auth-page{-ms-flex-line-pack:center;-ms-flex-pack:center;align-content:center;background-color:#f2f2f2;color:#757575;height:100%;justify-content:center;width:100%}#auth-page,#auth-page .content{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}#auth-page .content{-ms-flex-direction:column;flex-direction:column;max-width:350px;padding:24px}#auth-page .content .error-icon{color:#d33e3e;font-size:34px}#auth-page .content .title{font-size:18px;font-weight:700;line-height:24px;margin-top:20px}#auth-page .content .description{font-size:16px;font-weight:400;line-height:20px;margin-top:8px;word-break:break-word}#auth-page .content .error-ctas{-ms-flex-pack:center;-ms-flex-flow:column;flex-flow:column;justify-content:center}#auth-page .content .error-ctas,#auth-page .content .retry{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}#auth-page .content .retry{color:#0c9eca;cursor:pointer;font-size:16px;font-weight:400;line-height:20px;margin-top:20px}#auth-page .content .retry .retry-icon{font-size:20px;padding-left:16px}#auth-page .content .logout{background:#0c9eca;margin-top:22px;padding:2px 16px}@media(max-width:820px){#auth-page .content .logout{padding:12px 16px}}body,html{word-wrap:break-word;-webkit-font-smoothing:antialiased;font-family:Roboto;font-size:14px;height:100%;line-height:20px;margin:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;width:100%;z-index:1}.react-loading-skeleton:after{-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}
/*# sourceMappingURL=styles.css.map*/