.heder-container-popup {
    width: 100%;
    height: 50px;
    /* border: 1px solid black; */
    border-bottom: 1px solid #b6aeae;
    position: relative;
    top: 10px;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    margin-top: 0px!important;
    gap: 1%;
}

/* popup-therd */

.user-icon-logo {
    width: 35px;
    height: 35px;
    border: 1px solid black;
    border-radius: 50%;
    overflow: hidden;
}

.image-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heder-therd-popup {
    padding: 1.7% 0px !important;
}

.heder-text-user-name {
    font-size: 0.90rem;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
}

.edit-button-popup {
    position: absolute;
    right: 13%;
    padding: 1px 7px;
    border: none;
    outline: none;
    color: black;
    font-weight: 700;
    cursor: pointer;
    /* border-radius: 5px; */
}

.font-edit-class {
    font-size: 20px !important;
    color: black;
}

.delete-icon-box {
    width: 30px;
    height: 30px;
    /* border: 1px solid black; */
    position: absolute;
    right: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    cursor: pointer;
    /* border-radius: 5px; */
}

.delete-icon-box>i {
     color: red;
}

.emotion-contianer-popup {
    width: 100%;
    padding: 3px 0px;
    border: none;
    position: relative;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star-box-container-popup {
    width: 50%;
    padding: 3px 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4%;
}

.star-child-div {
    width: 25px;
    height: 25px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.star-child-div>i {
    font-size: 22px;
}

.emotion-icon-container {
    position: absolute;
    bottom: 85%;
    width: 30%;
    padding: 5px 0px;
    border: 1px solid var(--ct-modal-header-border-color);
    border-radius: 8px;
    background-color: #f3f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    /* display: none; */
}

.icon-box-emoji {
    width: 25px;
    height: 25px;
    cursor: pointer;
    /* border: 1px solid black; */
}

.icon-box-emoji>img {
    width: 100%;
    height: 100%;
}

.section-description-text {

    font-size: 0.90rem;
    color: #534949;
}

.comment-right-popup {
    position: relative;
    right: 6.5%;
}

.add-comment-popup {
    width: 100%;
    height: 35px;
    /* border: 1px solid black; */
    padding: 0px 12px;
}

.add-comment-innner-box {
    width: 100%;
    height: 100%;
    /* border: 1px solid black; */
    border-radius: 8px;
    overflow: hidden;
}

.add-comment-innner-box>input {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    border: none;
    outline: none;
}

.comment-user-logo {
    width: 2rem !important;
    height: 2rem !important;
}

.cancel-btn-popup {
    position: relative;
    right: 1%;

}

.popup-scroll-comment {
    max-height: 100px;
    overflow-y: scroll;
    background-color: #f3f7f9 !important;
    position: relative;
    border-radius: 8px;
    margin: 10px!important;

}

.popup-scroll-comment::-webkit-scrollbar {
    width: 0px;
}

.send-btn-popup {
    position: absolute;
    right: 1%;
    border: none!important;
}

.emotions-icon-containetr-popup {
    width: 70%;
    padding: 3px 0px;
    /* border: 1px solid black; */
    display: flex;
    /* background-color: #f3f7f9; */
    align-items: center;
    gap: 2%;
    margin-top: 1%;
    border-radius: 6px;
    position: relative;
    right: 5px;
    margin-left: 2%;
    /* justify-content: space-between; */

}

.icon-box-popup {
    width: 24px;
    height: 24px;
    font-size: 19px;
    margin-bottom: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.icon-box-popup>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-count-popup {
    font-size: 0.90rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* .cancel-btn {
    position: absolute !important;
    right: 13%;
    bottom: 10%;
    border-radius: 5px !important;
    padding: 0px 0px !important;
} */

.cancel-btn-viewcard {
  position: absolute !important;
  right: 6%;
  bottom: 10%;
  border-radius: 8px !important;
  padding: 0px 0px !important;
  /* display: none !important; */

}

.cancel-btn-viewcard>i{
  font-size: 15px;
  color: rgb(94, 94, 235);
 }
/* 
.update-btn {
    position: absolute !important;
    right: 5%;
    bottom: 10%;
    border-radius: 5px !important;
    padding: 0px 0px !important;
} */

.update-btn-viewcard {
    position: absolute !important;
    right: 3%;
    bottom: 10%;
    border-radius: 5px !important;
    padding: 0px 0px !important;
    border: none!important;
}
.update-btn-viewcard>i{
  font-size: 15px;
  color:  rgb(94, 94, 235);;
}


.cancel-btn>i {
    font-size: 15px;
    color: black;
}

.update-btn>i {
    font-size: 15px;
    color: black;
}

.delete-icon-box-popup {
    padding: 8px 8px;
    /* background-color: red; */
    position: absolute;
    top: 6px;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.edit-comment-popup-btn {
    padding: 3px 7px; ;
    background-color: #f3f7f9;
    position: absolute;
    top: 6px;
    right: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;

}


.font-edit-class-popup {
    font-size: 22px;
    color: black;
}

/* css  */

.font-modal-card-text {
    font-size: 15px;
    color: black;
}




/* .edit-comment-popup-btn-card {
    position: absolute;
    top: 6px;
    right: 11%;
    border: none;
    background-color: #f3f7f9;
} */

.edit-comment-popup-btn-card-viewCard {
  position: absolute;
  top: 0px;
  right: 100%;
  border: none;
  background-color: #f3f7f9;
}

.input-box-card {
    width: 100%;
    height: 25px;
    border: 1px solid black;
    position: relative;
    bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.input-box-card>input {
    width: 100%;
    height: 100%;
}

/* add  */

.card-input-container-old {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
}

/* end  */

/* .add-commment-icon-container-card {
    position: absolute;
    left: 5%;
    width: 71%;
    bottom: -2%;
} */


.add-commment-icon-container-card-viewcard {
  position: relative;
  left:0%;
  width: 85%;
  bottom: 5%;
}

/* modal-update-cancel-btn-styless  */


.cancel-btn-popup-btn {
    position: absolute !important;
    right: 5%;
    bottom: 3%;
    border-radius: 5px !important;
    padding: 0px 0px !important;
    color: blue !important;
}

.cancel-btn-popup-btn>i {
    font-size: 22px !important;
}

.update-btn-popup-btn {
    position: absolute !important;
    right: 1%;
    bottom: 3%;
    border-radius: 5px !important;
    padding: 0px 0px !important;
    color: blue !important;
}

.update-btn-popup-btn>i {
    font-size: 22px !important;
}


@media(min-width:1729px) and (max-width:2560px){
    
  
  
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 10%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 27px;
    height: 27px;
  }
  .star-child-div{
    width: 27px;
    height: 27px;
  }

  .star-child-div>i{
    font-size: 25px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
  .icon-box-popup{
    width: 26px;
    height: 26px;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
    right: 4%;
   } */

   
   .date-btn-popup-btn>i {
    font-size: 22px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 22px !important;
   }

/*    
   .edit-comment-popup-btn{
       padding: 3px 9px;
       right: 8%;
   } */
   
  .font-edit-class-popup{
    font-size: 21px;
   }

   /* therd-popup-end  */
}

@media only screen and (min-width:2560px){
    
  
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }

  

   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 10%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 27px;
    height: 27px;
  }
  .star-child-div{
    width: 27px;
    height: 27px;
  }

  .star-child-div>i{
    font-size: 25px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
  .icon-box-popup{
    width: 26px;
    height: 26px;
  }
  .cancel-btn-popup-btn{
    right: 9%;
    bottom: 5%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
    right: 4%;
   } */

   
   .date-btn-popup-btn>i {
    font-size: 23px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 23px !important;
   }

/*    
   .edit-comment-popup-btn{
       padding: 3px 9px;
       right: 8%;
   } */
   
  .font-edit-class-popup{
    font-size: 21px;
   }

   /* therd-popup-end  */
}

@media(max-width:1728px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 10%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
  .icon-box-popup{
    width: 26px;
    height: 26px;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
    right: 4%;
   } */

   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   /* .edit-comment-popup-btn{
       padding: 3px 9px;
       right: 8%;
   } */
   
  .font-edit-class-popup{
    font-size: 21px;
   }


   /* therd-popup-end  */
  
}
@media(max-width:1668px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }

  

   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 10%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
  .icon-box-popup{
    width: 26px;
    height: 26px;
  }
   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   
   /* .edit-comment-popup-btn{
       padding: 3px 7px;
       right: 7%;
   } */
   
  .font-edit-class-popup{
    font-size: 21px;
   }


   /* therd-popup-end  */
}
@media(max-width:1440px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }

 
   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 10%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
  .icon-box-popup{
    width: 26px;
    height: 26px;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */
   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

/*    
   .edit-comment-popup-btn{
       padding: 3px 7px;
       right: 8%;
   } */

   
  .font-edit-class-popup{
    font-size: 21px;
   }


   /* therd-popup-end  */
  
}
@media(max-width:1368px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }

  

   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 10%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */
   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }
   
   /* .edit-comment-popup-btn{
       padding: 3px 7px;
       right: 8%;
   } */

   
  .font-edit-class-popup{
    font-size: 20px;
   }

   /* therd-popup-end  */
  
}
@media(max-width:1280px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 11%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */
   
   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   
   /* .edit-comment-popup-btn{
       padding: 3px 7px;
       right: 8%;
   } */
   
  .font-edit-class-popup{
    font-size: 20px;
   }

   /* therd-popup-end  */
}

@media(max-width:1199px){
    
   
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 11%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 7%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */

   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }
   
   /* .edit-comment-popup-btn{
       padding: 3px 7px;
       right: 8%;
   }
    */
  .font-edit-class-popup{
    font-size: 20px;
   }


   /* therd-popup-end  */


}
@media(max-width:1180px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 10%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
    right: 6.4%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */

   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   
   /* .edit-comment-popup-btn{
       padding: 3px 7px;
       right: 8%;
   } */
   
  .font-edit-class-popup{
    font-size: 20px;
   }

   /* therd-popup-end  */
}
@media(max-width:1104px){

     /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 11%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */
   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   
   /* .edit-comment-popup-btn{
       padding: 3px 7px;
       right: 8%;
   } */
   
  .font-edit-class-popup{
    font-size: 20px;
   }

   /* therd-popup-end  */

}
@media(max-width:1024px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }

   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 11%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 6%;
  }

  .section-description-text{
    font-size: 0.90rem;
  }

  .emotion-icon-container{
    width: 30%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 6.4%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */
   
   
   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   /* .edit-comment-popup-btn{
       padding: 3px 7px;
       right: 7%;
   }
    */
  .font-edit-class-popup{
    font-size: 20px;
   }

   /* therd-popup-end  */

}
@media(max-width:991px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 60%;
  }

   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 16%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 9%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 11%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */

   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   
   /* .edit-comment-popup-btn{
       padding: 0px 4px;
       right: 11%;
   } */
   
  .font-edit-class-popup{
    font-size: 20px;
   }

   /* therd-popup-end  */


}
@media(max-width:768px){

  /* therd-popup-start */

  .emotions-icon-containetr-popup{
    width: 50%;
  }
  
  .star-box-container-popup{
    width: 60%;
  }

   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 14%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 8%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 24px;
    height: 24px;
  }
  .star-child-div{
    width: 24px;
    height: 24px;
  }

  .star-child-div>i{
    font-size: 23px;
  }
  .comment-right-popup {
   
    right: 11%;
  }
  .cancel-btn-popup-btn{
    right: 12%;
    bottom: 5%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */
   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   /* .edit-comment-popup-btn{
       padding: 0px 4px;
       right: 6%;
   } */
   
  .font-edit-class-popup{
    font-size: 20px;
   }

   /* therd-popup-end  */

}
@media(max-width:700px){
    
  
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 14%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 8%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 22px;
    height: 22px;
  }
  .star-child-div{
    width: 22px;
    height: 22px;
  }

  .star-child-div>i{
    font-size: 20px;
  }
  .comment-right-popup {
   
    right: 10%;
  }
  .cancel-btn-popup-btn{
    right: 12%;
    bottom: 5%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */

   .date-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

   
   .edit-comment-popup-btn{
       padding: 0px 4px;
       right: 11%;
   }

   
  .font-edit-class-popup{
    font-size: 20px;
   }



   /* therd-popup-end  */
}

