@charset "UTF-8";
.inbenta .inbenta-bot__launcher {
  opacity: 1 !important;
  position: fixed !important;
  right: 15px !important;
  bottom: 220px !important;
  margin-top: 0px;
  color: #2c2f2f;
  border: 0 solid #2c2f2f;
  padding: 0 !important;
  width: 237px !important;
  height: 84px !important;
  box-shadow: 0 2px 3px 0 transparent, 0 3px 12px 0 transparent;
  transition: all .3s ease 0s;
  z-index: 9999 !important;
  cursor: pointer !important;
}

.inbenta .inbenta-bot__launcher:hover {
  transition: width 2s;
  opacity: 1 !important;
  border-radius: 4px;
  background: 0 0;
  box-shadow: 0 2px 3px 0 transparent, 0 3px 12px 0 transparent;
  cursor: default !important;
}

.inbenta .inbenta-bot__launcher:hover > .inbenta-bot__launcher__image{
  background-image: url("./../images/chatbot-launcher-hover.png") !important;
}

.inbenta .inbenta-bot__launcher__image {
  background-image: url("./../images/chatbot-launcher.png") !important;
  background-repeat: no-repeat;
  width: 220px !important;
  height: 84px !important;
}

.inbenta .inbenta-bot__launcher__text {
  display: block !important;
  font-size: 14px;
}