ravnur-player-public 3.4.2 → 3.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (262) hide show
  1. package/.eslintignore +7 -0
  2. package/.eslintrc.js +206 -0
  3. package/.flowconfig +3 -0
  4. package/.vscode/extensions.json +7 -0
  5. package/.vscode/launch.json +37 -0
  6. package/.vscode/settings.json +4 -0
  7. package/README-Private.md +54 -0
  8. package/babel.config.js +28 -0
  9. package/bitbucket-pipelines.yml +61 -0
  10. package/cert.pem +23 -0
  11. package/demo/BaseM.mp4 +0 -0
  12. package/demo/HD.mp4 +0 -0
  13. package/demo/annotations.json +50 -0
  14. package/demo/annotations_ge.json +50 -0
  15. package/demo/base.mp3 +0 -0
  16. package/demo/cc_2125en.vtt +4958 -0
  17. package/demo/cc_en.vtt +171 -0
  18. package/demo/cc_ge.vtt +178 -0
  19. package/demo/chapters_en.vtt +38 -0
  20. package/demo/chapters_ge.vtt +5 -0
  21. package/demo/chapters_ge1.json +23 -0
  22. package/demo/hls/audio/stereo/en/128kbit.m3u8 +912 -0
  23. package/demo/hls/audio/stereo/none/128kbit.m3u8 +912 -0
  24. package/demo/hls/audio/surround/en/320kbit.m3u8 +912 -0
  25. package/demo/hls/playlist.m3u8 +31 -0
  26. package/demo/hls/video/10000kbit.m3u8 +894 -0
  27. package/demo/hls/video/1100kbit.m3u8 +894 -0
  28. package/demo/hls/video/1500kbit.m3u8 +894 -0
  29. package/demo/hls/video/250kbit.m3u8 +894 -0
  30. package/demo/hls/video/4000kbit.m3u8 +894 -0
  31. package/demo/hls/video/500kbit.m3u8 +894 -0
  32. package/demo/hls/video/6000kbit.m3u8 +894 -0
  33. package/demo/hls/video/800kbit.m3u8 +894 -0
  34. package/demo/hls.js +5 -0
  35. package/demo/hls.js.map +1 -0
  36. package/demo/hls.min.js +2 -0
  37. package/demo/hls.min.js.map +1 -0
  38. package/demo/playlist.m3u8 +31 -0
  39. package/demo/ravnur-flash-audio.swf +0 -0
  40. package/demo/ravnur-flash-video-hls.swf +0 -0
  41. package/demo/ravnur-flash-video.swf +0 -0
  42. package/demo/shaka/shaka-player.foo.debug.d.ts +4532 -0
  43. package/demo/shaka/shaka-player.foo.debug.externs.js +3886 -0
  44. package/demo/shaka/shaka-player.foo.debug.js +1746 -0
  45. package/demo/shaka/shaka-player.foo.debug.map +8 -0
  46. package/demo/shaka/wrapper.js +7 -0
  47. package/demo/test.html +458 -0
  48. package/dist/RavnurMediaPlayer.min.js +1 -1
  49. package/dist/cdn/RavnurMediaPlayer.min.js +1 -1
  50. package/jest.config.js +4 -0
  51. package/key.pem +27 -0
  52. package/lib/es5.js +344 -0
  53. package/lib/images/Spinner-small.gif +0 -0
  54. package/lib/images/close.png +0 -0
  55. package/lib/images/ic_check_box_black_24dp_1x.png +0 -0
  56. package/lib/images/ic_check_box_outline_blank_black_24dp_1x.png +0 -0
  57. package/lib/images/ic_chevron_left_white_24dp_1x.png +0 -0
  58. package/lib/images/ic_chevron_right_white_24dp_1x.png +0 -0
  59. package/lib/images/ic_closed_caption_white_24dp_1x.png +0 -0
  60. package/lib/images/ic_fast_forward_white_24dp_1x.png +0 -0
  61. package/lib/images/ic_fast_rewind_white_24dp_1x.png +0 -0
  62. package/lib/images/ic_fullscreen_exit_white_24dp_1x.png +0 -0
  63. package/lib/images/ic_fullscreen_white_24dp_1x.png +0 -0
  64. package/lib/images/ic_hd_white_24dp_1x.png +0 -0
  65. package/lib/images/ic_keyboard_arrow_left_black_24dp_1x.png +0 -0
  66. package/lib/images/ic_keyboard_arrow_right_black_24dp_1x.png +0 -0
  67. package/lib/images/ic_pause_white_24dp_1x.png +0 -0
  68. package/lib/images/ic_photo_white_24dp_1x.png +0 -0
  69. package/lib/images/ic_play_arrow_white_24dp_1x.png +0 -0
  70. package/lib/images/ic_refresh_white_24dp_1x.png +0 -0
  71. package/lib/images/ic_settings_white_24dp_1x.png +0 -0
  72. package/lib/images/ic_skip_next_white_24dp_1x.png +0 -0
  73. package/lib/images/ic_skip_previous_white_24dp_1x.png +0 -0
  74. package/lib/images/ic_toc_white_24dp_1x.png +0 -0
  75. package/lib/images/ic_volume_off_white_24dp_1x.png +0 -0
  76. package/lib/images/ic_volume_up_white_24dp_1x.png +0 -0
  77. package/lib/player4ie8.css +225 -0
  78. package/package.json +1 -5
  79. package/server.js +29 -0
  80. package/src/config/cc.js +56 -0
  81. package/src/config/i18n.js +101 -0
  82. package/src/config/options.js +123 -0
  83. package/src/config/playlist.js +9 -0
  84. package/src/config/source.js +23 -0
  85. package/src/config/statuses.js +8 -0
  86. package/src/config/styles.js +16 -0
  87. package/src/entity.js +27 -0
  88. package/src/events.js +5 -0
  89. package/src/extensions/annotations.js +142 -0
  90. package/src/extensions/audio-tarcks.js +115 -0
  91. package/src/extensions/backward.js +45 -0
  92. package/src/extensions/base.js +73 -0
  93. package/src/extensions/bottom-next.js +50 -0
  94. package/src/extensions/bottom-prev.js +50 -0
  95. package/src/extensions/buffering.js +78 -0
  96. package/src/extensions/c2pa.js +350 -0
  97. package/src/extensions/caption-search.js +230 -0
  98. package/src/extensions/cc.js +874 -0
  99. package/src/extensions/crawl.js +118 -0
  100. package/src/extensions/download.js +411 -0
  101. package/src/extensions/error.js +47 -0
  102. package/src/extensions/forward.js +44 -0
  103. package/src/extensions/fullscreen.js +84 -0
  104. package/src/extensions/help.js +201 -0
  105. package/src/extensions/helpers/FileSaver.js +157 -0
  106. package/src/extensions/helpers/clickOpener.js +180 -0
  107. package/src/extensions/helpers/opener.js +30 -0
  108. package/src/extensions/helpers/openerHeightChecker.js +13 -0
  109. package/src/extensions/helpers/popover.js +33 -0
  110. package/src/extensions/helpers/popoverPosition.js +30 -0
  111. package/src/extensions/helpers/scrollIntoView.js +9 -0
  112. package/src/extensions/helpers/storage.js +20 -0
  113. package/src/extensions/helpers/textContent.js +6 -0
  114. package/src/extensions/helpers/timeCodeToSeconds.js +44 -0
  115. package/src/extensions/helpers/transport.js +43 -0
  116. package/src/extensions/helpers/vtt-loader.js +42 -0
  117. package/src/extensions/index.js +87 -0
  118. package/src/extensions/live.js +76 -0
  119. package/src/extensions/mux.js +57 -0
  120. package/src/extensions/next-frame.js +44 -0
  121. package/src/extensions/next.js +48 -0
  122. package/src/extensions/placeholder.js +241 -0
  123. package/src/extensions/play.js +102 -0
  124. package/src/extensions/poster.js +47 -0
  125. package/src/extensions/prev-frame.js +44 -0
  126. package/src/extensions/prev.js +48 -0
  127. package/src/extensions/progress.js +465 -0
  128. package/src/extensions/resizer.js +37 -0
  129. package/src/extensions/settings.js +367 -0
  130. package/src/extensions/theater.js +56 -0
  131. package/src/extensions/title.js +38 -0
  132. package/src/extensions/toc.js +334 -0
  133. package/src/extensions/volume.js +196 -0
  134. package/src/flash/FlashPlugin.js +301 -0
  135. package/src/flash/MediaElement.js +361 -0
  136. package/src/flash/plugins.js +32 -0
  137. package/src/flash-detector.js +66 -0
  138. package/src/helpers/$t.js +10 -0
  139. package/src/helpers/binder.js +11 -0
  140. package/src/helpers/isAndroid.js +5 -0
  141. package/src/helpers/isBlackBerry.js +5 -0
  142. package/src/helpers/isCanvasSupported.js +6 -0
  143. package/src/helpers/isIE.js +21 -0
  144. package/src/helpers/isMobile.js +10 -0
  145. package/src/helpers/isWindows.js +5 -0
  146. package/src/helpers/isWindowsPhone.js +5 -0
  147. package/src/helpers/isiOS.js +5 -0
  148. package/src/html5media.js +19 -0
  149. package/src/index.js +2 -0
  150. package/src/logger.js +31 -0
  151. package/src/microevent.js +65 -0
  152. package/src/normalize-options.js +139 -0
  153. package/src/player.js +864 -0
  154. package/src/players/base.js +209 -0
  155. package/src/players/flash.js +172 -0
  156. package/src/players/hls.js +278 -0
  157. package/src/players/html.js +205 -0
  158. package/src/players/index.js +59 -0
  159. package/src/players/shaka.js +219 -0
  160. package/src/playlist.js +362 -0
  161. package/src/screenfull.js +121 -0
  162. package/src/state.js +474 -0
  163. package/src/static/es5.js +344 -0
  164. package/src/static/images/Spinner-small.gif +0 -0
  165. package/src/static/images/close.png +0 -0
  166. package/src/static/images/ic_check_box_black_24dp_1x.png +0 -0
  167. package/src/static/images/ic_check_box_outline_blank_black_24dp_1x.png +0 -0
  168. package/src/static/images/ic_chevron_left_white_24dp_1x.png +0 -0
  169. package/src/static/images/ic_chevron_right_white_24dp_1x.png +0 -0
  170. package/src/static/images/ic_closed_caption_white_24dp_1x.png +0 -0
  171. package/src/static/images/ic_fast_forward_white_24dp_1x.png +0 -0
  172. package/src/static/images/ic_fast_rewind_white_24dp_1x.png +0 -0
  173. package/src/static/images/ic_fullscreen_exit_white_24dp_1x.png +0 -0
  174. package/src/static/images/ic_fullscreen_white_24dp_1x.png +0 -0
  175. package/src/static/images/ic_hd_white_24dp_1x.png +0 -0
  176. package/src/static/images/ic_keyboard_arrow_left_black_24dp_1x.png +0 -0
  177. package/src/static/images/ic_keyboard_arrow_right_black_24dp_1x.png +0 -0
  178. package/src/static/images/ic_pause_white_24dp_1x.png +0 -0
  179. package/src/static/images/ic_play_arrow_white_24dp_1x.png +0 -0
  180. package/src/static/images/ic_refresh_white_24dp_1x.png +0 -0
  181. package/src/static/images/ic_settings_white_24dp_1x.png +0 -0
  182. package/src/static/images/ic_skip_next_white_24dp_1x.png +0 -0
  183. package/src/static/images/ic_skip_previous_white_24dp_1x.png +0 -0
  184. package/src/static/images/ic_toc_white_24dp_1x.png +0 -0
  185. package/src/static/images/ic_volume_off_white_24dp_1x.png +0 -0
  186. package/src/static/images/ic_volume_up_white_24dp_1x.png +0 -0
  187. package/src/static/player4ie8.css +225 -0
  188. package/src/styles/bplaylist.css.js +124 -0
  189. package/src/styles/index.js +1966 -0
  190. package/src/styles/playlist.css.js +84 -0
  191. package/src/styles/rplaylist.css.js +98 -0
  192. package/src/svgs.js +111 -0
  193. package/src/types/Logger.js +10 -0
  194. package/src/types/Options.js +179 -0
  195. package/src/types/Playlist.js +3 -0
  196. package/src/types/Source.js +28 -0
  197. package/src/types/State.js +46 -0
  198. package/src/types/Styles.js +11 -0
  199. package/src/types/TimeData.js +8 -0
  200. package/src/types/Translation.js +69 -0
  201. package/src/utils/absolutizeUrl.js +9 -0
  202. package/src/utils/addClass.js +9 -0
  203. package/src/utils/addEvent.js +31 -0
  204. package/src/utils/addProperty.js +65 -0
  205. package/src/utils/appendChild.js +14 -0
  206. package/src/utils/buff2hex.js +5 -0
  207. package/src/utils/contains.js +33 -0
  208. package/src/utils/createElement.js +24 -0
  209. package/src/utils/each.js +34 -0
  210. package/src/utils/escapeHTML.js +8 -0
  211. package/src/utils/existy.js +4 -0
  212. package/src/utils/extend.js +17 -0
  213. package/src/utils/filter.js +16 -0
  214. package/src/utils/find.js +11 -0
  215. package/src/utils/findIndex.js +20 -0
  216. package/src/utils/first.js +5 -0
  217. package/src/utils/get.js +19 -0
  218. package/src/utils/has.js +5 -0
  219. package/src/utils/hasClass.js +6 -0
  220. package/src/utils/head.js +11 -0
  221. package/src/utils/inRange.js +16 -0
  222. package/src/utils/index.js +73 -0
  223. package/src/utils/isArray.js +4 -0
  224. package/src/utils/isBoolean.js +3 -0
  225. package/src/utils/isElement.js +7 -0
  226. package/src/utils/isEmpty.js +6 -0
  227. package/src/utils/isEqual.js +33 -0
  228. package/src/utils/isEqualBuffer.js +13 -0
  229. package/src/utils/isFunction.js +3 -0
  230. package/src/utils/isNotEmpty.js +5 -0
  231. package/src/utils/isObject.js +5 -0
  232. package/src/utils/isString.js +9 -0
  233. package/src/utils/last.js +4 -0
  234. package/src/utils/map.js +11 -0
  235. package/src/utils/negate.js +8 -0
  236. package/src/utils/noop.js +1 -0
  237. package/src/utils/notExisty.js +5 -0
  238. package/src/utils/reduce.js +8 -0
  239. package/src/utils/remove.js +7 -0
  240. package/src/utils/removeClass.js +8 -0
  241. package/src/utils/removeEvent.js +7 -0
  242. package/src/utils/toArray.js +7 -0
  243. package/src/utils/toggleClass.js +16 -0
  244. package/src/utils/uidGenerator.js +8 -0
  245. package/src/utils/upperFirst.js +4 -0
  246. package/tests/extensions/__snapshots__/download.spec.js.snap +226 -0
  247. package/tests/extensions/__snapshots__/fullscreen.spec.js.snap +30 -0
  248. package/tests/extensions/__snapshots__/title.spec.js.snap +16 -0
  249. package/tests/extensions/download.spec.js +111 -0
  250. package/tests/extensions/fullscreen.spec.js +56 -0
  251. package/tests/extensions/title.spec.js +35 -0
  252. package/tests/mocks/assets/BaseM.mp4 +0 -0
  253. package/tests/mocks/assets/hls.min.js +5 -0
  254. package/tests/mocks/assets/styleMock.js +1 -0
  255. package/tests/mocks/base-player-options.js +47 -0
  256. package/tests/mocks/sources.js +58 -0
  257. package/tests/mocks/timedata/cc_en.vtt +171 -0
  258. package/tests/mocks/timedata/cc_ge.vtt +178 -0
  259. package/tests/utils/wait.js +1 -0
  260. package/webpack.config.js +78 -0
  261. package/dist/.DS_Store +0 -0
  262. package/dist/cdn/.DS_Store +0 -0
