/*!
 * 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: 5px;
    left:5px;
    z-index: 111;
}
.label-primary,
.video_quality .label,
.total_episodes .label,
.label-primary.episodes-badge,
span.label-primary,
.label.label-primary {
    background-color: #D4AF37 !important;
    color: #000000 !important; /* تغيير لون النص إلى أسود */
    font-weight: 600 !important; /* جعل النص أكثر سماكة ليظهر بوضوح */
    text-shadow: none !important; /* إزالة أي ظل للنص */
}


.label-primary {
    background-color: #D4AF37;
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-family: 'Tajawal', sans-serif; /* لتحسين مظهر النص العربي */
    direction: rtl; /* لجعل النص يبدأ من اليمين */
}


.title {
    font-family: 'Tajawal', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    direction: rtl;
}




/* تنسيق صندوق البحث */
.navbar-form {
    padding: 0;
    margin: 10px 0;
}

.input-group {
    width: 100%;
}

#search-input {
    background-color: #1a1a1a;
    border: 2px solid #D4AF37;
    color: #fff;
    height: 40px;
    border-radius: 0 5px 5px 0;
}

#search-input:focus {
    border-color: #E5BE48;
    box-shadow: none;
}

.input-group-btn .btn-default {
    background-color: #D4AF37;
    border: 2px solid #D4AF37;
    border-left: none;
    color: #000;
    height: 40px;
    border-radius: 5px 0 0 5px;
}

.input-group-btn .btn-default:hover {
    background-color: #E5BE48;
    border-color: #E5BE48;
}
