#kpd_chat {
    position: fixed; bottom: -565px; right: 10px; width: 400px; height: 540px;
    z-index: 1;
    box-shadow: 0 0 10px 1px #808080;
    -webkit-transition: bottom .5s; transition: bottom .5s;
    -webkit-transform: scale(0.75) translate(16.67%, 16.67%); transform: scale(0.75) translate(16.67%, 16.67%);
    border: 2px solid #acacac;
border-top: 0px; border-top-right-radius: 100px;border-top-left-radius: 100px;
}
#kpd_chat[enabled="true"] {
    bottom: 0px;
}
#kpd_chat[enabled="false"] > .kpd_button {
    display: none;
}
#kpd_chat > .kpd_button {
    position: absolute; z-index: 2;
    width: auto; height: 30px; top: -30px;
    background-color: rgba(0,0,0,0.5); color: #ffffff;
    cursor: pointer; text-align: center;line-height: 30px;
    border-top-left-radius: 5px; border-top-right-radius: 5px;
    padding-left: 10px; padding-right: 10px; font-size: 14px;
    box-sizing: border-box;
}
#kpd_chat[enabled="true"] > .kpd_button.kpd_minimize {
    border-top-right-radius: 0px;
	background-color:  #0076bc;
    font-weight: bold;  
    right: 60px; width: 50px;
}
#kpd_chat[enabled="true"] > .kpd_button.kpd_close {
    border-top-left-radius: 0px;
background-color:  #0076bc;
    font-weight: bold;
    right: 10px; width: 50px;
}
#kpd_chat[enabled="minimized"] > .kpd_button.kpd_minimize {
    right: 0px;
}
#kpd_chat[enabled="minimized"] > .kpd_button.kpd_close {
    display: none; visibility: hidden;
}
#kpd_chat > .kpd_button.kpd_minimize:after {
    content: "_";
}
#kpd_chat > .kpd_button.kpd_close:after {
    content: "x";
}
#kpd_chat[enabled="minimized"] > .kpd_button.kpd_minimize:after {
    content: "restore";
}
#kpd_iframe {
    position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
}

@media only screen and (max-width : 640px) {
    #kpd_chatold {
        position: fixed; bottom: -100%; right: 0px; width: 100%; height: 100%;
        -webkit-transform: none; transform: none;
    }

#kpd_chat {
    position: fixed; bottom: -565px; right: 0px; width: 100%; height: 80%;
    z-index: 1;
    box-shadow: 0 0 10px 1px #808080;
    -webkit-transition: bottom .5s; transition: bottom .5s;
    -webkit-transform: scale(0.75) translate(16.67%, 16.67%); transform: scale(0.75) translate(16.67%, 16.67%);
    border: 2px solid #acacac;
border-top: 0px; border-top-right-radius: 100px;border-top-left-radius: 100px;
}
    #kpd_chat[enabled="true"] {
        bottom: 0px; height: 100%;
    }
}
