.chat-container,.tolky__chat-container{box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.chat-container *,.tolky__chat-container *{--bg-system:rgba(187,166,242,.15);--color-system:#002b3e;--bg-user:#6f8af6;--color-user:#fff;--bg-table-header:rgba(111,138,246,.2);--border-table:rgba(111,138,246,.4);box-sizing:border-box;padding:0;margin:0;font-family:inherit}.chat-container .message,.tolky__chat-container .tolky__message{align-self:start;max-width:93%;border-radius:10px;padding:10px 12px;background-color:var(--bg-system);color:var(--color-system);font-size:14px;line-height:16.8px;word-wrap:break-word;display:flex;flex-direction:column}.chat-container .message.user,.tolky__chat-container .tolky__message.tolky__user{align-self:end;background-color:var(--bg-user);color:var(--color-user)}.chat-container .message img,.tolky__chat-container .tolky__message img{max-width:100%;border-radius:4px;margin:10px 0}.chat-container .message a,.tolky__chat-container .tolky__message a{color:var(--bg-user)}.chat-container .message a.tolky-link,.tolky__chat-container .tolky__message a.tolky-link{background-color:var(--bg-user);color:var(--color-user);padding:0 6px 2px;border-radius:3px;text-decoration:none;transition:all .2s ease-out}.chat-container .message.user a.tolky-link,.tolky__chat-container .tolky__message.tolky__user a.tolky-link{background-color:hsla(0,0%,100%,.3)}.chat-container .message a.tolky-link:hover,.tolky__chat-container .tolky__message a.tolky-link:hover{background-color:var(--color-system);text-decoration:none}.chat-container .message.user a,.tolky__chat-container .tolky__message.tolky__user a{color:var(--color-user)}.chat-container .message a:hover,.tolky__chat-container .tolky__message a:hover{text-decoration:underline}.chat-container .message ol,.chat-container .message ul,.tolky__chat-container .tolky__message ol,.tolky__chat-container .tolky__message ul{list-style:unset;width:100%;padding:10px 0 10px 20px}.chat-container .message li,.tolky__chat-container .tolky__message li{opacity:.7;line-height:120%;margin-bottom:5px}.chat-container .message p,.tolky__chat-container .tolky__message p{line-height:120%;padding-bottom:8px;width:100%}.chat-container .message p:nth-last-child(2),.tolky__chat-container .tolky__message p:nth-last-child(2){padding-bottom:2px}.chat-container .message span,.tolky__chat-container .tolky__message span{width:100%;padding-bottom:0}.chat-container .message span br,.tolky__chat-container .tolky__message span br{display:none}.chat-container .message table,.tolky__chat-container .tolky__message table{border-collapse:separate;border-spacing:0;margin:12px 0 16px}.chat-container .message table strong,.chat-container .message table th,.tolky__chat-container .tolky__message table strong,.tolky__chat-container .tolky__message table th{font-weight:600}.chat-container .message table th,.tolky__chat-container .tolky__message table th{background-color:var(--bg-table-header);color:var(--color-system)}.chat-container .message th:first-child,.tolky__chat-container .tolky__message th:first-child{border-top-left-radius:4px}.chat-container .message th:last-child,.tolky__chat-container .tolky__message th:last-child{border-top-right-radius:4px}.chat-container .message tr:last-child td:first-child,.tolky__chat-container .tolky__message tr:last-child td:first-child{border-bottom-left-radius:4px}.chat-container .message tr:last-child td:last-child,.tolky__chat-container .tolky__message tr:last-child td:last-child{border-bottom-right-radius:4px}.chat-container .message td,.chat-container .message th,.tolky__chat-container .message td,.tolky__chat-container .tolky__message th{border:1px solid var(--border-table);border-bottom:0;border-right:0;line-height:120%;vertical-align:top;padding:6px 10px}.chat-container .message tr td:last-child,.chat-container .message tr th:last-child,.tolky__chat-container .tolky__message tr td:last-child,.tolky__chat-container .tolky__message tr th:last-child{border-right:1px solid var(--border-table)}.chat-container .message tr:last-child td,.tolky__chat-container .tolky__message tr:last-child td{border-bottom:1px solid var(--border-table)}.chat-container .message code,.tolky__chat-container .tolky__message code{font-size:13px;border-radius:4px;margin:12px 0 16px;display:block;white-space:wrap;word-break:break-all}.chat-container .message .time,.tolky__chat-container .tolky__message .tolky__time{display:block;color:inherit;font-size:10px;line-height:12px;opacity:.5;text-align:right}.chat-container .message.admin{--bg:#3099f5;padding-right:25px;position:relative;color:#fff;background:var(--bg)}.chat-container .message.admin .user{z-index:5;width:32px;height:32px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:0;translate:50% -50%;background:var(--bg);border-radius:50%;border:1px solid #fff}.chat-container .message.admin .user:has(.tooltip){z-index:6}.chat-container .message.admin .tooltip{--bg:#002b3e;min-width:118px;display:grid;grid-template-rows:auto 2px 1fr;justify-items:center;position:absolute;top:calc(100% + 4px)}.chat-container .message.admin .tooltip.right-aligned{right:0;justify-items:end}.chat-container .message.admin .tooltip.at-top{top:revert;bottom:calc(100% + 4px)}.chat-container .message.admin .tooltip.stretch{min-width:revert;justify-items:end;left:var(--left,0);right:var(--right,0)}.chat-container .message.admin .tooltip__arrow{grid-row:1/3;grid-column:1;color:var(--bg)}.chat-container .message.admin .tooltip.right-aligned .tooltip__arrow,.chat-container .message.admin .tooltip.stretch .tooltip__arrow{margin-right:var(--arrow-margin-right,0)}.chat-container .message.admin .tooltip.at-top .tooltip__arrow{rotate:180deg;grid-row:2/-1;grid-column:1}.chat-container .message.admin .tooltip__content{grid-row:2/-1;grid-column:1;padding:6px 10px;border-radius:4px;text-align:center;color:#fff;background:var(--bg);font-size:14px;line-height:16px}.chat-container .message.admin .tooltip.at-top .tooltip__content{grid-row:1/3;grid-column:1}.chat-container .ticket-status{--color:#ecc94b;display:grid;-moz-column-gap:10px;column-gap:10px;grid-template-columns:1fr auto 1fr;align-items:center}.chat-container .ticket-status>hr{all:unset;height:1px;display:block;background:var(--color)}.chat-container .ticket-status .content{min-height:19px;padding:2px 10px;border-radius:2px;background:var(--color);display:flex;align-items:center;justify-content:center}.chat-container .ticket-status .content>span{text-align:center;color:#fff;font-size:12px;font-weight:500;line-height:14.4px}.chat-container .ticket{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto auto 1fr}.chat-container .ticket:before{content:"";display:block;grid-row:2/-1;grid-column:1/-1;border-radius:10px;border:1px solid rgba(0,0,0,.15)}.chat-container .ticket .on-top{padding:0 5px;grid-row:1/3;background:#fff;display:flex;-moz-column-gap:4px;column-gap:4px;align-items:center}.chat-container .ticket .on-top>span{color:#b3bfc5;font-size:12px;font-weight:500;line-height:14.4px}.chat-container .ticket .on-top>span>b{font-weight:700}.chat-container .ticket .on-top .icon{flex-shrink:0}.chat-container .ticket .on-top .icon:not(.selected){opacity:.5}.chat-container .ticket .sent-by{grid-column:1;margin-left:15px}.chat-container .ticket .sending-method{grid-column:3;margin-right:15px}.chat-container .ticket .sending-method .icon{cursor:pointer}.chat-container .ticket .content{padding:1px 15px 15px;grid-row:3/-1;grid-column:1/-1}.chat-container .ticket .content>.scrollable-area{overflow-x:auto;overflow-y:hidden}.chat-container .ticket .content>.scrollable-area>iframe{display:block;width:100%}.chat-container .ticket .content.with-score{padding-top:5px}.chat-container .ticket .content.with-score .title{color:#002b3e;font-size:12px;font-weight:600;line-height:12px}.chat-container .ticket .content.with-score .score{font-size:18px;font-weight:700;line-height:21.6px}.chat-container .ticket .content.with-score .feedback{margin-top:2px;font-size:14px;font-weight:400;line-height:16.8px}@font-face{font-family:Georama;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e0ece55cf7d7d928-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Georama;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3fe52c35c634b6a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Georama;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/98df674aecb62adc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Georama;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e0ece55cf7d7d928-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Georama;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3fe52c35c634b6a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Georama;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/98df674aecb62adc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Georama;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e0ece55cf7d7d928-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Georama;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3fe52c35c634b6a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Georama;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/98df674aecb62adc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Georama;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e0ece55cf7d7d928-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Georama;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3fe52c35c634b6a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Georama;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/98df674aecb62adc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Georama;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e0ece55cf7d7d928-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Georama;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3fe52c35c634b6a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Georama;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/98df674aecb62adc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Georama;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e0ece55cf7d7d928-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Georama;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3fe52c35c634b6a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Georama;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/98df674aecb62adc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Georama;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e0ece55cf7d7d928-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Georama;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3fe52c35c634b6a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Georama;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/98df674aecb62adc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Georama Fallback;src:local("Arial");ascent-override:98.30%;descent-override:22.95%;line-gap-override:0.00%;size-adjust:98.47%}.__className_58adc3{font-family:Georama,Georama Fallback;font-style:normal}