.chat__container{position:relative}.chat__container .messages__container{overflow:auto;display:flex;flex-direction:column-reverse;background:var(--grey-010);min-height:40rem;scroll-behavior:auto}.chat__container .new-message-indicator__container{position:absolute;left:0;right:0;height:3.6rem;background:var(--blue-100);bottom:0;z-index:20;display:flex;align-items:center;justify-content:center;color:var(--grey-000);cursor:pointer;font-weight:700}.opl-scrollbar::-webkit-scrollbar{background:var(--grey-020)}.chat__item{margin-bottom:2rem;padding-left:1rem;border-left-width:.5rem;border-left-style:solid;border-left-color:var(--grey-200);display:flex;max-width:calc(100% - 1rem)}.chat__item:last-child{margin-top:2rem}.chat__item>img{object-fit:contain;border-radius:100%;width:3rem;height:3rem}.chat__item .name{display:block;height:3rem;font-weight:700}.chat__item .content{margin-left:1rem;width:100%}.chat__item .sub{margin-top:.6rem;font-size:1.2rem;color:var(--grey-060)}.chat__item .sub span{text-transform:uppercase}.chat__item button{margin-left:auto;margin-top:1rem;background-color:var(--purple-100);color:white;z-index:10;filter:unset;position:relative}.chat__item.--team{border-left-color:var(--orange-100)}.chat__item[deactivated]{filter:grayscale();opacity:.5;position:relative}.chat__item[deactivated]::before{content:'';position:absolute;inset:0;background-color:var(--grey-020);opacity:.6}.chat__container .send__container{padding:.5rem 1.5rem;min-height:3.6rem;display:flex;align-items:flex-end;gap:1rem;background-color:var(--grey-020)}.chat__container .send__container .scope{padding:0 1rem;text-transform:uppercase;color:var(--grey-000);background-color:var(--grey-200);border-radius:50rem;line-height:2.6rem;text-align:center;cursor:default;user-select:none;flex-shrink:0}.chat__container .send__container .scope[event]{cursor:pointer}.chat__container .send__container .message,.chat__container .send__container .message:focus-visible{min-height:2.6rem;max-height:8.6rem;flex-grow:1;outline:unset;overflow:auto;line-height:2.6rem;white-space:pre-wrap}.chat__container .send__container .message>*{display:inline}.chat__container .send__container .message[contentEditable]:empty:before{content:attr(placeholder);color:var(--grey-060)}.chat__container .send__container .placeholder{color:var(--grey-060)}.chat__container .send__container .send-button{height:2.6rem;width:2.6rem;background-color:var(--grey-200);color:var(--grey-000);display:flex;align-items:center;justify-content:center;border-radius:100%;cursor:pointer;user-select:none;flex-shrink:0}.chat__container team1,.chat__container team2,.chat__container user1,.chat__container user2,.chat__container admin,.chat__container opl,.chat__container all{font-weight:700;cursor:default}.chat__container user1,.chat__container team1{color:var(--team1)}.chat__container user2,.chat__container team2{color:var(--team2)}.chat__container admin{color:var(--purple-100)}.chat__container opl{color:var(--brand-primary)}.chat__container all{color:var(--grey-200)}