.header{
    height: 55px;
    display: flex;
    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: rgb(221, 221, 221);
    z-index: 100;
    
    
    }
    .left{
    
    
    display: flex;
    align-items: center;
    
    }
    .middle{
    
       
        flex: 1;
        margin-left: 60px;
        margin-right: 35px;
        max-width: 500px;
        display: flex;
        align-items: center;
    }
    .right{
    
        width:205px;
        display:flex;
        align-items: center;
        justify-content: space-between;
    flex-shrink: 0;
    }
    .hamburger-menu{
        height: 24px;
        margin-left: 24px;
        margin-right: 24px;
    }
    .youtube-logo{
        height: 20px;
    }
    
    .search{
    height: 36px;
       width: 60px; 
       flex: 1;
       padding-left: 12px;
       font-size: 16px;
       border-width: 1px;
       border-style: solid;
       border-color: rgb(192,192,192);
       margin-right: -2px;
       
    
    }
    .searchb{
        height: 40px;
        width: 63px;
        margin-right: 8px;
    }
    .voice-search-icon{
    margin: 0;
        height: 40px;
    width: 40px;
    border-radius: 20px;
    border: none;
    background-color:#f7f7f7;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
    }
    .search::placeholder{
        font-family: roboto,arial;
        font-size: 16px;
    }
    input{
       outline: 1px;
    border: 13px;
        border-color:rgb(192,192,192);
    }
    .searchp{
    height: 25px;
    width: 40px;
    
    
    }
    .searchb{
    border: 1px;
    background-color:#f7f7f7;
    border-color: rgb(192,192,192);
    border-style: solid;
    border-top-right-radius:2px;
    border-bottom-right-radius: 2px;
    position: relative;
    
    }
    .upload{
    height: 24px;
    position: relative;
    
    }
    .youtube-apps{
        height: 24px;
        position: relative;
        display: flex;
        justify-content: center;
        transition: opacity 0.15s;
    }
    .notification{
        height: 24px;
        position: relative;
        display: flex;
        justify-content: center;
        transition: opacity 0.15s;
    }
    .durtilz{
    height: 32px;
    border-radius: 16px;
    margin-right: 24px;
    
    }    
    .notification-number{
    position: absolute;
    right: -4px;
    top: 0px;
    background-color: #cc0000;
    font-family: roboto,Arial;
    font-size: 11px;
    color: white;
    padding-right: 5px;
    padding-left:5px;
    padding-bottom:1px;
    padding-top:1px;
    border-radius: 50px;
    border-width: 3px;
    border-color: white;
    
    
    
    }
    .searchi{
    position: relative;
    
    }
    .w2{
    
        background-color: rgba(96, 96, 96, 0.9);
        color: white;
        font-size: 12px;
        padding: 8px;
        border-radius: 2px;
        font-weight: 400;
    font-family: roboto,Arial;
    
    
    }
    .searchi div{
    position:absolute;
    right: 3px;
    bottom:-50px;
    opacity: 0;
    transition: opacity 0.15s background-color 0.15s;
    }
    .searchb:hover{
        cursor: pointer;
        background-color: rgb(238, 238, 238);
    
    }
    .searchb:active{
        cursor: pointer;
        background-color: rgb(231,231,231);
    
    
    
    }
    .searchb:hover div{
      
        
        opacity: 1;
        transition: opacity 0.15s;
        
    }
    
    .i5{
    height: 25px;
    
    
    
    }
    .voice-search-icon div{
    
    white-space: nowrap;
    position: absolute;
    bottom:-50px;
    
    opacity: 0;
    transition: opacity 0.15s;
    
    }
    .voice-search-icon:hover{
    cursor: pointer;
    
    
    }
    .voice-search-icon:hover div{
        opacity: 1;
        
    }
    .upload div{
    position: absolute;
    right: -12px;
    bottom: -45px;
    opacity:0;
    transition: opacity 0.15s;
    }
    .upload:hover{
    cursor: pointer;
    
    
    }
    .upload:hover div{
        opacity: 1;
    
    
    
    }
    #noti{
    position: absolute;
    bottom:-45px;
    opacity: 0;
    }
    
    .notification:hover{
        cursor: pointer;
    
    }
    
    .notification:hover #noti{
        opacity: 1;
    }
    .youtube-apps div{
    position: absolute;
    bottom: -45px;
    white-space: nowrap;
    opacity: 0;
    
    }
    .youtube-apps:hover{
        cursor: pointer;
    }
    .youtube-apps:hover div{
    opacity: 1;
    
    }