.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:#f1ede9}.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:#0d2c6c;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:#f1ede9}.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 #0d2c6c;border-radius:10px;width:100%;margin:0 5px 0 10px;padding:0 5px;color:#a7a7a7;outline:none;font-size:12px}.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}.attach-icon{width:25px;cursor:pointer}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#00000073;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.modal-dialog{display:flex!important;width:100%!important;height:100%;pointer-events:none;justify-content:center;max-width:620px!important;align-items:center;margin-left:auto;margin-right:auto}.modal-body{flex:1 1 auto;position:relative}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.175);border-radius:.5rem;z-index:10216;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}