/* Chat button UI fix */
@media (max-width:768px){
    .embeddedServiceHelpButton {
        z-index: 1001;
    }
    .embeddedServiceHelpButton .helpButton {
        bottom: 65px !important;
    }
}

/* Chat popup CSS starts here */
body .embeddedServiceSidebar.layout-docked .dockableContainer {
    left: auto;
    bottom: 0;
    width: 325px;
    height: 530px;
    position: fixed;
    margin: 0;
    margin-right: -10px;
}

body .embeddedServiceSidebar.sidebarMaximized {
    background: none;
}

body .cEShop_PreChat .scrollerSize {
    height: 380px!important;
    width: 325px!important;
}
/* Chat popup CSS ends here */

/* Chat close and Minimize icons in iPad  */
body button[embeddedService-chatHeader_chatHeader] {
    font-size: 9px !important;
}