.emoji {
  color: transparent;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  height: 25px;
  width: 25px; }
  .emoji::selection {
    background-color: highlight;
    color: transparent; }
  .emoji-image {
    font-size: 14px;
    line-height: 28px; }
  .emoji-button {
    cursor: pointer;
    margin: 5px; }
  .emoji-area {
    clear: both;
    position: relative; }
  .emoji-editor {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: text;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    -webkit-font-smoothing: antialiased;
    height: 100px;
    overflow: auto;
    padding: 5px;
    resize: both;
    width: 100%; }
    .emoji-editor * {
      margin: 0;
      padding: 0; }
  .emoji-picker {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    width: 210px;
    z-index: 99999; }
    .emoji-picker a {
      cursor: pointer;
      display: inline-block;
      font-size: 20px;
      padding: 3px; }
  .emoji-selector {
    border-bottom: 1px solid #ccc;
    display: flex; }
    .emoji-selector li {
      margin: 5px; }
  .emoji-group {
    display: grid;
    grid-template-columns: repeat(6, 16.66667%);
    height: 200px;
    overflow-y: scroll;
    padding: 3px; }

[data-type="unicode"], [data-picker-type="unicode"] {
  font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort; }

/*# sourceMappingURL=style.css.map */
