*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: Arial, Helvetica, sans-serif;
    
}
nav{
    width:100%;
    height:60px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    position: fixed;
    z-index: 1000;
    top: 0px;

}
.logo img{
    width: 35px;
    height: 35px;
    margin-left: 5px ;
    cursor: pointer;
    object-position: center;
    position: relative;
    right: 10px;
}
.left{
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    margin-left:5px;
    margin-right: 60px;
}
.search_bar{
    width:200px;
    height:40px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position:fixed;
    margin-left: 15px;

   top: 10px;
  
   
   
    left:50px;
}
 #icon{
   margin-top: 12px;
    font-size: 19px;
    color: #919191;
    padding-left: 30px;
    padding-top: 5px;
   margin-right: 20px;
   padding-bottom: 10px;

   
   
} 
 input{
   
    background:transparent;
    display: flex;
    outline:none;
    border:0;
    font-size: 16px;
    width:200px;
    padding-top:0px;
    margin-top: 0px ;

}
.center{
    position: relative;
    left: 50px;
}
.center i{
    margin: 0px 45px 0px 45px;
    font-size: 22px;
}
.center i:hover{
    color:#45abff;
    cursor:pointer;
}
.right{
    display: flex;
    align-items: center;
    margin-right:10px ;
}
.right i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background:#efefef;
    line-height:35px;
    padding-left: 8px;
    font-size: 18px;
    margin-left: 8px;
    cursor:pointer;
}
.right img{
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center;
    border-radius:50%;
    margin-left: 8px;
    line-height: 45px;
    cursor: pointer;
}
.main{
    display: flex;
    margin-top: 60px;
    background: #f5f5f5;
    font-size: 15px;
}
.left1 img{
height: 30px;
width: 30px;
display: flex;
align-items: center;
cursor: pointer;
transition: 0.2s;
object-fit: cover;
object-position: center;
border-radius: 50%;
margin-top: 5px;

}
.left1 img:hover{
    background: #e3e3e3;
}
.left1{
    width:25%;
    height:100%;
    overflow:hidden;
    overflow-y: scroll;
    background: #f5f5f5;
    padding:20px 6px 5px 10px;
    position: fixed;
}
.main .left1 ::-webkit-scrollbar{
    width: 7px;
}
.main .left1 ::-webkit-scrollbar-thumb{
    border-radius: 20px;
    background: #f5f5f5;
}
.main .left1 :hover::-webkit-scrollbar-thumb{
    background:#cccccc;
}
 hr{
    width: 100%;
    height: 1px;
    border:0;
    background: #cccccc;
    margin:10px 0;

}
 h2{
    font-size: 18px;
    color:#919191;
    margin: 5px 0;
}
.edit{
    color: #45abff;
    font-size:15px ;
    float: right;
    position: relative;
    bottom: 23px;
    cursor: pointer;
}
.left1:hover.edit{
    opacity: 1;
}
.shortcuts{
    display: flex;
    align-items: center;
    transition: 0.2s;

}
.shortcuts.img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-top:10px;
   
}
.left1 p{
font-size: 13px;
margin-left: 5px;
}

.center1{
    width:50px;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #f5f5f5;
    margin-left:25%;
}
.center1::-webkit-scrollbar{
    width: 0;
}
.box{
    width: 100%;
    height:260px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    position: relative;
    bottom: 0px;
    margin-bottom: 0px;
}
.my_story{
    width: 135px;
    height:220px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow:0 1px 8px  rgba(0,0,0,0.2);
    border-radius: 10px;
    cursor:pointer;
}
.img2{
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:center;
}
.story_upl{
    width:100%;
    height: 60px;
    background: #fff;
    position: relative;
    bottom:50px;
    cursor:pointer;
}
#img3{
    position: relative;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height:30px;
    margin-left:50px;
    border-radius: 50%;
}
.story_tag{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom:20px;
    font-size:15px;
    font-weight: 700;

}
.my_story1{
    width: 135px;
    height:220px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow:0 1px 8px  rgba(0,0,0,0.2);
    border-radius: 10px;
    cursor:pointer;
    margin-left: 5px;
}
.img4{
width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:center;
}
.story_profile{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom:25px;
}
.img5{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    bottom:45px;
    left: 3px;
}
.story_name{
    position: relative;
    
    left: 3px;
    
    }
