.my-chatbox-header {
	color:white;
	background-color: #ff3d3d;
}
.my-chatbox-show-btn-area{bottom:70px;}
.my-chatbox-show-btn-area img {
width:250px;
}
.my-chatbox-show-btn-area{
bottom:20px;
right:60px;
z-index:1000;
}
.my-chatbox-area{
padding-bottom:20px;
}
@media screen and (max-width: 640px) {
.my-chatbox-show-btn-area img {
width:200px;
max-width: calc(100vw - 30px);
}
.my-chatbox-show-btn-area{
bottom:85px;
right:10px;
z-index:1000;
}
.my-chatbox-iframe {
    width: 100%;
    max-width: 100%;
}
.my-chatbox-area{width:100%;}
.my-chatbox-header img{width: 40px;}
.footer-text-area{bottom:0;}
}
@media screen and (max-width: 900px) {
    .my-chatbox-header img {
        width: 40px;
    }
}