/*!
 * Ovoo-Movie & Video Steaming CMS
 * Author: Abdul Mannan/Spa Green Creative
 =============*/
.btn-fb {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267B3;
}
.btn-fb:active, .btn-fb:hover {
    background: #3B5CA0;
    color: #fff;
}

.btn-gplus {
    color: #fff;
    background-color: #E93F2E;
    border-color: #b72213;
}
.btn-gplus:active, .btn-gplus:hover {
    background: #b72213;
    color: #fff;
}

.video_quality, .total_episodes{
    position: absolute;
    top: 0px;
    right: 12px;
    z-index: 9;
    height: 35px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: 25px;
    line-height: 24px;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 99%, 49% 64%, 0 100%);
    background: linear-gradient(to right, #47c9f3 0%, #124f98 100%) !important;
}
.label-primary {
    background-color: #cb197b;
}

