cloudinary-video-player 2.0.2-edge.2 → 2.0.2

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 (54) hide show
  1. package/dist/chapters.js +6 -509
  2. package/dist/chapters.light.js +6 -509
  3. package/dist/chapters.light.min.js +1 -1
  4. package/dist/chapters.min.js +1 -1
  5. package/dist/cld-video-player.css +1161 -0
  6. package/dist/cld-video-player.js +120 -84
  7. package/dist/cld-video-player.light.css +1161 -0
  8. package/dist/cld-video-player.light.js +120 -84
  9. package/dist/cld-video-player.light.min.css +1 -1
  10. package/dist/cld-video-player.light.min.js +1 -1
  11. package/dist/cld-video-player.min.css +1 -1
  12. package/dist/cld-video-player.min.js +1 -1
  13. package/dist/ima.js +6 -611
  14. package/dist/ima.light.js +6 -620
  15. package/dist/ima.light.min.js +1 -1
  16. package/dist/ima.min.js +1 -1
  17. package/dist/interaction-areas.js +6 -516
  18. package/dist/interaction-areas.light.js +6 -516
  19. package/dist/interaction-areas.light.min.js +1 -1
  20. package/dist/interaction-areas.min.js +1 -1
  21. package/dist/node_modules_lodash_throttle_js.js +449 -0
  22. package/dist/node_modules_lodash_throttle_js.light.js +449 -0
  23. package/dist/playlist.js +130 -549
  24. package/dist/playlist.light.js +130 -549
  25. package/dist/playlist.light.min.js +1 -1
  26. package/dist/playlist.min.js +1 -1
  27. package/dist/recommendations-overlay.js +6 -617
  28. package/dist/recommendations-overlay.light.js +6 -617
  29. package/dist/recommendations-overlay.light.min.js +1 -1
  30. package/dist/recommendations-overlay.min.js +1 -1
  31. package/dist/shoppable.js +7 -742
  32. package/dist/shoppable.light.js +7 -742
  33. package/dist/shoppable.light.min.js +1 -1
  34. package/dist/shoppable.min.js +1 -1
  35. package/lib/all.js +1 -1
  36. package/lib/chapters.js +1 -1
  37. package/lib/cld-video-player.js +1 -1
  38. package/lib/cld-video-player.min.css +10 -1
  39. package/lib/ima.js +1 -1
  40. package/lib/interaction-areas.js +1 -1
  41. package/lib/playlist.js +1 -1
  42. package/lib/recommendations-overlay.js +1 -1
  43. package/lib/shoppable.js +1 -1
  44. package/lib/videoPlayer.js +1 -1
  45. package/lib/videoPlayerWithProfile.js +1 -1
  46. package/package.json +1 -2
  47. package/dist/473.light.min.js +0 -2
  48. package/dist/473.min.js +0 -2
  49. package/dist/node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sourceMaps_j-64c8cd.js +0 -530
  50. package/dist/node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sourceMaps_j-64c8cd.light.js +0 -530
  51. package/lib/473.js +0 -2
  52. package/lib/all.min.css +0 -12
  53. package/lib/videoPlayer.min.css +0 -12
  54. package/lib/videoPlayerWithProfile.min.css +0 -12
@@ -502,6 +502,9 @@
502
502
  .cld-video-player .vjs-text-track-display > div {
503
503
  margin: 3% !important;
504
504
  }