@media(max-width:650px){
    
  
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 15%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 9%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 22px;
    height: 22px;
  }
  .star-child-div{
    width: 22px;
    height: 22px;
  }

  .star-child-div>i{
    font-size: 20px;
  }
  .comment-right-popup {
   
    right: 10%;
  }
  .cancel-btn-popup-btn{
    right: 11%;
    bottom: 5%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
   } */
   
   .update-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }
   
   .edit-comment-popup-btn{
       padding: 0px 4px;
       right:9%;
   }
   
  .font-edit-class-popup{
    font-size: 20px;
   }



   /* therd-popup-end  */

}

@media(max-width:600px) {
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 15%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 9%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 22px;
    height: 22px;
  }
  .star-child-div{
    width: 22px;
    height: 22px;
  }

  .star-child-div>i{
    font-size: 20px;
  }
  .comment-right-popup {
   
    right: 10%;
  }
  .cancel-btn-popup-btn{
    right: 9%;
    bottom: 5%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
    right: 2%;
   } */

   
   .update-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }
   
   .edit-comment-popup-btn{
       padding: 0px 4px;
       right: 8%;
   }

   
  .font-edit-class-popup{
    font-size: 20px;
   }

   /* therd-popup-end  */
}

@media(max-width:560px) {
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 13%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 8%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 22px;
    height: 22px;
  }
  .star-child-div{
    width: 22px;
    height: 22px;
  }

  .star-child-div>i{
    font-size: 20px;
  }
  .comment-right-popup {
   
    right: 10%;
  }

  .cancel-btn-popup-btn{
    right: 9%;
    bottom: 5%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
    right: 3%;
   } */

   
   .update-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }

  
   
   .edit-comment-popup-btn{
       padding: 0px 4px;
       right: 8%;
   }
    
  .font-edit-class-popup{
    font-size: 20px;
   }



   /* therd-popup-end  */
}

