.active_element{
            background: rgb(123 ,142, 137);}


.reply-wrapper{box-shadow:0px 1px 0px 1px rgba(0, 0, 0, 0.1); padding-bottom: 20px; margin-bottom: 0;
 }

.reply-content-wrapper{display: grid;
                         grid-template-columns: 20% 80%;
                         }


 .reply-wrapper .reply-content-wrapper .user-profile-pic-wrapper img{ 
   width:40px;
    height:40px ;
    object-fit: cover;
    border-radius: 50%;
     border: 1px solid rgba(255, 255, 255, 0.5);
     padding: 1px;}

.reply-wrapper  .user-name{ 
  color:/*#034;*/rgba(
        255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;}

.reply-wrapper .time{color:rgba(
        255, 255, 255, 0.4);
                       float: right; 
                       opacity: 0.8;
                        font-size: 10px;}

.reply-wrapper .content-wrapper{
   padding:0 8px 1px 8px; 
   text-align:left;
   margin-bottom: 5px;
  font-size: 14px;
 background: rgba(200, 200, 200, 0.06);
  border-radius: 10px;
 margin-right: 5px;}


.reply-wrapper .content-wrapper .read-more{ color:teal; cursor: pointer; font-size: 13px; }

.reply-wrapper .post-actions-wrapper{display: grid;
                       grid-template-columns: repeat(2, 1fr);
                       grid-gap: 5px;
                      }

.reply-wrapper .post-actions-wrapper button{ width: 100%; font-size: 10.5px; border: none; outline: none;
    color:/*#034;*/rgb(115, 115, 140);
    border-radius: 20px; 
    cursor: pointer; }

.reply-wrapper .post-actions-wrapper button i{  padding-right: 3px; font-size: 10.5px;}

.reply-wrapper .post-actions-wrapper .reply-save-btn{display:none; background:rgba(0, 55, 45, 0.8); color: white;}


.reply-wrapper .post-actions-wrapper .post-like-wrapper{ margin-left: 4px; }

.reply-wrapper .post-actions-wrapper .post-more-wrapper{ margin-right: 4px; }

.reply-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;}

.post-reply-textarea-wrapper .reply-textarea-div{margin-left: 5px;}

.post-reply-textarea-wrapper .reply-btn-div{margin-right: 5px;}

.post-reply-textarea-wrapper textarea{width:100%;
                                  height: 30px; 
                                  outline: none;
                                 resize: none;
                                 overflow: hidden;
                                 padding:3px 10px;
                                 border: 2px solid rgba(0, 0, 0, 0.2);
                                  }
.post-reply-textarea-wrapper textarea::placeholder{/*color: rgba(0, 0, 0, 0.7);*/
color: rgba(255, 255, 255, 0.8);}

.post-reply-textarea-wrapper  button{width:100%;
                               height: 30px;
                               border: 1px solid rgba(0, 0, 0, 0.2);
                               background:rgba(0, 0, 0, 0.2);
                              color:/*rgb(240, 240, 250)*/rgba(245,245,250);
                              outline: none;
                              cursor: pointer;}

.reply-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;}

.no-replies-alert{word-spacing:1.9px;
                 text-align:center;
                   margin-top:20px;
                  opacity:0.8;
                   font-size:14px;
                   padding-bottom: 20px;
                   color: crimson;}

.load-more-replies{text-align: center;
                   margin: 15px auto;
                   font-size: 13px;}

.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;
}

.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; 
 color: black;
 font-size: 15px;
 }

.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);}


