.chat-bot {
  background-color: #fff;
  background-image: url(../images/chat-bot-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: solid 3px #F52166;
  border-radius: 27px;
  bottom: 35px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.3);
  color: #fff;
  cursor:pointer;
  height: 56px;
  position: fixed;
  right: 44px;
  transition: box-shadow 250ms ease-out;
  width: 56px;
  z-index: 9999;
}

.chat-bot:hover,
.chat-bot:focus {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

#fxo-widget-iframe {
  visibility: hidden;
  opacity: 0;/* Needed for ios compatibility https://bugs.webkit.org/show_bug.cgi?id=134774 */
}