@media(max-width:500px){
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 15%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 9%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 22px;
    height: 22px;
  }
  .star-child-div{
    width: 22px;
    height: 22px;
  }

  .star-child-div>i{
    font-size: 20px;
  }
  .comment-right-popup {
   
    right: 10%;
  }

  .cancel-btn-popup-btn{
    right: 9%;
    bottom: 5%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
    right: 3%;
   } */

   
   .update-btn-popup-btn>i {
    font-size: 20px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 20px !important;
   }
   
   .edit-comment-popup-btn{
       padding: 0px 4px;
       right: 8%;
   }
    
  .font-edit-class-popup{
    font-size: 20px;
   }



   /* therd-popup-end  */

}


@media(max-width:460px) {
    
  /* therd-popup-start */
  
  .star-box-container-popup{
    width: 50%;
  }


   .user-icon-logo{
    width: 34px;
    height: 34px;
   }
   .heder-text-user-name{
    font-size: 0.90rem;
   }

   .edit-button-popup{
    right: 16%;
   }

   .font-edit-class{
    font-size: 19px;
   }
   
  .delete-icon-box{
    right: 9%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 22px;
    height: 22px;
  }
  .star-child-div{
    width: 22px;
    height: 22px;
  }

  .star-child-div>i{
    font-size: 20px;
  }
  .comment-right-popup {
   
    right: 12.5%;
  }
  
  .emotions-icon-containetr-popup{
    gap: 4%;
  }
  .icon-box-popup{
    width: 22px;
    height: 22px;
    font-size: 18px;
  }
  .comment-count-popup{
    font-size: 0.60rem;
  }
  .cancel-btn-popup-btn{
    right: 9%;
    bottom: 5%;
  }
   /* .update-btn-popup-btn{
    bottom: 5%;
    right: 2%;
   } */

   
   .update-btn-popup-btn>i {
    font-size: 15px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 15px !important;
   }

   
   .edit-comment-popup-btn{
       padding: 0px 4px;
       right: 12%;
   }
   .edit-comment-popup-btn{
    padding: 2px 4px;
    right: 8%;
  }
  
  .font-edit-class-popup{
    font-size: 15px;
   }



   /* therd-popup-end  */


}

