/* WordPress Dashicons Vars */
/* generated from https://raw.githubusercontent.com/WordPress/dashicons/master/codepoints.json */
.mce-i-thepaste::before {
  content: "\f317"; /* https://developer.wordpress.org/resource/dashicons/ */
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in 0;
}

.mce-i-thepaste_preferfiles::before {
  content: "";
  -webkit-clip-path: url(#the-paste-editor-paste-file);
          clip-path: url(#the-paste-editor-paste-file);
  background-color: currentcolor;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in 0;
}

.mce-i-thepaste_onoff::before {
  content: "";
  -webkit-clip-path: url(#the-paste-editor-paste-toggle);
          clip-path: url(#the-paste-editor-paste-toggle);
  background-color: currentcolor;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in 0;
  transform: scaleX(-1);
}
.mce-active .mce-i-thepaste_onoff::before {
  transform: scaleX(1);
  color: #008a20;
}
/*# sourceMappingURL=the-paste-toolbar.css.map */
