.send-comment {
  margin-top: 32px;
}
.send-comment-blog textarea {
  border: 1px solid rgba(0, 16, 61, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 16px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  outline: none;
  max-height: 100px;
  min-width: 100%;
}
.send-comment-blog .close {
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.send-comment-btn {
  border-radius: 16px;
  background-color: #F6F8FC;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.send-comment-btn span {
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 600;
  color: #333333;
}
.send-comment-btn button {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 600;
  color: #000000;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
}

.comment .error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  background: rgba(250, 79, 79, 0.1);
  border: 1px solid #FA4F4F;
  border-radius: 8px;
}
.comment .error-message {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  color: #333333;
}
.comment h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #333333;
}
.comment-item {
  padding: 16px;
  gap: 10px;
  border: 1px solid rgba(0, 16, 61, 0.1);
  border-radius: 16px;
  margin-top: 16px;
}
.comment-item i {
  font-size: 25px;
  margin-right: 8px;
}
.comment-info {
  padding-bottom: 16px;
  border-bottom: 1px solid #C7D3D3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
}
.comment-author {
  display: flex;
  align-items: center;
}
.comment-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0F1A2A;
}
.comment-bottom {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #A3B9CE;
  margin-top: 16px;
}
.comment-bottom i {
  font-size: 18px;
  margin-right: 8px;
}
.comment-icons {
  display: flex;
}
.comments .text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.comments-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  background: #F6F8FC;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #8F8F8F;
  height: 100px;
}
.comment-form {
  margin: 32px 0 24px 0;
}
.comment .form {
  padding: 16px 0 0 0;
}
.comment .form input, .comment .form textarea {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  outline: none;
  background: #F6F8FC;
  border: 1px solid rgba(0, 16, 61, 0.1);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #8F8F8F;
}
.comment .form input {
  margin-right: 8px;
}
@media (max-width: 550px) {
  .comment .form input {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .comment .form input:last-child {
    margin: 0;
  }
}
.comment .form textarea {
  width: 100%;
  min-height: 100px;
}
.comment .form-row {
  width: 100%;
  display: flex;
  margin: 0 0 16px 0;
}
@media (max-width: 550px) {
  .comment .form-row {
    flex-direction: column;
  }
}
.comment .form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.comment .success-block {
  height: 70px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #8F8F8F;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

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