/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/

/* Время видео в плеере */
.mejs__time {
  width: 45px!important;
}

.tag_emp_msg_empty_state {
  background: linear-gradient(transparent, rgb(0 0 0 / 80%));
}

/*h4 {
  font-size: 1.3rem!important;
}*/

.cc-window.cc-floating {
    border-radius: 20px!important;
}

.tag_auth_social .btn {
    font-size: 10px!important;
    line-height: 18px!important;
    gap: 0px!important;
    font-weight: 100;
}

/* 🔧 Стиль для бейджа лицензии в шапке */
.badge-license-pro {
    /*  font-size: 9px !important;        Чуть меньше основного текста */
    /*  padding: 3px 8px !important;      Компактные отступы */
    /*  line-height: 1.2 !important;      Чтобы не "плыл" по высоте */
    /* letter-spacing: 0.5px !important;  Чётче читается */
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; Красивый градиент */
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; Лёгкая тень */
    /*  border: none !important;*/
}

.tag_user_menu_links .content .d-flex.flex-column {
    text-align: center !important;
}

/* Адаптив для мобильных: ещё компактнее 
@media (max-width: 768px) {
    .badge-license-pro {
        font-size: 8px !important;
        padding: 2px 6px !important;
    }
} */

.tag_feat_video_info h1 {
    /* font-weight: 500!important; */
    font-size: 30px!important;
    max-height: 200px!important;
}

/* License */
.alert-success-license {
    color: #1fa03c !important;
    background-color: #1fa03c2b;
    /* border-color: #1fa03c; */
    padding: 15px 25px;
    /* gap: 15px; */
    font-weight: 500;
    font-size: 1.1rem;
    color: #777a7d;
    transition: all 0.2s;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #1fa03c;
}

.alert-danger-license {
    color: #f2162a !important;
    background-color: #f3152a1c;
    /* border-color: #f3152a; */
    padding: 15px 25px;
    /* gap: 15px; */
    font-weight: 500;
    font-size: 1.1rem;
    color: #777a7d;
    transition: all 0.2s;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #f3152a;
    text-align: center;
}

.alert-warning-license {
    color: #f2b316 !important;
    background-color: #f2b3171a;
    /* border-color: #f3152a; */
    padding: 15px 25px;
    /* gap: 15px; */
    font-weight: 500;
    font-size: 1.1rem;
    color: #777a7d;
    transition: all 0.2s;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #f2b317;
    text-align: center;
}