@media(max-width:400px) {



   /* therd-popup-start */


   .user-icon-logo{
    width: 32px;
    height: 33px;
   }
   .heder-text-user-name{
    font-size: 0.85rem;
   }

   .edit-button-popup{
    right: 10%;
   }

   .font-edit-class{
    font-size: 15px;
   }
   
  .delete-icon-box{
    right: 10%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 21px;
    height: 21px;
  }
  .star-child-div{
    width: 21px;
    height: 21px;
  }

  .star-child-div>i{
    font-size: 19px;
  }
  .comment-right-popup {
   
    right: 15%;
  }
  .emotions-icon-containetr-popup{
    gap: 4%;
  }
  .icon-box-popup{
    width: 21px;
    height: 21px;
    font-size: 16px;
  }
  .comment-count-popup{
    font-size: 0.60rem;
  }
  .cancel-btn-popup-btn{
    right: 9%;
    bottom: 9%;
  }
   /* .update-btn-popup-btn{
    bottom: 9%;
    right: 2%;
   } */

   .update-btn-popup-btn>i {
    font-size: 15px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 15px !important;
   }
   
   .edit-comment-popup-btn{
       padding: 2px 4px;
       right: 8%;
   }
   
   .font-edit-class-popup{
    font-size: 15px;
   }


   /* therd-popup-end  */


}

