.chat-container{position:fixed;bottom:20px;right:70px;width:300px;height:600px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);background-color:#fff;z-index:1000}.chat-container::-webkit-scrollbar{width:4px}.chat-container::-webkit-scrollbar-track{background-color:#a7a7a7}.chat-container::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #0d2c6c}.chat-box-header{border-top-left-radius:10px;border-top-right-radius:10px;background-color:#8cc751;height:60px;display:flex;justify-content:center;align-items:center;position:relative}.chat-content{height:480px;padding:5px 10px;display:inline-flex;flex-direction:column;width:100%;overflow:auto}.chat-content::-webkit-scrollbar{width:4px}.chat-content::-webkit-scrollbar-track{background-color:#a7a7a7}.chat-content::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #0d2c6c}.chat-message-box{height:50px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;justify-content:center;align-items:center;padding:0 10px}.chat-text-box{height:40px;border:1px solid #8cc751;border-radius:10px;margin:0 5px;padding:0 10px}.chat-request-box,.chat-text-box{width:100%;color:#a7a7a7;outline:none;font-size:12px}.chat-request-box{height:35px;border:1px solid #0d2c6c;border-radius:10px;padding:0 5px;margin-top:10px}.chat-sender-bubble{background-color:#617bc4;border-bottom-left-radius:10px;align-items:flex-start;align-self:flex-end}.chat-receiver-bubble,.chat-sender-bubble{display:inline-flex;margin:10px 0;border-top-right-radius:10px;border-top-left-radius:10px;max-width:75%;justify-content:center}.chat-receiver-bubble{border-bottom-right-radius:10px;background-color:#e9ecf5;align-items:flex-end;align-self:flex-start}.chat-bubble-text-gray{font-size:14px;line-height:20px;padding:10px;color:#000}.chat-bubble-text-blue{font-size:14px;line-height:20px;color:#fff;padding:10px}.start-chat-button{background-color:#0d2c6c;border:0;margin:10px 0;padding:10px;font-size:12px;color:#fff;font-weight:600;border-radius:10px}.back-to-top-button3{right:20px}.back-to-top-button-move2,.back-to-top-button3{position:fixed;width:100px;height:40px;cursor:pointer;z-index:999999;bottom:20px;opacity:.5;border:0;color:#fff;background-color:#000;border-radius:20px;transition:.5s;display:flex;justify-content:center;align-items:center;flex-direction:row}.back-to-top-button-move2{right:70px}