﻿.chat__btn{position:fixed;z-index:99;display:inline-flex;justify-content:center;align-items:center;right:50px;bottom:50px;width:50px;height:50px;border:2px solid #fff;border-radius:12px;background:#3d7c9c;cursor:pointer;transition:.2s;box-shadow:0 0 6px 4px rgba(66,68,90,.3);}.chat__btn:hover{opacity:.8;}@media(max-width:630px){.chat__btn{right:30px;bottom:30px;}}.chat__container{background:#fff;width:100vw;height:100vh;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:0 5px;padding-bottom:5px;}@media(max-width:810px){.chat__container{padding-bottom:50px;}}.chat__container *{box-sizing:border-box;}.chat__container .chat__container-head{display:flex;align-items:center;padding:0 0 12px 0;width:100%;border-bottom:1px solid #e8e8f0;}.chat__container .chat__container-head .chat__container-title{flex-grow:1;text-align:center;font-size:20px;line-height:26px;color:#9d9da5;font-weight:400;}.chat__container .chat__container-head .chat__close-btn{width:26px;height:26px;border:0;display:block;position:relative;cursor:pointer;background:transparent;flex-shrink:0;display:none;}.chat__container .chat__container-head .chat__close-btn:hover::before,.chat__container .chat__container-head .chat__close-btn:hover::after{background:#242424;}.chat__container .chat__container-head .chat__close-btn::before,.chat__container .chat__container-head .chat__close-btn::after{content:"";position:absolute;top:3px;left:calc(50% - 1px);width:2px;height:20px;background:#9d9da5;transition:.2s;}.chat__container .chat__container-head .chat__close-btn::before{transform:rotate(45deg);}.chat__container .chat__container-head .chat__close-btn::after{transform:rotate(-45deg);}.chat__container .chat__container-body{flex-grow:1;padding:18px;width:100%;overflow-y:auto;scrollbar-width:thin;display:flex;flex-direction:column;}.chat__container .chat__container-body .chat__message{width:max-content;max-width:90%;padding:12px;border-radius:12px;margin-bottom:8px;}.chat__container .chat__container-body .chat__message:first-child{margin-top:auto;}.chat__container .chat__container-body .chat__message:last-child{margin-bottom:0;}.chat__container .chat__container-body .chat__message.chat__message-incoming{margin-right:auto;background:#f5f5f5;border-bottom-left-radius:0;}.chat__container .chat__container-body .chat__message.chat__message-outgoing{margin-left:auto;background:#eef8ed;border-bottom-right-radius:0;}.chat__container .chat__container-body .chat__message .chat__message-text{text-align:justify;font-size:14px;line-height:18px;overflow-x:auto;scrollbar-width:thin;padding-bottom:8px;}.chat__container .chat__container-body .chat__message .chat__message-data{color:#9d9da5;font-size:10px;line-height:12px;display:flex;justify-content:space-between;align-items:flex-end;}.chat__container .chat__container-body .chat__message .chat__message-data .chat__message-sender{flex-grow:1;margin-right:12px;}.chat__container .chat__container-body .chat__message .chat__message-data .chat__message-time{flex-shrink:0;}.chat__container .chat__container-actions{width:100%;padding:18px;border-top:1px solid #e8e8f0;box-shadow:0 0 20px rgba(0,0,0,.1);box-sizing:border-box;display:flex;align-items:center;}@media(max-width:400px){.chat__container .chat__container-actions{padding:12px 10px;}}.chat__container .chat__container-actions .chat__add-file-btn{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;background:#f6f6f9;cursor:pointer;margin-right:12px;flex-shrink:0;display:none;}.chat__container .chat__container-actions .chat__add-file-btn input{display:none;position:absolute;left:-9999px;}.chat__container .chat__container-actions .chat__textarea-wrapper{flex-grow:1;background:#f6f6f9;border-radius:12px;overflow:hidden;}.chat__container .chat__container-actions .chat__textarea-wrapper .chat__textarea{border:0;outline:0;resize:none;width:100%;background:transparent;scrollbar-width:thin;}.chat__container .chat__container-actions .chat__send-btn{display:block;width:40px;height:40px;cursor:pointer;background:transparent;border:0;display:flex;justify-content:center;align-items:center;flex-shrink:0;margin-left:8px;transition:.2s;}.chat__container .chat__container-actions .chat__send-btn:hover{opacity:.8;}.rate{width:200px;background:#7bff7b;padding:12px;border-radius:12px;box-sizing:border-box;margin:0 auto;font-size:14px;}.rate .rate__title,.rate .rate__text{text-align:center;margin:0 0 8px 0;}.rate .rate__finale-text{display:flex;flex-direction:column;align-items:center;font-size:18px;padding:22px 0;box-sizing:border-box;}.rate .rate__finale-text div:first-child{margin-bottom:16px;}.rate .rate__finale-text div:last-child{font-size:34px;}.rate .ratio{display:flex;flex-direction:row-reverse;width:125px;margin:0 auto;}.rate .ratio[data-total-ratio="1"] .ratio__item:nth-child(n+5),.rate .ratio[data-total-ratio="2"] .ratio__item:nth-child(n+4),.rate .ratio[data-total-ratio="3"] .ratio__item:nth-child(n+3),.rate .ratio[data-total-ratio="4"] .ratio__item:nth-child(n+2),.rate .ratio[data-total-ratio="5"] .ratio__item:nth-child(n+1){color:#ffd700;}.rate .ratio .ratio__item{width:25px;height:25px;color:#c1c1c1;display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer;transition:.2s;}.rate .ratio .ratio__item:hover,.rate .ratio .ratio__item:hover~.ratio__item{color:#ffd700;}