
@keyframes loadingBlink-cfb3b845 {
0% {
    opacity: .25;
}
25% {
    opacity: .37;
}
50% {
    opacity: .52;
}
75% {
    opacity: .81;
}
to {
    opacity: 1;
}
}
div.comment[data-v-cfb3b845] {
  margin: 0;
  padding-bottom: 20px;
}
div.comment.tooltip-mode[data-v-cfb3b845] {
  padding-bottom: 0;
}
div.comment.loading.visible[data-v-cfb3b845] {
  animation-direction: alternate;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-name: loadingBlink-cfb3b845;
  opacity: .25;
}
div.comment div.comment-inside[data-v-cfb3b845] {
  display: inline-block;
  max-width: 100%;
  min-width: 400px;
  word-wrap: break-word;
  background: #d5d5d5;
  border: 1px solid gray;
  border-radius: 4px;
  overflow: hidden;
}
.theseed-dark-mode div.comment div.comment-inside[data-v-cfb3b845] {
  background-color: #2d2f34;
  border-color: #383b40;
}
div.comment div.comment-inside.tooltip-mode[data-v-cfb3b845] {
  border: none;
  border-radius: 0;
  display: block;
}
div.comment div.user-block[data-v-cfb3b845] {
  margin: 0;
  padding: 7px 7px 7px 10px;
}
div.comment div.user-block.user-starter[data-v-cfb3b845] {
  background: #b0d3ad;
}
.theseed-dark-mode div.comment div.user-block.user-starter[data-v-cfb3b845] {
  background-color: #324432;
}
div.comment span.num-text[data-v-cfb3b845] {
  margin-right: .25rem;
}
div.comment div.content-block[data-v-cfb3b845] {
  background: #f4f4f4;
  padding: 13px;
  word-wrap: break-word;
  max-height: 500px;
  overflow-y: auto;
}
div.comment div.content-block.tooltip-mode[data-v-cfb3b845] {
  overflow-y: hidden
}
div.content-raw[data-v-cfb3b845] {
  white-space: pre-wrap;
}
.theseed-dark-mode div.comment div.content-block[data-v-cfb3b845] {
  background: #27292d;
}
div.comment div.content-block.special-comment[data-v-cfb3b845] {
  background: #fc6;
}
.theseed-dark-mode div.comment div.content-block.special-comment[data-v-cfb3b845] {
  background: #54411a;
}
div.comment div.content-block.hidden-comment[data-v-cfb3b845] {
  background: #6b6b6b;
  color: #fff;
}
div.comment.loading div.content-block[data-v-cfb3b845] {
  height: 80px;
}
div.comment div.comment-inside span.time-block[data-v-cfb3b845] {
  float: right;
}
div.comment div.comment-inside span.time-block div.menu-block[data-v-cfb3b845] {
  display: inline-block;
  vertical-align: middle;
}
div.comment div.comment-inside span.time-block div.menu-block .menu-button[data-v-cfb3b845] {
  height: 1.2rem;
  margin: 0 0 -.25rem .5rem;
  padding: 0;
  width: 1.25rem;
}
div.comment div.comment-inside span.time-block div.menu-block .menu-button svg[data-v-cfb3b845] {
  fill: #555;
  width: .5rem;
}
.theseed-dark-mode div.comment div.comment-inside span.time-block div.menu-block .menu-button svg[data-v-cfb3b845] {
  fill: #aaa;
}
div.clearfix[data-v-cfb3b845] {
  clear: both;
}
div.comment div.user-block sub[data-v-cfb3b845] {
  bottom: -.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media screen and (max-width: 700px) {
div.comment[data-v-cfb3b845] {
    padding-left: 0;
}
div.comment div.comment-inside[data-v-cfb3b845] {
    display: block;
    min-width: 100%;
    width: 100%;
}
}
.wiki-raw[data-v-cfb3b845] {
  white-space: pre-wrap;
}