@media(max-width:375px) {
     /* therd-popup-start */


   .user-icon-logo{
    width: 32px;
    height: 33px;
   }
   .heder-text-user-name{
    font-size: 0.85rem;
   }

   .edit-button-popup{
    right: 19%;
   }

   .font-edit-class{
    font-size: 15px;
   }
   
  .delete-icon-box{
    right: 11%;
  }

  .section-description-text{
    font-size: 0.80rem;
    
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 21px;
    height: 21px;
  }
  .star-child-div{
    width: 21px;
    height: 21px;
  }

  .star-child-div>i{
    font-size: 19px;
  }
  .comment-right-popup {
   
    right: 16%;
  }
  
  .emotions-icon-containetr-popup{
    gap: 4%;
  }
  .icon-box-popup{
    width: 21px;
    height: 21px;
    font-size: 15px;
  }

  .cancel-btn-popup-btn{
    right: 9%;
    bottom: 11%;
  }
  

   /* .update-btn-popup-btn{
    bottom: 11%;
    right: 3%;
   } */

   .update-btn-popup-btn>i {
    font-size: 15px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 15px !important;
   }
   .edit-comment-popup-btn{
       padding: 2px 4px;
       right: 8%;
   }
   .font-edit-class-popup{
    font-size: 15px;
   }
 
 


   /* therd-popup-end  */
}

