.YoutubeVideoList {
        margin-bottom: 10px;
        padding: 0;
}
.YoutubeVideoList .ListVideo {
        /* padding: 10px; */
        /* border: 1px solid #ddd; */
}
.YoutubeVideoList ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.YoutubeVideoList li {
        /* background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center / 5% auto; */
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
}
.YoutubeVideoList .ListVideo .VideoItem img {
        /* display: none; */
        height: 40px;
        width: 55px;
        object-fit: cover;
}
.YoutubeVideoList li .title:hover {
        color: #620101;
}
.YoutubeVideoList li .title {
        color: #444;
        font-size: 14px;
        flex: 1;
        margin-left: 10px;
}
.YoutubeVideoList .VideoHeader {
        border-radius: 0 10px 0 0;
        display: none;
        height: 28px;
        padding-bottom: 5px;
}
.YoutubeVideoList .VideoHeader .Text {
        color: #fff;
        font: bold 10pt/28px arial;
        height: 28px;
        padding-left: 30px;
}
.ListVideo > span .CurrentPage {
        font: bold 13px arial;
        padding: 3px;
        text-align: right;
}
.YoutubeVideoList .ListVideo>div>span>span, .YoutubeVideoList .ListVideo>div>span>a {
        width: 25px;
        height: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        font-size: 12px;
        text-decoration: none;
}
.YoutubeVideoList .ListVideo>div>span>span {
        background: #106936;
        color: #fff;
}
.YoutubeVideoList .ListVideo >div> span{
        display: flex;
        justify-content: center;
        margin-top: 10px;
}
