.header {
    display: flex;
    height: 55px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color:white ;
    border-bottom: 1px solid rgb(230, 226, 226);
    z-index: 1;
}

.first-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ham-logo {
    width: 25px;
    margin-left: 25px;
    margin-right: 20px;
     cursor: pointer;
}

.yt-logo {
    width: 90px;
     cursor: pointer;
}


.second-section {
    flex: 1;
    margin-left: 70px;
    margin-right: 35px;
    max-width: 480px;
    display: flex;
    align-items: center;
}

.search-btn {
    width: 25px;
    margin-top: 2px;
}

.src-icon {
    height: 38px;
    width: 60px;
    border: 1px solid rgb(186, 180, 180);
    margin-left: -1px;
    cursor: pointer;
    background-color: rgb(246, 248, 250);
}

.voc-icon {
    height: 40px;
    width: 40px;
    border: none;
    margin-left: 5px;
    border-radius: 20px;
    cursor: pointer;
}

.voice-btn {
    width: 25px;
}

.search-bar {
    flex: 1;
    height: 36px;
    padding-left: 10px;
    font-size: 15px;
    border: 1px solid rgb(186, 180, 180);
    border-radius: 2px;
    box-shadow: inset 1px 2px 4px rgb(237, 234, 234);
    width: 0;
}

.search-bar::placeholder {
    font-size: 16px;
}

.third-section {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 19px;
    flex-shrink: 0;
}

.uploads {
    height: 25px;
    cursor: pointer;
}

.apps {
    height: 25px;
     cursor: pointer;
}

.notifications {
    height: 25px;
     cursor: pointer;
}

.profile-pic {
    height: 32px;
    border-radius: 16px;
     cursor: pointer;
}