.supports-chat{position:fixed;max-inline-size:21.25rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-block-size:calc(100dvh - 12.5rem);overflow:auto;scrollbar-width:none;background-color:var(--light-color);right:1.5625rem;bottom:6.25rem;border-radius:var(--border-radius);-webkit-box-shadow:var(--box-shadow-second);box-shadow:var(--box-shadow-second);opacity:0;translate:0 1.25rem;visibility:hidden;-webkit-transition:opacity var(--trans-elem),translate var(--trans-elem),visibility var(--trans-elem);transition:opacity var(--trans-elem),translate var(--trans-elem),visibility var(--trans-elem);z-index:3}@media (max-width:29.99875em){.supports-chat{right:.9375rem;bottom:6.25rem;inline-size:100%;max-inline-size:calc(100% - 1.875rem);max-block-size:calc(100dvh - 10.625rem)}}.supports-chat.is-open-support-chat{opacity:1;visibility:visible;translate:0 0}.supports-chat__chat .header-chat--order{padding-inline:0.9375rem}.supports-chat__chat .chat__body{padding-inline:0.9375rem}.supports-chat__chat .chat__content{min-block-size:12.5rem;max-block-size:calc(100dvh - 24.375rem)}@media (max-width:29.99875em){.supports-chat__chat .chat__content{max-block-size:calc(100dvh - 21.25rem)}}.supports-chat__chat .item-chat-message{gap:.3125rem}.supports-chat__chat .item-chat-message__avatar{-webkit-box-flex:0;-ms-flex:0 0 1.875rem;flex:0 0 1.875rem;inline-size:1.875rem}