.active_element{background: teal;}

.comment-wrapper{box-shadow:0px 1px 0px 1px rgba(0, 0, 0, 0.1); padding-bottom: 5px; margin-bottom: 0;

 }


.comment-content-wrapper{display: grid;
                         grid-template-columns: 20% 80%;
                         }

 .comment-wrapper .user-profile-pic-wrapper{
   margin-left: 7px; }

 .comment-wrapper .user-profile-pic-wrapper img{ 
   width:45px;
    height:45px ;
    object-fit: cover;
    border-radius: 50%;
     border: 1px solid rgba(255, 255, 255, 0.5);
     padding: 1px;
    margin-top: 15px;}

.comment-wrapper .user-name{ 
   color:/*#034;*/rgba(
        255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: capitalize;}

.comment-wrapper  .time{ color:rgba(
        255, 255, 255, 0.4);
                       float: right; 
                       opacity: 0.8;
                        font-size: 10.4px;
                        }

.comment-wrapper .content-wrapper{ 
   padding:0 8px 1px 8px; 
   text-align:left;
   margin-bottom: 5px;
  background: rgba(200, 200, 200, 0.06);
  border-radius: 10px;
 margin-right: 5px;}


 .comment-content-span{ font-size: 14px; padding: 0 5px;}


.comment-wrapper .content-wrapper .read-more{ color:teal; cursor: pointer; font-size: 13px; }

.comment-wrapper .post-actions-wrapper{display: grid;
                       grid-template-columns: repeat(3, 1fr);
                       grid-gap: 5px;
                       margin-top: 10px;
                       background: rgba(0, 0, 0, 0.1);
                       border-radius: 10px;
                      }

.comment-wrapper .post-actions-wrapper button{ width: 100%; font-size: 11px; outline: none;
   color:/*#034;*/rgb(115, 115, 140); border-radius: 20px; cursor: pointer; 
/*border: 1px solid rgba(255, 255, 255, 0.03);*/
border: none;}

.comment-wrapper .post-actions-wrapper button i{  padding-right: 3px;}

.comment-wrapper .post-actions-wrapper .comment-delete-btn{display:none; margin-top: 25px;}

.comment-wrapper .post-actions-wrapper .comment-edit-btn{display:none;  margin-top: 25px;}

.comment-wrapper .post-actions-wrapper .comment-save-btn{display:none; background:rgba(0, 55, 45, 0.8); color: white;}

.comment-wrapper .post-actions-wrapper .post-like-wrapper{ margin-left: 4px; }

.comment-wrapper .post-actions-wrapper .post-more-wrapper{ margin-right: 4px; }

.comment-wrapper .post-actions-wrapper button .counts{ font-size: 10px; padding-left: 3px; }


.post-reply-textarea-wrapper { margin-top: 10px; display: grid;  grid-template-columns:80% 20%;
margin-top: 20px; display: none; margin-left: 38px;}

.post-reply-textarea-wrapper .reply-textarea-div{margin-left: 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.post-reply-textarea-wrapper .reply-btn-div{margin-right: 5px;}

.post-reply-textarea-wrapper .reply-content{width:100%;
                                  height: 30px; 
                                  outline: none;
                                 resize: none;
                                 overflow: hidden;
                                 padding:3px 10px;
                                 border:1px solid rgba(255, 255, 255, 0.2);
                                 background: rgba(0, 0, 0, 0.2);
                                 color:rgba(255, 255, 255, 0.8);
                                  }
.post-reply-textarea-wrapper .reply-content::placeholder{color:rgba(255, 255, 255, 0.7);}

.post-reply-textarea-wrapper  .send-reply-btn{width:100%;
                               height: 30px;
                               border: 1px solid rgba(255, 255, 255, 0.2);
                               background:rgba(0, 0, 0, 0.2);
                            color:rgba(255,255,255,0.1);
                              outline: none;
                              cursor: pointer;}


.comment-edit-textarea{
  border:1px solid rgba(255,255,255,0.2);
  background:rgba(0, 0, 0, 0.2);
  color:rgba(255,255,255,0.8);
  padding:4px;
  outline:none;
  resize:none;
  width:100%;
 overflow: hidden;
display: none;}


.message-dialog-wrapper{display: none; 
                        z-index: 999;
                       position: fixed;
                        top: 0;
                        left: 0;
                        background: rgb(0, 0, 0);
                        background: rgba(0, 0, 0, 0.5);
                        width: 100%;
                        height: 100%;
                        
                        }


.message-dialog-content{background: rgb(250, 250, 255);
                        padding: 10px 25px;
                      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
                     margin: 5% auto;
                   width: 80%;}

/*modifyng the modal size on big devices*/

@media screen and (min-width: 700px){
.message-dialog-content{
                     margin: 5% auto;
                   width: 50%;}
               }

.message-dialog-content .message-title{ font-weight: bold; font-size: 14px;}

.message-dialog-content .message-content{ margin-top: 10px; font-size: 15px;
    color: black;}

.message-dialog-btn-wrapper{ margin-top: 30px; padding-bottom:15px ;}

.message-dialog-btn-wrapper button{ padding: 5px 15px;
                                    border: none;
                                     outline: none;
                                     border-radius: 3px;
                                     cursor: pointer;
                                      }

.message-dialog-btn-wrapper .ok-btn{margin-right: 25px; }

.message-dialog-btn-wrapper .cancel-btn{border: 1px solid rgba(0, 0, 0, 0.2); color: rgba(0, 0, 0, 0.8);}


.load-replies{margin-left: 43px; display: none;}


.loader_img{text-align: center;
            font-size: 16px;
          padding: 20px 2px;
          word-spacing: 1.7px;
        font-size:14px ;}

.loader_img img{width: 25px;}

.loader_img .loading-text{margin-top: 5px;}


.load-more-replies{text-align: center;
                   margin: 15px auto;
                   font-size: 13.5px;
                display:none;}

.load-more-replies  .see-more-replies{ 
    padding-right: 14px;
     color: rgb(19 ,139, 184);
 cursor: pointer;
  word-spacing: 1.9px;}

.load-more-replies  .hide-replies{padding-left: 14px;  color: rgb(175 ,63, 106); cursor: pointer;
}


.no-comment-alert{word-spacing:1.9px; 
                text-align:center;
                margin-top:20px;
                  opacity:0.8; 
                  font-size:15px;
                color: crimson;}
