    #sticky-sidebar {
    position:fixed;
    max-width: 20%;
    }
    body{
        font-family: sans-serif;
    }
    .bg-sidebar{
    background-color: #ffffff;
    }
    .bg-main{
      background-color: #F9F9F9;
    }
    .bg-white{
      background-color: #ffffff;
    }
    .video-card{
        background-color: transparent !important;
        border: none !important;
    }
    .video-card .card-title{
        font-size: 18px;
        font-weight: bold;
    }
    .video-card .rounded-circle{
        height: 40px;
        width: 40px;
    }
    .video-card .channel-name{
        font-weight: 600;
        font-size: 18px;
    }
    .video-card .card-body{
        background-color: transparent !important;
        
    }

    .video-card .card-img-top{
     border-radius: 0px !important;
    }