/*!
 * chatbot-optimizer v0.0.1
 * Eliminate the impact of chatbots on your page speed
 * (c) 2020 YOUR NAME
 * MIT License
 * http://link-to-your-git-repo.com
 */

/* line 1, src/sass/drift-button.scss */
#drift-button {
  position: fixed;
  z-index: 99;
  right: 36px;
  bottom: 36px;
  padding: 16px;
  background-color: var(--chat-button) !important;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
