.chatprompt{position:fixed;right:25px;bottom:25px;z-index:9999;width:100px;cursor:pointer;}
#modal-overlay {
  background: #000;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#modal-container {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
  height: auto;
  padding:0;
  font-family: arial,sans-serif;
  font-size: 14px;
  position: fixed;
  right:30px;
  bottom:0px;
  z-index: 9999;
  border: 7px solid #364ca0;
  border-bottom: none;
}

#modal-header {
  height: 35px;
  overflow: hidden;
  clear: both;
}

#modal-close {
  background: #fff url('https://api.motion.ai/sdk/modal-close.png') no-repeat center center;
  cursor: pointer;
  display: block;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
  float: right;
  height: 20px;
  width: 20px;
  margin:10px;
}
#modal-close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-filter: alpha(opacity=100);
  opacity: 1.0;
}

#modal-content {
  display: block;
  padding: 0 20px 10px 20px;
  z-index: 9999;
}

#modal-container.modal-loading {
  background: #fff url('https://api.motion.ai/sdk/loading.gif') no-repeat center center;
}

@media (max-width: 991px){
.chatprompt {display: none;}
.chatprompt-mbole{position: fixed;right: 25px;bottom:32px;z-index:9999;height:60px;width:210px;cursor: pointer;}
}