@vitrosoftware/common-ui-ts 1.1.11 → 1.1.12

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 (90) hide show
  1. package/css/common.css +18 -0
  2. package/css/third-party/jquery-contextMenu/font/context-menu-icons.eot +0 -0
  3. package/css/third-party/jquery-contextMenu/font/context-menu-icons.ttf +0 -0
  4. package/css/third-party/jquery-contextMenu/font/context-menu-icons.woff +0 -0
  5. package/css/third-party/jquery-contextMenu/font/context-menu-icons.woff2 +0 -0
  6. package/css/third-party/jquery-contextMenu/jquery.contextMenu.min.css +16 -0
  7. package/css/third-party/jquery-svg/jquery.svg.css +10 -0
  8. package/css/third-party/jquery-ui/jquery-ui.min.css +28 -0
  9. package/css/third-party/jquery-ui/jquery-ui.structure.css +886 -0
  10. package/css/third-party/jquery-ui/jquery-ui.theme.min.css +26 -0
  11. package/css/third-party/jquery-ui/ui-icons_444444_256x240.png +0 -0
  12. package/css/third-party/jquery-ui/ui-icons_555555_256x240.png +0 -0
  13. package/css/third-party/jquery-ui/ui-icons_777620_256x240.png +0 -0
  14. package/css/third-party/jquery-ui/ui-icons_777777_256x240.png +0 -0
  15. package/css/third-party/jquery-ui/ui-icons_cc0000_256x240.png +0 -0
  16. package/css/third-party/jquery-ui/ui-icons_ffffff_256x240.png +0 -0
  17. package/css/third-party/sweetalert2/sweetalert2.css +1154 -0
  18. package/css/white/controls/pdf-viewer/compare-side-by-side.css +260 -0
  19. package/css/white/controls/pdf-viewer/compare.css +504 -0
  20. package/css/white/controls/pdf-viewer/custom.css +339 -0
  21. package/css/white/controls/pdf-viewer/debugger.css +113 -0
  22. package/css/white/controls/pdf-viewer/form.css +133 -0
  23. package/css/white/controls/pdf-viewer/img/close-compare-viewer.png +0 -0
  24. package/css/white/controls/pdf-viewer/img/close-compare-viewer_active.png +0 -0
  25. package/css/white/controls/pdf-viewer/img/compare-overlay.png +0 -0
  26. package/css/white/controls/pdf-viewer/img/compare-side-by-side.png +0 -0
  27. package/css/white/controls/pdf-viewer/img/delete-active.png +0 -0
  28. package/css/white/controls/pdf-viewer/img/delete.png +0 -0
  29. package/css/white/controls/pdf-viewer/img/dlg-compare-ico.png +0 -0
  30. package/css/white/controls/pdf-viewer/img/do-compare.png +0 -0
  31. package/css/white/controls/pdf-viewer/img/draw-annotation.png +0 -0
  32. package/css/white/controls/pdf-viewer/img/finish-align.png +0 -0
  33. package/css/white/controls/pdf-viewer/img/finish-align_active.png +0 -0
  34. package/css/white/controls/pdf-viewer/img/fit-to-view.png +0 -0
  35. package/css/white/controls/pdf-viewer/img/fit-to-view_active.png +0 -0
  36. package/css/white/controls/pdf-viewer/img/hide-annotation.png +0 -0
  37. package/css/white/controls/pdf-viewer/img/hide-colors.png +0 -0
  38. package/css/white/controls/pdf-viewer/img/hide-colors_active.png +0 -0
  39. package/css/white/controls/pdf-viewer/img/layer-unvisible.png +0 -0
  40. package/css/white/controls/pdf-viewer/img/layer-visible.png +0 -0
  41. package/css/white/controls/pdf-viewer/img/overlay.png +0 -0
  42. package/css/white/controls/pdf-viewer/img/overlay_active.png +0 -0
  43. package/css/white/controls/pdf-viewer/img/pan.png +0 -0
  44. package/css/white/controls/pdf-viewer/img/pan_active.png +0 -0
  45. package/css/white/controls/pdf-viewer/img/panel-visibility.png +0 -0
  46. package/css/white/controls/pdf-viewer/img/panel-visibility_active.png +0 -0
  47. package/css/white/controls/pdf-viewer/img/show-annotation.png +0 -0
  48. package/css/white/controls/pdf-viewer/img/side-by-side.png +0 -0
  49. package/css/white/controls/pdf-viewer/img/side-by-side_active.png +0 -0
  50. package/css/white/controls/pdf-viewer/img/sidebar-notes-toggle.png +0 -0
  51. package/css/white/controls/pdf-viewer/img/zoom.png +0 -0
  52. package/css/white/controls/pdf-viewer/img/zoom_active.png +0 -0
  53. package/css/white/controls/pdf-viewer/pdf-viewer.css +635 -0
  54. package/css/white/controls/pdf-viewer/print.css +52 -0
  55. package/css/white/controls/pdf-viewer/sketchpad.css +16 -0
  56. package/css/white/controls/pdf-viewer/viewer-theme.css +82 -0
  57. package/css/white/controls/pdf-viewer/viewer.css +3066 -0
  58. package/css/white/controls/pdf-viewer/zoom.css +14 -0
  59. package/dist/constants/Event.d.ts +4 -0
  60. package/dist/controls/PdfViewer/PdfViewer.d.ts +6 -0
  61. package/dist/controls/PdfViewer/PdfViewerContext.d.ts +7 -0
  62. package/dist/controls/PdfViewer/Viewer.d.ts +6 -0
  63. package/dist/index.css +10 -3
  64. package/dist/index.d.ts +4 -1
  65. package/dist/index.js +65 -28
  66. package/dist/index.js.map +1 -1
  67. package/dist/index.modern.js +65 -29
  68. package/dist/index.modern.js.map +1 -1
  69. package/lib/autosize/autosize.min.js +1 -0
  70. package/lib/jquery-context-menu/jquery.contextMenu.min.js +2 -0
  71. package/lib/jquery-context-menu/jquery.ui.position.js +513 -0
  72. package/lib/jquery-ui/jquery-ui.min.js +13 -0
  73. package/lib/jquery.svg/jquery.svg.min.js +6 -0
  74. package/lib/jquery.svg/jquery.svganim.min.js +6 -0
  75. package/lib/jquery.svg/jquery.svgdom.min.js +6 -0
  76. package/lib/jquery.svg/jquery.svgfilter.min.js +6 -0
  77. package/lib/jquery.svg/jquery.svggraph.min.js +6 -0
  78. package/lib/jquery.svg/jquery.svgplot.min.js +6 -0
  79. package/lib/pdf-js/pdf.js +15614 -0
  80. package/lib/third-party.js +48552 -0
  81. package/package.json +9 -4
  82. package/src/controls/PdfViewer/js/init-viewer-page.js +18 -0
  83. package/src/controls/PdfViewer/js/pdf-viewer.js +16522 -0
  84. package/css/white/common.css +0 -11
  85. /package/css/{white/third-party → third-party}/jstree/32px.png +0 -0
  86. /package/css/{white/third-party → third-party}/jstree/40px.png +0 -0
  87. /package/css/{white/third-party → third-party}/jstree/style.min.css +0 -0
  88. /package/css/{white/third-party → third-party}/jstree/throbber.gif +0 -0
  89. /package/css/{white/third-party → third-party/kendo}/kendo.css +0 -0
  90. /package/css/{white/third-party → third-party/treegrid}/treegrid.css +0 -0
