.search-container {
    position: relative;
    width: 100%;
}

#videoSearchInput {
    border-radius: 30px;
    border: none;
    background-color: #FFFFFFBA;
    padding: 10px 20px 10px 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: Poppins;
    
}
.search-container::before {
    content: '\f002'; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 1rem;
}