#state_close {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  color: gray;
  margin: 23px -10px;
}
#inputCommentText,
#commentForm input {
  font-size: 12px !important;
  font-family: Roboto, Arial, sans-serif !important;
}
#state_close_prev {
  background: white;
  display: flex;
  align-items: center;
  justify-content: end;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  color: gray;
  margin: -24px -10px 18px -10px;
}
#state_close_prev img {
  width: 21px;
}
#state_close_prev img:nth-child(2) {
  position: relative;
  left: -9px;
}

#comments_component {
  margin: 0 0 0 -7px;
  font-family: sans-serif;
}
#comments_component .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 0 20px 0;
}
.component_ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#comments_component .component_ava {
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 10px 0 0;
}
#comments_component .component_info {
  position: relative;
  width: 90%;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 0 5px 0;
}
#comments_component .component_info_inner {
  width: 561px;
  background-color: #ebedf0;
  border-radius: 18px;
  display: inline-block;
  line-height: 16px;
  margin-top: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0.75rem 12px 1rem 12px;
}
#comments_component .component_name {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: block;
}
#comments_component .component_licked {
  position: absolute;
  display: flex;
  bottom: 3px;
  left: calc(100% - 30px);
  bottom: -10px;
  display: flex;
}
.component_body {
  width: 100%;
}
.component_reposy {
  /* display: inline-block; */
  width: 100%;
  max-width: 200px;
  color: #929292;
  font-weight: 600;
  font-size: 12px;
  margin: 6px 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.component_reposy b {
  font-weight: 100;
  word-spacing: 0 !important;
  color: #757575;
}
.component_licked {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #dadde1;
  color: #909192;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
  padding-right: 4px;
  transform: translateY(-6px);
  z-index: 5;
}
#comments_component a {
  font-weight: 600;
  text-decoration: none;
  color: #232323;
}
.icons {
  white-space: nowrap;
  display: flex;
  margin: 0;
  cursor: pointer;
}
.icons .fb_licked {
  background-image: url(../images/iconsAll.png);
  background-size: 103px 329.5px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.l {
  background-position: -51px -266px;
  z-index: 4;
}
.u {
  background-position: 0 -283px;
  margin-left: -6px;
  z-index: 3;
}
.s {
  background-position: -68px -266px;
  margin-left: -6px;
}
.component_name,
.component_reposy {
  cursor: pointer;
}
.component_name:hover,
.component_reposy nav:hover {
  text-decoration: underline !important;
}
.component_text p {
  line-height: 1.15;
}
.component_reposy nav {
  display: inline;
  margin: 0 0 0 8px;
  font-weight: 600;
}
#comments_component p {
  margin: 0;
  font-size: 17px;
  line-height: 1.15 !important;
}
.live {
  padding-top: 10px;
}
.live img {
  width: 100%;
}
#comments_component .component_name,
#comments_component .component_text,
#comments_component .component_reposy,
.component_licked span {
  font-style: normal;
}
.icons .fb_licked {
  height: 19px;
  width: 16px;
}

#comments .item {
  text-align: left;
  padding: 10px;
  margin: 10px 0px;
  min-height: 80px;
}

#comments .item :last-child {
  border-bottom: none;
}

.component_reposy b {
  font-size: 12px;
}

@media screen and (max-width: 560px) {
  #comments .item {
    padding: 10px 0;
  }

  #comments_component .component_info {
    width: 100%;
  }

  #comments_component .component_licked {
    left: auto;
    right: 10px;
    bottom: -15px;
  }

  #comments_component .component_reposy {
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 480px) {
  #comments_component .component_info_inner {
    width: 97% !important;
  }
  .item {
    margin-left: 8px !important;
    margin-right: 11px !important;
    width: 91% !important;
  }
  .content {
    margin-left: 0;
  }
}

#commentForm .form__avatar img {
  width: 50px !important;
  height: 50px !important;
}
