.chatbot-launcher {
  transform: none;
  transition: none;
}
.chatbot-launcher .chatbot-launcher-button {
  transform: none;
}
.chatbot-launcher:not(.opened) .chatbot-launcher-icon {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF3A9E;
    width: auto;
  transform: none;
  transition: none;
    &:before {
        content: "Join our Talent Network";
        font-size: 18px;
        font-style: normal;
        color: #FFF;
        line-height: 1;
        padding: 0 1rem;
    }
}



@media(max-width: 1024px) {
  .chatbot-launcher {
    margin-bottom: 20px;
  }
}

  