.chatSupport-parent {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 36px;
  width: 70px;
  cursor: pointer;
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 70px;
  z-index: 999;
}
.chatSupport-parent.expanded {
  height: unset;
}
.chatSupport-wrap {
  position: relative;
}
.chatSupport-main-icon {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chatSupport-bubble {
  position: absolute;
  width: 10px;
  border-radius: 99px;
  background: #47ad47;
  height: 10px;
  border: 1px solid #fff;
  right: 5px;
  top: 5px;
}
.chatSupport-item {
  font-size: 9px;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.chatSupport-item.active {
  display: flex;
}
.chatSupport-item-icon {
  padding-bottom: 5px;
}
.onopMluvii .mluvii_widget {
  display: none !important;
}
