.e-btn {
  background: none;
  border: 0;
  appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: absolute;
  right: 8px;
  bottom: 3px;
}
.e-btn > svg {
  fill: #b3beca;
}
:root {
  --e-color-border: #dbdbdb;
  --e-color-emoji-text: #666;
  --e-color-border-emoji-hover: #e1e1e1;
  --e-color-bg: #fff;
  --e-bg-emoji-hover: #f8f8f8;
  --e-size-emoji-text: 16px;
  --e-width-emoji-img: 20px;
  --e-height-emoji-img: 20px;
  --e-max-width: 255px;
}
.emoji-wrap {
  display: none;
  position: absolute;
  padding: 4px;
  max-width: var(--e-max-width);
  background-color: var(--e-color-bg);
  border: 1px solid var(--e-color-border);
  border-radius: 4px;
  z-index: 3;
  right: 0;
  bottom: 0;
  margin-bottom: 42px;
  box-shadow: 0 1px 3px #dbdbdb;
}
.emoji-wrap::after,
.emoji-wrap::before {
  position: absolute;
  content: "";
  margin: 0;
  width: 0;
  height: 0;
}
.emoji-wrap:after {
  bottom: -6px;
  right: 14px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--e-color-border);
}
.emoji-wrap::before {
  bottom: -5px;
  right: 14px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--e-color-bg);
  z-index: 1;
}
.emoji-list {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
}
.emoji-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 6px;
  color: var(--e-color-emoji-text);
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  user-select: none;
}
.emoji-item:hover {
  background: var(--e-bg-emoji-hover);
  border-color: var(--e-color-border-emoji-hover);
}
.emoji-text {
  font-size: var(--e-size-emoji-text);
  font-weight: 500;
  line-height: 1.2em;
  white-space: nowrap;
}
.emoji-img {
  width: var(--e-width-emoji-img);
  height: var(--e-height-emoji-img);
}
.emoji-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: 0 0;
  z-index: -1;
}
.anim-scale-in {
  animation-name: scale-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}
@keyframes scale-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.likestt {
  background: rgb(233 78 98 / 95%);
  border-radius: 4px;
  box-shadow: 0 1px 3px #dbdbdb;
  transition: opacity 100ms linear, top 100ms linear, visibility 100ms linear;
  min-width: 80px;
  max-width: 185px;
  text-align: left;
  z-index: 99;
  animation: slide-up 0.2s ease;
  padding: 4px;
  border: 2px solid #e94e62;
}
.likestt:before,
.likestt:after {
  position: absolute;
  pointer-events: none;
  content: "";
  height: 0;
  width: 0;
  bottom: 100%;
  left: 23px;
  border: solid transparent;
  border-bottom-color: #e94e62;
}
.likestt.clikestt:before,
.likestt.clikestt:after {
  left: 15.5px;
}
.likestt.up:before,
.likestt.up:after {
  top: 100%;
  border-top-color: #e94e62;
  border-bottom-color: transparent;
}
.likestt:before {
  border-width: 6px;
  margin: 0 -6px;
}
.likestt:after {
  border-width: 5px;
  margin: 0 -5px;
}
.likestt > span {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  padding: 0 4px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 3px;
}
.likestt > span > a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.likestt > div {
  display: inline;
}
.likestt > div > a {
  display: inline-block;
  margin: 3px;
}
.likestt img {
  border-radius: 50%;
  background: #fff;
  border: 2px #e94e62 solid;
  box-sizing: content-box;
  padding: 0;
}
.centered {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -204px;
  width: 408px;
  max-height: 300px;
}
body.darkened #darkback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 70%);
  transition: background 200ms linear;
  z-index: 99;
}
.likeswindow {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(255 255 255 / 50%);
  -moz-box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(255 255 255 / 50%);
  box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(255 255 255 / 50%);
}
.windowhead {
  background: rgb(233 78 98 / 95%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  line-height: 40px;
  text-align: center;
  position: relative;
  fill: #fff;
}
.windowhead .closewindow {
  cursor: pointer;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 0 0;
}
.windowhead .closewindow:hover {
  transition: background-color 0.2s ease-in-out;
  background: #c14c5c;
}
.likeswindow a {
  line-height: 66px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-flex;
  padding: 0 20px;
  width: 160px;
}
.likeswindow a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.likeswindow .likeswrap {
  overflow-y: scroll;
  max-height: 260px;
  border-radius: 0 0 4px 4px;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.likeswindow .likeswrap a:nth-child(3n) img {
  background-color: #fdd;
  border-color: #fdd;
}
.likeswindow .likeswrap a:nth-child(3n + 1) img {
  background-color: #ddf;
  border-color: #ddf;
}
.likeswindow .likeswrap a:nth-child(3n + 2) img {
  background-color: #dfd;
  border-color: #dfd;
}
.likeswindow a > img {
  border-radius: 50%;
  background: #fff;
  margin: 8px;
  box-sizing: initial;
  border: 10px solid #fdd;
}
.lmcontent > div {
  display: inline;
}
.likeswindow .likeswrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.likeswindow .likeswrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 408px) {
  .centered {
    width: 100%;
    max-height: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }
  .likeswindow .likeswrap {
    max-height: 100%;
    border-bottom: 40px solid #fff;
  }
  .windowhead,
  .likeswindow,
  .likeswindow .likeswrap {
    border-radius: 0;
  }
  .likeswindow a {
    width: 100%;
  }
}

.genericons-neue {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
