
@media only screen and (max-height:560px) and (max-width: 400px){
  iframe#iframe_chatbot {
    width: 100%;
    height: 100%;
    right: -5px;
  }
}



iframe.mobile-iframe {
  width: calc(100% + 10px) !important;
  height: 100% !important;
  right: -5px !important;
}

@media only screen and (min-width: 320px){
  iframe.browser-iframe {
    width: 380px;
    height: 567px;
  }
}


iframe#iframe_chatbot {
  z-index: 1000000 !important;
  display: inline-block;
  max-height: 100%;
  z-index: 1000;
  bottom: 0px;
  right: 30px;
  position: fixed;
  /*box-shadow: rgba(0, 0, 0, 0.15) 0px 62px 10px 10px;*/
}

div.chat-button {
  width: 180px;
  height: 35px;
  z-index: 1000;
  position: fixed;
  display: block;
  bottom: 40px;
  right:70px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.chat-logo {
  width: 50%;
  height: auto;
  position: absolute;
  top: -30px;
  right: -70px;
  z-index: 2;
}


button.chat-button {
  position: absolute;
  border: none;
  border-radius: 8px;
  height: 32px;
  width: 100%;
  padding: 5px;
  color: white;
  background: #00952e;
  z-index: 1;
}