505
+ .cld-video-player .vjs-text-track-display.cld-paced-text-tracks b {
506
+ color: var(--color-accent);
507
+ }
505
508
  .cld-video-player .vjs-text-track-cue {
506
509
  top: auto !important;
507
510
  bottom: 3.4rem !important;
@@ -1091,5 +1094,1163 @@
1091
1094
  .cld-video-player .vjs-http-source-selector > .vjs-button > .vjs-icon-placeholder:before {
1092
1095
  content: "\f114";
1093
1096
  }
1097
+ /*!************************************************************************************************************************************************************!*\
1098
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/recommendations-overlay/recommendations-overlay.scss ***!
1099
+ \************************************************************************************************************************************************************/
1100
+ .vjs-recommendations-overlay {
1101
+ display: flex;
1102
+ align-items: center;
1103
+ justify-content: center;
1104
+ visibility: hidden;
1105
+ position: absolute;
1106
+ top: 0px;
1107
+ left: 0px;
1108
+ width: 100%;
1109
+ height: 100%;
1110
+ background-color: rgba(0, 0, 0, 0.5);
1111
+ }
1112
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-hide {
1113
+ font-size: 1em;
1114
+ cursor: pointer;
1115
+ position: absolute;
1116
+ display: inline-block;
1117
+ top: 3.75%;
1118
+ right: 1.72%;
1119
+ }
1120
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content {
1121
+ position: relative;
1122
+ width: 85%;
1123
+ }
1124
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content:before {
1125
+ display: block;
1126
+ content: "";
1127
+ width: 100%;
1128
+ padding-top: 56.25%;
1129
+ }
1130
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content > .aspect-ratio-content {
1131
+ position: absolute;
1132
+ top: 0;
1133
+ left: 0;
1134
+ right: 0;
1135
+ bottom: 0;
1136
+ }
1137
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content {
1138
+ display: flex;
1139
+ flex-flow: column;
1140
+ height: auto;
1141
+ }
1142
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item {
1143
+ border: 1px solid rgba(255, 255, 255, 0.5);
1144
+ }
1145
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary {
1146
+ flex: 1.82;
1147
+ display: flex;
1148
+ flex-flow: row;
1149
+ }
1150
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-image {
1151
+ flex: 1;
1152
+ background-size: cover;
1153
+ }
1154
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content {
1155
+ flex: 0.5625;
1156
+ display: flex;
1157
+ flex-flow: column;
1158
+ background: rgba(0, 0, 0, 0.6);
1159
+ text-align: left;
1160
+ padding: 3%;
1161
+ min-width: 0;
1162
+ }
1163
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content h2 {
1164
+ white-space: nowrap;
1165
+ overflow: hidden;
1166
+ text-overflow: ellipsis;
1167
+ padding: 0 0 0 0;
1168
+ font-size: 18px;
1169
+ margin: 0 0 1em 0;
1170
+ font-weight: 600;
1171
+ }
1172
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content h3 {
1173
+ white-space: nowrap;
1174
+ overflow: hidden;
1175
+ text-overflow: ellipsis;
1176
+ padding: 0 0 0 0;
1177
+ font-size: 20px;
1178
+ margin: 0 0 1.3em 0;
1179
+ font-weight: 500;
1180
+ }
1181
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content p {
1182
+ padding: 0 0 0 0;
1183
+ margin: 0 0 0 0;
1184
+ font-size: 14px;
1185
+ overflow: hidden;
1186
+ line-height: 1.4em;
1187
+ font-weight: 400;
1188
+ }
1189
+ @media only screen and (max-width: 1050px) {
1190
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content h2 {
1191
+ font-size: 16px;
1192
+ }
1193
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content h3 {
1194
+ font-size: 18px;
1195
+ }
1196
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content p {
1197
+ font-size: 12px;
1198
+ }
1199
+ }
1200
+ @media only screen and (max-width: 900px) {
1201
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content p {
1202
+ font-size: 10px;
1203
+ }
1204
+ }
1205
+ @media only screen and (max-width: 768px) {
1206
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content p {
1207
+ display: none;
1208
+ }
1209
+ }
1210
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container {
1211
+ flex: 1;
1212
+ display: flex;
1213
+ flex-flow: row wrap;
1214
+ justify-content: flex-start;
1215
+ }
1216
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary {
1217
+ background-size: 100% 100%;
1218
+ flex: 1;
1219
+ max-width: 33%;
1220
+ font-size: 1.16em;
1221
+ position: relative;
1222
+ margin: 2% 2% 0 0;
1223
+ }
1224
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary:last-child {
1225
+ margin-right: 0;
1226
+ }
1227
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div {
1228
+ display: flex;
1229
+ flex-direction: row;
1230
+ justify-content: space-between;
1231
+ text-align: left;
1232
+ line-height: normal;
1233
+ position: absolute;
1234
+ width: 100%;
1235
+ bottom: 0;
1236
+ left: 0;
1237
+ padding: 20% 7% 4.5% 7%;
1238
+ }
1239
+ .cld-video-player-skin-light .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div {
1240
+ padding: 5% 7%;
1241
+ }
1242
+ .cld-video-player-skin-dark .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div.vjs-recommendations-overlay-item-info {
1243
+ text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
1244
+ }
1245
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div span {
1246
+ display: block;
1247
+ min-width: 0;
1248
+ text-overflow: ellipsis;
1249
+ overflow: hidden;
1250
+ white-space: nowrap;
1251
+ }
1252
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div span.vjs-recommendations-overlay-item-secondary-title {
1253
+ flex: 2.3;
1254
+ font-size: 13px;
1255
+ }
1256
+ .vjs-recommendations-overlay .vjs-recommendations-overlay-content .aspect-ratio-content .vjs-recommendations-overlay-item-secondary-container .vjs-recommendations-overlay-item-secondary div span.vjs-recommendations-overlay-item-secondary-duration {
1257
+ text-align: right;
1258
+ margin-left: 10px;
1259
+ }
1260
+ /*!***************************************************************************************************************************!*\
1261
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/chapters/chapters.scss ***!
1262
+ \***************************************************************************************************************************/
1263
+ @charset "UTF-8";
1264
+ .cld-video-player .vjs-control-bar-chapter-wrapper {
1265
+ display: flex;
1266
+ align-items: center;
1267
+ container-type: inline-size;
1268
+ }
1269
+ .cld-video-player .vjs-control-bar-chapter-display {
1270
+ line-height: 1.5;
1271
+ font-size: 90%;
1272
+ white-space: nowrap;
1273
+ overflow: hidden;
1274
+ text-overflow: ellipsis;
1275
+ padding: 0 0.5em;
1276
+ }
1277
+ .cld-video-player .vjs-control-bar-chapter-display:not(:empty)::before {
1278
+ content: "•";
1279
+ padding-right: 0.5em;
1280
+ }
1281
+ @container (max-width: 150px) {
1282
+ .cld-video-player .vjs-control-bar-chapter-display {
1283
+ display: none;
1284
+ }
1285
+ }
1286
+ .cld-video-player .vjs-chapter-marker {
1287
+ pointer-events: none;
1288
+ position: absolute;
1289
+ background: var(--color-base);
1290
+ width: 4px;
1291
+ top: 0;
1292
+ bottom: 0;
1293
+ opacity: 0.5;
1294
+ z-index: 1;
1295
+ }
1296
+ .cld-video-player .vjs-chapter-display {
1297
+ pointer-events: none;
1298
+ line-height: 1.5;
1299
+ font-size: 90%;
1300
+ white-space: nowrap;
1301
+ overflow: hidden;
1302
+ text-overflow: ellipsis;
1303
+ transform: translateX(-50%);
1304
+ bottom: 2.7em;
1305
+ position: absolute;
1306
+ text-shadow: 0 0 4px color-mix(in srgb, var(--color-base) 40%, transparent);
1307
+ }
1308
+ .cld-video-player .vjs-chapter-display:not(:empty) ~ .vjs-vtt-thumbnail-display {
1309
+ bottom: 4em;
1310
+ }
1311
+ .cld-video-player .vjs-time-tooltip {
1312
+ right: auto !important;
1313
+ translate: -50%;
1314
+ }
1315
+ /*!********************************************************************************************************************************************!*\
1316
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/videojs-ima/dist/videojs.ima.scss ***!
1317
+ \********************************************************************************************************************************************/
1318
+ /**
1319
+ * Copyright 2014 Google Inc.
1320
+ *
1321
+ * Licensed under the Apache License, Version 2.0 (the "License");
1322
+ * you may not use this file except in compliance with the License.
1323
+ * You may obtain a copy of the License at
1324
+ *
1325
+ * http://www.apache.org/licenses/LICENSE-2.0
1326
+ *
1327
+ * Unless required by applicable law or agreed to in writing, software
1328
+ * distributed under the License is distributed on an "AS IS" BASIS,
1329
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1330
+ * See the License for the specific language governing permissions and
1331
+ * limitations under the License.
1332
+ */
1333
+ .ima-ad-container {
1334
+ top: 0em;
1335
+ position: absolute;
1336
+ display: none;
1337
+ width: 100%;
1338
+ height: 100%;
1339
+ }
1340
+
1341
+ /* Move overlay if user fast-clicks play button. */
1342
+ .video-js.vjs-playing .bumpable-ima-ad-container {
1343
+ margin-top: -4em;
1344
+ }
1345
+
1346
+ /* Move overlay when controls are active. */
1347
+ .video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
1348
+ margin-top: 0em;
1349
+ }
1350
+
1351
+ .video-js.vjs-paused .bumpable-ima-ad-container,
1352
+ .video-js.vjs-playing:hover .bumpable-ima-ad-container,
1353
+ .video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
1354
+ margin-top: -4em;
1355
+ }
1356
+
1357
+ .ima-controls-div {
1358
+ bottom: 0em;
1359
+ height: 1.4em;
1360
+ position: absolute;
1361
+ overflow: hidden;
1362
+ display: none;
1363
+ opacity: 1;
1364
+ background-color: rgba(7, 20, 30, 0.7);
1365
+ background: -moz-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* FF3.6+ */
1366
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(7, 20, 30, 0.7)), color-stop(100%, rgba(7, 20, 30, 0))); /* Chrome,Safari4+ */
1367
+ background: -webkit-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* Chrome10+,Safari5.1+ */
1368
+ background: -o-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* Opera 11.10+ */
1369
+ background: -ms-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* IE10+ */
1370
+ background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* W3C */
1371
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0007141E", endColorstr="#07141E",GradientType=0 ); /* IE6-9 */
1372
+ }
1373
+
1374
+ .ima-controls-div.ima-controls-div-showing {
1375
+ height: 3.7em;
1376
+ }
1377
+
1378
+ .ima-countdown-div {
1379
+ height: 1em;
1380
+ color: #FFFFFF;
1381
+ text-shadow: 0 0 0.2em #000;
1382
+ cursor: default;
1383
+ }
1384
+
1385
+ .ima-seek-bar-div {
1386
+ top: 1.2em;
1387
+ height: 0.3em;
1388
+ position: absolute;
1389
+ background: rgba(255, 255, 255, 0.4);
1390
+ }
1391
+
1392
+ .ima-progress-div {
1393
+ width: 0em;
1394
+ height: 0.3em;
1395
+ background-color: #ECC546;
1396
+ }
1397
+
1398
+ .ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
1399
+ width: 2.33em;
1400
+ height: 1.33em;
1401
+ top: 0.733em;
1402
+ left: 0em;
1403
+ position: absolute;
1404
+ color: #CCCCCC;
1405
+ font-size: 1.5em;
1406
+ line-height: 2;
1407
+ text-align: center;
1408
+ font-family: VideoJS;
1409
+ cursor: pointer;
1410
+ }
1411
+
1412
+ .ima-mute-div {
1413
+ left: auto;
1414
+ right: 5.667em;
1415
+ }
1416
+
1417
+ .ima-slider-div {
1418
+ left: auto;
1419
+ right: 2.33em;
1420
+ width: 3.33em;
1421
+ height: 0.667em;
1422
+ top: 1.33em;
1423
+ background-color: #555555;
1424
+ }
1425
+
1426
+ .ima-slider-level-div {
1427
+ width: 100%;
1428
+ height: 0.667em;
1429
+ background-color: #ECC546;
1430
+ }
1431
+
1432
+ .ima-fullscreen-div {
1433
+ left: auto;
1434
+ right: 0em;
1435
+ }
1436
+
1437
+ .ima-playing:before {
1438
+ content: "\f103";
1439
+ }
1440
+
1441
+ .ima-paused:before {
1442
+ content: "\f101";
1443
+ }
1444
+
1445
+ .ima-playing:hover:before, .ima-paused:hover:before {
1446
+ text-shadow: 0 0 1em #fff;
1447
+ }
1448
+
1449
+ .ima-non-muted:before {
1450
+ content: "\f107";
1451
+ }
1452
+
1453
+ .ima-muted:before {
1454
+ content: "\f104";
1455
+ }
1456
+
1457
+ .ima-non-muted:hover:before, .ima-muted:hover:before {
1458
+ text-shadow: 0 0 1em #fff;
1459
+ }
1460
+
1461
+ .ima-non-fullscreen:before {
1462
+ content: "\f108";
1463
+ }
1464
+
1465
+ .ima-fullscreen:before {
1466
+ content: "\f109";
1467
+ }
1468
+
1469
+ .ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
1470
+ text-shadow: 0 0 1em #fff;
1471
+ }
1472
+ /*!*******************************************************************************************************************************************************!*\
1473
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/components/upcoming-video-overlay.scss ***!
1474
+ \*******************************************************************************************************************************************************/
1475
+ .vjs-upcoming-video {
1476
+ opacity: 0;
1477
+ transition: bottom 0.1s, visibility 0.2s, opacity 0.2s;
1478
+ visibility: hidden;
1479
+ position: absolute;
1480
+ bottom: 4.5em;
1481
+ right: 0.75em;
1482
+ width: 38.7%;
1483
+ max-width: 30em;
1484
+ border: 1px solid #E8E8E9;
1485
+ }
1486
+ .vjs-upcoming-video .upcoming-video-overlay {
1487
+ aspect-ratio: 16/9;
1488
+ background-size: cover;
1489
+ cursor: pointer;
1490
+ }
1491
+ .vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar {
1492
+ display: flex;
1493
+ flex: auto;
1494
+ justify-content: space-between;
1495
+ position: absolute;
1496
+ height: 3em;
1497
+ line-height: 3em;
1498
+ width: 100%;
1499
+ bottom: 0px;
1500
+ }
1501
+ .vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title {
1502
+ flex: auto;
1503
+ text-align: left;
1504
+ display: block;
1505
+ width: auto;
1506
+ max-width: 80%;
1507
+ padding-left: 1em;
1508
+ padding-right: 1em;
1509
+ }
1510
+ .vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title .vjs-upcoming-video-title-display {
1511
+ text-overflow: ellipsis;
1512
+ overflow: hidden;
1513
+ white-space: nowrap;
1514
+ }
1515
+ .vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title .vjs-upcoming-video-title-display .vjs-upcoming-video-title-display-label {
1516
+ font-weight: 400;
1517
+ }
1518
+ .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-upcoming-video {
1519
+ transition: bottom 1s, visibility 0.2s, opacity 0.2s;
1520
+ bottom: 0.7em;
1521
+ }
1522
+ .vjs-upcoming-video.vjs-upcoming-video-show {
1523
+ transition: visibility 0.2s, opacity 0.2s;
1524
+ opacity: 1;
1525
+ visibility: visible;
1526
+ }
1527
+ .vjs-upcoming-video.disable-transition {
1528
+ transition: visibility 0s;
1529
+ }
1530
+ @media only screen and (max-width: 768px) {
1531
+ .vjs-upcoming-video:before {
1532
+ display: none;
1533
+ }
1534
+ .cld-video-player.cld-video-player-skin-dark .vjs-upcoming-video, .cld-video-player.cld-video-player-skin-light .vjs-upcoming-video {
1535
+ border: none;
1536
+ }
1537
+ .vjs-upcoming-video .aspect-ratio-content {
1538
+ background-image: none !important;
1539
+ }
1540
+ }
1541
+ /*!*************************************************************************************************************************************************!*\
1542
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/components/playlist-buttons.scss ***!
1543
+ \*************************************************************************************************************************************************/
1544
+ .cld-video-player .vjs-playlist-button {
1545
+ display: none;
1546
+ }
1547
+ .cld-video-player.vjs-playlist .vjs-playlist-button {
1548
+ display: block;
1549
+ }
1550
+ /*!******************************************************************************************************************************!*\
1551
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/playlist.scss ***!
1552
+ \******************************************************************************************************************************/
1553
+ .cld-plw-horizontal .cld-plw-col-list {
1554
+ padding-top: 14.0625%;
1555
+ position: relative;
1556
+ }
1557
+ .cld-plw-horizontal .cld-plw-panel {
1558
+ overflow: auto;
1559
+ position: absolute;
1560
+ top: 0;
1561
+ bottom: 0;
1562
+ right: 0;
1563
+ left: 0;
1564
+ display: flex;
1565
+ flex-direction: row;
1566
+ }
1567
+ .cld-plw-horizontal .cld-plw-panel-item {
1568
+ background-image: none;
1569
+ min-width: 25%;
1570
+ max-width: 25%;
1571
+ }
1572
+ .cld-plw-horizontal .cld-plw-panel-item:first-child {
1573
+ margin-left: 0;
1574
+ }
1575
+ .cld-plw-horizontal .cld-plw-panel-item:last-child {
1576
+ margin-right: 0;
1577
+ }
1578
+
1579
+ .cld-plw-vertical {
1580
+ display: flex;
1581
+ flex-direction: row;
1582
+ }
1583
+ .cld-plw-vertical.cld-plw-layout > div:first-child {
1584
+ flex: 1;
1585
+ }
1586
+ .cld-plw-vertical .cld-plw-col-list {
1587
+ display: flex;
1588
+ flex-direction: column;
1589
+ min-width: 20%;
1590
+ }
1591
+ .cld-plw-vertical .cld-plw-panel {
1592
+ height: 100%;
1593
+ overflow: auto;
1594
+ }
1595
+ .cld-plw-vertical .cld-plw-panel-item {
1596
+ height: 25%;
1597
+ }
1598
+ .cld-plw-vertical .cld-plw-panel-item:last-child {
1599
+ margin-bottom: 0;
1600
+ }
1601
+
1602
+ .cld-plw-item-title-next {
1603
+ font-weight: bold;
1604
+ }
1605
+
1606
+ .cld-plw-item-info-wrap {
1607
+ position: absolute;
1608
+ bottom: 0;
1609
+ left: 0;
1610
+ padding: 5% 7%;
1611
+ width: 100%;
1612
+ transition: color 0.25s;
1613
+ display: flex;
1614
+ flex-direction: row;
1615
+ justify-content: space-between;
1616
+ box-sizing: border-box;
1617
+ }
1618
+ .cld-video-player-skin-dark .cld-plw-item-info-wrap {
1619
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
1620
+ }
1621
+ @media only screen and (max-width: 768px) {
1622
+ .cld-video-player-skin-dark .cld-plw-item-info-wrap {
1623
+ background: var(--color-base);
1624
+ }
1625
+ }
1626
+
1627
+ .cld-plw-item-title {
1628
+ text-overflow: ellipsis;
1629
+ white-space: nowrap;
1630
+ overflow: hidden;
1631
+ }
1632
+
1633
+ .cld-plw-item-duration {
1634
+ margin-left: 10px;
1635
+ }
1636
+
1637
+ /* Default Playlist Layout */
1638
+ .cld-plw-layout.cld-plw-layout-fluid {
1639
+ width: 100%;
1640
+ }
1641
+ .cld-plw-layout.cld-plw-vertical {
1642
+ flex-direction: row;
1643
+ }
1644
+ .cld-plw-layout.cld-plw-horizontal {
1645
+ flex-direction: column;
1646
+ }
1647
+
1648
+ .cld-plw-custom {
1649
+ padding: 4px;
1650
+ }
1651
+ .cld-plw-custom .cld-plw-panel-item {
1652
+ background: none !important;
1653
+ margin: 4px 0;
1654
+ }
1655
+ .cld-plw-custom .cld-plw-panel-item:first-child {
1656
+ margin-top: 0;
1657
+ }
1658
+ .cld-plw-custom .cld-plw-panel-item:last-child {
1659
+ margin-bottom: 0;
1660
+ }
1661
+ .cld-plw-custom .cld-plw-panel-item img {
1662
+ display: block;
1663
+ width: 150px;
1664
+ }
1665
+ .cld-plw-custom .cld-plw-panel-item .cld-plw-item-info-wrap {
1666
+ left: 160px;
1667
+ }
1668
+ .cld-plw-custom .cld-plw-panel-item .cld-plw-item-title-next {
1669
+ display: block;
1670
+ }
1671
+
1672
+ @media only screen and (max-width: 768px) {
1673
+ .cld-plw-layout.cld-plw-vertical, .cld-plw-layout.cld-plw-horizontal {
1674
+ flex-direction: column;
1675
+ }
1676
+ .cld-plw-layout.cld-plw-vertical .cld-plw-panel, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel {
1677
+ flex-direction: column;
1678
+ }
1679
+ .cld-plw-layout.cld-plw-vertical .cld-plw-col-list, .cld-plw-layout.cld-plw-horizontal .cld-plw-col-list {
1680
+ width: inherit !important;
1681
+ height: inherit !important;
1682
+ max-height: 340px;
1683
+ }
1684
+ .cld-plw-layout.cld-plw-vertical .cld-plw-panel-item, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item {
1685
+ background: none !important;
1686
+ }
1687
+ .cld-plw-layout.cld-plw-vertical .cld-plw-panel-item img, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item img {
1688
+ display: block;
1689
+ width: 150px;
1690
+ height: 84px;
1691
+ }
1692
+ .cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-info-wrap, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-info-wrap {
1693
+ left: 150px;
1694
+ padding: 15px 10px;
1695
+ top: 0;
1696
+ right: 0;
1697
+ width: auto;
1698
+ }
1699
+ .cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title-next, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title-next {
1700
+ display: block;
1701
+ }
1702
+ .cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title-curr, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title-curr {
1703
+ display: block;
1704
+ }
1705
+ .cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title {
1706
+ white-space: normal;
1707
+ }
1708
+ .cld-plw-layout.cld-plw-horizontal .cld-plw-col-list {
1709
+ padding-top: 0;
1710
+ overflow: auto;
1711
+ }
1712
+ .cld-plw-layout.cld-plw-horizontal .cld-plw-panel {
1713
+ position: initial;
1714
+ }
1715
+ .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item {
1716
+ max-width: none;
1717
+ }
1718
+ }
1719
+ /*!*****************************************************************************************************************************************!*\
1720
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/thumbnail/thumbnail.scss ***!
1721
+ \*****************************************************************************************************************************************/
1722
+ .cld-thumbnail {
1723
+ position: relative;
1724
+ display: block;
1725
+ width: 100%;
1726
+ overflow: hidden;
1727
+ font-size: 1em;
1728
+ text-align: left;
1729
+ background-repeat: no-repeat;
1730
+ background-size: cover;
1731
+ background-position: center;
1732
+ }
1733
+ .cld-thumbnail .cld-thumbnail-img {
1734
+ display: none;
1735
+ }
1736
+ .cld-thumbnail:before {
1737
+ content: "";
1738
+ position: absolute;
1739
+ top: 40%;
1740
+ max-height: 60%;
1741
+ right: 0;
1742
+ bottom: 0;
1743
+ left: 0;
1744
+ background: linear-gradient(to top, var(--color-base), transparent 80%);
1745
+ opacity: 0.6;
1746
+ }
1747
+ .cld-thumbnail.cld-plw-panel-item-active {
1748
+ border: 1px solid var(--color-accent);
1749
+ box-sizing: border-box;
1750
+ }
1751
+ .cld-thumbnail.cld-plw-panel-item-active .cld-plw-item-info-wrap {
1752
+ color: var(--color-accent);
1753
+ }
1754
+
1755
+ .cld-plw-panel-item:hover:after {
1756
+ content: "";
1757
+ position: absolute;
1758
+ width: 100%;
1759
+ height: 100%;
1760
+ top: 0px;
1761
+ left: 0px;
1762
+ background-color: var(--color-text);
1763
+ opacity: 0.2;
1764
+ }
1765
+
1766
+ @media only screen and (max-width: 768px) {
1767
+ .cld-thumbnail:before {
1768
+ background: none;
1769
+ }
1770
+ }
1771
+ /*!*******************************************************************************************************************************************!*\
1772
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/shoppable-bar/shoppable-widget.scss ***!
1773
+ \*******************************************************************************************************************************************/
1774
+ .cld-spbl-bar {
1775
+ position: absolute;
1776
+ top: 0;
1777
+ right: 0;
1778
+ bottom: 0;
1779
+ left: 0;
1780
+ pointer-events: none;
1781
+ overflow: hidden;
1782
+ z-index: 1;
1783
+ }
1784
+
1785
+ .cld-spbl-bar-inner {
1786
+ position: absolute;
1787
+ top: 0;
1788
+ right: 0;
1789
+ bottom: 0;
1790
+ left: 0;
1791
+ transform: translateX(20%);
1792
+ transition: transform 0.3s;
1793
+ }
1794
+
1795
+ .cld-video-player .vjs-control-bar {
1796
+ transition: width 0.3s;
1797
+ }
1798
+
1799
+ .shoppable-panel-visible .cld-spbl-bar-inner {
1800
+ transform: translateX(0);
1801
+ }
1802
+ .shoppable-panel-visible .vjs-control-bar {
1803
+ width: 80%;
1804
+ }
1805
+ .shoppable-panel-visible .cld-spbl-toggle-icon:before {
1806
+ content: "\f119";
1807
+ }
1808
+
1809
+ .cld-spbl-banner-msg {
1810
+ position: absolute;
1811
+ font-size: 2em;
1812
+ text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
1813
+ left: 0;
1814
+ top: calc(50% + 3em);
1815
+ width: 100%;
1816
+ text-align: center;
1817
+ }
1818
+ .cld-video-player.vjs-has-started .cld-spbl-banner-msg, .cld-video-player.vjs-error .cld-spbl-banner-msg {
1819
+ display: none;
1820
+ }
1821
+
1822
+ .cld-spbl-toggle {
1823
+ position: absolute;
1824
+ top: 3%;
1825
+ right: 20%;
1826
+ color: inherit;
1827
+ border-radius: 6px 0 0 6px;
1828
+ width: 40px;
1829
+ height: 40px;
1830
+ line-height: 40px;
1831
+ font-size: 24px;
1832
+ text-align: center;
1833
+ cursor: pointer;
1834
+ pointer-events: all;
1835
+ text-decoration: none;
1836
+ }
1837
+ .cld-spbl-toggle:hover {
1838
+ color: inherit;
1839
+ text-decoration: none;
1840
+ }
1841
+ .cld-spbl-toggle:focus {
1842
+ outline: none;
1843
+ }
1844
+
1845
+ .cld-spbl-toggle-icon {
1846
+ display: block;
1847
+ animation-duration: 1s;
1848
+ animation-fill-mode: both;
1849
+ }
1850
+ .cld-spbl-toggle-icon.cld-spbl-toggle-custom-icon {
1851
+ position: absolute;
1852
+ top: 0;
1853
+ right: 0;
1854
+ bottom: 0;
1855
+ left: 0;
1856
+ background-position: center;
1857
+ background-repeat: no-repeat;
1858
+ background-size: 75%;
1859
+ }
1860
+ .shoppable-panel-hidden .cld-spbl-toggle-icon.cld-spbl-toggle-custom-icon:before {
1861
+ display: none;
1862
+ }
1863
+ .shoppable-panel-visible .cld-spbl-toggle-icon.cld-spbl-toggle-custom-icon {
1864
+ background-image: none !important;
1865
+ }
1866
+ .cld-spbl-toggle-icon.animate, .shoppable-panel-hidden .cld-spbl-toggle-icon:hover {
1867
+ animation-name: tada;
1868
+ animation-iteration-count: infinite;
1869
+ }
1870
+
1871
+ .cld-spbl-panel {
1872
+ position: absolute;
1873
+ top: 0;
1874
+ right: 0;
1875
+ bottom: 0;
1876
+ width: 20%;
1877
+ overflow: auto;
1878
+ pointer-events: all;
1879
+ -ms-overflow-style: none;
1880
+ scrollbar-width: none;
1881
+ }
1882
+ .cld-spbl-panel::-webkit-scrollbar {
1883
+ display: none;
1884
+ }
1885
+
1886
+ .cld-spbl-item {
1887
+ display: block;
1888
+ position: relative;
1889
+ margin: 12px 8px;
1890
+ color: inherit;
1891
+ transform: scale(0.98);
1892
+ transition: transform 0.3s;
1893
+ }
1894
+ .cld-spbl-bar[size=md] .cld-spbl-item {
1895
+ font-size: 10px;
1896
+ }
1897
+ .cld-spbl-bar[size=sm] .cld-spbl-item {
1898
+ font-size: 8px;
1899
+ }
1900
+ .cld-spbl-item:before, .cld-spbl-item:after {
1901
+ content: "";
1902
+ position: absolute;
1903
+ top: 0;
1904
+ right: 0;
1905
+ bottom: 0;
1906
+ left: 0;
1907
+ z-index: 0;
1908
+ pointer-events: none;
1909
+ box-shadow: 0 0 0;
1910
+ transition: box-shadow 0.3s;
1911
+ border-radius: 3px;
1912
+ }
1913
+ .cld-spbl-item.active {
1914
+ transform: scale(1);
1915
+ }
1916
+ .cld-spbl-item.active:before {
1917
+ opacity: 0.5;
1918
+ box-shadow: 0 0 0 4px;
1919
+ }
1920
+ .cld-spbl-item.active:after {
1921
+ box-shadow: 0 0 0 2px;
1922
+ }
1923
+ .cld-spbl-item:hover {
1924
+ color: inherit;
1925
+ }
1926
+
1927
+ .cld-spbl-img {
1928
+ max-width: 100%;
1929
+ height: auto;
1930
+ }
1931
+
1932
+ .cld-spbl-hover-img {
1933
+ display: none;
1934
+ }
1935
+
1936
+ .cld-spbl-item-info {
1937
+ position: absolute;
1938
+ right: 0;
1939
+ bottom: 0;
1940
+ left: 0;
1941
+ max-height: 100%;
1942
+ overflow: hidden;
1943
+ padding: 6%;
1944
+ }
1945
+
1946
+ .cld-spbl-overlay {
1947
+ display: inline-flex;
1948
+ position: absolute;
1949
+ top: 0;
1950
+ right: 0;
1951
+ bottom: 0;
1952
+ left: 0;
1953
+ line-height: 1.3;
1954
+ font-size: 120%;
1955
+ text-align: center;
1956
+ padding: 10%;
1957
+ z-index: 1;
1958
+ opacity: 0;
1959
+ }
1960
+ .cld-spbl-overlay .cld-spbl-overlay-text {
1961
+ margin: auto;
1962
+ }
1963
+
1964
+ .cld-spbl-item:hover .cld-spbl-overlay {
1965
+ opacity: 1;
1966
+ }
1967
+ .cld-spbl-item:hover .cld-spbl-overlay ~ .cld-spbl-item-info {
1968
+ display: none;
1969
+ }
1970
+ .cld-spbl-item:hover .cld-spbl-hover-img {
1971
+ display: block;
1972
+ }
1973
+ .cld-spbl-item:hover .cld-spbl-hover-img + .cld-spbl-img {
1974
+ display: none;
1975
+ }
1976
+
1977
+ .cld-spbl-post-play .cld-spbl-post-play-bg {
1978
+ position: absolute;
1979
+ top: 0;
1980
+ left: 0;
1981
+ bottom: 0;
1982
+ right: 0;
1983
+ background-size: cover;
1984
+ }
1985
+ .cld-spbl-post-play .cld-spbl-post-title {
1986
+ position: absolute;
1987
+ font-size: 1.5em;
1988
+ text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
1989
+ left: 0;
1990
+ top: 0.8em;
1991
+ width: 100%;
1992
+ text-align: center;
1993
+ }
1994
+ .cld-spbl-post-play .cld-spbl-panel {
1995
+ width: 100%;
1996
+ top: 16%;
1997
+ height: 60%;
1998
+ padding: 10px 8px;
1999
+ white-space: nowrap;
2000
+ background: none !important;
2001
+ cursor: grab;
2002
+ }
2003
+ .cld-spbl-post-play .cld-spbl-panel:active {
2004
+ cursor: grabbing;
2005
+ }
2006
+ .cld-spbl-post-play .cld-spbl-item {
2007
+ display: inline-block;
2008
+ width: 28%;
2009
+ padding-top: 28%;
2010
+ margin: 0 8px;
2011
+ white-space: normal;
2012
+ vertical-align: top;
2013
+ border-radius: 10px;
2014
+ overflow: hidden;
2015
+ box-shadow: 0 4px 6px 1.2px rgba(0, 0, 0, 0.24), 0 6px 8px 4px rgba(0, 0, 0, 0.24);
2016
+ transform: none;
2017
+ }
2018
+ .cld-spbl-post-play .cld-spbl-img {
2019
+ max-width: 100%;
2020
+ max-height: 100%;
2021
+ position: absolute;
2022
+ top: 0;
2023
+ left: 0;
2024
+ bottom: 0;
2025
+ right: 0;
2026
+ margin: 0 auto auto;
2027
+ }
2028
+ .cld-spbl-post-play .cld-spbl-replay-btn {
2029
+ position: absolute;
2030
+ left: 5%;
2031
+ bottom: 10%;
2032
+ font-family: inherit;
2033
+ padding: 8px 15px;
2034
+ border-radius: 5px;
2035
+ }
2036
+ .cld-spbl-post-play .cld-spbl-replay-btn:before {
2037
+ font-family: VideoJS;
2038
+ vertical-align: bottom;
2039
+ margin-right: 4px;
2040
+ }
2041
+
2042
+ .cld-spbl-post-modal .cld-spbl-bar,
2043
+ .cld-spbl-post-modal .vjs-big-play-button,
2044
+ .cld-spbl-post-modal .vjs-recommendations-overlay {
2045
+ display: none;
2046
+ }
2047
+
2048
+ @keyframes tada {
2049
+ 0% {
2050
+ transform: scale3d(1, 1, 1);
2051
+ }
2052
+ 10%, 20% {
2053
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
2054
+ }
2055
+ 30%, 50%, 70%, 90% {
2056
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
2057
+ }
2058
+ 40%, 60%, 80% {
2059
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
2060
+ }
2061
+ 100% {
2062
+ transform: scale3d(1, 1, 1);
2063
+ }
2064
+ }
2065
+ .shoppable-products-overlay .vjs-title-bar,
2066
+ .shoppable-products-overlay .vjs-big-play-button {
2067
+ display: none !important;
2068
+ }
2069
+
2070
+ .cld-spbl-products-overlay {
2071
+ position: absolute;
2072
+ width: 100%;
2073
+ top: 50%;
2074
+ transform: translateY(-50%);
2075
+ }
2076
+
2077
+ .cld-spbl-product-hotspot {
2078
+ pointer-events: all;
2079
+ position: absolute;
2080
+ cursor: pointer;
2081
+ padding: 15px;
2082
+ }
2083
+ .cld-spbl-product-hotspot:after {
2084
+ content: "";
2085
+ display: block;
2086
+ width: 8px;
2087
+ height: 8px;
2088
+ background: #fff;
2089
+ box-shadow: 0 0 0 4px #0078FF, 0 0 0 8px rgba(0, 120, 255, 0.24);
2090
+ border-radius: 18px;
2091
+ }
2092
+ .cld-spbl-product-hotspot:hover .cld-spbl-product-tooltip {
2093
+ display: block;
2094
+ }
2095
+
2096
+ .cld-spbl-product-tooltip {
2097
+ display: none;
2098
+ position: absolute;
2099
+ white-space: nowrap;
2100
+ padding: 4px 6px;
2101
+ border-radius: 4px;
2102
+ top: 100%;
2103
+ left: 50%;
2104
+ transform: translateX(-50%);
2105
+ }
2106
+ .cld-spbl-product-tooltip.cld-spbl-product-tooltip-top {
2107
+ top: auto;
2108
+ bottom: 100%;
2109
+ }
2110
+ .cld-spbl-product-tooltip.cld-spbl-product-tooltip-left {
2111
+ top: 50%;
2112
+ right: 100%;
2113
+ left: auto;
2114
+ transform: translateY(-50%);
2115
+ }
2116
+ .cld-spbl-product-tooltip.cld-spbl-product-tooltip-right {
2117
+ top: 50%;
2118
+ left: 100%;
2119
+ transform: translateY(-50%);
2120
+ }
2121
+ /*!*********************************************************************************************************************************************!*\
2122
+ !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/interaction-areas/interaction-areas.scss ***!
2123
+ \*********************************************************************************************************************************************/
2124
+ .cld-video-player.vjs-user-active .interaction-areas-container {
2125
+ display: block;
2126
+ }
2127
+ .cld-video-player.interaction-areas .vjs-big-play-button {
2128
+ display: none !important;
2129
+ }
2130
+ .cld-video-player .interaction-areas-container {
2131
+ position: absolute;
2132
+ width: 100%;
2133
+ height: 100%;
2134
+ top: 50%;
2135
+ left: 50%;
2136
+ transform: translate(-50%, -50%);
2137
+ display: none;
2138
+ z-index: 1;
2139
+ }
2140
+ .cld-video-player .interaction-areas-container:hover {
2141
+ display: block;
2142
+ }
2143
+ .cld-video-player .interaction-areas-container .go-back-button,
2144
+ .cld-video-player .interaction-areas-container .vp-ia-item {
2145
+ position: absolute;
2146
+ cursor: pointer;
2147
+ }
2148
+ .cld-video-player .interaction-areas-container .go-back-button {
2149
+ top: 0;
2150
+ left: 0;
2151
+ width: 100%;
2152
+ height: 100%;
2153
+ }
2154
+ .cld-video-player .interaction-areas-container .vp-ia-item {
2155
+ display: inline-flex;
2156
+ align-items: center;
2157
+ justify-content: center;
2158
+ transition: top, left, width, height;
2159
+ transition-timing-function: linear;
2160
+ }
2161
+ .cld-video-player .interaction-areas-container .vp-ia-item.theme-shadowed .vp-ia-marker-shadow {
2162
+ opacity: 0.24;
2163
+ }
2164
+ .cld-video-player .interaction-areas-container .vp-ia-item.theme-pulsing .vp-ia-marker-shadow {
2165
+ -webkit-animation: pulsing-animation 1.3s ease-out;
2166
+ -webkit-animation-iteration-count: infinite;
2167
+ border: solid 2px;
2168
+ opacity: 0;
2169
+ }
2170
+ .cld-video-player .interaction-areas-container .vp-ia-item:hover .vp-ia-marker-main:before {
2171
+ content: "";
2172
+ width: 20px;
2173
+ height: 20px;
2174
+ border: solid 2px rgba(0, 0, 0, 0.25);
2175
+ }
2176
+ .cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker {
2177
+ position: relative;
2178
+ width: 20px;
2179
+ height: 20px;
2180
+ }
2181
+ .cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-main,
2182
+ .cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-main:before,
2183
+ .cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-shadow {
2184
+ position: absolute;
2185
+ border-radius: 50%;
2186
+ transform: translate(-50%, -50%);
2187
+ top: 50%;
2188
+ left: 50%;
2189
+ }
2190
+ .cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-main {
2191
+ background-color: white;
2192
+ border: solid 2px;
2193
+ height: 100%;
2194
+ width: 100%;
2195
+ }
2196
+ .cld-video-player .interaction-areas-container .vp-ia-item .vp-ia-area-marker .vp-ia-marker-shadow {
2197
+ width: 28px;
2198
+ height: 28px;
2199
+ }
2200
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message {
2201
+ display: flex;
2202
+ flex-direction: column;
2203
+ align-items: center;
2204
+ justify-content: center;
2205
+ height: 100%;
2206
+ z-index: 2;
2207
+ background-color: rgba(0, 0, 0, 0.5);
2208
+ }
2209
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message.clickable {
2210
+ cursor: pointer;
2211
+ }
2212
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message.clickable:hover .vp-theme-button {
2213
+ background-color: rgba(255, 255, 254, 0.28);
2214
+ }
2215
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-icon {
2216
+ margin-bottom: 20px;
2217
+ height: 60px;
2218
+ }
2219
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-message-title {
2220
+ font-size: 24px;
2221
+ line-height: 34px;
2222
+ text-align: center;
2223
+ }
2224
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-theme-button {
2225
+ margin: 8px 0 18px 0;
2226
+ }
2227
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-message-do-not-show {
2228
+ display: flex;
2229
+ align-items: center;
2230
+ }
2231
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-message-do-not-show > * {
2232
+ cursor: pointer;
2233
+ }
2234
+ .cld-video-player .interaction-areas-container.vp-ia-layout-message .vp-ia-layout-message-do-not-show .vp-ia-layout-message-checkbox-title {
2235
+ margin: 0 0 0 5px;
2236
+ }
2237
+
2238
+ @-webkit-keyframes pulsing-animation {
2239
+ 0% {
2240
+ height: 10px;
2241
+ width: 10px;
2242
+ opacity: 0;
2243
+ }
2244
+ 50% {
2245
+ height: 20px;
2246
+ width: 20px;
2247
+ opacity: 1;
2248
+ }
2249
+ 100% {
2250
+ height: 40px;
2251
+ width: 40px;
2252
+ opacity: 0;
2253
+ }
2254
+ }
1094
2255
 
1095
2256
  /*# sourceMappingURL=cld-video-player.css.map*/