.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    padding-left: 160px;
    padding-right: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
body {
    height: 2500px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 70px;
    padding-left: 150px;
    padding-right: 150px;
    background-color: #faf9f6;
}
p {
padding: 0;
margin: 0;
}
.logo {
    height: 35px;
    margin-right: 5px;
}
.left-section {
    display: flex;
    align-items: center;
    width: 300px;
    margin-right: 120px;
}
.left-section a{
    margin-right: 8px;
}
.middle-section {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}
.right-section {
    display: flex;
    border-left: 1px solid rgba(199, 192, 192, 0.5);
    width: 140px;
    margin-left: 30px;
    justify-content: space-between;
    padding-left: 20px;
}
.search-box {
    width: 100%;
    line-height: 1.75;
    font-weight: 400;
    font-size: 14px;
    height: 34px;
    background-color: rgba(175, 211, 233, 0.349);
    border-radius: 5px;
    padding: 0 8px;
    border: none;
    box-shadow: none;
}
.search-box::placeholder {
font-size: 14px;
padding-left: 25px;
}

.home {
    height: 23px;
    margin-bottom: 0px;
    padding-right: 40px;
}
.dp {
    height: 30px;
    border-radius: 50%;
    
}
.me-icon {
    display: flex; 
    flex-direction: column;
    padding-top: 2px;
   padding-bottom: 2px;
}

.top-icon {
   display: flex; 
   flex-direction: column;
   opacity: 0.6;
   padding-top: 2px;
   padding-bottom: 2px;
}
.top-icon i{
    margin-left: 5px;
}
.top-icon:hover {
    opacity: 1;
}
.notification {
    height: 23px;
    margin-bottom: 0px;
}
.notification-container {
    display: flex; 
    flex-direction: column;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    opacity: 0.6;
 }
 .notification-container:hover {
     opacity: 1;
 }
 .TryPremium{
    font-size: smaller;
 }
label {
    font-size: 11px;
} 

.main {
    display: flex;
    justify-content: space-between;

}
.left-main {
    width: 230px;
    margin-right: 25px; 
    display: flex;
    flex-direction: column;
    
}
.left-main-1 {
    height: 356px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid rgba(199, 192, 192, 0.5);
    border-radius: 10px;
    background-color: white;
}
.banner {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.my-picture {
    width: 30%;
    border: 2px white solid;
    border-radius: 50%;
    position: absolute;
    left: 70px;
    top: 30px;
    
}
.about {
    border: 1px solid white;
    background-color: white;
    border-bottom: 1px solid rgba(199, 192, 192, 0.5);
}
.about h5 {
     padding-top: 10px; 
    text-align: center;
    margin-bottom: 0;
    padding-right: 15px;
}
.about p {
    font-size: 12px;
    text-align: center;
    margin-top: 5px; 
    margin-bottom: 10px;
}
.analytics {  
    border-bottom: 1px solid rgba(199, 192, 192, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    
}
.analytics h5 { 
   margin-bottom: 0;
   margin-left: 4px; 
}
.analytics p {
   font-size: 12px;
   margin-top: 5px; 
   margin-bottom: 10px;
   margin-left: 4px; 
}
.premium {
    margin-top: 10px;
    border-bottom: 1px solid rgba(199, 192, 192, 0.5);
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
   
}
.premium p { 
    margin-bottom: 4px;
    margin-left: 4px; 
    font-size: 12px;
 }   
 .my-item p{
    padding-left: 67px;
 }
.my-item {
    font-size: 13px;
    font-weight: 600;
    padding-top: 6px;  
    padding-left: 10px;
}
.left-main-2 {
    height: 440px;
    background-color: white;
    border: 1px solid rgba(199, 192, 192, 0.5);
    border-radius: 10px;
    padding: 15px 10px;
    position: sticky;
    top: 80px; 
    
}
.left-main-2 h6 {
    color: blue;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 12px
}
.events {
    height: 18px;
    margin-right: 5px;
    margin-bottom: 10px;

}
.events-p {
    font-size: 12px;
    padding-bottom: 13px;

}
.event-flex{
    display: flex;
    align-items: center;
    opacity: 0.7;
}
.event-flex i{
    padding-right: 8px;
    margin-bottom: 10px;
}
.event-flex:hover {
    opacity: 1;
}
.same {
    margin-top: 4px;
    font-size: 14px;
    opacity: 0.7;
}
.same:hover{
    opacity: 1;
    cursor: pointer;
}
.discover {
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid rgba(199, 192, 192, 0.5);
}
.middle-main {
    flex: 1;
   
}
.middle-pic {
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.middle-main-1 {
    border-radius: 20px;
    background-color: white;
    margin-bottom: 10px;
    border: 1px solid rgba(199, 192, 192, 0.5);
}
.post-1 {
    display: flex;
    padding: 10px 20px;
}
.post {
    flex: 1;
    border: 1px solid rgba(199, 192, 192, 0.5);
    background-color: transparent;
    border-radius: 40px;
}
.post::placeholder {
    padding-left: 10px;
    color: black;
}
.upload {
    height: 25px;
    margin: 12px;
}
.input {
    display: flex;
    align-items: center; 
    padding-left: 17px;
    padding-right: 26px;
}
.input i{
    margin-right: 8px;
}
.linked-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px; 
}
.post-record{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 45px;
}
.post-about {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;

}
.post-image {
    width: 100%;
    margin-top: 10px;
}
.middle-main-2 {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px 12px;
    border: 1px solid rgba(199, 192, 192, 0.5);
   
}
.post-stats{
    border-bottom: 1px solid rgba(199, 192, 192, 0.5);
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    

}
.commentandshare{
    display: flex;
    margin-left: 175px;
}
.name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}
.name-about {
    font-size: 13px;
    font-weight: 400;
    color: grey;
}
.right-main {
    width: 290px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
   
}
.right-main-1 {
    height: 400px;
    background-color:white;
    border: 1px solid rgba(199, 192, 192, 0.5);
    border-radius: 10px;
    margin-bottom: 10px; 
    padding-top: 10px;
    padding-left: 10px;
}
.arz {
    width: 50px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 10px;
}
.arz-info {
   width: 180px;
}
.arz-card {
    display: flex;
    margin-bottom: 5px;
}
.arz-info h5 {
    margin-bottom: 5px;
}
.arz-info p {
    margin-bottom: 10px;
    font-size: 12px;
}
.follow-button {
    padding: 8px 16px;
    border-radius: 16px;
    border: 1px solid black;
    background-color: transparent;
    font-size: 15px;
}
.right-main-2 {
    height: 250px;
    width: 291px;
    margin-top: 0;
    background-color:white;
    border: 1px solid rgba(199, 192, 192, 0.5);
    border-radius: 10px;
    margin-bottom: 10px;

}
.link-2 {
    width: 80px;
}
.link-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.right-main-2 button {
    padding: 10px 12px;
    margin-top: 20px;
    color: blue;
    background-color: transparent;
    border: 1px solid blue;
    border-radius: 20px;
    width: 70%;
}
.right-main-3 {
    height: 200px;
   
    
}
.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    padding: 5px 25px;
}
.footer p {
    font-size: 12px;
}

.icon {
    height: 15px;
    margin-right: 10px;
}
.icon-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-group i{
    margin-right: 15px;
}
.dm-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.messaging {
    display: flex;

    position: fixed;
    bottom: 0;
    right: 0;
    background-color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid rgba(199, 192, 192, 0.5);
    align-items: center;
    width: 250px;
    justify-content: space-between;
    padding: 10px;
}
.position {
    position: sticky;
    top: 80px;
}
