#five9LiveChatWidget {
	width: 400px;
    height: 720px !important;
    z-index: 99999999 !important;
}

@media screen and (max-width: 576px) {
    #five9LiveChatWidget {
        width: calc(100% - 16px) !important;
        height: 70vh !important;
        top: 16px !important;
        left: 8px;
    }
}

#five9OpenChatButton {
	background-color: transparent !important;
	box-shadow: none !important;
	height: 60px !important;
	border-radius: 40px;
	position: fixed;
	bottom: 0 !important;
	right: 0 !important;
	width: 125px !important;
	margin: 0 20px 20px 0 !important;
	z-index: 999999999 !important;
  
}

#five9OpenChatButton img[alt="Chat"] {
    position: absolute;
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
	bottom: 20px;
	right: 40px;
}

#five9OpenChatButton img[alt="Close chat"] {
	position: absolute;
	height: 18px !important;
	width: 18px !important;
	right: 4px !important;
	top: -106px;
    padding: 2px;
}

#five9OpenChatButton:focus img[alt="Close chat"], #five9OpenChatButton:hover img[alt="Close chat"]{
	border-radius: 3px;
	border: solid 2px #fff;
}

@media screen and (max-width: 576px) {
    #five9OpenChatButton img[alt="Close chat"] {
        position: fixed;
        top: 33px !important;
        right: 24px !important;
    }
}

a.chat-link {
    cursor: pointer;
}
