.comments-wrap {
  height: 100%;
}
.comments-cntbc {
  height: 100%;
}
.comments-cntbc .section-summary {
  align-items: flex-start;
  color: #454545;
}
.comments-cntbc .section-summary .block-header {
  display: inline-block;
  width: auto;
  flex-basis: auto;
}
.comments-cntbc .section-summary .block-header h2 {
  color: inherit;
}
.comments-cntbc .section-summary .block-header h2 a:not([href]):not([tabindex]) {
  color: inherit;
}
.comments-cntbc .section-summary .block-header h2 a {
  display: flex;
  flex-flow: row-reverse;
}
.comments-cntbc .section-summary .block-header h2 a .fa {
  margin-right: 5px;
  color: inherit;
}
.comments-cntbc .section-summary .dropdown {
  padding-top: 0.45rem;
}
.comments-cntbc .section-summary .dropdown-toggle {
  color: inherit!important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  font-size: 1.25rem;
}
.comments-cntbc .section-summary .dropdown li {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 5px;
}
.comments-cntbc .section-summary .dropdown li.current a,
.comments-cntbc .section-summary .dropdown li.current span {
  color: #0F4DBC;
}
.comments-cntbc .section-summary .title-separator {
  display: inline-block;
  margin-right: 5px;
  padding-top: 0.375rem;
  color: inherit!important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
.comment-items {
  margin-bottom: 2rem;
  height: 73%;
  overflow-y: auto;
}
/* comment item */
.comment-item {
  overflow: hidden;
}
.comment-item .entity-cvitem .entity-cvitem-cnt {
  background: transparent !important;
}
.comment-item .entity-cvitem:hover .entity-cvitem-cnt {
  background: #FAFBFB !important;
}
.comment-item .entity-cvitem:hover .entity-fld-val {
  color: inherit !important;
}
.comment-item .row.entity-cvitem-cnt {
  border-radius: 6px;
  border: 1px solid #C7CCD1;
  background-color: #FAFBFB !important;
  outline: none !important;
  margin: 0.25rem 0;
}
.comment-item__sub-content {
  padding-left: 1rem;
  margin-left: 2.5rem;
}
[data-level="3"] .comment-item__sub-content {
  margin-left: 0;
  border-left: 0;
}
.comment-item__sub-content .reply-control {
  padding-top: 21px;
  padding-right: 0 !important;
}
.comment-item__sub-content .btn-add-cmmnt {
  padding-top: 21px;
  white-space: nowrap;
}
.comment-item__sub-content .btn-add-cmmnt .btn {
  height: 30px;
}
.comment-item__sub-content .btn-add-cmmnt__cncl {
  margin-left: 0.375rem;
  line-height: 30px;
}
.comment-item__sub-content .btn-add-cmmnt__cncl.btn:not(.di-content):not(.dropdown-toggle) {
  color: #fff;
}
.comment-item__sub-content .btn-add-cmmnt__cncl i {
  bottom: 5px;
}
.comment-item__sub-content .btn-add-cmmnt .btn:not(.dropdown-toggle):not(.di-content):not(.dropdown-menu-link):not(.dropzone-btn) {
  line-height: 30px;
  min-width: 30px;
  padding: 0 4px;
}
.comment-item__sub-content .cmnt-edit-form .comments-text {
  min-height: 30px;
  padding-top: 9px;
}
.no-comment-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 150px);
  color: #7A7A7A;
}
/*Avatar*/
.entity-cvfld.avatar {
  width: auto;
  flex-grow: 0;
  flex-basis: 0;
  padding-right: 0.375rem;
  min-width: 75px;
}
.entity-cvfld.avatar .entity-fld-val {
  width: 48px;
  height: 48px;
  font-size: 0;
  overflow: initial;
}
.entity-cvfld.avatar .entity-fld-val img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
}
.entity-cvfld.avatar + div {
  flex-basis: initial;
  width: calc(100% - 75px);
  flex: 1;
  max-width: initial;
  padding-bottom: 12px;
}
/* User name*/
.entity-cvfld.memberusername {
  padding-bottom: 0;
  padding-block: 0.5rem 0;
  font-size: 1rem;
}
.entity-cvfld.memberusername .entity-fld-val {
  font-size: 1rem;
  padding-right: 25px;
}
.entity-cvfld.memberusername .entity-fld-val small {
  color: #999;
  font-size: 0.8125rem;
  font-style: normal;
}
.entity-cvfld.memberusername .entity-fld-val small:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  margin-right: 8px;
}
.entity-cvfld.memberusername + .actions-col {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  padding: 0;
}
/*Delete comment*/
.cmnt-action-delete {
  color: #8A8A8A;
  cursor: pointer;
  padding-right: 0.5rem;
}
/* Comment */
.entity-cvfld.comment {
  padding-top: 0;
  padding-block: 0 0.75rem;
  font-size: 0.875rem;
}
.entity-cvfld.comment .entity-fld-val {
  font-size: inherit;
  padding-right: 1rem;
  position: relative;
}
.entity-cvfld.comment .entity-fld-val.line-clamp {
  -webkit-line-clamp: initial !important;
}
.entity-cvfld.comment .entity-fld-val.k-text-ellipsis {
  white-space: initial;
}
.entity-cvfld.comment .entity-fld-val.show-cmnt {
  height: auto !important;
  -webkit-line-clamp: initial !important;
}
.entity-cvfld.comment .reply-to {
  color: #0F4DBC;
}
.show-more-cmnt {
  position: absolute;
  bottom: 0;
  right: 1rem;
  background-color: #FAFBFB;
  user-select: none;
  display: none;
}
.show-btn .show-more-cmnt {
  display: block;
}
.show-more-cmnt-dots {
  padding-right: 5px;
}
.show-more-cmnt-btn {
  color: #0F4DBC;
  cursor: pointer;
  font-weight: 700;
}
.show-more-cmnt-btn._less {
  display: none;
}
.show-cmnt .show-more-cmnt {
  position: static;
}
.show-cmnt .show-more-cmnt-btn._more {
  display: none;
}
.show-cmnt .show-more-cmnt-btn._less {
  display: inline-block;
}
.show-cmnt .show-more-cmnt-dotts {
  display: none;
}
/*Reply*/