@@ -0,0 +1,1154 @@
1
+ @-webkit-keyframes swal2-show {
2
+ 0% {
3
+ -webkit-transform: scale(0.7);
4
+ transform: scale(0.7); }
5
+ 45% {
6
+ -webkit-transform: scale(1.05);
7
+ transform: scale(1.05); }
8
+ 80% {
9
+ -webkit-transform: scale(0.95);
10
+ transform: scale(0.95); }
11
+ 100% {
12
+ -webkit-transform: scale(1);
13
+ transform: scale(1); } }
14
+
15
+ @keyframes swal2-show {
16
+ 0% {
17
+ -webkit-transform: scale(0.7);
18
+ transform: scale(0.7); }
19
+ 45% {
20
+ -webkit-transform: scale(1.05);
21
+ transform: scale(1.05); }
22
+ 80% {
23
+ -webkit-transform: scale(0.95);
24
+ transform: scale(0.95); }
25
+ 100% {
26
+ -webkit-transform: scale(1);
27
+ transform: scale(1); } }
28
+
29
+ @-webkit-keyframes swal2-hide {
30
+ 0% {
31
+ -webkit-transform: scale(1);
32
+ transform: scale(1);
33
+ opacity: 1; }
34
+ 100% {
35
+ -webkit-transform: scale(0.5);
36
+ transform: scale(0.5);
37
+ opacity: 0; } }
38
+
39
+ @keyframes swal2-hide {
40
+ 0% {
41
+ -webkit-transform: scale(1);
42
+ transform: scale(1);
43
+ opacity: 1; }
44
+ 100% {
45
+ -webkit-transform: scale(0.5);
46
+ transform: scale(0.5);
47
+ opacity: 0; } }
48
+
49
+ @-webkit-keyframes swal2-animate-success-line-tip {
50
+ 0% {
51
+ top: 1.1875em;
52
+ left: .0625em;
53
+ width: 0; }
54
+ 54% {
55
+ top: 1.0625em;
56
+ left: .125em;
57
+ width: 0; }
58
+ 70% {
59
+ top: 2.1875em;
60
+ left: -.375em;
61
+ width: 3.125em; }
62
+ 84% {
63
+ top: 3em;
64
+ left: 1.3125em;
65
+ width: 1.0625em; }
66
+ 100% {
67
+ top: 2.8125em;
68
+ left: .875em;
69
+ width: 1.5625em; } }
70
+
71
+ @keyframes swal2-animate-success-line-tip {
72
+ 0% {
73
+ top: 1.1875em;
74
+ left: .0625em;
75
+ width: 0; }
76
+ 54% {
77
+ top: 1.0625em;
78
+ left: .125em;
79
+ width: 0; }
80
+ 70% {
81
+ top: 2.1875em;
82
+ left: -.375em;
83
+ width: 3.125em; }
84
+ 84% {
85
+ top: 3em;
86
+ left: 1.3125em;
87
+ width: 1.0625em; }
88
+ 100% {
89
+ top: 2.8125em;
90
+ left: .875em;
91
+ width: 1.5625em; } }
92
+
93
+ @-webkit-keyframes swal2-animate-success-line-long {
94
+ 0% {
95
+ top: 3.375em;
96
+ right: 2.875em;
97
+ width: 0; }
98
+ 65% {
99
+ top: 3.375em;
100
+ right: 2.875em;
101
+ width: 0; }
102
+ 84% {
103
+ top: 2.1875em;
104
+ right: 0;
105
+ width: 3.4375em; }
106
+ 100% {
107
+ top: 2.375em;
108
+ right: .5em;
109
+ width: 2.9375em; } }
110
+
111
+ @keyframes swal2-animate-success-line-long {
112
+ 0% {
113
+ top: 3.375em;
114
+ right: 2.875em;
115
+ width: 0; }
116
+ 65% {
117
+ top: 3.375em;
118
+ right: 2.875em;
119
+ width: 0; }
120
+ 84% {
121
+ top: 2.1875em;
122
+ right: 0;
123
+ width: 3.4375em; }
124
+ 100% {
125
+ top: 2.375em;
126
+ right: .5em;
127
+ width: 2.9375em; } }
128
+
129
+ @-webkit-keyframes swal2-rotate-success-circular-line {
130
+ 0% {
131
+ -webkit-transform: rotate(-45deg);
132
+ transform: rotate(-45deg); }
133
+ 5% {
134
+ -webkit-transform: rotate(-45deg);
135
+ transform: rotate(-45deg); }
136
+ 12% {
137
+ -webkit-transform: rotate(-405deg);
138
+ transform: rotate(-405deg); }
139
+ 100% {
140
+ -webkit-transform: rotate(-405deg);
141
+ transform: rotate(-405deg); } }
142
+
143
+ @keyframes swal2-rotate-success-circular-line {
144
+ 0% {
145
+ -webkit-transform: rotate(-45deg);
146
+ transform: rotate(-45deg); }
147
+ 5% {
148
+ -webkit-transform: rotate(-45deg);
149
+ transform: rotate(-45deg); }
150
+ 12% {
151
+ -webkit-transform: rotate(-405deg);
152
+ transform: rotate(-405deg); }
153
+ 100% {
154
+ -webkit-transform: rotate(-405deg);
155
+ transform: rotate(-405deg); } }
156
+
157
+ @-webkit-keyframes swal2-animate-error-x-mark {
158
+ 0% {
159
+ margin-top: 1.625em;
160
+ -webkit-transform: scale(0.4);
161
+ transform: scale(0.4);
162
+ opacity: 0; }
163
+ 50% {
164
+ margin-top: 1.625em;
165
+ -webkit-transform: scale(0.4);
166
+ transform: scale(0.4);
167
+ opacity: 0; }
168
+ 80% {
169
+ margin-top: -.375em;
170
+ -webkit-transform: scale(1.15);
171
+ transform: scale(1.15); }
172
+ 100% {
173
+ margin-top: 0;
174
+ -webkit-transform: scale(1);
175
+ transform: scale(1);
176
+ opacity: 1; } }
177
+
178
+ @keyframes swal2-animate-error-x-mark {
179
+ 0% {
180
+ margin-top: 1.625em;
181
+ -webkit-transform: scale(0.4);
182
+ transform: scale(0.4);
183
+ opacity: 0; }
184
+ 50% {
185
+ margin-top: 1.625em;
186
+ -webkit-transform: scale(0.4);
187
+ transform: scale(0.4);
188
+ opacity: 0; }
189
+ 80% {
190
+ margin-top: -.375em;
191
+ -webkit-transform: scale(1.15);
192
+ transform: scale(1.15); }
193
+ 100% {
194
+ margin-top: 0;
195
+ -webkit-transform: scale(1);
196
+ transform: scale(1);
197
+ opacity: 1; } }
198
+
199
+ @-webkit-keyframes swal2-animate-error-icon {
200
+ 0% {
201
+ -webkit-transform: rotateX(100deg);
202
+ transform: rotateX(100deg);
203
+ opacity: 0; }
204
+ 100% {
205
+ -webkit-transform: rotateX(0deg);
206
+ transform: rotateX(0deg);
207
+ opacity: 1; } }
208
+
209
+ @keyframes swal2-animate-error-icon {
210
+ 0% {
211
+ -webkit-transform: rotateX(100deg);
212
+ transform: rotateX(100deg);
213
+ opacity: 0; }
214
+ 100% {
215
+ -webkit-transform: rotateX(0deg);
216
+ transform: rotateX(0deg);
217
+ opacity: 1; } }
218
+
219
+ body.swal2-toast-shown .swal2-container {
220
+ background-color: transparent; }
221
+ body.swal2-toast-shown .swal2-container.swal2-shown {
222
+ background-color: transparent; }
223
+ body.swal2-toast-shown .swal2-container.swal2-top {
224
+ top: 0;
225
+ right: auto;
226
+ bottom: auto;
227
+ left: 50%;
228
+ -webkit-transform: translateX(-50%);
229
+ transform: translateX(-50%); }
230
+ body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
231
+ top: 0;
232
+ right: 0;
233
+ bottom: auto;
234
+ left: auto; }
235
+ body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
236
+ top: 0;
237
+ right: auto;
238
+ bottom: auto;
239
+ left: 0; }
240
+ body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
241
+ top: 50%;
242
+ right: auto;
243
+ bottom: auto;
244
+ left: 0;
245
+ -webkit-transform: translateY(-50%);
246
+ transform: translateY(-50%); }
247
+ body.swal2-toast-shown .swal2-container.swal2-center {
248
+ top: 50%;
249
+ right: auto;
250
+ bottom: auto;
251
+ left: 50%;
252
+ -webkit-transform: translate(-50%, -50%);
253
+ transform: translate(-50%, -50%); }
254
+ body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
255
+ top: 50%;
256
+ right: 0;
257
+ bottom: auto;
258
+ left: auto;
259
+ -webkit-transform: translateY(-50%);
260
+ transform: translateY(-50%); }
261
+ body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
262
+ top: auto;
263
+ right: auto;
264
+ bottom: 0;
265
+ left: 0; }
266
+ body.swal2-toast-shown .swal2-container.swal2-bottom {
267
+ top: auto;
268
+ right: auto;
269
+ bottom: 0;
270
+ left: 50%;
271
+ -webkit-transform: translateX(-50%);
272
+ transform: translateX(-50%); }
273
+ body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
274
+ top: auto;
275
+ right: 0;
276
+ bottom: 0;
277
+ left: auto; }
278
+
279
+ body.swal2-toast-column .swal2-toast {
280
+ flex-direction: column;
281
+ align-items: stretch; }
282
+ body.swal2-toast-column .swal2-toast .swal2-actions {
283
+ flex: 1;
284
+ align-self: stretch;
285
+ height: 2.2em;
286
+ margin-top: .3125em; }
287
+ body.swal2-toast-column .swal2-toast .swal2-loading {
288
+ justify-content: center; }
289
+ body.swal2-toast-column .swal2-toast .swal2-input {
290
+ height: 2em;
291
+ margin: .3125em auto;
292
+ font-size: 1em; }
293
+ body.swal2-toast-column .swal2-toast .swal2-validation-message {
294
+ font-size: 1em; }
295
+
296
+ .swal2-popup.swal2-toast {
297
+ flex-direction: row;
298
+ align-items: center;
299
+ width: auto;
300
+ padding: 0.625em;
301
+ box-shadow: 0 0 0.625em #d9d9d9;
302
+ overflow-y: hidden; }
303
+ .swal2-popup.swal2-toast .swal2-header {
304
+ flex-direction: row; }
305
+ .swal2-popup.swal2-toast .swal2-title {
306
+ flex-grow: 1;
307
+ justify-content: flex-start;
308
+ margin: 0 .6em;
309
+ font-size: 1em; }
310
+ .swal2-popup.swal2-toast .swal2-footer {
311
+ margin: 0.5em 0 0;
312
+ padding: 0.5em 0 0;
313
+ font-size: 0.8em; }
314
+ .swal2-popup.swal2-toast .swal2-close {
315
+ position: initial;
316
+ width: 0.8em;
317
+ height: 0.8em;
318
+ line-height: 0.8; }
319
+ .swal2-popup.swal2-toast .swal2-content {
320
+ justify-content: flex-start;
321
+ font-size: 1em; }
322
+ .swal2-popup.swal2-toast .swal2-icon {
323
+ width: 2em;
324
+ min-width: 2em;
325
+ height: 2em;
326
+ margin: 0; }
327
+ .swal2-popup.swal2-toast .swal2-icon-text {
328
+ font-size: 2em;
329
+ font-weight: bold;
330
+ line-height: 1em; }
331
+ .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
332
+ width: 2em;
333
+ height: 2em; }
334
+ .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
335
+ top: .875em;
336
+ width: 1.375em; }
337
+ .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
338
+ left: .3125em; }
339
+ .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
340
+ right: .3125em; }
341
+ .swal2-popup.swal2-toast .swal2-actions {
342
+ height: auto;
343
+ margin: 0 .3125em; }
344
+ .swal2-popup.swal2-toast .swal2-styled {
345
+ margin: 0 .3125em;
346
+ padding: .3125em .625em;
347
+ font-size: 1em; }
348
+ .swal2-popup.swal2-toast .swal2-styled:focus {
349
+ box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }
350
+ .swal2-popup.swal2-toast .swal2-success {
351
+ border-color: #a5dc86; }
352
+ .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
353
+ position: absolute;
354
+ width: 2em;
355
+ height: 2.8125em;
356
+ -webkit-transform: rotate(45deg);
357
+ transform: rotate(45deg);
358
+ border-radius: 50%; }
359
+ .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
360
+ top: -.25em;
361
+ left: -.9375em;
362
+ -webkit-transform: rotate(-45deg);
363
+ transform: rotate(-45deg);
364
+ -webkit-transform-origin: 2em 2em;
365
+ transform-origin: 2em 2em;
366
+ border-radius: 4em 0 0 4em; }
367
+ .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
368
+ top: -.25em;
369
+ left: .9375em;
370
+ -webkit-transform-origin: 0 2em;
371
+ transform-origin: 0 2em;
372
+ border-radius: 0 4em 4em 0; }
373
+ .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
374
+ width: 2em;
375
+ height: 2em; }
376
+ .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
377
+ top: 0;
378
+ left: .4375em;
379
+ width: .4375em;
380
+ height: 2.6875em; }
381
+ .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
382
+ height: .3125em; }
383
+ .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
384
+ top: 1.125em;
385
+ left: .1875em;
386
+ width: .75em; }
387
+ .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
388
+ top: .9375em;
389
+ right: .1875em;
390
+ width: 1.375em; }
391
+ .swal2-popup.swal2-toast.swal2-show {
392
+ -webkit-animation: showSweetToast .5s;
393
+ animation: showSweetToast .5s; }
394
+ .swal2-popup.swal2-toast.swal2-hide {
395
+ -webkit-animation: hideSweetToast .2s forwards;
396
+ animation: hideSweetToast .2s forwards; }
397
+ .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
398
+ -webkit-animation: animate-toast-success-tip .75s;
399
+ animation: animate-toast-success-tip .75s; }
400
+ .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
401
+ -webkit-animation: animate-toast-success-long .75s;
402
+ animation: animate-toast-success-long .75s; }
403
+
404
+ @-webkit-keyframes showSweetToast {
405
+ 0% {
406
+ -webkit-transform: translateY(-0.625em) rotateZ(2deg);
407
+ transform: translateY(-0.625em) rotateZ(2deg);
408
+ opacity: 0; }
409
+ 33% {
410
+ -webkit-transform: translateY(0) rotateZ(-2deg);
411
+ transform: translateY(0) rotateZ(-2deg);
412
+ opacity: .5; }
413
+ 66% {
414
+ -webkit-transform: translateY(0.3125em) rotateZ(2deg);
415
+ transform: translateY(0.3125em) rotateZ(2deg);
416
+ opacity: .7; }
417
+ 100% {
418
+ -webkit-transform: translateY(0) rotateZ(0);
419
+ transform: translateY(0) rotateZ(0);
420
+ opacity: 1; } }
421
+
422
+ @keyframes showSweetToast {
423
+ 0% {
424
+ -webkit-transform: translateY(-0.625em) rotateZ(2deg);
425
+ transform: translateY(-0.625em) rotateZ(2deg);
426
+ opacity: 0; }
427
+ 33% {
428
+ -webkit-transform: translateY(0) rotateZ(-2deg);
429
+ transform: translateY(0) rotateZ(-2deg);
430
+ opacity: .5; }
431
+ 66% {
432
+ -webkit-transform: translateY(0.3125em) rotateZ(2deg);
433
+ transform: translateY(0.3125em) rotateZ(2deg);
434
+ opacity: .7; }
435
+ 100% {
436
+ -webkit-transform: translateY(0) rotateZ(0);
437
+ transform: translateY(0) rotateZ(0);
438
+ opacity: 1; } }
439
+
440
+ @-webkit-keyframes hideSweetToast {
441
+ 0% {
442
+ opacity: 1; }
443
+ 33% {
444
+ opacity: .5; }
445
+ 100% {
446
+ -webkit-transform: rotateZ(1deg);
447
+ transform: rotateZ(1deg);
448
+ opacity: 0; } }
449
+
450
+ @keyframes hideSweetToast {
451
+ 0% {
452
+ opacity: 1; }
453
+ 33% {
454
+ opacity: .5; }
455
+ 100% {
456
+ -webkit-transform: rotateZ(1deg);
457
+ transform: rotateZ(1deg);
458
+ opacity: 0; } }
459
+
460
+ @-webkit-keyframes animate-toast-success-tip {
461
+ 0% {
462
+ top: .5625em;
463
+ left: .0625em;
464
+ width: 0; }
465
+ 54% {
466
+ top: .125em;
467
+ left: .125em;
468
+ width: 0; }
469
+ 70% {
470
+ top: .625em;
471
+ left: -.25em;
472
+ width: 1.625em; }
473
+ 84% {
474
+ top: 1.0625em;
475
+ left: .75em;
476
+ width: .5em; }
477
+ 100% {
478
+ top: 1.125em;
479
+ left: .1875em;
480
+ width: .75em; } }
481
+
482
+ @keyframes animate-toast-success-tip {
483
+ 0% {
484
+ top: .5625em;
485
+ left: .0625em;
486
+ width: 0; }
487
+ 54% {
488
+ top: .125em;
489
+ left: .125em;
490
+ width: 0; }
491
+ 70% {
492
+ top: .625em;
493
+ left: -.25em;
494
+ width: 1.625em; }
495
+ 84% {
496
+ top: 1.0625em;
497
+ left: .75em;
498
+ width: .5em; }
499
+ 100% {
500
+ top: 1.125em;
501
+ left: .1875em;
502
+ width: .75em; } }
503
+
504
+ @-webkit-keyframes animate-toast-success-long {
505
+ 0% {
506
+ top: 1.625em;
507
+ right: 1.375em;
508
+ width: 0; }
509
+ 65% {
510
+ top: 1.25em;
511
+ right: .9375em;
512
+ width: 0; }
513
+ 84% {
514
+ top: .9375em;
515
+ right: 0;
516
+ width: 1.125em; }
517
+ 100% {
518
+ top: .9375em;
519
+ right: .1875em;
520
+ width: 1.375em; } }
521
+
522
+ @keyframes animate-toast-success-long {
523
+ 0% {
524
+ top: 1.625em;
525
+ right: 1.375em;
526
+ width: 0; }
527
+ 65% {
528
+ top: 1.25em;
529
+ right: .9375em;
530
+ width: 0; }
531
+ 84% {
532
+ top: .9375em;
533
+ right: 0;
534
+ width: 1.125em; }
535
+ 100% {
536
+ top: .9375em;
537
+ right: .1875em;
538
+ width: 1.375em; } }
539
+
540
+ body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
541
+ overflow: hidden; }
542
+
543
+ body.swal2-height-auto {
544
+ height: auto !important; }
545
+
546
+ body.swal2-no-backdrop .swal2-shown {
547
+ top: auto;
548
+ right: auto;
549
+ bottom: auto;
550
+ left: auto;
551
+ background-color: transparent; }
552
+ body.swal2-no-backdrop .swal2-shown > .swal2-modal {
553
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
554
+ body.swal2-no-backdrop .swal2-shown.swal2-top {
555
+ top: 0;
556
+ left: 50%;
557
+ -webkit-transform: translateX(-50%);
558
+ transform: translateX(-50%); }
559
+ body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
560
+ top: 0;
561
+ left: 0; }
562
+ body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
563
+ top: 0;
564
+ right: 0; }
565
+ body.swal2-no-backdrop .swal2-shown.swal2-center {
566
+ top: 50%;
567
+ left: 50%;
568
+ -webkit-transform: translate(-50%, -50%);
569
+ transform: translate(-50%, -50%); }
570
+ body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
571
+ top: 50%;
572
+ left: 0;
573
+ -webkit-transform: translateY(-50%);
574
+ transform: translateY(-50%); }
575
+ body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
576
+ top: 50%;
577
+ right: 0;
578
+ -webkit-transform: translateY(-50%);
579
+ transform: translateY(-50%); }
580
+ body.swal2-no-backdrop .swal2-shown.swal2-bottom {
581
+ bottom: 0;
582
+ left: 50%;
583
+ -webkit-transform: translateX(-50%);
584
+ transform: translateX(-50%); }
585
+ body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
586
+ bottom: 0;
587
+ left: 0; }
588
+ body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
589
+ right: 0;
590
+ bottom: 0; }
591
+
592
+ .swal2-container {
593
+ display: flex;
594
+ position: fixed;
595
+ top: 0;
596
+ right: 0;
597
+ bottom: 0;
598
+ left: 0;
599
+ flex-direction: row;
600
+ align-items: center;
601
+ justify-content: center;
602
+ padding: 10px;
603
+ background-color: transparent;
604
+ z-index: 1060;
605
+ overflow-x: hidden;
606
+ -webkit-overflow-scrolling: touch; }
607
+ .swal2-container.swal2-top {
608
+ align-items: flex-start; }
609
+ .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
610
+ align-items: flex-start;
611
+ justify-content: flex-start; }
612
+ .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
613
+ align-items: flex-start;
614
+ justify-content: flex-end; }
615
+ .swal2-container.swal2-center {
616
+ align-items: center; }
617
+ .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
618
+ align-items: center;
619
+ justify-content: flex-start; }
620
+ .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
621
+ align-items: center;
622
+ justify-content: flex-end; }
623
+ .swal2-container.swal2-bottom {
624
+ align-items: flex-end; }
625
+ .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
626
+ align-items: flex-end;
627
+ justify-content: flex-start; }
628
+ .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
629
+ align-items: flex-end;
630
+ justify-content: flex-end; }
631
+ .swal2-container.swal2-grow-fullscreen > .swal2-modal {
632
+ display: flex !important;
633
+ flex: 1;
634
+ align-self: stretch;
635
+ justify-content: center; }
636
+ .swal2-container.swal2-grow-row > .swal2-modal {
637
+ display: flex !important;
638
+ flex: 1;
639
+ align-content: center;
640
+ justify-content: center; }
641
+ .swal2-container.swal2-grow-column {
642
+ flex: 1;
643
+ flex-direction: column; }
644
+ .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
645
+ align-items: center; }
646
+ .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
647
+ align-items: flex-start; }
648
+ .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
649
+ align-items: flex-end; }
650
+ .swal2-container.swal2-grow-column > .swal2-modal {
651
+ display: flex !important;
652
+ flex: 1;
653
+ align-content: center;
654
+ justify-content: center; }
655
+ .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
656
+ margin: auto; }
657
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
658
+ .swal2-container .swal2-modal {
659
+ margin: 0 !important; } }
660
+ .swal2-container.swal2-fade {
661
+ transition: background-color .1s; }
662
+ .swal2-container.swal2-shown {
663
+ background-color: rgba(0, 0, 0, 0.4); }
664
+
665
+ .swal2-popup {
666
+ display: none;
667
+ position: relative;
668
+ flex-direction: column;
669
+ justify-content: center;
670
+ width: 32em;
671
+ max-width: 100%;
672
+ padding: 1.25em;
673
+ border-radius: 0.3125em;
674
+ background: #fff;
675
+ font-family: inherit;
676
+ font-size: 1rem;
677
+ box-sizing: border-box; }
678
+ .swal2-popup:focus {
679
+ outline: none; }
680
+ .swal2-popup.swal2-loading {
681
+ overflow-y: hidden; }
682
+ .swal2-popup .swal2-header {
683
+ display: flex;
684
+ flex-direction: column;
685
+ align-items: center; }
686
+ .swal2-popup .swal2-title {
687
+ display: block;
688
+ position: relative;
689
+ max-width: 100%;
690
+ margin: 0 0 0.4em;
691
+ padding: 0;
692
+ color: #595959;
693
+ font-size: 1.875em;
694
+ font-weight: 600;
695
+ text-align: center;
696
+ text-transform: none;
697
+ word-wrap: break-word; }
698
+ .swal2-popup .swal2-actions {
699
+ flex-wrap: wrap;
700
+ align-items: center;
701
+ justify-content: center;
702
+ margin: 1.25em auto 0;
703
+ z-index: 1; }
704
+ .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
705
+ opacity: .4; }
706
+ .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
707
+ background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
708
+ .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
709
+ background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
710
+ .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
711
+ width: 2.5em;
712
+ height: 2.5em;
713
+ margin: .46875em;
714
+ padding: 0;
715
+ border: .25em solid transparent;
716
+ border-radius: 100%;
717
+ border-color: transparent;
718
+ background-color: transparent !important;
719
+ color: transparent;
720
+ cursor: default;
721
+ box-sizing: border-box;
722
+ -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
723
+ animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
724
+ -webkit-user-select: none;
725
+ -moz-user-select: none;
726
+ -ms-user-select: none;
727
+ user-select: none; }
728
+ .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
729
+ margin-right: 30px;
730
+ margin-left: 30px; }
731
+ .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
732
+ display: inline-block;
733
+ width: 15px;
734
+ height: 15px;
735
+ margin-left: 5px;
736
+ border: 3px solid #999999;
737
+ border-radius: 50%;
738
+ border-right-color: transparent;
739
+ box-shadow: 1px 1px 1px #fff;
740
+ content: '';
741
+ -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
742
+ animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }
743
+ .swal2-popup .swal2-styled {
744
+ margin: .3125em;
745
+ padding: .625em 2em;
746
+ font-weight: 500;
747
+ box-shadow: none; }
748
+ .swal2-popup .swal2-styled:not([disabled]) {
749
+ cursor: pointer; }
750
+ .swal2-popup .swal2-styled.swal2-confirm {
751
+ border: 0;
752
+ border-radius: 0.25em;
753
+ background: initial;
754
+ background-color: #3085d6;
755
+ color: #fff;
756
+ font-size: 1.0625em; }
757
+ .swal2-popup .swal2-styled.swal2-cancel {
758
+ border: 0;
759
+ border-radius: 0.25em;
760
+ background: initial;
761
+ background-color: #aaa;
762
+ color: #fff;
763
+ font-size: 1.0625em; }
764
+ .swal2-popup .swal2-styled:focus {
765
+ outline: none;
766
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
767
+ .swal2-popup .swal2-styled::-moz-focus-inner {
768
+ border: 0; }
769
+ .swal2-popup .swal2-footer {
770
+ justify-content: center;
771
+ margin: 1.25em 0 0;
772
+ padding: 1em 0 0;
773
+ border-top: 1px solid #eee;
774
+ color: #545454;
775
+ font-size: 1em; }
776
+ .swal2-popup .swal2-image {
777
+ max-width: 100%;
778
+ margin: 1.25em auto; }
779
+ .swal2-popup .swal2-close {
780
+ position: absolute;
781
+ top: 0;
782
+ right: 0;
783
+ justify-content: center;
784
+ width: 1.2em;
785
+ height: 1.2em;
786
+ padding: 0;
787
+ transition: color 0.1s ease-out;
788
+ border: none;
789
+ border-radius: 0;
790
+ outline: initial;
791
+ background: transparent;
792
+ color: #cccccc;
793
+ font-family: serif;
794
+ font-size: 2.5em;
795
+ line-height: 1.2;
796
+ cursor: pointer;
797
+ overflow: hidden; }
798
+ .swal2-popup .swal2-close:hover {
799
+ -webkit-transform: none;
800
+ transform: none;
801
+ color: #f27474; }
802
+ .swal2-popup > .swal2-input,
803
+ .swal2-popup > .swal2-file,
804
+ .swal2-popup > .swal2-textarea,
805
+ .swal2-popup > .swal2-select,
806
+ .swal2-popup > .swal2-radio,
807
+ .swal2-popup > .swal2-checkbox {
808
+ display: none; }
809
+ .swal2-popup .swal2-content {
810
+ justify-content: center;
811
+ margin: 0;
812
+ padding: 0;
813
+ color: #545454;
814
+ font-size: 1.125em;
815
+ font-weight: 300;
816
+ line-height: normal;
817
+ z-index: 1;
818
+ word-wrap: break-word; }
819
+ .swal2-popup #swal2-content {
820
+ text-align: center; }
821
+ .swal2-popup .swal2-input,
822
+ .swal2-popup .swal2-file,
823
+ .swal2-popup .swal2-textarea,
824
+ .swal2-popup .swal2-select,
825
+ .swal2-popup .swal2-radio,
826
+ .swal2-popup .swal2-checkbox {
827
+ margin: 1em auto; }
828
+ .swal2-popup .swal2-input,
829
+ .swal2-popup .swal2-file,
830
+ .swal2-popup .swal2-textarea {
831
+ width: 100%;
832
+ transition: border-color .3s, box-shadow .3s;
833
+ border: 1px solid #d9d9d9;
834
+ border-radius: 0.1875em;
835
+ font-size: 1.125em;
836
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
837
+ box-sizing: border-box; }
838
+ .swal2-popup .swal2-input.swal2-inputerror,
839
+ .swal2-popup .swal2-file.swal2-inputerror,
840
+ .swal2-popup .swal2-textarea.swal2-inputerror {
841
+ border-color: #f27474 !important;
842
+ box-shadow: 0 0 2px #f27474 !important; }
843
+ .swal2-popup .swal2-input:focus,
844
+ .swal2-popup .swal2-file:focus,
845
+ .swal2-popup .swal2-textarea:focus {
846
+ border: 1px solid #b4dbed;
847
+ outline: none;
848
+ box-shadow: 0 0 3px #c4e6f5; }
849
+ .swal2-popup .swal2-input::-webkit-input-placeholder,
850
+ .swal2-popup .swal2-file::-webkit-input-placeholder,
851
+ .swal2-popup .swal2-textarea::-webkit-input-placeholder {
852
+ color: #cccccc; }
853
+ .swal2-popup .swal2-input:-ms-input-placeholder,
854
+ .swal2-popup .swal2-file:-ms-input-placeholder,
855
+ .swal2-popup .swal2-textarea:-ms-input-placeholder {
856
+ color: #cccccc; }
857
+ .swal2-popup .swal2-input::-ms-input-placeholder,
858
+ .swal2-popup .swal2-file::-ms-input-placeholder,
859
+ .swal2-popup .swal2-textarea::-ms-input-placeholder {
860
+ color: #cccccc; }
861
+ .swal2-popup .swal2-input::placeholder,
862
+ .swal2-popup .swal2-file::placeholder,
863
+ .swal2-popup .swal2-textarea::placeholder {
864
+ color: #cccccc; }
865
+ .swal2-popup .swal2-range input {
866
+ width: 80%; }
867
+ .swal2-popup .swal2-range output {
868
+ width: 20%;
869
+ font-weight: 600;
870
+ text-align: center; }
871
+ .swal2-popup .swal2-range input,
872
+ .swal2-popup .swal2-range output {
873
+ height: 2.625em;
874
+ margin: 1em auto;
875
+ padding: 0;
876
+ font-size: 1.125em;
877
+ line-height: 2.625em; }
878
+ .swal2-popup .swal2-input {
879
+ height: 2.625em;
880
+ padding: 0 0.75em; }
881
+ .swal2-popup .swal2-input[type='number'] {
882
+ max-width: 10em; }
883
+ .swal2-popup .swal2-file {
884
+ font-size: 1.125em; }
885
+ .swal2-popup .swal2-textarea {
886
+ height: 6.75em;
887
+ padding: 0.75em; }
888
+ .swal2-popup .swal2-select {
889
+ min-width: 50%;
890
+ max-width: 100%;
891
+ padding: .375em .625em;
892
+ color: #545454;
893
+ font-size: 1.125em; }
894
+ .swal2-popup .swal2-radio,
895
+ .swal2-popup .swal2-checkbox {
896
+ align-items: center;
897
+ justify-content: center; }
898
+ .swal2-popup .swal2-radio label,
899
+ .swal2-popup .swal2-checkbox label {
900
+ margin: 0 .6em;
901
+ font-size: 1.125em; }
902
+ .swal2-popup .swal2-radio input,
903
+ .swal2-popup .swal2-checkbox input {
904
+ margin: 0 .4em; }
905
+ .swal2-popup .swal2-validation-message {
906
+ display: none;
907
+ align-items: center;
908
+ justify-content: center;
909
+ padding: 0.625em;
910
+ background: #f0f0f0;
911
+ color: #666666;
912
+ font-size: 1em;
913
+ font-weight: 300;
914
+ overflow: hidden; }
915
+ .swal2-popup .swal2-validation-message::before {
916
+ display: inline-block;
917
+ width: 1.5em;
918
+ min-width: 1.5em;
919
+ height: 1.5em;
920
+ margin: 0 .625em;
921
+ border-radius: 50%;
922
+ background-color: #f27474;
923
+ color: #fff;
924
+ font-weight: 600;
925
+ line-height: 1.5em;
926
+ text-align: center;
927
+ content: '!';
928
+ zoom: normal; }
929
+
930
+ @supports (-ms-accelerator: true) {
931
+ .swal2-range input {
932
+ width: 100% !important; }
933
+ .swal2-range output {
934
+ display: none; } }
935
+
936
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
937
+ .swal2-range input {
938
+ width: 100% !important; }
939
+ .swal2-range output {
940
+ display: none; } }
941
+
942
+ @-moz-document url-prefix() {
943
+ .swal2-close:focus {
944
+ outline: 2px solid rgba(50, 100, 150, 0.4); } }
945
+
946
+ .swal2-icon {
947
+ position: relative;
948
+ justify-content: center;
949
+ width: 5em;
950
+ height: 5em;
951
+ margin: 1.25em auto 1.875em;
952
+ border: .25em solid transparent;
953
+ border-radius: 50%;
954
+ line-height: 5em;
955
+ cursor: default;
956
+ box-sizing: content-box;
957
+ -webkit-user-select: none;
958
+ -moz-user-select: none;
959
+ -ms-user-select: none;
960
+ user-select: none;
961
+ zoom: normal; }
962
+ .swal2-icon-text {
963
+ font-size: 3.75em; }
964
+ .swal2-icon.swal2-error {
965
+ border-color: #f27474; }
966
+ .swal2-icon.swal2-error .swal2-x-mark {
967
+ position: relative;
968
+ flex-grow: 1; }
969
+ .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
970
+ display: block;
971
+ position: absolute;
972
+ top: 2.3125em;
973
+ width: 2.9375em;
974
+ height: .3125em;
975
+ border-radius: .125em;
976
+ background-color: #f27474; }
977
+ .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
978
+ left: 1.0625em;
979
+ -webkit-transform: rotate(45deg);
980
+ transform: rotate(45deg); }
981
+ .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
982
+ right: 1em;
983
+ -webkit-transform: rotate(-45deg);
984
+ transform: rotate(-45deg); }
985
+ .swal2-icon.swal2-warning {
986
+ border-color: #facea8;
987
+ color: #f8bb86; }
988
+ .swal2-icon.swal2-info {
989
+ border-color: #9de0f6;
990
+ color: #3fc3ee; }
991
+ .swal2-icon.swal2-question {
992
+ border-color: #c9dae1;
993
+ color: #87adbd; }
994
+ .swal2-icon.swal2-success {
995
+ border-color: #a5dc86; }
996
+ .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
997
+ position: absolute;
998
+ width: 3.75em;
999
+ height: 7.5em;
1000
+ -webkit-transform: rotate(45deg);
1001
+ transform: rotate(45deg);
1002
+ border-radius: 50%; }
1003
+ .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
1004
+ top: -.4375em;
1005
+ left: -2.0635em;
1006
+ -webkit-transform: rotate(-45deg);
1007
+ transform: rotate(-45deg);
1008
+ -webkit-transform-origin: 3.75em 3.75em;
1009
+ transform-origin: 3.75em 3.75em;
1010
+ border-radius: 7.5em 0 0 7.5em; }
1011
+ .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
1012
+ top: -.6875em;
1013
+ left: 1.875em;
1014
+ -webkit-transform: rotate(-45deg);
1015
+ transform: rotate(-45deg);
1016
+ -webkit-transform-origin: 0 3.75em;
1017
+ transform-origin: 0 3.75em;
1018
+ border-radius: 0 7.5em 7.5em 0; }
1019
+ .swal2-icon.swal2-success .swal2-success-ring {
1020
+ position: absolute;
1021
+ top: -.25em;
1022
+ left: -.25em;
1023
+ width: 100%;
1024
+ height: 100%;
1025
+ border: 0.25em solid rgba(165, 220, 134, 0.3);
1026
+ border-radius: 50%;
1027
+ z-index: 2;
1028
+ box-sizing: content-box; }
1029
+ .swal2-icon.swal2-success .swal2-success-fix {
1030
+ position: absolute;
1031
+ top: .5em;
1032
+ left: 1.625em;
1033
+ width: .4375em;
1034
+ height: 5.625em;
1035
+ -webkit-transform: rotate(-45deg);
1036
+ transform: rotate(-45deg);
1037
+ z-index: 1; }
1038
+ .swal2-icon.swal2-success [class^='swal2-success-line'] {
1039
+ display: block;
1040
+ position: absolute;
1041
+ height: .3125em;
1042
+ border-radius: .125em;
1043
+ background-color: #a5dc86;
1044
+ z-index: 2; }
1045
+ .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
1046
+ top: 2.875em;
1047
+ left: .875em;
1048
+ width: 1.5625em;
1049
+ -webkit-transform: rotate(45deg);
1050
+ transform: rotate(45deg); }
1051
+ .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
1052
+ top: 2.375em;
1053
+ right: .5em;
1054
+ width: 2.9375em;
1055
+ -webkit-transform: rotate(-45deg);
1056
+ transform: rotate(-45deg); }
1057
+
1058
+ .swal2-progresssteps {
1059
+ align-items: center;
1060
+ margin: 0 0 1.25em;
1061
+ padding: 0;
1062
+ font-weight: 600; }
1063
+ .swal2-progresssteps li {
1064
+ display: inline-block;
1065
+ position: relative; }
1066
+ .swal2-progresssteps .swal2-progresscircle {
1067
+ width: 2em;
1068
+ height: 2em;
1069
+ border-radius: 2em;
1070
+ background: #3085d6;
1071
+ color: #fff;
1072
+ line-height: 2em;
1073
+ text-align: center;
1074
+ z-index: 20; }
1075
+ .swal2-progresssteps .swal2-progresscircle:first-child {
1076
+ margin-left: 0; }
1077
+ .swal2-progresssteps .swal2-progresscircle:last-child {
1078
+ margin-right: 0; }
1079
+ .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
1080
+ background: #3085d6; }
1081
+ .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
1082
+ background: #add8e6; }
1083
+ .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
1084
+ background: #add8e6; }
1085
+ .swal2-progresssteps .swal2-progressline {
1086
+ width: 2.5em;
1087
+ height: .4em;
1088
+ margin: 0 -1px;
1089
+ background: #3085d6;
1090
+ z-index: 10; }
1091
+
1092
+ [class^='swal2'] {
1093
+ -webkit-tap-highlight-color: transparent; }
1094
+
1095
+ .swal2-show {
1096
+ -webkit-animation: swal2-show 0.3s;
1097
+ animation: swal2-show 0.3s; }
1098
+ .swal2-show.swal2-noanimation {
1099
+ -webkit-animation: none;
1100
+ animation: none; }
1101
+
1102
+ .swal2-hide {
1103
+ -webkit-animation: swal2-hide 0.15s forwards;
1104
+ animation: swal2-hide 0.15s forwards; }
1105
+ .swal2-hide.swal2-noanimation {
1106
+ -webkit-animation: none;
1107
+ animation: none; }
1108
+
1109
+ .swal2-rtl .swal2-close {
1110
+ right: auto;
1111
+ left: 0; }
1112
+
1113
+ .swal2-animate-success-icon .swal2-success-line-tip {
1114
+ -webkit-animation: swal2-animate-success-line-tip 0.75s;
1115
+ animation: swal2-animate-success-line-tip 0.75s; }
1116
+
1117
+ .swal2-animate-success-icon .swal2-success-line-long {
1118
+ -webkit-animation: swal2-animate-success-line-long 0.75s;
1119
+ animation: swal2-animate-success-line-long 0.75s; }
1120
+
1121
+ .swal2-animate-success-icon .swal2-success-circular-line-right {
1122
+ -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
1123
+ animation: swal2-rotate-success-circular-line 4.25s ease-in; }
1124
+
1125
+ .swal2-animate-error-icon {
1126
+ -webkit-animation: swal2-animate-error-icon 0.5s;
1127
+ animation: swal2-animate-error-icon 0.5s; }
1128
+ .swal2-animate-error-icon .swal2-x-mark {
1129
+ -webkit-animation: swal2-animate-error-x-mark 0.5s;
1130
+ animation: swal2-animate-error-x-mark 0.5s; }
1131
+
1132
+ @-webkit-keyframes swal2-rotate-loading {
1133
+ 0% {
1134
+ -webkit-transform: rotate(0deg);
1135
+ transform: rotate(0deg); }
1136
+ 100% {
1137
+ -webkit-transform: rotate(360deg);
1138
+ transform: rotate(360deg); } }
1139
+
1140
+ @keyframes swal2-rotate-loading {
1141
+ 0% {
1142
+ -webkit-transform: rotate(0deg);
1143
+ transform: rotate(0deg); }
1144
+ 100% {
1145
+ -webkit-transform: rotate(360deg);
1146
+ transform: rotate(360deg); } }
1147
+
1148
+ @media print {
1149
+ body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
1150
+ overflow-y: scroll !important; }
1151
+ body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
1152
+ display: none; }
1153
+ body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
1154
+ position: initial !important; } }