.chat{height:100%}.chat.is-error,.chat.is-loading{text-align:center;flex-flow:column;justify-content:center;align-items:center;display:flex}.chat.is-error .btn-error{border:none;border-radius:15px;margin-top:10px;padding:10px 20px}.chat.is-loading>.lds-spinner{animation:3s fadeIn;transform:scale(.5)}.bottom-stack{bottom:20px;bottom:max(env(safe-area-inset-bottom),20px);width:100%;position:fixed}@media only screen and (min-width:500px){.bottom-stack{bottom:33px;bottom:max(env(safe-area-inset-bottom),33px)}}
@keyframes appearTextarea{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes downtimePulse{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.chat__input{transition:all .5s}.chat__input form{justify-content:center;max-width:800px;margin-left:auto;margin-right:auto;display:flex;position:relative}.chat__input .input{-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none;color:rgba(51,51,51,.9);box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;border-radius:12px;outline:2px solid rgba(51,51,51,.1);width:100%;height:66px;max-height:165px;padding:23px 130px 20px 18px;font-size:17px;font-weight:500;line-height:1.2;transition:color .15s;animation:.2 appearTextarea;overflow:auto}.chat__input .input::placeholder{color:rgba(51,51,51,.4)}.chat__input .input:focus::placeholder{color:transparent}.chat__input .input:disabled{color:rgba(51,51,51,.9)}.chat__input .input:disabled::placeholder{color:rgba(51,51,51,.4)}.chat__input .textarea__controls-voice{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;bottom:13px;right:55px}.chat__input .btn-send{cursor:pointer;background:#ff6756 url(/images/btn-send.svg) 50% no-repeat;border:none;border-radius:13px;width:40px;height:40px;transition:background-color .2s;position:absolute;bottom:13px;right:10px}.chat__input .btn-send:hover{background:rgba(255,103,86,.584) url(/images/btn-send.svg) 50% no-repeat}.chat__input .btn-send:disabled{cursor:default;background:#dadada url(/images/btn-send.svg) 50% no-repeat}.chat__input .downtime-indicator{opacity:.8;background:red;border-radius:10px;width:6px;height:6px;animation:1.2s ease-in-out infinite downtimePulse;position:absolute;bottom:30px;right:65px}@media only screen and (min-width:500px){.chat__input .input{min-height:75px;max-height:173px;padding:27px 180px 24px 30px}.chat__input .btn-send{width:42px;height:42px;bottom:16px;right:20px}.chat__input .textarea__controls-voice{bottom:16px;right:75px}.chat__input .downtime-indicator{bottom:33px;right:80px}}
/*# sourceMappingURL=3442ac5f2eb6a170.css.map*/