/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .shell-element{position:relative;display:inline-block;max-width:100%;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}#chats .shell-element:before,#chats .shell-element:after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;border-radius:inherit}#chats .shell-element:before{-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease, -webkit-box-shadow .2s ease}#chats .shell-element:after{border-width:thin;border-style:solid;border-color:rgba(0,0,0,0);-webkit-transition:border-color .2s ease;transition:border-color .2s ease}#chats .shell-element>*{position:relative;z-index:1}#chats .shell-element_full{display:block;width:100%}#chats .shell-element_xs{height:20px}#chats .shell-element_sm{height:30px}#chats .shell-element_md{height:40px}#chats .shell-element_lg{height:50px}#chats .shell-element_xl{height:60px}#chats .shell-element_xxl{height:80px}#chats .shell-element_square-xs{width:20px}#chats .shell-element_square-sm{width:30px}#chats .shell-element_square-md{width:40px}#chats .shell-element_square-lg{width:50px}#chats .shell-element_square-xl{width:60px}#chats .shell-element_square-xxl{width:80px}#chats .shell-element_shadow-ghost{-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.03);box-shadow:0 2px 3px 0 rgba(0,0,0,.03)}#chats .shell-element_shadow-xs{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.11);box-shadow:0 1px 3px 0 rgba(0,0,0,.11)}#chats .shell-element_shadow-sm{-webkit-box-shadow:0 4px 6px 0 rgba(0,0,0,.03);box-shadow:0 4px 6px 0 rgba(0,0,0,.03)}#chats .shell-element_shadow-md{-webkit-box-shadow:0 8px 12px 0 rgba(0,0,0,.03);box-shadow:0 8px 12px 0 rgba(0,0,0,.03)}#chats .shell-element_shadow-lg{-webkit-box-shadow:0 11px 22px 0 rgba(0,0,0,.11);box-shadow:0 11px 22px 0 rgba(0,0,0,.11)}#chats .shell-element_shadow-xl{-webkit-box-shadow:0 22px 22px 0 rgba(0,0,0,.11);box-shadow:0 22px 22px 0 rgba(0,0,0,.11)}#chats .shell-element_black .svg-icon path{fill:var(--primary-text-color, #fff)}#chats .shell-element_black .field_disabled{color:#52525b}#chats .shell-element_black .field_disabled input{-webkit-text-fill-color:#52525b}#chats .shell-element_radius{overflow:hidden}@media not all and (min-resolution:.001dpcm){#chats .shell-element_radius{will-change:transform}}#chats .shell-element_radius-sm{border-radius:5px}#chats .shell-element_radius-md{border-radius:10px}#chats .shell-element_radius-lg{border-radius:15px}#chats .shell-element_radius-xl{border-radius:20px}#chats .shell-element_radius-full{border-radius:1000px}#chats .shell-element_focus:after{border-color:#3b82f6}#chats .shell-element_focus:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .shell-element_border:after{border-color:#d4d4d8}#chats .shell-element_border.shell-element_brand.shell-element:after{border-color:var(--primary-color, #3733FF)}#chats .shell-element_border.shell-element_brand.shell-element_hover:after{border-color:var(--primary-color-hover, #1e1aff)}#chats .shell-element_border.shell-element_brand.shell-element_active:after{border-color:var(--primary-color-active, #0500ff)}#chats .shell-element_border.shell-element_brand.shell-element_disabled:after{border-color:var(--primary-color, #3733FF)}#chats .shell-element_border.shell-element_secondary.shell-element:after{border-color:#3f3f46}#chats .shell-element_border.shell-element_secondary.shell-element_hover:after{border-color:#3f3f46}#chats .shell-element_border.shell-element_secondary.shell-element_active:after{border-color:#3f3f46}#chats .shell-element_border.shell-element_secondary.shell-element_disabled:after{border-color:#e4e4e7}#chats .shell-element_border.shell-element_white.shell-element:after{border-color:#d4d4d8}#chats .shell-element_border.shell-element_white.shell-element_hover:after{border-color:#a1a1aa}#chats .shell-element_border.shell-element_white.shell-element_active:after{border-color:#a1a1aa}#chats .shell-element_border.shell-element_white.shell-element_disabled:after{border-color:#e4e4e7}#chats .shell-element_border.shell-element_clear.shell-element:after{border-color:#e4e4e7}#chats .shell-element_border.shell-element_clear.shell-element_hover:after{border-color:#d4d4d8}#chats .shell-element_border.shell-element_clear.shell-element_active:after{border-color:#a1a1aa}#chats .shell-element_border.shell-element_clear.shell-element_disabled:after{border-color:#f4f4f5}#chats .shell-element_border.shell-element_black.shell-element:after{border-color:#d4d4d8}#chats .shell-element_border.shell-element_black.shell-element_hover:after{border-color:#a1a1aa}#chats .shell-element_border.shell-element_black.shell-element_active:after{border-color:#a1a1aa}#chats .shell-element_border.shell-element_black.shell-element_disabled:after{border-color:#e4e4e7}#chats .shell-element_border.shell-element_danger.shell-element:after{border-color:#f43f5e}#chats .shell-element_border.shell-element_danger.shell-element_disabled:after{border-color:#fcd0d7}#chats .shell-element_chosen{z-index:1}#chats .shell-element_chosen.shell-element_brand.shell-element:after{border-color:#3b82f6}#chats .shell-element_chosen.shell-element_brand.shell-element:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .shell-element_chosen.shell-element_secondary.shell-element:after{border-color:var(--primary-color, #3733FF)}#chats .shell-element_chosen.shell-element_white.shell-element:after{border-color:var(--primary-color, #3733FF)}#chats .shell-element_chosen.shell-element_clear.shell-element:after{border-color:var(--primary-color, #3733FF)}#chats .shell-element_chosen.shell-element_black.shell-element:after{border-color:var(--primary-color, #3733FF)}#chats .shell-element_accentChosen.shell-element_secondary.shell-element{background-color:#f0f9ff}#chats .shell-element_accentChosen.shell-element_secondary.shell-element:after{border-color:#bae6fd}#chats .shell-element_accentChosen.shell-element_white.shell-element{background-color:#f0f9ff}#chats .shell-element_accentChosen.shell-element_white.shell-element:after{border-color:#bae6fd}#chats .shell-element_accentChosen.shell-element_black.shell-element{background-color:#f0f9ff}#chats .shell-element_accentChosen.shell-element_black.shell-element:after{border-color:#bae6fd}#chats .shell-element.shell-element_brand.shell-element_focus:after{border-color:#3b82f6}#chats .shell-element.shell-element_brand.shell-element_focus:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .shell-element.shell-element_secondary.shell-element_focus:after{border-color:#3b82f6}#chats .shell-element.shell-element_secondary.shell-element_focus:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .shell-element.shell-element_white.shell-element_focus:after{border-color:#3b82f6}#chats .shell-element.shell-element_white.shell-element_focus:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .shell-element.shell-element_clear.shell-element_focus:after{border-color:#3b82f6}#chats .shell-element.shell-element_clear.shell-element_focus:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .shell-element.shell-element_black.shell-element_focus:after{border-color:#3b82f6}#chats .shell-element.shell-element_black.shell-element_focus:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .shell-element.shell-element_danger.shell-element_focus:after{border-color:#f43f5e}#chats .shell-element.shell-element_danger.shell-element_focus:before{-webkit-box-shadow:0 0 0 2px rgba(244,63,94,.2);box-shadow:0 0 0 2px rgba(244,63,94,.2)}#chats .text-label{display:block;margin:0;padding:0;font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}#chats .text-label_xs{font-size:12px;line-height:16px}#chats .text-label_sm{font-size:13px;line-height:18px}#chats .text-label_md{font-size:14px;line-height:20px}#chats .text-label_lg{font-size:15px;line-height:21px}#chats .text-label_xl{font-size:16px;line-height:22px}#chats .text-label_xxl{font-size:18px;line-height:24px}#chats .text-label_disabled{color:#71717a}#chats .text-label_required{position:relative;padding-right:7px}#chats .text-label_required:after{content:"*";position:absolute;top:0;right:0;display:block;color:#f43f5e}#chats .text-label_upper{text-transform:uppercase}#chats .text-label_upper.text-label_sm{letter-spacing:.4px}#chats .text-label_upper.text-label_md{letter-spacing:.2px}#chats .field-helper__error,#chats .field-helper__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#chats .field-helper__error>*,#chats .field-helper__label>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#chats .field-helper__label{margin-bottom:8px;color:#27272a}#chats .field-helper__label_hidden{visibility:hidden}#chats .field-helper__error{margin-top:8px;color:#f43f5e;font-size:13px;line-height:18px}#chats .field-helper .shell-element_radius{overflow:initial}#chats .paper{margin:0 auto}#chats .paper:before{content:"";display:block;width:1220px}#chats .paper__shell{display:block;width:100%;height:100%}#chats .paper__shell_white{color:#27272a;background-color:#fff}#chats .paper__shell_black{color:#fff;background-color:#27272a}#chats .paper__shell_brand{color:var(--primary-text-color, #FFFFFF);background-color:var(--primary-color, #3733FF)}#chats .paper_size-xs{max-width:240px}#chats .paper_size-sm{max-width:340px}#chats .paper_size-md{max-width:420px}#chats .paper_size-lg{max-width:660px}#chats .paper_size-xl{max-width:900px}#chats .paper_size-xxl{max-width:1220px}#chats .paper_size-none:before{content:none}#chats .paper_full{overflow:hidden;width:100%;height:100vh}html._lock,html._lock body{overflow:hidden;height:100%}#chats .popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}html.popup-open-viewport .popup__overlay{z-index:1600 !important}#chats .popup__overlay_flex{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .popup__overlay_closed{opacity:0;background-color:rgba(0,0,0,.65)}#chats .popup__overlay_opened{opacity:1}#chats .popup__overlay_close{opacity:0}#chats .popup__overlay_static{position:static}#chats .popup__overlay_full{overflow:hidden;background-color:rgba(0,0,0,0)}#chats .popup__overlay_pos-center-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#chats .popup__overlay_pos-center-center>*{margin:auto}#chats .popup__overlay_pos-y-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#chats .popup__overlay_pos-y-center>*{margin-top:auto;margin-bottom:auto}#chats .popup__overlay_pos-y-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#chats .popup__overlay_pos-y-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#chats .popup__overlay_pos-x-left .paper{margin-left:0}#chats .popup__overlay_pos-x-right .paper{margin-right:0}#chats .popup__content{position:relative;z-index:1300;width:100%;pointer-events:none;outline:none}#chats .popup__content_initial-top>*{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}#chats .popup__content_from-top>*{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#chats .popup__content_initial-right>*{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}#chats .popup__content_from-right>*{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#chats .popup__content_initial-bottom>*{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}#chats .popup__content_from-bottom>*{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#chats .popup__content_initial-left>*{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}#chats .popup__content_from-left>*{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#chats .popup__content_to-top>*{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}#chats .popup__content_to-right>*{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}#chats .popup__content_to-bottom>*{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}#chats .popup__content_to-left>*{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}#chats .popup__content_initial-fade>*{opacity:0}#chats .popup__content_from-fade>*{opacity:1}#chats .popup__content_to-fade>*{opacity:0}#chats .popup__content_initial-grow>*{opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8)}#chats .popup__content_from-grow>*{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}#chats .popup__content_to-grow>*{opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8)}#chats .popup__content_initial-zoom>*{-webkit-transform:scale(0);transform:scale(0)}#chats .popup__content_from-zoom>*{-webkit-transform:scale(1);transform:scale(1)}#chats .popup__content_to-zoom>*{-webkit-transform:scale(0);transform:scale(0)}#chats .popup__content[data-popper-placement]{width:auto}#chats .popup__content_indent{padding:20px}#chats .popup__content>*{pointer-events:auto}#chats .sort{position:relative;display:block;width:20px;height:20px}#chats .sort:before,#chats .sort:after{content:"";position:absolute;top:50%;left:50%;margin-left:-4px}#chats .sort:before{margin-top:-7px;border-right:4px solid rgba(0,0,0,0);border-bottom:4px solid #d4d4d8;border-left:4px solid rgba(0,0,0,0)}#chats .sort:after{margin-top:4px;border-top:4px solid #d4d4d8;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}#chats .sort_asc:before{border-bottom-color:#52525b}#chats .sort_desc:after{border-top-color:#52525b}#chats h1,#chats .h1{font-size:22px;line-height:27px}#chats h2,#chats .h2{font-size:18px;line-height:24px}#chats h3,#chats .h3{font-size:16px;line-height:22px}#chats h4,#chats .h4{font-size:15px;line-height:21px}#chats h5,#chats .h5{font-size:13px;line-height:18px}#chats body{font-weight:400;font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#chats h1,#chats .h1,#chats h2,#chats .h2,#chats h3,#chats .h3,#chats h4,#chats .h4,#chats h5,#chats .h5{margin:0 0 20px;font-weight:500;letter-spacing:-0.05px}#chats .text-xs{font-size:12px;line-height:16px;letter-spacing:-0.05px}#chats .text-sm{font-size:13px;line-height:18px;letter-spacing:-0.05px}#chats .text-md,#chats .table-cell_size-xl{font-size:14px;line-height:20px;letter-spacing:-0.05px}#chats .text-lg{font-size:15px;line-height:21px;letter-spacing:-0.05px}#chats .text-xl{font-size:16px;line-height:22px;letter-spacing:-0.05px}#chats .text-xxl{font-size:18px;line-height:24px;letter-spacing:-0.05px}#chats p{margin:10px 0;font-size:14px;line-height:20px;letter-spacing:-0.05px}#chats .title-superhero{margin:20px 0;font-size:48px;line-height:57px;letter-spacing:-0.05px}#chats .display-0{font-size:50px !important;line-height:60px !important}#chats .display-1{font-size:44px !important;line-height:53px !important}#chats .display-2{font-size:30px !important;line-height:39px !important}#chats .display-3{font-size:22px !important;line-height:31px !important}#chats .display-4{font-size:20px !important;line-height:30px !important}#chats .display-5{font-size:16px !important;line-height:22px !important}#chats .overflow-auto{overflow:auto !important}#chats .overflow-hidden{overflow:hidden !important}#chats .overflow-visible{overflow:visible !important}#chats .overflow-scroll{overflow:scroll !important}#chats .text-start{text-align:left !important}#chats .text-end{text-align:right !important}#chats .text-center{text-align:center !important}@media(min-width: 320px){#chats .text-sm-start{text-align:left !important}#chats .text-sm-end{text-align:right !important}#chats .text-sm-center{text-align:center !important}}@media(min-width: 768px){#chats .text-md-start{text-align:left !important}#chats .text-md-end{text-align:right !important}#chats .text-md-center{text-align:center !important}}@media(min-width: 992px){#chats .text-lg-start{text-align:left !important}#chats .text-lg-end{text-align:right !important}#chats .text-lg-center{text-align:center !important}}@media(min-width: 1200px){#chats .text-xl-start{text-align:left !important}#chats .text-xl-end{text-align:right !important}#chats .text-xl-center{text-align:center !important}}@media(min-width: 1400px){#chats .text-xxl-start{text-align:left !important}#chats .text-xxl-end{text-align:right !important}#chats .text-xxl-center{text-align:center !important}}#chats .avatar{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;line-height:1}#chats .avatar_10{background-color:rgba(239,68,68,.1)}#chats .avatar_20{background-color:rgba(236,72,153,.1)}#chats .avatar_30{background-color:rgba(168,85,247,.1)}#chats .avatar_40{background-color:rgba(139,92,246,.1)}#chats .avatar_50{background-color:rgba(99,102,241,.1)}#chats .avatar_60{background-color:rgba(59,130,246,.1)}#chats .avatar_70{background-color:rgba(56,189,248,.1)}#chats .avatar_80{background-color:rgba(34,197,94,.1)}#chats .avatar_90{background-color:rgba(163,230,53,.1)}#chats .avatar_100{background-color:rgba(250,204,21,.1)}#chats .avatar_200{background-color:rgba(245,158,11,.1)}#chats .avatar_xs{width:20px;height:20px;font-size:12px}#chats .avatar_xs .svg-icon{font-size:20px}#chats .avatar_sm{width:30px;height:30px;font-size:13px}#chats .avatar_sm .svg-icon{font-size:20px}#chats .avatar_md{width:40px;height:40px;font-size:14px}#chats .avatar_md .svg-icon{font-size:20px}#chats .avatar_lg{width:50px;height:50px;font-size:15px}#chats .avatar_lg .svg-icon{font-size:30px}#chats .avatar_xl{width:60px;height:60px;font-size:18px}#chats .avatar_xl .svg-icon{font-size:30px}#chats .avatar_xxl{width:150px;height:150px;font-size:22px}#chats .avatar_xxl .svg-icon{font-size:60px}#chats .avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#chats .to-top{position:fixed;z-index:10;visibility:hidden;opacity:0;-webkit-transition:visibility .2s ease,opacity .2s ease,-webkit-transform .3s ease;transition:visibility .2s ease,opacity .2s ease,-webkit-transform .3s ease;transition:visibility .2s ease,opacity .2s ease,transform .3s ease;transition:visibility .2s ease,opacity .2s ease,transform .3s ease,-webkit-transform .3s ease}#chats .to-top_top-left{top:20px;right:auto;bottom:auto;left:20px;-webkit-transform:translate(0, -150%);transform:translate(0, -150%)}#chats .to-top_top-center{top:20px;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%, -150%);transform:translate(-50%, -150%)}#chats .to-top_top-right{top:20px;right:20px;bottom:auto;left:auto;-webkit-transform:translate(0, -150%);transform:translate(0, -150%)}#chats .to-top_bottom-left{top:auto;right:auto;bottom:20px;left:20px;-webkit-transform:translate(0, 150%);transform:translate(0, 150%)}#chats .to-top_bottom-center{top:auto;right:auto;bottom:20px;left:50%;-webkit-transform:translate(-50%, 150%);transform:translate(-50%, 150%)}#chats .to-top_bottom-right{top:auto;right:20px;bottom:20px;left:auto;-webkit-transform:translate(0, 150%);transform:translate(0, 150%)}#chats .to-top.show{visibility:visible;opacity:1}#chats .to-top_top-left.show{-webkit-transform:translate(0, 0%);transform:translate(0, 0%)}#chats .to-top_top-center.show{-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}#chats .to-top_top-right.show{-webkit-transform:translate(0, 0%);transform:translate(0, 0%)}#chats .to-top_bottom-left.show{-webkit-transform:translate(0, 0%);transform:translate(0, 0%)}#chats .to-top_bottom-center.show{-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}#chats .to-top_bottom-right.show{-webkit-transform:translate(0, 0%);transform:translate(0, 0%)}#chats .to-top .to-top_top-left.clicked{-webkit-transform:translate(0, -150%);transform:translate(0, -150%)}#chats .to-top .to-top_top-center.clicked{-webkit-transform:translate(-50%, -150%);transform:translate(-50%, -150%)}#chats .to-top .to-top_top-right.clicked{-webkit-transform:translate(0, -150%);transform:translate(0, -150%)}#chats .to-top .to-top_bottom-left.clicked{-webkit-transform:translate(0, 150%);transform:translate(0, 150%)}#chats .to-top .to-top_bottom-center.clicked{-webkit-transform:translate(-50%, 150%);transform:translate(-50%, 150%)}#chats .to-top .to-top_bottom-right.clicked{-webkit-transform:translate(0, 150%);transform:translate(0, 150%)}#chats .to-top .trend-ui-icon-root__ArrowUp-20>path{fill:#52525b}#chats .badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:none;padding-right:10px;padding-left:10px;line-height:1;text-align:center;white-space:nowrap}#chats .badge_attached{position:absolute;bottom:100%;left:100%;z-index:10}#chats .badge.shell-element_xs{padding-right:5px;padding-left:5px;font-size:13px;line-height:18px}#chats .badge.shell-element_sm{font-size:13px;line-height:18px}#chats .badge.shell-element_square-xs{width:auto;min-width:20px}#chats .badge.shell-element_square-sm{width:auto;min-width:30px}#chats .badge.shell-element_square-md{width:auto;min-width:40px}#chats .badge.shell-element_square-lg{width:auto;min-width:50px}#chats .badge.shell-element_square-xl{width:auto;min-width:60px}#chats .badge.shell-element_square-xxl{width:auto;min-width:80px}#chats .badge.shell-element_brand{color:var(--primary-text-color, #FFFFFF);background-color:var(--primary-color, #3733FF)}#chats .badge.shell-element_secondary{color:#27272a;background-color:#f3f4f6}#chats .badge.shell-element_white{color:#27272a;background-color:#fff}#chats .badge.shell-element_black{color:#fff;background-color:#27272a}#chats .badge-wrapper{position:relative;display:inline-block}#chats .breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style-type:none;color:#a1a1aa}#chats .breadcrumb_size-xs{font-size:12px;line-height:16px}#chats .breadcrumb_size-sm{font-size:13px;line-height:18px}#chats .breadcrumb_size-md{font-size:14px;line-height:20px}#chats .breadcrumb_size-lg{font-size:15px;line-height:21px}#chats .breadcrumb_size-xl{font-size:16px;line-height:22px}#chats .breadcrumb_size-xxl{font-size:18px;line-height:24px}#chats .breadcrumb_overflow-fade,#chats .breadcrumb_overflow-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap}#chats .breadcrumb_overflow-fade{position:relative}#chats .breadcrumb_overflow-fade:after{content:"";position:absolute;top:0;right:0;width:50px;height:100%;background:-webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));background:linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%)}#chats .breadcrumb_overflow-scroll{overflow-x:auto}#chats .breadcrumb_overflow-scroll,#chats .breadcrumb_overflow-scroll *{cursor:all-scroll !important}#chats .breadcrumb_separator-text .breadcrumb-item__separator{display:none}#chats .breadcrumb_separator-svg-icon .breadcrumb-item::after{content:"";margin:0}#chats .breadcrumb-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em 0;cursor:pointer}#chats .breadcrumb-item:after{content:"/";display:inline-block;margin-right:10px;margin-left:10px}#chats .breadcrumb-item:last-child{cursor:default}#chats .breadcrumb-item:last-child .breadcrumb-item__separator{display:none}#chats .breadcrumb-item:last-child:after{content:""}#chats .breadcrumb-item a{text-decoration:none;color:inherit;-webkit-transition:color .1s ease;transition:color .1s ease}#chats .breadcrumb-item a:hover{color:#3b82f6}#chats .breadcrumb-item a:hover .svg-icon path{-webkit-transition:fill .1s ease;transition:fill .1s ease;fill:#3b82f6}#chats .breadcrumb-item a>*,#chats .breadcrumb-item span>*{vertical-align:middle}#chats .breadcrumb-item .svg-icon path{fill:#a1a1aa}#chats .breadcrumb-item .svg-icon:not(.breadcrumb-item__separator-icon):first-child{margin-right:5px}#chats .breadcrumb-item .svg-icon:not(.breadcrumb-item__separator-icon):last-child{margin-left:10px}#chats .breadcrumb-item__separator{display:inline-block;margin-right:10px;margin-left:10px}#chats .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:0;font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;cursor:pointer;text-decoration:none;letter-spacing:-0.05px;color:inherit;border:none;border-radius:inherit;outline:none;background-color:rgba(0,0,0,0);font-size:14px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none !important;-webkit-tap-highlight-color:rgba(0,0,0,0)}@supports(-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)){#chats .btn{border-radius:inherit}}#chats .btn::-moz-focus-inner{border:0}#chats .shell-element_xs .btn{font-size:13px;line-height:18px}#chats .btn .svg-icon{-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease}#chats .btn_brand .svg-icon path,#chats .btn_main .svg-icon path{fill:#fff}#chats .btn_disabled{cursor:not-allowed}#chats .btn_disabled .btn__content{pointer-events:none}#chats .btn_disabled .btn__content,#chats .btn_activated .btn__content{opacity:.2}#chats .btn__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}#chats .btn__content>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#chats .btn .svg-icon:first-child{margin-right:10px}#chats .btn .svg-icon:last-child{margin-left:10px}#chats .btn_onlyicon{font-size:0}#chats .btn_onlyicon .svg-icon:first-child,#chats .btn_onlyicon .svg-icon:last-child{margin:0}#chats .btn-wrapper{display:inline-block;overflow:initial;font-size:0;vertical-align:middle}#chats .btn-wrapper_press-effect-animation{-webkit-transition:background-color .2s,-webkit-transform .3s;transition:background-color .2s,-webkit-transform .3s;transition:background-color .2s,transform .3s;transition:background-color .2s,transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:ease;transition-timing-function:ease;will-change:transform}#chats .btn-wrapper_active-animation{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(0.98);transform:scale(0.98)}#chats .btn-wrapper.shell-element_brand{color:var(--primary-text-color, #FFFFFF);background-color:var(--primary-color, #3733FF)}#chats .btn-wrapper.shell-element_brand.shell-element_hover{background-color:var(--primary-color-hover, #1e1aff)}#chats .btn-wrapper.shell-element_brand.shell-element_focus{background-color:var(--primary-color, #3733FF)}#chats .btn-wrapper.shell-element_brand.shell-element_active{background-color:var(--primary-color-active, #0500ff)}#chats .btn-wrapper.shell-element_brand.shell-element_disabled{background-color:var(--primary-color, #3733FF)}#chats .btn-wrapper.shell-element_secondary{color:#27272a;background-color:#f3f4f6}#chats .btn-wrapper.shell-element_secondary.shell-element_hover{background-color:#e5e7eb}#chats .btn-wrapper.shell-element_secondary.shell-element_focus{background-color:#f3f4f6}#chats .btn-wrapper.shell-element_secondary.shell-element_active{background-color:#d1d5db}#chats .btn-wrapper.shell-element_secondary.shell-element_disabled{background-color:#f3f4f6}#chats .btn-wrapper.shell-element_secondary.shell-element_chosen{background-color:var(--primary-color, #3733FF);color:var(--primary-text-color, #FFFFFF)}#chats .btn-wrapper.shell-element_white{color:#27272a;background-color:#fff}#chats .btn-wrapper.shell-element_white.shell-element_hover{background-color:#f3f4f6}#chats .btn-wrapper.shell-element_white.shell-element_focus{background-color:#fff}#chats .btn-wrapper.shell-element_white.shell-element_active{background-color:#e5e7eb}#chats .btn-wrapper.shell-element_white.shell-element_disabled{background-color:#fff}#chats .btn-wrapper.shell-element_clear{color:#27272a;background-color:rgba(0,0,0,0)}#chats .btn-wrapper.shell-element_clear.shell-element_hover{background-color:#f3f4f6}#chats .btn-wrapper.shell-element_clear.shell-element_focus{background-color:rgba(0,0,0,0)}#chats .btn-wrapper.shell-element_clear.shell-element_active{background-color:#e5e7eb}#chats .btn-wrapper.shell-element_clear.shell-element_disabled{background-color:rgba(0,0,0,0)}#chats .btn-wrapper.shell-element_black{color:#fff;background-color:#27272a}#chats .btn-wrapper.shell-element_black.shell-element_hover{background-color:#27272a}#chats .btn-wrapper.shell-element_black.shell-element_focus{background-color:#27272a}#chats .btn-wrapper.shell-element_black.shell-element_active{background-color:#27272a}#chats .btn-wrapper.shell-element_black.shell-element_disabled{background-color:#27272a}#chats .checkbox-wrapper_inline{display:inline-block;vertical-align:middle}#chats .checkbox{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:100%;cursor:pointer;border-radius:inherit;background-color:rgba(0,0,0,0)}#chats .checkbox__element,#chats .checkbox__mark{margin:0;cursor:inherit}#chats .checkbox__element{position:absolute;top:50%;left:0;width:100%;height:100%;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#chats .checkbox__mark,#chats .checkbox__switch{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#chats .checkbox__mark_right,#chats .checkbox__switch_right{margin-left:auto}#chats .checkbox__mark{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20px;max-width:100%;height:20px;border-radius:5px;-webkit-transition:all .2s linear;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .checkbox__mark_border{border:thin solid #e4e4e7}#chats .checkbox__mark_indeterminate:before{content:"";position:absolute;top:50%;left:50%;display:block;width:55.6%;height:55.6%;background-color:#52525b;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#chats .checkbox__switch{position:relative;-webkit-box-flex:0;-ms-flex:0 0 38px;flex:0 0 38px;width:38px;height:20px;border:1px solid #e4e4e7;border-radius:11px;background-color:#f4f4f5;-webkit-transition:all .2s ease;transition:all .2s ease}#chats .checkbox_checked .checkbox__switch{border:thin solid #d4d4d8;background-color:#d4d4d8}#chats .checkbox__switch:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.03);box-shadow:0 2px 3px 0 rgba(0,0,0,.03);-webkit-transition:all .2s ease;transition:all .2s ease}#chats .checkbox_checked .checkbox__switch:before{-webkit-transform:translateX(100%);transform:translateX(100%)}#chats .checkbox__label{overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#chats .checkbox__label_swapped{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#chats .checkbox__icon{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .checkbox__icon_before{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:10px}#chats .checkbox__icon_before .svg-icon{font-size:20px}#chats .checkbox__icon_after{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:10px}#chats .checkbox__icon_right{margin-left:auto}#chats .checkbox_brand .checkbox__mark{border-color:var(--primary-color, #3733FF)}#chats .checkbox_brand.checkbox_hover .checkbox__mark{border-color:var(--primary-color-hover, #1e1aff)}#chats .checkbox_brand.checkbox_active .checkbox__mark{border-color:var(--primary-color-active, #0500ff)}#chats .checkbox_brand.checkbox_focus .checkbox__mark{border-color:#3b82f6 !important}#chats .checkbox_brand.checkbox_hover .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_brand.checkbox_active .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_brand.checkbox_focus .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_brand.checkbox_checked .checkbox__mark{background-color:var(--primary-color, #3733FF)}#chats .checkbox_brand.checkbox_checked .checkbox__mark .svg-icon path{fill:var(--primary-text-color, #FFFFFF)}#chats .checkbox_brand.checkbox_indeterminate .checkbox__mark_indeterminate:before{background-color:var(--primary-color, #3733FF)}#chats .checkbox_brand .checkbox__switch{border-color:#e4e4e7;background-color:#e4e4e7}#chats .checkbox_brand.checkbox_checked .checkbox__switch{border-color:var(--primary-color, #3733FF);background-color:var(--primary-color, #3733FF)}#chats .checkbox_secondary .checkbox__mark{border-color:#3f3f46}#chats .checkbox_secondary.checkbox_hover .checkbox__mark{border-color:#3f3f46}#chats .checkbox_secondary.checkbox_active .checkbox__mark{border-color:#3f3f46}#chats .checkbox_secondary.checkbox_focus .checkbox__mark{border-color:#3b82f6 !important}#chats .checkbox_secondary.checkbox_hover .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_secondary.checkbox_active .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_secondary.checkbox_focus .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_secondary.checkbox_checked.checkbox_hover .checkbox__switch{border-color:#1eaf54;background-color:#1eaf54}#chats .checkbox_secondary.checkbox_checked.checkbox_active .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_secondary.checkbox_checked.checkbox_focus .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_secondary.checkbox_checked .checkbox__mark{background-color:#f3f4f6}#chats .checkbox_secondary.checkbox_checked .checkbox__mark .svg-icon path{fill:#27272a}#chats .checkbox_secondary.checkbox_indeterminate .checkbox__mark_indeterminate:before{background-color:#52525b}#chats .checkbox_secondary .checkbox__switch{border-color:#d4d4d8;background-color:#d4d4d8}#chats .checkbox_secondary.checkbox_checked .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_white .checkbox__mark{border-color:#d4d4d8}#chats .checkbox_white.checkbox_hover .checkbox__mark{border-color:#a1a1aa}#chats .checkbox_white.checkbox_active .checkbox__mark{border-color:#a1a1aa}#chats .checkbox_white.checkbox_focus .checkbox__mark{border-color:#3b82f6 !important}#chats .checkbox_white.checkbox_hover .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_white.checkbox_active .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_white.checkbox_focus .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_white.checkbox_checked.checkbox_hover .checkbox__switch{border-color:#1eaf54;background-color:#1eaf54}#chats .checkbox_white.checkbox_checked.checkbox_active .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_white.checkbox_checked.checkbox_focus .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_white.checkbox_checked .checkbox__mark{background-color:#fff}#chats .checkbox_white.checkbox_checked .checkbox__mark .svg-icon path{fill:#27272a}#chats .checkbox_white.checkbox_indeterminate .checkbox__mark_indeterminate:before{background-color:#52525b}#chats .checkbox_white .checkbox__switch{border-color:#d4d4d8;background-color:#d4d4d8}#chats .checkbox_white.checkbox_checked .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_clear .checkbox__mark{border-color:#d4d4d8}#chats .checkbox_clear.checkbox_hover .checkbox__mark{border-color:#a1a1aa}#chats .checkbox_clear.checkbox_active .checkbox__mark{border-color:#a1a1aa}#chats .checkbox_clear.checkbox_focus .checkbox__mark{border-color:#3b82f6 !important}#chats .checkbox_clear.checkbox_hover .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_clear.checkbox_active .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_clear.checkbox_focus .checkbox__switch{border-color:#a1a1aa;background-color:#a1a1aa}#chats .checkbox_clear.checkbox_checked.checkbox_hover .checkbox__switch{border-color:#1eaf54;background-color:#1eaf54}#chats .checkbox_clear.checkbox_checked.checkbox_active .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_clear.checkbox_checked.checkbox_focus .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_clear.checkbox_indeterminate .checkbox__mark_indeterminate:before{background-color:#52525b}#chats .checkbox_clear .checkbox__switch{border-color:#d4d4d8;background-color:#d4d4d8}#chats .checkbox_clear.checkbox_checked .checkbox__switch{border-color:#22c55e;background-color:#22c55e}#chats .checkbox_secondary{color:#27272a;background-color:#f3f4f6}#chats .checkbox_white{color:#27272a;background-color:#fff}#chats .checkbox_black{color:#fff;background-color:#27272a}#chats .checkbox_disabled{cursor:not-allowed;color:#d4d4d8}#chats .checkbox_disabled .checkbox__switch{opacity:.2}#chats .checkbox_disabled.checkbox_checked .checkbox__mark,#chats .checkbox_disabled .checkbox__mark{border-color:#f4f4f5;background-color:rgba(0,0,0,0)}#chats .checkbox_disabled.checkbox_checked .checkbox__mark .svg-icon,#chats .checkbox_disabled .checkbox__mark .svg-icon{color:#d4d4d8 !important}#chats .checkbox_disabled.checkbox_checked .checkbox__mark .svg-icon>path,#chats .checkbox_disabled .checkbox__mark .svg-icon>path{fill:#e4e4e7 !important}#chats .checkbox_disabled.checkbox_indeterminate .checkbox__mark_indeterminate:before{background-color:#e4e4e7}#chats .checkbox__icon_after{margin-left:auto}#chats .chips{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-5px}#chats .chips__item{max-width:100%;padding:5px}#chats .chips__item_secondary>.shell-element{color:#27272a;background-color:#f3f4f6}#chats .chips__item_white>.shell-element{color:#27272a;background-color:#fff}#chats .chips__item_black>.shell-element{color:#fff;background-color:#27272a}#chats .chips__item:not(:last-child)>.shell-element_focus{border:none}#chats .chips__tag>.btn{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:default;font-size:12px;line-height:16px}#chats .chips__tag.shell-element_focus:after{border-color:#3b82f6}#chats .chips__tag.shell-element_focus:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .chips__tag .btn__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#chats .chips__tag .btn__content>span{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis}#chats .chips__delete{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:10px}#chats .chips__delete .svg-icon>path{fill:#52525b}#chats .chips__delete-all>.btn{font-size:12px;line-height:16px}#chats .chips_invert .chips__item{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#chats .chips_invert .chips__item:last-child{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#chats .react-datepicker{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .react-datepicker__week,#chats .react-datepicker__day-names,#chats .react-datepicker__month-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .react-datepicker__day span,#chats .react-datepicker__day-name,#chats .react-datepicker__week-number,#chats .react-datepicker__month-text,#chats .react-datepicker__year-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:20px}#chats .react-datepicker__year-text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#chats .react-datepicker__year-wrapper,#chats .react-datepicker__month-wrapper{margin-right:-10px;margin-left:-10px}#chats .react-datepicker__year-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:300px}#chats .react-datepicker__month-text,#chats .react-datepicker__year-text{min-width:80px;margin-right:10px;margin-left:10px;text-transform:capitalize}#chats .react-datepicker__week-number{color:#71717a}#chats .react-datepicker__week{overflow:hidden;border-radius:10px}#chats .react-datepicker__time-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#chats .react-datepicker__day-name{color:#71717a}#chats .react-datepicker__header{text-align:center;font-size:15px;line-height:21px}#chats .react-datepicker__time{margin-bottom:-10px}#chats .react-datepicker__month-container,#chats .react-datepicker__time-container,#chats .react-datepicker__year--container{display:inline-block;padding:20px;vertical-align:top}#chats .react-datepicker__today-button{margin-top:-10px;padding:0 20px 20px}#chats .react-datepicker__time-container{min-width:110px}#chats .react-datepicker__time-list-item,#chats .react-datepicker__month-text,#chats .react-datepicker__year-text,#chats .react-datepicker__day span{cursor:pointer;border-radius:10px;outline:none;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease}#chats .react-datepicker__time-list-item--outside-month,#chats .react-datepicker__month-text--outside-month,#chats .react-datepicker__year-text--outside-month{visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .react-datepicker__time-list-item--today,#chats .react-datepicker__month-text--today,#chats .react-datepicker__year-text--today{border:thin solid #e4e4e7}#chats .react-datepicker__time-list-item--in-selecting-range,#chats .react-datepicker__time-list-item--in-range,#chats .react-datepicker__month-text--in-selecting-range,#chats .react-datepicker__month-text--in-range,#chats .react-datepicker__year-text--in-selecting-range,#chats .react-datepicker__year-text--in-range{background-color:#f3f4f6}#chats .react-datepicker__time-list-item--in-selecting-range,#chats .react-datepicker__time-list-item--in-range,#chats .react-datepicker__month-text--in-selecting-range,#chats .react-datepicker__month-text--in-range,#chats .react-datepicker__year-text--in-selecting-range,#chats .react-datepicker__year-text--in-range{border:none}#chats .react-datepicker__time-list-item:hover,#chats .react-datepicker__month-text:hover,#chats .react-datepicker__year-text:hover{background-color:#f3f4f6}#chats .paper__shell_black .react-datepicker__time-list-item:hover,#chats .paper__shell_black .react-datepicker__month-text:hover,#chats .paper__shell_black .react-datepicker__year-text:hover{color:#27272a}#chats .react-datepicker__time-list-item--in-selecting-range,#chats .react-datepicker__time-list-item--in-range,#chats .react-datepicker__month-text--in-selecting-range,#chats .react-datepicker__month-text--in-range,#chats .react-datepicker__year-text--in-selecting-range,#chats .react-datepicker__year-text--in-range{background-color:#f3f4f6}#chats .paper__shell_black .react-datepicker__time-list-item--in-selecting-range,#chats .paper__shell_black .react-datepicker__time-list-item--in-range,#chats .paper__shell_black .react-datepicker__month-text--in-selecting-range,#chats .paper__shell_black .react-datepicker__month-text--in-range,#chats .paper__shell_black .react-datepicker__year-text--in-selecting-range,#chats .paper__shell_black .react-datepicker__year-text--in-range{color:#27272a}#chats .react-datepicker__time-list-item--in-selecting-range:hover,#chats .react-datepicker__time-list-item--in-range:hover,#chats .react-datepicker__month-text--in-selecting-range:hover,#chats .react-datepicker__month-text--in-range:hover,#chats .react-datepicker__year-text--in-selecting-range:hover,#chats .react-datepicker__year-text--in-range:hover{background-color:#e5e7eb}#chats .react-datepicker__time-list-item:focus,#chats .react-datepicker__time-list-item--keyboard-selected,#chats .react-datepicker__month-text:focus,#chats .react-datepicker__month-text--keyboard-selected,#chats .react-datepicker__year-text:focus,#chats .react-datepicker__year-text--keyboard-selected{background-color:#f4f4f5}#chats .paper__shell_black .react-datepicker__time-list-item:focus,#chats .paper__shell_black .react-datepicker__time-list-item--keyboard-selected,#chats .paper__shell_black .react-datepicker__month-text:focus,#chats .paper__shell_black .react-datepicker__month-text--keyboard-selected,#chats .paper__shell_black .react-datepicker__year-text:focus,#chats .paper__shell_black .react-datepicker__year-text--keyboard-selected{color:#27272a}#chats .react-datepicker__time-list-item:focus:hover,#chats .react-datepicker__time-list-item--keyboard-selected:hover,#chats .react-datepicker__month-text:focus:hover,#chats .react-datepicker__month-text--keyboard-selected:hover,#chats .react-datepicker__year-text:focus:hover,#chats .react-datepicker__year-text--keyboard-selected:hover{background-color:#f4f4f5}#chats .react-datepicker__time-list-item--range-start,#chats .react-datepicker__time-list-item--range-end,#chats .react-datepicker__time-list-item--selected,#chats .react-datepicker__month-text--range-start,#chats .react-datepicker__month-text--range-end,#chats .react-datepicker__month-text--selected,#chats .react-datepicker__year-text--range-start,#chats .react-datepicker__year-text--range-end,#chats .react-datepicker__year-text--selected{color:#fff;border:none;background-color:#3733ff}#chats .paper__shell_black .react-datepicker__time-list-item--range-start,#chats .paper__shell_black .react-datepicker__time-list-item--range-end,#chats .paper__shell_black .react-datepicker__time-list-item--selected,#chats .paper__shell_black .react-datepicker__month-text--range-start,#chats .paper__shell_black .react-datepicker__month-text--range-end,#chats .paper__shell_black .react-datepicker__month-text--selected,#chats .paper__shell_black .react-datepicker__year-text--range-start,#chats .paper__shell_black .react-datepicker__year-text--range-end,#chats .paper__shell_black .react-datepicker__year-text--selected{color:#fff}#chats .react-datepicker__time-list-item--range-start:focus,#chats .react-datepicker__time-list-item--range-end:focus,#chats .react-datepicker__time-list-item--selected:focus,#chats .react-datepicker__month-text--range-start:focus,#chats .react-datepicker__month-text--range-end:focus,#chats .react-datepicker__month-text--selected:focus,#chats .react-datepicker__year-text--range-start:focus,#chats .react-datepicker__year-text--range-end:focus,#chats .react-datepicker__year-text--selected:focus{background-color:#3733ff}#chats .paper__shell_black .react-datepicker__time-list-item--range-start:focus,#chats .paper__shell_black .react-datepicker__time-list-item--range-end:focus,#chats .paper__shell_black .react-datepicker__time-list-item--selected:focus,#chats .paper__shell_black .react-datepicker__month-text--range-start:focus,#chats .paper__shell_black .react-datepicker__month-text--range-end:focus,#chats .paper__shell_black .react-datepicker__month-text--selected:focus,#chats .paper__shell_black .react-datepicker__year-text--range-start:focus,#chats .paper__shell_black .react-datepicker__year-text--range-end:focus,#chats .paper__shell_black .react-datepicker__year-text--selected:focus{color:#fff}#chats .react-datepicker__time-list-item--range-start:focus:hover,#chats .react-datepicker__time-list-item--range-start:hover,#chats .react-datepicker__time-list-item--range-end:focus:hover,#chats .react-datepicker__time-list-item--range-end:hover,#chats .react-datepicker__time-list-item--selected:focus:hover,#chats .react-datepicker__time-list-item--selected:hover,#chats .react-datepicker__month-text--range-start:focus:hover,#chats .react-datepicker__month-text--range-start:hover,#chats .react-datepicker__month-text--range-end:focus:hover,#chats .react-datepicker__month-text--range-end:hover,#chats .react-datepicker__month-text--selected:focus:hover,#chats .react-datepicker__month-text--selected:hover,#chats .react-datepicker__year-text--range-start:focus:hover,#chats .react-datepicker__year-text--range-start:hover,#chats .react-datepicker__year-text--range-end:focus:hover,#chats .react-datepicker__year-text--range-end:hover,#chats .react-datepicker__year-text--selected:focus:hover,#chats .react-datepicker__year-text--selected:hover{background-color:#1e1aff}#chats .paper__shell_black .react-datepicker__time-list-item--range-start:focus:hover,#chats .paper__shell_black .react-datepicker__time-list-item--range-start:hover,#chats .paper__shell_black .react-datepicker__time-list-item--range-end:focus:hover,#chats .paper__shell_black .react-datepicker__time-list-item--range-end:hover,#chats .paper__shell_black .react-datepicker__time-list-item--selected:focus:hover,#chats .paper__shell_black .react-datepicker__time-list-item--selected:hover,#chats .paper__shell_black .react-datepicker__month-text--range-start:focus:hover,#chats .paper__shell_black .react-datepicker__month-text--range-start:hover,#chats .paper__shell_black .react-datepicker__month-text--range-end:focus:hover,#chats .paper__shell_black .react-datepicker__month-text--range-end:hover,#chats .paper__shell_black .react-datepicker__month-text--selected:focus:hover,#chats .paper__shell_black .react-datepicker__month-text--selected:hover,#chats .paper__shell_black .react-datepicker__year-text--range-start:focus:hover,#chats .paper__shell_black .react-datepicker__year-text--range-start:hover,#chats .paper__shell_black .react-datepicker__year-text--range-end:focus:hover,#chats .paper__shell_black .react-datepicker__year-text--range-end:hover,#chats .paper__shell_black .react-datepicker__year-text--selected:focus:hover,#chats .paper__shell_black .react-datepicker__year-text--selected:hover{color:#fff}#chats .react-datepicker__time-list-item--disabled,#chats .react-datepicker__month-text--disabled,#chats .react-datepicker__year-text--disabled{pointer-events:none;color:#d4d4d8 !important}#chats .react-datepicker__time-list-item--disabled,#chats .react-datepicker__month-text--disabled,#chats .react-datepicker__year-text--disabled{background-color:rgba(0,0,0,0)}#chats .react-datepicker__day{outline:none;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}#chats .react-datepicker__day--outside-month{visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .react-datepicker__day--today span{border:thin solid #e4e4e7}#chats .react-datepicker__day--in-selecting-range,#chats .react-datepicker__day--in-range{background-color:#f3f4f6}#chats .react-datepicker__day--in-selecting-range span,#chats .react-datepicker__day--in-range span{border:none}#chats .react-datepicker__day:hover span{background-color:#f3f4f6}#chats .paper__shell_black .react-datepicker__day:hover span{color:#27272a}#chats .react-datepicker__day--in-selecting-range span,#chats .react-datepicker__day--in-range span{background-color:#f3f4f6}#chats .paper__shell_black .react-datepicker__day--in-selecting-range span,#chats .paper__shell_black .react-datepicker__day--in-range span{color:#27272a}#chats .react-datepicker__day--in-selecting-range:hover span,#chats .react-datepicker__day--in-range:hover span{background-color:#e5e7eb}#chats .react-datepicker__day:focus span,#chats .react-datepicker__day--keyboard-selected span{background-color:#f4f4f5}#chats .paper__shell_black .react-datepicker__day:focus span,#chats .paper__shell_black .react-datepicker__day--keyboard-selected span{color:#27272a}#chats .react-datepicker__day:focus:hover span,#chats .react-datepicker__day--keyboard-selected:hover span{background-color:#f4f4f5}#chats .react-datepicker__day--range-start span,#chats .react-datepicker__day--range-end span,#chats .react-datepicker__day--selected span{color:#fff;border:none;background-color:#3733ff}#chats .paper__shell_black .react-datepicker__day--range-start span,#chats .paper__shell_black .react-datepicker__day--range-end span,#chats .paper__shell_black .react-datepicker__day--selected span{color:#fff}#chats .react-datepicker__day--range-start:focus span,#chats .react-datepicker__day--range-end:focus span,#chats .react-datepicker__day--selected:focus span{background-color:#3733ff}#chats .paper__shell_black .react-datepicker__day--range-start:focus span,#chats .paper__shell_black .react-datepicker__day--range-end:focus span,#chats .paper__shell_black .react-datepicker__day--selected:focus span{color:#fff}#chats .react-datepicker__day--range-start:focus:hover span,#chats .react-datepicker__day--range-start:hover span,#chats .react-datepicker__day--range-end:focus:hover span,#chats .react-datepicker__day--range-end:hover span,#chats .react-datepicker__day--selected:focus:hover span,#chats .react-datepicker__day--selected:hover span{background-color:#1e1aff}#chats .paper__shell_black .react-datepicker__day--range-start:focus:hover span,#chats .paper__shell_black .react-datepicker__day--range-start:hover span,#chats .paper__shell_black .react-datepicker__day--range-end:focus:hover span,#chats .paper__shell_black .react-datepicker__day--range-end:hover span,#chats .paper__shell_black .react-datepicker__day--selected:focus:hover span,#chats .paper__shell_black .react-datepicker__day--selected:hover span{color:#fff}#chats .react-datepicker__day--disabled{pointer-events:none;color:#d4d4d8 !important}#chats .react-datepicker__day--disabled span{background-color:rgba(0,0,0,0)}#chats .react-datepicker__day span{width:100%;height:100%}#chats .react-datepicker__day--selecting-range-start,#chats .react-datepicker__day--range-start{border-top-left-radius:10px;border-bottom-left-radius:10px}#chats .react-datepicker__day--selecting-range-end,#chats .react-datepicker__day--range-end{border-top-right-radius:10px;border-bottom-right-radius:10px}#chats .react-datepicker__month:focus,#chats .react-datepicker__month--keyboard-selected{background-color:#f4f4f5}#chats .paper__shell_black .react-datepicker__month:focus,#chats .paper__shell_black .react-datepicker__month--keyboard-selected{color:#27272a}#chats .react-datepicker__month:focus:hover,#chats .react-datepicker__month--keyboard-selected:hover{background-color:#f4f4f5}#chats .react-datepicker__month--range-start,#chats .react-datepicker__month--range-end,#chats .react-datepicker__month--selected{color:#fff;border:none;background-color:#3733ff}#chats .paper__shell_black .react-datepicker__month--range-start,#chats .paper__shell_black .react-datepicker__month--range-end,#chats .paper__shell_black .react-datepicker__month--selected{color:#fff}#chats .react-datepicker__month--range-start:focus,#chats .react-datepicker__month--range-end:focus,#chats .react-datepicker__month--selected:focus{background-color:#3733ff}#chats .paper__shell_black .react-datepicker__month--range-start:focus,#chats .paper__shell_black .react-datepicker__month--range-end:focus,#chats .paper__shell_black .react-datepicker__month--selected:focus{color:#fff}#chats .react-datepicker__month--range-start:focus:hover,#chats .react-datepicker__month--range-start:hover,#chats .react-datepicker__month--range-end:focus:hover,#chats .react-datepicker__month--range-end:hover,#chats .react-datepicker__month--selected:focus:hover,#chats .react-datepicker__month--selected:hover{background-color:#1e1aff}#chats .paper__shell_black .react-datepicker__month--range-start:focus:hover,#chats .paper__shell_black .react-datepicker__month--range-start:hover,#chats .paper__shell_black .react-datepicker__month--range-end:focus:hover,#chats .paper__shell_black .react-datepicker__month--range-end:hover,#chats .paper__shell_black .react-datepicker__month--selected:focus:hover,#chats .paper__shell_black .react-datepicker__month--selected:hover{color:#fff}#chats .react-datepicker__month--disabled{pointer-events:none;color:#d4d4d8 !important}#chats .react-datepicker__month--disabled{background-color:rgba(0,0,0,0)}#chats .react-datepicker__time-list{overflow:auto;height:calc(195px + .85rem);margin:0;margin-right:-12px;padding:0 8px 0 0;list-style-type:none;text-align:center;outline:none}#chats .react-datepicker__time-list::-webkit-scrollbar{width:4px}#chats .react-datepicker__time-list::-webkit-scrollbar-thumb{border-radius:2px;background-color:#27272a}#chats .react-datepicker-time__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}#chats .date-picker__header-top{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}#chats .date-picker__header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:-5px;margin-bottom:10px;margin-left:-5px}#chats .date-picker__header-select{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;padding-right:5px;padding-left:5px}#chats .date-picker__navigation{position:absolute;top:0}#chats .date-picker__navigation .svg-icon>path{fill:#52525b}#chats .date-picker__navigation .btn_disabled .btn__content{opacity:1 !important}#chats .date-picker__navigation .btn_disabled .btn__content .trend-ui-icon-root__ChevronRight>path,#chats .date-picker__navigation .btn_disabled .btn__content .trend-ui-icon-root__ChevronLeft>path{fill:#d4d4d8}#chats .date-picker__navigation_previous{left:0}#chats .date-picker__navigation_next{right:0}#chats .date-picker__title{margin:0;text-transform:capitalize}#chats .date-picker__paper_inline{display:inline-block}#chats .date-picker__calendar_size-xs .react-datepicker__day,#chats .date-picker__calendar_size-xs .react-datepicker__day-name,#chats .date-picker__calendar_size-xs .react-datepicker__week-number{width:20px;height:20px}#chats .date-picker__calendar_size-xs .react-datepicker-time__header,#chats .date-picker__calendar_size-xs .react-datepicker__time-list-item,#chats .date-picker__calendar_size-xs .react-datepicker__month-text,#chats .date-picker__calendar_size-xs .react-datepicker__year-text{height:20px}#chats .date-picker__calendar_size-xs .date-picker__header-top{height:20px}#chats .date-picker__calendar_size-sm .react-datepicker__day,#chats .date-picker__calendar_size-sm .react-datepicker__day-name,#chats .date-picker__calendar_size-sm .react-datepicker__week-number{width:30px;height:30px}#chats .date-picker__calendar_size-sm .react-datepicker-time__header,#chats .date-picker__calendar_size-sm .react-datepicker__time-list-item,#chats .date-picker__calendar_size-sm .react-datepicker__month-text,#chats .date-picker__calendar_size-sm .react-datepicker__year-text{height:30px}#chats .date-picker__calendar_size-sm .date-picker__header-top{height:30px}#chats .date-picker__calendar_size-md .react-datepicker__day,#chats .date-picker__calendar_size-md .react-datepicker__day-name,#chats .date-picker__calendar_size-md .react-datepicker__week-number{width:40px;height:40px}#chats .date-picker__calendar_size-md .react-datepicker-time__header,#chats .date-picker__calendar_size-md .react-datepicker__time-list-item,#chats .date-picker__calendar_size-md .react-datepicker__month-text,#chats .date-picker__calendar_size-md .react-datepicker__year-text{height:40px}#chats .date-picker__calendar_size-md .date-picker__header-top{height:40px}#chats .date-picker__calendar_size-lg .react-datepicker__day,#chats .date-picker__calendar_size-lg .react-datepicker__day-name,#chats .date-picker__calendar_size-lg .react-datepicker__week-number{width:50px;height:50px}#chats .date-picker__calendar_size-lg .react-datepicker-time__header,#chats .date-picker__calendar_size-lg .react-datepicker__time-list-item,#chats .date-picker__calendar_size-lg .react-datepicker__month-text,#chats .date-picker__calendar_size-lg .react-datepicker__year-text{height:50px}#chats .date-picker__calendar_size-lg .date-picker__header-top{height:50px}#chats .date-picker__calendar_size-xl .react-datepicker__day,#chats .date-picker__calendar_size-xl .react-datepicker__day-name,#chats .date-picker__calendar_size-xl .react-datepicker__week-number{width:60px;height:60px}#chats .date-picker__calendar_size-xl .react-datepicker-time__header,#chats .date-picker__calendar_size-xl .react-datepicker__time-list-item,#chats .date-picker__calendar_size-xl .react-datepicker__month-text,#chats .date-picker__calendar_size-xl .react-datepicker__year-text{height:60px}#chats .date-picker__calendar_size-xl .date-picker__header-top{height:60px}#chats .date-picker__calendar_size-xxl .react-datepicker__day,#chats .date-picker__calendar_size-xxl .react-datepicker__day-name,#chats .date-picker__calendar_size-xxl .react-datepicker__week-number{width:80px;height:80px}#chats .date-picker__calendar_size-xxl .react-datepicker-time__header,#chats .date-picker__calendar_size-xxl .react-datepicker__time-list-item,#chats .date-picker__calendar_size-xxl .react-datepicker__month-text,#chats .date-picker__calendar_size-xxl .react-datepicker__year-text{height:80px}#chats .date-picker__calendar_size-xxl .date-picker__header-top{height:80px}#chats .date-picker__calendar_time-list-border .react-datepicker__time-container{border-left:thin solid #f4f4f5}#chats .dialog__controls{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-5px;margin-left:-5px}#chats .dialog__controls_position-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#chats .dialog__controls_position-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#chats .dialog__controls_position-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#chats .dialog__controls_position-full .dialog__control-item{-ms-flex-preferred-size:100%;flex-basis:100%}#chats .dialog__control-item{padding-right:5px;padding-left:5px}#chats .paper__shell_white .dropdown-item_hover{background-color:#fafafa}#chats .paper__shell_white .dropdown-item_focus{background-color:#fafafa}#chats .paper__shell_white .dropdown-item_active{background-color:#f4f4f5}#chats .paper__shell_white .dropdown-item_disabled{background-color:#fafafa}#chats .paper__shell_white .dropdown-item_chosen{background-color:#f4f4f5}#chats .paper__shell_black .dropdown-item_hover{background-color:#18181b}#chats .paper__shell_black .dropdown-item_focus{background-color:#18181b}#chats .paper__shell_black .dropdown-item_active{background-color:#18181b}#chats .paper__shell_black .dropdown-item_disabled{background-color:#18181b}#chats .paper__shell_black .dropdown-item_chosen{background-color:#18181b}#chats .paper__shell_black .dropdown-item .svg-icon path{fill:#fff}#chats .paper__shell_brand .dropdown-item_hover{background-color:var(--primary-color-hover, #1e1aff)}#chats .paper__shell_brand .dropdown-item_focus{background-color:var(--primary-color, #3733FF)}#chats .paper__shell_brand .dropdown-item_active{background-color:var(--primary-color-active, #0500ff)}#chats .paper__shell_brand .dropdown-item_disabled{background-color:var(--primary-color, #3733FF)}#chats .paper__shell_brand .dropdown-item_chosen{background-color:var(--primary-color, #3733FF)}#chats .paper__shell_brand .dropdown-item .svg-icon path{fill:#fff}#chats .dropdown{border-radius:inherit}#chats .dropdown_inside-indent{padding-top:20px;padding-bottom:20px}#chats .dropdown__list{margin:0;padding:0;list-style-type:none}#chats .dropdown__list.px-0 .dropdown-item{margin-right:0px;margin-left:0px;padding-right:0px;padding-left:0px}#chats .dropdown__list .pl-0{padding-left:10px !important}#chats .dropdown__list.px-1 .dropdown-item{margin-right:-5px;margin-left:-5px;padding-right:5px;padding-left:5px}#chats .dropdown__list .pl-1{padding-left:15px !important}#chats .dropdown__list.px-2 .dropdown-item{margin-right:-10px;margin-left:-10px;padding-right:10px;padding-left:10px}#chats .dropdown__list .pl-2{padding-left:20px !important}#chats .dropdown__list.px-3 .dropdown-item{margin-right:-15px;margin-left:-15px;padding-right:15px;padding-left:15px}#chats .dropdown__list .pl-3{padding-left:25px !important}#chats .dropdown__list.px-4 .dropdown-item{margin-right:-20px;margin-left:-20px;padding-right:20px;padding-left:20px}#chats .dropdown__list .pl-4{padding-left:30px !important}#chats .dropdown__list.px-5 .dropdown-item{margin-right:-25px;margin-left:-25px;padding-right:25px;padding-left:25px}#chats .dropdown__list .pl-5{padding-left:35px !important}#chats .dropdown__list.px-6 .dropdown-item{margin-right:-30px;margin-left:-30px;padding-right:30px;padding-left:30px}#chats .dropdown__list .pl-6{padding-left:40px !important}#chats .dropdown__list.px-7 .dropdown-item{margin-right:-35px;margin-left:-35px;padding-right:35px;padding-left:35px}#chats .dropdown__list .pl-7{padding-left:45px !important}#chats .dropdown__list.px-8 .dropdown-item{margin-right:-40px;margin-left:-40px;padding-right:40px;padding-left:40px}#chats .dropdown__list .pl-8{padding-left:50px !important}#chats .dropdown__list.px-9 .dropdown-item{margin-right:-45px;margin-left:-45px;padding-right:45px;padding-left:45px}#chats .dropdown__list .pl-9{padding-left:55px !important}#chats .dropdown__list.px-10 .dropdown-item{margin-right:-50px;margin-left:-50px;padding-right:50px;padding-left:50px}#chats .dropdown__list .pl-10{padding-left:60px !important}#chats .dropdown__list.px-11 .dropdown-item{margin-right:-55px;margin-left:-55px;padding-right:55px;padding-left:55px}#chats .dropdown__list .pl-11{padding-left:65px !important}#chats .dropdown__list.px-12 .dropdown-item{margin-right:-60px;margin-left:-60px;padding-right:60px;padding-left:60px}#chats .dropdown__list .pl-12{padding-left:70px !important}#chats .dropdown__list.px-13 .dropdown-item{margin-right:-65px;margin-left:-65px;padding-right:65px;padding-left:65px}#chats .dropdown__list .pl-13{padding-left:75px !important}#chats .dropdown__list.px-14 .dropdown-item{margin-right:-70px;margin-left:-70px;padding-right:70px;padding-left:70px}#chats .dropdown__list .pl-14{padding-left:80px !important}#chats .dropdown__list.px-15 .dropdown-item{margin-right:-75px;margin-left:-75px;padding-right:75px;padding-left:75px}#chats .dropdown__list .pl-15{padding-left:85px !important}#chats .dropdown__list.px-16 .dropdown-item{margin-right:-80px;margin-left:-80px;padding-right:80px;padding-left:80px}#chats .dropdown__list .pl-16{padding-left:90px !important}#chats .dropdown__list.px-17 .dropdown-item{margin-right:-85px;margin-left:-85px;padding-right:85px;padding-left:85px}#chats .dropdown__list .pl-17{padding-left:95px !important}#chats .dropdown__list.px-18 .dropdown-item{margin-right:-90px;margin-left:-90px;padding-right:90px;padding-left:90px}#chats .dropdown__list .pl-18{padding-left:100px !important}#chats .dropdown__list.px-19 .dropdown-item{margin-right:-95px;margin-left:-95px;padding-right:95px;padding-left:95px}#chats .dropdown__list .pl-19{padding-left:105px !important}#chats .dropdown__list.px-20 .dropdown-item{margin-right:-100px;margin-left:-100px;padding-right:100px;padding-left:100px}#chats .dropdown__list .pl-20{padding-left:110px !important}#chats .dropdown__list.px-21 .dropdown-item{margin-right:-105px;margin-left:-105px;padding-right:105px;padding-left:105px}#chats .dropdown__list .pl-21{padding-left:115px !important}#chats .dropdown__list.px-22 .dropdown-item{margin-right:-110px;margin-left:-110px;padding-right:110px;padding-left:110px}#chats .dropdown__list .pl-22{padding-left:120px !important}#chats .dropdown__list.px-23 .dropdown-item{margin-right:-115px;margin-left:-115px;padding-right:115px;padding-left:115px}#chats .dropdown__list .pl-23{padding-left:125px !important}#chats .dropdown__list.px-24 .dropdown-item{margin-right:-120px;margin-left:-120px;padding-right:120px;padding-left:120px}#chats .dropdown__list .pl-24{padding-left:130px !important}#chats .dropdown__prepend,#chats .dropdown__append{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#chats .dropdown__prepend>*,#chats .dropdown__append>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#chats .dropdown__scrollarea{padding-right:0}#chats .dropdown__scrollarea .scrollarea__track_vertical{right:8px}#chats .dropdown__scrollarea[scroll-enable=true] .dropdown-item{padding-right:40px}#chats .dropdown .paper__shell{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#chats .dropdown-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;outline:none;-webkit-transition:background-color .1s linear;transition:background-color .1s linear}#chats .dropdown-item_ellipsis .text-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#chats .dropdown-item__link{margin-bottom:3px;margin-left:10px;text-decoration:none;color:#3b82f6;outline:none}#chats .dropdown-item__link_disabled{color:#d4d4d8 !important;pointer-events:none;cursor:default}#chats .dropdown-item__checkbox,#chats .dropdown-item__button{overflow:hidden;pointer-events:none}#chats .dropdown-item__button_right .btn__content{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}#chats .dropdown-item label{pointer-events:none}#chats .dropdown-item__prepend{margin-left:12px}#chats .dropdown-item__group-title{font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#71717a;height:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#chats .field{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;cursor:pointer;border-radius:inherit;outline:none;-webkit-transition:background-color .15s linear;transition:background-color .15s linear;font-size:14px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .field-info_inside .field_lg input{padding-top:25px}#chats .field-info_inside .field_xl input{padding-top:30px}#chats .field-info_inside .field_xxl input{padding-top:45px}#chats .field__additional,#chats .field__element{max-width:100%;font-weight:inherit;font-size:1em;white-space:nowrap;background-color:inherit}#chats .field-info_inside .field__additional,#chats .field-info_inside .field__element{-ms-flex-item-align:end;align-self:flex-end}#chats .field-info_inside .field_lg .field__additional,#chats .field-info_inside .field_lg .field__element{padding-bottom:5px}#chats .field-info_inside .field_xl .field__additional,#chats .field-info_inside .field_xl .field__element{padding-bottom:10px}#chats .field-info_inside .field_xxl .field__additional,#chats .field-info_inside .field_xxl .field__element{padding-bottom:15px}#chats .field__additional_before{margin-right:10px}#chats .field__additional_after{margin-left:10px}#chats .field__element{overflow:hidden;width:100%;text-align:left;text-overflow:ellipsis}#chats .field_readonly,#chats .field_readonly input .field_readonly textarea{cursor:auto}#chats .field_disabled{cursor:not-allowed !important;color:#d4d4d8}#chats .field_disabled .field__icon,#chats .field_disabled .svg-icon{color:#a1a1aa}#chats .field_disabled .field__icon>path,#chats .field_disabled .svg-icon>path{fill:#a1a1aa}#chats .field_disabled input,#chats .field_disabled textarea,#chats .field_disabled select{cursor:not-allowed;-webkit-text-fill-color:#d4d4d8}#chats .field__clear{z-index:1;margin-right:-5px}#chats .field__clear .svg-icon path{fill:#a1a1aa}#chats .field__icon{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .field__icon_before path,#chats .field__icon_after path{fill:#52525b}#chats .field__icon_before{margin-right:10px}#chats .field__icon_before .svg-icon{font-size:20px}#chats .field__icon_after{margin-left:10px}#chats .field-info{border-radius:inherit}#chats .field-info_inside{position:relative;height:100%}#chats .field-info_inside .field-info__label{position:absolute;top:50%;left:0;z-index:1;margin:0;pointer-events:none;color:#71717a;-webkit-transition:top .2s ease;transition:top .2s ease;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#chats .shell-element_xxl .field-info_inside .field-info__label{padding:0 15px}#chats .field-info_inside .text-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:font-size .2s;transition:font-size .2s}#chats .field-info_inside .text-label_required:after{color:#f43f5e}#chats .field-info_inside.field-info_focus .field-info__label,#chats .field-info_inside.field-info_has-value .field-info__label{top:30%}#chats .field-info_inside.field-info_icon .field-info__label{padding-left:40px}#chats .field-wrapper_inline{display:inline-block;vertical-align:middle}#chats .field-wrapper_press-effect-animation{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transition-timing-function:ease;transition-timing-function:ease;will-change:transform}#chats .field-wrapper_active-animation{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(0.98);transform:scale(0.98)}#chats .field-wrapper__shell{overflow:initial}#chats .field-wrapper__shell.shell-element_secondary{color:#27272a;background-color:#f3f4f6}#chats .field-wrapper__shell.shell-element_secondary.shell-element input:-webkit-autofill,#chats .field-wrapper__shell.shell-element_secondary.shell-element input:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_secondary.shell-element input:-webkit-autofill:focus,#chats .field-wrapper__shell.shell-element_secondary.shell-element textarea:-webkit-autofill,#chats .field-wrapper__shell.shell-element_secondary.shell-element textarea:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_secondary.shell-element textarea:-webkit-autofill:focus,#chats .field-wrapper__shell.shell-element_secondary.shell-element select:-webkit-autofill,#chats .field-wrapper__shell.shell-element_secondary.shell-element select:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_secondary.shell-element select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 100px #f3f4f6 inset;box-shadow:0 0 0 100px #f3f4f6 inset}#chats .field-wrapper__shell.shell-element_secondary.shell-element_chosen:after{border-color:#3b82f6}#chats .field-wrapper__shell.shell-element_secondary.shell-element_chosen:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .field-wrapper__shell.shell-element_secondary.shell-element_chosen.shell-element_danger:before{-webkit-box-shadow:0 0 0 2px rgba(244,63,94,.2);box-shadow:0 0 0 2px rgba(244,63,94,.2)}#chats .field-wrapper__shell.shell-element_secondary.shell-element_accentChosen{color:#27272a !important}#chats .field-wrapper__shell.shell-element_secondary.shell-element_accentChosen:after{border-color:#bae6fd}#chats .field-wrapper__shell.shell-element_secondary.shell-element_accentChosen.shell-element_danger:before{-webkit-box-shadow:0 0 0 2px rgba(244,63,94,.2);box-shadow:0 0 0 2px rgba(244,63,94,.2)}#chats .field-wrapper__shell.shell-element_secondary.shell-element_danger:after{border-color:#f43f5e}#chats .field-wrapper__shell.shell-element_secondary.field-wrapper__shell_readonly{background-color:#f3f4f6}#chats .field-wrapper__shell.shell-element_secondary.field-wrapper__shell_disabled{background-color:#fafafa}#chats .field-wrapper__shell.shell-element_white{color:#27272a;background-color:#fff}#chats .field-wrapper__shell.shell-element_white.shell-element input:-webkit-autofill,#chats .field-wrapper__shell.shell-element_white.shell-element input:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_white.shell-element input:-webkit-autofill:focus,#chats .field-wrapper__shell.shell-element_white.shell-element textarea:-webkit-autofill,#chats .field-wrapper__shell.shell-element_white.shell-element textarea:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_white.shell-element textarea:-webkit-autofill:focus,#chats .field-wrapper__shell.shell-element_white.shell-element select:-webkit-autofill,#chats .field-wrapper__shell.shell-element_white.shell-element select:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_white.shell-element select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 100px #fff inset;box-shadow:0 0 0 100px #fff inset}#chats .field-wrapper__shell.shell-element_white.shell-element_chosen:after{border-color:#3b82f6}#chats .field-wrapper__shell.shell-element_white.shell-element_chosen:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .field-wrapper__shell.shell-element_white.shell-element_chosen.shell-element_danger:before{-webkit-box-shadow:0 0 0 2px rgba(244,63,94,.2);box-shadow:0 0 0 2px rgba(244,63,94,.2)}#chats .field-wrapper__shell.shell-element_white.shell-element_accentChosen{color:#27272a !important}#chats .field-wrapper__shell.shell-element_white.shell-element_accentChosen:after{border-color:#bae6fd}#chats .field-wrapper__shell.shell-element_white.shell-element_accentChosen.shell-element_danger:before{-webkit-box-shadow:0 0 0 2px rgba(244,63,94,.2);box-shadow:0 0 0 2px rgba(244,63,94,.2)}#chats .field-wrapper__shell.shell-element_white.shell-element_danger:after{border-color:#f43f5e}#chats .field-wrapper__shell.shell-element_white.field-wrapper__shell_readonly{background-color:#f9fafb}#chats .field-wrapper__shell.shell-element_white.field-wrapper__shell_disabled{background-color:#fff}#chats .field-wrapper__shell.shell-element_black{color:#fff;background-color:#27272a}#chats .field-wrapper__shell.shell-element_black.shell-element input:-webkit-autofill,#chats .field-wrapper__shell.shell-element_black.shell-element input:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_black.shell-element input:-webkit-autofill:focus,#chats .field-wrapper__shell.shell-element_black.shell-element textarea:-webkit-autofill,#chats .field-wrapper__shell.shell-element_black.shell-element textarea:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_black.shell-element textarea:-webkit-autofill:focus,#chats .field-wrapper__shell.shell-element_black.shell-element select:-webkit-autofill,#chats .field-wrapper__shell.shell-element_black.shell-element select:-webkit-autofill:hover,#chats .field-wrapper__shell.shell-element_black.shell-element select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 100px #27272a inset;box-shadow:0 0 0 100px #27272a inset}#chats .field-wrapper__shell.shell-element_black.shell-element_chosen:after{border-color:#3b82f6}#chats .field-wrapper__shell.shell-element_black.shell-element_chosen:before{-webkit-box-shadow:0 0 0 2px rgba(59,130,246,.2);box-shadow:0 0 0 2px rgba(59,130,246,.2)}#chats .field-wrapper__shell.shell-element_black.shell-element_chosen.shell-element_danger:before{-webkit-box-shadow:0 0 0 2px rgba(244,63,94,.2);box-shadow:0 0 0 2px rgba(244,63,94,.2)}#chats .field-wrapper__shell.shell-element_black.shell-element_accentChosen{color:#27272a !important}#chats .field-wrapper__shell.shell-element_black.shell-element_accentChosen:after{border-color:#bae6fd}#chats .field-wrapper__shell.shell-element_black.shell-element_accentChosen.shell-element_danger:before{-webkit-box-shadow:0 0 0 2px rgba(244,63,94,.2);box-shadow:0 0 0 2px rgba(244,63,94,.2)}#chats .field-wrapper__shell.shell-element_black.shell-element_danger:after{border-color:#f43f5e}#chats .field-wrapper__shell.shell-element_black.field-wrapper__shell_readonly{background-color:#71717a}#chats .field-wrapper__shell.shell-element_white.field-wrapper__shell_disabled::after{border-color:#e4e4e7}#chats .field-wrapper__shell.shell-element_white.field-wrapper__shell_border::after{border-color:#d4d4d8}#chats .field-root_full-width{display:block;width:100%}#chats .filelist{margin:0;padding:0;list-style-type:none}#chats .filelist_kind-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#chats .filelist__item{position:relative}#chats .filelist__item_size-xs .filelist__img{min-width:20px;width:20px;height:20px}#chats .filelist__item_size-xs.filelist__item_kind-list .filelist__btn{padding-left:20px}#chats .filelist__item_size-xs.filelist__item_kind-filename .filelist__item_info{margin-left:12px}#chats .filelist__item_size-xs.filelist__item_kind-filename .filelist__remove{left:10px}#chats .filelist__item_size-sm .filelist__img{min-width:30px;width:30px;height:30px}#chats .filelist__item_size-sm.filelist__item_kind-list .filelist__btn{padding-left:30px}#chats .filelist__item_size-sm.filelist__item_kind-filename .filelist__item_info{margin-left:12px}#chats .filelist__item_size-sm.filelist__item_kind-filename .filelist__remove{left:20px}#chats .filelist__item_size-md .filelist__img{min-width:40px;width:40px;height:40px}#chats .filelist__item_size-md.filelist__item_kind-list .filelist__btn{padding-left:40px}#chats .filelist__item_size-md.filelist__item_kind-filename .filelist__item_info{margin-left:13px}#chats .filelist__item_size-md.filelist__item_kind-filename .filelist__remove{left:30px}#chats .filelist__item_size-lg .filelist__img{min-width:50px;width:50px;height:50px}#chats .filelist__item_size-lg.filelist__item_kind-list .filelist__btn{padding-left:50px}#chats .filelist__item_size-lg.filelist__item_kind-filename .filelist__item_info{margin-left:15px}#chats .filelist__item_size-lg.filelist__item_kind-filename .filelist__remove{left:40px}#chats .filelist__item_size-xl .filelist__img{min-width:60px;width:60px;height:60px}#chats .filelist__item_size-xl.filelist__item_kind-list .filelist__btn{padding-left:60px}#chats .filelist__item_size-xl.filelist__item_kind-filename .filelist__item_info{margin-left:16px}#chats .filelist__item_size-xl.filelist__item_kind-filename .filelist__remove{left:50px}#chats .filelist__item_size-xxl .filelist__img{min-width:80px;width:80px;height:80px}#chats .filelist__item_size-xxl.filelist__item_kind-list .filelist__btn{padding-left:80px}#chats .filelist__item_size-xxl.filelist__item_kind-filename .filelist__item_info{margin-left:16px}#chats .filelist__item_size-xxl.filelist__item_kind-filename .filelist__remove{left:60px}#chats .filelist__item_kind-list{display:block;margin-bottom:5px}#chats .filelist__item_kind-list .filelist__btn{background-color:#fff}#chats .filelist__item_kind-list .filelist__img .svg-icon path{fill:#fff}#chats .filelist__item_kind-list .filelist__item_filesize{color:#a1a1aa;font-size:12px;margin-left:10px}#chats .filelist__item_kind-list .filelist__item_filesize{color:#a1a1aa;font-size:12px;margin-left:10px}#chats .filelist__item_kind-list .filelist__item_filesize{color:#a1a1aa;font-size:12px;margin-left:10px}#chats .filelist__item_kind-list:last-child{margin-bottom:0}#chats .filelist__item_kind-grid{display:inline-block;margin:10px 15px 15px 0}#chats .filelist__item_kind-grid .filelist__btn .btn{padding:0 !important}#chats .filelist__item_kind-grid .filelist__btn .btn_hover .filelist__zoom,#chats .filelist__item_kind-grid .filelist__btn .btn_focus .filelist__zoom{background-color:rgba(0,0,0,.5)}#chats .filelist__item_kind-grid .filelist__btn .btn_hover .filelist__zoom .svg-icon,#chats .filelist__item_kind-grid .filelist__btn .btn_focus .filelist__zoom .svg-icon{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}#chats .filelist__item_kind-grid .filelist__img{position:relative}#chats .filelist__item_kind-grid .filelist__img .svg-icon path{fill:#fff}#chats .filelist__item_kind-filename{margin-bottom:15px}#chats .filelist__item_kind-filename:last-child{margin-bottom:0}#chats .filelist__item_kind-filename .filelist__img{position:relative}#chats .filelist__item_kind-filename .filelist__item_info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#chats .filelist__item_kind-filename .filelist__item_filesize{margin-top:2px}#chats .filelist__item_filesize{font-size:14px}#chats .filelist__item_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}#chats .filelist__item_name-wrapper{display:grid;grid-template-columns:auto 1fr}#chats .filelist .filelist__item_size-xs.filelist__item_kind-list .filelist__item_filesize{font-size:10px}#chats .filelist .filelist__item_size-xs.filelist__item_kind-list .filelist__text{font-size:12px}#chats .filelist .filelist__item_size-xs.filelist__item_kind-filename .filelist__item_info,#chats .filelist .filelist__item_size-sm.filelist__item_kind-filename .filelist__item_info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#chats .filelist .filelist__item_size-xs.filelist__item_kind-filename .filelist__item_filesize,#chats .filelist .filelist__item_size-sm.filelist__item_kind-filename .filelist__item_filesize{margin-top:0;margin-left:12px}#chats .filelist__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#chats .filelist__btn .btn{position:static;padding-right:40px !important;text-align:left}#chats .filelist__img{position:absolute;top:0;left:0;display:block;overflow:hidden;border-radius:10px}#chats .filelist__img .svg-icon,#chats .filelist__img .svg-icon:first-child,#chats .filelist__img .svg-icon:last-child{margin:auto}#chats .filelist__img_border-radius-sm{border-radius:5px}#chats .filelist__img_border-radius-md{border-radius:10px}#chats .filelist__img_border-radius-lg{border-radius:15px}#chats .filelist__img_border-radius-xl{border-radius:20px}#chats .filelist__img_type-list{border-top-right-radius:0;border-bottom-right-radius:0}#chats .filelist__img_type-list,#chats .filelist__img_type-grid{background-color:#f4f4f5}#chats .filelist__img_type-filename{border-radius:0}#chats .filelist__img_kind-img{background-color:#36d2ad}#chats .filelist__img_kind-img .svg-icon{color:#fff}#chats .filelist__img_kind-doc{background-color:#3b82f6}#chats .filelist__img_kind-doc .svg-icon{color:#fff}#chats .filelist__img_kind-xls{background-color:#22c55e}#chats .filelist__img_kind-xls .svg-icon{color:#fff}#chats .filelist__img_kind-pdf{background-color:#ef4444}#chats .filelist__img_kind-pdf .svg-icon{color:#fff}#chats .filelist__img_kind-video{background-color:#627cfe}#chats .filelist__img_kind-video .svg-icon{color:#fff}#chats .filelist__img_kind-ppt{background-color:#ff8001}#chats .filelist__img_kind-ppt .svg-icon{color:#fff}#chats .filelist__img_kind-zip{background-color:#fb923c}#chats .filelist__img_kind-zip .svg-icon{margin-left:5px !important;color:#fff}#chats .filelist__img_kind-sig{background-color:#ba00d9}#chats .filelist__img_kind-sig .svg-icon{color:#fff}#chats .filelist__img_kind-default{background-color:#424242}#chats .filelist__img img{position:absolute;top:50%;left:50%;max-width:100%;height:100%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-o-object-fit:cover;object-fit:cover}#chats .filelist__img .svg-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#chats .filelist__remove{position:absolute;z-index:2;width:20px;height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#chats .filelist__remove .btn{border-radius:50%}#chats .filelist__remove .svg-icon>path{fill:#52525b}#chats .filelist_kind-list .filelist__remove{top:50%;right:12px}#chats .filelist_kind-list .filelist__remove .btn_ghost.btn_hover{background-color:#fff}#chats .filelist_kind-list .filelist__remove .btn_ghost.btn_focus{background-color:#fff}#chats .filelist_kind-list .filelist__remove .btn_ghost.btn_active{background-color:#f4f4f5}#chats .filelist_kind-list .filelist__remove .btn_ghost.btn_disabled{background-color:#fff}#chats .filelist_kind-grid .filelist__remove{top:0;right:-10px}#chats .filelist_kind-grid .filelist__remove .btn_ghost{background-color:#fff}#chats .filelist_kind-filename .filelist__remove{top:0}#chats .filelist__zoom{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;background-color:rgba(0,0,0,0);-webkit-transition:.3s ease;transition:.3s ease}#chats .filelist__zoom .svg-icon{opacity:0;color:#fff;-webkit-transform:translateY(5px) scale(0.95);transform:translateY(5px) scale(0.95)}#chats .filelist__zoom .svg-icon path{fill:#fff}#chats .filelist__zoom_border-radius-sm{border-radius:5px}#chats .filelist__zoom_border-radius-md{border-radius:10px}#chats .filelist__zoom_border-radius-lg{border-radius:15px}#chats .filelist__zoom_border-radius-xl{border-radius:20px}#chats .viewer-email-form{padding:1px 20px}#chats .viewer-email-form__row{margin:20px 0}#chats .viewer-email-form__row_send{margin-top:25px !important;margin-bottom:25px !important}#chats .viewer-email-form__info{position:absolute;top:50px;left:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:calc(100% - 50px);padding:20px;line-height:1.57;text-align:center;background-color:#fff}#chats .viewer-email-form__send{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:40px 20px;background-color:#fff}#chats .viewer-email-form__send h4{margin-bottom:10px}#chats .viewer-email-form__send p{margin-bottom:20px}#chats .viewer-email-form__send a{text-decoration:none;color:#3b82f6}#chats .viewer-email-form__close{position:absolute;top:0;right:0;color:#71717a}#chats .file-viewer .paper__shell{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .file-viewer_one:not(.file-viewer_zoom) .file-viewer__slider{padding-right:20px;padding-left:20px}#chats .file-viewer_inline{height:100%}#chats .file-viewer_inline .paper_full{height:inherit}#chats .file-viewer_sticky .file-viewer__header{position:absolute;top:10px;left:0;z-index:2;width:100%;margin-top:0}#chats .file-viewer .glide{height:100%}#chats .file-viewer .glide__container,#chats .file-viewer .glide__track,#chats .file-viewer .glide__slides,#chats .file-viewer .glide__slide{height:inherit}#chats .file-viewer .glide__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#chats .file-viewer .glide__arrow_prev{right:100%;left:auto;margin-right:20px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}#chats .file-viewer .glide__arrow_next{right:auto;left:100%;margin-left:20px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}#chats .file-viewer__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-top:-20px;padding:10px 20px}#chats .file-viewer__buttons{margin-left:auto}#chats .file-viewer__btn{margin-left:20px}#chats .file-viewer__main{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;height:100%;padding-top:20px;padding-bottom:20px}#chats .file-viewer__main .trend-ui-icon-root__Link path,#chats .file-viewer__main .trend-ui-icon-root__Download path,#chats .file-viewer__main .trend-ui-icon-root__Mail path,#chats .file-viewer__main .trend-ui-icon-root__Maximize path,#chats .file-viewer__main .trend-ui-icon-root__Print path,#chats .file-viewer__main .trend-ui-icon-root__CrossMini path,#chats .file-viewer__main .trend-ui-icon-root__ChevronRight path,#chats .file-viewer__main .trend-ui-icon-root__ChevronLeft path,#chats .file-viewer__main .trend-ui-icon-root__Plus path,#chats .file-viewer__main .trend-ui-icon-root__Minus path{fill:#52525b}#chats .file-viewer__slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;max-height:100%}@media(min-width: 768px){#chats .file-viewer__slider{padding-right:80px;padding-left:80px}}#chats .file-viewer__item{position:relative;overflow:hidden;width:100%;height:100%;border-radius:10px}@media print{#chats .file-viewer__item{padding:50px}}#chats .file-viewer__item .react-transform-component,#chats .file-viewer__item .react-transform-wrapper{width:100%;height:100%}@media print{#chats .file-viewer__item .react-transform-component,#chats .file-viewer__item .react-transform-wrapper{-webkit-transform:none !important;transform:none !important}}#chats .file-viewer__item .react-transform-component,#chats .file-viewer__item .react-transform-component>*:not(img){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}#chats .file-viewer__item iframe{width:100%;height:100%;border:none}#chats .file-viewer__item .lazy-image__wrapper,#chats .file-viewer__item img{display:block;max-width:100%;max-height:100%;margin:auto;border-radius:10px}@media print{#chats .file-viewer__item .lazy-image__wrapper,#chats .file-viewer__item img{display:initial;width:auto;height:auto}}#chats .file-viewer__aside{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px;max-width:360px;-webkit-box-shadow:0 8px 12px 0 rgba(0,0,0,.03);box-shadow:0 8px 12px 0 rgba(0,0,0,.03)}#chats .file-viewer__zoom-button{position:absolute;right:20px;bottom:2px;z-index:2;display:none}@media(min-width: 768px){#chats .file-viewer__zoom-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}#chats .file-viewer__zoom-in{border-bottom-right-radius:0;border-bottom-left-radius:0}#chats .file-viewer__zoom-out{border-top-left-radius:0;border-top-right-radius:0}#chats .gallery-modal__navigation{width:100%;margin-top:20px;padding-right:80px;padding-left:80px}#chats .gallery-modal__navigation .gallery-nav{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#chats .gallery-modal__navigation .gallery-nav_scrollable{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#chats .gallery-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#chats .gallery-nav_scrollable{overflow:hidden}#chats .gallery-nav_scrollable .gallery-nav__menu{overflow:unset;width:auto;will-change:transform}#chats .gallery-nav_mobile-scroll{overflow:auto}#chats .gallery-nav_mobile-scroll::-webkit-scrollbar{width:0;height:0;background:rgba(0,0,0,0)}#chats .gallery-nav__menu{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:-3px;margin-left:-3px;padding:2px 0}#chats .gallery-nav__item{position:relative;margin-right:5px;margin-left:5px;cursor:pointer;border-radius:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .gallery-nav__item-inner{position:relative;overflow:hidden;width:40px;height:40px;pointer-events:none;border-radius:inherit;-webkit-box-shadow:0 0 0 2px rgba(0,0,0,0);box-shadow:0 0 0 2px rgba(0,0,0,0);-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s, -webkit-box-shadow .2s}#chats .gallery-nav__item-inner>*{position:absolute;top:0;left:0;width:100%;height:100%}@media not all and (min-resolution:.001dpcm){#chats .gallery-nav__item{z-index:1}}#chats .gallery-nav__item .lazy-image__wrapper,#chats .gallery-nav__item img{width:100%;height:100%;border-radius:inherit;-o-object-fit:cover;object-fit:cover}#chats .gallery-nav__item_active .gallery-nav__item-inner{-webkit-box-shadow:0 0 0 2px rgba(19,134,255,.2);box-shadow:0 0 0 2px rgba(19,134,255,.2)}#chats .gallery-nav__item_last~*{visibility:hidden}#chats .gallery-nav__item_last span{position:absolute;top:50%;left:50%;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;color:#fff;border-radius:inherit;background-color:rgba(0,0,0,.5);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:13px;line-height:18px}#chats .gallery-nav__after-menu{margin-left:20px}#chats .gallery-nav__right-side{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:-10px;margin-left:auto;padding-left:50px}#chats .gallery-nav__right-side>*{margin-right:10px;margin-left:10px}#chats .gallery_navigation .gallery__slider,#chats .gallery_navigation .gallery__item{border-radius:inherit}#chats .gallery .glide{border-radius:10px}@media not all and (min-resolution:.001dpcm){#chats .gallery .glide{z-index:1}}#chats .gallery .glide_peek{border-radius:0}#chats .gallery_navigation-inside .gallery__slider,#chats .gallery_navigation-inside .gallery__item,#chats .gallery_navigation-inside .glide{border-radius:inherit;border-bottom-right-radius:0;border-bottom-left-radius:0}#chats .gallery_peek .gallery__slider{border-radius:0}#chats .gallery_border{border:1px solid #e4e4e7}#chats .gallery .glide{overflow:hidden}#chats .gallery .glide__arrow{-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}#chats .gallery .glide__arrow_prev{left:10px}#chats .gallery .glide__arrow_next{right:10px}#chats .gallery .glide-dots{position:absolute;right:0;bottom:0;left:0;z-index:1;height:40px;margin-top:0;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(13.78%, transparent), to(#27272A));background:linear-gradient(180deg, transparent 0%, transparent 13.78%, #27272A 100%)}#chats .gallery .glide-dots_flat{height:100%;background:none}#chats .gallery__slider{position:relative;overflow:hidden}#chats .gallery__slider .trend-ui-icon-root__Link path,#chats .gallery__slider .trend-ui-icon-root__Download path,#chats .gallery__slider .trend-ui-icon-root__Mail path,#chats .gallery__slider .trend-ui-icon-root__Maximize path,#chats .gallery__slider .trend-ui-icon-root__Print path,#chats .gallery__slider .trend-ui-icon-root__CrossMini path,#chats .gallery__slider .trend-ui-icon-root__ChevronRight path,#chats .gallery__slider .trend-ui-icon-root__ChevronLeft path,#chats .gallery__slider .trend-ui-icon-root__Plus path,#chats .gallery__slider .trend-ui-icon-root__Minus path{fill:#52525b}#chats .gallery__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding-top:61.8%;border-radius:10px}#chats .gallery__item>*{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%, -50%, 0) !important;transform:translate3d(-50%, -50%, 0) !important}#chats .gallery__item>*:not(img){width:100%;height:100%;border-radius:inherit}#chats .gallery__item .lazy-image__wrapper,#chats .gallery__item img{display:block;margin:auto;border-radius:inherit}#chats .gallery__item .lazy-image__wrapper{height:100%}#chats .gallery__item img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}#chats .gallery__zoom{position:absolute;top:10px;right:10px;z-index:2;display:none}@media(min-width: 768px){#chats .gallery__zoom{display:block}}#chats .gallery__navigation{padding-top:20px}#chats .gallery__navigation_inside{padding:20px;background-color:#fff}#chats .gallery__overlay{overflow:hidden;background-color:rgba(0,0,0,0)}#chats .container,#chats .container-fluid,#chats .container-xl,#chats .container-lg,#chats .container-md,#chats .container-sm{--bs-gutter-x: 20px;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 320px){#chats .container-sm,#chats .container{max-width:540px}}@media(min-width: 768px){#chats .container-md,#chats .container-sm,#chats .container{max-width:720px}}@media(min-width: 992px){#chats .container-lg,#chats .container-md,#chats .container-sm,#chats .container{max-width:960px}}@media(min-width: 1200px){#chats .container-xl,#chats .container-lg,#chats .container-md,#chats .container-sm,#chats .container{max-width:1200px}}#chats .row{--bs-gutter-x: 20px;--bs-gutter-y: 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}#chats .row>*{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}#chats .col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}#chats .row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}#chats .row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}#chats .row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}#chats .col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}#chats .col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}#chats .col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}#chats .col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}#chats .col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}#chats .col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}#chats .col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}#chats .col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}#chats .col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}#chats .col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .offset-1{margin-left:8.33333333%}#chats .offset-2{margin-left:16.66666667%}#chats .offset-3{margin-left:25%}#chats .offset-4{margin-left:33.33333333%}#chats .offset-5{margin-left:41.66666667%}#chats .offset-6{margin-left:50%}#chats .offset-7{margin-left:58.33333333%}#chats .offset-8{margin-left:66.66666667%}#chats .offset-9{margin-left:75%}#chats .offset-10{margin-left:83.33333333%}#chats .offset-11{margin-left:91.66666667%}#chats .g-0,#chats .gx-0{--bs-gutter-x: 0px}#chats .g-0,#chats .gy-0{--bs-gutter-y: 0px}#chats .g-1,#chats .gx-1{--bs-gutter-x: 5px}#chats .g-1,#chats .gy-1{--bs-gutter-y: 5px}#chats .g-2,#chats .gx-2{--bs-gutter-x: 10px}#chats .g-2,#chats .gy-2{--bs-gutter-y: 10px}#chats .g-3,#chats .gx-3{--bs-gutter-x: 15px}#chats .g-3,#chats .gy-3{--bs-gutter-y: 15px}#chats .g-4,#chats .gx-4{--bs-gutter-x: 20px}#chats .g-4,#chats .gy-4{--bs-gutter-y: 20px}#chats .g-5,#chats .gx-5{--bs-gutter-x: 25px}#chats .g-5,#chats .gy-5{--bs-gutter-y: 25px}#chats .g-6,#chats .gx-6{--bs-gutter-x: 30px}#chats .g-6,#chats .gy-6{--bs-gutter-y: 30px}#chats .g-7,#chats .gx-7{--bs-gutter-x: 35px}#chats .g-7,#chats .gy-7{--bs-gutter-y: 35px}#chats .g-8,#chats .gx-8{--bs-gutter-x: 40px}#chats .g-8,#chats .gy-8{--bs-gutter-y: 40px}#chats .g-9,#chats .gx-9{--bs-gutter-x: 45px}#chats .g-9,#chats .gy-9{--bs-gutter-y: 45px}#chats .g-10,#chats .gx-10{--bs-gutter-x: 50px}#chats .g-10,#chats .gy-10{--bs-gutter-y: 50px}#chats .g-11,#chats .gx-11{--bs-gutter-x: 55px}#chats .g-11,#chats .gy-11{--bs-gutter-y: 55px}#chats .g-12,#chats .gx-12{--bs-gutter-x: 60px}#chats .g-12,#chats .gy-12{--bs-gutter-y: 60px}#chats .g-13,#chats .gx-13{--bs-gutter-x: 65px}#chats .g-13,#chats .gy-13{--bs-gutter-y: 65px}#chats .g-14,#chats .gx-14{--bs-gutter-x: 70px}#chats .g-14,#chats .gy-14{--bs-gutter-y: 70px}#chats .g-15,#chats .gx-15{--bs-gutter-x: 75px}#chats .g-15,#chats .gy-15{--bs-gutter-y: 75px}#chats .g-16,#chats .gx-16{--bs-gutter-x: 80px}#chats .g-16,#chats .gy-16{--bs-gutter-y: 80px}#chats .g-17,#chats .gx-17{--bs-gutter-x: 85px}#chats .g-17,#chats .gy-17{--bs-gutter-y: 85px}#chats .g-18,#chats .gx-18{--bs-gutter-x: 90px}#chats .g-18,#chats .gy-18{--bs-gutter-y: 90px}#chats .g-19,#chats .gx-19{--bs-gutter-x: 95px}#chats .g-19,#chats .gy-19{--bs-gutter-y: 95px}#chats .g-20,#chats .gx-20{--bs-gutter-x: 100px}#chats .g-20,#chats .gy-20{--bs-gutter-y: 100px}#chats .g-21,#chats .gx-21{--bs-gutter-x: 105px}#chats .g-21,#chats .gy-21{--bs-gutter-y: 105px}#chats .g-22,#chats .gx-22{--bs-gutter-x: 110px}#chats .g-22,#chats .gy-22{--bs-gutter-y: 110px}#chats .g-23,#chats .gx-23{--bs-gutter-x: 115px}#chats .g-23,#chats .gy-23{--bs-gutter-y: 115px}#chats .g-24,#chats .gx-24{--bs-gutter-x: 120px}#chats .g-24,#chats .gy-24{--bs-gutter-y: 120px}@media(min-width: 320px){#chats .col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}#chats .row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}#chats .row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}#chats .row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}#chats .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}#chats .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}#chats .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}#chats .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}#chats .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}#chats .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}#chats .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}#chats .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}#chats .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}#chats .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .offset-sm-0{margin-left:0}#chats .offset-sm-1{margin-left:8.33333333%}#chats .offset-sm-2{margin-left:16.66666667%}#chats .offset-sm-3{margin-left:25%}#chats .offset-sm-4{margin-left:33.33333333%}#chats .offset-sm-5{margin-left:41.66666667%}#chats .offset-sm-6{margin-left:50%}#chats .offset-sm-7{margin-left:58.33333333%}#chats .offset-sm-8{margin-left:66.66666667%}#chats .offset-sm-9{margin-left:75%}#chats .offset-sm-10{margin-left:83.33333333%}#chats .offset-sm-11{margin-left:91.66666667%}#chats .g-sm-0,#chats .gx-sm-0{--bs-gutter-x: 0px}#chats .g-sm-0,#chats .gy-sm-0{--bs-gutter-y: 0px}#chats .g-sm-1,#chats .gx-sm-1{--bs-gutter-x: 5px}#chats .g-sm-1,#chats .gy-sm-1{--bs-gutter-y: 5px}#chats .g-sm-2,#chats .gx-sm-2{--bs-gutter-x: 10px}#chats .g-sm-2,#chats .gy-sm-2{--bs-gutter-y: 10px}#chats .g-sm-3,#chats .gx-sm-3{--bs-gutter-x: 15px}#chats .g-sm-3,#chats .gy-sm-3{--bs-gutter-y: 15px}#chats .g-sm-4,#chats .gx-sm-4{--bs-gutter-x: 20px}#chats .g-sm-4,#chats .gy-sm-4{--bs-gutter-y: 20px}#chats .g-sm-5,#chats .gx-sm-5{--bs-gutter-x: 25px}#chats .g-sm-5,#chats .gy-sm-5{--bs-gutter-y: 25px}#chats .g-sm-6,#chats .gx-sm-6{--bs-gutter-x: 30px}#chats .g-sm-6,#chats .gy-sm-6{--bs-gutter-y: 30px}#chats .g-sm-7,#chats .gx-sm-7{--bs-gutter-x: 35px}#chats .g-sm-7,#chats .gy-sm-7{--bs-gutter-y: 35px}#chats .g-sm-8,#chats .gx-sm-8{--bs-gutter-x: 40px}#chats .g-sm-8,#chats .gy-sm-8{--bs-gutter-y: 40px}#chats .g-sm-9,#chats .gx-sm-9{--bs-gutter-x: 45px}#chats .g-sm-9,#chats .gy-sm-9{--bs-gutter-y: 45px}#chats .g-sm-10,#chats .gx-sm-10{--bs-gutter-x: 50px}#chats .g-sm-10,#chats .gy-sm-10{--bs-gutter-y: 50px}#chats .g-sm-11,#chats .gx-sm-11{--bs-gutter-x: 55px}#chats .g-sm-11,#chats .gy-sm-11{--bs-gutter-y: 55px}#chats .g-sm-12,#chats .gx-sm-12{--bs-gutter-x: 60px}#chats .g-sm-12,#chats .gy-sm-12{--bs-gutter-y: 60px}#chats .g-sm-13,#chats .gx-sm-13{--bs-gutter-x: 65px}#chats .g-sm-13,#chats .gy-sm-13{--bs-gutter-y: 65px}#chats .g-sm-14,#chats .gx-sm-14{--bs-gutter-x: 70px}#chats .g-sm-14,#chats .gy-sm-14{--bs-gutter-y: 70px}#chats .g-sm-15,#chats .gx-sm-15{--bs-gutter-x: 75px}#chats .g-sm-15,#chats .gy-sm-15{--bs-gutter-y: 75px}#chats .g-sm-16,#chats .gx-sm-16{--bs-gutter-x: 80px}#chats .g-sm-16,#chats .gy-sm-16{--bs-gutter-y: 80px}#chats .g-sm-17,#chats .gx-sm-17{--bs-gutter-x: 85px}#chats .g-sm-17,#chats .gy-sm-17{--bs-gutter-y: 85px}#chats .g-sm-18,#chats .gx-sm-18{--bs-gutter-x: 90px}#chats .g-sm-18,#chats .gy-sm-18{--bs-gutter-y: 90px}#chats .g-sm-19,#chats .gx-sm-19{--bs-gutter-x: 95px}#chats .g-sm-19,#chats .gy-sm-19{--bs-gutter-y: 95px}#chats .g-sm-20,#chats .gx-sm-20{--bs-gutter-x: 100px}#chats .g-sm-20,#chats .gy-sm-20{--bs-gutter-y: 100px}#chats .g-sm-21,#chats .gx-sm-21{--bs-gutter-x: 105px}#chats .g-sm-21,#chats .gy-sm-21{--bs-gutter-y: 105px}#chats .g-sm-22,#chats .gx-sm-22{--bs-gutter-x: 110px}#chats .g-sm-22,#chats .gy-sm-22{--bs-gutter-y: 110px}#chats .g-sm-23,#chats .gx-sm-23{--bs-gutter-x: 115px}#chats .g-sm-23,#chats .gy-sm-23{--bs-gutter-y: 115px}#chats .g-sm-24,#chats .gx-sm-24{--bs-gutter-x: 120px}#chats .g-sm-24,#chats .gy-sm-24{--bs-gutter-y: 120px}}@media(min-width: 768px){#chats .col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}#chats .row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}#chats .row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}#chats .row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}#chats .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}#chats .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}#chats .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}#chats .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}#chats .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}#chats .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}#chats .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}#chats .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}#chats .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}#chats .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .offset-md-0{margin-left:0}#chats .offset-md-1{margin-left:8.33333333%}#chats .offset-md-2{margin-left:16.66666667%}#chats .offset-md-3{margin-left:25%}#chats .offset-md-4{margin-left:33.33333333%}#chats .offset-md-5{margin-left:41.66666667%}#chats .offset-md-6{margin-left:50%}#chats .offset-md-7{margin-left:58.33333333%}#chats .offset-md-8{margin-left:66.66666667%}#chats .offset-md-9{margin-left:75%}#chats .offset-md-10{margin-left:83.33333333%}#chats .offset-md-11{margin-left:91.66666667%}#chats .g-md-0,#chats .gx-md-0{--bs-gutter-x: 0px}#chats .g-md-0,#chats .gy-md-0{--bs-gutter-y: 0px}#chats .g-md-1,#chats .gx-md-1{--bs-gutter-x: 5px}#chats .g-md-1,#chats .gy-md-1{--bs-gutter-y: 5px}#chats .g-md-2,#chats .gx-md-2{--bs-gutter-x: 10px}#chats .g-md-2,#chats .gy-md-2{--bs-gutter-y: 10px}#chats .g-md-3,#chats .gx-md-3{--bs-gutter-x: 15px}#chats .g-md-3,#chats .gy-md-3{--bs-gutter-y: 15px}#chats .g-md-4,#chats .gx-md-4{--bs-gutter-x: 20px}#chats .g-md-4,#chats .gy-md-4{--bs-gutter-y: 20px}#chats .g-md-5,#chats .gx-md-5{--bs-gutter-x: 25px}#chats .g-md-5,#chats .gy-md-5{--bs-gutter-y: 25px}#chats .g-md-6,#chats .gx-md-6{--bs-gutter-x: 30px}#chats .g-md-6,#chats .gy-md-6{--bs-gutter-y: 30px}#chats .g-md-7,#chats .gx-md-7{--bs-gutter-x: 35px}#chats .g-md-7,#chats .gy-md-7{--bs-gutter-y: 35px}#chats .g-md-8,#chats .gx-md-8{--bs-gutter-x: 40px}#chats .g-md-8,#chats .gy-md-8{--bs-gutter-y: 40px}#chats .g-md-9,#chats .gx-md-9{--bs-gutter-x: 45px}#chats .g-md-9,#chats .gy-md-9{--bs-gutter-y: 45px}#chats .g-md-10,#chats .gx-md-10{--bs-gutter-x: 50px}#chats .g-md-10,#chats .gy-md-10{--bs-gutter-y: 50px}#chats .g-md-11,#chats .gx-md-11{--bs-gutter-x: 55px}#chats .g-md-11,#chats .gy-md-11{--bs-gutter-y: 55px}#chats .g-md-12,#chats .gx-md-12{--bs-gutter-x: 60px}#chats .g-md-12,#chats .gy-md-12{--bs-gutter-y: 60px}#chats .g-md-13,#chats .gx-md-13{--bs-gutter-x: 65px}#chats .g-md-13,#chats .gy-md-13{--bs-gutter-y: 65px}#chats .g-md-14,#chats .gx-md-14{--bs-gutter-x: 70px}#chats .g-md-14,#chats .gy-md-14{--bs-gutter-y: 70px}#chats .g-md-15,#chats .gx-md-15{--bs-gutter-x: 75px}#chats .g-md-15,#chats .gy-md-15{--bs-gutter-y: 75px}#chats .g-md-16,#chats .gx-md-16{--bs-gutter-x: 80px}#chats .g-md-16,#chats .gy-md-16{--bs-gutter-y: 80px}#chats .g-md-17,#chats .gx-md-17{--bs-gutter-x: 85px}#chats .g-md-17,#chats .gy-md-17{--bs-gutter-y: 85px}#chats .g-md-18,#chats .gx-md-18{--bs-gutter-x: 90px}#chats .g-md-18,#chats .gy-md-18{--bs-gutter-y: 90px}#chats .g-md-19,#chats .gx-md-19{--bs-gutter-x: 95px}#chats .g-md-19,#chats .gy-md-19{--bs-gutter-y: 95px}#chats .g-md-20,#chats .gx-md-20{--bs-gutter-x: 100px}#chats .g-md-20,#chats .gy-md-20{--bs-gutter-y: 100px}#chats .g-md-21,#chats .gx-md-21{--bs-gutter-x: 105px}#chats .g-md-21,#chats .gy-md-21{--bs-gutter-y: 105px}#chats .g-md-22,#chats .gx-md-22{--bs-gutter-x: 110px}#chats .g-md-22,#chats .gy-md-22{--bs-gutter-y: 110px}#chats .g-md-23,#chats .gx-md-23{--bs-gutter-x: 115px}#chats .g-md-23,#chats .gy-md-23{--bs-gutter-y: 115px}#chats .g-md-24,#chats .gx-md-24{--bs-gutter-x: 120px}#chats .g-md-24,#chats .gy-md-24{--bs-gutter-y: 120px}}@media(min-width: 992px){#chats .col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}#chats .row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}#chats .row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}#chats .row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}#chats .col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}#chats .col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}#chats .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}#chats .col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}#chats .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}#chats .col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}#chats .col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}#chats .col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}#chats .col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}#chats .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .offset-lg-0{margin-left:0}#chats .offset-lg-1{margin-left:8.33333333%}#chats .offset-lg-2{margin-left:16.66666667%}#chats .offset-lg-3{margin-left:25%}#chats .offset-lg-4{margin-left:33.33333333%}#chats .offset-lg-5{margin-left:41.66666667%}#chats .offset-lg-6{margin-left:50%}#chats .offset-lg-7{margin-left:58.33333333%}#chats .offset-lg-8{margin-left:66.66666667%}#chats .offset-lg-9{margin-left:75%}#chats .offset-lg-10{margin-left:83.33333333%}#chats .offset-lg-11{margin-left:91.66666667%}#chats .g-lg-0,#chats .gx-lg-0{--bs-gutter-x: 0px}#chats .g-lg-0,#chats .gy-lg-0{--bs-gutter-y: 0px}#chats .g-lg-1,#chats .gx-lg-1{--bs-gutter-x: 5px}#chats .g-lg-1,#chats .gy-lg-1{--bs-gutter-y: 5px}#chats .g-lg-2,#chats .gx-lg-2{--bs-gutter-x: 10px}#chats .g-lg-2,#chats .gy-lg-2{--bs-gutter-y: 10px}#chats .g-lg-3,#chats .gx-lg-3{--bs-gutter-x: 15px}#chats .g-lg-3,#chats .gy-lg-3{--bs-gutter-y: 15px}#chats .g-lg-4,#chats .gx-lg-4{--bs-gutter-x: 20px}#chats .g-lg-4,#chats .gy-lg-4{--bs-gutter-y: 20px}#chats .g-lg-5,#chats .gx-lg-5{--bs-gutter-x: 25px}#chats .g-lg-5,#chats .gy-lg-5{--bs-gutter-y: 25px}#chats .g-lg-6,#chats .gx-lg-6{--bs-gutter-x: 30px}#chats .g-lg-6,#chats .gy-lg-6{--bs-gutter-y: 30px}#chats .g-lg-7,#chats .gx-lg-7{--bs-gutter-x: 35px}#chats .g-lg-7,#chats .gy-lg-7{--bs-gutter-y: 35px}#chats .g-lg-8,#chats .gx-lg-8{--bs-gutter-x: 40px}#chats .g-lg-8,#chats .gy-lg-8{--bs-gutter-y: 40px}#chats .g-lg-9,#chats .gx-lg-9{--bs-gutter-x: 45px}#chats .g-lg-9,#chats .gy-lg-9{--bs-gutter-y: 45px}#chats .g-lg-10,#chats .gx-lg-10{--bs-gutter-x: 50px}#chats .g-lg-10,#chats .gy-lg-10{--bs-gutter-y: 50px}#chats .g-lg-11,#chats .gx-lg-11{--bs-gutter-x: 55px}#chats .g-lg-11,#chats .gy-lg-11{--bs-gutter-y: 55px}#chats .g-lg-12,#chats .gx-lg-12{--bs-gutter-x: 60px}#chats .g-lg-12,#chats .gy-lg-12{--bs-gutter-y: 60px}#chats .g-lg-13,#chats .gx-lg-13{--bs-gutter-x: 65px}#chats .g-lg-13,#chats .gy-lg-13{--bs-gutter-y: 65px}#chats .g-lg-14,#chats .gx-lg-14{--bs-gutter-x: 70px}#chats .g-lg-14,#chats .gy-lg-14{--bs-gutter-y: 70px}#chats .g-lg-15,#chats .gx-lg-15{--bs-gutter-x: 75px}#chats .g-lg-15,#chats .gy-lg-15{--bs-gutter-y: 75px}#chats .g-lg-16,#chats .gx-lg-16{--bs-gutter-x: 80px}#chats .g-lg-16,#chats .gy-lg-16{--bs-gutter-y: 80px}#chats .g-lg-17,#chats .gx-lg-17{--bs-gutter-x: 85px}#chats .g-lg-17,#chats .gy-lg-17{--bs-gutter-y: 85px}#chats .g-lg-18,#chats .gx-lg-18{--bs-gutter-x: 90px}#chats .g-lg-18,#chats .gy-lg-18{--bs-gutter-y: 90px}#chats .g-lg-19,#chats .gx-lg-19{--bs-gutter-x: 95px}#chats .g-lg-19,#chats .gy-lg-19{--bs-gutter-y: 95px}#chats .g-lg-20,#chats .gx-lg-20{--bs-gutter-x: 100px}#chats .g-lg-20,#chats .gy-lg-20{--bs-gutter-y: 100px}#chats .g-lg-21,#chats .gx-lg-21{--bs-gutter-x: 105px}#chats .g-lg-21,#chats .gy-lg-21{--bs-gutter-y: 105px}#chats .g-lg-22,#chats .gx-lg-22{--bs-gutter-x: 110px}#chats .g-lg-22,#chats .gy-lg-22{--bs-gutter-y: 110px}#chats .g-lg-23,#chats .gx-lg-23{--bs-gutter-x: 115px}#chats .g-lg-23,#chats .gy-lg-23{--bs-gutter-y: 115px}#chats .g-lg-24,#chats .gx-lg-24{--bs-gutter-x: 120px}#chats .g-lg-24,#chats .gy-lg-24{--bs-gutter-y: 120px}}@media(min-width: 1200px){#chats .col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}#chats .row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}#chats .row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}#chats .row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}#chats .col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}#chats .col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}#chats .col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}#chats .col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}#chats .col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}#chats .col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}#chats .col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}#chats .col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}#chats .col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}#chats .col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .offset-xl-0{margin-left:0}#chats .offset-xl-1{margin-left:8.33333333%}#chats .offset-xl-2{margin-left:16.66666667%}#chats .offset-xl-3{margin-left:25%}#chats .offset-xl-4{margin-left:33.33333333%}#chats .offset-xl-5{margin-left:41.66666667%}#chats .offset-xl-6{margin-left:50%}#chats .offset-xl-7{margin-left:58.33333333%}#chats .offset-xl-8{margin-left:66.66666667%}#chats .offset-xl-9{margin-left:75%}#chats .offset-xl-10{margin-left:83.33333333%}#chats .offset-xl-11{margin-left:91.66666667%}#chats .g-xl-0,#chats .gx-xl-0{--bs-gutter-x: 0px}#chats .g-xl-0,#chats .gy-xl-0{--bs-gutter-y: 0px}#chats .g-xl-1,#chats .gx-xl-1{--bs-gutter-x: 5px}#chats .g-xl-1,#chats .gy-xl-1{--bs-gutter-y: 5px}#chats .g-xl-2,#chats .gx-xl-2{--bs-gutter-x: 10px}#chats .g-xl-2,#chats .gy-xl-2{--bs-gutter-y: 10px}#chats .g-xl-3,#chats .gx-xl-3{--bs-gutter-x: 15px}#chats .g-xl-3,#chats .gy-xl-3{--bs-gutter-y: 15px}#chats .g-xl-4,#chats .gx-xl-4{--bs-gutter-x: 20px}#chats .g-xl-4,#chats .gy-xl-4{--bs-gutter-y: 20px}#chats .g-xl-5,#chats .gx-xl-5{--bs-gutter-x: 25px}#chats .g-xl-5,#chats .gy-xl-5{--bs-gutter-y: 25px}#chats .g-xl-6,#chats .gx-xl-6{--bs-gutter-x: 30px}#chats .g-xl-6,#chats .gy-xl-6{--bs-gutter-y: 30px}#chats .g-xl-7,#chats .gx-xl-7{--bs-gutter-x: 35px}#chats .g-xl-7,#chats .gy-xl-7{--bs-gutter-y: 35px}#chats .g-xl-8,#chats .gx-xl-8{--bs-gutter-x: 40px}#chats .g-xl-8,#chats .gy-xl-8{--bs-gutter-y: 40px}#chats .g-xl-9,#chats .gx-xl-9{--bs-gutter-x: 45px}#chats .g-xl-9,#chats .gy-xl-9{--bs-gutter-y: 45px}#chats .g-xl-10,#chats .gx-xl-10{--bs-gutter-x: 50px}#chats .g-xl-10,#chats .gy-xl-10{--bs-gutter-y: 50px}#chats .g-xl-11,#chats .gx-xl-11{--bs-gutter-x: 55px}#chats .g-xl-11,#chats .gy-xl-11{--bs-gutter-y: 55px}#chats .g-xl-12,#chats .gx-xl-12{--bs-gutter-x: 60px}#chats .g-xl-12,#chats .gy-xl-12{--bs-gutter-y: 60px}#chats .g-xl-13,#chats .gx-xl-13{--bs-gutter-x: 65px}#chats .g-xl-13,#chats .gy-xl-13{--bs-gutter-y: 65px}#chats .g-xl-14,#chats .gx-xl-14{--bs-gutter-x: 70px}#chats .g-xl-14,#chats .gy-xl-14{--bs-gutter-y: 70px}#chats .g-xl-15,#chats .gx-xl-15{--bs-gutter-x: 75px}#chats .g-xl-15,#chats .gy-xl-15{--bs-gutter-y: 75px}#chats .g-xl-16,#chats .gx-xl-16{--bs-gutter-x: 80px}#chats .g-xl-16,#chats .gy-xl-16{--bs-gutter-y: 80px}#chats .g-xl-17,#chats .gx-xl-17{--bs-gutter-x: 85px}#chats .g-xl-17,#chats .gy-xl-17{--bs-gutter-y: 85px}#chats .g-xl-18,#chats .gx-xl-18{--bs-gutter-x: 90px}#chats .g-xl-18,#chats .gy-xl-18{--bs-gutter-y: 90px}#chats .g-xl-19,#chats .gx-xl-19{--bs-gutter-x: 95px}#chats .g-xl-19,#chats .gy-xl-19{--bs-gutter-y: 95px}#chats .g-xl-20,#chats .gx-xl-20{--bs-gutter-x: 100px}#chats .g-xl-20,#chats .gy-xl-20{--bs-gutter-y: 100px}#chats .g-xl-21,#chats .gx-xl-21{--bs-gutter-x: 105px}#chats .g-xl-21,#chats .gy-xl-21{--bs-gutter-y: 105px}#chats .g-xl-22,#chats .gx-xl-22{--bs-gutter-x: 110px}#chats .g-xl-22,#chats .gy-xl-22{--bs-gutter-y: 110px}#chats .g-xl-23,#chats .gx-xl-23{--bs-gutter-x: 115px}#chats .g-xl-23,#chats .gy-xl-23{--bs-gutter-y: 115px}#chats .g-xl-24,#chats .gx-xl-24{--bs-gutter-x: 120px}#chats .g-xl-24,#chats .gy-xl-24{--bs-gutter-y: 120px}}@media(min-width: 1400px){#chats .col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}#chats .row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}#chats .row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}#chats .row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}#chats .col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}#chats .col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}#chats .col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}#chats .col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#chats .col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}#chats .col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}#chats .col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}#chats .col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}#chats .col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}#chats .col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}#chats .col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}#chats .col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}#chats .col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}#chats .offset-xxl-0{margin-left:0}#chats .offset-xxl-1{margin-left:8.33333333%}#chats .offset-xxl-2{margin-left:16.66666667%}#chats .offset-xxl-3{margin-left:25%}#chats .offset-xxl-4{margin-left:33.33333333%}#chats .offset-xxl-5{margin-left:41.66666667%}#chats .offset-xxl-6{margin-left:50%}#chats .offset-xxl-7{margin-left:58.33333333%}#chats .offset-xxl-8{margin-left:66.66666667%}#chats .offset-xxl-9{margin-left:75%}#chats .offset-xxl-10{margin-left:83.33333333%}#chats .offset-xxl-11{margin-left:91.66666667%}#chats .g-xxl-0,#chats .gx-xxl-0{--bs-gutter-x: 0px}#chats .g-xxl-0,#chats .gy-xxl-0{--bs-gutter-y: 0px}#chats .g-xxl-1,#chats .gx-xxl-1{--bs-gutter-x: 5px}#chats .g-xxl-1,#chats .gy-xxl-1{--bs-gutter-y: 5px}#chats .g-xxl-2,#chats .gx-xxl-2{--bs-gutter-x: 10px}#chats .g-xxl-2,#chats .gy-xxl-2{--bs-gutter-y: 10px}#chats .g-xxl-3,#chats .gx-xxl-3{--bs-gutter-x: 15px}#chats .g-xxl-3,#chats .gy-xxl-3{--bs-gutter-y: 15px}#chats .g-xxl-4,#chats .gx-xxl-4{--bs-gutter-x: 20px}#chats .g-xxl-4,#chats .gy-xxl-4{--bs-gutter-y: 20px}#chats .g-xxl-5,#chats .gx-xxl-5{--bs-gutter-x: 25px}#chats .g-xxl-5,#chats .gy-xxl-5{--bs-gutter-y: 25px}#chats .g-xxl-6,#chats .gx-xxl-6{--bs-gutter-x: 30px}#chats .g-xxl-6,#chats .gy-xxl-6{--bs-gutter-y: 30px}#chats .g-xxl-7,#chats .gx-xxl-7{--bs-gutter-x: 35px}#chats .g-xxl-7,#chats .gy-xxl-7{--bs-gutter-y: 35px}#chats .g-xxl-8,#chats .gx-xxl-8{--bs-gutter-x: 40px}#chats .g-xxl-8,#chats .gy-xxl-8{--bs-gutter-y: 40px}#chats .g-xxl-9,#chats .gx-xxl-9{--bs-gutter-x: 45px}#chats .g-xxl-9,#chats .gy-xxl-9{--bs-gutter-y: 45px}#chats .g-xxl-10,#chats .gx-xxl-10{--bs-gutter-x: 50px}#chats .g-xxl-10,#chats .gy-xxl-10{--bs-gutter-y: 50px}#chats .g-xxl-11,#chats .gx-xxl-11{--bs-gutter-x: 55px}#chats .g-xxl-11,#chats .gy-xxl-11{--bs-gutter-y: 55px}#chats .g-xxl-12,#chats .gx-xxl-12{--bs-gutter-x: 60px}#chats .g-xxl-12,#chats .gy-xxl-12{--bs-gutter-y: 60px}#chats .g-xxl-13,#chats .gx-xxl-13{--bs-gutter-x: 65px}#chats .g-xxl-13,#chats .gy-xxl-13{--bs-gutter-y: 65px}#chats .g-xxl-14,#chats .gx-xxl-14{--bs-gutter-x: 70px}#chats .g-xxl-14,#chats .gy-xxl-14{--bs-gutter-y: 70px}#chats .g-xxl-15,#chats .gx-xxl-15{--bs-gutter-x: 75px}#chats .g-xxl-15,#chats .gy-xxl-15{--bs-gutter-y: 75px}#chats .g-xxl-16,#chats .gx-xxl-16{--bs-gutter-x: 80px}#chats .g-xxl-16,#chats .gy-xxl-16{--bs-gutter-y: 80px}#chats .g-xxl-17,#chats .gx-xxl-17{--bs-gutter-x: 85px}#chats .g-xxl-17,#chats .gy-xxl-17{--bs-gutter-y: 85px}#chats .g-xxl-18,#chats .gx-xxl-18{--bs-gutter-x: 90px}#chats .g-xxl-18,#chats .gy-xxl-18{--bs-gutter-y: 90px}#chats .g-xxl-19,#chats .gx-xxl-19{--bs-gutter-x: 95px}#chats .g-xxl-19,#chats .gy-xxl-19{--bs-gutter-y: 95px}#chats .g-xxl-20,#chats .gx-xxl-20{--bs-gutter-x: 100px}#chats .g-xxl-20,#chats .gy-xxl-20{--bs-gutter-y: 100px}#chats .g-xxl-21,#chats .gx-xxl-21{--bs-gutter-x: 105px}#chats .g-xxl-21,#chats .gy-xxl-21{--bs-gutter-y: 105px}#chats .g-xxl-22,#chats .gx-xxl-22{--bs-gutter-x: 110px}#chats .g-xxl-22,#chats .gy-xxl-22{--bs-gutter-y: 110px}#chats .g-xxl-23,#chats .gx-xxl-23{--bs-gutter-x: 115px}#chats .g-xxl-23,#chats .gy-xxl-23{--bs-gutter-y: 115px}#chats .g-xxl-24,#chats .gx-xxl-24{--bs-gutter-x: 120px}#chats .g-xxl-24,#chats .gy-xxl-24{--bs-gutter-y: 120px}}#chats .d-inline{display:inline !important}#chats .d-inline-block{display:inline-block !important}#chats .d-block{display:block !important}#chats .d-grid{display:grid !important}#chats .d-table{display:table !important}#chats .d-table-row{display:table-row !important}#chats .d-table-cell{display:table-cell !important}#chats .d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#chats .d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}#chats .d-none{display:none !important}#chats .flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}#chats .flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}#chats .flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}#chats .flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}#chats .flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}#chats .flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}#chats .flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}#chats .flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}#chats .flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}#chats .flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}#chats .flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}#chats .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}#chats .justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}#chats .justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}#chats .justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}#chats .justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}#chats .justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}#chats .justify-content-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}#chats .align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}#chats .align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}#chats .align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}#chats .align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}#chats .align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}#chats .align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#chats .align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#chats .align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}#chats .align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#chats .align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#chats .align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#chats .align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}#chats .align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#chats .align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#chats .align-self-center{-ms-flex-item-align:center !important;align-self:center !important}#chats .align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#chats .align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}#chats .order-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}#chats .order-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}#chats .order-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}#chats .order-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}#chats .order-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}#chats .order-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}#chats .order-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}#chats .order-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}#chats .m-0{margin:0px !important}#chats .m-1{margin:5px !important}#chats .m-2{margin:10px !important}#chats .m-3{margin:15px !important}#chats .m-4{margin:20px !important}#chats .m-5{margin:25px !important}#chats .m-6{margin:30px !important}#chats .m-7{margin:35px !important}#chats .m-8{margin:40px !important}#chats .m-9{margin:45px !important}#chats .m-10{margin:50px !important}#chats .m-11{margin:55px !important}#chats .m-12{margin:60px !important}#chats .m-13{margin:65px !important}#chats .m-14{margin:70px !important}#chats .m-15{margin:75px !important}#chats .m-16{margin:80px !important}#chats .m-17{margin:85px !important}#chats .m-18{margin:90px !important}#chats .m-19{margin:95px !important}#chats .m-20{margin:100px !important}#chats .m-21{margin:105px !important}#chats .m-22{margin:110px !important}#chats .m-23{margin:115px !important}#chats .m-24{margin:120px !important}#chats .m-auto{margin:auto !important}#chats .mx-0{margin-right:0px !important;margin-left:0px !important}#chats .mx-1{margin-right:5px !important;margin-left:5px !important}#chats .mx-2{margin-right:10px !important;margin-left:10px !important}#chats .mx-3{margin-right:15px !important;margin-left:15px !important}#chats .mx-4{margin-right:20px !important;margin-left:20px !important}#chats .mx-5{margin-right:25px !important;margin-left:25px !important}#chats .mx-6{margin-right:30px !important;margin-left:30px !important}#chats .mx-7{margin-right:35px !important;margin-left:35px !important}#chats .mx-8{margin-right:40px !important;margin-left:40px !important}#chats .mx-9{margin-right:45px !important;margin-left:45px !important}#chats .mx-10{margin-right:50px !important;margin-left:50px !important}#chats .mx-11{margin-right:55px !important;margin-left:55px !important}#chats .mx-12{margin-right:60px !important;margin-left:60px !important}#chats .mx-13{margin-right:65px !important;margin-left:65px !important}#chats .mx-14{margin-right:70px !important;margin-left:70px !important}#chats .mx-15{margin-right:75px !important;margin-left:75px !important}#chats .mx-16{margin-right:80px !important;margin-left:80px !important}#chats .mx-17{margin-right:85px !important;margin-left:85px !important}#chats .mx-18{margin-right:90px !important;margin-left:90px !important}#chats .mx-19{margin-right:95px !important;margin-left:95px !important}#chats .mx-20{margin-right:100px !important;margin-left:100px !important}#chats .mx-21{margin-right:105px !important;margin-left:105px !important}#chats .mx-22{margin-right:110px !important;margin-left:110px !important}#chats .mx-23{margin-right:115px !important;margin-left:115px !important}#chats .mx-24{margin-right:120px !important;margin-left:120px !important}#chats .mx-auto{margin-right:auto !important;margin-left:auto !important}#chats .my-0{margin-top:0px !important;margin-bottom:0px !important}#chats .my-1{margin-top:5px !important;margin-bottom:5px !important}#chats .my-2{margin-top:10px !important;margin-bottom:10px !important}#chats .my-3{margin-top:15px !important;margin-bottom:15px !important}#chats .my-4{margin-top:20px !important;margin-bottom:20px !important}#chats .my-5{margin-top:25px !important;margin-bottom:25px !important}#chats .my-6{margin-top:30px !important;margin-bottom:30px !important}#chats .my-7{margin-top:35px !important;margin-bottom:35px !important}#chats .my-8{margin-top:40px !important;margin-bottom:40px !important}#chats .my-9{margin-top:45px !important;margin-bottom:45px !important}#chats .my-10{margin-top:50px !important;margin-bottom:50px !important}#chats .my-11{margin-top:55px !important;margin-bottom:55px !important}#chats .my-12{margin-top:60px !important;margin-bottom:60px !important}#chats .my-13{margin-top:65px !important;margin-bottom:65px !important}#chats .my-14{margin-top:70px !important;margin-bottom:70px !important}#chats .my-15{margin-top:75px !important;margin-bottom:75px !important}#chats .my-16{margin-top:80px !important;margin-bottom:80px !important}#chats .my-17{margin-top:85px !important;margin-bottom:85px !important}#chats .my-18{margin-top:90px !important;margin-bottom:90px !important}#chats .my-19{margin-top:95px !important;margin-bottom:95px !important}#chats .my-20{margin-top:100px !important;margin-bottom:100px !important}#chats .my-21{margin-top:105px !important;margin-bottom:105px !important}#chats .my-22{margin-top:110px !important;margin-bottom:110px !important}#chats .my-23{margin-top:115px !important;margin-bottom:115px !important}#chats .my-24{margin-top:120px !important;margin-bottom:120px !important}#chats .my-auto{margin-top:auto !important;margin-bottom:auto !important}#chats .mt-0{margin-top:0px !important}#chats .mt-1{margin-top:5px !important}#chats .mt-2{margin-top:10px !important}#chats .mt-3{margin-top:15px !important}#chats .mt-4{margin-top:20px !important}#chats .mt-5{margin-top:25px !important}#chats .mt-6{margin-top:30px !important}#chats .mt-7{margin-top:35px !important}#chats .mt-8{margin-top:40px !important}#chats .mt-9{margin-top:45px !important}#chats .mt-10{margin-top:50px !important}#chats .mt-11{margin-top:55px !important}#chats .mt-12{margin-top:60px !important}#chats .mt-13{margin-top:65px !important}#chats .mt-14{margin-top:70px !important}#chats .mt-15{margin-top:75px !important}#chats .mt-16{margin-top:80px !important}#chats .mt-17{margin-top:85px !important}#chats .mt-18{margin-top:90px !important}#chats .mt-19{margin-top:95px !important}#chats .mt-20{margin-top:100px !important}#chats .mt-21{margin-top:105px !important}#chats .mt-22{margin-top:110px !important}#chats .mt-23{margin-top:115px !important}#chats .mt-24{margin-top:120px !important}#chats .mt-auto{margin-top:auto !important}#chats .me-0{margin-right:0px !important}#chats .me-1{margin-right:5px !important}#chats .me-2{margin-right:10px !important}#chats .me-3{margin-right:15px !important}#chats .me-4{margin-right:20px !important}#chats .me-5{margin-right:25px !important}#chats .me-6{margin-right:30px !important}#chats .me-7{margin-right:35px !important}#chats .me-8{margin-right:40px !important}#chats .me-9{margin-right:45px !important}#chats .me-10{margin-right:50px !important}#chats .me-11{margin-right:55px !important}#chats .me-12{margin-right:60px !important}#chats .me-13{margin-right:65px !important}#chats .me-14{margin-right:70px !important}#chats .me-15{margin-right:75px !important}#chats .me-16{margin-right:80px !important}#chats .me-17{margin-right:85px !important}#chats .me-18{margin-right:90px !important}#chats .me-19{margin-right:95px !important}#chats .me-20{margin-right:100px !important}#chats .me-21{margin-right:105px !important}#chats .me-22{margin-right:110px !important}#chats .me-23{margin-right:115px !important}#chats .me-24{margin-right:120px !important}#chats .me-auto{margin-right:auto !important}#chats .mb-0{margin-bottom:0px !important}#chats .mb-1{margin-bottom:5px !important}#chats .mb-2{margin-bottom:10px !important}#chats .mb-3{margin-bottom:15px !important}#chats .mb-4{margin-bottom:20px !important}#chats .mb-5{margin-bottom:25px !important}#chats .mb-6{margin-bottom:30px !important}#chats .mb-7{margin-bottom:35px !important}#chats .mb-8{margin-bottom:40px !important}#chats .mb-9{margin-bottom:45px !important}#chats .mb-10{margin-bottom:50px !important}#chats .mb-11{margin-bottom:55px !important}#chats .mb-12{margin-bottom:60px !important}#chats .mb-13{margin-bottom:65px !important}#chats .mb-14{margin-bottom:70px !important}#chats .mb-15{margin-bottom:75px !important}#chats .mb-16{margin-bottom:80px !important}#chats .mb-17{margin-bottom:85px !important}#chats .mb-18{margin-bottom:90px !important}#chats .mb-19{margin-bottom:95px !important}#chats .mb-20{margin-bottom:100px !important}#chats .mb-21{margin-bottom:105px !important}#chats .mb-22{margin-bottom:110px !important}#chats .mb-23{margin-bottom:115px !important}#chats .mb-24{margin-bottom:120px !important}#chats .mb-auto{margin-bottom:auto !important}#chats .ms-0{margin-left:0px !important}#chats .ms-1{margin-left:5px !important}#chats .ms-2{margin-left:10px !important}#chats .ms-3{margin-left:15px !important}#chats .ms-4{margin-left:20px !important}#chats .ms-5{margin-left:25px !important}#chats .ms-6{margin-left:30px !important}#chats .ms-7{margin-left:35px !important}#chats .ms-8{margin-left:40px !important}#chats .ms-9{margin-left:45px !important}#chats .ms-10{margin-left:50px !important}#chats .ms-11{margin-left:55px !important}#chats .ms-12{margin-left:60px !important}#chats .ms-13{margin-left:65px !important}#chats .ms-14{margin-left:70px !important}#chats .ms-15{margin-left:75px !important}#chats .ms-16{margin-left:80px !important}#chats .ms-17{margin-left:85px !important}#chats .ms-18{margin-left:90px !important}#chats .ms-19{margin-left:95px !important}#chats .ms-20{margin-left:100px !important}#chats .ms-21{margin-left:105px !important}#chats .ms-22{margin-left:110px !important}#chats .ms-23{margin-left:115px !important}#chats .ms-24{margin-left:120px !important}#chats .ms-auto{margin-left:auto !important}#chats .m-n1{margin:-5px !important}#chats .m-n2{margin:-10px !important}#chats .m-n3{margin:-15px !important}#chats .m-n4{margin:-20px !important}#chats .m-n5{margin:-25px !important}#chats .m-n6{margin:-30px !important}#chats .m-n7{margin:-35px !important}#chats .m-n8{margin:-40px !important}#chats .m-n9{margin:-45px !important}#chats .m-n10{margin:-50px !important}#chats .m-n11{margin:-55px !important}#chats .m-n12{margin:-60px !important}#chats .m-n13{margin:-65px !important}#chats .m-n14{margin:-70px !important}#chats .m-n15{margin:-75px !important}#chats .m-n16{margin:-80px !important}#chats .m-n17{margin:-85px !important}#chats .m-n18{margin:-90px !important}#chats .m-n19{margin:-95px !important}#chats .m-n20{margin:-100px !important}#chats .m-n21{margin:-105px !important}#chats .m-n22{margin:-110px !important}#chats .m-n23{margin:-115px !important}#chats .m-n24{margin:-120px !important}#chats .mx-n1{margin-right:-5px !important;margin-left:-5px !important}#chats .mx-n2{margin-right:-10px !important;margin-left:-10px !important}#chats .mx-n3{margin-right:-15px !important;margin-left:-15px !important}#chats .mx-n4{margin-right:-20px !important;margin-left:-20px !important}#chats .mx-n5{margin-right:-25px !important;margin-left:-25px !important}#chats .mx-n6{margin-right:-30px !important;margin-left:-30px !important}#chats .mx-n7{margin-right:-35px !important;margin-left:-35px !important}#chats .mx-n8{margin-right:-40px !important;margin-left:-40px !important}#chats .mx-n9{margin-right:-45px !important;margin-left:-45px !important}#chats .mx-n10{margin-right:-50px !important;margin-left:-50px !important}#chats .mx-n11{margin-right:-55px !important;margin-left:-55px !important}#chats .mx-n12{margin-right:-60px !important;margin-left:-60px !important}#chats .mx-n13{margin-right:-65px !important;margin-left:-65px !important}#chats .mx-n14{margin-right:-70px !important;margin-left:-70px !important}#chats .mx-n15{margin-right:-75px !important;margin-left:-75px !important}#chats .mx-n16{margin-right:-80px !important;margin-left:-80px !important}#chats .mx-n17{margin-right:-85px !important;margin-left:-85px !important}#chats .mx-n18{margin-right:-90px !important;margin-left:-90px !important}#chats .mx-n19{margin-right:-95px !important;margin-left:-95px !important}#chats .mx-n20{margin-right:-100px !important;margin-left:-100px !important}#chats .mx-n21{margin-right:-105px !important;margin-left:-105px !important}#chats .mx-n22{margin-right:-110px !important;margin-left:-110px !important}#chats .mx-n23{margin-right:-115px !important;margin-left:-115px !important}#chats .mx-n24{margin-right:-120px !important;margin-left:-120px !important}#chats .my-n1{margin-top:-5px !important;margin-bottom:-5px !important}#chats .my-n2{margin-top:-10px !important;margin-bottom:-10px !important}#chats .my-n3{margin-top:-15px !important;margin-bottom:-15px !important}#chats .my-n4{margin-top:-20px !important;margin-bottom:-20px !important}#chats .my-n5{margin-top:-25px !important;margin-bottom:-25px !important}#chats .my-n6{margin-top:-30px !important;margin-bottom:-30px !important}#chats .my-n7{margin-top:-35px !important;margin-bottom:-35px !important}#chats .my-n8{margin-top:-40px !important;margin-bottom:-40px !important}#chats .my-n9{margin-top:-45px !important;margin-bottom:-45px !important}#chats .my-n10{margin-top:-50px !important;margin-bottom:-50px !important}#chats .my-n11{margin-top:-55px !important;margin-bottom:-55px !important}#chats .my-n12{margin-top:-60px !important;margin-bottom:-60px !important}#chats .my-n13{margin-top:-65px !important;margin-bottom:-65px !important}#chats .my-n14{margin-top:-70px !important;margin-bottom:-70px !important}#chats .my-n15{margin-top:-75px !important;margin-bottom:-75px !important}#chats .my-n16{margin-top:-80px !important;margin-bottom:-80px !important}#chats .my-n17{margin-top:-85px !important;margin-bottom:-85px !important}#chats .my-n18{margin-top:-90px !important;margin-bottom:-90px !important}#chats .my-n19{margin-top:-95px !important;margin-bottom:-95px !important}#chats .my-n20{margin-top:-100px !important;margin-bottom:-100px !important}#chats .my-n21{margin-top:-105px !important;margin-bottom:-105px !important}#chats .my-n22{margin-top:-110px !important;margin-bottom:-110px !important}#chats .my-n23{margin-top:-115px !important;margin-bottom:-115px !important}#chats .my-n24{margin-top:-120px !important;margin-bottom:-120px !important}#chats .mt-n1{margin-top:-5px !important}#chats .mt-n2{margin-top:-10px !important}#chats .mt-n3{margin-top:-15px !important}#chats .mt-n4{margin-top:-20px !important}#chats .mt-n5{margin-top:-25px !important}#chats .mt-n6{margin-top:-30px !important}#chats .mt-n7{margin-top:-35px !important}#chats .mt-n8{margin-top:-40px !important}#chats .mt-n9{margin-top:-45px !important}#chats .mt-n10{margin-top:-50px !important}#chats .mt-n11{margin-top:-55px !important}#chats .mt-n12{margin-top:-60px !important}#chats .mt-n13{margin-top:-65px !important}#chats .mt-n14{margin-top:-70px !important}#chats .mt-n15{margin-top:-75px !important}#chats .mt-n16{margin-top:-80px !important}#chats .mt-n17{margin-top:-85px !important}#chats .mt-n18{margin-top:-90px !important}#chats .mt-n19{margin-top:-95px !important}#chats .mt-n20{margin-top:-100px !important}#chats .mt-n21{margin-top:-105px !important}#chats .mt-n22{margin-top:-110px !important}#chats .mt-n23{margin-top:-115px !important}#chats .mt-n24{margin-top:-120px !important}#chats .me-n1{margin-right:-5px !important}#chats .me-n2{margin-right:-10px !important}#chats .me-n3{margin-right:-15px !important}#chats .me-n4{margin-right:-20px !important}#chats .me-n5{margin-right:-25px !important}#chats .me-n6{margin-right:-30px !important}#chats .me-n7{margin-right:-35px !important}#chats .me-n8{margin-right:-40px !important}#chats .me-n9{margin-right:-45px !important}#chats .me-n10{margin-right:-50px !important}#chats .me-n11{margin-right:-55px !important}#chats .me-n12{margin-right:-60px !important}#chats .me-n13{margin-right:-65px !important}#chats .me-n14{margin-right:-70px !important}#chats .me-n15{margin-right:-75px !important}#chats .me-n16{margin-right:-80px !important}#chats .me-n17{margin-right:-85px !important}#chats .me-n18{margin-right:-90px !important}#chats .me-n19{margin-right:-95px !important}#chats .me-n20{margin-right:-100px !important}#chats .me-n21{margin-right:-105px !important}#chats .me-n22{margin-right:-110px !important}#chats .me-n23{margin-right:-115px !important}#chats .me-n24{margin-right:-120px !important}#chats .mb-n1{margin-bottom:-5px !important}#chats .mb-n2{margin-bottom:-10px !important}#chats .mb-n3{margin-bottom:-15px !important}#chats .mb-n4{margin-bottom:-20px !important}#chats .mb-n5{margin-bottom:-25px !important}#chats .mb-n6{margin-bottom:-30px !important}#chats .mb-n7{margin-bottom:-35px !important}#chats .mb-n8{margin-bottom:-40px !important}#chats .mb-n9{margin-bottom:-45px !important}#chats .mb-n10{margin-bottom:-50px !important}#chats .mb-n11{margin-bottom:-55px !important}#chats .mb-n12{margin-bottom:-60px !important}#chats .mb-n13{margin-bottom:-65px !important}#chats .mb-n14{margin-bottom:-70px !important}#chats .mb-n15{margin-bottom:-75px !important}#chats .mb-n16{margin-bottom:-80px !important}#chats .mb-n17{margin-bottom:-85px !important}#chats .mb-n18{margin-bottom:-90px !important}#chats .mb-n19{margin-bottom:-95px !important}#chats .mb-n20{margin-bottom:-100px !important}#chats .mb-n21{margin-bottom:-105px !important}#chats .mb-n22{margin-bottom:-110px !important}#chats .mb-n23{margin-bottom:-115px !important}#chats .mb-n24{margin-bottom:-120px !important}#chats .ms-n1{margin-left:-5px !important}#chats .ms-n2{margin-left:-10px !important}#chats .ms-n3{margin-left:-15px !important}#chats .ms-n4{margin-left:-20px !important}#chats .ms-n5{margin-left:-25px !important}#chats .ms-n6{margin-left:-30px !important}#chats .ms-n7{margin-left:-35px !important}#chats .ms-n8{margin-left:-40px !important}#chats .ms-n9{margin-left:-45px !important}#chats .ms-n10{margin-left:-50px !important}#chats .ms-n11{margin-left:-55px !important}#chats .ms-n12{margin-left:-60px !important}#chats .ms-n13{margin-left:-65px !important}#chats .ms-n14{margin-left:-70px !important}#chats .ms-n15{margin-left:-75px !important}#chats .ms-n16{margin-left:-80px !important}#chats .ms-n17{margin-left:-85px !important}#chats .ms-n18{margin-left:-90px !important}#chats .ms-n19{margin-left:-95px !important}#chats .ms-n20{margin-left:-100px !important}#chats .ms-n21{margin-left:-105px !important}#chats .ms-n22{margin-left:-110px !important}#chats .ms-n23{margin-left:-115px !important}#chats .ms-n24{margin-left:-120px !important}#chats .p-0{padding:0px !important}#chats .p-1{padding:5px !important}#chats .p-2{padding:10px !important}#chats .p-3{padding:15px !important}#chats .p-4{padding:20px !important}#chats .p-5{padding:25px !important}#chats .p-6{padding:30px !important}#chats .p-7{padding:35px !important}#chats .p-8{padding:40px !important}#chats .p-9{padding:45px !important}#chats .p-10{padding:50px !important}#chats .p-11{padding:55px !important}#chats .p-12{padding:60px !important}#chats .p-13{padding:65px !important}#chats .p-14{padding:70px !important}#chats .p-15{padding:75px !important}#chats .p-16{padding:80px !important}#chats .p-17{padding:85px !important}#chats .p-18{padding:90px !important}#chats .p-19{padding:95px !important}#chats .p-20{padding:100px !important}#chats .p-21{padding:105px !important}#chats .p-22{padding:110px !important}#chats .p-23{padding:115px !important}#chats .p-24{padding:120px !important}#chats .px-0{padding-right:0px !important;padding-left:0px !important}#chats .px-1{padding-right:5px !important;padding-left:5px !important}#chats .px-2{padding-right:10px !important;padding-left:10px !important}#chats .px-3{padding-right:15px !important;padding-left:15px !important}#chats .px-4{padding-right:20px !important;padding-left:20px !important}#chats .px-5{padding-right:25px !important;padding-left:25px !important}#chats .px-6{padding-right:30px !important;padding-left:30px !important}#chats .px-7{padding-right:35px !important;padding-left:35px !important}#chats .px-8{padding-right:40px !important;padding-left:40px !important}#chats .px-9{padding-right:45px !important;padding-left:45px !important}#chats .px-10{padding-right:50px !important;padding-left:50px !important}#chats .px-11{padding-right:55px !important;padding-left:55px !important}#chats .px-12{padding-right:60px !important;padding-left:60px !important}#chats .px-13{padding-right:65px !important;padding-left:65px !important}#chats .px-14{padding-right:70px !important;padding-left:70px !important}#chats .px-15{padding-right:75px !important;padding-left:75px !important}#chats .px-16{padding-right:80px !important;padding-left:80px !important}#chats .px-17{padding-right:85px !important;padding-left:85px !important}#chats .px-18{padding-right:90px !important;padding-left:90px !important}#chats .px-19{padding-right:95px !important;padding-left:95px !important}#chats .px-20{padding-right:100px !important;padding-left:100px !important}#chats .px-21{padding-right:105px !important;padding-left:105px !important}#chats .px-22{padding-right:110px !important;padding-left:110px !important}#chats .px-23{padding-right:115px !important;padding-left:115px !important}#chats .px-24{padding-right:120px !important;padding-left:120px !important}#chats .py-0{padding-top:0px !important;padding-bottom:0px !important}#chats .py-1{padding-top:5px !important;padding-bottom:5px !important}#chats .py-2{padding-top:10px !important;padding-bottom:10px !important}#chats .py-3{padding-top:15px !important;padding-bottom:15px !important}#chats .py-4{padding-top:20px !important;padding-bottom:20px !important}#chats .py-5{padding-top:25px !important;padding-bottom:25px !important}#chats .py-6{padding-top:30px !important;padding-bottom:30px !important}#chats .py-7{padding-top:35px !important;padding-bottom:35px !important}#chats .py-8{padding-top:40px !important;padding-bottom:40px !important}#chats .py-9{padding-top:45px !important;padding-bottom:45px !important}#chats .py-10{padding-top:50px !important;padding-bottom:50px !important}#chats .py-11{padding-top:55px !important;padding-bottom:55px !important}#chats .py-12{padding-top:60px !important;padding-bottom:60px !important}#chats .py-13{padding-top:65px !important;padding-bottom:65px !important}#chats .py-14{padding-top:70px !important;padding-bottom:70px !important}#chats .py-15{padding-top:75px !important;padding-bottom:75px !important}#chats .py-16{padding-top:80px !important;padding-bottom:80px !important}#chats .py-17{padding-top:85px !important;padding-bottom:85px !important}#chats .py-18{padding-top:90px !important;padding-bottom:90px !important}#chats .py-19{padding-top:95px !important;padding-bottom:95px !important}#chats .py-20{padding-top:100px !important;padding-bottom:100px !important}#chats .py-21{padding-top:105px !important;padding-bottom:105px !important}#chats .py-22{padding-top:110px !important;padding-bottom:110px !important}#chats .py-23{padding-top:115px !important;padding-bottom:115px !important}#chats .py-24{padding-top:120px !important;padding-bottom:120px !important}#chats .pt-0{padding-top:0px !important}#chats .pt-1{padding-top:5px !important}#chats .pt-2{padding-top:10px !important}#chats .pt-3{padding-top:15px !important}#chats .pt-4{padding-top:20px !important}#chats .pt-5{padding-top:25px !important}#chats .pt-6{padding-top:30px !important}#chats .pt-7{padding-top:35px !important}#chats .pt-8{padding-top:40px !important}#chats .pt-9{padding-top:45px !important}#chats .pt-10{padding-top:50px !important}#chats .pt-11{padding-top:55px !important}#chats .pt-12{padding-top:60px !important}#chats .pt-13{padding-top:65px !important}#chats .pt-14{padding-top:70px !important}#chats .pt-15{padding-top:75px !important}#chats .pt-16{padding-top:80px !important}#chats .pt-17{padding-top:85px !important}#chats .pt-18{padding-top:90px !important}#chats .pt-19{padding-top:95px !important}#chats .pt-20{padding-top:100px !important}#chats .pt-21{padding-top:105px !important}#chats .pt-22{padding-top:110px !important}#chats .pt-23{padding-top:115px !important}#chats .pt-24{padding-top:120px !important}#chats .pe-0{padding-right:0px !important}#chats .pe-1{padding-right:5px !important}#chats .pe-2{padding-right:10px !important}#chats .pe-3{padding-right:15px !important}#chats .pe-4{padding-right:20px !important}#chats .pe-5{padding-right:25px !important}#chats .pe-6{padding-right:30px !important}#chats .pe-7{padding-right:35px !important}#chats .pe-8{padding-right:40px !important}#chats .pe-9{padding-right:45px !important}#chats .pe-10{padding-right:50px !important}#chats .pe-11{padding-right:55px !important}#chats .pe-12{padding-right:60px !important}#chats .pe-13{padding-right:65px !important}#chats .pe-14{padding-right:70px !important}#chats .pe-15{padding-right:75px !important}#chats .pe-16{padding-right:80px !important}#chats .pe-17{padding-right:85px !important}#chats .pe-18{padding-right:90px !important}#chats .pe-19{padding-right:95px !important}#chats .pe-20{padding-right:100px !important}#chats .pe-21{padding-right:105px !important}#chats .pe-22{padding-right:110px !important}#chats .pe-23{padding-right:115px !important}#chats .pe-24{padding-right:120px !important}#chats .pb-0{padding-bottom:0px !important}#chats .pb-1{padding-bottom:5px !important}#chats .pb-2{padding-bottom:10px !important}#chats .pb-3{padding-bottom:15px !important}#chats .pb-4{padding-bottom:20px !important}#chats .pb-5{padding-bottom:25px !important}#chats .pb-6{padding-bottom:30px !important}#chats .pb-7{padding-bottom:35px !important}#chats .pb-8{padding-bottom:40px !important}#chats .pb-9{padding-bottom:45px !important}#chats .pb-10{padding-bottom:50px !important}#chats .pb-11{padding-bottom:55px !important}#chats .pb-12{padding-bottom:60px !important}#chats .pb-13{padding-bottom:65px !important}#chats .pb-14{padding-bottom:70px !important}#chats .pb-15{padding-bottom:75px !important}#chats .pb-16{padding-bottom:80px !important}#chats .pb-17{padding-bottom:85px !important}#chats .pb-18{padding-bottom:90px !important}#chats .pb-19{padding-bottom:95px !important}#chats .pb-20{padding-bottom:100px !important}#chats .pb-21{padding-bottom:105px !important}#chats .pb-22{padding-bottom:110px !important}#chats .pb-23{padding-bottom:115px !important}#chats .pb-24{padding-bottom:120px !important}#chats .ps-0{padding-left:0px !important}#chats .ps-1{padding-left:5px !important}#chats .ps-2{padding-left:10px !important}#chats .ps-3{padding-left:15px !important}#chats .ps-4{padding-left:20px !important}#chats .ps-5{padding-left:25px !important}#chats .ps-6{padding-left:30px !important}#chats .ps-7{padding-left:35px !important}#chats .ps-8{padding-left:40px !important}#chats .ps-9{padding-left:45px !important}#chats .ps-10{padding-left:50px !important}#chats .ps-11{padding-left:55px !important}#chats .ps-12{padding-left:60px !important}#chats .ps-13{padding-left:65px !important}#chats .ps-14{padding-left:70px !important}#chats .ps-15{padding-left:75px !important}#chats .ps-16{padding-left:80px !important}#chats .ps-17{padding-left:85px !important}#chats .ps-18{padding-left:90px !important}#chats .ps-19{padding-left:95px !important}#chats .ps-20{padding-left:100px !important}#chats .ps-21{padding-left:105px !important}#chats .ps-22{padding-left:110px !important}#chats .ps-23{padding-left:115px !important}#chats .ps-24{padding-left:120px !important}@media(min-width: 320px){#chats .d-sm-inline{display:inline !important}#chats .d-sm-inline-block{display:inline-block !important}#chats .d-sm-block{display:block !important}#chats .d-sm-grid{display:grid !important}#chats .d-sm-table{display:table !important}#chats .d-sm-table-row{display:table-row !important}#chats .d-sm-table-cell{display:table-cell !important}#chats .d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#chats .d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}#chats .d-sm-none{display:none !important}#chats .flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}#chats .flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}#chats .flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}#chats .flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}#chats .flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}#chats .flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}#chats .flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}#chats .flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}#chats .flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}#chats .flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}#chats .flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}#chats .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}#chats .justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}#chats .justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}#chats .justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}#chats .justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}#chats .justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}#chats .justify-content-sm-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}#chats .align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}#chats .align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}#chats .align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}#chats .align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}#chats .align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}#chats .align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#chats .align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#chats .align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}#chats .align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#chats .align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#chats .align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#chats .align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}#chats .align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#chats .align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#chats .align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}#chats .align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#chats .align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}#chats .order-sm-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}#chats .order-sm-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}#chats .order-sm-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}#chats .order-sm-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}#chats .order-sm-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}#chats .order-sm-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}#chats .order-sm-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}#chats .order-sm-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}}@media(min-width: 768px){#chats .d-md-inline{display:inline !important}#chats .d-md-inline-block{display:inline-block !important}#chats .d-md-block{display:block !important}#chats .d-md-grid{display:grid !important}#chats .d-md-table{display:table !important}#chats .d-md-table-row{display:table-row !important}#chats .d-md-table-cell{display:table-cell !important}#chats .d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#chats .d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}#chats .d-md-none{display:none !important}#chats .flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}#chats .flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}#chats .flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}#chats .flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}#chats .flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}#chats .flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}#chats .flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}#chats .flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}#chats .flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}#chats .flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}#chats .flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}#chats .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}#chats .justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}#chats .justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}#chats .justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}#chats .justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}#chats .justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}#chats .justify-content-md-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}#chats .align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}#chats .align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}#chats .align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}#chats .align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}#chats .align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}#chats .align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#chats .align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#chats .align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}#chats .align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#chats .align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#chats .align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#chats .align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}#chats .align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#chats .align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#chats .align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}#chats .align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#chats .align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}#chats .order-md-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}#chats .order-md-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}#chats .order-md-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}#chats .order-md-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}#chats .order-md-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}#chats .order-md-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}#chats .order-md-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}#chats .order-md-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}}@media(min-width: 992px){#chats .d-lg-inline{display:inline !important}#chats .d-lg-inline-block{display:inline-block !important}#chats .d-lg-block{display:block !important}#chats .d-lg-grid{display:grid !important}#chats .d-lg-table{display:table !important}#chats .d-lg-table-row{display:table-row !important}#chats .d-lg-table-cell{display:table-cell !important}#chats .d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#chats .d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}#chats .d-lg-none{display:none !important}#chats .flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}#chats .flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}#chats .flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}#chats .flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}#chats .flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}#chats .flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}#chats .flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}#chats .flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}#chats .flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}#chats .flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}#chats .flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}#chats .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}#chats .justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}#chats .justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}#chats .justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}#chats .justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}#chats .justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}#chats .justify-content-lg-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}#chats .align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}#chats .align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}#chats .align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}#chats .align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}#chats .align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}#chats .align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#chats .align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#chats .align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}#chats .align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#chats .align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#chats .align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#chats .align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}#chats .align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#chats .align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#chats .align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}#chats .align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#chats .align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}#chats .order-lg-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}#chats .order-lg-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}#chats .order-lg-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}#chats .order-lg-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}#chats .order-lg-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}#chats .order-lg-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}#chats .order-lg-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}#chats .order-lg-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}}@media(min-width: 1200px){#chats .d-xl-inline{display:inline !important}#chats .d-xl-inline-block{display:inline-block !important}#chats .d-xl-block{display:block !important}#chats .d-xl-grid{display:grid !important}#chats .d-xl-table{display:table !important}#chats .d-xl-table-row{display:table-row !important}#chats .d-xl-table-cell{display:table-cell !important}#chats .d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#chats .d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}#chats .d-xl-none{display:none !important}#chats .flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}#chats .flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}#chats .flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}#chats .flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}#chats .flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}#chats .flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}#chats .flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}#chats .flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}#chats .flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}#chats .flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}#chats .flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}#chats .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}#chats .justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}#chats .justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}#chats .justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}#chats .justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}#chats .justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}#chats .justify-content-xl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}#chats .align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}#chats .align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}#chats .align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}#chats .align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}#chats .align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}#chats .align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#chats .align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#chats .align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}#chats .align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#chats .align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#chats .align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#chats .align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}#chats .align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#chats .align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#chats .align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}#chats .align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#chats .align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}#chats .order-xl-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}#chats .order-xl-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}#chats .order-xl-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}#chats .order-xl-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}#chats .order-xl-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}#chats .order-xl-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}#chats .order-xl-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}#chats .order-xl-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}}@media(min-width: 1400px){#chats .d-xxl-inline{display:inline !important}#chats .d-xxl-inline-block{display:inline-block !important}#chats .d-xxl-block{display:block !important}#chats .d-xxl-grid{display:grid !important}#chats .d-xxl-table{display:table !important}#chats .d-xxl-table-row{display:table-row !important}#chats .d-xxl-table-cell{display:table-cell !important}#chats .d-xxl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#chats .d-xxl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}#chats .d-xxl-none{display:none !important}#chats .flex-xxl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}#chats .flex-xxl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}#chats .flex-xxl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}#chats .flex-xxl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}#chats .flex-xxl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}#chats .flex-xxl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}#chats .flex-xxl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}#chats .flex-xxl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}#chats .flex-xxl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}#chats .flex-xxl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}#chats .flex-xxl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}#chats .flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}#chats .justify-content-xxl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}#chats .justify-content-xxl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}#chats .justify-content-xxl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}#chats .justify-content-xxl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}#chats .justify-content-xxl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}#chats .justify-content-xxl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}#chats .align-items-xxl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}#chats .align-items-xxl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}#chats .align-items-xxl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}#chats .align-items-xxl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}#chats .align-items-xxl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}#chats .align-content-xxl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#chats .align-content-xxl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#chats .align-content-xxl-center{-ms-flex-line-pack:center !important;align-content:center !important}#chats .align-content-xxl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#chats .align-content-xxl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#chats .align-content-xxl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#chats .align-self-xxl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}#chats .align-self-xxl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#chats .align-self-xxl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#chats .align-self-xxl-center{-ms-flex-item-align:center !important;align-self:center !important}#chats .align-self-xxl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#chats .align-self-xxl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}#chats .order-xxl-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}#chats .order-xxl-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}#chats .order-xxl-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}#chats .order-xxl-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}#chats .order-xxl-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}#chats .order-xxl-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}#chats .order-xxl-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}#chats .order-xxl-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}}@media print{#chats .d-print-inline{display:inline !important}#chats .d-print-inline-block{display:inline-block !important}#chats .d-print-block{display:block !important}#chats .d-print-grid{display:grid !important}#chats .d-print-table{display:table !important}#chats .d-print-table-row{display:table-row !important}#chats .d-print-table-cell{display:table-cell !important}#chats .d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#chats .d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}#chats .d-print-none{display:none !important}}#chats .svg-icon{display:inline-block;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;font-size:inherit;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .svg-icon_stroke-cc{stroke:currentColor}#chats .svg-icon_fill-cc{fill:currentColor}#chats .svg-icon_top{vertical-align:top}#chats .svg-icon_middle{vertical-align:middle}#chats .svg-icon_bottom{vertical-align:bottom}#chats .svg-icon_xs{font-size:20px}#chats .svg-icon_sm{font-size:30px}#chats .svg-icon_md{font-size:40px}#chats .svg-icon_lg{font-size:50px}#chats .svg-icon_xl{font-size:60px}#chats .svg-icon_xxl{font-size:80px}#chats .svg-icon_anim-load{-webkit-animation:spin 1.3s infinite linear;animation:spin 1.3s infinite linear}#chats .svg-icon_anim-load circle{-webkit-animation:dash 1.3s infinite linear;animation:dash 1.3s infinite linear}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:100px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}50.01%{stroke-dasharray:1px,200px;stroke-dashoffset:0}100%{stroke-dasharray:100px,200px;stroke-dashoffset:0}}@keyframes dash{0%{stroke-dasharray:100px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}50.01%{stroke-dasharray:1px,200px;stroke-dashoffset:0}100%{stroke-dasharray:100px,200px;stroke-dashoffset:0}}#chats .meatballs{display:inline-block;vertical-align:middle}#chats .meatballs_open .shell-element_brand{background-color:var(--primary-color-active, #0500ff)}#chats .meatballs_open .shell-element_secondary{background-color:#d1d5db}#chats .meatballs_open .shell-element_white{background-color:#e5e7eb}#chats .meatballs_open .shell-element_clear{background-color:#e5e7eb}#chats .meatballs_open .shell-element_black{background-color:#27272a}#chats .meatballs_default .svg-icon path{fill:#52525b}#chats .modal{line-height:1.57;font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}#chats .modal .paper__shell_white .modal-header__title{color:#18181b}#chats .modal .paper__shell_white .modal-footer__main{color:#71717a}#chats .modal-header h1,#chats .modal-header .h1{margin:0}#chats .modal-header h2,#chats .modal-header .h2{margin:0}#chats .modal-header h3,#chats .modal-header .h3{margin:0}#chats .modal-header h4,#chats .modal-header .h4{margin:0}#chats .modal-header__content{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .modal-header__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}#chats .modal-header__close{margin-left:auto}#chats .modal-header__title+.modal-header__close{margin-left:10px}#chats .modal-header__close .svg-icon path{fill:#a1a1aa}#chats .modal-header__close_offset-xs{margin-bottom:0px;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px)}#chats .modal-header__close_offset-sm{margin-bottom:-10px;-webkit-transform:translate(5px, -5px);transform:translate(5px, -5px)}#chats .modal-header__close_offset-md{margin-bottom:-20px;-webkit-transform:translate(10px, -10px);transform:translate(10px, -10px)}#chats .modal-header__close_offset-lg{margin-bottom:-30px;-webkit-transform:translate(15px, -15px);transform:translate(15px, -15px)}#chats .modal-header__close_offset-xl{margin-bottom:-40px;-webkit-transform:translate(20px, -20px);transform:translate(20px, -20px)}#chats .modal-header__close_offset-xxl{margin-bottom:-60px;-webkit-transform:translate(30px, -30px);transform:translate(30px, -30px)}#chats .modal-header__close_offset-xs{margin-bottom:0;-webkit-transform:translate(0);transform:translate(0)}#chats .modal-body__scrollarea{width:auto !important}#chats .modal-body__scrollarea_indent-0{margin-right:0px}#chats .modal-body__scrollarea_indent-0>.scrollarea__view{padding-right:0px}#chats .modal-body__scrollarea_indent-1{margin-right:-5px}#chats .modal-body__scrollarea_indent-1>.scrollarea__view{padding-right:5px}#chats .modal-body__scrollarea_indent-2{margin-right:-10px}#chats .modal-body__scrollarea_indent-2>.scrollarea__view{padding-right:10px}#chats .modal-body__scrollarea_indent-3{margin-right:-15px}#chats .modal-body__scrollarea_indent-3>.scrollarea__view{padding-right:15px}#chats .modal-body__scrollarea_indent-4{margin-right:-20px}#chats .modal-body__scrollarea_indent-4>.scrollarea__view{padding-right:20px}#chats .modal-body__scrollarea_indent-5{margin-right:-25px}#chats .modal-body__scrollarea_indent-5>.scrollarea__view{padding-right:25px}#chats .modal-body__scrollarea_indent-6{margin-right:-30px}#chats .modal-body__scrollarea_indent-6>.scrollarea__view{padding-right:30px}#chats .modal-body__scrollarea_indent-7{margin-right:-35px}#chats .modal-body__scrollarea_indent-7>.scrollarea__view{padding-right:35px}#chats .modal-body__scrollarea_indent-8{margin-right:-40px}#chats .modal-body__scrollarea_indent-8>.scrollarea__view{padding-right:40px}#chats .modal-body__scrollarea_indent-9{margin-right:-45px}#chats .modal-body__scrollarea_indent-9>.scrollarea__view{padding-right:45px}#chats .modal-body__scrollarea_indent-10{margin-right:-50px}#chats .modal-body__scrollarea_indent-10>.scrollarea__view{padding-right:50px}#chats .modal-body__scrollarea_indent-11{margin-right:-55px}#chats .modal-body__scrollarea_indent-11>.scrollarea__view{padding-right:55px}#chats .modal-body__scrollarea_indent-12{margin-right:-60px}#chats .modal-body__scrollarea_indent-12>.scrollarea__view{padding-right:60px}#chats .modal-body__scrollarea_indent-13{margin-right:-65px}#chats .modal-body__scrollarea_indent-13>.scrollarea__view{padding-right:65px}#chats .modal-body__scrollarea_indent-14{margin-right:-70px}#chats .modal-body__scrollarea_indent-14>.scrollarea__view{padding-right:70px}#chats .modal-body__scrollarea_indent-15{margin-right:-75px}#chats .modal-body__scrollarea_indent-15>.scrollarea__view{padding-right:75px}#chats .modal-body__scrollarea_indent-16{margin-right:-80px}#chats .modal-body__scrollarea_indent-16>.scrollarea__view{padding-right:80px}#chats .modal-body__scrollarea_indent-17{margin-right:-85px}#chats .modal-body__scrollarea_indent-17>.scrollarea__view{padding-right:85px}#chats .modal-body__scrollarea_indent-18{margin-right:-90px}#chats .modal-body__scrollarea_indent-18>.scrollarea__view{padding-right:90px}#chats .modal-body__scrollarea_indent-19{margin-right:-95px}#chats .modal-body__scrollarea_indent-19>.scrollarea__view{padding-right:95px}#chats .modal-body__scrollarea_indent-20{margin-right:-100px}#chats .modal-body__scrollarea_indent-20>.scrollarea__view{padding-right:100px}#chats .modal-body__scrollarea_indent-21{margin-right:-105px}#chats .modal-body__scrollarea_indent-21>.scrollarea__view{padding-right:105px}#chats .modal-body__scrollarea_indent-22{margin-right:-110px}#chats .modal-body__scrollarea_indent-22>.scrollarea__view{padding-right:110px}#chats .modal-body__scrollarea_indent-23{margin-right:-115px}#chats .modal-body__scrollarea_indent-23>.scrollarea__view{padding-right:115px}#chats .modal-body__scrollarea_indent-24{margin-right:-120px}#chats .modal-body__scrollarea_indent-24>.scrollarea__view{padding-right:120px}#chats .modal-body__scrollarea>.scrollarea__track_vertical{right:8px}#chats .modal-footer{-webkit-transform:scale(1, -1);transform:scale(1, -1)}#chats .modal-footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transform:scale(1, -1);transform:scale(1, -1)}#chats .modal-footer__main{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}#chats .modal-footer__additional{margin-left:10px}#chats .modal .paper_full>.shell-element{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#chats .modal .paper_full>.shell-element .modal-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#chats .notification{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}#chats .notification__paper{-webkit-transition:all 240ms cubic-bezier(0.4, 0, 0.2, 1) !important;transition:all 240ms cubic-bezier(0.4, 0, 0.2, 1) !important}#chats .notification__paper_white>.shell-element{background-color:#fff}#chats .notification__paper_white>.shell-element:after{border-color:#fff}#chats .notification__paper_white .notification__main{color:#18181b}#chats .notification__paper_white .trend-ui-icon-root__InfoFilled>path{fill:#fff}#chats .notification__paper_black>.shell-element{background-color:#27272a}#chats .notification__paper_black>.shell-element:after{border-color:#000}#chats .notification__paper_black .notification__main{color:#fff}#chats .notification__paper_black .svg-icon path{fill:#fff}#chats .notification__paper_black .trend-ui-icon-root__InfoFilled>path{fill:#fff}#chats .notification__paper_info.notification__paper_decor>.shell-element{background-color:#f0f9ff}#chats .notification__paper_info.notification__paper_decor>.shell-element:after{border-color:#bae6fd}#chats .notification__paper_info.notification__paper_decor .notification__main{color:#18181b}#chats .notification__paper_info .notification__icon path{fill:#3b82f6}#chats .notification__paper_info .trend-ui-icon-root__InfoFilled>path{fill:#fff}#chats .notification__paper_info .trend-ui-icon-root__InfoFilled>path:nth-of-type(1){fill:#3b82f6}#chats .notification__paper_success.notification__paper_decor>.shell-element{background-color:#f7fee7}#chats .notification__paper_success.notification__paper_decor>.shell-element:after{border-color:#d9f99d}#chats .notification__paper_success.notification__paper_decor .notification__main{color:#18181b}#chats .notification__paper_success .notification__icon path{fill:#22c55e}#chats .notification__paper_success .trend-ui-icon-root__InfoFilled>path{fill:#fff}#chats .notification__paper_success .trend-ui-icon-root__InfoFilled>path:nth-of-type(1){fill:#22c55e}#chats .notification__paper_error.notification__paper_decor>.shell-element{background-color:#fef2f2}#chats .notification__paper_error.notification__paper_decor>.shell-element:after{border-color:#fecaca}#chats .notification__paper_error.notification__paper_decor .notification__main{color:#18181b}#chats .notification__paper_error .notification__icon path{fill:#f43f5e}#chats .notification__paper_error .trend-ui-icon-root__InfoFilled>path{fill:#fff}#chats .notification__paper_error .trend-ui-icon-root__InfoFilled>path:nth-of-type(1){fill:#f43f5e}#chats .notification__paper_warning.notification__paper_decor>.shell-element{background-color:#fefce8}#chats .notification__paper_warning.notification__paper_decor>.shell-element:after{border-color:#fef08a}#chats .notification__paper_warning.notification__paper_decor .notification__main{color:#18181b}#chats .notification__paper_warning .notification__icon path{fill:#f59e0b}#chats .notification__paper_warning .trend-ui-icon-root__InfoFilled>path{fill:#fff}#chats .notification__paper_warning .trend-ui-icon-root__InfoFilled>path:nth-of-type(1){fill:#f59e0b}#chats .notification__main{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .notification__body{word-break:break-word}#chats .notification__header{margin-bottom:10px}#chats .notification__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}#chats .notification__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}#chats .notification__footer .shell-element:last-child{margin-left:10px}#chats .notification__title{margin:0}#chats .notification__close{margin-left:10px}#chats .notification__close .svg-icon path{fill:#71717a}#chats .notification__icon{margin-right:10px}#chats .notification-wrapper{position:fixed;left:0;z-index:9999;width:100%;pointer-events:none}#chats .notification-wrapper_top,#chats .notification-wrapper_bottom{padding:20px}#chats .notification-wrapper_full-top,#chats .notification-wrapper_top{top:0}#chats .notification-wrapper_full-top .notification__paper,#chats .notification-wrapper_top .notification__paper{margin-bottom:10px}#chats .notification-wrapper_full-top .popup .notification__paper,#chats .notification-wrapper_top .popup .notification__paper{max-height:300px}#chats .notification-wrapper_full-top .popup__content_to-top .notification__paper,#chats .notification-wrapper_top .popup__content_to-top .notification__paper{max-height:0;margin-bottom:0;padding-top:0 !important;padding-bottom:0 !important}#chats .notification-wrapper_full-bottom,#chats .notification-wrapper_bottom{bottom:0}#chats .notification-wrapper_full-bottom .notification__paper,#chats .notification-wrapper_bottom .notification__paper{max-height:0;margin-top:0;padding-top:0 !important;padding-bottom:0 !important}#chats .notification-wrapper_full-bottom .popup__content_from-left .notification__paper,#chats .notification-wrapper_full-bottom .popup__content_from-right .notification__paper,#chats .notification-wrapper_full-bottom .popup__content_from-top .notification__paper,#chats .notification-wrapper_full-bottom .popup__content_from-bottom .notification__paper,#chats .notification-wrapper_bottom .popup__content_from-left .notification__paper,#chats .notification-wrapper_bottom .popup__content_from-right .notification__paper,#chats .notification-wrapper_bottom .popup__content_from-top .notification__paper,#chats .notification-wrapper_bottom .popup__content_from-bottom .notification__paper{max-height:300px;margin-top:10px}#chats .notification-wrapper_full-bottom .popup__content_to-bottom .notification__paper,#chats .notification-wrapper_bottom .popup__content_to-bottom .notification__paper{max-height:0;margin-bottom:0}#chats .notification-wrapper .popup__overlay{position:static}#chats .notification-wrapper .notification{position:static}#chats #offline-icon path{fill:#f43f5e !important;stroke:rgba(0,0,0,0)}#chats #online-icon path{fill:#22c55e !important;stroke:rgba(0,0,0,0)}#chats .phone-field__container{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .phone-field__container .shell-element_black .field__icon_after path{fill:#fff}#chats .phone-field__container .shell-element_disabled .field__icon_after path{fill:#a1a1aa}#chats .phone-field__container .shell-element_accentChosen .field__icon_after path{fill:#52525b}#chats .phone-field__container_press-effect-animation{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transition-timing-function:ease;transition-timing-function:ease;will-change:transform}#chats .phone-field__container_active-animation{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(0.98);transform:scale(0.98)}#chats .phone-field__country{width:55px;min-width:55px}#chats .phone-field__country__flag{width:20px;height:20px;margin-right:10px;-webkit-box-flex:0;-ms-flex:none;flex:none}#chats .phone-field__country__flag-no-indent{margin-right:0 !important}#chats .phone-field__country_code{color:#71717a;white-space:nowrap}#chats .phone-field__country .shell-element{width:100%;border-top-right-radius:0;border-bottom-right-radius:0}#chats .phone-field__country .shell-element::after{border-right-style:none;border-color:rgba(0,0,0,0)}#chats .phone-field__country .shell-element_chosen::after{border-right-style:solid !important;border-color:#3b82f6 !important}#chats .phone-field__country .shell-element .field{padding-left:15px !important;padding-right:0 !important}#chats .phone-field__country .shell-element .field__icon_after{margin-left:0}#chats .phone-field__phone{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#chats .phone-field__phone .shell-element{border-top-left-radius:0;border-bottom-left-radius:0}#chats .phone-field__phone .shell-element::after{border-left-style:none}#chats .phone-field__phone .shell-element_focus::after{border-left-style:solid !important}#chats .phone-field__icon-down{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}#chats .phone-field__icon-down .svg-icon>path{fill:#fff}#chats .field_chosen .phone-field__icon-down{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#chats .phone-field__label_name{margin-right:5px}#chats .pagination_compact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#chats .pagination_compact .pagination__load-more{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;outline-color:#d4d4d8;font-size:14px;line-height:20px}#chats .pagination_compact .pagination__load-more_hidden{visibility:hidden}#chats .pagination_full .pagination__load-more,#chats .pagination_short .pagination__load-more{margin-bottom:20px}#chats .pagination_full.pagination_show-more-after .pagination__load-more,#chats .pagination_short.pagination_show-more-after .pagination__load-more{margin-top:20px;margin-bottom:0}#chats .pagination_short{display:inline-block}#chats .pagination__pn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:opacity .2s;transition:opacity .2s}#chats .pagination__pn_prev{padding-right:20px}#chats .pagination_short .pagination__pn_prev{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-right:1px}#chats .pagination_short .pagination__pn_prev .shell-element{border-top-right-radius:0;border-bottom-right-radius:0}#chats .pagination_short .pagination__pn_prev .shell-element_border{margin-right:-1px;margin-left:-1px}#chats .pagination_short .pagination__pn_prev .shell-element_border::after{border-right:none}#chats .pagination__pn_next{padding-left:20px}#chats .pagination_short .pagination__pn_next{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-left:0}#chats .pagination_short .pagination__pn_next .shell-element{border-top-left-radius:0;border-bottom-left-radius:0}#chats .pagination_short .pagination__pn_next .shell-element_border{margin-left:-1px}#chats .pagination__pages{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}#chats .pagination__break .shell-element{margin-right:1px}#chats .pagination__break .shell-element_border{margin-right:-1px;margin-left:-1px}#chats .pagination:not(.pagination_short) .pagination__page:not(:nth-last-of-type(2)) .shell-element{margin-right:1px}#chats .pagination:not(.pagination_short) .pagination__page:not(:nth-last-of-type(2)) .shell-element_border{margin-right:-1px;margin-left:-1px}#chats .pagination:not(.pagination_short) .pagination__page:not(:nth-last-of-type(2)) .shell-element_border::after{border-right:none}#chats .pagination:not(.pagination_short) .pagination__page:nth-of-type(2) .shell-element{border-top-left-radius:15px;border-bottom-left-radius:15px}#chats .pagination:not(.pagination_short) .pagination__page:nth-last-of-type(2) .shell-element{border-top-right-radius:15px;border-bottom-right-radius:15px}#chats .pagination:not(.pagination_short) .pagination__page:nth-last-of-type(2) .shell-element_border{margin-left:-1px}#chats .pagination_short .pagination__page .shell-element{margin-right:1px}#chats .pagination_short .pagination__page .shell-element_border{margin-right:-1px;margin-left:-1px}#chats .pagination_short .pagination__page .shell-element_border::after{border-right:none}#chats .personal-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:117px;padding:20px}#chats .personal-card_horizontal .personal-card__chat{margin-left:10px}#chats .personal-card_vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:285px;padding:30px 20px}#chats .personal-card_vertical .personal-card__avatar{-ms-flex-item-align:unset;align-self:unset;margin:0}#chats .personal-card_vertical .personal-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;text-align:center}#chats .personal-card_vertical .personal-card__info{width:100%}#chats .personal-card_vertical .personal-card__title{margin:10px 0;font-size:18px;line-height:24px}#chats .personal-card_vertical .personal-card__position{font-size:14px;line-height:20px}#chats .personal-card_vertical .personal-card__phone{margin:10px 0;font-size:15px;line-height:21px}#chats .personal-card_vertical .personal-card__email{margin-bottom:10px}#chats .personal-card__empty{text-align:center;color:#71717a;font-size:14px;line-height:20px}#chats .personal-card__avatar{-ms-flex-item-align:start;align-self:flex-start;margin-right:10px}#chats .personal-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;width:calc(100% - 70px)}#chats .personal-card__info{width:calc(100% - 40px)}#chats .personal-card__title{color:#18181b;font-size:15px;line-height:21px}#chats .personal-card__position{color:#71717a;font-size:13px;line-height:18px}#chats .personal-card__phone{display:block;text-decoration:none;color:#27272a}#chats .personal-card__email{display:block;text-decoration:none}#chats .personal-card__email_main{color:#3b82f6}#chats .personal-card__email_secondary{color:#71717a}#chats .preloader{text-align:center}#chats .preloader .preloader__icon .svg-icon path{fill:#52525b}#chats .preloader_with-panel .preloader__shell{padding:20px}#chats .preloader_brand .preloader__icon .svg-icon path{fill:var(--primary-color, #3733FF)}#chats .preloader__content{margin-top:10px}#chats .preloader__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#chats .radiobox-wrapper_inline{display:inline-block;vertical-align:middle}#chats .radiobox{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:100%;cursor:pointer;border-radius:inherit;background-color:rgba(0,0,0,0)}#chats .radiobox__element,#chats .radiobox__mark{margin:0;cursor:inherit}#chats .radiobox__element{position:absolute;top:50%;left:0;width:100%;height:100%;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#chats .radiobox__mark{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20px;max-width:100%;height:20px;border:thin solid #e4e4e7;border-radius:50%;background-color:#fff;-webkit-transition:all .2s linear;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .radiobox_checked .radiobox__mark:before{content:"";position:absolute;top:50%;left:50%;width:9px;height:9px;border-radius:50%;background-color:#52525b;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#chats .radiobox__label{overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis}#chats .radiobox_brand .radiobox__mark{border-color:var(--primary-color, #3733FF)}#chats .radiobox_brand.radiobox_hover .radiobox__mark{border-color:var(--primary-color-hover, #1e1aff)}#chats .radiobox_brand.radiobox_active .radiobox__mark{border-color:var(--primary-color-active, #0500ff)}#chats .radiobox_brand.radiobox_focus .radiobox__mark{border-color:#3b82f6 !important}#chats .radiobox_brand.radiobox_checked .radiobox__mark:before{background-color:var(--primary-color, #3733FF)}#chats .radiobox_secondary .radiobox__mark{border-color:#3f3f46}#chats .radiobox_secondary.radiobox_hover .radiobox__mark{border-color:#3f3f46}#chats .radiobox_secondary.radiobox_active .radiobox__mark{border-color:#3f3f46}#chats .radiobox_secondary.radiobox_focus .radiobox__mark{border-color:#3b82f6 !important}#chats .radiobox_secondary.radiobox_checked .radiobox__mark:before{background-color:#27272a}#chats .radiobox_white .radiobox__mark{border-color:#d4d4d8}#chats .radiobox_white.radiobox_hover .radiobox__mark{border-color:#a1a1aa}#chats .radiobox_white.radiobox_active .radiobox__mark{border-color:#a1a1aa}#chats .radiobox_white.radiobox_focus .radiobox__mark{border-color:#3b82f6 !important}#chats .radiobox_white.radiobox_checked .radiobox__mark:before{background-color:#52525b}#chats .radiobox_clear .radiobox__mark{border-color:#d4d4d8}#chats .radiobox_clear.radiobox_hover .radiobox__mark{border-color:#a1a1aa}#chats .radiobox_clear.radiobox_active .radiobox__mark{border-color:#a1a1aa}#chats .radiobox_clear.radiobox_focus .radiobox__mark{border-color:#3b82f6 !important}#chats .radiobox_clear.radiobox_checked .radiobox__mark:before{background-color:#52525b}#chats .radiobox_disabled{cursor:not-allowed;color:#d4d4d8}#chats .radiobox_disabled.radiobox_checked .radiobox__mark,#chats .radiobox_disabled .radiobox__mark{border-color:#f4f4f5;background-color:rgba(0,0,0,0)}#chats .radiobox_disabled.radiobox_checked .radiobox__mark:before,#chats .radiobox_disabled .radiobox__mark:before{background-color:#e4e4e7}#chats .group__elements{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .group__shell{overflow:initial}#chats .group__shell_button>.shell-element_radius:first-child{border-top-right-radius:0;border-bottom-right-radius:0}#chats .group__shell_button>.shell-element_radius:last-child{border-top-left-radius:0;border-bottom-left-radius:0}#chats .group__shell_button>.shell-element_border{margin-right:-1px}#chats .group__shell_button>.shell-element_border.d-none+.btn-wrapper{border-top-right-radius:0;border-bottom-right-radius:0}#chats .group__shell_button>.shell-element_border:last-child{margin-right:0}#chats .group__shell_button>.shell-element_border.shell-element_chosen{z-index:2}#chats .group__shell_button>.shell-element_border.shell-element_focus{z-index:3}#chats .group__shell_thin{max-width:none}#chats .group__shell_thin>*{margin:0 .5px !important}#chats .group__shell_gap-0{margin:0px}#chats .group__shell_gap-0>*{margin:0px !important}#chats .group__shell_gap-1{margin:-2.5px}#chats .group__shell_gap-1>*{margin:2.5px !important}#chats .group__shell_gap-2{margin:-5px}#chats .group__shell_gap-2>*{margin:5px !important}#chats .group__shell_gap-3{margin:-7.5px}#chats .group__shell_gap-3>*{margin:7.5px !important}#chats .group__shell_gap-4{margin:-10px}#chats .group__shell_gap-4>*{margin:10px !important}#chats .group__shell_gap-5{margin:-12.5px}#chats .group__shell_gap-5>*{margin:12.5px !important}#chats .group__shell_gap-6{margin:-15px}#chats .group__shell_gap-6>*{margin:15px !important}#chats .group__shell_gap-7{margin:-17.5px}#chats .group__shell_gap-7>*{margin:17.5px !important}#chats .group__shell_gap-8{margin:-20px}#chats .group__shell_gap-8>*{margin:20px !important}#chats .group__shell_gap-9{margin:-22.5px}#chats .group__shell_gap-9>*{margin:22.5px !important}#chats .group__shell_gap-10{margin:-25px}#chats .group__shell_gap-10>*{margin:25px !important}#chats .group__shell_gap-11{margin:-27.5px}#chats .group__shell_gap-11>*{margin:27.5px !important}#chats .group__shell_gap-12{margin:-30px}#chats .group__shell_gap-12>*{margin:30px !important}#chats .group__shell_gap-13{margin:-32.5px}#chats .group__shell_gap-13>*{margin:32.5px !important}#chats .group__shell_gap-14{margin:-35px}#chats .group__shell_gap-14>*{margin:35px !important}#chats .group__shell_gap-15{margin:-37.5px}#chats .group__shell_gap-15>*{margin:37.5px !important}#chats .group__shell_gap-16{margin:-40px}#chats .group__shell_gap-16>*{margin:40px !important}#chats .group__shell_gap-17{margin:-42.5px}#chats .group__shell_gap-17>*{margin:42.5px !important}#chats .group__shell_gap-18{margin:-45px}#chats .group__shell_gap-18>*{margin:45px !important}#chats .group__shell_gap-19{margin:-47.5px}#chats .group__shell_gap-19>*{margin:47.5px !important}#chats .group__shell_gap-20{margin:-50px}#chats .group__shell_gap-20>*{margin:50px !important}#chats .group__shell_gap-21{margin:-52.5px}#chats .group__shell_gap-21>*{margin:52.5px !important}#chats .group__shell_gap-22{margin:-55px}#chats .group__shell_gap-22>*{margin:55px !important}#chats .group__shell_gap-23{margin:-57.5px}#chats .group__shell_gap-23>*{margin:57.5px !important}#chats .group__shell_gap-24{margin:-60px}#chats .group__shell_gap-24>*{margin:60px !important}#chats .dropdown-range-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}#chats .dropdown-range{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;min-width:0;max-width:100%}#chats .dropdown-range_sep .dropdown__search{position:relative}#chats .dropdown-range_sep .dropdown__search:before{content:"";position:absolute;top:50%;right:0;width:10px;height:2px;background-color:#d4d4d8;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}#chats .range-select__placeholder{display:inline-block;color:#71717a;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .field_disabled .range-select__placeholder{color:#d4d4d8}#chats .range-select__icon-down{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}#chats .field__icon .range-select__icon-down{font-size:20px}#chats .range-select_open .range-select__icon-down{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#chats .range-select .shell-element_black .field__icon_after path{fill:#fff}#chats .range-select .shell-element_disabled .field__icon_after path{fill:#a1a1aa}#chats .range-select .shell-element_accentChosen .field__icon_after path{fill:#52525b}#chats .range-slider{position:relative;display:inline-block;width:100%;height:3px;padding:10px 0;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;color:#d4d4d8;border-radius:5px;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-touch-action:none;touch-action:none}#chats .range-slider_disabled{cursor:not-allowed;color:#e4e4e7}#chats .range-slider_disabled span.range-slider__rail{background-color:#f3f4f6}#chats .range-slider_read-only{cursor:default;color:#f4f4f5}#chats .range-slider_vertical,#chats .range-slider_vertical-reverse{width:3px;height:100%;padding:0 10px}#chats .range-slider_marked{margin-bottom:20px}#chats .range-slider_marked.range-slider_vertical,#chats .range-slider_marked.range-slider_vertical-reverse{margin-right:20px;margin-bottom:auto}#chats .range-slider__rail{position:absolute;width:100%;height:3px;opacity:.45;border-radius:inherit;background-color:#e4e4e7}#chats .range-slider_vertical .range-slider__rail,#chats .range-slider_vertical-reverse .range-slider__rail{width:3px;height:100%}#chats .range-slider__track{position:absolute;height:3px;border-radius:inherit;background-color:currentColor}#chats .range-slider_vertical .range-slider__track,#chats .range-slider_vertical-reverse .range-slider__track{width:3px}#chats .range-slider__thumb{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;outline:none;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.11);box-shadow:0 1px 3px 0 rgba(0,0,0,.11);-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease, -webkit-box-shadow .2s ease}#chats .range-slider__thumb:before{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background-color:#d4d4d8}#chats .range-slider__thumb.range-slider__thumb_focus,#chats .range-slider__thumb:hover{-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.22);box-shadow:0 1px 5px 0 rgba(0,0,0,.22)}@media(hover: none){#chats .range-slider__thumb.range-slider__thumb_focus,#chats .range-slider__thumb:hover{-webkit-box-shadow:none;box-shadow:none}}#chats .range-slider__thumb.range-slider__thumb_active{-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.33);box-shadow:0 1px 10px 0 rgba(0,0,0,.33)}#chats .range-slider_read-only .range-slider__thumb,#chats .range-slider_disabled .range-slider__thumb{pointer-events:none}#chats .range-slider_read-only .range-slider__thumb:hover,#chats .range-slider_disabled .range-slider__thumb:hover{-webkit-box-shadow:none;box-shadow:none}#chats .range-slider_disabled .range-slider__thumb:before{background-color:#e4e4e7}#chats .range-slider_horizontal .range-slider__thumb{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#chats .range-slider_horizontal-reverse .range-slider__thumb{-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}#chats .range-slider_vertical .range-slider__thumb{-webkit-transform:translate(-38%, 50%);transform:translate(-38%, 50%)}#chats .range-slider_vertical-reverse .range-slider__thumb{-webkit-transform:translate(-33%, -50%);transform:translate(-33%, -50%)}#chats .range-slider__mark{position:absolute;width:3px;height:3px;border-radius:2px;background-color:#d4d4d8}#chats .range-slider__mark_active{background-color:#acacb4}#chats .range-slider__mark-label{position:absolute;top:22px;white-space:nowrap;color:#71717a;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#chats .range-slider_vertical .range-slider__mark-label,#chats .range-slider_vertical-reverse .range-slider__mark-label{top:auto;left:22px;-webkit-transform:translateY(50%);transform:translateY(50%)}#chats .range-slider__mark-label_active{color:#27272a}#chats .scrollable-table{position:relative;margin-right:calc(var(--offset-x, 0)*-1);margin-left:calc(var(--offset-x, 0)*-1)}#chats .scrollable-table__shadow-edge{height:100%;position:absolute;top:0;bottom:0;z-index:2;display:block;width:30px;pointer-events:none;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}#chats .scrollable-table__shadow-edge_left{left:0;background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), color-stop(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0))}#chats .scrollable-table_shadow-left .scrollable-table__shadow-edge_left{opacity:1}#chats .scrollable-table__shadow-edge_right{right:0;background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.04)), color-stop(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0))}#chats .scrollable-table_shadow-right .scrollable-table__shadow-edge_right{opacity:1}#chats .scrollable-table .scrollarea__view{padding-bottom:40px}#chats .scrollable-table .scrollarea__track{z-index:2;background-color:rgba(0,0,0,0)}#chats .scrollable-table .scrollarea__track_horizontal{right:var(--offset-x, 0);bottom:16px;left:var(--offset-x, 0);width:auto;height:6px;padding-right:0}#chats .scrollable-table .scrollarea__track_vertical{right:17px;width:6px}#chats .scrollable-table .scrollarea__thumb{border-radius:3px}#chats .scrollable-table .scrollarea__thumb_horizontal:before{height:40px;-webkit-transform:translateY(45%);transform:translateY(45%)}#chats .scrollable-table .scrollarea__thumb_vertical:before{width:40px;-webkit-transform:translateX(45%);transform:translateX(45%)}#chats .scrollable-table .scrollarea_draggable .table-head,#chats .scrollable-table .scrollarea_draggable .table-body{cursor:move}#chats .scrollable-table .table{padding-right:var(--offset-x, 0);padding-left:var(--offset-x, 0);border-collapse:separate}#chats .scrollarea_has-arrows{-webkit-transform:translateX(0px);transform:translateX(0px)}#chats .scrollarea__view_v-scroll{padding-right:22px}#chats .scrollarea__view_h-scroll{padding-bottom:22px}#chats .scrollarea__arrow{position:fixed;z-index:1;cursor:pointer}#chats .scrollarea__arrow_left{bottom:1px;left:-5px}#chats .scrollarea__arrow_right{right:-5px;bottom:1px}#chats .scrollarea__arrow_top{top:-5px;right:1px}#chats .scrollarea__arrow_bottom{right:1px;bottom:-5px}#chats .scrollarea__track_vertical{top:0;right:0;height:100%;padding-bottom:4px}#chats .scrollarea_has-arrows .scrollarea__track_vertical{padding:15px 0}#chats .scrollarea__track_horizontal{bottom:0;left:0;width:100%;padding-right:3px}#chats .scrollarea_has-arrows .scrollarea__track_horizontal{padding:0 15px}#chats .scrollarea__track_sm.scrollarea__track_horizontal{height:2px}#chats .scrollarea_has-arrows .scrollarea__track_sm.scrollarea__track_horizontal{margin:10px 0}#chats .scrollarea__track_sm.scrollarea__track_vertical{width:2px}#chats .scrollarea_has-arrows .scrollarea__track_sm.scrollarea__track_vertical{margin:0 10px}#chats .scrollarea__track_md.scrollarea__track_horizontal{height:4px}#chats .scrollarea_has-arrows .scrollarea__track_md.scrollarea__track_horizontal{margin:9px 0}#chats .scrollarea__track_md.scrollarea__track_vertical{width:4px}#chats .scrollarea_has-arrows .scrollarea__track_md.scrollarea__track_vertical{margin:0 9px}#chats .scrollarea__track_lg.scrollarea__track_horizontal{height:6px}#chats .scrollarea_has-arrows .scrollarea__track_lg.scrollarea__track_horizontal{margin:8px 0}#chats .scrollarea__track_lg.scrollarea__track_vertical{width:6px}#chats .scrollarea_has-arrows .scrollarea__track_lg.scrollarea__track_vertical{margin:0 8px}#chats .scrollarea__thumb{cursor:pointer;border-radius:5px}#chats .scrollarea__thumb:before{content:"";position:absolute}#chats .scrollarea__thumb_vertical:before{top:0;right:0;width:300%;height:100%}#chats .scrollarea__thumb_horizontal:before{bottom:0;left:0;width:100%;height:300%}#chats .scrollarea__thumb_white{background:#fff}#chats .scrollarea__thumb_black{background:#27272a}#chats .scrollarea__thumb_default{background:#e4e4e7}#chats .scrollarea__thumb:hover{background:#71717a !important}#chats .scrollarea__thumb:active{background:#71717a !important}#chats .select__placeholder{display:inline-block;color:#71717a;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .field_disabled .select__placeholder{color:#d4d4d8}#chats .select__icon-down{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}#chats .field__icon .select__icon-down{font-size:20px}#chats .select_open .select__icon-down{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#chats .select .shell-element_black .field__icon_after path{fill:#fff}#chats .select .shell-element_disabled .field__icon_after path{fill:#a1a1aa}#chats .select .shell-element_accentChosen .field__icon_after path{fill:#52525b}@-webkit-keyframes wave{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}50%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes wave{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}50%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}#chats .skeleton{display:block;background-color:#f3f4f6;width:100%;height:100%}#chats .skeleton--variant-text{border-radius:10px;height:auto}#chats .skeleton--variant-circle{border-radius:50%}#chats .skeleton--animation-wave{overflow:hidden;position:relative}#chats .skeleton--animation-wave:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation:wave 1.6s linear .5s infinite;animation:wave 1.6s linear .5s infinite;background:-webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(#F9FAFB), to(rgba(250, 250, 250, 0)));background:linear-gradient(90deg, rgba(250, 250, 250, 0), #F9FAFB, rgba(250, 250, 250, 0))}#chats .glide-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;--dot-size: 18px;--dot-size-active: 20px;--dot-size-small: 16px}#chats .glide-dots_flat{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:100%;margin-top:0}#chats .glide-dots_flat .glide-dots__container{width:100%;height:100%}#chats .glide-dots__container_crop{overflow:hidden;max-width:calc(var(--dot-size)*(var(--dot-count) - 2) + var(--dot-size-active) + var(--dot-size-small))}#chats .glide-dots__container_crop .glide-dots__track{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#chats .glide-dots__track{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;will-change:transform}#chats .glide-dots_flat .glide-dots__track{width:100%;height:100%;padding-right:2px;padding-left:2px}#chats .glide-dots__item{position:relative;display:block;width:var(--dot-size);min-width:var(--dot-size);height:20px;margin:0;padding:0;font-size:0;line-height:0;cursor:pointer;color:rgba(0,0,0,0);border:0;outline:none;background:rgba(0,0,0,0)}@media not all and (min-resolution:.001dpcm){#chats .glide-dots__item{-webkit-transform:translate3d(0px, 0px, 1px)}}#chats .glide-dots__item:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background-color:rgba(39,39,42,.5);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#chats .glide-dots_kind-white .glide-dots__item:before{background-color:rgba(255,255,255,.5)}#chats .glide-dots__item_flat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;padding:0 2px 4px}#chats .glide-dots__item_flat:before{content:none}#chats .glide-dots__item_flat:after{content:"";display:block;width:100%;height:2px;border-radius:1px;background-color:rgba(255,255,255,.5)}#chats .glide-dots__item_small{width:var(--dot-size-small);min-width:var(--dot-size-small)}#chats .glide-dots__item_small:before{width:6px;height:6px}#chats .glide-dots__item_active{width:var(--dot-size-active);min-width:var(--dot-size-active)}#chats .glide-dots__item_active:before{width:10px;height:10px;background-color:#27272a}#chats .glide-dots_kind-white .glide-dots__item_active:before{background-color:#fff}#chats .glide-dots__item_active:after{background-color:#22c55e}#chats .glide{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#chats .glide *{-webkit-box-sizing:inherit;box-sizing:inherit}#chats .glide__track{overflow:hidden}#chats .glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-ms-touch-action:pan-Y;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;will-change:transform}#chats .glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .glide__slide{width:100%;height:100%;-ms-flex-negative:0;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}#chats .glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}#chats .glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .glide--rtl{direction:rtl}#chats .glide{outline:none}#chats .glide--swipeable{cursor:grab;cursor:-webkit-grab}#chats .glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}#chats .glide__container{position:relative}#chats .glide__slides{margin:0}#chats .glide__slides_count-1>.glide__slide{width:100%}#chats .glide__slides_count-2>.glide__slide{width:50%}#chats .glide__slides_count-3>.glide__slide{width:33.3333333333%}#chats .glide__slides_count-4>.glide__slide{width:25%}#chats .glide__slides_count-5>.glide__slide{width:20%}#chats .glide__slides_count-6>.glide__slide{width:16.6666666667%}#chats .glide__slides_count-7>.glide__slide{width:14.2857142857%}#chats .glide__slides_count-8>.glide__slide{width:12.5%}@media(min-width: 768px)and (max-width: 991px){#chats .glide__slides_count-md-1>.glide__slide{width:100%}#chats .glide__slides_count-md-2>.glide__slide{width:50%}#chats .glide__slides_count-md-3>.glide__slide{width:33.3333333333%}#chats .glide__slides_count-md-4>.glide__slide{width:25%}#chats .glide__slides_count-md-5>.glide__slide{width:20%}#chats .glide__slides_count-md-6>.glide__slide{width:16.6666666667%}#chats .glide__slides_count-md-7>.glide__slide{width:14.2857142857%}#chats .glide__slides_count-md-8>.glide__slide{width:12.5%}}@media(min-width: 320px)and (max-width: 767px){#chats .glide__slides_count-sm-1>.glide__slide{width:100%}#chats .glide__slides_count-sm-2>.glide__slide{width:50%}#chats .glide__slides_count-sm-3>.glide__slide{width:33.3333333333%}#chats .glide__slides_count-sm-4>.glide__slide{width:25%}#chats .glide__slides_count-sm-5>.glide__slide{width:20%}#chats .glide__slides_count-sm-6>.glide__slide{width:16.6666666667%}#chats .glide__slides_count-sm-7>.glide__slide{width:14.2857142857%}#chats .glide__slides_count-sm-8>.glide__slide{width:12.5%}}@media(max-width: 319px){#chats .glide__slides_count-xs-1>.glide__slide{width:100%}#chats .glide__slides_count-xs-2>.glide__slide{width:50%}#chats .glide__slides_count-xs-3>.glide__slide{width:33.3333333333%}#chats .glide__slides_count-xs-4>.glide__slide{width:25%}#chats .glide__slides_count-xs-5>.glide__slide{width:20%}#chats .glide__slides_count-xs-6>.glide__slide{width:16.6666666667%}#chats .glide__slides_count-xs-7>.glide__slide{width:14.2857142857%}#chats .glide__slides_count-xs-8>.glide__slide{width:12.5%}}@media not all and (min-resolution:.001dpcm){#chats .glide__track{-webkit-transform:translateZ(0)}}#chats .glide__slide{height:auto}@media not all and (min-resolution:.001dpcm){#chats .glide__slide{overflow:auto}}@media not all and (min-resolution:.001dpcm){#chats .glide__slide img{-webkit-transform:translateZ(0)}}#chats .glide__slide__active{position:relative;z-index:1}#chats .glide__arrow{position:absolute;top:50%;display:none}@media(min-width: 768px){#chats .glide__arrow{display:block}}#chats .glide__arrow_prev{left:0;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#chats .glide__arrow_next{right:0;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}#chats .glide__custom-arrow{display:inline-block;width:40px;height:40px;border:solid 1px #f4f4f5;border-radius:8px}#chats .glide__custom-arrow_left{border-top-right-radius:0;border-bottom-right-radius:0}#chats .glide__custom-arrow_right{border-top-left-radius:0;border-bottom-left-radius:0}#chats .table{position:relative;width:100%;border-spacing:0;border-collapse:collapse}#chats .table_border{border:1px solid #f4f4f5}#chats th.table-cell{font-weight:500}#chats th.table-cell_black-80{font-weight:400}#chats .table-head{position:sticky;z-index:1}#chats .table-head tr{color:#27272a;background-color:#f9fafb}#chats .table-head tr .table-cell_sortable .btn-wrapper{color:#27272a;background-color:#f9fafb}#chats .table-head tr_hover,#chats .table-head tr .table-cell_sortable .shell-element_hover.btn-wrapper{color:#27272a;background-color:#f9fafb}#chats .table-head tr_focus,#chats .table-head tr_active,#chats .table-head tr .table-cell_sortable .shell-element_focus.btn-wrapper,#chats .table-head tr .table-cell_sortable .shell-element_active.btn-wrapper{color:#27272a;background-color:#f3f4f6}#chats .table-head th.table-cell_sticky{top:0}#chats .table-cell{width:auto;height:100%;margin:0;padding:0 10px;font-size:13px;vertical-align:middle}#chats .table-cell .btn{font-size:13px;line-height:18px}#chats .table-cell .sort{position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#chats .table-cell_indent-lg{padding-right:40px;padding-left:40px}#chats .table-cell_indent-lg.table-cell_sortable .btn{padding-left:40px}#chats .table-cell_size-md{height:40px;padding-top:5px;padding-bottom:5px;line-height:1.2}#chats .table-cell_size-lg{height:50px;padding-top:7px;padding-bottom:7px;line-height:1.38}#chats .table-cell_size-xl{height:60px;padding-top:10px;padding-bottom:10px}#chats .table-cell_sortable{padding:0}#chats .table-cell_sortable .btn-wrapper,#chats .table-cell_sortable .shell-element{width:100%;height:inherit}#chats .table-cell_sortable .btn{position:relative;padding-right:35px;padding-left:10px;color:inherit;outline:none;font-size:13px;line-height:18px}#chats .table-cell_clickable{cursor:pointer;outline:none}#chats .table-cell_sep-top{border-top:1px solid #f4f4f5}#chats .table-cell_sep-right{border-right:1px solid #f4f4f5}#chats .table-cell_sep-bottom{border-bottom:1px solid #f4f4f5}#chats .table-cell_sep-left{border-left:1px solid #f4f4f5}#chats .table-cell_sticky{position:sticky;background-color:inherit}#chats .table-head .table-cell_sticky{z-index:2}#chats .table-head .table-cell_sticky:first-child{z-index:3}#chats .table-head .table-cell_shadow-right,#chats .table-head .table-cell_shadow-left{z-index:3}#chats .table-cell_shadow-left:before,#chats .table-cell_shadow-right:after{content:"";position:absolute;top:0;bottom:0;z-index:2;display:block;width:30px;pointer-events:none;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}#chats .table-cell_shadow-left:before{right:100%;background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.04)), color-stop(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0))}#chats .scrollable-table_shadow-right .table-cell_shadow-left:before{opacity:1}#chats .table-cell_shadow-right:after{left:100%;background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), color-stop(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0))}#chats .scrollable-table_shadow-left .table-cell_shadow-right:after{opacity:1}#chats .table-row{-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease;color:#27272a;background-color:#fff}#chats .table-row .table-cell_sortable .btn-wrapper{color:#27272a;background-color:#fff}#chats .table-row_hover,#chats .table-row .table-cell_sortable .shell-element_hover.btn-wrapper{color:#27272a;background-color:#fafafa}#chats .table-row_focus,#chats .table-row_active,#chats .table-row .table-cell_sortable .shell-element_focus.btn-wrapper,#chats .table-row .table-cell_sortable .shell-element_active.btn-wrapper{color:#27272a;background-color:#f4f4f5}#chats .table-row .table-cell .sort:before{border-bottom-color:#d4d4d8}#chats .table-row .table-cell .sort:after{border-top-color:#d4d4d8}#chats .table-row .table-cell .sort.sort_asc:before{border-bottom-color:#52525b}#chats .table-row .table-cell .sort.sort_desc:after{border-top-color:#52525b}#chats .table-row_dark .svg-icon path{fill:#fff}#chats .tabs{position:relative;overflow:auto}#chats .tabs_with-border{border-bottom:1px solid #f4f4f5}#chats .tabs_size-sm .btn{font-size:13px}#chats .tabs_size-md{padding-top:5px;padding-bottom:5px}#chats .tabs_size-lg{padding-top:10px;padding-bottom:10px}#chats .tabs_size-xl{padding-top:15px;padding-bottom:15px}#chats .tabs__line{position:absolute;bottom:0;z-index:1;display:block;width:0;height:2px;background-color:#18181b;-webkit-transform:translateX(0);transform:translateX(0);will-change:transform}#chats .tabs__line_round{height:3px;border-radius:3px 3px 0 0}#chats .tabs__line_with-transition{-webkit-transition:.2s;transition:.2s}#chats .tabs__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:0;list-style:none}#chats .tabs__tab{position:relative;padding:0 15px;cursor:pointer}#chats .tabs__tab:first-of-type{padding-left:0}#chats .tabs__tab:last-of-type{padding-right:0}#chats .tabs__tab_active{pointer-events:none}#chats .textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}#chats .textarea .field-info_inside .field-info__label{top:20px;-webkit-transform:none;transform:none}#chats .textarea .field-info_inside.field-info_focus .field-info__label,#chats .textarea .field-info_inside.field-info_has-value .field-info__label{top:10px}#chats .textarea .field-info_inside .textarea__field{padding-bottom:10px}#chats .textarea .field{cursor:text}#chats .textarea .field__element{overflow:initial}#chats .textarea__field{padding-top:10px;padding-right:10px;padding-bottom:10px}#chats .textarea__clear{-ms-flex-item-align:start;align-self:flex-start;margin-top:5px}#chats .textarea__element{display:block;width:100%;height:100%;margin-right:0 !important;padding:0;font-weight:inherit;color:inherit;border:none;border-radius:inherit;outline:none;background-color:inherit;font-size:14px;line-height:20px}#chats .textarea__element::-webkit-input-placeholder{opacity:1;color:#71717a;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#chats .textarea__element:-moz-placeholder{opacity:1;color:#71717a;-moz-transition:opacity .2s ease;transition:opacity .2s ease}#chats .textarea__element::-moz-placeholder{opacity:1;color:#71717a;-moz-transition:opacity .2s ease;transition:opacity .2s ease}#chats .textarea__element:-ms-input-placeholder{opacity:1;color:#71717a;-ms-transition:opacity .2s ease;transition:opacity .2s ease}#chats .textarea__element:disabled{-webkit-text-fill-color:#d4d4d8}#chats .textarea__element:disabled::-webkit-input-placeholder{color:#d4d4d8}#chats .textarea__element:disabled:-moz-placeholder{color:#d4d4d8}#chats .textarea__element:disabled::-moz-placeholder{color:#d4d4d8}#chats .textarea__element:disabled:-ms-input-placeholder{color:#d4d4d8}#chats .textarea__element_shallow{visibility:hidden;overflow:hidden;width:100%;height:0;padding:0;resize:none !important}#chats .textarea_resize-horizontal .textarea__element{resize:horizontal}#chats .textarea_resize-horizontal .textarea__field{padding-bottom:10px}#chats .textarea_resize-vertical .textarea__element{resize:vertical}#chats .textarea_resize-vertical .textarea__field{padding-bottom:10px}#chats .textarea_resize-none .textarea__element{resize:none}#chats .text-field{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}#chats .text-field .field{cursor:text}#chats .text-field .field__element{height:100%}#chats .text-field__element{width:100%;height:100%;padding:0;font-weight:inherit;font-size:1em;text-overflow:ellipsis;color:inherit;border:none;outline:none;background-color:inherit}#chats .text-field__element::-webkit-input-placeholder{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;opacity:1;color:#71717a;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#chats .text-field__element:-moz-placeholder{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;opacity:1;color:#71717a;-moz-transition:opacity .2s ease;transition:opacity .2s ease}#chats .text-field__element::-moz-placeholder{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;opacity:1;color:#71717a;-moz-transition:opacity .2s ease;transition:opacity .2s ease}#chats .text-field__element:-ms-input-placeholder{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;opacity:1;color:#71717a;-ms-transition:opacity .2s ease;transition:opacity .2s ease}#chats .text-field__element:disabled{-webkit-text-fill-color:#d4d4d8}#chats .text-field__element:disabled::-webkit-input-placeholder{color:#d4d4d8}#chats .text-field__element:disabled:-moz-placeholder{color:#d4d4d8}#chats .text-field__element:disabled::-moz-placeholder{color:#d4d4d8}#chats .text-field__element:disabled:-ms-input-placeholder{color:#d4d4d8}#chats .text-field__element::-ms-clear,#chats .text-field__element[type=search]::-webkit-search-decoration,#chats .text-field__element[type=search]::-webkit-search-cancel-button,#chats .text-field__element[type=search]::-webkit-search-results-button,#chats .text-field__element[type=search]::-webkit-search-results-decoration{display:none}#chats .text-field__element:-webkit-autofill,#chats .text-field__element:-webkit-autofill:hover,#chats .text-field__element:-webkit-autofill:focus{height:calc(100% - 4px);margin-top:2px;-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset}#chats .text-field__element:required,#chats .text-field__element:invalid{-webkit-box-shadow:none;box-shadow:none}#chats .text-field__element_no-value{color:#71717a}#chats .text-field_dark .field-wrapper__shell{background-color:#27272a}#chats .text-field_dark .field{color:#fafafa}#chats .text-field_dark .field .svg-icon{color:#a1a1aa}#chats .text-field_dark .field.field_disabled{color:#52525b}#chats .text-field_dark .field.field_disabled .text-field__element::-webkit-input-placeholder{color:#71717a}#chats .text-field_dark .field.field_disabled .text-field__element:-moz-placeholder{color:#71717a}#chats .text-field_dark .field.field_disabled .text-field__element::-moz-placeholder{color:#71717a}#chats .text-field_dark .field.field_disabled .text-field__element:-ms-input-placeholder{color:#71717a}#chats .text-field_dark .field.field_disabled .svg-icon{color:#52525b}#chats .text-field_dark .field.field_readonly{color:#f4f4f5;background-color:#71717a}#chats .text-field_dark .field.field_readonly .text-field__element::-webkit-input-placeholder{color:#fafafa}#chats .text-field_dark .field.field_readonly .text-field__element:-moz-placeholder{color:#fafafa}#chats .text-field_dark .field.field_readonly .text-field__element::-moz-placeholder{color:#fafafa}#chats .text-field_dark .field.field_readonly .text-field__element:-ms-input-placeholder{color:#fafafa}#chats .text-field_dark .field.field_readonly .svg-icon{color:#f4f4f5}#chats .text-field_dark .btn_hover{background-color:rgba(255,255,255,.1)}#chats .text-field_dark .btn_focus,#chats .text-field_dark .btn_active{background-color:rgba(255,255,255,.2)}#chats .text-field .range-slider{position:absolute;top:100%;left:4.5%;z-index:2;width:91%;margin-top:-6px;padding-top:5px}#chats .text-field .range-slider__rail{opacity:0;-webkit-box-shadow:-5px 0 currentColor;box-shadow:-5px 0 currentColor}#chats .text-field .range-slider__track{-webkit-box-shadow:-5px 0;box-shadow:-5px 0}#chats .text-field__raw{display:none}#chats .tooltip{overflow:initial;padding:10px;font-size:14px;line-height:20px}#chats .tooltip_arrow{position:relative}#chats .tooltip-popup[data-popper-placement^=top] .tooltip_arrow .tooltip__arrow{top:100%;left:50%;border:5px solid rgba(0,0,0,0);border-top:5px solid;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#chats .tooltip-popup[data-popper-placement^=right] .tooltip_arrow .tooltip__arrow{top:50%;right:100%;border:5px solid rgba(0,0,0,0);border-right:5px solid;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#chats .tooltip-popup[data-popper-placement^=bottom] .tooltip_arrow .tooltip__arrow{bottom:100%;left:50%;border:5px solid rgba(0,0,0,0);border-bottom:5px solid;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#chats .tooltip-popup[data-popper-placement^=left] .tooltip_arrow .tooltip__arrow{top:50%;left:100%;border:5px solid rgba(0,0,0,0);border-left:5px solid;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#chats .tooltip-popup[data-popper-placement=top-start] .tooltip_arrow-auto .tooltip__arrow,#chats .tooltip-popup[data-popper-placement^=bottom-start] .tooltip_arrow-auto .tooltip__arrow{left:10px;-webkit-transform:none;transform:none}#chats .tooltip-popup[data-popper-placement=top-end] .tooltip_arrow-auto .tooltip__arrow,#chats .tooltip-popup[data-popper-placement^=bottom-end] .tooltip_arrow-auto .tooltip__arrow{right:10px;left:auto;-webkit-transform:none;transform:none}#chats .tooltip-popup[data-popper-placement^=right-start] .tooltip_arrow-auto .tooltip__arrow,#chats .tooltip-popup[data-popper-placement^=left-start] .tooltip_arrow-auto .tooltip__arrow{top:16px;-webkit-transform:none;transform:none}#chats .tooltip-popup[data-popper-placement^=right-end] .tooltip_arrow-auto .tooltip__arrow,#chats .tooltip-popup[data-popper-placement^=left-end] .tooltip_arrow-auto .tooltip__arrow{top:auto;bottom:16px;-webkit-transform:none;transform:none}#chats .tooltip_black{color:#fff;background-color:#000}#chats .tooltip-popup[data-popper-placement^=top] .tooltip_black .tooltip__arrow{border-top-color:#000}#chats .tooltip-popup[data-popper-placement^=right] .tooltip_black .tooltip__arrow{border-right-color:#000}#chats .tooltip-popup[data-popper-placement^=bottom] .tooltip_black .tooltip__arrow{border-bottom-color:#000}#chats .tooltip-popup[data-popper-placement^=left] .tooltip_black .tooltip__arrow{border-left-color:#000}#chats .tooltip_white{background-color:#fff}#chats .tooltip-popup[data-popper-placement^=top] .tooltip_white .tooltip__arrow{border-top-color:#fff}#chats .tooltip-popup[data-popper-placement^=right] .tooltip_white .tooltip__arrow{border-right-color:#fff}#chats .tooltip-popup[data-popper-placement^=bottom] .tooltip_white .tooltip__arrow{border-bottom-color:#fff}#chats .tooltip-popup[data-popper-placement^=left] .tooltip_white .tooltip__arrow{border-left-color:#fff}#chats .tooltip_brand{background-color:var(--primary-color, #3733FF)}#chats .tooltip-popup[data-popper-placement^=top] .tooltip_brand .tooltip__arrow{border-top-color:var(--primary-color, #3733FF)}#chats .tooltip-popup[data-popper-placement^=right] .tooltip_brand .tooltip__arrow{border-right-color:var(--primary-color, #3733FF)}#chats .tooltip-popup[data-popper-placement^=bottom] .tooltip_brand .tooltip__arrow{border-bottom-color:var(--primary-color, #3733FF)}#chats .tooltip-popup[data-popper-placement^=left] .tooltip_brand .tooltip__arrow{border-left-color:var(--primary-color, #3733FF)}#chats .tooltip__arrow{position:absolute}#chats .tooltip-popup[data-popper-placement^=top] .tooltip__wrapper,#chats .tooltip-popup[data-popper-placement^=bottom] .tooltip__wrapper{padding:5px 0}#chats .tooltip-popup[data-popper-placement^=right] .tooltip__wrapper,#chats .tooltip-popup[data-popper-placement^=left] .tooltip__wrapper{padding:0 5px}#chats .tooltip__wrapper_max-width{max-width:300px}#chats .tooltip-popup[data-popper-placement^=top] .tooltip__wrapper{-webkit-transform-origin:center bottom;transform-origin:center bottom}#chats .tooltip-popup[data-popper-placement^=bottom] .tooltip__wrapper{-webkit-transform-origin:center top;transform-origin:center top}#chats .tooltip-popup[data-popper-placement^=left] .tooltip__wrapper{-webkit-transform-origin:center right;transform-origin:center right}#chats .tooltip-popup[data-popper-placement^=right] .tooltip__wrapper{-webkit-transform-origin:center left;transform-origin:center left}#chats .tooltip-popup_interactive{pointer-events:auto}#chats .tooltip-popup_not-interactive .tooltip__wrapper{pointer-events:none}#chats .uploader__content_before{margin-bottom:20px}#chats .uploader__content_after{margin-top:20px}#chats .uploader__button_border::after{border-color:#d4d4d8 !important}#chats .tree-select__placeholder{display:inline-block;color:#71717a;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .field_disabled .tree-select__placeholder{color:#d4d4d8}#chats .tree-select .shell-element_black .field_disabled .tree-select__placeholder{color:#52525b !important}#chats .tree-select__group-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#chats .tree-select__group-item_open .tree-select__icon-down{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#chats .tree-select__group-item .checkbox-wrapper{overflow:hidden}#chats .tree-select__group-toggler button{width:30px}#chats .tree-select__group-options{margin-left:60px}#chats .tree-select__icon-down{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}#chats .field__icon .tree-select__icon-down{font-size:20px}#chats .tree-select_open .tree-select__icon-down{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#chats .tree-select__popup .paper__shell_black .tree-select__icon-down path{fill:#fff}#chats .tree-select__popup .paper__shell_secondary .tree-select__icon-down path{fill:#52525b}#chats .tree-select__popup .paper__shell_white .tree-select__icon-down path{fill:#52525b}#chats *,#chats *:before,#chats *:after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}#chats body,html{font-size:14px}#chats body{overflow-y:scroll;font-weight:400;font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;color:#27272a;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;text-rendering:optimizeLegibility !important}#chats a{text-decoration:underline;color:#3733ff}#chats p{margin:18px 0 18px;line-height:18px}#chats .hidden{display:none}#chats .form__control{margin-bottom:20px}#chats .form__control label,#chats .form__control .label{display:block;margin-bottom:5px;font-size:12px;line-height:1.5;letter-spacing:.4px;text-transform:uppercase;color:#a1a1aa}#chats .system-message-link{text-decoration:none !important}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .call-client__client-call-modal .modal-header__title{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:17px;line-height:27px;font-weight:500}#chats .call-client__phone-item-container{display:flex;justify-content:space-between;align-items:center;padding:0px 20px}#chats .call-client__phone-item-container_additional{padding:5px 20px}#chats .call-client__phone-item-container span{display:contents;min-width:-moz-fit-content;min-width:fit-content}#chats .call-client__phone-item-container_hover:hover{background-color:#f9fafb;cursor:pointer}#chats .call-client__phone-item-container_selected{background-color:#f9fafb}#chats .call-client__icon-container{width:30px;display:flex;align-items:center;justify-content:start}#chats .call-client__icon-container path{fill:#52525b}#chats .call-client__phone-container{display:flex;flex-direction:row}#chats .call-client__phone{font-size:14px;line-height:20px;font-weight:400;padding-right:10px}#chats .call-client__phone-name{font-size:13px;line-height:18px;font-weight:400;color:#71717a}#chats .call-client__footer-container{align-items:center;display:flex;justify-content:end;padding:20px;width:100%}#chats .call-client__buttons-container{display:flex;-moz-column-gap:10px;column-gap:10px}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .in-progress-meeting-footer{display:flex;-moz-column-gap:10px;column-gap:10px;justify-content:flex-end}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .in-progress-meeting .dialog__control-item{padding:0 !important}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .new-meeting-footer{display:flex;-moz-column-gap:10px;column-gap:10px;justify-content:flex-end}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .new-meeting .dialog__control-item{padding:0 !important}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .new-meeting-footer{display:flex;-moz-column-gap:10px;column-gap:10px;justify-content:flex-end}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .new-meeting-loading .dialog__control-item{padding:0 !important}#chats .new-meeting-loading__content{display:flex;-moz-column-gap:10px;column-gap:10px}
#chats .avatar-status{position:relative}#chats .avatar-status__marker{position:absolute;right:-2px;bottom:-2px;width:8px;height:8px;background:#3fca3b;border:2px solid #fff;border-radius:50%;box-sizing:content-box;z-index:1}
#chats .messages-list__avatar{position:absolute;top:0;padding-top:24px;padding-bottom:2px;left:-50px;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#chats .messages-list__avatar--sticky{position:sticky;top:10px}#chats .messages-list__avatar--default{cursor:default}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .extension-files__extension_container{display:grid;grid-row-gap:10px;margin-bottom:10px}#chats .extension-files__extension_item{cursor:pointer;display:flex;justify-self:start}#chats .extension-files__extension_text{overflow:hidden;max-width:330px;line-height:20px;white-space:nowrap;text-overflow:ellipsis}#chats .extension-files__extension_text-wrapper{display:grid;grid-template-columns:auto 1fr;margin-right:10px}#chats .extension-files__extension_text-wrapper-ellipsis{margin-right:0;max-width:97%}#chats .extension-files__extension_content{margin-left:7px;display:grid}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .grid-images__wrapper{display:grid;grid-row-gap:5px}#chats .grid-images__container{max-width:300px;display:grid;grid-template-columns:repeat(auto-fill, minmax(147.5px, 1fr));grid-gap:5px;border-radius:10px}#chats .grid-images__container_isLeftSide{border-radius:10px}#chats .grid-images__column{display:grid;grid-gap:5px}#chats .grid-images__image_isNotPreview{background-repeat:no-repeat;background-size:20px !important;background-position:center;background-color:#f4f4f5}#chats .grid-images__image_isLeftSide{border:1px solid #f4f4f5}#chats .grid-images__image .lazy-load-image-background{max-width:300px;background-size:cover;border-radius:10px;max-height:550px !important}#chats .grid-images__image_isBlock{display:block !important}#chats .grid-images__image_wrapper{cursor:pointer;align-content:flex-start;border-radius:10px;display:grid;-moz-column-break-inside:avoid;break-inside:avoid;overflow:hidden;width:147.5px}#chats .grid-images__image_wrapper img{-o-object-position:top !important;object-position:top !important;-o-object-fit:cover;object-fit:cover;width:100%;max-width:147.5px;min-height:50px}#chats .grid-images__image_isOne{grid-column:span 2;width:300px !important;max-height:550px}#chats .grid-images__image_isOne img{max-width:300px !important}#chats .grid-images__image_isHorizontalCrop:not(.grid-images__image_isNotPreview){-o-object-position:left !important;object-position:left !important}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .preview-files__items{display:grid;grid-row-gap:5px;grid-column:1/3}#chats .lazy-load-image-background:not(.preview-files__items_isNotPreview){background-repeat:no-repeat;background-size:cover;min-height:100%;display:flex;border-radius:10px 10px 0 0;height:200px;max-height:200px}#chats .preview-files__item_wrapper{display:grid;height:100%;position:relative;overflow:hidden;border-radius:10px}#chats .preview-files__item_wrapper-isLeftSide{border:1px solid #f4f4f5}#chats .preview-files__item-file-info_wrapper{overflow:hidden;width:100%;bottom:0px;padding:10px;z-index:30;display:flex;gap:5px;align-items:center;background:#fff}#chats .preview-files__item-file-info_desc{overflow:hidden;max-width:300px;word-break:break-word;font-size:12px;line-height:16px;text-overflow:ellipsis}@supports(-webkit-line-clamp: 2){#chats .preview-files__item-file-info_desc{overflow:hidden;text-overflow:ellipsis;white-space:initial;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}#chats .preview-files__item_item{cursor:pointer;max-width:100%;width:300px;height:100%;min-height:100%}#chats .preview-files__item_item img{opacity:0}#chats .preview-files__item_isNotPreview{background-repeat:no-repeat;background-position:center;background-size:20px !important;-o-object-fit:none;object-fit:none;background-color:#f4f4f5}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .message-files__images_container{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(295px / 2), 1fr));grid-gap:5px;max-width:300px;margin-bottom:10px;border-radius:10px;overflow:hidden}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .star-rating{display:flex;align-items:center;margin:20px -5px 0;padding:0;list-style-type:none}#chats .star-rating img{display:block;transition:filter .2s}#chats .star-rating__item{padding-right:5px !important;padding-left:5px !important}#chats .star-rating__item:before{content:none !important}#chats .star-rating__icon_star-active{width:30px;height:30px;background:url(../images/c685a4c7ac676acde069.png) no-repeat 50% 50%}#chats .star-rating__icon_star-default{width:30px;height:30px;background:url(../images/944bb9692a1102a7fcdd.png) no-repeat 50% 50%}#chats .star-rating__button{line-height:0}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .chat-voice-message__container{display:flex;align-items:center;color:#71717a;font-size:12px;line-height:16px;background:rgba(0,0,0,0);width:100%}#chats .chat-voice-message__container_call-notification{margin-top:10px}#chats .chat-voice-message__play-button{margin-right:10px}#chats .chat-voice-message__play-button .trend-ui-icon-root__PlayFilled path,#chats .chat-voice-message__play-button .trend-ui-icon-root__PauseFilled path,#chats .chat-voice-message__play-button .trend-ui-icon-root__Loader path{fill:#52525b}#chats .chat-voice-message__timeline-container{display:flex;flex-direction:column;gap:5px;flex-grow:1;max-width:336px;min-width:160;width:100%}#chats .chat-voice-message__error-container{border:1px solid #fecaca;border-radius:10px;background-color:#fef2f2;padding:10px;color:#27272a;font-size:14px;line-height:20px}#chats .chat-voice-message__wave-container{width:100%;margin:0;padding:0}#chats .chat-voice-message__wave-container_active-cursor{cursor:pointer}#chats .chat-voice-message__duration{color:#71717a;font-size:12px}#chats .chat-voice-message__audio-element{display:none}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .message__icon-ElementsThin{border-radius:15px !important;background-color:rgba(59,130,246,.1) !important}#chats .message__icon-ElementsThin .trend-ui-icon-root__ElementsThin{color:#3b82f6 !important}#chats .message__icon-ElementsThin .trend-ui-icon-root__ElementsThin path{fill:currentColor !important}#chats .message__icon-StackThin{border-radius:15px !important;background-color:rgba(59,130,246,.1) !important}#chats .message__icon-StackThin .trend-ui-icon-root__StackThin{color:#3b82f6 !important}#chats .message__icon-StackThin .trend-ui-icon-root__StackThin path{fill:currentColor !important}#chats .message__icon-FileAltThin{border-radius:15px !important;background-color:rgba(59,130,246,.1) !important}#chats .message__icon-FileAltThin .trend-ui-icon-root__FileAltThin{color:#3b82f6 !important}#chats .message__icon-FileAltThin .trend-ui-icon-root__FileAltThin path{fill:currentColor !important}#chats .message__icon-GlobeWorldThin{border-radius:15px !important;background-color:rgba(59,130,246,.1) !important}#chats .message__icon-GlobeWorldThin .trend-ui-icon-root__GlobeWorldThin{color:#3b82f6 !important}#chats .message__icon-GlobeWorldThin .trend-ui-icon-root__GlobeWorldThin path{fill:currentColor !important}#chats .message__icon-ProcentAltThin{border-radius:15px !important;background-color:rgba(59,130,246,.1) !important}#chats .message__icon-ProcentAltThin .trend-ui-icon-root__ProcentAltThin{color:#3b82f6 !important}#chats .message__icon-ProcentAltThin .trend-ui-icon-root__ProcentAltThin path{fill:currentColor !important}#chats .message__icon-EyeOnThin{border-radius:15px !important;background-color:rgba(59,130,246,.1) !important}#chats .message__icon-EyeOnThin .trend-ui-icon-root__EyeOnThin{color:#3b82f6 !important}#chats .message__icon-EyeOnThin .trend-ui-icon-root__EyeOnThin path{fill:currentColor !important}#chats .message__icon-LikeThin{border-radius:15px !important;background-color:rgba(59,130,246,.1) !important}#chats .message__icon-LikeThin .trend-ui-icon-root__LikeThin{color:#3b82f6 !important}#chats .message__icon-LikeThin .trend-ui-icon-root__LikeThin path{fill:currentColor !important}#chats .message__icon-ThumbsUpThin{border-radius:15px !important;background-color:rgba(74,222,128,.1) !important}#chats .message__icon-ThumbsUpThin .trend-ui-icon-root__ThumbsUpThin{color:#4ade80 !important}#chats .message__icon-ThumbsUpThin .trend-ui-icon-root__ThumbsUpThin path{fill:currentColor !important}#chats .message__icon-VideoLibraryThin{border-radius:15px !important;background-color:rgba(74,222,128,.1) !important}#chats .message__icon-VideoLibraryThin .trend-ui-icon-root__VideoLibraryThin{color:#4ade80 !important}#chats .message__icon-VideoLibraryThin .trend-ui-icon-root__VideoLibraryThin path{fill:currentColor !important}#chats .message__icon-VideoCameraAltThin{border-radius:15px !important;background-color:rgba(74,222,128,.1) !important}#chats .message__icon-VideoCameraAltThin .trend-ui-icon-root__VideoCameraAltThin{color:#4ade80 !important}#chats .message__icon-VideoCameraAltThin .trend-ui-icon-root__VideoCameraAltThin path{fill:currentColor !important}#chats .message__icon-BriefcaseAltThin{border-radius:15px !important;background-color:rgba(74,222,128,.1) !important}#chats .message__icon-BriefcaseAltThin .trend-ui-icon-root__BriefcaseAltThin{color:#4ade80 !important}#chats .message__icon-BriefcaseAltThin .trend-ui-icon-root__BriefcaseAltThin path{fill:currentColor !important}#chats .message__icon-BriefcaseAltThinRed{border-radius:15px !important;background-color:rgba(239,68,68,.1) !important}#chats .message__icon-BriefcaseAltThinRed .trend-ui-icon-root__BriefcaseAltThinRed{color:#ef4444 !important}#chats .message__icon-BriefcaseAltThinRed .trend-ui-icon-root__BriefcaseAltThinRed path{fill:currentColor !important}#chats .message__icon-ThumbsNotThin{border-radius:15px !important;background-color:rgba(239,68,68,.1) !important}#chats .message__icon-ThumbsNotThin .trend-ui-icon-root__ThumbsNotThin{color:#ef4444 !important}#chats .message__icon-ThumbsNotThin .trend-ui-icon-root__ThumbsNotThin path{fill:currentColor !important}#chats .message__icon-VideoCameraSlashAltThin{border-radius:15px !important;background-color:rgba(239,68,68,.1) !important}#chats .message__icon-VideoCameraSlashAltThin .trend-ui-icon-root__VideoCameraSlashAltThin{color:#ef4444 !important}#chats .message__icon-VideoCameraSlashAltThin .trend-ui-icon-root__VideoCameraSlashAltThin path{fill:currentColor !important}#chats .message__icon-EditAltThin{border-radius:15px !important;background-color:rgba(251,146,60,.1) !important}#chats .message__icon-EditAltThin .trend-ui-icon-root__EditAltThin{color:#fb923c !important}#chats .message__icon-EditAltThin .trend-ui-icon-root__EditAltThin path{fill:currentColor !important}#chats .message__icon-FlagAltThin{border-radius:15px !important;background-color:rgba(251,146,60,.1) !important}#chats .message__icon-FlagAltThin .trend-ui-icon-root__FlagAltThin{color:#fb923c !important}#chats .message__icon-FlagAltThin .trend-ui-icon-root__FlagAltThin path{fill:currentColor !important}#chats .message__icon-RetedThin{border-radius:15px !important;background-color:rgba(74,222,128,.1) !important}#chats .message__icon-RetedThin .trend-ui-icon-root__RetedThin{color:#4ade80 !important}#chats .message__icon-RetedThin .trend-ui-icon-root__RetedThin path{fill:currentColor !important}#chats .message__icon-CreditCardThin{border-radius:15px !important;background-color:rgba(251,146,60,.1) !important}#chats .message__icon-CreditCardThin .trend-ui-icon-root__CreditCardThin{color:#fb923c !important}#chats .message__icon-CreditCardThin .trend-ui-icon-root__CreditCardThin path{fill:currentColor !important}#chats .message__icon .trend-ui-icon-root__VideoCameraAltThin path{fill:#4ade80 !important}#chats .message__icon .trend-ui-icon-root__VideoCameraAltThin path:first-of-type{fill:rgba(0,0,0,0) !important}#chats .message__icon-Telegram{border-radius:15px !important;background-color:rgba(66,165,245,.1) !important}#chats .message__icon-Telegram .trend-ui-icon-root__Telegram{color:#42a5f5 !important}#chats .message__icon-Telegram .trend-ui-icon-root__Telegram path:first-of-type{fill:currentColor !important}#chats .message__icon-ClockThin{border-radius:15px !important;background-color:#f0f9ff !important}#chats .message__icon-ClockThin .trend-ui-icon-root__ClockThin{color:#3b82f6 !important}#chats .message__icon-ClockThin .trend-ui-icon-root__ClockThin path:first-of-type{fill:currentColor !important}#chats .message__icon-CallSuccesThin{border-radius:15px !important;background-color:rgba(34,197,94,.1) !important}#chats .message__icon-CallSuccesThin .trend-ui-icon-root__CallOutgoingThin path,#chats .message__icon-CallSuccesThin .trend-ui-icon-root__CallIncomingThin path{stroke:#22c55e;fill:rgba(0,0,0,0)}#chats .message__icon-CallSuccesThin .trend-ui-icon-root__VideoCameraSlashAltThin path{fill:#22c55e !important}#chats .message__icon-CallMissedThin{border-radius:15px !important;background-color:#fef2f2 !important}#chats .message__icon-CallMissedThin .trend-ui-icon-root__CallMissedThin path,#chats .message__icon-CallMissedThin .trend-ui-icon-root__CallOutgoingThin path,#chats .message__icon-CallMissedThin .trend-ui-icon-root__CallIncomingThin path{stroke:#ef4444;fill:rgba(0,0,0,0)}#chats .message__icon-FileAltThin{border-radius:15px !important;background-color:#fef2f2 !important}#chats .message__icon-FileAltThin .trend-ui-icon-root__FileAltThin{color:#ef4444 !important}#chats .message__icon-FileAltThin .trend-ui-icon-root__FileAltThin path:first-of-type{fill:currentColor !important}#chats .message__icon-CommentTextThin{border-radius:15px !important;background-color:rgba(0,191,101,.1) !important}#chats .message__icon-CommentTextThin .trend-ui-icon-root__CommentTextThin{color:#22c55e !important}#chats .message__icon-CommentTextThin .trend-ui-icon-root__CommentTextThin path:first-of-type{fill:currentColor !important}#chats .message__icon-CommentTextThin-info{border-radius:15px !important;background-color:#fef2f2 !important}#chats .message__icon-CommentTextThin-info .trend-ui-icon-root__CommentTextThin{color:#ef4444 !important}#chats .message__icon-CommentTextThin-info .trend-ui-icon-root__CommentTextThin path:first-of-type{fill:currentColor !important}#chats .system-message-button-wrapper{padding-top:10px}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xxs-font-size:11px;text-xxs-line-height:15px;text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:17px;text-xxl-line-height:27px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px;h6-font-size:12px;h6-line-height:16px}:export{d-1-font-size:33px;d-1-line-height:41px;d-2-font-size:30px;d-2-line-height:40px;d-3-font-size:22px;d-3-line-height:30px;d-4-font-size:20px;d-4-line-height:28px;d-5-font-size:18px;d-5-line-height:25px;d-6-font-size:16px;d-6-line-height:21px}:export{text-regular:400;text-medium:500;text-semibold:600}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#chats .message{position:relative;z-index:1;display:inline-flex;overflow:hidden;flex-direction:column;min-width:100px;max-width:400px;margin-top:1.5px;margin-right:auto;margin-bottom:1.5px;margin-left:0;padding:10px;line-height:20px;border-radius:16px;background-color:#fff}#chats .message-content{display:flex;padding:.5px 0}#chats .message-content--position{display:grid}#chats .message .system-message-link{width:-moz-fit-content;width:fit-content;margin-right:5px;margin-top:10px}#chats .message .system-message-link-old{color:#3b82f6;cursor:pointer;text-decoration:underline;display:inline-block}#chats .message .system-message-link-wrapper{display:flex;flex-wrap:wrap;margin-top:10px;gap:5px}#chats .message .system-message-link-wrapper .system-message-link{margin:0}#chats .message--author{margin-right:0;margin-left:auto}#chats .message--author.message--first{border-top-left-radius:16px;border-top-right-radius:0}#chats .message--author:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.2;background:var(--primary-color)}#chats .message--first{border-top-left-radius:0}#chats .message--files{min-width:320px !important;max-width:320px !important}#chats .message__text{display:flex}#chats .message__text-wrapper{display:flex;flex-flow:column;width:100%}#chats .message__text-withFiles{width:-moz-min-content;width:min-content}#chats .message__text div{white-space:break-spaces;word-break:break-word}#chats .message__text-announcemen{display:flex}#chats .message__icon{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;margin-right:10px;fill:#fff;color:#fff;border-radius:15px;background-color:var(--primary-color, #3733FF)}#chats .message__icon .trend-ui-icon-root__Edit path{fill:#fff !important}#chats .message__icon--link{cursor:pointer}#chats .message__icon svg path{fill:#fff}#chats .message__status{display:flex;align-items:center;justify-content:flex-end;font-size:12px;line-height:17px;color:#a1a1aa}#chats .message__status-date{margin:0 5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#chats .message__status-icon{position:relative;width:15px;height:8px;margin-top:-6px;margin-right:5px}#chats .message__status-icon:before,#chats .message__status-icon:after{content:"";position:absolute;bottom:0;border-width:0 0 1px 1px;border-style:solid;border-color:#a1a1aa;transform:rotate(-45deg);transform-origin:50% 50%}#chats .message__status-icon:before{left:0;width:10px;height:4px}#chats .message__status-icon:after{left:6px;width:10px;height:2px}#chats .message__status-icon--waiting{width:11px;height:11px;margin-bottom:-6px;border:1px solid #a1a1aa;border-radius:50%;animation-name:rotation;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite}#chats .message__status-icon--waiting:before{opacity:0}#chats .message__status-icon--waiting:after{bottom:4px;left:5px;width:3px;height:1px;transform:rotate(0deg);transform-origin:0 0}#chats .message__reply{position:relative;margin-bottom:10px;padding-left:10px}#chats .message__reply_isValid{cursor:pointer}#chats .message__reply:before{content:"";position:absolute;top:0;left:0;display:inline-block;width:2px;height:100%;border-radius:1px;background-color:#52525b}#chats .message__reply-empty{margin:10px 0;line-height:20px;color:#a1a1aa}#chats .message__reply-position{font-size:13px;line-height:18px;white-space:break-spaces;word-break:break-word;color:#a1a1aa}#chats .message__reply-files{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#chats .message__reply-desc{white-space:break-spaces;word-break:break-word}#chats .message-menu .modal-body{padding:0}#chats .message__user-position{display:flex;align-items:center;gap:5px;max-width:400px;padding-bottom:3.5px;font-size:13px;line-height:18px;color:#a1a1aa}#chats .message__user-position .trend-ui-icon-root__TelegramFilled-10 path{fill:#42a5f5 !important}#chats .message__provider{text-transform:capitalize}#chats .message-markup a{display:block;max-width:380px;width:-moz-fit-content;width:fit-content}#chats .message-markup li{display:block;padding-left:12px}#chats .message-markup li:before{content:"●";margin:0 1em 0 -12px;font-size:6px;vertical-align:middle}#chats .message-markup ul{list-style:none}#chats .message-markup ul li{font-size:14px;line-height:20px}
#chats .emoji-icon{position:relative;display:inline-block;width:18px;height:18px;margin:-3px .15em 0;line-height:normal;vertical-align:middle;text-indent:-9999em;image-rendering:optimizeQuality;background-image:url(../images/32cdf8d2f65a5a9e84f5.png);background-repeat:no-repeat;background-size:4100% 4100%}#chats .emoji-icon-0023-20e3{background-position:0% 0%}#chats .emoji-icon-002a-20e3{background-position:2.5% 0%}#chats .emoji-icon-0030-20e3{background-position:5% 0%}#chats .emoji-icon-0031-20e3{background-position:7.5% 0%}#chats .emoji-icon-0032-20e3{background-position:10% 0%}#chats .emoji-icon-0033-20e3{background-position:12.5% 0%}#chats .emoji-icon-0034-20e3{background-position:15% 0%}#chats .emoji-icon-0035-20e3{background-position:17.5% 0%}#chats .emoji-icon-0036-20e3{background-position:20% 0%}#chats .emoji-icon-0037-20e3{background-position:22.5% 0%}#chats .emoji-icon-0038-20e3{background-position:25% 0%}#chats .emoji-icon-0039-20e3{background-position:27.5% 0%}#chats .emoji-icon-00a9{background-position:30% 0%}#chats .emoji-icon-00ae{background-position:32.5% 0%}#chats .emoji-icon-1f004{background-position:35% 0%}#chats .emoji-icon-1f0cf{background-position:37.5% 0%}#chats .emoji-icon-1f170{background-position:40% 0%}#chats .emoji-icon-1f171{background-position:42.5% 0%}#chats .emoji-icon-1f17e{background-position:45% 0%}#chats .emoji-icon-1f17f{background-position:47.5% 0%}#chats .emoji-icon-1f18e{background-position:50% 0%}#chats .emoji-icon-1f191{background-position:52.5% 0%}#chats .emoji-icon-1f192{background-position:55% 0%}#chats .emoji-icon-1f193{background-position:57.5% 0%}#chats .emoji-icon-1f194{background-position:60% 0%}#chats .emoji-icon-1f195{background-position:62.5% 0%}#chats .emoji-icon-1f196{background-position:65% 0%}#chats .emoji-icon-1f197{background-position:67.5% 0%}#chats .emoji-icon-1f198{background-position:70% 0%}#chats .emoji-icon-1f199{background-position:72.5% 0%}#chats .emoji-icon-1f19a{background-position:75% 0%}#chats .emoji-icon-1f1e6-1f1e8{background-position:77.5% 0%}#chats .emoji-icon-1f1e6-1f1e9{background-position:80% 0%}#chats .emoji-icon-1f1e6-1f1ea{background-position:82.5% 0%}#chats .emoji-icon-1f1e6-1f1eb{background-position:85% 0%}#chats .emoji-icon-1f1e6-1f1ec{background-position:87.5% 0%}#chats .emoji-icon-1f1e6-1f1ee{background-position:90% 0%}#chats .emoji-icon-1f1e6-1f1f1{background-position:92.5% 0%}#chats .emoji-icon-1f1e6-1f1f2{background-position:95% 0%}#chats .emoji-icon-1f1e6-1f1f4{background-position:97.5% 0%}#chats .emoji-icon-1f1e6-1f1f6{background-position:100% 0%}#chats .emoji-icon-1f1e6-1f1f7{background-position:0% 2.5%}#chats .emoji-icon-1f1e6-1f1f8{background-position:2.5% 2.5%}#chats .emoji-icon-1f1e6-1f1f9{background-position:5% 2.5%}#chats .emoji-icon-1f1e6-1f1fa{background-position:7.5% 2.5%}#chats .emoji-icon-1f1e6-1f1fc{background-position:10% 2.5%}#chats .emoji-icon-1f1e6-1f1fd{background-position:12.5% 2.5%}#chats .emoji-icon-1f1e6-1f1ff{background-position:15% 2.5%}#chats .emoji-icon-1f1e7-1f1e6{background-position:17.5% 2.5%}#chats .emoji-icon-1f1e7-1f1e7{background-position:20% 2.5%}#chats .emoji-icon-1f1e7-1f1e9{background-position:22.5% 2.5%}#chats .emoji-icon-1f1e7-1f1ea{background-position:25% 2.5%}#chats .emoji-icon-1f1e7-1f1eb{background-position:27.5% 2.5%}#chats .emoji-icon-1f1e7-1f1ec{background-position:30% 2.5%}#chats .emoji-icon-1f1e7-1f1ed{background-position:32.5% 2.5%}#chats .emoji-icon-1f1e7-1f1ee{background-position:35% 2.5%}#chats .emoji-icon-1f1e7-1f1ef{background-position:37.5% 2.5%}#chats .emoji-icon-1f1e7-1f1f1{background-position:40% 2.5%}#chats .emoji-icon-1f1e7-1f1f2{background-position:42.5% 2.5%}#chats .emoji-icon-1f1e7-1f1f3{background-position:45% 2.5%}#chats .emoji-icon-1f1e7-1f1f4{background-position:47.5% 2.5%}#chats .emoji-icon-1f1e7-1f1f6{background-position:50% 2.5%}#chats .emoji-icon-1f1e7-1f1f7{background-position:52.5% 2.5%}#chats .emoji-icon-1f1e7-1f1f8{background-position:55% 2.5%}#chats .emoji-icon-1f1e7-1f1f9{background-position:57.5% 2.5%}#chats .emoji-icon-1f1e7-1f1fb{background-position:60% 2.5%}#chats .emoji-icon-1f1e7-1f1fc{background-position:62.5% 2.5%}#chats .emoji-icon-1f1e7-1f1fe{background-position:65% 2.5%}#chats .emoji-icon-1f1e7-1f1ff{background-position:67.5% 2.5%}#chats .emoji-icon-1f1e8-1f1e6{background-position:70% 2.5%}#chats .emoji-icon-1f1e8-1f1e8{background-position:72.5% 2.5%}#chats .emoji-icon-1f1e8-1f1e9{background-position:75% 2.5%}#chats .emoji-icon-1f1e8-1f1eb{background-position:77.5% 2.5%}#chats .emoji-icon-1f1e8-1f1ec{background-position:80% 2.5%}#chats .emoji-icon-1f1e8-1f1ed{background-position:82.5% 2.5%}#chats .emoji-icon-1f1e8-1f1ee{background-position:85% 2.5%}#chats .emoji-icon-1f1e8-1f1f0{background-position:87.5% 2.5%}#chats .emoji-icon-1f1e8-1f1f1{background-position:90% 2.5%}#chats .emoji-icon-1f1e8-1f1f2{background-position:92.5% 2.5%}#chats .emoji-icon-1f1e8-1f1f3{background-position:95% 2.5%}#chats .emoji-icon-1f1e8-1f1f4{background-position:97.5% 2.5%}#chats .emoji-icon-1f1e8-1f1f5{background-position:100% 2.5%}#chats .emoji-icon-1f1e8-1f1f7{background-position:0% 5%}#chats .emoji-icon-1f1e8-1f1fa{background-position:2.5% 5%}#chats .emoji-icon-1f1e8-1f1fb{background-position:5% 5%}#chats .emoji-icon-1f1e8-1f1fc{background-position:7.5% 5%}#chats .emoji-icon-1f1e8-1f1fd{background-position:10% 5%}#chats .emoji-icon-1f1e8-1f1fe{background-position:12.5% 5%}#chats .emoji-icon-1f1e8-1f1ff{background-position:15% 5%}#chats .emoji-icon-1f1e9-1f1ea{background-position:17.5% 5%}#chats .emoji-icon-1f1e9-1f1ec{background-position:20% 5%}#chats .emoji-icon-1f1e9-1f1ef{background-position:22.5% 5%}#chats .emoji-icon-1f1e9-1f1f0{background-position:25% 5%}#chats .emoji-icon-1f1e9-1f1f2{background-position:27.5% 5%}#chats .emoji-icon-1f1e9-1f1f4{background-position:30% 5%}#chats .emoji-icon-1f1e9-1f1ff{background-position:32.5% 5%}#chats .emoji-icon-1f1ea-1f1e6{background-position:35% 5%}#chats .emoji-icon-1f1ea-1f1e8{background-position:37.5% 5%}#chats .emoji-icon-1f1ea-1f1ea{background-position:40% 5%}#chats .emoji-icon-1f1ea-1f1ec{background-position:42.5% 5%}#chats .emoji-icon-1f1ea-1f1ed{background-position:45% 5%}#chats .emoji-icon-1f1ea-1f1f7{background-position:47.5% 5%}#chats .emoji-icon-1f1ea-1f1f8{background-position:50% 5%}#chats .emoji-icon-1f1ea-1f1f9{background-position:52.5% 5%}#chats .emoji-icon-1f1ea-1f1fa{background-position:55% 5%}#chats .emoji-icon-1f1eb-1f1ee{background-position:57.5% 5%}#chats .emoji-icon-1f1eb-1f1ef{background-position:60% 5%}#chats .emoji-icon-1f1eb-1f1f0{background-position:62.5% 5%}#chats .emoji-icon-1f1eb-1f1f2{background-position:65% 5%}#chats .emoji-icon-1f1eb-1f1f4{background-position:67.5% 5%}#chats .emoji-icon-1f1eb-1f1f7{background-position:70% 5%}#chats .emoji-icon-1f1ec-1f1e6{background-position:72.5% 5%}#chats .emoji-icon-1f1ec-1f1e7{background-position:75% 5%}#chats .emoji-icon-1f1ec-1f1e9{background-position:77.5% 5%}#chats .emoji-icon-1f1ec-1f1ea{background-position:80% 5%}#chats .emoji-icon-1f1ec-1f1eb{background-position:82.5% 5%}#chats .emoji-icon-1f1ec-1f1ec{background-position:85% 5%}#chats .emoji-icon-1f1ec-1f1ed{background-position:87.5% 5%}#chats .emoji-icon-1f1ec-1f1ee{background-position:90% 5%}#chats .emoji-icon-1f1ec-1f1f1{background-position:92.5% 5%}#chats .emoji-icon-1f1ec-1f1f2{background-position:95% 5%}#chats .emoji-icon-1f1ec-1f1f3{background-position:97.5% 5%}#chats .emoji-icon-1f1ec-1f1f5{background-position:100% 5%}#chats .emoji-icon-1f1ec-1f1f6{background-position:0% 7.5%}#chats .emoji-icon-1f1ec-1f1f7{background-position:2.5% 7.5%}#chats .emoji-icon-1f1ec-1f1f8{background-position:5% 7.5%}#chats .emoji-icon-1f1ec-1f1f9{background-position:7.5% 7.5%}#chats .emoji-icon-1f1ec-1f1fa{background-position:10% 7.5%}#chats .emoji-icon-1f1ec-1f1fc{background-position:12.5% 7.5%}#chats .emoji-icon-1f1ec-1f1fe{background-position:15% 7.5%}#chats .emoji-icon-1f1ed-1f1f0{background-position:17.5% 7.5%}#chats .emoji-icon-1f1ed-1f1f2{background-position:20% 7.5%}#chats .emoji-icon-1f1ed-1f1f3{background-position:22.5% 7.5%}#chats .emoji-icon-1f1ed-1f1f7{background-position:25% 7.5%}#chats .emoji-icon-1f1ed-1f1f9{background-position:27.5% 7.5%}#chats .emoji-icon-1f1ed-1f1fa{background-position:30% 7.5%}#chats .emoji-icon-1f1ee-1f1e8{background-position:32.5% 7.5%}#chats .emoji-icon-1f1ee-1f1e9{background-position:35% 7.5%}#chats .emoji-icon-1f1ee-1f1ea{background-position:37.5% 7.5%}#chats .emoji-icon-1f1ee-1f1f1{background-position:40% 7.5%}#chats .emoji-icon-1f1ee-1f1f2{background-position:42.5% 7.5%}#chats .emoji-icon-1f1ee-1f1f3{background-position:45% 7.5%}#chats .emoji-icon-1f1ee-1f1f4{background-position:47.5% 7.5%}#chats .emoji-icon-1f1ee-1f1f6{background-position:50% 7.5%}#chats .emoji-icon-1f1ee-1f1f7{background-position:52.5% 7.5%}#chats .emoji-icon-1f1ee-1f1f8{background-position:55% 7.5%}#chats .emoji-icon-1f1ee-1f1f9{background-position:57.5% 7.5%}#chats .emoji-icon-1f1ef-1f1ea{background-position:60% 7.5%}#chats .emoji-icon-1f1ef-1f1f2{background-position:62.5% 7.5%}#chats .emoji-icon-1f1ef-1f1f4{background-position:65% 7.5%}#chats .emoji-icon-1f1ef-1f1f5{background-position:67.5% 7.5%}#chats .emoji-icon-1f1f0-1f1ea{background-position:70% 7.5%}#chats .emoji-icon-1f1f0-1f1ec{background-position:72.5% 7.5%}#chats .emoji-icon-1f1f0-1f1ed{background-position:75% 7.5%}#chats .emoji-icon-1f1f0-1f1ee{background-position:77.5% 7.5%}#chats .emoji-icon-1f1f0-1f1f2{background-position:80% 7.5%}#chats .emoji-icon-1f1f0-1f1f3{background-position:82.5% 7.5%}#chats .emoji-icon-1f1f0-1f1f5{background-position:85% 7.5%}#chats .emoji-icon-1f1f0-1f1f7{background-position:87.5% 7.5%}#chats .emoji-icon-1f1f0-1f1fc{background-position:90% 7.5%}#chats .emoji-icon-1f1f0-1f1fe{background-position:92.5% 7.5%}#chats .emoji-icon-1f1f0-1f1ff{background-position:95% 7.5%}#chats .emoji-icon-1f1f1-1f1e6{background-position:97.5% 7.5%}#chats .emoji-icon-1f1f1-1f1e7{background-position:100% 7.5%}#chats .emoji-icon-1f1f1-1f1e8{background-position:0% 10%}#chats .emoji-icon-1f1f1-1f1ee{background-position:2.5% 10%}#chats .emoji-icon-1f1f1-1f1f0{background-position:5% 10%}#chats .emoji-icon-1f1f1-1f1f7{background-position:7.5% 10%}#chats .emoji-icon-1f1f1-1f1f8{background-position:10% 10%}#chats .emoji-icon-1f1f1-1f1f9{background-position:12.5% 10%}#chats .emoji-icon-1f1f1-1f1fa{background-position:15% 10%}#chats .emoji-icon-1f1f1-1f1fb{background-position:17.5% 10%}#chats .emoji-icon-1f1f1-1f1fe{background-position:20% 10%}#chats .emoji-icon-1f1f2-1f1e6{background-position:22.5% 10%}#chats .emoji-icon-1f1f2-1f1e8{background-position:25% 10%}#chats .emoji-icon-1f1f2-1f1e9{background-position:27.5% 10%}#chats .emoji-icon-1f1f2-1f1ea{background-position:30% 10%}#chats .emoji-icon-1f1f2-1f1eb{background-position:32.5% 10%}#chats .emoji-icon-1f1f2-1f1ec{background-position:35% 10%}#chats .emoji-icon-1f1f2-1f1ed{background-position:37.5% 10%}#chats .emoji-icon-1f1f2-1f1f0{background-position:40% 10%}#chats .emoji-icon-1f1f2-1f1f1{background-position:42.5% 10%}#chats .emoji-icon-1f1f2-1f1f2{background-position:45% 10%}#chats .emoji-icon-1f1f2-1f1f3{background-position:47.5% 10%}#chats .emoji-icon-1f1f2-1f1f4{background-position:50% 10%}#chats .emoji-icon-1f1f2-1f1f5{background-position:52.5% 10%}#chats .emoji-icon-1f1f2-1f1f6{background-position:55% 10%}#chats .emoji-icon-1f1f2-1f1f7{background-position:57.5% 10%}#chats .emoji-icon-1f1f2-1f1f8{background-position:60% 10%}#chats .emoji-icon-1f1f2-1f1f9{background-position:62.5% 10%}#chats .emoji-icon-1f1f2-1f1fa{background-position:65% 10%}#chats .emoji-icon-1f1f2-1f1fb{background-position:67.5% 10%}#chats .emoji-icon-1f1f2-1f1fc{background-position:70% 10%}#chats .emoji-icon-1f1f2-1f1fd{background-position:72.5% 10%}#chats .emoji-icon-1f1f2-1f1fe{background-position:75% 10%}#chats .emoji-icon-1f1f2-1f1ff{background-position:77.5% 10%}#chats .emoji-icon-1f1f3-1f1e6{background-position:80% 10%}#chats .emoji-icon-1f1f3-1f1e8{background-position:82.5% 10%}#chats .emoji-icon-1f1f3-1f1ea{background-position:85% 10%}#chats .emoji-icon-1f1f3-1f1eb{background-position:87.5% 10%}#chats .emoji-icon-1f1f3-1f1ec{background-position:90% 10%}#chats .emoji-icon-1f1f3-1f1ee{background-position:92.5% 10%}#chats .emoji-icon-1f1f3-1f1f1{background-position:95% 10%}#chats .emoji-icon-1f1f3-1f1f4{background-position:97.5% 10%}#chats .emoji-icon-1f1f3-1f1f5{background-position:100% 10%}#chats .emoji-icon-1f1f3-1f1f7{background-position:0% 12.5%}#chats .emoji-icon-1f1f3-1f1fa{background-position:2.5% 12.5%}#chats .emoji-icon-1f1f3-1f1ff{background-position:5% 12.5%}#chats .emoji-icon-1f1f4-1f1f2{background-position:7.5% 12.5%}#chats .emoji-icon-1f1f5-1f1e6{background-position:10% 12.5%}#chats .emoji-icon-1f1f5-1f1ea{background-position:12.5% 12.5%}#chats .emoji-icon-1f1f5-1f1eb{background-position:15% 12.5%}#chats .emoji-icon-1f1f5-1f1ec{background-position:17.5% 12.5%}#chats .emoji-icon-1f1f5-1f1ed{background-position:20% 12.5%}#chats .emoji-icon-1f1f5-1f1f0{background-position:22.5% 12.5%}#chats .emoji-icon-1f1f5-1f1f1{background-position:25% 12.5%}#chats .emoji-icon-1f1f5-1f1f2{background-position:27.5% 12.5%}#chats .emoji-icon-1f1f5-1f1f3{background-position:30% 12.5%}#chats .emoji-icon-1f1f5-1f1f7{background-position:32.5% 12.5%}#chats .emoji-icon-1f1f5-1f1f8{background-position:35% 12.5%}#chats .emoji-icon-1f1f5-1f1f9{background-position:37.5% 12.5%}#chats .emoji-icon-1f1f5-1f1fc{background-position:40% 12.5%}#chats .emoji-icon-1f1f5-1f1fe{background-position:42.5% 12.5%}#chats .emoji-icon-1f1f6-1f1e6{background-position:45% 12.5%}#chats .emoji-icon-1f1f7-1f1ea{background-position:47.5% 12.5%}#chats .emoji-icon-1f1f7-1f1f4{background-position:50% 12.5%}#chats .emoji-icon-1f1f7-1f1f8{background-position:52.5% 12.5%}#chats .emoji-icon-1f1f7-1f1fa{background-position:55% 12.5%}#chats .emoji-icon-1f1f7-1f1fc{background-position:57.5% 12.5%}#chats .emoji-icon-1f1f8-1f1e6{background-position:60% 12.5%}#chats .emoji-icon-1f1f8-1f1e7{background-position:62.5% 12.5%}#chats .emoji-icon-1f1f8-1f1e8{background-position:65% 12.5%}#chats .emoji-icon-1f1f8-1f1e9{background-position:67.5% 12.5%}#chats .emoji-icon-1f1f8-1f1ea{background-position:70% 12.5%}#chats .emoji-icon-1f1f8-1f1ec{background-position:72.5% 12.5%}#chats .emoji-icon-1f1f8-1f1ed{background-position:75% 12.5%}#chats .emoji-icon-1f1f8-1f1ee{background-position:77.5% 12.5%}#chats .emoji-icon-1f1f8-1f1ef{background-position:80% 12.5%}#chats .emoji-icon-1f1f8-1f1f0{background-position:82.5% 12.5%}#chats .emoji-icon-1f1f8-1f1f1{background-position:85% 12.5%}#chats .emoji-icon-1f1f8-1f1f2{background-position:87.5% 12.5%}#chats .emoji-icon-1f1f8-1f1f3{background-position:90% 12.5%}#chats .emoji-icon-1f1f8-1f1f4{background-position:92.5% 12.5%}#chats .emoji-icon-1f1f8-1f1f7{background-position:95% 12.5%}#chats .emoji-icon-1f1f8-1f1f8{background-position:97.5% 12.5%}#chats .emoji-icon-1f1f8-1f1f9{background-position:100% 12.5%}#chats .emoji-icon-1f1f8-1f1fb{background-position:0% 15%}#chats .emoji-icon-1f1f8-1f1fd{background-position:2.5% 15%}#chats .emoji-icon-1f1f8-1f1fe{background-position:5% 15%}#chats .emoji-icon-1f1f8-1f1ff{background-position:7.5% 15%}#chats .emoji-icon-1f1f9-1f1e6{background-position:10% 15%}#chats .emoji-icon-1f1f9-1f1e8{background-position:12.5% 15%}#chats .emoji-icon-1f1f9-1f1e9{background-position:15% 15%}#chats .emoji-icon-1f1f9-1f1eb{background-position:17.5% 15%}#chats .emoji-icon-1f1f9-1f1ec{background-position:20% 15%}#chats .emoji-icon-1f1f9-1f1ed{background-position:22.5% 15%}#chats .emoji-icon-1f1f9-1f1ef{background-position:25% 15%}#chats .emoji-icon-1f1f9-1f1f0{background-position:27.5% 15%}#chats .emoji-icon-1f1f9-1f1f1{background-position:30% 15%}#chats .emoji-icon-1f1f9-1f1f2{background-position:32.5% 15%}#chats .emoji-icon-1f1f9-1f1f3{background-position:35% 15%}#chats .emoji-icon-1f1f9-1f1f4{background-position:37.5% 15%}#chats .emoji-icon-1f1f9-1f1f7{background-position:40% 15%}#chats .emoji-icon-1f1f9-1f1f9{background-position:42.5% 15%}#chats .emoji-icon-1f1f9-1f1fb{background-position:45% 15%}#chats .emoji-icon-1f1f9-1f1fc{background-position:47.5% 15%}#chats .emoji-icon-1f1f9-1f1ff{background-position:50% 15%}#chats .emoji-icon-1f1fa-1f1e6{background-position:52.5% 15%}#chats .emoji-icon-1f1fa-1f1ec{background-position:55% 15%}#chats .emoji-icon-1f1fa-1f1f2{background-position:57.5% 15%}#chats .emoji-icon-1f1fa-1f1f8{background-position:60% 15%}#chats .emoji-icon-1f1fa-1f1fe{background-position:62.5% 15%}#chats .emoji-icon-1f1fa-1f1ff{background-position:65% 15%}#chats .emoji-icon-1f1fb-1f1e6{background-position:67.5% 15%}#chats .emoji-icon-1f1fb-1f1e8{background-position:70% 15%}#chats .emoji-icon-1f1fb-1f1ea{background-position:72.5% 15%}#chats .emoji-icon-1f1fb-1f1ec{background-position:75% 15%}#chats .emoji-icon-1f1fb-1f1ee{background-position:77.5% 15%}#chats .emoji-icon-1f1fb-1f1f3{background-position:80% 15%}#chats .emoji-icon-1f1fb-1f1fa{background-position:82.5% 15%}#chats .emoji-icon-1f1fc-1f1eb{background-position:85% 15%}#chats .emoji-icon-1f1fc-1f1f8{background-position:87.5% 15%}#chats .emoji-icon-1f1fd-1f1f0{background-position:90% 15%}#chats .emoji-icon-1f1fe-1f1ea{background-position:92.5% 15%}#chats .emoji-icon-1f1fe-1f1f9{background-position:95% 15%}#chats .emoji-icon-1f1ff-1f1e6{background-position:97.5% 15%}#chats .emoji-icon-1f1ff-1f1f2{background-position:100% 15%}#chats .emoji-icon-1f1ff-1f1fc{background-position:0% 17.5%}#chats .emoji-icon-1f201{background-position:2.5% 17.5%}#chats .emoji-icon-1f202{background-position:5% 17.5%}#chats .emoji-icon-1f21a{background-position:7.5% 17.5%}#chats .emoji-icon-1f22f{background-position:10% 17.5%}#chats .emoji-icon-1f232{background-position:12.5% 17.5%}#chats .emoji-icon-1f233{background-position:15% 17.5%}#chats .emoji-icon-1f234{background-position:17.5% 17.5%}#chats .emoji-icon-1f235{background-position:20% 17.5%}#chats .emoji-icon-1f236{background-position:22.5% 17.5%}#chats .emoji-icon-1f237{background-position:25% 17.5%}#chats .emoji-icon-1f238{background-position:27.5% 17.5%}#chats .emoji-icon-1f239{background-position:30% 17.5%}#chats .emoji-icon-1f23a{background-position:32.5% 17.5%}#chats .emoji-icon-1f250{background-position:35% 17.5%}#chats .emoji-icon-1f251{background-position:37.5% 17.5%}#chats .emoji-icon-1f300{background-position:40% 17.5%}#chats .emoji-icon-1f301{background-position:42.5% 17.5%}#chats .emoji-icon-1f302{background-position:45% 17.5%}#chats .emoji-icon-1f303{background-position:47.5% 17.5%}#chats .emoji-icon-1f304{background-position:50% 17.5%}#chats .emoji-icon-1f305{background-position:52.5% 17.5%}#chats .emoji-icon-1f306{background-position:55% 17.5%}#chats .emoji-icon-1f307{background-position:57.5% 17.5%}#chats .emoji-icon-1f308{background-position:60% 17.5%}#chats .emoji-icon-1f309{background-position:62.5% 17.5%}#chats .emoji-icon-1f30a{background-position:65% 17.5%}#chats .emoji-icon-1f30b{background-position:67.5% 17.5%}#chats .emoji-icon-1f30c{background-position:70% 17.5%}#chats .emoji-icon-1f30d{background-position:72.5% 17.5%}#chats .emoji-icon-1f30e{background-position:75% 17.5%}#chats .emoji-icon-1f30f{background-position:77.5% 17.5%}#chats .emoji-icon-1f310{background-position:80% 17.5%}#chats .emoji-icon-1f311{background-position:82.5% 17.5%}#chats .emoji-icon-1f312{background-position:85% 17.5%}#chats .emoji-icon-1f313{background-position:87.5% 17.5%}#chats .emoji-icon-1f314{background-position:90% 17.5%}#chats .emoji-icon-1f315{background-position:92.5% 17.5%}#chats .emoji-icon-1f316{background-position:95% 17.5%}#chats .emoji-icon-1f317{background-position:97.5% 17.5%}#chats .emoji-icon-1f318{background-position:100% 17.5%}#chats .emoji-icon-1f319{background-position:0% 20%}#chats .emoji-icon-1f31a{background-position:2.5% 20%}#chats .emoji-icon-1f31b{background-position:5% 20%}#chats .emoji-icon-1f31c{background-position:7.5% 20%}#chats .emoji-icon-1f31d{background-position:10% 20%}#chats .emoji-icon-1f31e{background-position:12.5% 20%}#chats .emoji-icon-1f31f{background-position:15% 20%}#chats .emoji-icon-1f320{background-position:17.5% 20%}#chats .emoji-icon-1f321{background-position:20% 20%}#chats .emoji-icon-1f324{background-position:22.5% 20%}#chats .emoji-icon-1f325{background-position:25% 20%}#chats .emoji-icon-1f326{background-position:27.5% 20%}#chats .emoji-icon-1f327{background-position:30% 20%}#chats .emoji-icon-1f328{background-position:32.5% 20%}#chats .emoji-icon-1f329{background-position:35% 20%}#chats .emoji-icon-1f32a{background-position:37.5% 20%}#chats .emoji-icon-1f32b{background-position:40% 20%}#chats .emoji-icon-1f32c{background-position:42.5% 20%}#chats .emoji-icon-1f32d{background-position:45% 20%}#chats .emoji-icon-1f32e{background-position:47.5% 20%}#chats .emoji-icon-1f32f{background-position:50% 20%}#chats .emoji-icon-1f330{background-position:52.5% 20%}#chats .emoji-icon-1f331{background-position:55% 20%}#chats .emoji-icon-1f332{background-position:57.5% 20%}#chats .emoji-icon-1f333{background-position:60% 20%}#chats .emoji-icon-1f334{background-position:62.5% 20%}#chats .emoji-icon-1f335{background-position:65% 20%}#chats .emoji-icon-1f336{background-position:67.5% 20%}#chats .emoji-icon-1f337{background-position:70% 20%}#chats .emoji-icon-1f338{background-position:72.5% 20%}#chats .emoji-icon-1f339{background-position:75% 20%}#chats .emoji-icon-1f33a{background-position:77.5% 20%}#chats .emoji-icon-1f33b{background-position:80% 20%}#chats .emoji-icon-1f33c{background-position:82.5% 20%}#chats .emoji-icon-1f33d{background-position:85% 20%}#chats .emoji-icon-1f33e{background-position:87.5% 20%}#chats .emoji-icon-1f33f{background-position:90% 20%}#chats .emoji-icon-1f340{background-position:92.5% 20%}#chats .emoji-icon-1f341{background-position:95% 20%}#chats .emoji-icon-1f342{background-position:97.5% 20%}#chats .emoji-icon-1f343{background-position:100% 20%}#chats .emoji-icon-1f344{background-position:0% 22.5%}#chats .emoji-icon-1f345{background-position:2.5% 22.5%}#chats .emoji-icon-1f346{background-position:5% 22.5%}#chats .emoji-icon-1f347{background-position:7.5% 22.5%}#chats .emoji-icon-1f348{background-position:10% 22.5%}#chats .emoji-icon-1f349{background-position:12.5% 22.5%}#chats .emoji-icon-1f34a{background-position:15% 22.5%}#chats .emoji-icon-1f34b{background-position:17.5% 22.5%}#chats .emoji-icon-1f34c{background-position:20% 22.5%}#chats .emoji-icon-1f34d{background-position:22.5% 22.5%}#chats .emoji-icon-1f34e{background-position:25% 22.5%}#chats .emoji-icon-1f34f{background-position:27.5% 22.5%}#chats .emoji-icon-1f350{background-position:30% 22.5%}#chats .emoji-icon-1f351{background-position:32.5% 22.5%}#chats .emoji-icon-1f352{background-position:35% 22.5%}#chats .emoji-icon-1f353{background-position:37.5% 22.5%}#chats .emoji-icon-1f354{background-position:40% 22.5%}#chats .emoji-icon-1f355{background-position:42.5% 22.5%}#chats .emoji-icon-1f356{background-position:45% 22.5%}#chats .emoji-icon-1f357{background-position:47.5% 22.5%}#chats .emoji-icon-1f358{background-position:50% 22.5%}#chats .emoji-icon-1f359{background-position:52.5% 22.5%}#chats .emoji-icon-1f35a{background-position:55% 22.5%}#chats .emoji-icon-1f35b{background-position:57.5% 22.5%}#chats .emoji-icon-1f35c{background-position:60% 22.5%}#chats .emoji-icon-1f35d{background-position:62.5% 22.5%}#chats .emoji-icon-1f35e{background-position:65% 22.5%}#chats .emoji-icon-1f35f{background-position:67.5% 22.5%}#chats .emoji-icon-1f360{background-position:70% 22.5%}#chats .emoji-icon-1f361{background-position:72.5% 22.5%}#chats .emoji-icon-1f362{background-position:75% 22.5%}#chats .emoji-icon-1f363{background-position:77.5% 22.5%}#chats .emoji-icon-1f364{background-position:80% 22.5%}#chats .emoji-icon-1f365{background-position:82.5% 22.5%}#chats .emoji-icon-1f366{background-position:85% 22.5%}#chats .emoji-icon-1f367{background-position:87.5% 22.5%}#chats .emoji-icon-1f368{background-position:90% 22.5%}#chats .emoji-icon-1f369{background-position:92.5% 22.5%}#chats .emoji-icon-1f36a{background-position:95% 22.5%}#chats .emoji-icon-1f36b{background-position:97.5% 22.5%}#chats .emoji-icon-1f36c{background-position:100% 22.5%}#chats .emoji-icon-1f36d{background-position:0% 25%}#chats .emoji-icon-1f36e{background-position:2.5% 25%}#chats .emoji-icon-1f36f{background-position:5% 25%}#chats .emoji-icon-1f370{background-position:7.5% 25%}#chats .emoji-icon-1f371{background-position:10% 25%}#chats .emoji-icon-1f372{background-position:12.5% 25%}#chats .emoji-icon-1f373{background-position:15% 25%}#chats .emoji-icon-1f374{background-position:17.5% 25%}#chats .emoji-icon-1f375{background-position:20% 25%}#chats .emoji-icon-1f376{background-position:22.5% 25%}#chats .emoji-icon-1f377{background-position:25% 25%}#chats .emoji-icon-1f378{background-position:27.5% 25%}#chats .emoji-icon-1f379{background-position:30% 25%}#chats .emoji-icon-1f37a{background-position:32.5% 25%}#chats .emoji-icon-1f37b{background-position:35% 25%}#chats .emoji-icon-1f37c{background-position:37.5% 25%}#chats .emoji-icon-1f37d{background-position:40% 25%}#chats .emoji-icon-1f37e{background-position:42.5% 25%}#chats .emoji-icon-1f37f{background-position:45% 25%}#chats .emoji-icon-1f380{background-position:47.5% 25%}#chats .emoji-icon-1f381{background-position:50% 25%}#chats .emoji-icon-1f382{background-position:52.5% 25%}#chats .emoji-icon-1f383{background-position:55% 25%}#chats .emoji-icon-1f384{background-position:57.5% 25%}#chats .emoji-icon-1f385-1f3fb{background-position:60% 25%}#chats .emoji-icon-1f385-1f3fc{background-position:62.5% 25%}#chats .emoji-icon-1f385-1f3fd{background-position:65% 25%}#chats .emoji-icon-1f385-1f3fe{background-position:67.5% 25%}#chats .emoji-icon-1f385-1f3ff{background-position:70% 25%}#chats .emoji-icon-1f385{background-position:72.5% 25%}#chats .emoji-icon-1f386{background-position:75% 25%}#chats .emoji-icon-1f387{background-position:77.5% 25%}#chats .emoji-icon-1f388{background-position:80% 25%}#chats .emoji-icon-1f389{background-position:82.5% 25%}#chats .emoji-icon-1f38a{background-position:85% 25%}#chats .emoji-icon-1f38b{background-position:87.5% 25%}#chats .emoji-icon-1f38c{background-position:90% 25%}#chats .emoji-icon-1f38d{background-position:92.5% 25%}#chats .emoji-icon-1f38e{background-position:95% 25%}#chats .emoji-icon-1f38f{background-position:97.5% 25%}#chats .emoji-icon-1f390{background-position:100% 25%}#chats .emoji-icon-1f391{background-position:0% 27.5%}#chats .emoji-icon-1f392{background-position:2.5% 27.5%}#chats .emoji-icon-1f393{background-position:5% 27.5%}#chats .emoji-icon-1f396{background-position:7.5% 27.5%}#chats .emoji-icon-1f397{background-position:10% 27.5%}#chats .emoji-icon-1f399{background-position:12.5% 27.5%}#chats .emoji-icon-1f39a{background-position:15% 27.5%}#chats .emoji-icon-1f39b{background-position:17.5% 27.5%}#chats .emoji-icon-1f39e{background-position:20% 27.5%}#chats .emoji-icon-1f39f{background-position:22.5% 27.5%}#chats .emoji-icon-1f3a0{background-position:25% 27.5%}#chats .emoji-icon-1f3a1{background-position:27.5% 27.5%}#chats .emoji-icon-1f3a2{background-position:30% 27.5%}#chats .emoji-icon-1f3a3{background-position:32.5% 27.5%}#chats .emoji-icon-1f3a4{background-position:35% 27.5%}#chats .emoji-icon-1f3a5{background-position:37.5% 27.5%}#chats .emoji-icon-1f3a6{background-position:40% 27.5%}#chats .emoji-icon-1f3a7{background-position:42.5% 27.5%}#chats .emoji-icon-1f3a8{background-position:45% 27.5%}#chats .emoji-icon-1f3a9{background-position:47.5% 27.5%}#chats .emoji-icon-1f3aa{background-position:50% 27.5%}#chats .emoji-icon-1f3ab{background-position:52.5% 27.5%}#chats .emoji-icon-1f3ac{background-position:55% 27.5%}#chats .emoji-icon-1f3ad{background-position:57.5% 27.5%}#chats .emoji-icon-1f3ae{background-position:60% 27.5%}#chats .emoji-icon-1f3af{background-position:62.5% 27.5%}#chats .emoji-icon-1f3b0{background-position:65% 27.5%}#chats .emoji-icon-1f3b1{background-position:67.5% 27.5%}#chats .emoji-icon-1f3b2{background-position:70% 27.5%}#chats .emoji-icon-1f3b3{background-position:72.5% 27.5%}#chats .emoji-icon-1f3b4{background-position:75% 27.5%}#chats .emoji-icon-1f3b5{background-position:77.5% 27.5%}#chats .emoji-icon-1f3b6{background-position:80% 27.5%}#chats .emoji-icon-1f3b7{background-position:82.5% 27.5%}#chats .emoji-icon-1f3b8{background-position:85% 27.5%}#chats .emoji-icon-1f3b9{background-position:87.5% 27.5%}#chats .emoji-icon-1f3ba{background-position:90% 27.5%}#chats .emoji-icon-1f3bb{background-position:92.5% 27.5%}#chats .emoji-icon-1f3bc{background-position:95% 27.5%}#chats .emoji-icon-1f3bd{background-position:97.5% 27.5%}#chats .emoji-icon-1f3be{background-position:100% 27.5%}#chats .emoji-icon-1f3bf{background-position:0% 30%}#chats .emoji-icon-1f3c0{background-position:2.5% 30%}#chats .emoji-icon-1f3c1{background-position:5% 30%}#chats .emoji-icon-1f3c2{background-position:7.5% 30%}#chats .emoji-icon-1f3c3-1f3fb{background-position:10% 30%}#chats .emoji-icon-1f3c3-1f3fc{background-position:12.5% 30%}#chats .emoji-icon-1f3c3-1f3fd{background-position:15% 30%}#chats .emoji-icon-1f3c3-1f3fe{background-position:17.5% 30%}#chats .emoji-icon-1f3c3-1f3ff{background-position:20% 30%}#chats .emoji-icon-1f3c3{background-position:22.5% 30%}#chats .emoji-icon-1f3c4-1f3fb{background-position:25% 30%}#chats .emoji-icon-1f3c4-1f3fc{background-position:27.5% 30%}#chats .emoji-icon-1f3c4-1f3fd{background-position:30% 30%}#chats .emoji-icon-1f3c4-1f3fe{background-position:32.5% 30%}#chats .emoji-icon-1f3c4-1f3ff{background-position:35% 30%}#chats .emoji-icon-1f3c4{background-position:37.5% 30%}#chats .emoji-icon-1f3c5{background-position:40% 30%}#chats .emoji-icon-1f3c6{background-position:42.5% 30%}#chats .emoji-icon-1f3c7-1f3fb{background-position:45% 30%}#chats .emoji-icon-1f3c7-1f3fc{background-position:47.5% 30%}#chats .emoji-icon-1f3c7-1f3fd{background-position:50% 30%}#chats .emoji-icon-1f3c7-1f3fe{background-position:52.5% 30%}#chats .emoji-icon-1f3c7-1f3ff{background-position:55% 30%}#chats .emoji-icon-1f3c7{background-position:57.5% 30%}#chats .emoji-icon-1f3c8{background-position:60% 30%}#chats .emoji-icon-1f3c9{background-position:62.5% 30%}#chats .emoji-icon-1f3ca-1f3fb{background-position:65% 30%}#chats .emoji-icon-1f3ca-1f3fc{background-position:67.5% 30%}#chats .emoji-icon-1f3ca-1f3fd{background-position:70% 30%}#chats .emoji-icon-1f3ca-1f3fe{background-position:72.5% 30%}#chats .emoji-icon-1f3ca-1f3ff{background-position:75% 30%}#chats .emoji-icon-1f3ca{background-position:77.5% 30%}#chats .emoji-icon-1f3cb-1f3fb{background-position:80% 30%}#chats .emoji-icon-1f3cb-1f3fc{background-position:82.5% 30%}#chats .emoji-icon-1f3cb-1f3fd{background-position:85% 30%}#chats .emoji-icon-1f3cb-1f3fe{background-position:87.5% 30%}#chats .emoji-icon-1f3cb-1f3ff{background-position:90% 30%}#chats .emoji-icon-1f3cb{background-position:92.5% 30%}#chats .emoji-icon-1f3cc{background-position:95% 30%}#chats .emoji-icon-1f3cd{background-position:97.5% 30%}#chats .emoji-icon-1f3ce{background-position:100% 30%}#chats .emoji-icon-1f3cf{background-position:0% 32.5%}#chats .emoji-icon-1f3d0{background-position:2.5% 32.5%}#chats .emoji-icon-1f3d1{background-position:5% 32.5%}#chats .emoji-icon-1f3d2{background-position:7.5% 32.5%}#chats .emoji-icon-1f3d3{background-position:10% 32.5%}#chats .emoji-icon-1f3d4{background-position:12.5% 32.5%}#chats .emoji-icon-1f3d5{background-position:15% 32.5%}#chats .emoji-icon-1f3d6{background-position:17.5% 32.5%}#chats .emoji-icon-1f3d7{background-position:20% 32.5%}#chats .emoji-icon-1f3d8{background-position:22.5% 32.5%}#chats .emoji-icon-1f3d9{background-position:25% 32.5%}#chats .emoji-icon-1f3da{background-position:27.5% 32.5%}#chats .emoji-icon-1f3db{background-position:30% 32.5%}#chats .emoji-icon-1f3dc{background-position:32.5% 32.5%}#chats .emoji-icon-1f3dd{background-position:35% 32.5%}#chats .emoji-icon-1f3de{background-position:37.5% 32.5%}#chats .emoji-icon-1f3df{background-position:40% 32.5%}#chats .emoji-icon-1f3e0{background-position:42.5% 32.5%}#chats .emoji-icon-1f3e1{background-position:45% 32.5%}#chats .emoji-icon-1f3e2{background-position:47.5% 32.5%}#chats .emoji-icon-1f3e3{background-position:50% 32.5%}#chats .emoji-icon-1f3e4{background-position:52.5% 32.5%}#chats .emoji-icon-1f3e5{background-position:55% 32.5%}#chats .emoji-icon-1f3e6{background-position:57.5% 32.5%}#chats .emoji-icon-1f3e7{background-position:60% 32.5%}#chats .emoji-icon-1f3e8{background-position:62.5% 32.5%}#chats .emoji-icon-1f3e9{background-position:65% 32.5%}#chats .emoji-icon-1f3ea{background-position:67.5% 32.5%}#chats .emoji-icon-1f3eb{background-position:70% 32.5%}#chats .emoji-icon-1f3ec{background-position:72.5% 32.5%}#chats .emoji-icon-1f3ed{background-position:75% 32.5%}#chats .emoji-icon-1f3ee{background-position:77.5% 32.5%}#chats .emoji-icon-1f3ef{background-position:80% 32.5%}#chats .emoji-icon-1f3f0{background-position:82.5% 32.5%}#chats .emoji-icon-1f3f3{background-position:85% 32.5%}#chats .emoji-icon-1f3f4{background-position:87.5% 32.5%}#chats .emoji-icon-1f3f5{background-position:90% 32.5%}#chats .emoji-icon-1f3f7{background-position:92.5% 32.5%}#chats .emoji-icon-1f3f8{background-position:95% 32.5%}#chats .emoji-icon-1f3f9{background-position:97.5% 32.5%}#chats .emoji-icon-1f3fa{background-position:100% 32.5%}#chats .emoji-icon-1f400{background-position:0% 35%}#chats .emoji-icon-1f401{background-position:2.5% 35%}#chats .emoji-icon-1f402{background-position:5% 35%}#chats .emoji-icon-1f403{background-position:7.5% 35%}#chats .emoji-icon-1f404{background-position:10% 35%}#chats .emoji-icon-1f405{background-position:12.5% 35%}#chats .emoji-icon-1f406{background-position:15% 35%}#chats .emoji-icon-1f407{background-position:17.5% 35%}#chats .emoji-icon-1f408{background-position:20% 35%}#chats .emoji-icon-1f409{background-position:22.5% 35%}#chats .emoji-icon-1f40a{background-position:25% 35%}#chats .emoji-icon-1f40b{background-position:27.5% 35%}#chats .emoji-icon-1f40c{background-position:30% 35%}#chats .emoji-icon-1f40d{background-position:32.5% 35%}#chats .emoji-icon-1f40e{background-position:35% 35%}#chats .emoji-icon-1f40f{background-position:37.5% 35%}#chats .emoji-icon-1f410{background-position:40% 35%}#chats .emoji-icon-1f411{background-position:42.5% 35%}#chats .emoji-icon-1f412{background-position:45% 35%}#chats .emoji-icon-1f413{background-position:47.5% 35%}#chats .emoji-icon-1f414{background-position:50% 35%}#chats .emoji-icon-1f415{background-position:52.5% 35%}#chats .emoji-icon-1f416{background-position:55% 35%}#chats .emoji-icon-1f417{background-position:57.5% 35%}#chats .emoji-icon-1f418{background-position:60% 35%}#chats .emoji-icon-1f419{background-position:62.5% 35%}#chats .emoji-icon-1f41a{background-position:65% 35%}#chats .emoji-icon-1f41b{background-position:67.5% 35%}#chats .emoji-icon-1f41c{background-position:70% 35%}#chats .emoji-icon-1f41d{background-position:72.5% 35%}#chats .emoji-icon-1f41e{background-position:75% 35%}#chats .emoji-icon-1f41f{background-position:77.5% 35%}#chats .emoji-icon-1f420{background-position:80% 35%}#chats .emoji-icon-1f421{background-position:82.5% 35%}#chats .emoji-icon-1f422{background-position:85% 35%}#chats .emoji-icon-1f423{background-position:87.5% 35%}#chats .emoji-icon-1f424{background-position:90% 35%}#chats .emoji-icon-1f425{background-position:92.5% 35%}#chats .emoji-icon-1f426{background-position:95% 35%}#chats .emoji-icon-1f427{background-position:97.5% 35%}#chats .emoji-icon-1f428{background-position:100% 35%}#chats .emoji-icon-1f429{background-position:0% 37.5%}#chats .emoji-icon-1f42a{background-position:2.5% 37.5%}#chats .emoji-icon-1f42b{background-position:5% 37.5%}#chats .emoji-icon-1f42c{background-position:7.5% 37.5%}#chats .emoji-icon-1f42d{background-position:10% 37.5%}#chats .emoji-icon-1f42e{background-position:12.5% 37.5%}#chats .emoji-icon-1f42f{background-position:15% 37.5%}#chats .emoji-icon-1f430{background-position:17.5% 37.5%}#chats .emoji-icon-1f431{background-position:20% 37.5%}#chats .emoji-icon-1f432{background-position:22.5% 37.5%}#chats .emoji-icon-1f433{background-position:25% 37.5%}#chats .emoji-icon-1f434{background-position:27.5% 37.5%}#chats .emoji-icon-1f435{background-position:30% 37.5%}#chats .emoji-icon-1f436{background-position:32.5% 37.5%}#chats .emoji-icon-1f437{background-position:35% 37.5%}#chats .emoji-icon-1f438{background-position:37.5% 37.5%}#chats .emoji-icon-1f439{background-position:40% 37.5%}#chats .emoji-icon-1f43a{background-position:42.5% 37.5%}#chats .emoji-icon-1f43b{background-position:45% 37.5%}#chats .emoji-icon-1f43c{background-position:47.5% 37.5%}#chats .emoji-icon-1f43d{background-position:50% 37.5%}#chats .emoji-icon-1f43e{background-position:52.5% 37.5%}#chats .emoji-icon-1f43f{background-position:55% 37.5%}#chats .emoji-icon-1f440{background-position:57.5% 37.5%}#chats .emoji-icon-1f441-1f5e8{background-position:60% 37.5%}#chats .emoji-icon-1f441{background-position:62.5% 37.5%}#chats .emoji-icon-1f442-1f3fb{background-position:65% 37.5%}#chats .emoji-icon-1f442-1f3fc{background-position:67.5% 37.5%}#chats .emoji-icon-1f442-1f3fd{background-position:70% 37.5%}#chats .emoji-icon-1f442-1f3fe{background-position:72.5% 37.5%}#chats .emoji-icon-1f442-1f3ff{background-position:75% 37.5%}#chats .emoji-icon-1f442{background-position:77.5% 37.5%}#chats .emoji-icon-1f443-1f3fb{background-position:80% 37.5%}#chats .emoji-icon-1f443-1f3fc{background-position:82.5% 37.5%}#chats .emoji-icon-1f443-1f3fd{background-position:85% 37.5%}#chats .emoji-icon-1f443-1f3fe{background-position:87.5% 37.5%}#chats .emoji-icon-1f443-1f3ff{background-position:90% 37.5%}#chats .emoji-icon-1f443{background-position:92.5% 37.5%}#chats .emoji-icon-1f444{background-position:95% 37.5%}#chats .emoji-icon-1f445{background-position:97.5% 37.5%}#chats .emoji-icon-1f446-1f3fb{background-position:100% 37.5%}#chats .emoji-icon-1f446-1f3fc{background-position:0% 40%}#chats .emoji-icon-1f446-1f3fd{background-position:2.5% 40%}#chats .emoji-icon-1f446-1f3fe{background-position:5% 40%}#chats .emoji-icon-1f446-1f3ff{background-position:7.5% 40%}#chats .emoji-icon-1f446{background-position:10% 40%}#chats .emoji-icon-1f447-1f3fb{background-position:12.5% 40%}#chats .emoji-icon-1f447-1f3fc{background-position:15% 40%}#chats .emoji-icon-1f447-1f3fd{background-position:17.5% 40%}#chats .emoji-icon-1f447-1f3fe{background-position:20% 40%}#chats .emoji-icon-1f447-1f3ff{background-position:22.5% 40%}#chats .emoji-icon-1f447{background-position:25% 40%}#chats .emoji-icon-1f448-1f3fb{background-position:27.5% 40%}#chats .emoji-icon-1f448-1f3fc{background-position:30% 40%}#chats .emoji-icon-1f448-1f3fd{background-position:32.5% 40%}#chats .emoji-icon-1f448-1f3fe{background-position:35% 40%}#chats .emoji-icon-1f448-1f3ff{background-position:37.5% 40%}#chats .emoji-icon-1f448{background-position:40% 40%}#chats .emoji-icon-1f449-1f3fb{background-position:42.5% 40%}#chats .emoji-icon-1f449-1f3fc{background-position:45% 40%}#chats .emoji-icon-1f449-1f3fd{background-position:47.5% 40%}#chats .emoji-icon-1f449-1f3fe{background-position:50% 40%}#chats .emoji-icon-1f449-1f3ff{background-position:52.5% 40%}#chats .emoji-icon-1f449{background-position:55% 40%}#chats .emoji-icon-1f44a-1f3fb{background-position:57.5% 40%}#chats .emoji-icon-1f44a-1f3fc{background-position:60% 40%}#chats .emoji-icon-1f44a-1f3fd{background-position:62.5% 40%}#chats .emoji-icon-1f44a-1f3fe{background-position:65% 40%}#chats .emoji-icon-1f44a-1f3ff{background-position:67.5% 40%}#chats .emoji-icon-1f44a{background-position:70% 40%}#chats .emoji-icon-1f44b-1f3fb{background-position:72.5% 40%}#chats .emoji-icon-1f44b-1f3fc{background-position:75% 40%}#chats .emoji-icon-1f44b-1f3fd{background-position:77.5% 40%}#chats .emoji-icon-1f44b-1f3fe{background-position:80% 40%}#chats .emoji-icon-1f44b-1f3ff{background-position:82.5% 40%}#chats .emoji-icon-1f44b{background-position:85% 40%}#chats .emoji-icon-1f44c-1f3fb{background-position:87.5% 40%}#chats .emoji-icon-1f44c-1f3fc{background-position:90% 40%}#chats .emoji-icon-1f44c-1f3fd{background-position:92.5% 40%}#chats .emoji-icon-1f44c-1f3fe{background-position:95% 40%}#chats .emoji-icon-1f44c-1f3ff{background-position:97.5% 40%}#chats .emoji-icon-1f44c{background-position:100% 40%}#chats .emoji-icon-1f44d-1f3fb{background-position:0% 42.5%}#chats .emoji-icon-1f44d-1f3fc{background-position:2.5% 42.5%}#chats .emoji-icon-1f44d-1f3fd{background-position:5% 42.5%}#chats .emoji-icon-1f44d-1f3fe{background-position:7.5% 42.5%}#chats .emoji-icon-1f44d-1f3ff{background-position:10% 42.5%}#chats .emoji-icon-1f44d{background-position:12.5% 42.5%}#chats .emoji-icon-1f44e-1f3fb{background-position:15% 42.5%}#chats .emoji-icon-1f44e-1f3fc{background-position:17.5% 42.5%}#chats .emoji-icon-1f44e-1f3fd{background-position:20% 42.5%}#chats .emoji-icon-1f44e-1f3fe{background-position:22.5% 42.5%}#chats .emoji-icon-1f44e-1f3ff{background-position:25% 42.5%}#chats .emoji-icon-1f44e{background-position:27.5% 42.5%}#chats .emoji-icon-1f44f-1f3fb{background-position:30% 42.5%}#chats .emoji-icon-1f44f-1f3fc{background-position:32.5% 42.5%}#chats .emoji-icon-1f44f-1f3fd{background-position:35% 42.5%}#chats .emoji-icon-1f44f-1f3fe{background-position:37.5% 42.5%}#chats .emoji-icon-1f44f-1f3ff{background-position:40% 42.5%}#chats .emoji-icon-1f44f{background-position:42.5% 42.5%}#chats .emoji-icon-1f450-1f3fb{background-position:45% 42.5%}#chats .emoji-icon-1f450-1f3fc{background-position:47.5% 42.5%}#chats .emoji-icon-1f450-1f3fd{background-position:50% 42.5%}#chats .emoji-icon-1f450-1f3fe{background-position:52.5% 42.5%}#chats .emoji-icon-1f450-1f3ff{background-position:55% 42.5%}#chats .emoji-icon-1f450{background-position:57.5% 42.5%}#chats .emoji-icon-1f451{background-position:60% 42.5%}#chats .emoji-icon-1f452{background-position:62.5% 42.5%}#chats .emoji-icon-1f453{background-position:65% 42.5%}#chats .emoji-icon-1f454{background-position:67.5% 42.5%}#chats .emoji-icon-1f455{background-position:70% 42.5%}#chats .emoji-icon-1f456{background-position:72.5% 42.5%}#chats .emoji-icon-1f457{background-position:75% 42.5%}#chats .emoji-icon-1f458{background-position:77.5% 42.5%}#chats .emoji-icon-1f459{background-position:80% 42.5%}#chats .emoji-icon-1f45a{background-position:82.5% 42.5%}#chats .emoji-icon-1f45b{background-position:85% 42.5%}#chats .emoji-icon-1f45c{background-position:87.5% 42.5%}#chats .emoji-icon-1f45d{background-position:90% 42.5%}#chats .emoji-icon-1f45e{background-position:92.5% 42.5%}#chats .emoji-icon-1f45f{background-position:95% 42.5%}#chats .emoji-icon-1f460{background-position:97.5% 42.5%}#chats .emoji-icon-1f461{background-position:100% 42.5%}#chats .emoji-icon-1f462{background-position:0% 45%}#chats .emoji-icon-1f463{background-position:2.5% 45%}#chats .emoji-icon-1f464{background-position:5% 45%}#chats .emoji-icon-1f465{background-position:7.5% 45%}#chats .emoji-icon-1f466-1f3fb{background-position:10% 45%}#chats .emoji-icon-1f466-1f3fc{background-position:12.5% 45%}#chats .emoji-icon-1f466-1f3fd{background-position:15% 45%}#chats .emoji-icon-1f466-1f3fe{background-position:17.5% 45%}#chats .emoji-icon-1f466-1f3ff{background-position:20% 45%}#chats .emoji-icon-1f466{background-position:22.5% 45%}#chats .emoji-icon-1f467-1f3fb{background-position:25% 45%}#chats .emoji-icon-1f467-1f3fc{background-position:27.5% 45%}#chats .emoji-icon-1f467-1f3fd{background-position:30% 45%}#chats .emoji-icon-1f467-1f3fe{background-position:32.5% 45%}#chats .emoji-icon-1f467-1f3ff{background-position:35% 45%}#chats .emoji-icon-1f467{background-position:37.5% 45%}#chats .emoji-icon-1f468-1f3fb{background-position:40% 45%}#chats .emoji-icon-1f468-1f3fc{background-position:42.5% 45%}#chats .emoji-icon-1f468-1f3fd{background-position:45% 45%}#chats .emoji-icon-1f468-1f3fe{background-position:47.5% 45%}#chats .emoji-icon-1f468-1f3ff{background-position:50% 45%}#chats .emoji-icon-1f468-1f468-1f466-1f466{background-position:52.5% 45%}#chats .emoji-icon-1f468-1f468-1f466{background-position:55% 45%}#chats .emoji-icon-1f468-1f468-1f467-1f466{background-position:57.5% 45%}#chats .emoji-icon-1f468-1f468-1f467-1f467{background-position:60% 45%}#chats .emoji-icon-1f468-1f468-1f467{background-position:62.5% 45%}#chats .emoji-icon-1f468-1f469-1f466-1f466{background-position:65% 45%}#chats .emoji-icon-1f468-1f469-1f467-1f466{background-position:67.5% 45%}#chats .emoji-icon-1f468{background-position:70% 45%}#chats .emoji-icon-1f469-1f3fb{background-position:72.5% 45%}#chats .emoji-icon-1f469-1f3fc{background-position:75% 45%}#chats .emoji-icon-1f469-1f3fd{background-position:77.5% 45%}#chats .emoji-icon-1f469-1f3fe{background-position:80% 45%}#chats .emoji-icon-1f469-1f3ff{background-position:82.5% 45%}#chats .emoji-icon-1f469-1f469-1f466-1f466{background-position:85% 45%}#chats .emoji-icon-1f469-1f469-1f467-1f466{background-position:87.5% 45%}#chats .emoji-icon-1f469-1f469-1f467-1f467{background-position:90% 45%}#chats .emoji-icon-1f469-1f469-1f467{background-position:92.5% 45%}#chats .emoji-icon-1f469{background-position:95% 45%}#chats .emoji-icon-1f46a{background-position:97.5% 45%}#chats .emoji-icon-1f46b{background-position:100% 45%}#chats .emoji-icon-1f46c{background-position:0% 47.5%}#chats .emoji-icon-1f46d{background-position:2.5% 47.5%}#chats .emoji-icon-1f46e-1f3fb{background-position:5% 47.5%}#chats .emoji-icon-1f46e-1f3fc{background-position:7.5% 47.5%}#chats .emoji-icon-1f46e-1f3fd{background-position:10% 47.5%}#chats .emoji-icon-1f46e-1f3fe{background-position:12.5% 47.5%}#chats .emoji-icon-1f46e-1f3ff{background-position:15% 47.5%}#chats .emoji-icon-1f46e{background-position:17.5% 47.5%}#chats .emoji-icon-1f46f{background-position:20% 47.5%}#chats .emoji-icon-1f470-1f3fb{background-position:22.5% 47.5%}#chats .emoji-icon-1f470-1f3fc{background-position:25% 47.5%}#chats .emoji-icon-1f470-1f3fd{background-position:27.5% 47.5%}#chats .emoji-icon-1f470-1f3fe{background-position:30% 47.5%}#chats .emoji-icon-1f470-1f3ff{background-position:32.5% 47.5%}#chats .emoji-icon-1f470{background-position:35% 47.5%}#chats .emoji-icon-1f471-1f3fb{background-position:37.5% 47.5%}#chats .emoji-icon-1f471-1f3fc{background-position:40% 47.5%}#chats .emoji-icon-1f471-1f3fd{background-position:42.5% 47.5%}#chats .emoji-icon-1f471-1f3fe{background-position:45% 47.5%}#chats .emoji-icon-1f471-1f3ff{background-position:47.5% 47.5%}#chats .emoji-icon-1f471{background-position:50% 47.5%}#chats .emoji-icon-1f472-1f3fb{background-position:52.5% 47.5%}#chats .emoji-icon-1f472-1f3fc{background-position:55% 47.5%}#chats .emoji-icon-1f472-1f3fd{background-position:57.5% 47.5%}#chats .emoji-icon-1f472-1f3fe{background-position:60% 47.5%}#chats .emoji-icon-1f472-1f3ff{background-position:62.5% 47.5%}#chats .emoji-icon-1f472{background-position:65% 47.5%}#chats .emoji-icon-1f473-1f3fb{background-position:67.5% 47.5%}#chats .emoji-icon-1f473-1f3fc{background-position:70% 47.5%}#chats .emoji-icon-1f473-1f3fd{background-position:72.5% 47.5%}#chats .emoji-icon-1f473-1f3fe{background-position:75% 47.5%}#chats .emoji-icon-1f473-1f3ff{background-position:77.5% 47.5%}#chats .emoji-icon-1f473{background-position:80% 47.5%}#chats .emoji-icon-1f474-1f3fb{background-position:82.5% 47.5%}#chats .emoji-icon-1f474-1f3fc{background-position:85% 47.5%}#chats .emoji-icon-1f474-1f3fd{background-position:87.5% 47.5%}#chats .emoji-icon-1f474-1f3fe{background-position:90% 47.5%}#chats .emoji-icon-1f474-1f3ff{background-position:92.5% 47.5%}#chats .emoji-icon-1f474{background-position:95% 47.5%}#chats .emoji-icon-1f475-1f3fb{background-position:97.5% 47.5%}#chats .emoji-icon-1f475-1f3fc{background-position:100% 47.5%}#chats .emoji-icon-1f475-1f3fd{background-position:0% 50%}#chats .emoji-icon-1f475-1f3fe{background-position:2.5% 50%}#chats .emoji-icon-1f475-1f3ff{background-position:5% 50%}#chats .emoji-icon-1f475{background-position:7.5% 50%}#chats .emoji-icon-1f476-1f3fb{background-position:10% 50%}#chats .emoji-icon-1f476-1f3fc{background-position:12.5% 50%}#chats .emoji-icon-1f476-1f3fd{background-position:15% 50%}#chats .emoji-icon-1f476-1f3fe{background-position:17.5% 50%}#chats .emoji-icon-1f476-1f3ff{background-position:20% 50%}#chats .emoji-icon-1f476{background-position:22.5% 50%}#chats .emoji-icon-1f477-1f3fb{background-position:25% 50%}#chats .emoji-icon-1f477-1f3fc{background-position:27.5% 50%}#chats .emoji-icon-1f477-1f3fd{background-position:30% 50%}#chats .emoji-icon-1f477-1f3fe{background-position:32.5% 50%}#chats .emoji-icon-1f477-1f3ff{background-position:35% 50%}#chats .emoji-icon-1f477{background-position:37.5% 50%}#chats .emoji-icon-1f478-1f3fb{background-position:40% 50%}#chats .emoji-icon-1f478-1f3fc{background-position:42.5% 50%}#chats .emoji-icon-1f478-1f3fd{background-position:45% 50%}#chats .emoji-icon-1f478-1f3fe{background-position:47.5% 50%}#chats .emoji-icon-1f478-1f3ff{background-position:50% 50%}#chats .emoji-icon-1f478{background-position:52.5% 50%}#chats .emoji-icon-1f479{background-position:55% 50%}#chats .emoji-icon-1f47a{background-position:57.5% 50%}#chats .emoji-icon-1f47b{background-position:60% 50%}#chats .emoji-icon-1f47c-1f3fb{background-position:62.5% 50%}#chats .emoji-icon-1f47c-1f3fc{background-position:65% 50%}#chats .emoji-icon-1f47c-1f3fd{background-position:67.5% 50%}#chats .emoji-icon-1f47c-1f3fe{background-position:70% 50%}#chats .emoji-icon-1f47c-1f3ff{background-position:72.5% 50%}#chats .emoji-icon-1f47c{background-position:75% 50%}#chats .emoji-icon-1f47d{background-position:77.5% 50%}#chats .emoji-icon-1f47e{background-position:80% 50%}#chats .emoji-icon-1f47f{background-position:82.5% 50%}#chats .emoji-icon-1f480{background-position:85% 50%}#chats .emoji-icon-1f481-1f3fb{background-position:87.5% 50%}#chats .emoji-icon-1f481-1f3fc{background-position:90% 50%}#chats .emoji-icon-1f481-1f3fd{background-position:92.5% 50%}#chats .emoji-icon-1f481-1f3fe{background-position:95% 50%}#chats .emoji-icon-1f481-1f3ff{background-position:97.5% 50%}#chats .emoji-icon-1f481{background-position:100% 50%}#chats .emoji-icon-1f482-1f3fb{background-position:0% 52.5%}#chats .emoji-icon-1f482-1f3fc{background-position:2.5% 52.5%}#chats .emoji-icon-1f482-1f3fd{background-position:5% 52.5%}#chats .emoji-icon-1f482-1f3fe{background-position:7.5% 52.5%}#chats .emoji-icon-1f482-1f3ff{background-position:10% 52.5%}#chats .emoji-icon-1f482{background-position:12.5% 52.5%}#chats .emoji-icon-1f483-1f3fb{background-position:15% 52.5%}#chats .emoji-icon-1f483-1f3fc{background-position:17.5% 52.5%}#chats .emoji-icon-1f483-1f3fd{background-position:20% 52.5%}#chats .emoji-icon-1f483-1f3fe{background-position:22.5% 52.5%}#chats .emoji-icon-1f483-1f3ff{background-position:25% 52.5%}#chats .emoji-icon-1f483{background-position:27.5% 52.5%}#chats .emoji-icon-1f484{background-position:30% 52.5%}#chats .emoji-icon-1f485-1f3fb{background-position:32.5% 52.5%}#chats .emoji-icon-1f485-1f3fc{background-position:35% 52.5%}#chats .emoji-icon-1f485-1f3fd{background-position:37.5% 52.5%}#chats .emoji-icon-1f485-1f3fe{background-position:40% 52.5%}#chats .emoji-icon-1f485-1f3ff{background-position:42.5% 52.5%}#chats .emoji-icon-1f485{background-position:45% 52.5%}#chats .emoji-icon-1f486-1f3fb{background-position:47.5% 52.5%}#chats .emoji-icon-1f486-1f3fc{background-position:50% 52.5%}#chats .emoji-icon-1f486-1f3fd{background-position:52.5% 52.5%}#chats .emoji-icon-1f486-1f3fe{background-position:55% 52.5%}#chats .emoji-icon-1f486-1f3ff{background-position:57.5% 52.5%}#chats .emoji-icon-1f486{background-position:60% 52.5%}#chats .emoji-icon-1f487-1f3fb{background-position:62.5% 52.5%}#chats .emoji-icon-1f487-1f3fc{background-position:65% 52.5%}#chats .emoji-icon-1f487-1f3fd{background-position:67.5% 52.5%}#chats .emoji-icon-1f487-1f3fe{background-position:70% 52.5%}#chats .emoji-icon-1f487-1f3ff{background-position:72.5% 52.5%}#chats .emoji-icon-1f487{background-position:75% 52.5%}#chats .emoji-icon-1f488{background-position:77.5% 52.5%}#chats .emoji-icon-1f489{background-position:80% 52.5%}#chats .emoji-icon-1f48a{background-position:82.5% 52.5%}#chats .emoji-icon-1f48b{background-position:85% 52.5%}#chats .emoji-icon-1f48c{background-position:87.5% 52.5%}#chats .emoji-icon-1f48d{background-position:90% 52.5%}#chats .emoji-icon-1f48e{background-position:92.5% 52.5%}#chats .emoji-icon-1f48f{background-position:95% 52.5%}#chats .emoji-icon-1f490{background-position:97.5% 52.5%}#chats .emoji-icon-1f491{background-position:100% 52.5%}#chats .emoji-icon-1f492{background-position:0% 55%}#chats .emoji-icon-1f493{background-position:2.5% 55%}#chats .emoji-icon-1f494{background-position:5% 55%}#chats .emoji-icon-1f495{background-position:7.5% 55%}#chats .emoji-icon-1f496{background-position:10% 55%}#chats .emoji-icon-1f497{background-position:12.5% 55%}#chats .emoji-icon-1f498{background-position:15% 55%}#chats .emoji-icon-1f499{background-position:17.5% 55%}#chats .emoji-icon-1f49a{background-position:20% 55%}#chats .emoji-icon-1f49b{background-position:22.5% 55%}#chats .emoji-icon-1f49c{background-position:25% 55%}#chats .emoji-icon-1f49d{background-position:27.5% 55%}#chats .emoji-icon-1f49e{background-position:30% 55%}#chats .emoji-icon-1f49f{background-position:32.5% 55%}#chats .emoji-icon-1f4a0{background-position:35% 55%}#chats .emoji-icon-1f4a1{background-position:37.5% 55%}#chats .emoji-icon-1f4a2{background-position:40% 55%}#chats .emoji-icon-1f4a3{background-position:42.5% 55%}#chats .emoji-icon-1f4a4{background-position:45% 55%}#chats .emoji-icon-1f4a5{background-position:47.5% 55%}#chats .emoji-icon-1f4a6{background-position:50% 55%}#chats .emoji-icon-1f4a7{background-position:52.5% 55%}#chats .emoji-icon-1f4a8{background-position:55% 55%}#chats .emoji-icon-1f4a9{background-position:57.5% 55%}#chats .emoji-icon-1f4aa-1f3fb{background-position:60% 55%}#chats .emoji-icon-1f4aa-1f3fc{background-position:62.5% 55%}#chats .emoji-icon-1f4aa-1f3fd{background-position:65% 55%}#chats .emoji-icon-1f4aa-1f3fe{background-position:67.5% 55%}#chats .emoji-icon-1f4aa-1f3ff{background-position:70% 55%}#chats .emoji-icon-1f4aa{background-position:72.5% 55%}#chats .emoji-icon-1f4ab{background-position:75% 55%}#chats .emoji-icon-1f4ac{background-position:77.5% 55%}#chats .emoji-icon-1f4ad{background-position:80% 55%}#chats .emoji-icon-1f4ae{background-position:82.5% 55%}#chats .emoji-icon-1f4af{background-position:85% 55%}#chats .emoji-icon-1f4b0{background-position:87.5% 55%}#chats .emoji-icon-1f4b1{background-position:90% 55%}#chats .emoji-icon-1f4b2{background-position:92.5% 55%}#chats .emoji-icon-1f4b3{background-position:95% 55%}#chats .emoji-icon-1f4b4{background-position:97.5% 55%}#chats .emoji-icon-1f4b5{background-position:100% 55%}#chats .emoji-icon-1f4b6{background-position:0% 57.5%}#chats .emoji-icon-1f4b7{background-position:2.5% 57.5%}#chats .emoji-icon-1f4b8{background-position:5% 57.5%}#chats .emoji-icon-1f4b9{background-position:7.5% 57.5%}#chats .emoji-icon-1f4ba{background-position:10% 57.5%}#chats .emoji-icon-1f4bb{background-position:12.5% 57.5%}#chats .emoji-icon-1f4bc{background-position:15% 57.5%}#chats .emoji-icon-1f4bd{background-position:17.5% 57.5%}#chats .emoji-icon-1f4be{background-position:20% 57.5%}#chats .emoji-icon-1f4bf{background-position:22.5% 57.5%}#chats .emoji-icon-1f4c0{background-position:25% 57.5%}#chats .emoji-icon-1f4c1{background-position:27.5% 57.5%}#chats .emoji-icon-1f4c2{background-position:30% 57.5%}#chats .emoji-icon-1f4c3{background-position:32.5% 57.5%}#chats .emoji-icon-1f4c4{background-position:35% 57.5%}#chats .emoji-icon-1f4c5{background-position:37.5% 57.5%}#chats .emoji-icon-1f4c6{background-position:40% 57.5%}#chats .emoji-icon-1f4c7{background-position:42.5% 57.5%}#chats .emoji-icon-1f4c8{background-position:45% 57.5%}#chats .emoji-icon-1f4c9{background-position:47.5% 57.5%}#chats .emoji-icon-1f4ca{background-position:50% 57.5%}#chats .emoji-icon-1f4cb{background-position:52.5% 57.5%}#chats .emoji-icon-1f4cc{background-position:55% 57.5%}#chats .emoji-icon-1f4cd{background-position:57.5% 57.5%}#chats .emoji-icon-1f4ce{background-position:60% 57.5%}#chats .emoji-icon-1f4cf{background-position:62.5% 57.5%}#chats .emoji-icon-1f4d0{background-position:65% 57.5%}#chats .emoji-icon-1f4d1{background-position:67.5% 57.5%}#chats .emoji-icon-1f4d2{background-position:70% 57.5%}#chats .emoji-icon-1f4d3{background-position:72.5% 57.5%}#chats .emoji-icon-1f4d4{background-position:75% 57.5%}#chats .emoji-icon-1f4d5{background-position:77.5% 57.5%}#chats .emoji-icon-1f4d6{background-position:80% 57.5%}#chats .emoji-icon-1f4d7{background-position:82.5% 57.5%}#chats .emoji-icon-1f4d8{background-position:85% 57.5%}#chats .emoji-icon-1f4d9{background-position:87.5% 57.5%}#chats .emoji-icon-1f4da{background-position:90% 57.5%}#chats .emoji-icon-1f4db{background-position:92.5% 57.5%}#chats .emoji-icon-1f4dc{background-position:95% 57.5%}#chats .emoji-icon-1f4dd{background-position:97.5% 57.5%}#chats .emoji-icon-1f4de{background-position:100% 57.5%}#chats .emoji-icon-1f4df{background-position:0% 60%}#chats .emoji-icon-1f4e0{background-position:2.5% 60%}#chats .emoji-icon-1f4e1{background-position:5% 60%}#chats .emoji-icon-1f4e2{background-position:7.5% 60%}#chats .emoji-icon-1f4e3{background-position:10% 60%}#chats .emoji-icon-1f4e4{background-position:12.5% 60%}#chats .emoji-icon-1f4e5{background-position:15% 60%}#chats .emoji-icon-1f4e6{background-position:17.5% 60%}#chats .emoji-icon-1f4e7{background-position:20% 60%}#chats .emoji-icon-1f4e8{background-position:22.5% 60%}#chats .emoji-icon-1f4e9{background-position:25% 60%}#chats .emoji-icon-1f4ea{background-position:27.5% 60%}#chats .emoji-icon-1f4eb{background-position:30% 60%}#chats .emoji-icon-1f4ec{background-position:32.5% 60%}#chats .emoji-icon-1f4ed{background-position:35% 60%}#chats .emoji-icon-1f4ee{background-position:37.5% 60%}#chats .emoji-icon-1f4ef{background-position:40% 60%}#chats .emoji-icon-1f4f0{background-position:42.5% 60%}#chats .emoji-icon-1f4f1{background-position:45% 60%}#chats .emoji-icon-1f4f2{background-position:47.5% 60%}#chats .emoji-icon-1f4f3{background-position:50% 60%}#chats .emoji-icon-1f4f4{background-position:52.5% 60%}#chats .emoji-icon-1f4f5{background-position:55% 60%}#chats .emoji-icon-1f4f6{background-position:57.5% 60%}#chats .emoji-icon-1f4f7{background-position:60% 60%}#chats .emoji-icon-1f4f8{background-position:62.5% 60%}#chats .emoji-icon-1f4f9{background-position:65% 60%}#chats .emoji-icon-1f4fa{background-position:67.5% 60%}#chats .emoji-icon-1f4fb{background-position:70% 60%}#chats .emoji-icon-1f4fc{background-position:72.5% 60%}#chats .emoji-icon-1f4fd{background-position:75% 60%}#chats .emoji-icon-1f4ff{background-position:77.5% 60%}#chats .emoji-icon-1f500{background-position:80% 60%}#chats .emoji-icon-1f501{background-position:82.5% 60%}#chats .emoji-icon-1f502{background-position:85% 60%}#chats .emoji-icon-1f503{background-position:87.5% 60%}#chats .emoji-icon-1f504{background-position:90% 60%}#chats .emoji-icon-1f505{background-position:92.5% 60%}#chats .emoji-icon-1f506{background-position:95% 60%}#chats .emoji-icon-1f507{background-position:97.5% 60%}#chats .emoji-icon-1f508{background-position:100% 60%}#chats .emoji-icon-1f509{background-position:0% 62.5%}#chats .emoji-icon-1f50a{background-position:2.5% 62.5%}#chats .emoji-icon-1f50b{background-position:5% 62.5%}#chats .emoji-icon-1f50c{background-position:7.5% 62.5%}#chats .emoji-icon-1f50d{background-position:10% 62.5%}#chats .emoji-icon-1f50e{background-position:12.5% 62.5%}#chats .emoji-icon-1f50f{background-position:15% 62.5%}#chats .emoji-icon-1f510{background-position:17.5% 62.5%}#chats .emoji-icon-1f511{background-position:20% 62.5%}#chats .emoji-icon-1f512{background-position:22.5% 62.5%}#chats .emoji-icon-1f513{background-position:25% 62.5%}#chats .emoji-icon-1f514{background-position:27.5% 62.5%}#chats .emoji-icon-1f515{background-position:30% 62.5%}#chats .emoji-icon-1f516{background-position:32.5% 62.5%}#chats .emoji-icon-1f517{background-position:35% 62.5%}#chats .emoji-icon-1f518{background-position:37.5% 62.5%}#chats .emoji-icon-1f519{background-position:40% 62.5%}#chats .emoji-icon-1f51a{background-position:42.5% 62.5%}#chats .emoji-icon-1f51b{background-position:45% 62.5%}#chats .emoji-icon-1f51c{background-position:47.5% 62.5%}#chats .emoji-icon-1f51d{background-position:50% 62.5%}#chats .emoji-icon-1f51e{background-position:52.5% 62.5%}#chats .emoji-icon-1f51f{background-position:55% 62.5%}#chats .emoji-icon-1f520{background-position:57.5% 62.5%}#chats .emoji-icon-1f521{background-position:60% 62.5%}#chats .emoji-icon-1f522{background-position:62.5% 62.5%}#chats .emoji-icon-1f523{background-position:65% 62.5%}#chats .emoji-icon-1f524{background-position:67.5% 62.5%}#chats .emoji-icon-1f525{background-position:70% 62.5%}#chats .emoji-icon-1f526{background-position:72.5% 62.5%}#chats .emoji-icon-1f527{background-position:75% 62.5%}#chats .emoji-icon-1f528{background-position:77.5% 62.5%}#chats .emoji-icon-1f529{background-position:80% 62.5%}#chats .emoji-icon-1f52a{background-position:82.5% 62.5%}#chats .emoji-icon-1f52b{background-position:85% 62.5%}#chats .emoji-icon-1f52c{background-position:87.5% 62.5%}#chats .emoji-icon-1f52d{background-position:90% 62.5%}#chats .emoji-icon-1f52e{background-position:92.5% 62.5%}#chats .emoji-icon-1f52f{background-position:95% 62.5%}#chats .emoji-icon-1f530{background-position:97.5% 62.5%}#chats .emoji-icon-1f531{background-position:100% 62.5%}#chats .emoji-icon-1f532{background-position:0% 65%}#chats .emoji-icon-1f533{background-position:2.5% 65%}#chats .emoji-icon-1f534{background-position:5% 65%}#chats .emoji-icon-1f535{background-position:7.5% 65%}#chats .emoji-icon-1f536{background-position:10% 65%}#chats .emoji-icon-1f537{background-position:12.5% 65%}#chats .emoji-icon-1f538{background-position:15% 65%}#chats .emoji-icon-1f539{background-position:17.5% 65%}#chats .emoji-icon-1f53a{background-position:20% 65%}#chats .emoji-icon-1f53b{background-position:22.5% 65%}#chats .emoji-icon-1f53c{background-position:25% 65%}#chats .emoji-icon-1f53d{background-position:27.5% 65%}#chats .emoji-icon-1f549{background-position:30% 65%}#chats .emoji-icon-1f54a{background-position:32.5% 65%}#chats .emoji-icon-1f54b{background-position:35% 65%}#chats .emoji-icon-1f54c{background-position:37.5% 65%}#chats .emoji-icon-1f54d{background-position:40% 65%}#chats .emoji-icon-1f54e{background-position:42.5% 65%}#chats .emoji-icon-1f550{background-position:45% 65%}#chats .emoji-icon-1f551{background-position:47.5% 65%}#chats .emoji-icon-1f552{background-position:50% 65%}#chats .emoji-icon-1f553{background-position:52.5% 65%}#chats .emoji-icon-1f554{background-position:55% 65%}#chats .emoji-icon-1f555{background-position:57.5% 65%}#chats .emoji-icon-1f556{background-position:60% 65%}#chats .emoji-icon-1f557{background-position:62.5% 65%}#chats .emoji-icon-1f558{background-position:65% 65%}#chats .emoji-icon-1f559{background-position:67.5% 65%}#chats .emoji-icon-1f55a{background-position:70% 65%}#chats .emoji-icon-1f55b{background-position:72.5% 65%}#chats .emoji-icon-1f55c{background-position:75% 65%}#chats .emoji-icon-1f55d{background-position:77.5% 65%}#chats .emoji-icon-1f55e{background-position:80% 65%}#chats .emoji-icon-1f55f{background-position:82.5% 65%}#chats .emoji-icon-1f560{background-position:85% 65%}#chats .emoji-icon-1f561{background-position:87.5% 65%}#chats .emoji-icon-1f562{background-position:90% 65%}#chats .emoji-icon-1f563{background-position:92.5% 65%}#chats .emoji-icon-1f564{background-position:95% 65%}#chats .emoji-icon-1f565{background-position:97.5% 65%}#chats .emoji-icon-1f566{background-position:100% 65%}#chats .emoji-icon-1f567{background-position:0% 67.5%}#chats .emoji-icon-1f56f{background-position:2.5% 67.5%}#chats .emoji-icon-1f570{background-position:5% 67.5%}#chats .emoji-icon-1f573{background-position:7.5% 67.5%}#chats .emoji-icon-1f574{background-position:10% 67.5%}#chats .emoji-icon-1f575{background-position:12.5% 67.5%}#chats .emoji-icon-1f576{background-position:15% 67.5%}#chats .emoji-icon-1f577{background-position:17.5% 67.5%}#chats .emoji-icon-1f578{background-position:20% 67.5%}#chats .emoji-icon-1f579{background-position:22.5% 67.5%}#chats .emoji-icon-1f587{background-position:25% 67.5%}#chats .emoji-icon-1f58a{background-position:27.5% 67.5%}#chats .emoji-icon-1f58b{background-position:30% 67.5%}#chats .emoji-icon-1f58c{background-position:32.5% 67.5%}#chats .emoji-icon-1f58d{background-position:35% 67.5%}#chats .emoji-icon-1f590-1f3fb{background-position:37.5% 67.5%}#chats .emoji-icon-1f590-1f3fc{background-position:40% 67.5%}#chats .emoji-icon-1f590-1f3fd{background-position:42.5% 67.5%}#chats .emoji-icon-1f590-1f3fe{background-position:45% 67.5%}#chats .emoji-icon-1f590-1f3ff{background-position:47.5% 67.5%}#chats .emoji-icon-1f590{background-position:50% 67.5%}#chats .emoji-icon-1f595-1f3fb{background-position:52.5% 67.5%}#chats .emoji-icon-1f595-1f3fc{background-position:55% 67.5%}#chats .emoji-icon-1f595-1f3fd{background-position:57.5% 67.5%}#chats .emoji-icon-1f595-1f3fe{background-position:60% 67.5%}#chats .emoji-icon-1f595-1f3ff{background-position:62.5% 67.5%}#chats .emoji-icon-1f595{background-position:65% 67.5%}#chats .emoji-icon-1f596-1f3fb{background-position:67.5% 67.5%}#chats .emoji-icon-1f596-1f3fc{background-position:70% 67.5%}#chats .emoji-icon-1f596-1f3fd{background-position:72.5% 67.5%}#chats .emoji-icon-1f596-1f3fe{background-position:75% 67.5%}#chats .emoji-icon-1f596-1f3ff{background-position:77.5% 67.5%}#chats .emoji-icon-1f596{background-position:80% 67.5%}#chats .emoji-icon-1f5a5{background-position:82.5% 67.5%}#chats .emoji-icon-1f5a8{background-position:85% 67.5%}#chats .emoji-icon-1f5b1{background-position:87.5% 67.5%}#chats .emoji-icon-1f5b2{background-position:90% 67.5%}#chats .emoji-icon-1f5bc{background-position:92.5% 67.5%}#chats .emoji-icon-1f5c2{background-position:95% 67.5%}#chats .emoji-icon-1f5c3{background-position:97.5% 67.5%}#chats .emoji-icon-1f5c4{background-position:100% 67.5%}#chats .emoji-icon-1f5d1{background-position:0% 70%}#chats .emoji-icon-1f5d2{background-position:2.5% 70%}#chats .emoji-icon-1f5d3{background-position:5% 70%}#chats .emoji-icon-1f5dc{background-position:7.5% 70%}#chats .emoji-icon-1f5dd{background-position:10% 70%}#chats .emoji-icon-1f5de{background-position:12.5% 70%}#chats .emoji-icon-1f5e1{background-position:15% 70%}#chats .emoji-icon-1f5e3{background-position:17.5% 70%}#chats .emoji-icon-1f5ef{background-position:20% 70%}#chats .emoji-icon-1f5f3{background-position:22.5% 70%}#chats .emoji-icon-1f5fa{background-position:25% 70%}#chats .emoji-icon-1f5fb{background-position:27.5% 70%}#chats .emoji-icon-1f5fc{background-position:30% 70%}#chats .emoji-icon-1f5fd{background-position:32.5% 70%}#chats .emoji-icon-1f5fe{background-position:35% 70%}#chats .emoji-icon-1f5ff{background-position:37.5% 70%}#chats .emoji-icon-1f600{background-position:40% 70%}#chats .emoji-icon-1f601{background-position:42.5% 70%}#chats .emoji-icon-1f602{background-position:45% 70%}#chats .emoji-icon-1f603{background-position:47.5% 70%}#chats .emoji-icon-1f604{background-position:50% 70%}#chats .emoji-icon-1f605{background-position:52.5% 70%}#chats .emoji-icon-1f606{background-position:55% 70%}#chats .emoji-icon-1f607{background-position:57.5% 70%}#chats .emoji-icon-1f608{background-position:60% 70%}#chats .emoji-icon-1f609{background-position:62.5% 70%}#chats .emoji-icon-1f60a{background-position:65% 70%}#chats .emoji-icon-1f60b{background-position:67.5% 70%}#chats .emoji-icon-1f60c{background-position:70% 70%}#chats .emoji-icon-1f60d{background-position:72.5% 70%}#chats .emoji-icon-1f60e{background-position:75% 70%}#chats .emoji-icon-1f60f{background-position:77.5% 70%}#chats .emoji-icon-1f610{background-position:80% 70%}#chats .emoji-icon-1f611{background-position:82.5% 70%}#chats .emoji-icon-1f612{background-position:85% 70%}#chats .emoji-icon-1f613{background-position:87.5% 70%}#chats .emoji-icon-1f614{background-position:90% 70%}#chats .emoji-icon-1f615{background-position:92.5% 70%}#chats .emoji-icon-1f616{background-position:95% 70%}#chats .emoji-icon-1f617{background-position:97.5% 70%}#chats .emoji-icon-1f618{background-position:100% 70%}#chats .emoji-icon-1f619{background-position:0% 72.5%}#chats .emoji-icon-1f61a{background-position:2.5% 72.5%}#chats .emoji-icon-1f61b{background-position:5% 72.5%}#chats .emoji-icon-1f61c{background-position:7.5% 72.5%}#chats .emoji-icon-1f61d{background-position:10% 72.5%}#chats .emoji-icon-1f61e{background-position:12.5% 72.5%}#chats .emoji-icon-1f61f{background-position:15% 72.5%}#chats .emoji-icon-1f620{background-position:17.5% 72.5%}#chats .emoji-icon-1f621{background-position:20% 72.5%}#chats .emoji-icon-1f622{background-position:22.5% 72.5%}#chats .emoji-icon-1f623{background-position:25% 72.5%}#chats .emoji-icon-1f624{background-position:27.5% 72.5%}#chats .emoji-icon-1f625{background-position:30% 72.5%}#chats .emoji-icon-1f626{background-position:32.5% 72.5%}#chats .emoji-icon-1f627{background-position:35% 72.5%}#chats .emoji-icon-1f628{background-position:37.5% 72.5%}#chats .emoji-icon-1f629{background-position:40% 72.5%}#chats .emoji-icon-1f62a{background-position:42.5% 72.5%}#chats .emoji-icon-1f62b{background-position:45% 72.5%}#chats .emoji-icon-1f62c{background-position:47.5% 72.5%}#chats .emoji-icon-1f62d{background-position:50% 72.5%}#chats .emoji-icon-1f62e{background-position:52.5% 72.5%}#chats .emoji-icon-1f62f{background-position:55% 72.5%}#chats .emoji-icon-1f630{background-position:57.5% 72.5%}#chats .emoji-icon-1f631{background-position:60% 72.5%}#chats .emoji-icon-1f632{background-position:62.5% 72.5%}#chats .emoji-icon-1f633{background-position:65% 72.5%}#chats .emoji-icon-1f634{background-position:67.5% 72.5%}#chats .emoji-icon-1f635{background-position:70% 72.5%}#chats .emoji-icon-1f636{background-position:72.5% 72.5%}#chats .emoji-icon-1f637{background-position:75% 72.5%}#chats .emoji-icon-1f638{background-position:77.5% 72.5%}#chats .emoji-icon-1f639{background-position:80% 72.5%}#chats .emoji-icon-1f63a{background-position:82.5% 72.5%}#chats .emoji-icon-1f63b{background-position:85% 72.5%}#chats .emoji-icon-1f63c{background-position:87.5% 72.5%}#chats .emoji-icon-1f63d{background-position:90% 72.5%}#chats .emoji-icon-1f63e{background-position:92.5% 72.5%}#chats .emoji-icon-1f63f{background-position:95% 72.5%}#chats .emoji-icon-1f640{background-position:97.5% 72.5%}#chats .emoji-icon-1f641{background-position:100% 72.5%}#chats .emoji-icon-1f642{background-position:0% 75%}#chats .emoji-icon-1f643{background-position:2.5% 75%}#chats .emoji-icon-1f644{background-position:5% 75%}#chats .emoji-icon-1f645-1f3fb{background-position:7.5% 75%}#chats .emoji-icon-1f645-1f3fc{background-position:10% 75%}#chats .emoji-icon-1f645-1f3fd{background-position:12.5% 75%}#chats .emoji-icon-1f645-1f3fe{background-position:15% 75%}#chats .emoji-icon-1f645-1f3ff{background-position:17.5% 75%}#chats .emoji-icon-1f645{background-position:20% 75%}#chats .emoji-icon-1f646-1f3fb{background-position:22.5% 75%}#chats .emoji-icon-1f646-1f3fc{background-position:25% 75%}#chats .emoji-icon-1f646-1f3fd{background-position:27.5% 75%}#chats .emoji-icon-1f646-1f3fe{background-position:30% 75%}#chats .emoji-icon-1f646-1f3ff{background-position:32.5% 75%}#chats .emoji-icon-1f646{background-position:35% 75%}#chats .emoji-icon-1f647-1f3fb{background-position:37.5% 75%}#chats .emoji-icon-1f647-1f3fc{background-position:40% 75%}#chats .emoji-icon-1f647-1f3fd{background-position:42.5% 75%}#chats .emoji-icon-1f647-1f3fe{background-position:45% 75%}#chats .emoji-icon-1f647-1f3ff{background-position:47.5% 75%}#chats .emoji-icon-1f647{background-position:50% 75%}#chats .emoji-icon-1f648{background-position:52.5% 75%}#chats .emoji-icon-1f649{background-position:55% 75%}#chats .emoji-icon-1f64a{background-position:57.5% 75%}#chats .emoji-icon-1f64b-1f3fb{background-position:60% 75%}#chats .emoji-icon-1f64b-1f3fc{background-position:62.5% 75%}#chats .emoji-icon-1f64b-1f3fd{background-position:65% 75%}#chats .emoji-icon-1f64b-1f3fe{background-position:67.5% 75%}#chats .emoji-icon-1f64b-1f3ff{background-position:70% 75%}#chats .emoji-icon-1f64b{background-position:72.5% 75%}#chats .emoji-icon-1f64c-1f3fb{background-position:75% 75%}#chats .emoji-icon-1f64c-1f3fc{background-position:77.5% 75%}#chats .emoji-icon-1f64c-1f3fd{background-position:80% 75%}#chats .emoji-icon-1f64c-1f3fe{background-position:82.5% 75%}#chats .emoji-icon-1f64c-1f3ff{background-position:85% 75%}#chats .emoji-icon-1f64c{background-position:87.5% 75%}#chats .emoji-icon-1f64d-1f3fb{background-position:90% 75%}#chats .emoji-icon-1f64d-1f3fc{background-position:92.5% 75%}#chats .emoji-icon-1f64d-1f3fd{background-position:95% 75%}#chats .emoji-icon-1f64d-1f3fe{background-position:97.5% 75%}#chats .emoji-icon-1f64d-1f3ff{background-position:100% 75%}#chats .emoji-icon-1f64d{background-position:0% 77.5%}#chats .emoji-icon-1f64e-1f3fb{background-position:2.5% 77.5%}#chats .emoji-icon-1f64e-1f3fc{background-position:5% 77.5%}#chats .emoji-icon-1f64e-1f3fd{background-position:7.5% 77.5%}#chats .emoji-icon-1f64e-1f3fe{background-position:10% 77.5%}#chats .emoji-icon-1f64e-1f3ff{background-position:12.5% 77.5%}#chats .emoji-icon-1f64e{background-position:15% 77.5%}#chats .emoji-icon-1f64f-1f3fb{background-position:17.5% 77.5%}#chats .emoji-icon-1f64f-1f3fc{background-position:20% 77.5%}#chats .emoji-icon-1f64f-1f3fd{background-position:22.5% 77.5%}#chats .emoji-icon-1f64f-1f3fe{background-position:25% 77.5%}#chats .emoji-icon-1f64f-1f3ff{background-position:27.5% 77.5%}#chats .emoji-icon-1f64f{background-position:30% 77.5%}#chats .emoji-icon-1f680{background-position:32.5% 77.5%}#chats .emoji-icon-1f681{background-position:35% 77.5%}#chats .emoji-icon-1f682{background-position:37.5% 77.5%}#chats .emoji-icon-1f683{background-position:40% 77.5%}#chats .emoji-icon-1f684{background-position:42.5% 77.5%}#chats .emoji-icon-1f685{background-position:45% 77.5%}#chats .emoji-icon-1f686{background-position:47.5% 77.5%}#chats .emoji-icon-1f687{background-position:50% 77.5%}#chats .emoji-icon-1f688{background-position:52.5% 77.5%}#chats .emoji-icon-1f689{background-position:55% 77.5%}#chats .emoji-icon-1f68a{background-position:57.5% 77.5%}#chats .emoji-icon-1f68b{background-position:60% 77.5%}#chats .emoji-icon-1f68c{background-position:62.5% 77.5%}#chats .emoji-icon-1f68d{background-position:65% 77.5%}#chats .emoji-icon-1f68e{background-position:67.5% 77.5%}#chats .emoji-icon-1f68f{background-position:70% 77.5%}#chats .emoji-icon-1f690{background-position:72.5% 77.5%}#chats .emoji-icon-1f691{background-position:75% 77.5%}#chats .emoji-icon-1f692{background-position:77.5% 77.5%}#chats .emoji-icon-1f693{background-position:80% 77.5%}#chats .emoji-icon-1f694{background-position:82.5% 77.5%}#chats .emoji-icon-1f695{background-position:85% 77.5%}#chats .emoji-icon-1f696{background-position:87.5% 77.5%}#chats .emoji-icon-1f697{background-position:90% 77.5%}#chats .emoji-icon-1f698{background-position:92.5% 77.5%}#chats .emoji-icon-1f699{background-position:95% 77.5%}#chats .emoji-icon-1f69a{background-position:97.5% 77.5%}#chats .emoji-icon-1f69b{background-position:100% 77.5%}#chats .emoji-icon-1f69c{background-position:0% 80%}#chats .emoji-icon-1f69d{background-position:2.5% 80%}#chats .emoji-icon-1f69e{background-position:5% 80%}#chats .emoji-icon-1f69f{background-position:7.5% 80%}#chats .emoji-icon-1f6a0{background-position:10% 80%}#chats .emoji-icon-1f6a1{background-position:12.5% 80%}#chats .emoji-icon-1f6a2{background-position:15% 80%}#chats .emoji-icon-1f6a3-1f3fb{background-position:17.5% 80%}#chats .emoji-icon-1f6a3-1f3fc{background-position:20% 80%}#chats .emoji-icon-1f6a3-1f3fd{background-position:22.5% 80%}#chats .emoji-icon-1f6a3-1f3fe{background-position:25% 80%}#chats .emoji-icon-1f6a3-1f3ff{background-position:27.5% 80%}#chats .emoji-icon-1f6a3{background-position:30% 80%}#chats .emoji-icon-1f6a4{background-position:32.5% 80%}#chats .emoji-icon-1f6a5{background-position:35% 80%}#chats .emoji-icon-1f6a6{background-position:37.5% 80%}#chats .emoji-icon-1f6a7{background-position:40% 80%}#chats .emoji-icon-1f6a8{background-position:42.5% 80%}#chats .emoji-icon-1f6a9{background-position:45% 80%}#chats .emoji-icon-1f6aa{background-position:47.5% 80%}#chats .emoji-icon-1f6ab{background-position:50% 80%}#chats .emoji-icon-1f6ac{background-position:52.5% 80%}#chats .emoji-icon-1f6ad{background-position:55% 80%}#chats .emoji-icon-1f6ae{background-position:57.5% 80%}#chats .emoji-icon-1f6af{background-position:60% 80%}#chats .emoji-icon-1f6b0{background-position:62.5% 80%}#chats .emoji-icon-1f6b1{background-position:65% 80%}#chats .emoji-icon-1f6b2{background-position:67.5% 80%}#chats .emoji-icon-1f6b3{background-position:70% 80%}#chats .emoji-icon-1f6b4-1f3fb{background-position:72.5% 80%}#chats .emoji-icon-1f6b4-1f3fc{background-position:75% 80%}#chats .emoji-icon-1f6b4-1f3fd{background-position:77.5% 80%}#chats .emoji-icon-1f6b4-1f3fe{background-position:80% 80%}#chats .emoji-icon-1f6b4-1f3ff{background-position:82.5% 80%}#chats .emoji-icon-1f6b4{background-position:85% 80%}#chats .emoji-icon-1f6b5-1f3fb{background-position:87.5% 80%}#chats .emoji-icon-1f6b5-1f3fc{background-position:90% 80%}#chats .emoji-icon-1f6b5-1f3fd{background-position:92.5% 80%}#chats .emoji-icon-1f6b5-1f3fe{background-position:95% 80%}#chats .emoji-icon-1f6b5-1f3ff{background-position:97.5% 80%}#chats .emoji-icon-1f6b5{background-position:100% 80%}#chats .emoji-icon-1f6b6-1f3fb{background-position:0% 82.5%}#chats .emoji-icon-1f6b6-1f3fc{background-position:2.5% 82.5%}#chats .emoji-icon-1f6b6-1f3fd{background-position:5% 82.5%}#chats .emoji-icon-1f6b6-1f3fe{background-position:7.5% 82.5%}#chats .emoji-icon-1f6b6-1f3ff{background-position:10% 82.5%}#chats .emoji-icon-1f6b6{background-position:12.5% 82.5%}#chats .emoji-icon-1f6b7{background-position:15% 82.5%}#chats .emoji-icon-1f6b8{background-position:17.5% 82.5%}#chats .emoji-icon-1f6b9{background-position:20% 82.5%}#chats .emoji-icon-1f6ba{background-position:22.5% 82.5%}#chats .emoji-icon-1f6bb{background-position:25% 82.5%}#chats .emoji-icon-1f6bc{background-position:27.5% 82.5%}#chats .emoji-icon-1f6bd{background-position:30% 82.5%}#chats .emoji-icon-1f6be{background-position:32.5% 82.5%}#chats .emoji-icon-1f6bf{background-position:35% 82.5%}#chats .emoji-icon-1f6c0-1f3fb{background-position:37.5% 82.5%}#chats .emoji-icon-1f6c0-1f3fc{background-position:40% 82.5%}#chats .emoji-icon-1f6c0-1f3fd{background-position:42.5% 82.5%}#chats .emoji-icon-1f6c0-1f3fe{background-position:45% 82.5%}#chats .emoji-icon-1f6c0-1f3ff{background-position:47.5% 82.5%}#chats .emoji-icon-1f6c0{background-position:50% 82.5%}#chats .emoji-icon-1f6c1{background-position:52.5% 82.5%}#chats .emoji-icon-1f6c2{background-position:55% 82.5%}#chats .emoji-icon-1f6c3{background-position:57.5% 82.5%}#chats .emoji-icon-1f6c4{background-position:60% 82.5%}#chats .emoji-icon-1f6c5{background-position:62.5% 82.5%}#chats .emoji-icon-1f6cb{background-position:65% 82.5%}#chats .emoji-icon-1f6cc{background-position:67.5% 82.5%}#chats .emoji-icon-1f6cd{background-position:70% 82.5%}#chats .emoji-icon-1f6ce{background-position:72.5% 82.5%}#chats .emoji-icon-1f6cf{background-position:75% 82.5%}#chats .emoji-icon-1f6d0{background-position:77.5% 82.5%}#chats .emoji-icon-1f6e0{background-position:80% 82.5%}#chats .emoji-icon-1f6e1{background-position:82.5% 82.5%}#chats .emoji-icon-1f6e2{background-position:85% 82.5%}#chats .emoji-icon-1f6e3{background-position:87.5% 82.5%}#chats .emoji-icon-1f6e4{background-position:90% 82.5%}#chats .emoji-icon-1f6e5{background-position:92.5% 82.5%}#chats .emoji-icon-1f6e9{background-position:95% 82.5%}#chats .emoji-icon-1f6eb{background-position:97.5% 82.5%}#chats .emoji-icon-1f6ec{background-position:100% 82.5%}#chats .emoji-icon-1f6f0{background-position:0% 85%}#chats .emoji-icon-1f6f3{background-position:2.5% 85%}#chats .emoji-icon-1f910{background-position:5% 85%}#chats .emoji-icon-1f911{background-position:7.5% 85%}#chats .emoji-icon-1f912{background-position:10% 85%}#chats .emoji-icon-1f913{background-position:12.5% 85%}#chats .emoji-icon-1f914{background-position:15% 85%}#chats .emoji-icon-1f915{background-position:17.5% 85%}#chats .emoji-icon-1f916{background-position:20% 85%}#chats .emoji-icon-1f917{background-position:22.5% 85%}#chats .emoji-icon-1f918-1f3fb{background-position:25% 85%}#chats .emoji-icon-1f918-1f3fc{background-position:27.5% 85%}#chats .emoji-icon-1f918-1f3fd{background-position:30% 85%}#chats .emoji-icon-1f918-1f3fe{background-position:32.5% 85%}#chats .emoji-icon-1f918-1f3ff{background-position:35% 85%}#chats .emoji-icon-1f918{background-position:37.5% 85%}#chats .emoji-icon-1f980{background-position:40% 85%}#chats .emoji-icon-1f981{background-position:42.5% 85%}#chats .emoji-icon-1f982{background-position:45% 85%}#chats .emoji-icon-1f984{background-position:47.5% 85%}#chats .emoji-icon-1f9c0{background-position:50% 85%}#chats .emoji-icon-203c{background-position:52.5% 85%}#chats .emoji-icon-2049{background-position:55% 85%}#chats .emoji-icon-2122{background-position:57.5% 85%}#chats .emoji-icon-2139{background-position:60% 85%}#chats .emoji-icon-2194{background-position:62.5% 85%}#chats .emoji-icon-2195{background-position:65% 85%}#chats .emoji-icon-2196{background-position:67.5% 85%}#chats .emoji-icon-2197{background-position:70% 85%}#chats .emoji-icon-2198{background-position:72.5% 85%}#chats .emoji-icon-2199{background-position:75% 85%}#chats .emoji-icon-21a9{background-position:77.5% 85%}#chats .emoji-icon-21aa{background-position:80% 85%}#chats .emoji-icon-231a{background-position:82.5% 85%}#chats .emoji-icon-231b{background-position:85% 85%}#chats .emoji-icon-2328{background-position:87.5% 85%}#chats .emoji-icon-23e9{background-position:90% 85%}#chats .emoji-icon-23ea{background-position:92.5% 85%}#chats .emoji-icon-23eb{background-position:95% 85%}#chats .emoji-icon-23ec{background-position:97.5% 85%}#chats .emoji-icon-23ed{background-position:100% 85%}#chats .emoji-icon-23ee{background-position:0% 87.5%}#chats .emoji-icon-23ef{background-position:2.5% 87.5%}#chats .emoji-icon-23f0{background-position:5% 87.5%}#chats .emoji-icon-23f1{background-position:7.5% 87.5%}#chats .emoji-icon-23f2{background-position:10% 87.5%}#chats .emoji-icon-23f3{background-position:12.5% 87.5%}#chats .emoji-icon-23f8{background-position:15% 87.5%}#chats .emoji-icon-23f9{background-position:17.5% 87.5%}#chats .emoji-icon-23fa{background-position:20% 87.5%}#chats .emoji-icon-24c2{background-position:22.5% 87.5%}#chats .emoji-icon-25aa{background-position:25% 87.5%}#chats .emoji-icon-25ab{background-position:27.5% 87.5%}#chats .emoji-icon-25b6{background-position:30% 87.5%}#chats .emoji-icon-25c0{background-position:32.5% 87.5%}#chats .emoji-icon-25fb{background-position:35% 87.5%}#chats .emoji-icon-25fc{background-position:37.5% 87.5%}#chats .emoji-icon-25fd{background-position:40% 87.5%}#chats .emoji-icon-25fe{background-position:42.5% 87.5%}#chats .emoji-icon-2600{background-position:45% 87.5%}#chats .emoji-icon-2601{background-position:47.5% 87.5%}#chats .emoji-icon-2602{background-position:50% 87.5%}#chats .emoji-icon-2603{background-position:52.5% 87.5%}#chats .emoji-icon-2604{background-position:55% 87.5%}#chats .emoji-icon-260e{background-position:57.5% 87.5%}#chats .emoji-icon-2611{background-position:60% 87.5%}#chats .emoji-icon-2614{background-position:62.5% 87.5%}#chats .emoji-icon-2615{background-position:65% 87.5%}#chats .emoji-icon-2618{background-position:67.5% 87.5%}#chats .emoji-icon-261d-1f3fb{background-position:70% 87.5%}#chats .emoji-icon-261d-1f3fc{background-position:72.5% 87.5%}#chats .emoji-icon-261d-1f3fd{background-position:75% 87.5%}#chats .emoji-icon-261d-1f3fe{background-position:77.5% 87.5%}#chats .emoji-icon-261d-1f3ff{background-position:80% 87.5%}#chats .emoji-icon-261d{background-position:82.5% 87.5%}#chats .emoji-icon-2620{background-position:85% 87.5%}#chats .emoji-icon-2622{background-position:87.5% 87.5%}#chats .emoji-icon-2623{background-position:90% 87.5%}#chats .emoji-icon-2626{background-position:92.5% 87.5%}#chats .emoji-icon-262a{background-position:95% 87.5%}#chats .emoji-icon-262e{background-position:97.5% 87.5%}#chats .emoji-icon-262f{background-position:100% 87.5%}#chats .emoji-icon-2638{background-position:0% 90%}#chats .emoji-icon-2639{background-position:2.5% 90%}#chats .emoji-icon-263a{background-position:5% 90%}#chats .emoji-icon-2648{background-position:7.5% 90%}#chats .emoji-icon-2649{background-position:10% 90%}#chats .emoji-icon-264a{background-position:12.5% 90%}#chats .emoji-icon-264b{background-position:15% 90%}#chats .emoji-icon-264c{background-position:17.5% 90%}#chats .emoji-icon-264d{background-position:20% 90%}#chats .emoji-icon-264e{background-position:22.5% 90%}#chats .emoji-icon-264f{background-position:25% 90%}#chats .emoji-icon-2650{background-position:27.5% 90%}#chats .emoji-icon-2651{background-position:30% 90%}#chats .emoji-icon-2652{background-position:32.5% 90%}#chats .emoji-icon-2653{background-position:35% 90%}#chats .emoji-icon-2660{background-position:37.5% 90%}#chats .emoji-icon-2663{background-position:40% 90%}#chats .emoji-icon-2665{background-position:42.5% 90%}#chats .emoji-icon-2666{background-position:45% 90%}#chats .emoji-icon-2668{background-position:47.5% 90%}#chats .emoji-icon-267b{background-position:50% 90%}#chats .emoji-icon-267f{background-position:52.5% 90%}#chats .emoji-icon-2692{background-position:55% 90%}#chats .emoji-icon-2693{background-position:57.5% 90%}#chats .emoji-icon-2694{background-position:60% 90%}#chats .emoji-icon-2696{background-position:62.5% 90%}#chats .emoji-icon-2697{background-position:65% 90%}#chats .emoji-icon-2699{background-position:67.5% 90%}#chats .emoji-icon-269b{background-position:70% 90%}#chats .emoji-icon-269c{background-position:72.5% 90%}#chats .emoji-icon-26a0{background-position:75% 90%}#chats .emoji-icon-26a1{background-position:77.5% 90%}#chats .emoji-icon-26aa{background-position:80% 90%}#chats .emoji-icon-26ab{background-position:82.5% 90%}#chats .emoji-icon-26b0{background-position:85% 90%}#chats .emoji-icon-26b1{background-position:87.5% 90%}#chats .emoji-icon-26bd{background-position:90% 90%}#chats .emoji-icon-26be{background-position:92.5% 90%}#chats .emoji-icon-26c4{background-position:95% 90%}#chats .emoji-icon-26c5{background-position:97.5% 90%}#chats .emoji-icon-26c8{background-position:100% 90%}#chats .emoji-icon-26ce{background-position:0% 92.5%}#chats .emoji-icon-26cf{background-position:2.5% 92.5%}#chats .emoji-icon-26d1{background-position:5% 92.5%}#chats .emoji-icon-26d3{background-position:7.5% 92.5%}#chats .emoji-icon-26d4{background-position:10% 92.5%}#chats .emoji-icon-26e9{background-position:12.5% 92.5%}#chats .emoji-icon-26ea{background-position:15% 92.5%}#chats .emoji-icon-26f0{background-position:17.5% 92.5%}#chats .emoji-icon-26f1{background-position:20% 92.5%}#chats .emoji-icon-26f2{background-position:22.5% 92.5%}#chats .emoji-icon-26f3{background-position:25% 92.5%}#chats .emoji-icon-26f4{background-position:27.5% 92.5%}#chats .emoji-icon-26f5{background-position:30% 92.5%}#chats .emoji-icon-26f7{background-position:32.5% 92.5%}#chats .emoji-icon-26f8{background-position:35% 92.5%}#chats .emoji-icon-26f9-1f3fb{background-position:37.5% 92.5%}#chats .emoji-icon-26f9-1f3fc{background-position:40% 92.5%}#chats .emoji-icon-26f9-1f3fd{background-position:42.5% 92.5%}#chats .emoji-icon-26f9-1f3fe{background-position:45% 92.5%}#chats .emoji-icon-26f9-1f3ff{background-position:47.5% 92.5%}#chats .emoji-icon-26f9{background-position:50% 92.5%}#chats .emoji-icon-26fa{background-position:52.5% 92.5%}#chats .emoji-icon-26fd{background-position:55% 92.5%}#chats .emoji-icon-2702{background-position:57.5% 92.5%}#chats .emoji-icon-2705{background-position:60% 92.5%}#chats .emoji-icon-2708{background-position:62.5% 92.5%}#chats .emoji-icon-2709{background-position:65% 92.5%}#chats .emoji-icon-270a-1f3fb{background-position:67.5% 92.5%}#chats .emoji-icon-270a-1f3fc{background-position:70% 92.5%}#chats .emoji-icon-270a-1f3fd{background-position:72.5% 92.5%}#chats .emoji-icon-270a-1f3fe{background-position:75% 92.5%}#chats .emoji-icon-270a-1f3ff{background-position:77.5% 92.5%}#chats .emoji-icon-270a{background-position:80% 92.5%}#chats .emoji-icon-270b-1f3fb{background-position:82.5% 92.5%}#chats .emoji-icon-270b-1f3fc{background-position:85% 92.5%}#chats .emoji-icon-270b-1f3fd{background-position:87.5% 92.5%}#chats .emoji-icon-270b-1f3fe{background-position:90% 92.5%}#chats .emoji-icon-270b-1f3ff{background-position:92.5% 92.5%}#chats .emoji-icon-270b{background-position:95% 92.5%}#chats .emoji-icon-270c-1f3fb{background-position:97.5% 92.5%}#chats .emoji-icon-270c-1f3fc{background-position:100% 92.5%}#chats .emoji-icon-270c-1f3fd{background-position:0% 95%}#chats .emoji-icon-270c-1f3fe{background-position:2.5% 95%}#chats .emoji-icon-270c-1f3ff{background-position:5% 95%}#chats .emoji-icon-270c{background-position:7.5% 95%}#chats .emoji-icon-270d-1f3fb{background-position:10% 95%}#chats .emoji-icon-270d-1f3fc{background-position:12.5% 95%}#chats .emoji-icon-270d-1f3fd{background-position:15% 95%}#chats .emoji-icon-270d-1f3fe{background-position:17.5% 95%}#chats .emoji-icon-270d-1f3ff{background-position:20% 95%}#chats .emoji-icon-270d{background-position:22.5% 95%}#chats .emoji-icon-270f{background-position:25% 95%}#chats .emoji-icon-2712{background-position:27.5% 95%}#chats .emoji-icon-2714{background-position:30% 95%}#chats .emoji-icon-2716{background-position:32.5% 95%}#chats .emoji-icon-271d{background-position:35% 95%}#chats .emoji-icon-2721{background-position:37.5% 95%}#chats .emoji-icon-2728{background-position:40% 95%}#chats .emoji-icon-2733{background-position:42.5% 95%}#chats .emoji-icon-2734{background-position:45% 95%}#chats .emoji-icon-2744{background-position:47.5% 95%}#chats .emoji-icon-2747{background-position:50% 95%}#chats .emoji-icon-274c{background-position:52.5% 95%}#chats .emoji-icon-274e{background-position:55% 95%}#chats .emoji-icon-2753{background-position:57.5% 95%}#chats .emoji-icon-2754{background-position:60% 95%}#chats .emoji-icon-2755{background-position:62.5% 95%}#chats .emoji-icon-2757{background-position:65% 95%}#chats .emoji-icon-2763{background-position:67.5% 95%}#chats .emoji-icon-2764{background-position:70% 95%}#chats .emoji-icon-2795{background-position:72.5% 95%}#chats .emoji-icon-2796{background-position:75% 95%}#chats .emoji-icon-2797{background-position:77.5% 95%}#chats .emoji-icon-27a1{background-position:80% 95%}#chats .emoji-icon-27b0{background-position:82.5% 95%}#chats .emoji-icon-27bf{background-position:85% 95%}#chats .emoji-icon-2934{background-position:87.5% 95%}#chats .emoji-icon-2935{background-position:90% 95%}#chats .emoji-icon-2b05{background-position:92.5% 95%}#chats .emoji-icon-2b06{background-position:95% 95%}#chats .emoji-icon-2b07{background-position:97.5% 95%}#chats .emoji-icon-2b1b{background-position:100% 95%}#chats .emoji-icon-2b1c{background-position:0% 97.5%}#chats .emoji-icon-2b50{background-position:2.5% 97.5%}#chats .emoji-icon-2b55{background-position:5% 97.5%}#chats .emoji-icon-3030{background-position:7.5% 97.5%}#chats .emoji-icon-303d{background-position:10% 97.5%}#chats .emoji-icon-3297{background-position:12.5% 97.5%}#chats .emoji-icon-3299{background-position:15% 97.5%}#chats .emoji-icon-1f91d{background-position:17.5% 97.5%}#chats .emoji-icon-1f91e-1f3fb{background-position:20% 97.5%}#chats .emoji-icon-1f926-200d-2642-fe0f{background-position:22.5% 97.5%}#chats .emoji-icon-1f937{background-position:25% 97.5%}#chats .emoji-icon-1f942{background-position:30% 97.5%}#chats .emoji-icon-1faf6{background-position:32.5% 97.5%}#chats .emoji-icon-1f970{background-position:35% 97.5%}#chats .emoji-icon-1f929{background-position:37.5% 97.5%}#chats .emoji-icon-1f92f{background-position:40% 97.5%}#chats .emoji-icon-1f92f{background-position:40% 97.5%}#chats .emoji-icon-1f973{background-position:42.5% 97.5%}#chats .emoji-icon-1f974{background-position:45% 97.5%}#chats .emoji-icon-1f920{background-position:47.5% 97.5%}#chats .emoji-icon-1fae0{background-position:50% 97.5%}#chats .emoji-icon-2764-fe0f-200d-1f525{background-position:52.5% 97.5%}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .read-indicator__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 7px;gap:5px;margin-bottom:5px;max-width:320px;-webkit-transition:all .3s ease;transition:all .3s ease}#chats .read-indicator__container_author{margin-left:auto;margin-right:0}#chats .read-indicator__container .trend-ui-icon-root__CheckCircle path{fill:currentColor}#chats .read-indicator__container .trend-ui-icon-root__CheckCircle circle:first-child{stroke:currentColor}#chats .read-indicator__container .trend-ui-icon-root__CheckCircle circle:last-child{fill:currentColor}#chats .read-indicator__icon{margin-top:-2px;color:#fee2e2}#chats .read-indicator__icon_read{color:#7568ff}#chats .read-indicator__icon_read .trend-ui-icon-root__CheckDoubleFilled{color:#00bf65}#chats .read-indicator__icon_read .trend-ui-icon-root__CheckDoubleFilled path{fill:currentColor}#chats .read-indicator__text{font-size:13px;line-height:18px;color:#a1a1aa}#chats .message-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .required-answer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;width:350px;max-width:320px;margin-bottom:5px;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}#chats .required-answer__container_answered{cursor:default}#chats .required-answer__container_isHidden{height:0px;opacity:0;overflow:hidden}#chats .required-answer__container .trend-ui-icon-root__CheckCircle path,#chats .required-answer__container .trend-ui-icon-root__DotFilled path,#chats .required-answer__container .trend-ui-icon-root__DotPulseFilled path{fill:currentColor}#chats .required-answer__container .trend-ui-icon-root__CheckCircle circle:first-child,#chats .required-answer__container .trend-ui-icon-root__DotFilled circle:first-child,#chats .required-answer__container .trend-ui-icon-root__DotPulseFilled circle:first-child{stroke:currentColor}#chats .required-answer__container .trend-ui-icon-root__CheckCircle circle:last-child,#chats .required-answer__container .trend-ui-icon-root__DotFilled circle:last-child,#chats .required-answer__container .trend-ui-icon-root__DotPulseFilled circle:last-child{fill:currentColor}#chats .required-answer__icon{margin-top:-2px;color:#f43f5e}#chats .required-answer__icon_answered{color:#22c55e;margin-left:4px;margin-right:3px}#chats .required-answer__text{font-size:14px;line-height:20px}#chats .required-answer__text_answered{cursor:default;color:#71717a}#chats .message-content__required-answer{display:grid;grid-row-gap:3px}#chats .message-content--author .required-answer__container{margin-right:0;margin-left:auto}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .messages-list{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:0 20px;background-color:#f3f4f6}#chats .messages-list__date{margin:16.5px 0;font-size:13px;line-height:18px;text-align:center;color:#a1a1aa}#chats .messages-list__group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:5px 0}#chats .messages-list__scrollarea{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;padding:0 20px;background-color:#f3f4f6}#chats .messages-list__btn{width:36px !important;height:36px !important;border:none;border-radius:50%;outline:none}#chats .messages-list__btn-position{position:absolute !important;right:10px;bottom:10px;z-index:5;cursor:pointer}#chats .messages-list__btn:hover{background-color:#fff !important}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .user-tizer{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;cursor:pointer;border-bottom:1px solid #f3f4f6}#chats .user-tizer__main{width:330px;padding:10px 0 10px 0}#chats .user-tizer__avatar{-ms-flex-item-align:start;align-self:start;margin-right:10px;margin-top:10px}#chats .user-tizer__avatar--hidden{padding:4px;border:1px solid #a1a1aa;border-radius:50%}#chats .user-tizer__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#chats .user-tizer__name-value{line-height:20px;white-space:normal;width:100%;max-width:195px;font-weight:400;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}#chats .user-tizer__status{color:#71717a;white-space:nowrap;font-size:13px;line-height:18px;padding-left:5px}#chats .user-tizer__position{font-size:13px;line-height:18px;width:100%;white-space:normal;color:#71717a;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}#chats .user-tizer__phone{font-size:13px;color:#71717a}#chats .user-loading{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;padding:10px 0}#chats .user-loading__avatar{width:40px;height:40px;margin-right:15px;border-radius:50%;background-color:#f3f4f6}#chats .user-loading__desc{width:calc(100% - 55px);background-color:#f3f4f6}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .include-user{position:absolute;bottom:55px;right:100px;width:420px;height:420px;padding:30px 30px 5px;visibility:hidden;background-color:#fff;border-radius:8px;-webkit-box-shadow:0px 11px 22px rgba(0,0,0,.11);box-shadow:0px 11px 22px rgba(0,0,0,.11)}#chats .include-user:before{content:"";position:absolute;width:50px;height:50px;right:0;top:99%}#chats .include-user--active{visibility:visible}#chats .include-user__title{margin:0}#chats .include-user__holder{overflow:auto;height:280px;margin:0 -30px;padding:0 30px}#chats .include-user__holder .tooltip{border-radius:8px}#chats .include-user__holder .user-tizer__main{width:100%}#chats .include-user__info{position:relative;margin:10px 0;padding:10px;line-height:20px;border-radius:20px;overflow:hidden}#chats .include-user__info:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background-color:var(--primary-color);opacity:.2}
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}

.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}

.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color .1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus { outline: 0 }
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px; left: 0;
  width: 100%; height: 3px;
  background-color: #464646;
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}

.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.emoji-mart-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}

.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}

.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none;
}

.emoji-mart-search-icon {
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
}

.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}

.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}

.emoji-mart-preview {
  position: relative;
  height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
  left: 12px;
}

.emoji-mart-preview-data {
  left: 68px; right: 12px;
  word-break: break-all;
}

.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}

.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}

.emoji-mart-preview-name {
  font-size: 14px;
}

.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}

.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}

.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}

.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}

.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}

.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: .75;
}

.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0s }
.emoji-mart-skin-swatch:nth-child(2) { transition-delay: .03s }
.emoji-mart-skin-swatch:nth-child(3) { transition-delay: .06s }
.emoji-mart-skin-swatch:nth-child(4) { transition-delay: .09s }
.emoji-mart-skin-swatch:nth-child(5) { transition-delay: .12s }
.emoji-mart-skin-swatch:nth-child(6) { transition-delay: .15s }

.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 4px; height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  cursor: default;
}

.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}

.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: .75;
}

.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}

.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}

.emoji-mart-skin-tone-1 { background-color: #ffc93a }
.emoji-mart-skin-tone-2 { background-color: #fadcbc }
.emoji-mart-skin-tone-3 { background-color: #e0bb95 }
.emoji-mart-skin-tone-4 { background-color: #bf8f68 }
.emoji-mart-skin-tone-5 { background-color: #9b643d }
.emoji-mart-skin-tone-6 { background-color: #594539 }

/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 * Dark mode styles
 */

.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}

.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}

.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}

.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}

.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}

.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}

:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .message-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#chats .message-menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 20px;line-height:20px;cursor:pointer}#chats .message-menu__item:first-of-type{margin-top:20px}#chats .message-menu__item:last-of-type{margin-bottom:20px}#chats .message-menu__item:hover{background-color:#f3f4f6}#chats .message-menu__item-svg{width:20px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#chats .message-menu__item .svg-icon{color:#52525b}
#chats .chat-info{position:absolute;top:0;left:0;right:0;z-index:999999}#chats .chat-info .notification__paper_info.notification__paper_decor>.shell-element:after{border:none}#chats .chat-info .notification__paper_info.notification__paper_decor>.shell-element{-webkit-box-shadow:none;box-shadow:none}#chats .chat-info .notification__header{margin-bottom:5px}#chats .chat-info .notification__title{font-size:16px;line-height:22px}#chats .chat-info .notification__body{font-size:14px;line-height:20px}
#chats .feed{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:100%;padding-bottom:7.5px}#chats .feed-preloader__big{z-index:2;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f2f2f2;text-align:center;white-space:break-spaces}#chats .feed-preloader--content{height:25px;text-align:center}#chats .feed__isSystemDialog .message-content .message{width:100%}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .chat-assignment__input-action_container{display:grid;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-column-gap:10px;background-color:#fff;padding:5px 10px;width:100%;height:48px;border-bottom:solid 1px #e4e4e7}#chats .chat-assignment__input-action_icon{margin-left:10px;color:#71717a}#chats .chat-assignment__input-action_description{color:#27272a;white-space:nowrap}#chats .chat-assignment__input-content_container{display:grid;grid-template-columns:auto 1fr auto;grid-column-gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;padding:5px 10px}#chats .chat-assignment__input-content_avatar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}#chats .chat-assignment__input-content_info{display:grid;grid-row-gap:5px}#chats .chat-assignment__input-content_name{color:#71717a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:16px}#chats .chat-assignment__input-content_description-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#chats .chat-assignment__input-content_description-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#chats .chat-assignment__input-content .desert-island-icon{display:inline-block;min-width:18px;height:18px;background:url(../images/cb191fffa843814b1590.png) no-repeat center;background-size:contain}#chats .chat-assignment__input-content_tooltip{z-index:350000 !important}#chats .chat-assignment__input-content_tooltip .chat-assignment__input-content_info>*{white-space:normal !important}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .messages-input{position:relative;z-index:10;background:#fff;border-top:1px solid #f4f4f5;height:100%}#chats .messages-input__isViewActions{padding-bottom:57px;margin-bottom:-57px}#chats .messages-input__isViewAssignment{padding-bottom:48px;margin-bottom:-48px}#chats .messages-input__wrap{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:14px 10px}#chats .messages-input__wrap .uploader{-ms-flex-negative:0;flex-shrink:0;margin:0 8px 0 0}#chats .messages-input__send{border-color:rgba(0,0,0,0) !important}#chats .messages-input__controls{-ms-flex-negative:0;flex-shrink:0;margin:0 0 0 auto}#chats .messages-input__controls:not(.messages-input__controls_is-opened-by-click) .messages-input__control--emoji:hover~.messages-input__emoji-container,#chats .messages-input__controls:not(.messages-input__controls_is-opened-by-click) .messages-input__emoji-container:hover{display:block}#chats .messages-input__textarea{overflow-x:hidden;overflow-y:auto;-ms-flex-item-align:center;align-self:center;font-size:15px;line-height:21px;max-height:100%;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;width:100%;color:#27272a;border:none;outline:none}#chats .messages-input__textarea::before{cursor:text}#chats .messages-input__textarea::-webkit-input-placeholder{color:#a1a1aa}#chats .messages-input__textarea::-moz-placeholder{color:#a1a1aa}#chats .messages-input__textarea:-ms-input-placeholder{color:#a1a1aa}#chats .messages-input__textarea::-ms-input-placeholder{color:#a1a1aa}#chats .messages-input__textarea::placeholder{color:#a1a1aa}#chats .messages-input__textarea ul{padding:0 0 10px 0}#chats .messages-input__textarea div{text-indent:0 !important}#chats .messages-input__textarea div span{letter-spacing:normal !important}#chats .messages-input__include{position:relative;color:#52525b}#chats .messages-input__include_hover{background-color:#f4f4f5}#chats .messages-input__include_holder{position:relative;display:inline-block;margin-top:-7px;margin-bottom:-7px}#chats .messages-input__include_holder:before{content:"";pointer-events:none;position:absolute;top:-10px;left:-10px;z-index:5;width:45px;height:45px}#chats .messages-input__include-container{position:absolute;right:50px;bottom:47px;display:none;overflow:hidden;padding:8px}#chats .messages-input [data-placeholder]:empty:before{content:attr(data-placeholder);font-size:15px;line-height:21px;letter-spacing:-0.046875px;color:#999}#chats .messages-input__control{margin-right:10px}#chats .messages-input__emoji{position:fixed;right:15px;bottom:75px;visibility:hidden;width:420px;height:270px}#chats .messages-input__emoji:before{content:"";position:absolute;top:-10px;left:-10px;width:440px;height:320px}#chats .messages-input__emoji .emoji-mart{width:100% !important;height:280px;border:none}#chats .messages-input__emoji .emoji-mart-search,#chats .messages-input__emoji .emoji-mart-bar{display:none}#chats .messages-input__emoji .emoji-mart-emoji:focus{outline:none}#chats .messages-input__emoji-container{position:absolute;right:50px;bottom:47px;display:none;overflow:hidden;height:280px;padding:8px}#chats .messages-input__emoji-container .emoji-icon{width:24px;height:24px;margin:15.5px;cursor:pointer}#chats .messages-input__actions{width:100%;padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 15px 10px 20px;border-bottom:solid 1px #e4e4e7;background-color:#fff}#chats .messages-input__actions-position{margin-bottom:2px;font-size:13px;line-height:18px;color:#a1a1aa}#chats .messages-input__actions-content{overflow:hidden;width:100%;max-width:494px;margin-left:20px;white-space:nowrap;text-overflow:ellipsis}#chats .messages-input__actions-close .btn{width:30px;height:30px}#chats .messages-input__actions-close .svg-icon{font-size:12px;color:#52525b}#chats .messages-input__info{-ms-flex-item-align:center;align-self:center;margin-right:auto;margin-left:10px}#chats .messages-input__comein{-ms-flex-item-align:center;align-self:center;margin-right:auto;margin-left:auto}#chats .messages-input__comein .btn{padding:0 10px;font-size:13px}#chats .messages-input__noaccess{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;padding:3px 10px}#chats .messages-input__noaccess .trend-ui-icon-root__Lock-20 path{fill:#71717a}#chats .messages-input .btn-wrapper{margin-top:-7px;margin-bottom:-7px}#chats .messages-input .svg-icon{fill:#52525b}#chats .messages-input__icon path{fill:#52525b !important}#chats .messages-input__content-editable-wrapper{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1}#chats .message-flat-markup{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#chats .message-flat-markup *{display:inline}#chats .message-flat-markup ul{padding-left:10px}#chats .message-flat-markup ul:first-of-type{padding-left:0}#chats .message-flat-markup ul li:first-of-type{padding-left:0}#chats .message-flat-markup li{padding-left:8px}#chats .message-flat-markup li:last-of-type{padding-right:10px}#chats .message-flat-markup li:before{content:"●";margin:0 1em 0 0;font-size:6px;vertical-align:middle}#chats .message-flat-markup .devider{padding:0 4px}#chats .message-flat-markup .devider+ul{padding-left:0}#chats .message-flat-markup .spacer{padding:0 2px}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .drop-zone-wrap{display:grid;grid-template-rows:1fr auto;height:100%;position:relative}#chats .drop-zone-wrap-overlay{position:absolute;top:0;z-index:999;pointer-events:none;width:100%;height:100%;padding:5px;background:#f3f4f6}#chats .drop-zone-wrap-overlay__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:2px solid #3733ff;border-radius:10px;height:100%}#chats .drop-zone-wrap-overlay__container .text-valid{color:#3733ff}
@-webkit-keyframes dotTransition{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(0.75);transform:scale(0.75);opacity:.5}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes dotTransition{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(0.75);transform:scale(0.75);opacity:.5}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}#chats .typing-loader__circle{-webkit-animation-duration:800ms;animation-duration:800ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:dotTransition;animation-name:dotTransition;-webkit-animation-timing-function:linear;animation-timing-function:linear}#chats .typing-loader .c1{-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-transform-origin:2px 2px;transform-origin:2px 2px}#chats .typing-loader .c2{-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-transform-origin:8px 2px;transform-origin:8px 2px}#chats .typing-loader .c3{-webkit-animation-delay:.6s;animation-delay:.6s;-webkit-transform-origin:14px 2px;transform-origin:14px 2px}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .content-chat-button:hover .btn_onlyicon{font-size:14px}#chats .content-chat-button:hover .btn_onlyicon .svg-icon:first-child,#chats .content-chat-button:hover .btn_onlyicon .btn_onlyicon .svg-icon:last-child{margin-right:10px}#chats .content-chat-button .svg-icon path{fill:#f43f5e}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .svg-color-white path,#chats .trend-ui-icon-root__Logout path,#chats .trend-ui-icon-root__Briefcase path,#chats .trend-ui-icon-root__Pdf path,#chats .trend-ui-icon-root__PictureFilled path,#chats .trend-ui-icon-root__PptColored path,#chats .trend-ui-icon-root__SigFilled path,#chats .trend-ui-icon-root__Table path,#chats .trend-ui-icon-root__TextFilled path,#chats .trend-ui-icon-root__ZipFilled path,#chats .trend-ui-icon-root__User path,#chats .trend-ui-icon-root__VideoCamera path,#chats .trend-ui-icon-root__Flag path,#chats .trend-ui-icon-root__DogFilled path,#chats .trend-ui-icon-root__MuteFilled path,#chats .trend-ui-icon-root__PinFilled path{fill:#fff}#chats .svg-color-dark path,#chats .main-header__actions .trend-ui-icon-root__VideoCamera path{fill:#52525b}#chats .chat__btn-wrapper .trend-ui-icon-root__Message path{fill:var(--primary-text-color) !important}#chats .trend-ui-icon-root__Check path,#chats .trend-ui-icon-root__CheckDouble path{stroke:#a1a1aa}#chats .trend-ui-icon-root__Check-20 path,#chats .trend-ui-icon-root__CheckDouble-20 path{stroke:none}#chats .trend-ui-icon-root__Clock path,#chats .trend-ui-icon-root__StarFilled path,#chats .trend-ui-icon-root__ArrowUp path{fill:currentColor !important}#chats .trend-ui-icon-root__Loader path{fill:currentColor !important}#chats .trend-ui-icon-root__Loader-30 path{fill:#3733ff !important}#chats .trend-ui-icon-root__YesFilled path{fill:#1abf74 !important}#chats .trend-ui-icon-root__NoFilled path{fill:#ef4444 !important}#chats .trend-ui-icon-root__FlagThin,#chats .trend-ui-icon-root__Dog{fill:none !important}#chats .trend-ui-icon-root__FlagThin path,#chats .trend-ui-icon-root__Dog path{fill:currentColor !important}#chats .trend-ui-icon-root__ChevronDown path{fill:currentColor}#chats .trend-ui-icon-root__ChevronRight path{fill:currentColor}#chats .trend-ui-icon-root__PaperClip-20{width:20px !important;height:20px !important}#chats .trend-ui-icon-root__PaperClip-20 path{fill:#52525b !important}#chats .trend-ui-icon-root__Search path,#chats .trend-ui-icon-root__CrossThin path,#chats .trend-ui-icon-root__DotsFilled path,#chats .trend-ui-icon-root__Settings path,#chats .trend-ui-icon-root__Smile path,#chats .trend-ui-icon-root__Edit path,#chats .trend-ui-icon-root__EditPin path,#chats .trend-ui-icon-root__ArrowCorner path,#chats .trend-ui-icon-root__Compare path,#chats .trend-ui-icon-root__Pin path,#chats .trend-ui-icon-root__Trash path{fill:#52525b}#chats .file-viewer__main .trend-ui-icon-root__CrossThin path{fill:#52525b !important}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}@-webkit-keyframes bouncebounce{0%{-webkit-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0)}100%{-webkit-transform:translateY(-40px) translateZ(0);transform:translateY(-40px) translateZ(0)}}@keyframes bouncebounce{0%{-webkit-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0)}100%{-webkit-transform:translateY(-40px) translateZ(0);transform:translateY(-40px) translateZ(0)}}#chats .page--lock{overflow:hidden}#chats .chat{position:fixed;right:20px;left:20px;bottom:20px;z-index:1500;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}#chats .chat>div{pointer-events:all}#chats .chat__btn-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:auto}#chats .chat__popup{height:100%;letter-spacing:-0.05px}#chats .chat__popup .messages-input__send{color:#52525b}#chats .chat__popup .messages-input__send_active{color:#fff}#chats .chat__popup .messages-input__send_loading .btn__content{opacity:1 !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}#chats .chat__popup .messages-input__send_loading .trend-ui-icon-root__Loader{color:#a1a1aa !important}#chats .chat__popup .messages-input__send_loading .preloader{height:19px}#chats .chat__popup .messages-input__send_loading .preloader__icon{color:#fff !important}#chats .chat__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}#chats .chat__paper{position:fixed;right:0;overflow:hidden;width:100%;max-width:1000px !important;height:100%;margin:0 !important;margin-left:auto !important;border-radius:13px 0 0 13px;-webkit-box-shadow:0 11px 22px 0 rgba(0,0,0,.11);box-shadow:0 11px 22px 0 rgba(0,0,0,.11)}#chats .chat__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#chats .chat__dialogs{width:399.55px}#chats .chat__main{width:600px}#chats .chat__counter{position:absolute !important;top:2px;right:3px;z-index:1;color:#fff;background-color:#f43f5e;-webkit-transform:translateZ(0);transform:translateZ(0)}#chats .chat__btn .btn{border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0)}#chats .chat__btn--animation{-webkit-animation:bouncebounce 0.4s 0.8s infinite ease-out alternate;animation:bouncebounce 0.4s 0.8s infinite ease-out alternate}#chats .main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}#chats .main__skeleton{height:30px;margin-bottom:10px}#chats .main__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:7px;padding-bottom:10px}#chats .main__messages{height:100%}#chats .main__status-wrapper{display:inline-block;position:relative;margin-right:13px;padding-bottom:15px}#chats .main__widget-integration{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding:11px 10px 0 10px;background-color:#f3f4f6}#chats .main__widget-integration .status-loading__fetching{width:100%;min-height:40px}#chats .main__widget-integration .status-loading__complete{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:40px}#chats .main__widget-integration_container{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;min-width:580px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 10px 5px 5px}#chats .main__widget-integration__popup{margin-top:-40px !important}#chats .main__widget-integration__readmore{color:#71717a !important;font-size:12px !important}#chats .main__widget-integration__readmore .btn__content{font-size:12px !important}#chats .main__widget-integration__readmore .svg-icon:last-child{margin-left:5px}#chats .main__widget-integration__status-panel{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f4f4f5;padding:0 10px 0 5px;margin-right:5px;font-size:13px}#chats .main__widget-integration__status-wrapper{position:relative;margin-right:5px}#chats .main__widget-integration__status-wrapper_deactivate .trend-ui-icon-root__TrendRealtyColored rect{fill:#a1a1aa}#chats .main__widget-integration__status-wrapper_deactivate .trend-ui-icon-root__TrendRealtyColored rect{fill:#a1a1aa}#chats .main__widget-integration__status-wrapper_deactivate .trend-ui-icon-root__TelegramColored path:first-child,#chats .main__widget-integration__status-wrapper_deactivate .trend-ui-icon-root__WhatsappColored path:first-child{fill:#a1a1aa}#chats .main__widget-integration__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#chats .main__widget-integration__status_accepted{position:absolute;bottom:0;right:0}#chats .main__widget-integration-paper .paper__shell_white{background-color:#fff;backdrop-filter:blur(20px)}#chats .main__button-widget{color:#3b82f6 !important;height:-webkit-min-content !important;height:-moz-min-content !important;height:min-content !important;line-height:1 !important;vertical-align:baseline}#chats .main__button-widget>button{padding:0 !important;height:-webkit-min-content !important;height:-moz-min-content !important;height:min-content !important;font-size:14px;letter-spacing:-0.05px}#chats .main__button-widget .btn__content>span{margin-left:2px !important}#chats .main__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:14px;height:14px;top:21px;left:21px;border-radius:50%;background-color:#fff}#chats .main__status svg{border-radius:50%;background-color:#fff;padding:2px}#chats .main__status_sent path:nth-of-type(1){fill:#fb923c}#chats .main__status_expired path:nth-of-type(1){fill:#fb923c}#chats .main__status_notSent path:nth-of-type(1){fill:#ef4444}#chats .main__status_notFound path:nth-of-type(1){fill:#a8a29e}#chats .main__status_accepted{fill:#dcfce7}#chats .main__status_notSent path:nth-of-type(1),#chats .main__status_notFound path:nth-of-type(1),#chats .main__status_blocked path:nth-of-type(1){fill:#ef4444}#chats .main__text_integration_is_disabled{font-size:13px;line-height:18px;letter-spacing:-0.05px;padding-left:10px}#chats .chat-panel{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%}#chats .chat-panel__messages--pinned{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;width:100%;height:100%;background-color:#f3f4f6;z-index:90}#chats .chat-panel__messages--offset{padding-left:50px}html.chat-open .popup__overlay{opacity:1 !important;z-index:150000 !important}html.chat-open .notification-wrapper{z-index:150001 !important}#chats .svg-icon{width:auto !important;height:auto !important}#chats .modal-paper:before{content:none !important}#chats .chat__popup-overlay{background-color:rgba(0,0,0,0) !important}#chats #TestDiv{max-width:330px;position:absolute;visibility:hidden;height:-webkit-min-content;height:-moz-min-content;height:min-content;width:auto}#chats #chatPopupId .popup__overlay_full,#chats #chatPopupId .popup__overlay_opened{height:100vh}#chats .chat-modal__paper--addusers{height:100% !important}#chats .chat-modal__paper--addusers .paper__shell_white{min-height:600px !important}
:export{color_text-black:#18181b;color_text-dark:#27272a;color_text-white:#fff;color_text-gray:#71717a;color_text-ghost:#d4d4d8;color_text-link:#3b82f6;color_icon:#52525b;color_icon-secondary:#71717a;color_icon-filled:#a1a1aa;color_brand_trend:#6d28d9;color_brand:#3733ff;color_cta:#10b981;color_accent:#bef264;color_white:#fff;color_black:#000;color_warning:#f59e0b;color_notify:#f43f5e;color_red:#ef4444;color_green:#22c55e;color_yellow:#facc15;color_blue:#3b82f6;color_red-light:#fecaca;color_lime-light:#d9f99d;color_yellow-light:#fef08a;color_azure-light:#bae6fd;gradient_accent:linear-gradient(215.49deg, #ff605c 15.27%, #e9438f 31.39%, #ab33df 50.8%, #4b58ff 68.75%, #0e86ff 85.6%);color_bg-light:#f9fafb;color_bg-secondary:#f3f4f6;color_bg-dark:#18181b;color_bg-dark-secondary:#27272a;color_bg-gray:#e4e4e7;color_bg-violet_trend:#f5f3ff;color_bg-red:#fef2f2;color_bg-yellow:#fefce8;color_bg-lime:#f7fee7;color_bg-azure:#f0f9ff;color_border-primary:#d4d4d8;color_border-light:#e4e4e7;color_border-light_trend:#ede9fe;color_border-extralight:#f4f4f5;color_brand-hover:#1e1aff;color_brand-active:#0500ff;color_brand_trend-hover:#5b21b6;color_brand_trend-active:#4c1d95;color_brand_trend-disabled:#c4b5fd;color_green_trend-hover:#16a34a;color_green_trend-active:#15803d;color_bg-secondary-hover:#e5e7eb;color_bg-secondary-active:#d1d5db;color_bg-gray-hover:#a1a1aa;color_bg-gray-active:#a1a1aa;color_border-primary-hover:#a1a1aa;color_border-light-hover:#d4d4d8;color_border-light-active:#a1a1aa;color_border-light_trend-hover:#ddd6fe;color_border-light_trend-active:#c4b5fd;color_bg-purple_trend-hover:#ede9fe;color_bg-purple_trend-active:#ddd6fe;color_bg-dark-secondary-hover:#52525b;color_bg-dark-secondary-active:#71717a;color_notify-hover:#e11d48;color_notify-active:#be123c}:export{shadow-ghost:0 2px 3px 0 rgba(0,0,0,.03);shadow-xs:0 1px 3px 0 rgba(0,0,0,.11);shadow-sm:0 4px 6px 0 rgba(0,0,0,.03);shadow-md:0 8px 12px 0 rgba(0,0,0,.03);shadow-lg:0 11px 22px 0 rgba(0,0,0,.11);shadow-xl:0 22px 22px 0 rgba(0,0,0,.11)}:export{spacer:5px}:export{min-width-xs:0;min-width-sm:320px;min-width-md:768px;min-width-lg:992px;min-width-xl:1200px;min-width-xxl:1400px}:export{max-width-xs:319px;max-width-sm:767px;max-width-md:991px;max-width-lg:1199px;max-width-xl:1399px}:export{text-xs-font-size:12px;text-xs-line-height:16px;text-sm-font-size:13px;text-sm-line-height:18px;text-md-font-size:14px;text-md-line-height:20px;text-lg-font-size:15px;text-lg-line-height:21px;text-xl-font-size:16px;text-xl-line-height:22px;text-xxl-font-size:18px;text-xxl-line-height:24px}:export{h1-font-size:22px;h1-line-height:27px;h2-font-size:18px;h2-line-height:24px;h3-font-size:16px;h3-line-height:22px;h4-font-size:15px;h4-line-height:21px;h5-font-size:13px;h5-line-height:18px}:export{text-super-font-size:48px;text-super-line-height:57px}:export{display-0-font-size:50px;display-0-line-height:60px;display-1-font-size:44px;display-1-line-height:53px;display-2-font-size:30px;display-2-line-height:39px;display-3-font-size:22px;display-3-line-height:31px;display-4-font-size:20px;display-4-line-height:30px;display-5-font-size:16px;display-5-line-height:22px}:export{icons-size-xs:20px;icons-size-sm:30px;icons-size-md:40px;icons-size-lg:50px;icons-size-xl:60px;icons-size-xxl:80px}:export{border-radius-sm:5px;border-radius-md:10px;border-radius-lg:15px;border-radius-xl:20px}:export{shell-size-xs:20px;shell-size-sm:30px;shell-size-md:40px;shell-size-lg:50px;shell-size-xl:60px;shell-size-xxl:80px}:export{avatar-color-10:#ef4444;avatar-color-20:#ec4899;avatar-color-30:#a855f7;avatar-color-40:#8b5cf6;avatar-color-50:#6366f1;avatar-color-60:#3b82f6;avatar-color-70:#38bdf8;avatar-color-80:#22c55e;avatar-color-90:#a3e635;avatar-color-100:#facc15;avatar-color-200:#f59e0b}:export{avatar-size-xs:20px;avatar-size-sm:30px;avatar-size-md:40px;avatar-size-lg:50px;avatar-size-xl:60px;avatar-size-xxl:150px}:export{paper-size-xs:240px;paper-size-sm:340px;paper-size-md:420px;paper-size-lg:660px;paper-size-xl:900px;paper-size-xxl:1220px}#chats .integration-modal-notification .shell-element{background-color:#d9f99d}#chats .messenger-integration-modal__messenger-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px !important}#chats .messenger-integration-modal__messenger-options .messenger-integration-modal__messenger-options-row:first-child{padding-top:0;border-bottom:1px solid #f4f4f5}#chats .messenger-integration-modal__messenger-options-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;font-size:14px;line-height:20px;color:#71717a}#chats .messenger-integration-modal__messenger-options-btns{margin:20px 0 10px}#chats .messenger-integration-modal__messenger-options-btns .btn-wrapper{margin-right:10px}#chats .messenger-integration-modal__messenger-options-row{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0}#chats .messenger-integration-modal__loading{padding:0 20px}#chats .messenger-integration-modal__messenger-option-btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;border-radius:0;margin-bottom:20px}#chats .messenger-integration-modal__messenger-option-btn>.btn_clear{padding:0 !important}#chats .messenger-integration-modal__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 10px 0 20px;font-size:15px;line-height:21px;font-weight:500;margin-bottom:20px}#chats .messenger-integration-modal__title .trend-ui-icon-root__WarningFilled{margin-right:10px}#chats .messenger-integration-modal__title .trend-ui-icon-root__WarningFilled path{fill:#f97316}#chats .messenger-integration-modal__title .trend-ui-icon-root__CrossCircleFilled{margin-right:10px}#chats .messenger-integration-modal__title .trend-ui-icon-root__CrossCircleFilled path:first-of-type{fill:#ef4444}#chats .messenger-integration-modal__title .btn-wrapper{margin-left:auto}#chats .messenger-integration-modal__title-phone{display:block;height:20px;padding:0 5px;border:1px solid #e4e4e7;border-radius:10px;font-size:13px;line-height:18px;color:#71717a;margin-left:10px}#chats .messenger-integration-modal__title-phone_blocked{color:#ef4444;border-color:#fecdd3}#chats .messenger-integration-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}#chats .messenger-integration-modal__content .shell-element_radius{width:100%}#chats .messenger-integration-modal__content .checkbox-wrapper{margin-bottom:15px}#chats .messenger-integration-modal .modal-body.px-4.py-4{padding-top:0 !important;padding-left:0 !important;padding-right:0 !important;padding-bottom:10px !important}#chats .messenger-integration-modal .modal-footer.py-4{padding-bottom:15px !important}#chats .messenger-integration-modal__phone-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 20px}#chats .messenger-integration-modal__phone-item_checked{background-color:#f9fafb}#chats .messenger-integration-modal__phone-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}#chats .messenger-integration-modal__phone-info{font-size:13px;color:#71717a}#chats .messenger-integration-modal__icon{display:inline-block;width:20px;height:20px;margin-right:10px}#chats .messenger-integration-modal__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#chats .messenger-integration-modal__text-messager{min-width:370px}#chats .messenger-integration-modal__text-messager_title{font-size:14px;line-height:20px;font-weight:400;color:#18181b;margin-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex}#chats .messenger-integration-modal__text-messager_desc{font-size:13px;line-height:18px;font-weight:400;color:#71717a}#chats .messenger-integration-modal__text-messager_badge{margin-left:5px;border-radius:20px !important;max-width:105px !important;color:#4f46e5;margin-left:10px}#chats .messenger-integration-modal__text-messager_badge:after{border-color:#c7d2fe}#chats .messenger-integration-modal__text-btn{margin-left:auto;min-width:95px}#chats .messenger-integration-modal__status-wrapper{position:relative;margin-right:10px;min-width:40px;height:40px;margin-top:3px}#chats .messenger-integration-modal__status-wrapper_deactivate .trend-ui-icon-root__TrendRealtyColored rect{fill:#a1a1aa}#chats .messenger-integration-modal__status-wrapper_deactivate .trend-ui-icon-root__TelegramColored path:first-child,#chats .messenger-integration-modal__status-wrapper_deactivate .trend-ui-icon-root__WhatsappColored path:first-child{fill:#a1a1aa}#chats .messenger-integration-modal__status{position:absolute;left:19px;top:19px;border:2px solid #fff;width:19px;height:19px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex}
