@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.comments {
  padding-top: 30px;
  padding-bottom: 30px;
}

.comments-wrp .title-wrp {
  padding-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .comments-wrp .title-wrp {
    margin-top: 30px;
  }
}
.comments-wrp .title {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1679px) {
  .comments-wrp .title {
    font-size: 14px;
  }
}
@media (max-width: 1281px) {
  .comments-wrp .title {
    font-size: 12px;
  }
}
.comments-wrp .inputs-wrp {
  border: none;
  border-radius: 10px;
}
.comments-wrp .inputs-wrp .form-control {
  border: none;
  box-shadow: none !important;
  padding: 16px;
  resize: none;
  margin-bottom: 20px;
  border: 1px solid #E9E9E9 !important;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .comments-wrp .inputs-wrp .form-control {
    font-size: 14px;
  }
}
@media (max-width: 1281px) {
  .comments-wrp .inputs-wrp .form-control {
    font-size: 12px;
  }
}
.comments-wrp .inputs-wrp .form-control::-moz-placeholder {
  color: #DDD6E4;
  font-weight: 300;
  font-style: italic;
}
.comments-wrp .inputs-wrp .form-control::placeholder {
  color: #DDD6E4;
  font-weight: 300;
  font-style: italic;
}
.comments-wrp .inputs-wrp textarea.form-control {
  min-height: 140px;
  border: 1px solid #E9E9E9;
}
.comments-wrp .inputs-wrp .submit-wrp {
  padding: 0px 0 10px;
  display: flex;
}
@media (max-width: 991px) {
  .comments-wrp .inputs-wrp .submit-wrp {
    padding-bottom: 30px;
  }
}
.comments-wrp .inputs-wrp .submit-wrp .btn-primary {
  margin-left: auto;
  background-color: #2991FC;
  border: 1px solid #2991FC;
  font-size: 16px;
  padding: 12px;
  line-height: 1;
  width: 100%;
  max-width: 150px;
}
@media (max-width: 1679px) {
  .comments-wrp .inputs-wrp .submit-wrp .btn-primary {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 1281px) {
  .comments-wrp .inputs-wrp .submit-wrp .btn-primary {
    font-size: 12px;
    padding: 8px;
    max-width: 130px;
  }
}
.comments-wrp .comments-post {
  padding-top: 0px;
}
.comments-wrp .comments-post .sortby {
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.comments-wrp .comments-post .usr-img {
  width: 42px;
  height: 42px;
  border-radius: 80px;
  overflow: clip;
  flex: 0 0 42px;
  margin-bottom: 16px;
  margin-right: 0px;
}
.comments-wrp .comments-post .usr-img img,
.comments-wrp .comments-post .usr-img img.cm-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}
.comments-wrp .comments-post .cmt-txt {
  padding-top: 10px;
}
@media (max-width: 1481px) {
  .comments-wrp .comments-post .cmt-txt {
    padding-top: 5px;
  }
}
.comments-wrp .comments-post .cmt-txt .user-name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .comments-wrp .comments-post .cmt-txt .user-name {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .comments-wrp .comments-post .cmt-txt .user-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.comments-wrp .comments-post .cmt-txt .user-name .time, .comments-wrp .comments-post .cmt-txt .user-name .date {
  font-size: 16px;
  color: #787878;
  margin-left: 16px;
}
@media (max-width: 1679px) {
  .comments-wrp .comments-post .cmt-txt .user-name .time, .comments-wrp .comments-post .cmt-txt .user-name .date {
    font-size: 14px;
  }
}
@media (max-width: 1281px) {
  .comments-wrp .comments-post .cmt-txt .user-name .time, .comments-wrp .comments-post .cmt-txt .user-name .date {
    font-size: 12px;
  }
}
.comments-wrp .comments-post .cmt-txt .user-name .exclusive {
  font-style: italic;
  margin-left: auto;
}
.comments-wrp .comments-post .cmt-txt .comment {
  font-size: 13px;
  font-weight: 500;
}
.comments-wrp .comments-post .cmt-txt .comment p {
  font-size: 13px;
  line-height: 21px;
}
.comments-wrp .comments-post .comment-actions {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #787878;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 1679px) {
  .comments-wrp .comments-post .comment-actions {
    font-size: 14px;
    padding-top: 0px;
  }
}
@media (max-width: 1281px) {
  .comments-wrp .comments-post .comment-actions {
    font-size: 12px;
  }
}
.comments-wrp .comments-post .comment-actions .btn {
  box-shadow: none;
  border: none;
  color: #787878;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.comments-wrp .comments-post .comment-actions .btn .comment-reply-link {
  color: #787878;
  text-decoration: none;
}
@media (max-width: 1679px) {
  .comments-wrp .comments-post .comment-actions .btn {
    font-size: 14px;
  }
}
@media (max-width: 1281px) {
  .comments-wrp .comments-post .comment-actions .btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .comments-wrp .comments-post .comment-actions .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.comments-wrp .comments-post .comment-actions .btn .count {
  padding-left: 5px;
}
.comments-wrp .comments-post .comment-actions .btn img.cm-img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1679px) {
  .comments-wrp .comments-post .comment-actions .btn img.cm-img {
    width: 16px;
    height: 16px;
  }
}
.comments-wrp .comments-post .comment-actions .flag-options {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}