/*!
 * 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/messenger-button.scss */
#messenger-button {
  position: fixed;
  z-index: 99;
  right: 18pt;
  bottom: 18pt;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

/* line 15, src/sass/messenger-button.scss */
#messenger-button:focus {
  outline: none;
}

/* line 19, src/sass/messenger-button.scss */
#messenger-button svg {
  width: 60px;
  height: 60px;
  fill: #fff;
}
