/*  © Type on Point 2017 - All Rights Reserved  */

.emoji {
  color: transparent;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  height: 37px;
  width: 37px;
  padding: 4px;
  /* padding: 10px;
  border: 2px solid #222; */
}

  .emoji::selection {
    background-color: highlight;
    color: transparent; 
  }

  .emoji-image {
    font-size: 14px;
    line-height: 58px; 
  }

  .emoji-button,
  .emoji-button2 {
    cursor: pointer;
    position: absolute;
    left: 1;
    top: 118;
    /* border: 1px solid goldenrod; */
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(214, 214, 214, 0.1), transparent),
	  -webkit-linear-gradient(top, rgba(214, 214, 214, 0.1), transparent);
    box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.4) inset,
    0 3px 6px rgba(0, 0, 0, 0.5),
    0px 1px rgba(0, 0, 0, .55),
    0 10px rgba(0, 0, 0, 0.06) inset; 
    background: url(../img/ty.svg) no-repeat center;
    background-size: 23px;
    z-index: 73;
    opacity: .7;
    padding: 4px;
    }

    .emoji-button{
      border: 2px solid #003c9642;
    }

    .emoji-button2{
      border: 2px solid #740d0d4b;
    }

    .emoji-button:hover,
    .emoji-button2:hover {
      opacity: 1;
    }

/*  .emoji-button::before {
    content: url(../img/ty.svg);
    } */

  .emoji-area {
    clear: both;
    position: relative; 
  }


/* picker container */
  .emoji-picker {
    background-color: #fff;
    position: absolute;
    width: 203px;
    z-index: 9999;
    border-radius: 1px;
    box-shadow: 2px 3px 2px rgba(32,32,32,.5);
    margin-left: 38px;
    }

/* each button in the dropdown */
    .emoji-picker a {
      cursor: pointer;
      display: inline-block;
      font-size: 20px;
      padding: 3px; 
    }

    .emoji-picker a:hover {
      background-color: #ccc;
      border-radius: 2px;
    }

/* catagories at top */
  .emoji-selector {
    border-bottom: none;
    display: flex;
    list-style: none;
    margin-left:-42px;
    margin-top:-50px;
     }
/*individual icons in top catagories */
    .emoji-selector li {
      margin: 10px 0 0 2px;
      padding: 3px;
      background-color: #ccc;
      border-radius: 2px 2px 0 0;
      box-shadow: 2px 0px 2px rgba(32,32,32,.5);
    }

/* drop-down list of emoji */
  .emoji-group {
    display: grid;
    grid-template-columns: repeat(6, 16.66667%);
    height: 180px;
    overflow-y: scroll;
    padding: 5px;
    margin-top: -14px;
    }

    .emoji-group::-webkit-scrollbar {
      display: none;
    }

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

  @media screen and (max-width: 580px) {
	.emoji-button,
  .emoji-button2 {
    left: -10;
    }
  }

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

/* © Type on Point 2017 - All Rights Reserved */