  /* Style for the sidebar */
  .sidebar2 {
    color: rgb(0, 0, 0);
    overflow-y: hidden; /* Remove vertical scroll */
    justify-content: space-between; /* Ensures content is spaced evenly */
    display: flex;
    flex-direction: column;
    margin-top: 40px;

}

/* Style for the sidebar items */
.sidebar2 ul {
    list-style: none; /* Remove list bullets */
    padding-left: 0px; /* Remove default padding */
    padding-top: 0px;
    
    
}

.sidebar2 li {
    padding: 8px 0; /* Add some vertical spacing between items */
    list-style-type: disc;
    font-size: 12px;
    font-weight: normal;
    color:rgb(26, 25, 25);
    margin-left: 10px;
}

.sidebar2 li a{
    text-decoration: none;
    color:#858585;
    margin-left: 5px;
    font-size: 18px;
}

.sidebar2 li a:hover{
    text-decoration: underline;
    color: rgb(92, 92, 255);
    transition-duration: 0.3;
}


@media (max-width: 991px) {
    .sidebar2 ul{
        padding-left: 0;
        list-style: none;
    }
    
}


.relevant{
    margin-left: -10px; 
    margin-bottom: 10px;
    font-family: var(--font-h4);
    font-weight: 300;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 0em;
}



.video-content{
    margin-right: 40px;
    text-align: left;
}


.header2 {
    background-color: #2e5179;
    padding: 20px 17px;
    color: white;
    padding-left: 80px;
    margin-bottom: 25px;
    margin-left: -40px;
    margin-right: -40px; 
    margin-top:-29px;
    
}
.h2{
    font-size: 14px !important;
}
.anchor{
    font-size: 14px;
    color: white;
}

@media (max-width: 991px) {
    .video-content{
        margin-right: 20px;
    }
    .sidebar2{
        margin-left: 20px;
        margin-top: 20px;

    }
    .header2{
        text-align: center;
        margin-right: -15px; 


    }
    .content-ytube{
        margin-right: -20px;
        margin-top: 20px;

    }
    
}

.content-ytube{
    margin-top: 50px;
}

.sidebar2 .active{
    font-weight: bold;
}