@media(max-width:364px) {
    
   /* therd-popup-start */


   .user-icon-logo{
    width: 32px;
    height: 33px;
   }
   .heder-text-user-name{
    font-size: 0.85rem;
   }

   .edit-button-popup{
    right: 24%;
   }

   .font-edit-class{
    font-size: 15px;
   }
   
  .delete-icon-box{
    right: 13%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 21px;
    height: 21px;
  }
  .star-child-div{
    width: 21px;
    height: 21px;
  }

  .star-child-div>i{
    font-size: 19px;
  }
  .comment-right-popup {
   
    right: 17%;
  }
  
  .emotions-icon-containetr-popup{
    gap: 4%;
  }
  .icon-box-popup{
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .icon-box-popup{
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .cancel-btn-popup-btn{
    right: 8%;
    bottom: 0%;
  }
   /* .update-btn-popup-btn{
    bottom: 0%;
    right: 2%;
   } */

   .update-btn-popup-btn>i {
    font-size: 15px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 15px !important;
   }
   
   .edit-comment-popup-btn{
       padding: 2px 4px;
       right: 7%;
   }
   
   .font-edit-class-popup{
    font-size: 15px;
   }
 

   /* therd-popup-end  */

}

@media(max-width:350px) {
    
  /* therd-popup-start */


   .user-icon-logo{
    width: 30px;
    height: 30px;
   }
   .heder-text-user-name{
    font-size: 0.80rem;
   }

   .edit-button-popup{
    right: 24%;
   }

   .font-edit-class{
    font-size: 15px;
   }
   
  .delete-icon-box{
    right: 15%;
  }

  .section-description-text{
    font-size: 0.80rem;
  }

  .emotion-icon-container{
    width: 50%;
  }

  .icon-box-emoji{
    width: 20px;
    height: 20px;
  }
  .star-child-div{
    width: 20px;
    height: 20px;
  }

  .star-child-div>i{
    font-size: 18px;
  }
  .comment-right-popup {
   
    right: 19.5%;
  }
  
  .emotions-icon-containetr-popup{
    gap: 4%;
  }
  .icon-box-popup{
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .cancel-btn-popup-btn{
    right: 8%;
    bottom: 0%;
  }
   /* .update-btn-popup-btn{
    bottom: 0%;
    right: 2%;
   } */
   .update-btn-popup-btn>i {
    font-size: 14px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 14px !important;
   }

   
   .edit-comment-popup-btn{
       padding: 2px 4px;
       right: 7%;
      
   }
   
   .font-edit-class-popup{
    font-size: 14px;
   }

   /* therd-popup-end  */
}

@media(max-width:320px) {
    
   /* therd-popup-start */


   .user-icon-logo{
    width: 30px;
    height: 30px;
   }
   .heder-text-user-name{
    font-size: 0.70rem;
   }

   .edit-button-popup{
    right: 19%;
   }

   .font-edit-class{
    font-size: 15px;
   }
   
  .delete-icon-box{
    right: 12%;
  }

  .section-description-text{
    font-size: 0.70rem;
  }

  .emotion-icon-container{
    width: 60%;
  }

  .icon-box-emoji{
    width: 20px;
    height: 20px;
  }
  .star-child-div{
    width: 20px;
    height: 20px;
  }

  .star-child-div>i{
    font-size: 18px;
  }
  .comment-right-popup {
   
    right: 19.5%;
  }

  .icon-box-popup{
    width: 20px;
    height: 20px;
  }
  .emotions-icon-containetr-popup{
    gap: 4%;
  }
  .icon-box-popup{
    font-size: 14px;
  }
   /* .update-btn-popup-btn{
    bottom: 0%;
    right: 2%;
   } */
   .update-btn-popup-btn>i {
    font-size: 13px !important;
   }
   .cancel-btn-popup-btn>i{
    font-size: 13px !important;
   }


 

   .edit-comment-popup-btn{
       padding: 2px 3px;
       right: 7%;
      
   }
   .font-edit-class-popup{
    font-size: 13px;
   }
   /* therd-popup-end  */

}