/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
    background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
    display: none !important;
}

.plyr__controls [data-plyr="settings"] {
    display: none !important;
}

.plyr__controls [data-plyr="volume"] {
    display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
    border-radius: 5px;
}

.plyr__poster {
    background-size: cover !important;
}

.plyr__video-wrapper {
    border-radius: 2px;
}

.plyr--video {
    border-radius: 2px !important;
}

.plyr {
    height: 100%;
}

video {
    width: 100%;
}

.plyr {
    max-height: 100%;
    height: 100%;
}

.card-video-body {
    height: 240px;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

.card-video {
    border: 1px solid #ddd;
    border-radius: 18px;
    background: #fff;
}

.card-video-info {
    padding: 20px;
}

.card-video-title {
    text-align: justify;
    color: #323232;
    font-size: 14px;
    line-height: 1.8;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 48px;
}

.card-video-badge {
    background: #ef6901;
    width: max-content;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    border-radius: 26px;
    font-size: 12px;
    color: #fff;
    height: 30px;
    margin-top: 15px;
}


@media (max-width:767px) {
    .card-video-body {
        height: 180px;
        border-radius: 18px 18px 0 0;
    }
}