.blogitem .btn_0001 {
  display: inline-block;
  color: #818181;
  background-color: unset;
  height: 33px;
  border-radius: 33px;
  border: 2px solid #eaeaea;
  min-width: 82px;
  line-height: 2;
  text-align: center;
  margin: 4px 6px 4px 0;
  cursor: pointer;
  user-select: none;
  padding: 0 10px;
}

.blogitem .btn_0001 span {
  line-height: 33px;
  height: 33px;
}

.blogitem .btn_0001.active {
  background: #54c542;
  color: white;
}

.blogitem .btn_0001:focus {
  outline: none;
}

.blogitem .like-cntr {
  padding-right: 0;
}

.blogitem .comments {
  margin-top: 20px;
  border-bottom: 2px solid #dfdfdf;
}

.blogitem .buttons {
  margin-top: 20px;
}

.blogitem .comments .comment {
  border-top: 2px solid #dfdfdf;
  padding: 2px 0 6px 82px;
  min-height: 74px;
  position: relative;
}

.blogitem .comment .user img {
  border-radius: 50%;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 2px;
  left: 0;
}

.blogitem .comment .user .username {
  font-weight: bold;
  font-size: 16px;
  line-height: 33px;
  height: 33px;
  color: #38393d;
}

.blogitem .comment .modification-time {
  font-size: 16px;
  line-height: 33px;
  height: 33px;
  display: inline-block;
  color: #656565;
  margin-left: 20px;
}

.blogitem .comment .message {
  font-size: 18px;
  white-space: pre-wrap;
  display: block;
  width: 730px;
  color: #656565;
}

.blogitem .comment .delete {
  position: absolute;
  right: 0;
  top: 20px;
  transform: scale(0.7);
}

.blogitem .load-more-comments {
  margin-bottom: 20px;
}

// ----------------------

.image-placeholder {
  width: 100%;
  height: calc(100% - 160px);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.8;
}

.image-placeholder:hover {
  opacity: 1;
}

.image-placeholder .img {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #ebebeb;
  background-position: center center;
  opacity: 0.8;
}

.image-placeholder .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: black;
  border-radius: 50%;
  position: absolute;
  top: calc(45% - 25px);
  left: calc(50% - 25px);
  font-size: 50px;
  text-align: center;
}

.image-placeholder .label {
  line-height: 50px;
  height: 50px;
  position: absolute;
  top: calc(45% + 25px + 10px);
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
}

.custommodal .comment {
  margin: 10px 0 0 0;
  height: 150px;
}

.custommodal .comment textarea {
  height: 100%;
}
