
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

/*---------- Profile Css Start ----------*/

.profile{
    position: relative;
    margin-left: 6px;
    padding: 0px;
    overflow-x: hidden;
    display: block;
    background-color:white;
    border:0px solid black;
    border-top:white;
    border-bottom:white;
    border-radius: 4px;
  }

.profile-wrapper{
    background-color: #fff;
    max-width: 280px;
    margin: 0 auto;
    padding: 0 30px;
}
.profile-wrapper .profile-detail, 
.profile-wrapper .profile-stats, 
.profile-wrapper .profile-bio{
    padding: 15px 0px;
    border-bottom: .5px solid #B0B0B0;
}
.profile-wrapper .profile-img{    
    text-align: center;
    margin-bottom: 25px;
}
.profile-wrapper .profile-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.profile-wrapper .profile-name{
    text-align: center;
}

.profile-wrapper .profile-name h3{
    color:#000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}

.profile-wrapper .profile-name a{
    color:#000;
    font-size: 17px;
    float:right;
}

.profile-wrapper .profile-name span{
    color:#000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}
.profile-wrapper .p-title{
    color:#000;
    font-size: 16px;
    line-height: 4px;
    font-weight: 700;
    display: flex;
    margin-top: 12px;
}
.profile-wrapper .profile-stats ul li{
    display: flex;
    justify-content: space-between;
}
.profile-wrapper .profile-stats ul li span{
    color:#000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.profile-wrapper .profile-bio{
    display: flex;
    justify-content: space-between;
}

.profile-wrapper .profile-bio a{
    color:#000;
    font-size: 16px;
    margin-top: 5px;
}

.profile-wrapper .profile-ads{
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 30px 0;
    width: 100%;
}

.profile-wrapper .profile-ads img{
    width:50%;
}
.profile-follow ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.profile-follow ul li button{
    color: #4A4A4A;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    background-color: transparent;
    border: 0;
}
.profile-follow ul li button.active{
    color: #0CD8FE;
}

.follow-content form#newPostFormMobile {
    padding: 20px;
    background: #F8F8F8;
}

.follow-content .text-comment{
    display: flex;
    gap: 10px;
}

.follow-content img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover; 
}
.follow-content textarea {
    border: none;
    height: auto;
    width: auto;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    background: transparent;
    resize: none;
    display: flex;
    flex: 1;
}

.show-comment{
    padding: 20px;
    background: #F8F8F8;
    margin-top: 10px; 
}

.show-comment img{    
    margin-bottom: 25px; 
}

.show-comment p{   
    color: #4A4A4A; 
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}
.show-comment p span{   
    color: #0B7BF5;
    cursor: pointer;
}

.show-comment .reaction a i{
    color: #0CCDFE;
    font-size: 15px;
}

.show-comment .reaction a .count{
    color: #000;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 5px;
}

.rply-comment{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.profile-wrapper {
    padding: 30px 0;
    border-bottom: .5px solid #B0B0B0;
}


.main-btn{
    color: #000;
    background: #C4C4C4;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 20px;
    margin-top: 20px;
}











