.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 55px;
    z-index: 100;
    background-color: rgb(248, 248, 248);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgb(203, 203, 203);
}
.left-section{
    display: flex;
    align-items: center;
}
.right-section{
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.middle-section{
    flex: 1;
    margin-left: 70px;
    margin-right: 35px;
    max-width: 600px;
    display: flex;
    align-items: center;
}
.hamburger-menu{
    height: 41%;
    margin-left: 25px;
    margin-right: 13%;
}
.youtube-logo{
    height: 35%;
}

.search-bar{
    flex: 1;
    height: 39px;
    padding-left: 10px;
    font-size: 16px;
    border: 0.5px;
    border-radius: 3px;
    border-color: rgb(193, 193, 193);
    border-style: solid;
    box-shadow: inset 1px 2px 5px rgba(0,0,0,0.05);
    width: 3px;
}
.search-bar::placeholder{
    font-family: Roboto , Arial;
    font-size: 16px ;
}
.search-button{
    height: 43px;
    width: 60px;
    display: flex;
    align-items: center;
    border: 0.5px;
    border-width: 1px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: -5px;
    border-color: rgb(193, 193, 193);
    border-style: solid;
    background-color: #f7f7f7;
    cursor: pointer;
}
.search-button img{
    width:25px;
    padding-left: 10px;
}
.voice-button{
    margin-left: 12px;
    height: 40px;
    width: 40px;
    border:none;
    border-radius: 50%;
    background-color: #f8f8f8;
}
.upload-icon{
    height: 41%;
}
.youtube-apps-icon{
    height: 41%;
}
.notifications{
    position: relative;
}
.num{
    position: absolute;
    top: 0;
    right: -3px;
    border-radius: 50%;
    background-color: rgb(197, 4, 4);
    color: white;
    font-family: Roboto,Arial;
    font-size: 12px;
    padding: 1px 4px 1px 4px;
}
.notifications-icon{
    height: 24px;
}
.my-channel{
    height: 50%;
    border-radius: 50%;
    margin-right: 20px;
}
/* @media(prefers-color-scheme: dark){
    .header{
        background-color: rgb(40, 40, 40);
        border-color: rgb(145, 145, 145);
    }
} */

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .left-section{
        display: flex;
        align-items: center;
    }
    .right-section{
        /* width: 180px; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
    }
    .middle-section{
        flex: 1;
        margin-left: 5%;
        margin-right: 35px;
        min-width: 50px;
        display: flex;
        align-items: center;
    }
    .hamburger-menu{
        height: 41%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .youtube-logo{
        height: 35%;
    }
    
    .search-bar{
        flex: 1;
        height: 39px;
        padding-left: 10px;
        font-size: 16px;
        border: 0.5px;
        border-radius: 3px;
        border-color: rgb(193, 193, 193);
        border-style: solid;
        box-shadow: inset 1px 2px 5px rgba(0,0,0,0.05);
        width: 3px;
    }
    .search-bar::placeholder{
        font-family: Roboto , Arial;
        font-size: 16px ;
    }
    .search-button{
        height: 43px;
        width: 40px;
        display: flex;
        align-items: center;
        border: 0.5px;
        border-width: 1px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        margin-left: -5px;
        border-color: rgb(193, 193, 193);
        border-style: solid;
        background-color: #f7f7f7;
        cursor: pointer;
    }
    .search-button img{
        width:25px;
        padding-left: 10px;
    }
    .voice-button{
        margin-left: 12px;
        height: 10px;
        width: 10px;
        border:none;
        border-radius: 50%;
        background-color: #f8f8f8;
    }
    .upload-icon{
        height: 41%;
    }
    .youtube-apps-icon{
        height: 41%;
    }
    .notifications{
        position: relative;
    }
    .num{
        position: absolute;
        top: 0;
        right: -3px;
        border-radius: 50%;
        background-color: rgb(197, 4, 4);
        color: white;
        font-family: Roboto,Arial;
        font-size: 12px;
        padding: 1px 4px 1px 4px;
    }
    .notifications-icon{
        height: 24px;
    }
    .my-channel{
        height: 50%;
        border-radius: 50%;
        margin-right: 20px;
    }
}
  
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .left-section{
        display: flex;
        align-items: center;
    }
    .right-section{
        /* width: 180px; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
    }
    .middle-section{
        flex: 1;
        margin-left: 5%;
        margin-right: 35px;
        min-width: 50px;
        display: flex;
        align-items: center;
    }
    .hamburger-menu{
        height: 41%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .youtube-logo{
        height: 35%;
    }
    
    .search-bar{
        flex: 1;
        height: 39px;
        padding-left: 10px;
        font-size: 16px;
        border: 0.5px;
        border-radius: 3px;
        border-color: rgb(193, 193, 193);
        border-style: solid;
        box-shadow: inset 1px 2px 5px rgba(0,0,0,0.05);
        width: 3px;
    }
    .search-bar::placeholder{
        font-family: Roboto , Arial;
        font-size: 16px ;
    }
    .search-button{
        height: 43px;
        width: 40px;
        display: flex;
        align-items: center;
        border: 0.5px;
        border-width: 1px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        margin-left: -5px;
        border-color: rgb(193, 193, 193);
        border-style: solid;
        background-color: #f7f7f7;
        cursor: pointer;
    }
    .search-button img{
        width:25px;
        padding-left: 10px;
    }
    .voice-button{
        margin-left: 12px;
        height: 10px;
        width: 10px;
        border:none;
        border-radius: 50%;
        background-color: #f8f8f8;
    }
    .upload-icon{
        height: 41%;
    }
    .youtube-apps-icon{
        height: 41%;
    }
    .notifications{
        position: relative;
    }
    .num{
        position: absolute;
        top: 0;
        right: -3px;
        border-radius: 50%;
        background-color: rgb(197, 4, 4);
        color: white;
        font-family: Roboto,Arial;
        font-size: 12px;
        padding: 1px 4px 1px 4px;
    }
    .notifications-icon{
        height: 24px;
    }
    .my-channel{
        height: 50%;
        border-radius: 50%;
        margin-right: 20px;
    }
}
  
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
    .left-section{
        display: flex;
        align-items: center;
    }
    .right-section{
        /* width: 180px; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
    }
    .middle-section{
        flex: 1;
        margin-left: 5%;
        margin-right: 35px;
        min-width: 50px;
        display: flex;
        align-items: center;
    }
    .hamburger-menu{
        height: 41%;
        margin-left: 20%;
        margin-right: 10%;
    }
    .youtube-logo{
        height: 35%;
    }
    
    .search-bar{
        flex: 1;
        height: 39px;
        padding-left: 10px;
        font-size: 16px;
        border: 0.5px;
        border-radius: 3px;
        border-color: rgb(193, 193, 193);
        border-style: solid;
        box-shadow: inset 1px 2px 5px rgba(0,0,0,0.05);
        width: 3px;
    }
    .search-bar::placeholder{
        font-family: Roboto , Arial;
        font-size: 16px ;
    }
    .search-button{
        height: 43px;
        width: 40px;
        display: flex;
        align-items: center;
        border: 0.5px;
        border-width: 1px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        margin-left: -5px;
        border-color: rgb(193, 193, 193);
        border-style: solid;
        background-color: #f7f7f7;
        cursor: pointer;
    }
    .search-button img{
        width:25px;
        padding-left: 10px;
    }
    .voice-button{
        margin-left: 12px;
        height: 10px;
        width: 10px;
        border:none;
        border-radius: 50%;
        background-color: #f8f8f8;
    }
    .upload-icon{
        height: 41%;
    }
    .youtube-apps-icon{
        height: 41%;
    }
    .notifications{
        position: relative;
    }
    .num{
        position: absolute;
        top: 0;
        right: -3px;
        border-radius: 50%;
        background-color: rgb(197, 4, 4);
        color: white;
        font-family: Roboto,Arial;
        font-size: 12px;
        padding: 1px 4px 1px 4px;
    }
    .notifications-icon{
        height: 24px;
    }
    .my-channel{
        height: 50%;
        border-radius: 50%;
        margin-right: 20px;
    }
}
