@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");





.post-continer{
    width: 100%;

    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-card{
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.user-tags{
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items:last baseline ;
    justify-content: space-between;
    margin-left: -100px;
    margin-bottom: 10px;
}
.avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.infosss{
    color: white;
}
.user-Name{
    font-size: 1rem;
}
.p-title{
    font-size: 0.8rem ;
    opacity: 0.8    ;
    min-width: 10%;
    max-width: 85%;
    text-overflow: ellipsis;
}
.post-cont{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: auto;

}
.-img-post{
    width: 100%;
    scale: 1.02;
}

.-vid-post{
    display: none;
}




.reactionbar{
    color: rgb(224, 224, 224);
    display: flex;
    gap: 20px;
    width   : 100%;
    align-items: center;
    padding-left: 10px;
    margin-top: 5px;
}
.reactionbar div{
    display: flex;
    gap: 2px;
    font-size: 0.8rem;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.2s;
    
}
.reactionbar div:hover .lni-heart{
     color: rgb(247, 7, 59);
     transition-duration: 0.2s;
     scale: 1.1;
}
.reactionbar div:hover .lni-comment-1{
     color: rgb(208, 158, 248);
     transition-duration: 0.2s;
     scale: 1.1;
}
.reactionbar div i{
    
    font-size: 1.3rem;
    font-weight: 200;
}
.sides{
    display: flex;
    gap : 10px;
}
.uptime{
    margin-right: -100px;
    min-width: 150px;
    display: flex;
    height: 100%;
    margin-bottom: 5px;
    color: rgb(161, 161, 161);
    font-size: 0.8rem;
}
.addcomment{
    color: white;
    display: flex;
    margin-top: 20px;
}
input{
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    color: rgb(241, 241, 241);
    
    
}
input::placeholder{
    padding-bottom: 3px;
    font-size: 0.8rem;
}



.commnet-section{
    display: none;
    width: 500px;
    height: 100%; /* Hide by default */
}

.visible {
    display: block !important; /* Show when the 'visible' class is added */
}

.comment-section {
    margin-top: 10px; /* Add some space between reaction bar and comment section */
    width: 100%;
}

.addcomment {
    display: flex;
    margin-bottom: 10px;
    width: 100%; /* Ensure add comment section takes full width */
}

.field{
    width: 150%;
}
.con-input{
    width: 100%;
}
.-video-post{
    width: 100%;
}
.input{
    width: 100%;
}
.ma{
    color: rgb(196, 196, 196);
    font-size: 0.7rem;
    margin-bottom: -5px;
    margin-left: -20px;
}
.commax{
    margin-left:-10px ;
    margin-top: 8px;
}
.con-input{
    display: flex;
}
.bi-send{
margin-left: 20px;
cursor: pointer;
transition-duration: 0.2s;
&:hover{
    scale: 1.1;
    transition-duration: 0.2s;
    color:rgb(158, 121, 245);
}
}
.input1{
    border-bottom: 1px solid black !important;
}
.addcommetn {
    resize: none !important; /* Disable resizing */
    background-color: transparent ;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    color: rgb(196, 196, 196);
    width: 100%;
    height: 20px;
}

.Users-comments{
    color: white;
    margin-top: 10px;
    display: flex;
    gap: 10px   ;

}

.user-avatar-r{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.usercommented-comment{
    margin-top: 5px;
    font-size: 0.8rem;
    color: rgb(196, 196, 196);
}
.Activelink{
    color: white;
}