.message{background:rgba(255,255,255,.07);border-radius:6px 24px 24px;padding:15px 20px;max-width:90%;align-self:flex-start}.message>div>span{word-break:break-all}.message.user{background:linear-gradient(270.14deg,#7A2A3F .15%,#AC0C2B 99.91%);border-radius:24px 6px 24px 24px;align-self:flex-end}.content-loading span{display:flex}.loading{display:flex;justify-content:center;align-items:flex-end;margin-bottom:5px;margin-left:5px}.loading-dot{background-color:#fff;border-radius:50%;width:5px;height:5px;margin:0 2px;animation:grow-shrink 1.2s linear infinite}.loading-dot:nth-child(2){animation-delay:.4s}.loading-dot:nth-child(3){animation-delay:.8s}@keyframes grow-shrink{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}.messages{display:flex;flex-direction:column;gap:8px 0;height:calc(100vh - 150px);overflow:auto;color:#fff;font-size:14px;padding-right:20px}@media screen and (width <= 568px){.messages{padding-right:10px}}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:12px}.modal-header{display:flex;justify-content:flex-end}.modal-header .close-btn{cursor:pointer}.active{display:block}.input-form{position:relative;margin-bottom:10px}.input-form input{font-size:15px;font-weight:700;border:none;border:1px solid #bebebe;border-radius:16px;height:50px;width:100%;padding:15px 15px 5px;background:transparent;position:relative;z-index:2}.input-form input:focus{outline:none}.input-form input:focus+label{top:5px;font-size:10px}.input-form label.active{top:5px;font-size:10px}.input-form label{font-size:14px;position:absolute;left:15px;color:#bebebe;top:15px;margin:0;z-index:1;transition:all .2s ease-in-out}.input-form span{font-size:12px;margin-left:5px;color:#d11e2f}.select-form{position:relative;margin-bottom:10px}.select-form select{font-size:15px;font-weight:700;border:none;border:1px solid #bebebe;border-radius:16px;height:50px;width:100%;padding:15px 35px 5px 15px;background:transparent;position:relative;z-index:2;appearance:none}.select-form select:focus{outline:none}.select-form>div.icon-vector{position:absolute;top:12px;right:15px;transform:rotate(0)}.select-form>label{font-size:14px;position:absolute;left:15px;color:#bebebe;top:14px;margin:0;z-index:1;transition:all 0s ease-in-out}.select-form label.active{top:5px;font-size:10px}.spinner{border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid #fff;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-content{width:305px}.title-form{margin-bottom:20px}.title-form>h2{margin:0;padding:0;font-size:22px}.title-form>p{font-size:12px;line-height:15px}.form-footer>p{font-size:8px}.form-button{display:flex;justify-content:flex-end}.button-send{display:flex;height:56px;width:160px;justify-content:center;align-items:center;gap:5px;cursor:pointer;font-weight:700;font-size:15px;border-radius:25px;border:none;background-color:#d41c4c;color:#fff;padding:13px 26px;margin:10px 0}.button-send.disabled{opacity:.5}.comment{display:flex;justify-content:center;align-items:center;flex-direction:column;width:305px}.comment .comment-icon{margin-top:50px}.comment .comment-thanks{text-align:center;font-size:30px;margin:30px 0}.comment .commment-ready{text-align:center;font-size:12px;font-weight:400;margin-bottom:25px}.chat-input{height:50px;position:relative;top:0px}.chat-input>form{display:flex;justify-content:space-between;align-items:center;gap:0 10px}.content-text-area{flex-grow:1;background:rgb(49 41 41);border-radius:25px;font-size:14px;border:none;padding:10px 20px;display:flex;align-items:center;height:auto}.content-text-area>textarea{background-color:transparent;border:none;resize:none;width:100%;font-weight:400;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#fff;min-height:25px;max-height:80px;line-height:20px}.content-text-area::placeholder,.content-text-area:-ms-input-placeholder,.content-text-area::-ms-input-placeholder{color:#ffffff40}.content-text-area>textarea:focus{outline:none}.chat-button{background:linear-gradient(270.14deg,#AC0C2B .15%,#99304B 99.91%);border:none;border-radius:50%;height:45px;width:45px;display:flex;justify-content:center;align-items:center;cursor:pointer}.chat-button>svg{position:relative;left:-1px;top:2px}.content-logo{height:50px;display:flex;justify-content:center;align-items:center}.chat{display:flex;flex-direction:column;margin:0 auto;padding:20px 0 15px;gap:15px 0;width:70%}@media screen and (width <= 1400px){.chat{width:80%}}@media screen and (width <= 992px){.chat{width:90%}}@media screen and (width <= 576px){.chat{width:95%;margin:0 5px 0 auto}}.navbar-vertical{background:#fff;color:#000;width:0px;min-width:0px;transition:all 1s ease;overflow-x:hidden}.navbar-vertical.active{width:249px;min-width:249px}.item{display:flex;padding:10px 15px;cursor:pointer}.item .item-icon{margin-right:10px}.item .item-text{font-size:14px;font-weight:700}@media screen and (width <= 578px){.navbar-vertical.active{width:220px;min-width:220px}}.content{background:linear-gradient(34.28deg,#2F2024 29.09%,#302D39 69.1%);display:flex}.content-logo{display:flex;justify-content:space-between;padding:0 10px;box-shadow:0 5px 5px gray;border-bottom:1px solid gray}.content-icon-points{cursor:pointer}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#626771;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}
