#hub-messenger-widget .hm-main-widget-content .hm-main-widget-content-container {
bottom: 123px;
}
div#aca7a-ext-1 {
bottom: 50px;
}
body #hub-messenger-widget .hm-main-widget-content .hm-main-widget-content-container {
position: fixed;
bottom: 130px;
right: 8px;
z-index: 50;
max-height: calc(100% - 66px);
max-height: min(100% - 66px, 700px);
height: 100%;
max-width: 402px;
width: 100%;
transition: opacity 500ms ease-in-out, max-width 500ms ease-in-out, max-height 500ms ease-in-out;
}