._9hPS2 {
    outline: none;
  }
  .chatnow-float-button {
    background-color: #fff;
    height: 44px;
    min-width: 150px;
    padding: 0 10px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    -webkit-box-shadow: 0 12px 12px 0 rgba(9, 7, 7, 0.03),
      0 8px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 12px 12px 0 rgba(9, 7, 7, 0.03), 0 8px 4px 0 rgba(0, 0, 0, 0.04);
  }
  .chatnow-float-button .alime-bot-avatar {
    width: 30px;
    vertical-align: middle;
  }
  .chatnow-float-button .alime-need-help {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
  }
  .csc-chat-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .chat-login-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 100000000;
    background: rgba(0, 0, 0, 0.7);
  }
  .chat-login-popup {
    position: absolute;
    border-radius: 5px;
    overflow-y: auto;
    border: none;
    height: 360px;
    width: 830px;
    top: calc(50% - 360px / 2);
    left: calc(50% - 830px / 2);
  }
  .chat-login-popup.sg {
    height: 440px;
    top: calc(50% - 440px / 2);
  }
  