@@ -0,0 +1,1966 @@
1
+ import { createElement, first } from '../utils';
2
+
3
+ /* eslint max-len: 0 */
4
+
5
+ import getPlaylistStyles from './playlist.css';
6
+
7
+ function _getStyles(styles, rect) {
8
+ let videoHeight4ccLayout = 'calc(100% - 160px)';
9
+
10
+ if (rect) {
11
+ videoHeight4ccLayout = rect.bottom - rect.top - 160 + 'px';
12
+ }
13
+
14
+ return `
15
+ .rplayer {
16
+ font-family: 'Roboto',sans-serif;
17
+ width: 100%;
18
+ height: 100%;
19
+ -webkit-user-select: none;
20
+ -ms-user-select: none;
21
+ user-select: none;
22
+ outline: 0;
23
+ position: relative;
24
+ z-index: 1;
25
+ text-align: left;
26
+ }
27
+
28
+ .rplayer, .rplayer * {
29
+ box-sizing: border-box;
30
+ }
31
+
32
+ .rplayer--fullscreen .rplayer__inner {
33
+ height: 100% !important;
34
+ width: 100% !important;
35
+ min-height: 100vh;
36
+ min-width: 100vw;
37
+ z-index: 9999999;
38
+ position: static;
39
+ padding-bottom: 0;
40
+ margin: 0 auto
41
+ }
42
+
43
+ @media (orientation: portrait) {
44
+ .rplayer--fullscreen .rplayer--iphone .rmp-extensions {
45
+ bottom: 40px;
46
+ }
47
+ .rplayer--fullscreen .rplayer--iphone .rmp-ext-cc__text {
48
+ bottom: 125px;
49
+ }
50
+ }
51
+
52
+ .rplayer--fullscreen:-webkit-full-screen .rplayer__inner,
53
+ .rplayer--fullscreen:-moz-full-screen .rplayer__inner,
54
+ .rplayer--fullscreen:-ms-fullscreen .rplayer__inner,
55
+ .rplayer--fullscreen:fullscreen .rplayer__inner,
56
+ min-height: 100vh;
57
+ min-width: 100vw;
58
+ }
59
+
60
+ .rplayer--fullscreen .rplayer__playlist-wrapper {
61
+ display: none;
62
+ }
63
+
64
+ .rplayer button span {
65
+ display: inline;
66
+ padding: 0;
67
+ }
68
+
69
+ .rplayer--fullscreen .rplayer .rmp-flash-wrapper, .rplayer--fullscreen .rplayer video {
70
+ background-color: black;
71
+ }
72
+
73
+ .rplayer audio {
74
+ width: 100%
75
+ }
76
+
77
+ .rplayer video {
78
+ outline: 0
79
+ }
80
+
81
+ .rplayer--fullscreen {
82
+ position: fixed!important;
83
+ top: 0!important;
84
+ bottom: 0!important;
85
+ right: 0!important;
86
+ left: 0!important;
87
+ background-color: black;
88
+ width: 100%!important;
89
+ max-width: 100% !important;
90
+ height: 100vh !important;
91
+ z-index: 9999999!important;
92
+ display: block;
93
+ }
94
+
95
+ .rplayer--fullscreen .rplayer {
96
+ display: table-cell;
97
+ vertical-align: middle
98
+ }
99
+
100
+ .rplayer__inner {
101
+ margin: auto;
102
+ background-color: black;
103
+ }
104
+
105
+ .rplayer__inner, .rplayer__playlist-wrapper {
106
+ position: relative;
107
+ overflow: hidden;
108
+ width: 100%;
109
+ height: 100%;
110
+ }
111
+
112
+ .rplayer__inner--playing .rmp-ext-help, .rplayer__inner--playing .rmp-ext-title {
113
+ opacity: 0;
114
+ z-index: -9;
115
+ }
116
+
117
+ .rplayer__inner--loading>* {
118
+ visibility: hidden
119
+ }
120
+
121
+ .rplayer__inner--loading>.loader {
122
+ border: 4px solid #f3f3f3;
123
+ border-top: 4px solid #666;
124
+ border-radius: 50%;
125
+ width: 60px;
126
+ height: 60px;
127
+ animation: spin 2s linear infinite;
128
+ visibility: visible;
129
+ position: absolute;
130
+ left: 50%;
131
+ top: 50%;
132
+ margin-top: -30px;
133
+ margin-left: -30px
134
+ }
135
+
136
+ @keyframes spin {
137
+ 0% {
138
+ transform: rotate(0deg)
139
+ }
140
+
141
+ to {
142
+ transform: rotate(-360deg)
143
+ }
144
+ }
145
+
146
+ @-webkit-keyframes spin {
147
+ 0% {
148
+ transform: rotate(0deg)
149
+ }
150
+
151
+ to {
152
+ transform: rotate(360deg)
153
+ }
154
+ }
155
+
156
+ .rplayer .rmp-flash-wrapper,.rplayer video {
157
+ background-color: transparent;
158
+ position: absolute;
159
+ top: 0;
160
+ left: 0;
161
+ bottom: 0;
162
+ height: 100%;
163
+ width: 100%;
164
+ border: 0
165
+ }
166
+
167
+ .rplayer .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer .rplayer__inner--cc-below video {
168
+ position: relative;
169
+ height: ${videoHeight4ccLayout};
170
+ }
171
+
172
+ .rplayer--cc-75-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--cc-75-below .rplayer__inner--cc-below video {
173
+ height: calc(100% - 110px);
174
+ }
175
+
176
+ .rplayer--cc-100-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--cc-100-below .rplayer__inner--cc-below video {
177
+ height: calc(100% - 140px);
178
+ }
179
+
180
+ .rplayer--cc-125-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--cc-125-below .rplayer__inner--cc-below video {
181
+ height: calc(100% - 150px);
182
+ }
183
+
184
+ .rplayer--cc-150-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--cc-150-below .rplayer__inner--cc-below video {
185
+ height: calc(100% - 170px);
186
+ }
187
+
188
+ .rplayer--cc-200-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--cc-200-below .rplayer__inner--cc-below video {
189
+ height: calc(100% - 200px);
190
+ }
191
+
192
+ .rplayer--fullscreen .rplayer--cc-75-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--fullscreen .rplayer--cc-75-below .rplayer__inner--cc-below video {
193
+ height: calc(100vh - 130px);
194
+ }
195
+
196
+ .rplayer--fullscreen .rplayer--cc-100-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--fullscreen .rplayer--cc-100-below .rplayer__inner--cc-below video {
197
+ height: calc(100vh - 160px);
198
+ }
199
+
200
+ .rplayer--fullscreen .rplayer--cc-125-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--fullscreen .rplayer--cc-125-below .rplayer__inner--cc-below video {
201
+ height: calc(100vh - 180px);
202
+ }
203
+
204
+ .rplayer--fullscreen .rplayer--cc-150-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--fullscreen .rplayer--cc-150-below .rplayer__inner--cc-below video {
205
+ height: calc(100vh - 210px);
206
+ }
207
+
208
+ .rplayer--fullscreen .rplayer--cc-200-below .rplayer__inner--cc-below .rmp-flash-wrapper[id],.rplayer--fullscreen .rplayer--cc-200-below .rplayer__inner--cc-below video {
209
+ height: calc(100vh - 230px);
210
+ }
211
+
212
+ .rmp-extensions, .rmp-ext-title {
213
+ height: 86px;
214
+ left: 0;
215
+ right: 0;
216
+ position: absolute;
217
+ background-repeat: repeat-x;
218
+
219
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDg2NUVBOEM1QTQ0MTFFNzlGNTJDQTRCNzY1MURGNEMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDg2NUVBOEI1QTQ0MTFFNzlGNTJDQTRCNzY1MURGNEMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjAzOTcwY2FjLWEyYWMtMTE3YS05OGUxLWI5NzUzOTY2ZTQ4MyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjAzOTcwY2FjLWEyYWMtMTE3YS05OGUxLWI5NzUzOTY2ZTQ4MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoORptwAAACaSURBVHjafFBbDoAgDBsbev87egsF8fEBtqmY2LRrGRtmZpvfcD7QEE7BKtYIinAruoNVAQXvKAjv2R27HHiMOpN7TN0qWjVRo7XU5iNnKFuvqfczwZTxgbj/hNJUDj/3n5xPpTJcSDIokrrMGM6dJZQvBOaisyRqgXLB2jJ1s3DHLCuOkXEMNQF1plUDt1Sbkxv4iMQG+CXAAOG1UnHx2OgyAAAAAElFTkSuQmCC');
220
+
221
+ color: ${styles.mainColor};
222
+ z-index: 4;
223
+ transition: opacity 500ms ease;
224
+ }
225
+
226
+ .rplayer--iphone .rmp-extensions, .rplayer--iphone .rmp-ext-title {
227
+ transition: none;
228
+ transform: translateZ(0);
229
+ z-index: 9;
230
+ background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 100%);
231
+ }
232
+
233
+ .rmp-extensions {
234
+ background-position: bottom;
235
+ bottom: -26px;
236
+ padding-top: 26px;
237
+ padding-right: 5px;
238
+ font-size: 12px;
239
+ z-index: 5;
240
+ display: flex;
241
+ }
242
+
243
+ .rmp-ext-backward, .rmp-ext-prev-frame, .rmp-ext-play, .rmp-ext-next-frame, .rmp-ext-forward,
244
+ .rmp-ext-volume, .rmp-ext-progress, .rmp-ext-settings, .rmp-ext-theater, .rmp-ext-cc, .rmp-ext-toc,
245
+ .rmp-ext-audio-tracks, .rmp-ext-search, .rmp-ext-settings, .rmp-ext-fullscreen, .rmp-ext-bottom-next,
246
+ .rmp-ext-bottom-prev {
247
+ max-height: 31px;
248
+ }
249
+
250
+ .rplayer--mobile .rmp-extensions {
251
+ bottom: -20px;
252
+ }
253
+
254
+ .rplayer__inner--light .rmp-ext-help,
255
+ .rmp-extensions--hidden > .rmp-extensions, .rmp-extensions--hidden > .rmp-ext-title, .rmp-extensions--hidden > .rmp-ext-help {
256
+ opacity: 0;
257
+ }
258
+
259
+ .rplayer__inner--light.rplayer__inner--hovering .rmp-extensions, .rplayer__inner--light.rplayer__inner--hovering .rmp-ext-help,
260
+ .rplayer__inner--active .rmp-extensions, .rplayer__inner--active .rmp-ext-help {
261
+ opacity: 1;
262
+ }
263
+
264
+ .rmp-extensions button, .rmp-ext-help__button {
265
+ height: 32px;
266
+ border: none;
267
+ cursor: pointer;
268
+ position: relative;
269
+ background-color: transparent;
270
+ float: left;
271
+ color: ${styles.submenuColor};
272
+ width: 36px
273
+ }
274
+
275
+
276
+ .rplayer--mobile .rmp-extensions .rmp-ext-forward, .rplayer--mobile .rmp-extensions .rmp-ext-backward {
277
+ display: none;
278
+ }
279
+
280
+ .rplayer--mobile .arrow svg {
281
+ width: 24px !important;
282
+ height: 24px !important;
283
+ }
284
+
285
+ .rmp-extensions button svg, .rmp-ext-help__button {
286
+ width: 24px;
287
+ height: 24px;
288
+ display: block;
289
+ fill: ${styles.mainColor};
290
+ opacity: .75
291
+ }
292
+
293
+ .rmp-extensions button:hover svg, .rmp-ext-help__button:hover {
294
+ opacity: 1
295
+ }
296
+
297
+ .rmp-extensions button, .rmp-ext-title__title,
298
+ .rplayer__playlist-item, .rmp-ext-c2pa__item {
299
+ padding: 0 5px;
300
+ outline-offset: -2px;
301
+ }
302
+
303
+ .rplayer__inner--accessibility .rmp-extensions button:focus,
304
+ .rplayer__inner--accessibility .rmp-ext-progress__bar:focus,
305
+ .rplayer__inner--accessibility .rmp-ext-title__title:focus,
306
+ .rplayer__inner--accessibility .rplayer__playlist-item:focus,
307
+ .rplayer__inner--accessibility .rmp-ext-c2pa__item:focus {
308
+ outline: 2px solid blue;
309
+ }
310
+
311
+ .rmp-extensions > button:first-of-type {
312
+ margin-left: 6px
313
+ }
314
+
315
+ .rmp-ext-placeholder {
316
+ position: absolute;
317
+ top: 0;
318
+ right: 0;
319
+ bottom: 0;
320
+ left: 0;
321
+ z-index: 1;
322
+ background-color: #000;
323
+ opacity: 0.001;
324
+ }
325
+
326
+ .rmp-ext-placeholder--animation {
327
+ background-color: transparent;
328
+ opacity: 1;
329
+ }
330
+
331
+ .rplayer__inner--light .rmp-ext-placeholder__play-btn {
332
+ display: inline-block;
333
+ }
334
+
335
+ .rplayer__inner--light .rmp-ext-placeholder {
336
+ background-color: transparent;
337
+ opacity: 1;
338
+ cursor: pointer;
339
+ }
340
+
341
+ .rplayer__inner--light.rplayer__inner--hovering .rmp-ext-placeholder__play-btn {
342
+ width: 78px;
343
+ height: 78px;
344
+ margin-top: -40px;
345
+ margin-left: -40px;
346
+ cursor: pointer;
347
+ }
348
+
349
+ .rplayer__inner--light.rplayer__inner--hovering .rmp-ext-placeholder__play-btn svg {
350
+ top: 11px;
351
+ left: 11px;
352
+ cursor: pointer;
353
+ }
354
+
355
+ .rmp-ext-placeholder__play-btn {
356
+ background-color: rgba(61,61,61,.75);
357
+ border: 0 none;
358
+ border-radius: 50%;
359
+ position: absolute;
360
+ width: 72px;
361
+ height: 72px;
362
+ left: 50%;
363
+ top: 50%;
364
+ margin-top: -36px;
365
+ margin-left: -36px;
366
+ display: none;
367
+ outline: none;
368
+ }
369
+
370
+ .rmp-ext-placeholder__icon {
371
+ position: absolute;
372
+ width: 56px;
373
+ height: 56px;
374
+ left: 50%;
375
+ top: 50%;
376
+ margin-top: -28px;
377
+ margin-left: -28px
378
+ }
379
+
380
+ .rmp-ext-placeholder__icon svg, .rmp-ext-placeholder__play-btn svg {
381
+ position: absolute;
382
+ width: 56px;
383
+ height: 56px;
384
+ fill: #222
385
+ }
386
+
387
+ .rmp-ext-placeholder__play-btn svg {
388
+ fill: ${styles.mainColor};
389
+ position: absolute;
390
+ top: 8px;
391
+ left: 8px;
392
+ }
393
+
394
+ .rmp-ext-placeholder--animation .rmp-ext-placeholder__icon {
395
+ animation: disappear-icon .75s ease 1
396
+ }
397
+
398
+ @keyframes disappear-icon {
399
+ 0% {
400
+ opacity: 1
401
+ }
402
+
403
+ to {
404
+ transform: scale(2);
405
+ opacity: 0
406
+ }
407
+ }
408
+
409
+ @-webkit-keyframes disappear-icon {
410
+ 0% {
411
+ opacity: 1
412
+ }
413
+
414
+ to {
415
+ transform: scale(2);
416
+ opacity: 0
417
+ }
418
+ }
419
+
420
+ .rmp-extensions .rmp-ext-play svg {
421
+ display: none
422
+ }
423
+
424
+ .rmp-extensions .rmp-ext-play--paused .play,.rmp-extensions .rmp-ext-play--playing .pause, .rmp-extensions .rmp-ext-play--ended .replay {
425
+ display: block
426
+ }
427
+
428
+ .rmp-ext-progress {
429
+ flex-grow: 1;
430
+ }
431
+
432
+ .rmp-ext-progress__current {
433
+ line-height: 32px;
434
+ padding: 0 8px;
435
+ user-select: none
436
+ }
437
+
438
+ .rmp-ext-progress__overlay {
439
+ background-color: #fff;
440
+ display: block;
441
+ position: absolute;
442
+ top: 0;
443
+ left: 0;
444
+ right: 0;
445
+ bottom: 0;
446
+ opacity: .75
447
+ }
448
+
449
+ .rmp-ext-progress__bar {
450
+ cursor: pointer;
451
+ height: 4px;
452
+ border-radius: 2px;
453
+ position: absolute;
454
+ top: 14px;
455
+ left: 16px;
456
+ right: 16px;
457
+ display: block;
458
+ -webkit-box-shadow: 0 0 2px 0 rgba(51,51,51,.5);
459
+ box-shadow: 0 0 2px 0 rgba(51,51,51,.5);
460
+ transition: all 50ms linear
461
+ }
462
+
463
+ .rmp-ext-progress__generic-live-stream.rmp-ext-progress__bar {
464
+ pointer-events: none;
465
+ }
466
+ .rmp-ext-progress__generic-live-stream .rmp-ext-progress__progress {
467
+ width: 100% !important;
468
+ background-color: #e62048;
469
+ }
470
+ .rmp-ext-progress__generic-live-stream .rmp-ext-progress__handle,
471
+ .rmp-ext-progress__generic-live-stream .rmp-ext-progress__play-progress,
472
+ .rmp-ext-progress__generic-live-stream.rmp-ext-progress > span:nth-child(2),
473
+ .rmp-ext-progress__generic-live-stream.rmp-ext-progress > span:nth-child(3) {
474
+ display: none;
475
+ }
476
+
477
+ .rmp-ext-progress__bar:hover {
478
+ height: 8px;
479
+ margin-top: -2px
480
+ }
481
+
482
+ .rmp-ext-progress__bar-padding {
483
+ position: absolute;
484
+ z-index: 5;
485
+ bottom: -2px;
486
+ left: 0;
487
+ right: 0;
488
+ display: block;
489
+ height: 18px;
490
+ cursor: pointer;
491
+ }
492
+
493
+ .rmp-ext-progress__duration {
494
+ line-height: 32px;
495
+ padding: 0 8px;
496
+ user-select: none;
497
+ position: relative
498
+ }
499
+
500
+ .rmp-ext-progress__handle {
501
+ position: absolute;
502
+ left: 0;
503
+ width: 6px;
504
+ height: 10px;
505
+ top: -3px;
506
+ margin-left: -3px;
507
+ cursor: pointer;
508
+ background-color: #fff;
509
+ border-radius: 2px;
510
+ -webkit-box-shadow: 0 0 2px 0 rgba(51,51,51,.25);
511
+ box-shadow: 0 0 2px 0 rgba(51,51,51,.25);
512
+ z-index: 7;
513
+ transform: translateZ(0);
514
+ }
515
+
516
+ @media only screen and (max-device-width: 768px) and (pointer:coarse) {
517
+ .rmp-ext-progress__handle {
518
+ width: 12px !important;
519
+ height: 24px !important;
520
+ top: -9px !important;
521
+ margin-left: -6px !important;
522
+ background-color: transparent;
523
+ box-shadow: none;
524
+ transform: translateZ(0);
525
+ padding: 6px 5px;
526
+ }
527
+
528
+ .rmp-ext-progress__chapter-bubble {
529
+ z-index: 5;
530
+ }
531
+
532
+ .rmp-ext-progress__handle:before {
533
+ content: '';
534
+ display: block;
535
+ width: 6px;
536
+ height: 10px;
537
+ top: -3px;
538
+ margin-left: -3px;
539
+ background-color: #fff;
540
+ border-radius: 2px;
541
+ -webkit-box-shadow: 0 0 2px 0 rgba(51,51,51,.25);
542
+ box-shadow: 0 0 2px 0 rgba(51,51,51,.25);
543
+ transform: translateZ(0);
544
+ }
545
+
546
+ .rmp-ext-progress__bar:hover .rmp-ext-progress__handle:before {
547
+ height: 14px;
548
+ }
549
+ }
550
+
551
+ .rmp-ext-progress__progress {
552
+ left: 0;
553
+ position: absolute;
554
+ top: 0;
555
+ bottom: 0;
556
+ background: #fff;
557
+ z-index: 2
558
+ }
559
+
560
+ .rmp-ext-progress__play-progress {
561
+ left: 0;
562
+ position: absolute;
563
+ top: 0;
564
+ bottom: 0;
565
+ background: ${styles.accentColor};
566
+ z-index: 3
567
+ }
568
+
569
+ .rmp-ext-progress__bar:hover .rmp-ext-progress__handle {
570
+ top: -4px;
571
+ height: 16px
572
+ }
573
+
574
+ .rmp-ext-progress__tooltip {
575
+ position: absolute;
576
+ bottom: 80px;
577
+ background-color: #333;
578
+ padding: 4px 8px;
579
+ font-size: 12px;
580
+ border-radius: 4px;
581
+ display: none;
582
+ text-align: center;
583
+ z-index: 5
584
+ }
585
+
586
+ .rmp-ext-progress__thumbmail:not(:empty) {
587
+ margin-bottom: 7px
588
+ }
589
+
590
+ .rmp-ext-progress__thumbmail-time,.rmp-ext-volume {
591
+ display: inline-block
592
+ }
593
+
594
+ .rmp-ext-volume__btn .muted,.rmp-ext-volume__btn--muted .unmuted {
595
+ display: none
596
+ }
597
+
598
+ .rmp-ext-volume__btn--muted .muted {
599
+ display: block
600
+ }
601
+
602
+ .rmp-ext-progress__tooltip--visible {
603
+ display: flex !important;
604
+ justify-content: center !important;
605
+ flex-direction: column !important;
606
+ align-items: center !important;
607
+ }
608
+
609
+ .rmp-ext-progress__chapter-bubble {
610
+ position: absolute;
611
+ display: block;
612
+ width: 12px;
613
+ height: 12px;
614
+ top: 50%;
615
+ margin-top: -6px;
616
+ margin-left: -6px;
617
+ z-index: 6
618
+ }
619
+
620
+ .rmp-ext-progress__chapter-bubble:before {
621
+ content: '';
622
+ position: absolute;
623
+ display: block;
624
+ position: absolute;
625
+ width: 8px;
626
+ height: 8px;
627
+ border-radius: 50%;
628
+ background-color: ${styles.chaptersBubbleColor};
629
+ top: 50%;
630
+ margin-top: -4px;
631
+ margin-left: 2px;
632
+ -webkit-box-shadow: 0 0 2px 0 rgba(251,251,251,.85);
633
+ box-shadow: 0 0 2px 0 rgba(251,251,251,.85);
634
+ }
635
+
636
+ .rmp-ext-volume__selector {
637
+ position: absolute;
638
+ bottom: 56px;
639
+ border-radius: 4px;
640
+ display: none;
641
+ z-index: 8;
642
+ background-color: ${styles.submenuBgColor};
643
+ width: 33px;
644
+ }
645
+
646
+ .rmp-ext-volume__selector--open, .rmp-ext-volume__selector--active {
647
+ display: block;
648
+ }
649
+
650
+ .rmp-ext-volume__slider {
651
+ cursor: pointer;
652
+ height: 100px;
653
+ display: inline-block;
654
+ width: 4px;
655
+ margin: 6px 14px;
656
+ position: relative;
657
+ line-height: 32px
658
+ }
659
+
660
+ .rmp-ext-volume__handle,.rmp-ext-volume__overlay,.rmp-ext-volume__progress {
661
+ position: absolute;
662
+ -webkit-box-shadow: 0 0 2px 0 rgba(51,51,51,.5);
663
+ box-shadow: 0 0 2px 0 rgba(51,51,51,.5);
664
+ border-radius: 2px
665
+ }
666
+
667
+ .rmp-ext-volume__handle {
668
+ width: 12px;
669
+ height: 8px;
670
+ margin-top: -4px;
671
+ cursor: pointer;
672
+ z-index: 2;
673
+ left: -4px;
674
+ border: 1px solid #90A4AE;
675
+ background-color: #fff
676
+ }
677
+
678
+ .rmp-ext-volume__overlay,.rmp-ext-volume__progress {
679
+ left: 0;
680
+ right: 0;
681
+ bottom: 0;
682
+ background-color: ${styles.accentColor}
683
+ }
684
+
685
+ .rmp-ext-volume__overlay {
686
+ display: block;
687
+ top: 0;
688
+ background-color: #fff;
689
+ opacity: .75
690
+ }
691
+
692
+ .rmp-ext-theater--hidden {
693
+ display: none;
694
+ }
695
+
696
+ .rmp-ext-fullscreen .exit-fullscreen-icon,.rmp-ext-fullscreen--exit .fullscreen-icon,
697
+ .rmp-ext-theater--exit .rmp-ext-theater__icon,.rmp-ext-theater .rmp-ext-theater__exit-icon {
698
+ display: none
699
+ }
700
+
701
+ .rmp-ext-fullscreen--exit .exit-fullscreen-icon, .rmp-ext-theater--exit .rmp-ext-theater__exit-icon {
702
+ display: block
703
+ }
704
+
705
+ .rmp-ext-cc__text {
706
+ position: absolute;
707
+ bottom: 60px;
708
+ left: 0;
709
+ right: 0;
710
+ text-align: center;
711
+ display: none;
712
+ pointer-events: none;
713
+ color: ${styles.mainColor};
714
+ font-size: 18px;
715
+ opacity: .85;
716
+ z-index: 3;
717
+ transition: bottom 250ms ease
718
+ }
719
+
720
+ .rmp-ext-crawl {
721
+ position: absolute;
722
+ bottom: 60px;
723
+ left: 0;
724
+ right: 0;
725
+ pointer-events: none;
726
+ z-index: 3;
727
+ transition: bottom 250ms ease;
728
+ background-color: #224367;
729
+ color: #FFFFFF;
730
+ padding: 5px 0;
731
+ overflow: hidden;
732
+ white-space: nowrap;
733
+ }
734
+
735
+ .rmp-ext-crawl__text {
736
+ width: max-content;
737
+ will-change: transform;
738
+ }
739
+
740
+ .rmp-ext-crawl__text * {
741
+ color: inherit !important;
742
+ }
743
+
744
+ .rmp-ext-crawl > .rmp-ext-crawl__text, .rmp-ext-crawl > .rmp-ext-crawl__text > * {
745
+ display: inline-block;
746
+ margin: 0;
747
+ padding: 0;
748
+ }
749
+
750
+ .rmp-ext-crawl--exist > .rmp-ext-cc__text {
751
+ bottom: 100px;
752
+ }
753
+
754
+ .rplayer--iphone .rmp-ext-cc__text {
755
+ transition: none;
756
+ bottom: 100px;
757
+ will-change: auto;
758
+ }
759
+
760
+ .rmp-extensions--hidden > .rmp-ext-cc__text {
761
+ bottom: 10px
762
+ }
763
+
764
+ .rmp-extensions--hidden > .rmp-ext-crawl {
765
+ bottom: 10px
766
+ }
767
+
768
+ .rmp-extensions--hidden.rmp-ext-crawl--exist > .rmp-ext-cc__text {
769
+ bottom: 50px
770
+ }
771
+
772
+ .rmp-ext-cc__text--visible {
773
+ display: block
774
+ }
775
+
776
+ .rmp-ext-cc__text-holder {
777
+ background-color: #333;
778
+ padding: 4px 8px;
779
+ border-radius: 4px;
780
+ display: inline-block;
781
+ line-height: 1.2
782
+ }
783
+
784
+ .rplayer__inner--cc-below .rmp-ext-cc__text {
785
+ position: static;
786
+ margin-top: 5px;
787
+ }
788
+
789
+ .rmp-ext-cc__selector {
790
+ position: absolute;
791
+ bottom: 56px;
792
+ border-radius: 4px;
793
+ display: none;
794
+ z-index: 8;
795
+ margin-left: -15px;
796
+ background-color: ${styles.submenuBgColor};
797
+ overflow: hidden;
798
+ width: 250px
799
+ }
800
+
801
+ .rmp-ext-cc__selector--open {
802
+ display: block
803
+ }
804
+
805
+ .rmp-ext-cc__selector .rmp-ext-cc__item {
806
+ padding-left: 18px;
807
+ }
808
+
809
+ .rmp-ext-cc__selector button:hover {
810
+ background-color: rgba(51,51,51,.25)
811
+ }
812
+
813
+ .rmp-ext-cc__item--checked:before,.rmp-ext-settings__item--checked:before,.rmp-ext-toc__lang-item--checked:before,.rmp-ext-audio-tracks__item--checked:before {
814
+ position: absolute;
815
+ content: '•';
816
+ margin-left: -12px;
817
+ font-size: 24px;
818
+ margin-top: -1px
819
+ }
820
+
821
+ .rmp-ext-toc {
822
+ width: 34px;
823
+ padding: 0 2px
824
+ }
825
+
826
+ .rmp-ext-toc__selector {
827
+ position: absolute;
828
+ bottom: 56px;
829
+ border-radius: 4px;
830
+ display: none;
831
+ z-index: 8;
832
+ overflow: hidden;
833
+ background-color: ${styles.submenuBgColor};
834
+ width: 250px
835
+ }
836
+
837
+ .rmp-ext-toc__chapters > .rmp-ext-toc__item {
838
+ width: 100%;
839
+ height: auto;
840
+ min-height: 32px;
841
+ text-align: left;
842
+ padding: 0 15px;
843
+ }
844
+
845
+ .rmp-ext-toc__chapters:empty {
846
+ padding-top: 0;
847
+ }
848
+
849
+
850
+ .rmp-ext-toc__selector--open {
851
+ display: block
852
+ }
853
+
854
+ .rmp-ext-toc__item,.rmp-ext-toc__selector a:hover {
855
+ text-decoration: none;
856
+ color: #000
857
+ }
858
+
859
+ .rmp-ext-toc__item {
860
+ margin-bottom: 14px;
861
+ display: block;
862
+ color: ${styles.submenuColor};
863
+ padding: 8px 0
864
+ }
865
+
866
+ .rmp-ext-toc__item:hover {
867
+ color: #333;
868
+ text-decoration: underline
869
+ }
870
+
871
+ .rmp-ext-toc__item:last-child {
872
+ margin-bottom: 0
873
+ }
874
+
875
+ button.rmp-ext-toc__more {
876
+ text-align: left;
877
+ width: 100%;
878
+ line-height: 32px;
879
+ padding-left: 12px;
880
+ border-top: 1px solid #AAA;
881
+ }
882
+
883
+ .rmp-ext-toc__more .arrow {
884
+ float: right;
885
+ width: 20px;
886
+ margin-top: 4px;
887
+ }
888
+
889
+ .rmp-ext-toc__more .arrow svg, button.rmp-ext-toc__back svg {
890
+ fill: ${styles.submenuColor}
891
+ }
892
+
893
+ .rmp-ext-toc__main-step:after, .rmp-ext-toc__languages-step:after {
894
+ content: ' ';
895
+ display: table;
896
+ clear: both;
897
+ }
898
+
899
+ .rmp-ext-toc__main-step, .rmp-ext-toc__languages-step, .rmp-ext-toc__translate-step {
900
+ display: none;
901
+ position: absolute;
902
+ left: 265px;
903
+ bottom: 0;
904
+ width: 100%;
905
+ overflow: auto;
906
+ }
907
+
908
+ .rmp-ext-toc__selector--main-step .rmp-ext-toc__main-step,
909
+ .rmp-ext-toc__selector--translate-step .rmp-ext-toc__translate-step,
910
+ .rmp-ext-toc__selector--languages-step .rmp-ext-toc__languages-step {
911
+ display: block;
912
+ position: relative;
913
+ left: 0;
914
+ width: 100%;
915
+ }
916
+
917
+ .rmp-ext-toc__selector--languages-step .rmp-ext-toc__main-step,
918
+ .rmp-ext-toc__selector--translate-step .rmp-ext-toc__main-step,
919
+ .rmp-ext-toc__selector--translate-step .rmp-ext-toc__languages-step {
920
+ display: none;
921
+ position: absolute;
922
+ left: -265px;
923
+ }
924
+
925
+ .rmp-ext-toc__selector--languages-step .rmp-ext-toc__back,
926
+ .rmp-ext-toc__selector--translate-step .rmp-ext-toc__back {
927
+ border-bottom: 1px solid #AAA;
928
+ text-align: left;
929
+ width: 100%;
930
+ line-height: 32px;
931
+ }
932
+
933
+ .rmp-ext-toc__back span:first-of-type {
934
+ float: left;
935
+ padding: 3px 0;
936
+ }
937
+
938
+ button.rmp-ext-toc__lang-item {
939
+ width: 100%;
940
+ text-align: left;
941
+ padding: 0 12px 0 20px;
942
+ line-height: 32px;
943
+ }
944
+
945
+
946
+ .rmp-ext-toc__selector button:hover {
947
+ background-color: rgba(51,51,51,.25)
948
+ }
949
+
950
+
951
+ .rmp-ext-popover {
952
+ position: absolute;
953
+ bottom: 56px;
954
+ background-color: #666;
955
+ z-index: 9;
956
+ padding: 4px 6px;
957
+ border-radius: 4px;
958
+ font-size: 12px;
959
+ opacity: .875;
960
+ display: none
961
+ }
962
+
963
+ .rmp-annotation:hover .rmp-annotation__button,.rmp-ext-popover--visible {
964
+ display: block
965
+ }
966
+
967
+ .rmp-annotation {
968
+ position: absolute;
969
+ background-color: rgba(0,0,0,.8);
970
+ padding: 4px 6px;
971
+ color: #fff;
972
+ border: 1px solid #888;
973
+ display: none;
974
+ z-index: 3
975
+ }
976
+
977
+ .rmp-annotation--visible {
978
+ display: block
979
+ }
980
+
981
+ .rmp-annotation__button {
982
+ position: absolute;
983
+ top: -6px;
984
+ right: -6px;
985
+ background-color: #eee;
986
+ height: 18px;
987
+ width: 18px;
988
+ border-radius: 50%;
989
+ border: 0 none;
990
+ display: none;
991
+ cursor: pointer
992
+ }
993
+
994
+ .rmp-annotation__button svg {
995
+ fill: #666;
996
+ position: absolute;
997
+ top: 1px;
998
+ left: 1px
999
+ }
1000
+
1001
+ .rmp-annotation__button:hover svg {
1002
+ fill: #333
1003
+ }
1004
+
1005
+ .rmp-ext-poster, .rmp-ext-poster img {
1006
+ width: 100%
1007
+ }
1008
+ .rmp-ext-poster img {
1009
+ position: absolute;
1010
+ margin: auto;
1011
+ top: 0;
1012
+ left: 0;
1013
+ right: 0;
1014
+ bottom: 0;
1015
+
1016
+ width: 100% !important;
1017
+ height: auto !important;
1018
+ }
1019
+
1020
+ .rmp-ext-poster {
1021
+ position: absolute;
1022
+ top: 0;
1023
+ right: 0;
1024
+ bottom: 0;
1025
+ left: 0;
1026
+ background-color: black;
1027
+ }
1028
+
1029
+ .rmp-ext-poster--hidden {
1030
+ display: none
1031
+ }
1032
+
1033
+ .rmp-ext-settings {
1034
+ width: 34px;
1035
+ padding: 0 2px;
1036
+ }
1037
+
1038
+ .rmp-ext-settings__selector {
1039
+ position: absolute;
1040
+ bottom: 56px;
1041
+ border-radius: 4px;
1042
+ display: none;
1043
+ z-index: 8;
1044
+ background-color: ${styles.submenuBgColor};
1045
+ width: 260px;
1046
+ right: 5px;
1047
+ overflow: hidden;
1048
+ }
1049
+
1050
+ .rmp-ext-settings__selector--open {
1051
+ display: block
1052
+ }
1053
+
1054
+ .rmp-ext-settings__selector button {
1055
+ width: 100%;
1056
+ text-align: left;
1057
+ padding: 0 6px;
1058
+ line-height: 32px;
1059
+ }
1060
+
1061
+ .rmp-ext-settings__selector button:hover {
1062
+ background-color: rgba(51,51,51,.25)
1063
+ }
1064
+
1065
+ .rmp-ext-download__more .arrow, .rmp-ext-settings__more .arrow {
1066
+ float: right;
1067
+ width: 20px;
1068
+ margin-top: 5px;
1069
+ }
1070
+
1071
+ .rmp-ext-download__more .arrow svg, .rmp-ext-settings__more .arrow svg {
1072
+ fill: ${styles.submenuColor}
1073
+ }
1074
+
1075
+ .rmp-ext-settings__current-value, .rmp-ext-cc__current-value, .rmp-ext-toc__current-value {
1076
+ float: right;
1077
+ font-size: 11px;
1078
+ color: #757575
1079
+ }
1080
+
1081
+ .rmp-ext-cc__settings--progress .rmp-ext-cc__current-value {
1082
+ font-style: italic;
1083
+ }
1084
+
1085
+ .rmp-ext-cc__settings--progress {
1086
+ background-color: transparent !important;
1087
+ }
1088
+
1089
+
1090
+ .rmp-ext-cc__settings--progress > span {
1091
+ opacity: 0.5;
1092
+ }
1093
+
1094
+ .rmp-ext-download__main-step, .rmp-ext-settings__main-step {
1095
+ width: 100%;
1096
+ left: 0;
1097
+ position: relative;
1098
+ }
1099
+
1100
+ .rmp-ext-download__main-step:after, .rmp-ext-download__additional-step:after,
1101
+ .rmp-ext-settings__main-step:after, .rmp-ext-settings__additional-step:after, .rplayer--right-playlist:after {
1102
+ content: ' ';
1103
+ display: table;
1104
+ clear: both;
1105
+ }
1106
+
1107
+ .rmp-ext-download__additional-step, .rmp-ext-settings__additional-step {
1108
+ display: none;
1109
+ position: absolute;
1110
+ left: 265px;
1111
+ bottom: 0;
1112
+ width: 100%;
1113
+ overflow: auto;
1114
+ }
1115
+
1116
+ .rmp-ext-download__selector--additional .rmp-ext-download__additional-step,
1117
+ .rmp-ext-settings__selector--additional .rmp-ext-settings__additional-step {
1118
+ display: block;
1119
+ position: relative;
1120
+ left: 0;
1121
+ width: 100%;
1122
+ }
1123
+
1124
+ .rmp-ext-download__selector--additional .rmp-ext-download__main-step,
1125
+ .rmp-ext-settings__selector--additional .rmp-ext-settings__main-step {
1126
+ display: none;
1127
+ position: absolute;
1128
+ left: -265px;
1129
+ }
1130
+
1131
+ button.rmp-ext-download__back, button.rmp-ext-settings__back {
1132
+ border-bottom: 1px solid #AAA;
1133
+ }
1134
+
1135
+ button.rmp-ext-download__back svg, button.rmp-ext-settings__back svg {
1136
+ fill: ${styles.submenuColor};
1137
+ float: left;
1138
+ }
1139
+
1140
+ .rmp-ext-download__back > span:first-of-type, .rmp-ext-settings__back > span:first-of-type {
1141
+ display: block;
1142
+ float: left;
1143
+ padding: 4px 0;
1144
+ }
1145
+
1146
+ button.rmp-ext-settings__item {
1147
+ padding-left: 20px
1148
+ }
1149
+
1150
+ button.rmp-ext-settings__item.rmp-ext-settings__item--checked:before {
1151
+ margin-top: -1px;
1152
+ }
1153
+
1154
+ .rmp-ext-audio-tracks, .rmp-ext-search {
1155
+ width: 34px;
1156
+ padding: 0 2px;
1157
+ }
1158
+
1159
+ .rmp-ext-search--hidden {
1160
+ display: none;
1161
+ }
1162
+
1163
+ .rmp-ext-audio-tracks__selector, .rmp-ext-search__selector {
1164
+ position: absolute;
1165
+ bottom: 56px;
1166
+ border-radius: 4px;
1167
+ display: none;
1168
+ z-index: 8;
1169
+ background-color: ${styles.submenuBgColor};
1170
+ width: 260px;
1171
+ right: 5px;
1172
+ overflow: auto;
1173
+ }
1174
+
1175
+ .rmp-ext-audio-tracks__selector--open, .rmp-ext-search__selector--open {
1176
+ display: block
1177
+ }
1178
+
1179
+ .rmp-ext-audio-tracks__selector button, .rmp-ext-search__selector button {
1180
+ width: 100%;
1181
+ text-align: left;
1182
+ padding: 0 6px 0 20px;
1183
+ line-height: 32px;
1184
+ }
1185
+
1186
+ .rmp-ext-audio-tracks__selector button:hover, .rmp-ext-search__selector button:hover {
1187
+ background-color: rgba(51,51,51,.25)
1188
+ }
1189
+
1190
+ .rmp-ext-search__captions {
1191
+ overflow: auto;
1192
+ max-height: 160px;
1193
+ }
1194
+
1195
+ .rmp-ext-search__input {
1196
+ width: 100%;
1197
+ margin-top: 2px;
1198
+ }
1199
+
1200
+ .rplayer--mobile .rmp-ext-search__input {
1201
+ height: 40px;
1202
+ }
1203
+
1204
+ .rmp-ext-search__item--current {
1205
+ font-weight: 600;
1206
+ }
1207
+
1208
+ .rmp-ext-search__cc-text {
1209
+ font-family: Roboto, "Arial Unicode Ms", Arial, Helvetica, Verdana, sans-serif;
1210
+ overflow: hidden;
1211
+ text-overflow: ellipsis;
1212
+ display: inline-block !important;
1213
+ white-space: nowrap;
1214
+ width: 156px;
1215
+ padding-left: 6px !important;
1216
+ vertical-align: middle;
1217
+ }
1218
+
1219
+ .rmp-ext-search__cc-time {
1220
+ font-family: Roboto, "Arial Unicode Ms", Arial, Helvetica, Verdana, sans-serif;
1221
+ display: inline-block !important;
1222
+ width: 59px;
1223
+ padding-right: 5px;
1224
+ vertical-align: middle;
1225
+ overflow: hidden;
1226
+ margin-left: -5px;
1227
+ }
1228
+
1229
+ button.rmp-ext-cc__more {
1230
+ text-align: left;
1231
+ width: 100%;
1232
+ line-height: 32px;
1233
+ padding-left: 20px;
1234
+ }
1235
+
1236
+ .rmp-ext-cc__main-step button.rmp-ext-cc__more {
1237
+ border-top: 1px solid #AAA;
1238
+ }
1239
+
1240
+ .rmp-ext-cc__more .arrow {
1241
+ float: right;
1242
+ width: 20px;
1243
+ margin-top: 4px;
1244
+ }
1245
+
1246
+ .rmp-ext-cc__more .arrow svg, button.rmp-ext-cc__back svg {
1247
+ fill: ${styles.submenuColor}
1248
+ }
1249
+
1250
+ .rmp-ext-cc__main-step, .rmp-ext-cc__settings-step, .rmp-ext-cc__additional-step {
1251
+ position: relative;
1252
+ left: 0;
1253
+ width: 100%;
1254
+ overflow: auto;
1255
+ display: block;
1256
+ }
1257
+
1258
+ .rmp-ext-cc__selector--settings-step .rmp-ext-cc__main-step, .rmp-ext-cc__selector--additional-step .rmp-ext-cc__main-step,
1259
+ .rmp-ext-cc__selector--additional-step .rmp-ext-cc__settings-step, .rmp-ext-cc__selector--translate-step .rmp-ext-cc__main-step {
1260
+ display: none;
1261
+ position: absolute;
1262
+ left: -255px;
1263
+ }
1264
+
1265
+ .rmp-ext-cc__selector--main-step .rmp-ext-cc__settings-step, .rmp-ext-cc__selector--main-step .rmp-ext-cc__additional-step,
1266
+ .rmp-ext-cc__selector--settings-step .rmp-ext-cc__additional-step, .rmp-ext-cc__selector--translate-step .rmp-ext-cc__additional-step {
1267
+ display: none;
1268
+ position: absolute;
1269
+ left: 255px;
1270
+ }
1271
+
1272
+ .rmp-ext-cc__selector--settings-step .rmp-ext-cc__translate-wrapper, .rmp-ext-cc__selector--translate-step .rmp-ext-cc__settings-wrapper {
1273
+ display: none;
1274
+ }
1275
+
1276
+ .rmp-ext-cc__selector button {
1277
+ text-align: left;
1278
+ width: 100%;
1279
+ line-height: 32px;
1280
+ }
1281
+
1282
+ button.rmp-ext-cc__back {
1283
+ border-bottom: 1px solid #AAA;
1284
+ }
1285
+
1286
+ .rmp-ext-cc__back span:first-of-type {
1287
+ float: left;
1288
+ padding: 3px 0;
1289
+ }
1290
+
1291
+ .rmp-ext-help__button {
1292
+ position: absolute;
1293
+ top: 8px;
1294
+ right: 10px;
1295
+ z-index: 6;
1296
+ width: 32px;
1297
+ height: 32px;
1298
+ padding: 0;
1299
+ }
1300
+
1301
+ .rmp-ext-help, .rmp-ext-help__canvas {
1302
+ position: absolute;
1303
+ top: 0;
1304
+ right: 0;
1305
+ left: 0;
1306
+ bottom: 0;
1307
+ }
1308
+
1309
+ .rmp-ext-help__canvas, rmp-ext-help__canvas--visible .rmp-ext-help__button {
1310
+ display: none;
1311
+ }
1312
+
1313
+ .rmp-ext-help__canvas--visible, .rmp-ext-help__canvas--visible .rmp-ext-help__canvas {
1314
+ display: block;
1315
+ z-index: 999;
1316
+ }
1317
+
1318
+ .rmp-ext-title {
1319
+ width: 100%;
1320
+ top: 0;
1321
+ z-index: 2
1322
+ }
1323
+
1324
+ .rmp-ext-title__title {
1325
+ font-size: 20px;
1326
+ padding: 12px 50px 0 12px;
1327
+ opacity: 0.95;
1328
+ display: block;
1329
+
1330
+ max-height: 60px;
1331
+ overflow: hidden;
1332
+
1333
+ display: -webkit-box;
1334
+ -webkit-box-orient: vertical;
1335
+ text-overflow: ellipsis;
1336
+ -webkit-line-clamp: 2;
1337
+ }
1338
+
1339
+ .rmp-ext-prev, .rmp-ext-next {
1340
+ display: none;
1341
+ position: absolute;
1342
+ top: 50%;
1343
+ margin-top: -34px;
1344
+ cursor: pointer;
1345
+ opacity: 0.75;
1346
+ z-index: 4;
1347
+ }
1348
+
1349
+ .rplayer--fullscreen .rmp-ext-prev, .rplayer--fullscreen .rmp-ext-next {
1350
+ display: block;
1351
+ }
1352
+
1353
+ .rmp-ext-prev:hover, .rmp-ext-next:hover {
1354
+ opacity: 1;
1355
+ }
1356
+
1357
+ .rmp-ext-prev {
1358
+ transition: left 150ms ease
1359
+ }
1360
+
1361
+ .rmp-ext-next {
1362
+ transition: right 150ms ease
1363
+ }
1364
+
1365
+ .rmp-ext-prev, .rplayer__inner--light.rplayer__inner--hovering .rmp-ext-prev {
1366
+ left: -120px;
1367
+ }
1368
+
1369
+ .rplayer__inner--light .rmp-ext-prev,
1370
+ .rmp-extensions--hidden > .rmp-ext-prev {
1371
+ left: -175px;
1372
+ }
1373
+
1374
+ .rmp-ext-next, .rplayer__inner--light.rplayer__inner--hovering .rmp-ext-next {
1375
+ right: -120px;
1376
+ }
1377
+
1378
+ .rplayer__inner--light .rmp-ext-next,
1379
+ .rmp-extensions--hidden > .rmp-ext-next {
1380
+ right: -175px;
1381
+ }
1382
+
1383
+ @media only screen and (max-device-width: 768px){
1384
+ .rplayer__inner .rmp-ext-next:hover {
1385
+ right: -120px !important;
1386
+ }
1387
+
1388
+ .rplayer__inner .rmp-ext-prev:hover {
1389
+ left: -120px !important;
1390
+ }
1391
+ }
1392
+
1393
+ .rmp-ext-prev__button, .rmp-ext-next__button {
1394
+ background-color: #333;
1395
+ border: 0;
1396
+ height: 67.5px;
1397
+ cursor: pointer
1398
+ }
1399
+
1400
+ .rmp-ext-prev__button {
1401
+ border-radius: 0 50% 50% 0;
1402
+ float: right;
1403
+ padding-left: 0;
1404
+ }
1405
+
1406
+ .rmp-ext-next__button {
1407
+ border-radius: 50% 0 0 50%;
1408
+ float: left;
1409
+ padding-right: 0;
1410
+ }
1411
+
1412
+ .rmp-ext-prev__thumbnail, .rmp-ext-next__thumbnail {
1413
+ width: 120px;
1414
+ height: 67.5px;
1415
+ border: 5px solid #333;
1416
+ }
1417
+
1418
+ .rmp-ext-prev__button, .rmp-ext-prev__thumbnail {
1419
+ -webkit-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
1420
+ box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
1421
+ }
1422
+
1423
+ .rmp-ext-next__button, .rmp-ext-next__thumbnail {
1424
+ -webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
1425
+ box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
1426
+ }
1427
+
1428
+ .rmp-ext-next:hover {
1429
+ right: 0 !important;
1430
+ }
1431
+
1432
+ .rmp-ext-prev:hover {
1433
+ left: 0 !important;
1434
+ }
1435
+
1436
+ .rmp-ext-prev__button svg, .rmp-ext-next__button svg {
1437
+ fill: ${styles.mainColor};
1438
+ }
1439
+
1440
+ .rmp-no-video {
1441
+ position: absolute;
1442
+ top: 50%;
1443
+ margin-top: -.5em;
1444
+ display: block;
1445
+ text-align: center;
1446
+ left: 0;
1447
+ right: 0;
1448
+ }
1449
+
1450
+ .rmp-ext-buffering {
1451
+ position: absolute;
1452
+ top: 0;
1453
+ left: 0;
1454
+ right: 0;
1455
+ bottom: 0;
1456
+ background: rgba(51,51,51,.5);
1457
+ display: none;
1458
+ z-index: 9999;
1459
+ }
1460
+
1461
+ .rmp-ext-buffering--processing {
1462
+ display: block;
1463
+ }
1464
+
1465
+ .rmp-ext-buffering__message {
1466
+ padding: 20px;
1467
+ display: inline-block;
1468
+ position: absolute;
1469
+ left: 50%;
1470
+ top: 50%;
1471
+ transform: translate(-50%, -50%);
1472
+ }
1473
+
1474
+ .rmp-ext-buffering__message svg {
1475
+ fill: #FFF;
1476
+ opacity: .75;
1477
+ width: 50px;
1478
+ height: 50px;
1479
+ animation: spin 1.5s linear infinite;
1480
+ animation-direction: reverse;
1481
+ }
1482
+
1483
+ .rmp-ext-buffering--processing ~ .rmp-ext-placeholder {
1484
+ opacity: 0;
1485
+ }
1486
+
1487
+ .rmp-ext-download__main-step {
1488
+ position: relative;
1489
+ left: 0;
1490
+ width: 100%;
1491
+ overflow: auto;
1492
+
1493
+ -webkit-transition: left .25s ease;
1494
+ transition: left .25s ease;
1495
+ }
1496
+
1497
+ .rmp-ext-download-hidden {
1498
+ position: absolute;
1499
+ opacity: 0;
1500
+ }
1501
+
1502
+ .rmp-ext-download__selector {
1503
+ position: absolute;
1504
+ bottom: 56px;
1505
+ border-radius: 4px;
1506
+ display: none;
1507
+ z-index: 8;
1508
+ background-color: ${styles.submenuBgColor};
1509
+ width: 200px;
1510
+ right: 5px;
1511
+ overflow: hidden;
1512
+ }
1513
+
1514
+ .rmp-ext-download__selector--open {
1515
+ display: block
1516
+ }
1517
+
1518
+ .rmp-ext-download__selector button {
1519
+ width: 100%;
1520
+ text-align: left;
1521
+ padding: 0 6px;
1522
+ line-height: 32px;
1523
+ }
1524
+
1525
+ .rmp-ext-download__selector button:hover {
1526
+ background-color: rgba(51,51,51,.25)
1527
+ }
1528
+
1529
+ .rmp-ext-c2pa {
1530
+ display: none;
1531
+ position: absolute;
1532
+ right: 12px;
1533
+ top: 12px;
1534
+ transition: opacity .25s ease;
1535
+ }
1536
+
1537
+ .rmp-ext-c2pa__items-wrapper {
1538
+ max-height: 250px;
1539
+ overflow-y: auto;
1540
+ overflow-x: hidden;
1541
+ }
1542
+
1543
+ .rmp-ext-c2pa--visible {
1544
+ display: block !important;
1545
+ }
1546
+
1547
+ .rmp-ext-c2pa--no-data > .rmp-ext-c2pa__button > svg {
1548
+ fill: #F7B100;
1549
+ }
1550
+
1551
+ .rmp-ext-c2pa--invalid > .rmp-ext-c2pa__button > svg {
1552
+ fill: #E62048;
1553
+ }
1554
+
1555
+ .rplayer__inner--playing .rmp-ext-c2pa {
1556
+ opacity: 0;
1557
+ }
1558
+ .rplayer__inner--hovering .rmp-ext-c2pa {
1559
+ opacity: 1 !important;
1560
+ }
1561
+
1562
+ .rmp-ext-c2pa__selector.rmp-ext-c2pa__selector--open {
1563
+ display: block;
1564
+ }
1565
+
1566
+ .rmp-ext-c2pa__selector {
1567
+ display: none;
1568
+ background-color: #FFFFFF;
1569
+ padding: 16px;
1570
+ position: absolute;
1571
+ min-width: 320px;
1572
+ max-width: 320px;
1573
+ z-index: 100;
1574
+ top: 0;
1575
+ right: 40px;
1576
+ border-radius: 8px;
1577
+ width: max-content;
1578
+ }
1579
+
1580
+ .rmp-ext-c2pa button {
1581
+ background-color: transparent;
1582
+ border: none;
1583
+ cursor: pointer;
1584
+ }
1585
+
1586
+ .rmp-ext-c2pa > button > svg {
1587
+ width: 24px;
1588
+ height: 24px;
1589
+ display: block;
1590
+ fill: #fff;
1591
+ z-index: 100;
1592
+ position: relative;
1593
+ }
1594
+
1595
+ .rmp-ext-c2pa__item {
1596
+ position: relative;
1597
+ min-height: 45px;
1598
+ }
1599
+
1600
+ .rmp-ext-c2pa__item--collapsed::before {
1601
+ content: "";
1602
+ display: block;
1603
+ position: absolute;
1604
+ top: 5px;
1605
+ left: 0;
1606
+ width: 16px;
1607
+ height: 16px;
1608
+ background-color: #414141;
1609
+ border-radius: 50%;
1610
+ }
1611
+
1612
+ .rmp-ext-c2pa__item--invalid .rmp-ext-c2pa__item--collapsed::before {
1613
+ background-color: #E62048;
1614
+ }
1615
+
1616
+ .rmp-ext-c2pa__item--collapsed::after {
1617
+ content: "";
1618
+ display: block;
1619
+ position: absolute;
1620
+ top: 9px;
1621
+ left: 4px;
1622
+ width: 8px;
1623
+ height: 8px;
1624
+ background-color: #A9A9A9;
1625
+ border-radius: 50%;
1626
+ }
1627
+
1628
+ .rmp-ext-c2pa__item:not(:last-of-type) .rmp-ext-c2pa__item--line {
1629
+ width: 2px;
1630
+ background-color: #414141;
1631
+ height: 100%;
1632
+ position: absolute;
1633
+ left: 7px;
1634
+ top: 21px;
1635
+ }
1636
+
1637
+ .rmp-ext-c2pa__item--section-title {
1638
+ font-size: 12px;
1639
+ color: #767676;
1640
+ margin-left: 35px;
1641
+ margin-bottom: 5px;
1642
+ }
1643
+
1644
+ .rmp-ext-c2pa__item--collapsed .rmp-ext-c2pa__item--section-title {
1645
+ margin-left: 0;
1646
+ }
1647
+
1648
+ .rmp-ext-c2pa__item--wrapper {
1649
+ display: flex;
1650
+ align-items: start;
1651
+ margin-bottom: 12px;
1652
+ position: relative;
1653
+ }
1654
+
1655
+ .rmp-ext-c2pa__item--toggler {
1656
+ padding: 0;
1657
+ position: absolute;
1658
+ top: -5px;
1659
+ right: 0px;
1660
+ transform: rotate(0deg);
1661
+ transition: transform .2s ease-in-out;
1662
+ }
1663
+
1664
+ .rmp-ext-c2pa__item--toggler-opened {
1665
+ transform: rotate(-180deg);
1666
+ }
1667
+
1668
+ .rmp-ext-c2pa__item--thumbnail {
1669
+ min-width: 30px;
1670
+ height: 25px;
1671
+ margin: 0 5px 0 0;
1672
+ display: flex;
1673
+ justify-content: center;
1674
+ align-items: center;
1675
+ overflow: hidden;
1676
+ border-radius: 2px;
1677
+ position: relative;
1678
+ }
1679
+
1680
+ .rmp-ext-c2pa__item--thumbnail img {
1681
+ object-fit: cover;
1682
+ width: 100%;
1683
+ }
1684
+
1685
+ .rmp-ext-c2pa__item--thumbnail svg {
1686
+ fill: #000000;
1687
+ width: 20px;
1688
+ opacity: 0.8;
1689
+ }
1690
+
1691
+ .rmp-ext-c2pa__item--info-wrapper {
1692
+ line-height: 15px;
1693
+ width: 100%;
1694
+ }
1695
+
1696
+ .rmp-ext-c2pa__item:not(:last-of-type) .rmp-ext-c2pa__item--info-wrapper {
1697
+ border-bottom: 1px solid #E5E5E5;
1698
+ padding-bottom: 12px;
1699
+ }
1700
+
1701
+ .rmp-ext-c2pa__item--title {
1702
+ word-wrap: anywhere;
1703
+ font-size: 14px;
1704
+ font-weight: 500;
1705
+ max-width: 230px;
1706
+ padding-right: 20px;
1707
+ margin-bottom: 6px;
1708
+ }
1709
+
1710
+ .rmp-ext-c2pa__item--status-message, .rmp-ext-c2pa__item--status-message-extended {
1711
+ font-size: 12px;
1712
+ color: #767676;
1713
+ }
1714
+
1715
+ .rmp-ext-c2pa__item--status-message-extended {
1716
+ display: none;
1717
+ }
1718
+
1719
+ .rmp-ext-c2pa__item-details-visible .rmp-ext-c2pa__item--status-message-extended {
1720
+ display: block;
1721
+ }
1722
+
1723
+ .rmp-ext-c2pa__item-details-visible .rmp-ext-c2pa__item--status-message {
1724
+ display: none;
1725
+ }
1726
+
1727
+ .rmp-ext-c2pa__view-more {
1728
+ display: flex;
1729
+ justify-content: center;
1730
+ align-items: center;
1731
+ width: 100%;
1732
+ height: 40px;
1733
+ margin-top: 6px;
1734
+ padding: 5px;
1735
+ border-radius: 100px;
1736
+ background-color: #3665F3 !important;
1737
+ color: #FFFFFF !important;
1738
+ font-weight: 700;
1739
+ font-size: 14px;
1740
+ text-decoration: none;
1741
+ }
1742
+
1743
+ .rmp-ext-c2pa__item-details {
1744
+ display: none;
1745
+ }
1746
+
1747
+ .rmp-ext-c2pa__item-details-visible .rmp-ext-c2pa__item-details {
1748
+ display: flex;
1749
+ flex-direction: column;
1750
+ align-items: flex-start;
1751
+ margin-top: 15px;
1752
+ }
1753
+
1754
+ .rmp-ext-c2pa__item-details-visible .rmp-ext-c2pa__item-details > div {
1755
+ display: flex;
1756
+ }
1757
+
1758
+ .rmp-ext-c2pa__item--collapsed {
1759
+ padding-left: 20px;
1760
+ }
1761
+
1762
+ .rmp-ext-c2pa__item--collapsed .rmp-ext-c2pa__item-details-visible .rmp-ext-c2pa__item-details > div:nth-child(2) {
1763
+ flex-direction: column;
1764
+ margin-top: 16px;
1765
+ }
1766
+
1767
+ .rmp-ext-c2pa__item--collapsed .rmp-ext-c2pa__item-details-visible .rmp-ext-c2pa__item-details > div:nth-child(2) > .rmp-ext-c2pa__item--wrapper {
1768
+ margin: 5px 0px 0 -5px;
1769
+ }
1770
+
1771
+ .rmp-ext-c2pa__item-details--icon {
1772
+ margin-top: 5px;
1773
+ }
1774
+
1775
+ .rmp-ext-c2pa__item-details > svg {
1776
+ min-width: 32px;
1777
+ }
1778
+
1779
+ .rmp-ext-c2pa__item-details--wrapper {
1780
+ margin-left: 10px;
1781
+ }
1782
+
1783
+ .rmp-ext-c2pa__item-details--issuer {
1784
+ color: #767676;
1785
+ font-size: 12px;
1786
+ display: flex;
1787
+ }
1788
+
1789
+ .rmp-ext-c2pa__item-details--issuer-title {
1790
+ font-weight: 700;
1791
+ min-width: 65px;
1792
+ margin-bottom: 4px;
1793
+ }
1794
+
1795
+ .rmp-ext-c2pa__view-more svg {
1796
+ fill: #FFFFFF;
1797
+ margin-left: 5px;
1798
+ }
1799
+
1800
+ .rmp-ext-progress__c2pa-status {
1801
+ position: absolute;
1802
+ left: 0;
1803
+ top: 0;
1804
+ bottom: 0;
1805
+ width: 100%;
1806
+ }
1807
+
1808
+ .rmp-ext-c2pa__items-status--wrapper {
1809
+ font-size: 12px;
1810
+ margin-bottom: 24px;
1811
+ color: #767676;
1812
+ display: flex;
1813
+ text-transform: uppercase;
1814
+ }
1815
+
1816
+ .rmp-ext-c2pa__items-status {
1817
+ padding-left: 5px;
1818
+ }
1819
+
1820
+ .rmp-ext-c2pa__items-status--success {
1821
+ color: #767676;
1822
+ }
1823
+
1824
+ .rmp-ext-c2pa__items-status--no-data {
1825
+ color: #F7B100;
1826
+ }
1827
+
1828
+ .rmp-ext-c2pa__items-status--invalid {
1829
+ color: #E62048;
1830
+ }
1831
+
1832
+ .rmp-ext-c2pa__items-status--undefined {
1833
+ color: #E62048;
1834
+ }
1835
+
1836
+ .rmp-ext-c2pa__no-data-message-wrapper {
1837
+ display: flex;
1838
+ align-items: center;
1839
+ margin-bottom: 24px;
1840
+ }
1841
+
1842
+ .rmp-ext-c2pa__no-data-message-wrapper > svg {
1843
+ fill: #767676;
1844
+ }
1845
+
1846
+ .rmp-ext-c2pa__no-data-message {
1847
+ max-width: 220px;
1848
+ margin-left: 12px;
1849
+ font-size: 12px;
1850
+ color: #767676;
1851
+ font-weight: 500;
1852
+ }
1853
+
1854
+ .rmp-ext-progress__c2pa-status--invalid-segment {
1855
+ position: absolute;
1856
+ top: 0;
1857
+ bottom: 0;
1858
+ background-color: orange;
1859
+ z-index: 6;
1860
+ transform: scale(1);
1861
+ transition: all .1s ease-in-out;
1862
+ }
1863
+
1864
+ .rmp-ext-bottom-next--hidden, .rmp-ext-bottom-prev--hidden {
1865
+ display: none;
1866
+ }
1867
+
1868
+ .rmp-ext-search__selector > .rmp-ext-search__cc-clear {
1869
+ position: absolute;
1870
+ bottom: 3px;
1871
+ right: 5px;
1872
+ width: 15px;
1873
+ height: 15px;
1874
+ padding: 0;
1875
+ }
1876
+
1877
+ .rmp-ext-search__selector > .rmp-ext-search__cc-clear:hover {
1878
+ background-color: transparent;
1879
+ opacity: 0.8;
1880
+ }
1881
+
1882
+ .rmp-ext-search__selector > .rmp-ext-search__cc-clear svg {
1883
+ width: 15px;
1884
+ height: 15px;
1885
+ fill: #707070;
1886
+ }
1887
+
1888
+ .rmp-ext-live {
1889
+ width: 34px;
1890
+ }
1891
+
1892
+ .rmp-ext-live .broadcast-off {
1893
+ display: block;
1894
+ }
1895
+
1896
+ .rmp-ext-live .broadcast-on {
1897
+ display: none;
1898
+ }
1899
+
1900
+ .rmp-ext-live--live .broadcast-off {
1901
+ display: none;
1902
+ }
1903
+
1904
+ .rmp-ext-live--live .broadcast-on {
1905
+ display: block;
1906
+ fill: #ff1111;
1907
+ }
1908
+
1909
+ .rmp-ext-progress__hidden > span{
1910
+ visibility: hidden;
1911
+ }
1912
+
1913
+ @media only screen and (max-width: 1224px) {
1914
+ .rmp-ext-progress__hidden > .rmp-ext-progress__current {
1915
+ visibility: visible !important;
1916
+ }
1917
+ }
1918
+
1919
+ .rmp-ext-error {
1920
+ padding: 20px;
1921
+ text-align: center;
1922
+ z-index: 9999;
1923
+ position: absolute;
1924
+ width: 100%;
1925
+ height: 100%;
1926
+ background-color: black;
1927
+ color: #FFFFFF;
1928
+ display: flex;
1929
+ justify-content: center;
1930
+ align-items: center;
1931
+ flex-direction: column;
1932
+ }
1933
+
1934
+ .rmp-ext-error > svg {
1935
+ width: 50px;
1936
+ height: 50px;
1937
+ fill: #FFFFFF;
1938
+ margin-bottom: 20px;
1939
+ }
1940
+
1941
+ .rmp-ext-error--hidden {
1942
+ display: none;
1943
+ }
1944
+
1945
+
1946
+
1947
+ `;
1948
+ }
1949
+
1950
+ export default function appendStyles(options, rect) {
1951
+ const css = _getStyles(options, rect) + ' ' + getPlaylistStyles(options, rect);
1952
+ const head = document.head || first(document.getElementsByTagName('head'));
1953
+
1954
+ const style = createElement('style', { type: 'text/css' });
1955
+
1956
+ if (style.styleSheet) {
1957
+ if (window.$) {
1958
+ window.$('<style type="text/css">' + css + '</style>').appendTo('head');
1959
+ } else {
1960
+ style.styleSheet.cssText = css;
1961
+ }
1962
+ } else {
1963
+ style.appendChild(document.createTextNode(css));
1964
+ }
1965
+ head.appendChild(style);
1966
+ }