.name{
    font-size:15px;
    font-weight: 600;
    color: #fff;
    position: relative;
    bottom:70px;
    display: inline-block;
}
.my_story2{
    width: 135px;
    height:220px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow:0 1px 8px  rgba(0,0,0,0.2);
    border-radius: 10px;
    cursor:pointer;
    margin-left: 5px;
}
.my_story3{
    width: 135px;
    height:220px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow:0 1px 8px  rgba(0,0,0,0.2);
    border-radius: 10px;
    cursor:pointer;
    margin-left: 5px;
}
.my_story4{
    width: 135px;
    height:220px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow:0 1px 8px  rgba(0,0,0,0.2);
    border-radius: 10px;
    cursor:pointer;
    margin-left: 5px;
}
.img4,.img6,.img8,.img10{
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:center;
}
.img5,.img7,.img9,.img11{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    bottom:45px;
    left: 3px;
}
.story_post{
    width:600px;
    height:150px;
    background: #fff;
    padding:10px 15px;
    border-radius: 7px;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
    position: relative;
    top: 0px;
    margin-top: 0px;
    
    
}
.post_top img{
    width: 40px;
    height:40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.post_top{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
#input{
    width: 90%;
    padding:10px;
    margin-left: 20px;
    border: 0;
    outline: none;
    background:#efefef;
    border-radius: 30px;
    font-size:17px;
}
.post_bottom{
    width: 100%;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    right: 50px;
    left: 10px;
    margin: 5px auto;
}
.post_icon{
    display:grid ;
    align-items: center;
    padding:5px 40px;
    margin: 0px auto;
    cursor: pointer;

}
p{
    font-size: 15px;
    font-weight: bold;

}
i.brown{
    font-size: 23px;
    color:brown;
    padding-right:3px;
    
}
i.pink{
    font-size: 23px;
    color:palevioletred;
        padding-right:3px;
}
i.blue{
    font-size: 23px;
    color:blue;
        padding-right:3px;
}
.room{
    width:600px;
    height:70px;
    background:#fff;
    box-shadow:0 1px 8px rgba(0,0,0,0.2);
    padding:10px 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.room_img{
    display: flex;
    align-items: center;
    border:1px solid #45abff;
    padding:10px;
    border-radius: 50%;
    width:50px;
    margin-right: 5px;
}
.room img{
    width:25px;
    margin-right: 8px;
}
.room_tag{
    color:#45abff;
    display: inline;
}
.room_profile img{
    width: 45px;
    height:45px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: 0 8px;
    border:3px solid #45abff;
    position: relative;
left: 15px;
}
.friends_post{
    margin:10px 0;
    width: 600px;
    height:90px;
    background: #fff;
    padding:10px 15px;
    border-radius:7px;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.2);

}
.friend_post_top{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.img_and_name img{
    width: 45px;
    height:45px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
    cursor: pointer;
}
.img_and_name{
    display: flex;
    align-items: center;
}
.friends_name{
    font-weight: bold;
    cursor:pointer;
    
   
}
.friends_name:hover{
    text-decoration:underline;
}
.time{
    font-size: 14px;
    color:#919191;
    margin:3px 0;
}
.time i{
    font-size: 10px;
    margin-left: 5px;
}
.menu {
position: relative;
right: 0px;
top:0px;
}




.menu i{
    width:35px;
    height:35px;
    border-radius: 50%;
   display:flex;
   line-height: 35px;
   margin-left: 8px;
   font-size: 18px;
   display: flex;
   margin-left: 300px;
}
.emoji{
    width: 100%;
   
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: flex;

}
.post1{
    width:100%;
    height:300px;
    margin-left: 0px;
    margin-top:45px;
    position: relative;

    object-fit: cover;
    object-position: center;
    background:#fff;
    border-radius: 10px;

}
.info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;

}
.emoji img{
width: 20px;
height: 20px;
right:3px;
}
.comment{
    display: flex;
    align-items: center;
    right: 0px;
}
.info p{
    margin-right:35px;
    font-size: 14px;
    margin-left: 3px;
    color: #919191;
    bottom: 0px;
    
}
.like ,.share,.comment{
    width:100%;
    margin-top:0px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.post11{
    margin-left: 0px;
}
.likeicon i{
    font-size: 18px;
    margin-right: 8px;
   color:#919191;
}
.like p{
    display:inline;
    color:#919191;
   font-size: 18px;
}
#like{
     color:#45abff;
}
.commentWrap{
display: flex;
align-items: center;

}
.commentWrap img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
}
.commentsea{
    width:700px;
    padding:5px 15px;
    background: #efefef;
    border-radius: 30px;
}
.commentsea input{
    width:85%;
    height:15px;
    background: none;
    border:none;
    outline:none;
}
.commentsea i{
   
    padding:0px 5px;
    color:#919191;
}
.post3{
     width: 580px;
    height:300px;
    margin-left: 0px;
    margin-top:45px;
    position: relative;

    object-fit: cover;
    object-position: center;
    background:#fff;
    border-radius: 10px;

}
.like ,.share,.comment{
    width:550px;
    margin-top:0px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.commentWrap img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
}
.commentsea{
    width:550px;
    padding:5px 15px;
    background: #efefef;
    border-radius: 30px;
}
.commentsea input{
    width:85%;
    height:15px;
    background: none;
    border:none;
    outline:none;
}
.commentsea i{
   
    padding:0px 5px;
    color:#919191;
}
.loard{
    height: 30px;
    width: 15px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 50px 0;
}
button{
    height: 30px;
    width: 15px;
    background: none;
    padding:5px 20px;
    border:1px solid #919191;
    color:#919191;
    border-radius: 5px;
    cursor: pointer;

}
