.emoji-mart, .emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}

.emoji-mart {
  color: #222427;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}

.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.emoji-mart-anchors {
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
  display: flex;
}

.emoji-mart-anchor {
  color: #858585;
  text-align: center;
  box-shadow: none;
  background: none;
  border: none;
  flex: auto;
  margin: 0;
  padding: 12px 4px;
  transition: color .1s ease-out;
  display: block;
  position: relative;
  overflow: hidden;
}

.emoji-mart-anchor:focus {
  outline: 0;
}

.emoji-mart-anchor:hover, .emoji-mart-anchor:focus, .emoji-mart-anchor-selected {
  color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}

.emoji-mart-anchor-bar {
  background-color: #464646;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.emoji-mart-anchors i {
  width: 100%;
  max-width: 22px;
  display: inline-block;
}

.emoji-mart-anchors svg, .emoji-mart-anchors img {
  fill: currentColor;
  width: 18px;
  height: 18px;
}

.emoji-mart-scroll {
  will-change: transform;
  height: 270px;
  padding: 0 6px 6px;
  overflow: hidden scroll;
}

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}

.emoji-mart-search input {
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  outline: 0;
  width: 100%;
  padding: 5px 25px 6px 10px;
  font-size: 16px;
  display: block;
}

.emoji-mart-search-icon {
  z-index: 2;
  background: none;
  border: none;
  padding: 2px 5px 1px;
  position: absolute;
  top: 7px;
  right: 11px;
}

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  text-align: center;
  cursor: default;
  position: relative;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  background-color: #f4f4f4;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-mart-category-label {
  z-index: 2;
  position: sticky;
  top: 0;
}

.emoji-mart-category-label span {
  background-color: #fffffff2;
  width: 100%;
  padding: 5px 6px;
  font-weight: 500;
  display: block;
}

.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}

.emoji-mart-category-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.emoji-mart-emoji {
  box-shadow: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
  position: relative;
}

.emoji-mart-emoji-native {
  font-family: Segoe UI Emoji, Segoe UI Symbol, Segoe UI, Apple Color Emoji, Twemoji Mozilla, Noto Color Emoji, Android Emoji;
}

.emoji-mart-no-results {
  text-align: center;
  color: #858585;
  padding-top: 70px;
  font-size: 14px;
}

.emoji-mart-no-results-img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}

.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}

.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}

.emoji-mart-preview {
  height: 70px;
  position: relative;
}

.emoji-mart-preview-emoji, .emoji-mart-preview-data, .emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
  left: 12px;
}

.emoji-mart-preview-data {
  word-break: break-all;
  left: 68px;
  right: 12px;
}

.emoji-mart-preview-skins {
  text-align: right;
  right: 30px;
}

.emoji-mart-preview-skins.custom {
  text-align: right;
  right: 10px;
}

.emoji-mart-preview-name {
  font-size: 14px;
}

.emoji-mart-preview-shortname {
  color: #888;
  font-size: 12px;
}

.emoji-mart-preview-shortname + .emoji-mart-preview-shortname, .emoji-mart-preview-shortname + .emoji-mart-preview-emoticon, .emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}

.emoji-mart-preview-emoticon {
  color: #bbb;
  font-size: 11px;
}

.emoji-mart-title span {
  vertical-align: middle;
  display: inline-block;
}

.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}

.emoji-mart-title-label {
  color: #999a9c;
  font-size: 26px;
  font-weight: 300;
}

.emoji-mart-skin-swatches {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 2px 0;
  font-size: 0;
}

.emoji-mart-skin-swatches.custom {
  background-color: #fff;
  border: none;
  font-size: 0;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: .75;
}

.emoji-mart-skin-swatch {
  vertical-align: middle;
  width: 0;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  display: inline-block;
}

.emoji-mart-skin-swatch:first-child {
  transition-delay: 0s;
}

.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: 30ms;
}

.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: 60ms;
}

.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: 90ms;
}

.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: .12s;
}

.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: .15s;
}

.emoji-mart-skin-swatch.selected {
  width: 16px;
  padding: 0 2px;
  position: relative;
}

.emoji-mart-skin-swatch.selected:after {
  content: "";
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  transition: opacity .2s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
}

.emoji-mart-skin-swatch.custom {
  vertical-align: middle;
  cursor: default;
  width: 0;
  height: 38px;
  transition-property: width, height;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  display: inline-block;
  overflow: hidden;
}

.emoji-mart-skin-swatch.custom.selected {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
  position: relative;
}

.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}

.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: .75;
}

.emoji-mart-skin-text.opened {
  vertical-align: middle;
  text-align: left;
  color: #888;
  background-color: #fff;
  border-radius: 10%;
  width: 95px;
  height: 40px;
  padding: 5px 2px;
  font-size: 11px;
  display: inline-block;
}

.emoji-mart-skin {
  border-radius: 100%;
  width: 100%;
  max-width: 12px;
  padding-top: 100%;
  display: inline-block;
}

.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}

.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}

.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}

.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}

.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}

.emoji-mart-skin-tone-6 {
  background-color: #594539;
}

.emoji-mart-sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.emoji-mart-dark {
  color: #fff;
  background-color: #222;
  border-color: #555453;
}

.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}

.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #555453;
}

.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}

.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}

.emoji-mart-dark .emoji-mart-category-label span {
  color: #fff;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-skin-swatches {
  background-color: #222;
  border-color: #555453;
}

.emoji-mart-dark .emoji-mart-anchor:hover, .emoji-mart-dark .emoji-mart-anchor:focus, .emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}

/*# sourceMappingURL=index.e35a1c31.css.map */
