.header{
    background-color: rgb(255, 255, 255);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.left{
    display: flex;
    width: 240px;
    height: 39px;
    align-items: center;
    margin-top: -5px;
    margin-left: 6px;
}
.menu{
    width: 21px;
    height: 24px;
    margin-left: 19px;
}
.logo{
    width: 117.5px;
    margin-left: 19.5px;
    margin-top: -2px;

}
.middle{
   display: flex;
   flex: 1;
   max-width: 715px;
   justify-content: space-between;
   align-items: center;   
}
.search-bar{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    border-width: 0.01px;
    border-color: rgb(217, 217, 217);
    border-style: solid;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.15);
    border-radius: 20px; 
    margin-left: 4px;
    margin-top:-5px ;
   
}
.div1{
    display: flex;
    flex: 1;
    margin-left:13px;   
}
.box{
    font-size: 15.5px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex: 1;
    height:30px ;
    border: none;
    width: 0;
    padding-left: 2px;
    padding-top: 1px;
   
}
.div2{
   background-color:rgb(240, 240, 240);
    border-radius: 20px;
    height: 39px;
    width:63px ;  
    

}
.search-button{
    width: 40px;
    border: none;
    height: 38px;
   
    
}
.search-icon{
    width: 25px;
    padding-left: 12px;
    padding-top: 6px;   
}
.div3{
    display: flex;
    flex-shrink: 0;
    width: 60px;
   margin-right: 50px;
}
.mic-button{
 width: 37px;
 height: 37px;
 border-radius:18.5px;
 border: none;
 margin-left: 20px;

}
.mic{
    padding-top: 4px;
    width: 16px;
    height: 18px;
}
.right{
    background-color: rgb(255, 255, 255);
    display: flex;
    width:145px;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
    flex-shrink: 0;
    margin-top:-5px ;
   
}
.create{
    width: 42px;
}
.notif-pos{
    position: relative;
    height: 35px;
    
}
.notification{
    width: 26px;
    height: 25px; 
}


.notif-pos button{
    width: 21px;
    height: 15px;
    color: white;
    background-color: rgb(201, 9, 9);
    font-size: 10px;
    border-radius: 10px;
    padding-right:10px ;
    border: none;
    
    
}
.notif-pos div{
    position: absolute;
    margin-top: -32px;
    margin-left: 14px;
}
.profile{
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

