.header{
    height: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
   right: 0;
    background-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: grey;
    z-index: 1;
}

.left-section{


    display: flex;
    align-items: center;
    
}

.middle-section{

    flex: 1;
    margin-left: 70px;
    margin-right: 35px;
    max-width: 500px;
    display: flex;
    align-items: center;

}

.right-section{
    margin-right: 20px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

   .search-bar{
       height: 36px;
    flex: 1; 
    padding-left: 10px;
border-style: solid;
color: gray;
border-width: 1px;
border-radius: 1px;
box-shadow: inset 1px 2px 3px; color: rgba(0, 0, 0, 0.260);
width: 0px;

}


    .search-bar::placeholder{
        font-family: Roboto, Arial;
        font-size: 16px;
    }


    .upload-icon
    {
        height: 24px;
    }
    .youtube-apps-icon{
        height: 24px;
    }
    .notifications-icon{
        height: 24px;
    }
    .notifications-container{
        position: relative;
    }
    .notifications-count{
        position: absolute;
        top: -2px;
        right: -7px;

        background-color: red;
        color: white;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-radius: 10px;
        font-size: 12px;
        font-family: Roboto, Arial;


    }
    .current-user-picture{
        height: 32px;
        width: 36px;
        border-radius: 16px;
    }

    