body.hsl #chatButtonContainer {
	width: 75% !important;
	margin-left: 85%!important;
	margin-top: 25% !important;
	cursor:pointer;
}

body.hsl  #ai-container .ai-launcher {
	top: 20px;
	left: auto;
	right: 30px;
}

body.hsl #ai-container .ai-launcher-open-icon {
	background-position: center 6px;
}


#ai-container .ai-launcher {
    position: absolute;
    top: 0;
    width: 140px !important;
    height: 140px !important;
    background: none !important;
    border-radius: 0;
    cursor: pointer;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    font-family: "ai-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#ai-container .ai-launcher-open-icon {
    background-image: url("../images/default/chat-btn-open.png");
    background-size: 32px 36px;
    background-repeat: no-repeat;
    background-position: center 14px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    background-size: 81%;
}

 @media only screen and (max-device-width:520px) {
       #ai-container .ai-launcher-open-icon {
            background-size:70%;
        }
}
