*{
    margin: 0px;
}
.contentSection .space05{
    width: 100%;
    height: 5%;
}
.contentSection .wholeContent{
    width: 100%;
    height: 95%;
}
/* Table For Playlist */
.PlaylistDescription{
    width: 100%;
    height: 20%;
    margin: auto;
}
.PlaylistDescription td{
    width: 50%;
    height: 100%;
    padding: 2.5%;
}
.PlaylistDescription .videoFrameTD{
    width: 60%;
}
.PlaylistDescription .videoDescriptionTD{
    width: 15%;
}
/* Table For Playlist */
.description{
    width: 90%;
    height: 90%;
    background: linear-gradient(to right,rgba(255,255,255,0.6),rgba(255,255,255,0.4),rgba(255,255,255,0.2));
    margin: auto;
    border: 1px solid black;
    text-align: center;
    font-size: 24px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    z-index: 1;
    padding: 0px 0px; 
}
/* .description:hover{
    width: 95%;
    height: 95%;
    transition: 0.5s ease;
} */

.description ul{
    text-align: left;
}
.description .listNumber{
    width: 100%;
    height: 10%;
    
}
.description .referenceMedia{
    width: 95%;
    height: 35%;
    margin: auto;
    /* background: #000; */
    background: rgba(255,255,255,0.5);
    margin-bottom: 5%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
}
.referenceMedia img{
    width: 60%;
    height: 60%;
}
.description .reviewLink{
    width: 85%;
    height: 25%;
    border: 1px solid #000;
    margin: auto;
    margin-bottom: 5%;
    border-radius: 5px;
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.5);
}
.description a{
    text-decoration: none;
    color: #000;
}
.description .starReview{
    width: 100%;
    height: 20%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
    /* background: linear-gradient(to right,rgba(255,255,255,0.6),rgba(255,255,255,0.4),rgba(255,255,255,0.2)); */
}

/*Sidebar*/
.sideBar{
    width: 100%;
    height:42.5px;
    position: fixed;
    top:50px;
}
.sideBar a{
    float: left;
    width: 20%;
    height: 100%;
    line-height: 42.5px;
    background: linear-gradient(to right,rgba(255,255,255,0.6),rgba(255,255,255,0.4),rgba(255,255,255,0.6));
    text-align: center;
    font-size: 32px;
    text-decoration: none;
    color: black;
    text-align: center;
}
.sideBar a:hover{
    background-color: antiquewhite;
    color: #000;
}
/*Sidebar*/