.entity-cvfld.comment + .actions-col{
  max-width: 100%;
  flex: 0 0 100%;
}

.cmnt-action-reply {
  display: inline-block;
  min-width: 107px;
  height: 30px;
  padding: 0.25rem 0.5rem 0.3125rem;
  font-size: 0.875rem;
  background: #9CA1AC;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.cmnt-action-reply .fa {
  margin-right: 7px;
}
[data-level="3"] .cmnt-action-reply,
[data-level="2"] .cmnt-action-reply {
  min-width: 32px;
  line-height: 30px;
  font-size: 0;
}
[data-level="3"] .cmnt-action-reply .fa,
[data-level="2"] .cmnt-action-reply .fa {
  font-size: 0.875rem;
  margin-right: 0;
}
/*Show reply*/
.cmnt-action-children {
  display: inline-block;
  min-width: 107px;
  padding: 0.25rem 0.5rem 0.3125rem;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
.cmnt-action-children .fa {
  color: #8A8A8A;
  margin-right: 10px;
}
/*Level idicator*/
.entity-cvfld.level {
  font-size: 0.875rem;
}
.entity-cvfld.level .entity-fld-val {
  padding: 0.25rem 0.5rem 0 0.3125rem;
}
/* Add comment */
.cmnt-edit-form {
  margin-bottom: 2rem;
}
.cmnt-edit-form .addnew-control {
  padding-right: 0;
}
.cmnt-edit-form .comments-text {
  min-height: 42px;
  padding-top: 14px;
}
.btn-add-cmmnt {
  flex-grow: 0;
}
.btn-add-cmmnt .btn {
  height: 42px;
  font-size: 0.875rem;
}
.btn-add-cmmnt .btn .fa {
  font-weight: 400;
  font-size: 1rem;
}
.btn-add-cmmnt .btn:not(.dropdown-toggle):not(.di-content):not(.dropdown-menu-link):not(.dropzone-btn) {
  min-width: 42px;
  line-height: 42px;
  padding: 0 0.6875rem;
  white-space: nowrap;
}

/*# sourceMappingURL=../maps/controls/comments.css.map */
