
#apifycloud-chat-iframe-container{
  
  width: 455px;
  height: 87vh;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 10%;
  margin-top:15%;
  border-radius:40px;

}
#apifycloud-chat-icon {
  position: absolute;
  padding:4px;
  display: none;
  z-index: 15;
  cursor: pointer;
  color: #0A235C;
  bottom: 20px;
  right: 20px;
  background: url('https://video5.apifycloud.com/chat/img/chat.png') no-repeat center, #0A235C;
  height:40px;
  width:40px;
}

.body {
display:flex;

}
.apifycloud-chat-active {
  background: url('https://video5.apifycloud.com/chat/img/cross.png') no-repeat center, #0A235C  !important;
}
.hide {
  display:none;
}
@media (max-width:767px) {
        #apifycloud-chat-iframe-container{
                width: 320px;
                bottom: 20px;
        }
        #apifycloud-chat-icon {
                bottom: 5px;
                right: 5px;
        }
}

n:absolute;
  width: 455px;
  height: 87vh;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#apifycloud-chat-icon {
  position: absolute;
  padding:4px;
  display: none;
  z-index: 15;
  cursor: pointer;
  color: #0A235C;
  bottom: 20px;
  right: 20px;
  background: url('https://video5.apifycloud.com/chat/img/chat.png') no-repeat center, #0A235C;
  height:40px;
  width:40px;
}
.apifycloud-chat-active {
  background: url('https://video5.apifycloud.com/chat/img/cross.png') no-repeat center, #0A235C  !important;
}
.hide {
  display:none;
}
@media (max-width:767px) {
	#apifycloud-chat-iframe-container{
                width: 320px;
  		bottom: 20px;
	}
	#apifycloud-chat-icon {
  		bottom: 5px;
  		right: 5px;
	}
}


