/*!
 * 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/admin.scss */
.cf-field__body img {
  width: 400px;
  max-width: 100%;
  display: block;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}

/* line 11, src/sass/admin.scss */
.indemandly-username .cf-field__body {
  display: grid;
  grid-template-columns: 50% 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 16, src/sass/admin.scss */
.indemandly-username .cf-field__body:after {
  content: ".indemand.ly";
  background: #f4f4f4;
  padding: 3px 10px;
  min-height: 40px;
  border: 1px solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  text-align: center;
}

@media (min-width: 783px) {
  /* line 16, src/sass/admin.scss */
  .indemandly-username .cf-field__body:after {
    font-size: 14px;
    padding: 0 8px;
    min-height: 30px;
  }
}

/* line 37, src/sass/admin.scss */
.indemandly-username input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
