body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.user-profile-wrapper p{
    color: #6D6D6D;
    font-weight: 300;
    font-size: 13px;
}
.nav-tabs {
    border-bottom: none;
}
.profile-wrapper .active {
    color: #17e914 !important;
}
.user-profile-wrapper{
    background: #e9f1ff;
    height: 100%;
    padding-top: 100px;
}
.user-profile-wrapper .post-body ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
.user-profile-wrapper .post-background{
    display: flex;
}
.user-profile-wrapper .post-body h5{
    font-weight: 300;
    font-size: 18px;
}
.user-profile-wrapper .profile-data{
    background: #fff;
    padding: 20px;
    border-radius: 13px;
}
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent !important;
    border-color: transparent !important;
  }
.user-profile-wrapper .profile-pro-image {
    display: flex;
    z-index: 9
}
.user-profile-wrapper .profile-pro-image img{
    height: 160px;
    width: 160px;
    object-fit: cover;
    border: 7px solid #fff;
}
.user-profile-wrapper .post-background{
    background: linear-gradient(89.81deg, #152CA2 9.09%, rgba(25, 38, 105, 0.3125) 103.39%, rgba(217, 217, 217, 0) 146.24%);
    border-radius: 11px;
    height: 160px;
    width: 100%;
    margin-left:-80;
   
}
.user-profile-wrapper .profile-wrapper{
    text-align: center;
}
.user-profile-wrapper .post-body{
    padding-left: 100px;
}
.user-profile-wrapper .post-body h6{
    color: #699CFF;
    font-weight: 300;
    font-size: 18px;
}
.user-profile-wrapper .profile-wrapper .material-symbols-outlined{
    font-size: 32px;
}
.user-profile-wrapper .profile-wrapper h5{
    margin: 0px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}
.user-profile-wrapper .profile-wrapper h6{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.user-profile-wrapper .profile-wrapper a{
    text-decoration: none;
}
.user-profile-wrapper .profile-wrapper span{
    color: #fff;
}
.user-profile-wrapper .user-info-body{
    margin-top: 30px;
}
.user-profile-wrapper .user-info-body h6{
    font-weight: 300;
    font-size: 17px;
}
.user-profile-wrapper .user-post-img{
   border-radius: 13px;
   padding: 17px;
}
.user-profile-wrapper .card h6{
    font-size: 13px;
    font-weight: 600;
}
.user-profile-wrapper .card-full-img img{
    height: 115px;
    width: 100%;
    object-fit: cover; 
      
}
.user-profile-wrapper .card-half-img img{
    height: 95px;
    width: 100%;
    object-fit: cover; 
}
.user-profile-wrapper .card{
    border-radius: 12px;
    background: #F3F3F3;
    overflow: hidden;
    border: none;
}
.user-profile-wrapper .btn-primary{
    background: #1631a0 !important;
    color: #ffffff;
    padding: 0.5rem 1rem;
    transition: all ease .6s;
    border: 0 !important;
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 5px !important;
    cursor: pointer;
}
.user-profile-wrapper .more-imgs{
    width: 50% !important;
    border-radius: 0px !important;
    padding-right: .5px;
    position: relative;
}
.user-profile-wrapper .more-imgs p{
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-45%, -51%);
    display: flex;
    background-color: #0000005e;
    height: 100%;
    width: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.user-profile-wrapper .nav-body{
    position: relative;
    text-decoration: none;
}
.user-profile-wrapper .nav-body::before{
    content: "";
    position: absolute;
    bottom: 0;left: 0;
    width: 0;
    height: 4px;
    transition: width 0.2s ease-out;
    background-color: #fff;
}
.user-profile-wrapper .nav-body:hover::before{
    width: 100%;
}

/*------ Posts Css -------*/

.user-info-body h2{
    font-weight: 600;
    font-size: 25px;
}