/* neo chat start */
#neo .open-button {
  color: white;
  border: none;
  cursor: pointer;
  opacity: 1;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 256px;
  height: 145px;
  border-radius: 0;
  background: none;
  background-image: url(../images/baldi-wibank-webchat.png) !important;
  background-size: contain;
  background-size: cover;
  z-index: 100;
  box-shadow: none;
}
#neo .open-button:hover, #neo .open-button-visited:hover {
  background-image: url(../images/baldi-wibank-webchat.png) !important;
}
#neo .hideNeo {
  background: #729FC3;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  padding:0;
  margin: 5px 0;
  border: 2px solid #ffffff;
  text-align: center !important;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 7px;
  font-weight: bold;
  z-index: 1002;
  background-image: url(https://assets.neohelden.com/resources/hide.png);
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
}
#neo .hideNeo:hover {
  background-color: #3e4143;
  border: 2px solid #fff;
}
#neo .chat-modal {
  display: none;
  position: fixed;
  bottom: 0;
  right: 5px;
  min-height: 600px;
  width: 400px;
  background: #fff;
  z-index: 1002;
  border: 2px solid #e4e4e4;
  border-radius: 15px 15px 0 0;
}
#neo .neoFrame {
  min-height: 600px;
  border:0;
  background: #fff;
  max-height: 100;
  z-index: 10;
  padding: 0;
  margin: 0;
}
#neo iframe {
  height: 600px;
  width: 400px;
  max-width: 100% !important;
  max-height: 100%;
  z-index: 10;
}
#neo p.poweredByNeo {
  font-size: 12px !important;
  text-align: center;
  font-weight: bold;
  background-color: #729FC3;
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid #e4e4e4;
  margin: 0;
}
@media (max-width: 1024px) {
  #neo .open-button {
    height: 130px;
    width: 230px;
  }
}
@media (max-height: 720px) and (max-width: 450px) {
  #neo .chat-modal, .neoFrame, iframe {
    max-height: 90% !important;
    min-height: 200px !important;
    height: 90% !important;
    bottom: 0px !important;
    position: absolute;
    width: 90%;
  }
  #neo iframe {
    width: 100% !important;
    height: 94% !important;
    min-height: 400px !important;
  }
}
@media (max-height: 720px) {
  #neo .chat-modal, .neoFrame, iframe {
    max-height: 90% !important;
    height: 90% !important;
    bottom: 0px !important;
    position: absolute;
    min-height: 360px;
  }
  #neo iframe {
    width: 100% !important;
    height: 94% !important;
    min-height: 300px !important;
  }
}
/* neo chat end */