.user-img {
    display: unset;
    padding: 0;
}
.comment-heading h4 {
    position: relative;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
    color:#73C057;
}
.group-details > div > h3 {
    color: #73C057;
}
.comment-heading h5 {
    font-weight: 600;
    font-size: 16px;
}
.comment-heading h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #f1d03d;
}
ul.comment-list {
    padding-top: 15px;
}
ul.comment-list li:not(:last-child) {
    margin-bottom: 8px;
}
ul.comment-list li{
	display: flex;
}
ul.comment-list li .profile_image img,
.comment_sec_details .profile_image img {
    height: 42px !important;
    width: 42px !important;
    border-radius: 50px;
    border: 1px solid #eee;
    margin-right: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
ul.comment-list li span.text {
    background-color: #ededed;
    flex: 1;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px 8px;
    display: inline-block;
    word-break: break-all;
}
ul.comment-list li .reply {
    display: flex;
    /* width: 100%; */
		float: left;
    line-height: normal;
		padding-top: 10px;
    padding-left: 7px;
}
.comment-width-reply .reply a {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.comment-width-reply ul li .profile_image img {
    height: 42px !important;
    width: 42px !important;
}
.comment-width-reply ul li .comment-width-reply .text {
    padding: 9px 20px 7px;
    font-size: 13px;
}
.comment-width-reply ul {
    padding: 0 0px 10px;
}
.profile-avtar {
    width: 20px;
    border-radius: 50%;
    height: 20px;
}
.related-post-inner {
    margin-bottom: 14px;
}
.related-post-inner a {
    text-decoration: none;
}
.related-post-inner a img {
    width: 100%;
    object-fit: cover;
    -webkit-border-radius: 2px;
}
.related-post-inner h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: normal;
}
.related-post-inner .post-date {
    font-size: 13px;
    color: #404040;
}
.post-date i.fa {
    color: #4eaa54;
    padding-right: 2px;
}
h5.related-post-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 19px;
    color: #4eaa54;
}
h5.related-post-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 70px;
    background-color: #efd147;
}
  p a {
    text-decoration: none!important;
  }
  .chat-room .msg_time {
    white-space: nowrap;
  }
  .chat-room .msg_card_body .d-flex.mb-4 {
    margin-bottom: 34px !important;
  }
  .attend-icon{
    width: 40px;
  }
  .chat-room .msg_cotainer_send,
  .chat-room .msg_cotainer {
    border-radius: 6px !important;
    padding: 10px 15px !important;
    white-space: pre-line;
  }
  .chat-room .msg_cotainer_send img,
  .chat-room .msg_cotainer img {
    margin: -5px -10px !important;
    max-width: 300px;
    width: auto !important;
  }
  .chat-room .msg_cotainer_send span.msg_time {
    right: 0 !important;
    left: unset !important;
  }
  .chat-room .msg_time {
    bottom: -20px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 11px !important;
    user-select: none;
  }
  .chat-room .msg_cotainer_send:before,
  .chat-room .msg_cotainer:before {
    content: '';
    position: absolute;
    right: -6px;
    top: 14px;
    height: 12px;
    width: 12px;
    transform: rotateZ(-45deg);
    z-index: 0;
    border-right: 5px solid #e3f9d1;
    border-bottom: 5px solid #e3f9d1;
  }
  .chat-room .msg_cotainer {
    background-color: #f3f3f3 !important;
  }
  .chat-room .msg_cotainer:before {
    left: -6px;
    right: unset;
    transform: rotateZ(140deg);
    border-color: #f3f3f3;
    z-index: 0;
  }
  .send_back a {
    color: #fff;
    background: #74c059;
    padding: 5px 25px;
    border-radius: 2px;
    font-size: 16px;
}
.tokenize > .tokens-container{
  height: calc(1.5em + .75rem + 2px)!important;
  min-height: 46px!important;
}
form.global_search_form input[type=submit] {
    position: absolute;
    right: 2px;
    top: 16px;
    border-radius: 30px;
    border: 0;
    padding: 4px 25px;
    background: #0ecc0e;
    color: #fff;
}
header.masthead.news_head_details_img {
  height: 75px!important;
  top:0
}
header.masthead{
  min-height: 0!important;
}
.btn-shares .social-share a{
  color: gray;
  margin-right: 0px !important;
}
.btn-shares .social-share a:not(:last-child){
  margin-right: 18px !important;
}
.btn-shares .social-share a:hover{
  color: #111;
}
.related-post {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
.related-post::-webkit-scrollbar,
.related-post::-webkit-scrollbar-track{
  width: 6px;
  background-color: #ddd;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.related-post::-webkit-scrollbar-thumb{
  background-color: #9f9f9f;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.user-likes a {
    color: #000 !important;
    font-size: 18px;
    text-decoration: none !important;
}
.modal .users-likes ul li a {
    text-decoration: none !important;
    display: flex;
    align-items: center;
}
.modal .users-likes ul li a .userimg {
    margin-right: 10px;
    flex: 0 0 35px;
    max-width: 35px;
}
.modal .users-likes ul li a .userimg img {
    border-radius: 50px !important;
    object-fit: cover;
    width: 100%;
    height: 35px;
}
.modal .users-likes ul li a .usertitle {
    flex: 1;
}
.modal .users-likes ul li a .usertitle h5 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.modal .users-likes ul li {
    border-bottom: 1px solid #eee;
    padding: 6px 0;
}
.modal .users-likes ul li:last-child {
    border-bottom: 0px;
}
#userlike .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background-color: rgb(253, 253, 253);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

#userlike .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 6px;
    border-radius: 50px;
    background-color: rgb(253, 253, 253);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

#userlike .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #0671b9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

@media screen and (max-width: 767px){
  .related-post {
    max-height: 350px;
  }
}
