.topbar{
    background-color: white;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 10px 20px;
}

.logo-youtube span{
    color: black;
}

.search-area {
    width: 100%;
    max-width: 600px;
    margin: 0 20px;
}

.search-input{
    height: 40px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-right: none;
}

.search-input:focus{
    box-shadow: none;
    border-color: #ccc;
}

.search-btn{
    width: 64px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0 20px 20px 0;
    box-shadow: none;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.search-btn:hover{
    background-color: #f0f0f0;
}

.mic-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-ligth.rounded-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.topbar i{
    font-size: 20px;
    color: #212121;
    cursor: pointer;
}

.icon-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

;.icon-btn:hover{
    background-color: #dcdcdc;
}

body {
    font-family: 'Roboto', sans-serif;
}



.video-info{
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
}

