.member-ai {
  position: fixed;
  right: 0px;
  top: 33%;
  border-radius: 20px;
  transform: translateY(-50%);
  z-index: 99;
}
.member-ai .handle {
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
}
.member-ai .handle .icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  left: -11px;
}

@media (max-width: 1400px) {
  .member-ai {
    border-radius: 15px;
  }
  .member-ai .handle {
    width: 100px !important;
    height: 100px !important;
    border-radius: 15px;
  }
}
.memberAi-iframe-popup iframe {
  height: 75vh !important;
}

.mobile-member-ai {
  bottom: 45px !important;
  right: 10px !important;
  top: inherit;
}
.mobile-member-ai .handle {
  width: 50px !important;
  height: 50px !important;
  border-radius: 15px;
}

.show {
  display: block !important;
}
