.subject-card a{
    text-decoration: none;
    color:rgba(20, 20, 20, 0.781);
}


.theme-color{
    background-image: linear-gradient(to right, #655aa7,#9153a1); 
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FFF;
    /* background-color: #007bff; */
    background-image: linear-gradient(to right, #655aa7,#9153a1);
}
.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 12px 13px rgba(0,0,0,.2);
    margin-bottom: 1rem;
}

.video-box{
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 12px 13px rgba(0,0,0,.2);
    width: 100%;
    height: 500px;
    background-color: rgb(202, 202, 202);

    border-radius: 25px;
  border: 2px solid #a863a8;
  padding: 10px;
}

.vids{
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 2px solid #cacaca;
}


.commentBox{
    float:right;
    padding:3px; 

}


















.comment-wrapper .panel-body {
    max-height:650px;
    overflow:auto;
}

.comment-wrapper .media-list .media img {
    width:64px;
    height:64px;
    border:2px solid #e5e7e8;
}
.media{
    margin-left: -40px;
}
.media-body{
    margin-left: 10px;
}

.comment-wrapper .media-list .media {
    border-bottom:1px dashed #efefef;
    margin-bottom:25px;
}

.margin-0{
    margin: 0px !important;
}







 