.chat-icon{bottom:5px;cursor:pointer;left:10px;position:fixed;transition:all .5s ease;z-index:333}.chat-icon,.chat-icon img{width:150px}.chat-icon:hover{transform:scale(1.1) rotate(-4deg);transition:all .5s ease}.chat-box{background-color:#f5f3ec;border:2px solid #141f19;border-radius:5px;bottom:20px;-webkit-box-shadow:4px 4px 8px 0 rgba(34,60,80,.2);-moz-box-shadow:4px 4px 8px 0 rgba(34,60,80,.2);box-shadow:4px 4px 8px 0 rgba(34,60,80,.2);height:80vh;left:20px;max-height:800px;max-width:600px;position:fixed;width:calc(100% - 40px);z-index:3333}.chat-header{align-items:center;background-color:#fff;border-bottom:1px solid #6c8a97;display:flex;justify-content:space-between;padding:20px 20px 14px;position:relative;z-index:33}.chat-header p.title{color:#132d38;font-size:20px;margin-bottom:0}.chat-header .btns{align-items:center;display:flex}.chat-header .btns span{cursor:pointer;display:block;margin:0 10px;width:20px}.chat-header .btns span svg{fill:#132d38}.chat-body{position:absolute;top:74px;width:100%}.chat-input{align-items:center;border-top:1px solid #6c8a97;bottom:0;display:flex;justify-content:space-between;margin:0 20px;padding:20px 0;position:absolute;width:calc(100% - 40px)}.chat-input.disabled{opacity:.4;pointer-events:none}.chat-input span.input{background-color:#fff;border-radius:10px;padding:10px 20px;width:calc(100% - 60px)}.chat-input span.input:empty{background-image:url(https://www.rhythmsystems.com/hubfs/RS2023/Type%20a%20question....png);background-position:4% 52%;background-repeat:no-repeat;background-size:inherit}.chat-input .chat-send{align-items:center;background-color:#132d38;border:unset;border-radius:100%;display:flex;height:40px;justify-content:center;margin-left:20px;padding:0;width:40px}.chat-input .chat-send svg{fill:#fff;margin-top:7px;width:20px}.chat-body .chat-text{height:calc(80vh - 170px);margin:0 20px;max-height:625px;overflow:auto}.chat-body .chat-text .chat-text-inside p{margin-bottom:20px;padding:10px 20px;width:70%}.chat-body .chat-text .chat-text-inside p.ai{background-color:#fff;border-radius:0 0 20px 20px;color:#132d38;margin-right:auto}.chat-body .chat-text .chat-text-inside p.human{background-color:#132d38;border-radius:20px 0 20px 20px;color:#fff;margin-left:auto}.chat-body .chat-text::-webkit-scrollbar,.chat-body .chat-text::-webkit-scrollbar-thumb{background-clip:padding-box;border:10px solid transparent;border-radius:13px;width:26px}.chat-body .chat-text::-webkit-scrollbar-thumb{box-shadow:inset 0 0 0 10px}@media (max-width:600px){.chat-body .chat-text .chat-text-inside p{width:80%}.chat-box{height:76vh;max-height:700px}.chat-body .chat-text{height:calc(76vh - 166px)}}