 /* مودال پاپ‌آپ */
  .popup-overlay {
    display:none; position:fixed; top:0; left:0; width:100%; height:100%;
    background:rgba(0,0,0,0.8); z-index:9999; justify-content:center; align-items:center;
  }
  .popup-content {
    background:#15171d; padding:15px; border-radius:10px; max-width:920px; width:95%;
  }
  .popup-close {
    float:left; font-size:22px; cursor:pointer; color:white;
  }
  .vjs-text-track-display ::cue {
    font-family:'Vazirmatn',Tahoma,sans-serif; direction:rtl; unicode-bidi:plaintext; text-align:center;
  }
  .progress {height:6px; background:#1f2430; border-radius:99px; overflow:hidden; margin-top:8px;}
  .progress > div {height:100%; width:0; background:#0e7aff; transition:width .2s;}