.forum.topic .forum-search-form {
  padding-top: 185px; }
  .forum.topic .forum-search-form .search-input {
    width: 320px;
    margin-right: 10px; }

.forum.topic .blog .blog-detail {
  position: relative;
  color: #5A5A5A;
  padding: 35px 20px 40px 35px; }
  .forum.topic .blog .blog-detail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 15px;
    background-color: #E3E3E3; }
  .forum.topic .blog .blog-detail h3 {
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
    margin: 0px; }

.forum.topic .avatar {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0px;
  border-radius: 50px;
  background-color: #1BBEF2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center; }

.forum.topic div.avatar {
  padding-top: 6px; }

.forum.topic .name-wrap {
  display: inline-block;
  padding-left: 12px;
  padding-top: 5px; }

.forum.topic .name, .forum.topic .country {
  display: block;
  font-size: 18px;
  line-height: 20px; }

.forum.topic .name {
  font-weight: 600;
  margin-bottom: 2px; }

.forum.topic .comment-text {
  padding-top: 20px;
  margin-bottom: 10px;
  /*margin-bottom: 30px;*/
  color: #5A5A5A;
  font-weight: 500;
  width: 100%; }
  .forum.topic .comment-text p {
    margin: 0; }

.forum.topic .residence-time {
  font-size: 18px;
  color: #858585; }

.forum.topic .forum-comments {
  /*padding-top: 40px;*/
  padding-top: 0; }

.forum.topic .comment {
  color: #5A5A5A;
  padding-bottom: 40px;
  margin-top: 40px;
  position: relative; }
  .forum.topic .comment::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    background-color: #E3E3E3; }
  .forum.topic .comment p {
    font-weight: 300; }

.post-comment {
  padding-bottom: 55px; }
  .post-comment .textarea {
    width: 100%;
    height: 210px; }
  .post-comment .btn-primary {
    width: 180px;
    height: 52px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    float: right;
    border: none;
    margin: 10px 0px 0px 0px;
    background: linear-gradient(to left, #1BBEF2 -1.4%, #43D9E8 100%);
    transition: all ease-in 0.3s; }
    .post-comment .btn-primary:hover {
      text-decoration: none;
      color: #ffffff;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4); }
