.content .scope {
  width: fit-content;
  padding: 3px;
  margin: 5px 0;
  font-weight: bold;
  border-radius: 5px;
  background: #FFF;
}
.content .title {
  color: #00D2C6;
  font-weight: bold;
  padding: 8px 0;
}
.content .thumbnail {
  width: 100%;
}
.content .contents {
  border-radius: 15px;
  background: #FFF;
  padding: 15px 40px;
  margin: 5px 0;
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  font-size: 12px;
  font-style: normal;
}
.content .metas .meta {
  border-radius: 10px;
  padding: 10px;
  margin: 5px 0;
  color: whitesmoke;
  font-size: 12px;
  background: #002177;
}
.content .metas .meta span {
  padding: 5px;
}
.content .metas .meta svg {
  padding: 3px;
}
.content .metas .meta div > div {
  cursor: pointer;
}
.content .metas .download {
  border-radius: 10px;
  padding: 10px;
  margin: 5px 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  background: #00BDB2;
}
.content .comment .comments {
  padding: 16px;
}
.content .comment .comments .item.row {
  font-size: 10px;
}
.content .comment .comments .item.row svg {
  padding: 7px 0;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
  box-sizing: content-box;
}
.content .comment .comments .item.row svg path {
  transition: 0.2s;
}
.content .comment .comments .item.row .replay:hover path {
  stroke: #384746;
  color: #384746;
}
.content .comment .comments .item.row .like:hover {
  fill: #a52121;
}
.content .comment .comments .item.row .like:hover path {
  stroke: #a52121;
  color: #a52121;
}
.content .comment .comments .item.row .like path {
  transition: 0.2s;
  stroke: darkred;
  color: darkred;
}
.content .comment .comments .item.row .item.row {
  margin: 8px 0 0 0;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.content .comment #comment_field {
  font-size: 10px;
}
.content button {
  margin-top: 16px;
  background: #00D2C6;
  border: none;
  border-radius: 4px;
  color: #0E9089;
}

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