@chocolatey-software/ccm 2.0.0

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.
@@ -0,0 +1,1618 @@
1
+ @keyframes spinner-line-fade-more {
2
+ 0%, 100% {
3
+ opacity: 0; /* minimum opacity */
4
+ }
5
+ 1% {
6
+ opacity: 1;
7
+ }
8
+ }
9
+ @keyframes spinner-line-fade-quick {
10
+ 0%, 39%, 100% {
11
+ opacity: 0.25; /* minimum opacity */
12
+ }
13
+ 40% {
14
+ opacity: 1;
15
+ }
16
+ }
17
+ @keyframes spinner-line-fade-default {
18
+ 0%, 100% {
19
+ opacity: 0.22; /* minimum opacity */
20
+ }
21
+ 1% {
22
+ opacity: 1;
23
+ }
24
+ }
25
+ @keyframes spinner-line-shrink {
26
+ 0%, 25%, 100% {
27
+ /* minimum scale and opacity */
28
+ transform: scale(0.5);
29
+ opacity: 0.25;
30
+ }
31
+ 26% {
32
+ transform: scale(1);
33
+ opacity: 1;
34
+ }
35
+ }
36
+ :root {
37
+ --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
38
+ --swal2-container-padding: 0.625em;
39
+ --swal2-backdrop: rgba(0, 0, 0, 0.4);
40
+ --swal2-backdrop-transition: background-color 0.15s;
41
+ --swal2-width: 32em;
42
+ --swal2-padding: 0 0 1.25em;
43
+ --swal2-border: none;
44
+ --swal2-border-radius: 0.3125rem;
45
+ --swal2-background: white;
46
+ --swal2-color: #545454;
47
+ --swal2-show-animation: swal2-show 0.3s;
48
+ --swal2-hide-animation: swal2-hide 0.15s forwards;
49
+ --swal2-icon-zoom: 1;
50
+ --swal2-icon-animations: true;
51
+ --swal2-title-padding: 0.8em 1em 0;
52
+ --swal2-html-container-padding: 1em 1.6em 0.3em;
53
+ --swal2-input-border: 1px solid #d9d9d9;
54
+ --swal2-input-border-radius: 0.1875em;
55
+ --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
56
+ --swal2-input-background: transparent;
57
+ --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
58
+ --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
59
+ --swal2-input-focus-border: 1px solid #b4dbed;
60
+ --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
61
+ --swal2-progress-step-background: #add8e6;
62
+ --swal2-validation-message-background: #f0f0f0;
63
+ --swal2-validation-message-color: #666;
64
+ --swal2-footer-border-color: #eee;
65
+ --swal2-footer-background: transparent;
66
+ --swal2-footer-color: inherit;
67
+ --swal2-timer-progress-bar-background: rgba(0, 0, 0, 0.3);
68
+ --swal2-close-button-position: initial;
69
+ --swal2-close-button-inset: auto;
70
+ --swal2-close-button-font-size: 2.5em;
71
+ --swal2-close-button-color: #ccc;
72
+ --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
73
+ --swal2-close-button-outline: initial;
74
+ --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
75
+ --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
76
+ --swal2-close-button-hover-transform: none;
77
+ --swal2-actions-justify-content: center;
78
+ --swal2-actions-width: auto;
79
+ --swal2-actions-margin: 1.25em auto 0;
80
+ --swal2-actions-padding: 0;
81
+ --swal2-actions-border-radius: 0;
82
+ --swal2-actions-background: transparent;
83
+ --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
84
+ --swal2-action-button-hover: black 10%;
85
+ --swal2-action-button-active: black 10%;
86
+ --swal2-confirm-button-box-shadow: none;
87
+ --swal2-confirm-button-border-radius: 0.25em;
88
+ --swal2-confirm-button-background-color: #7066e0;
89
+ --swal2-confirm-button-color: #fff;
90
+ --swal2-deny-button-box-shadow: none;
91
+ --swal2-deny-button-border-radius: 0.25em;
92
+ --swal2-deny-button-background-color: #dc3741;
93
+ --swal2-deny-button-color: #fff;
94
+ --swal2-cancel-button-box-shadow: none;
95
+ --swal2-cancel-button-border-radius: 0.25em;
96
+ --swal2-cancel-button-background-color: #6e7881;
97
+ --swal2-cancel-button-color: #fff;
98
+ --swal2-toast-show-animation: swal2-toast-show 0.5s;
99
+ --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
100
+ --swal2-toast-border: none;
101
+ --swal2-toast-box-shadow:
102
+ 0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075),
103
+ 1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075);
104
+ }
105
+
106
+ [data-swal2-theme=dark] {
107
+ --swal2-dark-theme-black: #19191a;
108
+ --swal2-dark-theme-white: #e1e1e1;
109
+ --swal2-background: var(--swal2-dark-theme-black);
110
+ --swal2-color: var(--swal2-dark-theme-white);
111
+ --swal2-footer-border-color: #555;
112
+ --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
113
+ --swal2-validation-message-background: color-mix(
114
+ in srgb,
115
+ var(--swal2-dark-theme-black),
116
+ var(--swal2-dark-theme-white) 10%
117
+ );
118
+ --swal2-validation-message-color: var(--swal2-dark-theme-white);
119
+ --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
120
+ }
121
+
122
+ @media (prefers-color-scheme: dark) {
123
+ [data-swal2-theme=auto] {
124
+ --swal2-dark-theme-black: #19191a;
125
+ --swal2-dark-theme-white: #e1e1e1;
126
+ --swal2-background: var(--swal2-dark-theme-black);
127
+ --swal2-color: var(--swal2-dark-theme-white);
128
+ --swal2-footer-border-color: #555;
129
+ --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
130
+ --swal2-validation-message-background: color-mix(
131
+ in srgb,
132
+ var(--swal2-dark-theme-black),
133
+ var(--swal2-dark-theme-white) 10%
134
+ );
135
+ --swal2-validation-message-color: var(--swal2-dark-theme-white);
136
+ --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
137
+ }
138
+ }
139
+ body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
140
+ overflow: hidden;
141
+ }
142
+ body.swal2-height-auto {
143
+ height: auto !important;
144
+ }
145
+ body.swal2-no-backdrop .swal2-container {
146
+ background-color: transparent !important;
147
+ pointer-events: none;
148
+ }
149
+ body.swal2-no-backdrop .swal2-container .swal2-popup {
150
+ pointer-events: all;
151
+ }
152
+ body.swal2-no-backdrop .swal2-container .swal2-modal {
153
+ box-shadow: 0 0 10px var(--swal2-backdrop);
154
+ }
155
+ body.swal2-toast-shown .swal2-container {
156
+ box-sizing: border-box;
157
+ width: 360px;
158
+ max-width: 100%;
159
+ background-color: transparent;
160
+ pointer-events: none;
161
+ }
162
+ body.swal2-toast-shown .swal2-container.swal2-top {
163
+ inset: 0 auto auto 50%;
164
+ transform: translateX(-50%);
165
+ }
166
+ body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
167
+ inset: 0 0 auto auto;
168
+ }
169
+ body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
170
+ inset: 0 auto auto 0;
171
+ }
172
+ body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
173
+ inset: 50% auto auto 0;
174
+ transform: translateY(-50%);
175
+ }
176
+ body.swal2-toast-shown .swal2-container.swal2-center {
177
+ inset: 50% auto auto 50%;
178
+ transform: translate(-50%, -50%);
179
+ }
180
+ body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
181
+ inset: 50% 0 auto auto;
182
+ transform: translateY(-50%);
183
+ }
184
+ body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
185
+ inset: auto auto 0 0;
186
+ }
187
+ body.swal2-toast-shown .swal2-container.swal2-bottom {
188
+ inset: auto auto 0 50%;
189
+ transform: translateX(-50%);
190
+ }
191
+ body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
192
+ inset: auto 0 0 auto;
193
+ }
194
+ @media print {
195
+ body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
196
+ overflow-y: scroll !important;
197
+ }
198
+ body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
199
+ display: none;
200
+ }
201
+ body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
202
+ position: static !important;
203
+ }
204
+ }
205
+
206
+ div:where(.swal2-container) {
207
+ display: grid;
208
+ position: fixed;
209
+ z-index: 1060;
210
+ inset: 0;
211
+ box-sizing: border-box;
212
+ grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
213
+ grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
214
+ height: 100%;
215
+ padding: var(--swal2-container-padding);
216
+ overflow-x: hidden;
217
+ transition: var(--swal2-backdrop-transition);
218
+ -webkit-overflow-scrolling: touch;
219
+ }
220
+ div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
221
+ background: var(--swal2-backdrop);
222
+ }
223
+ div:where(.swal2-container).swal2-backdrop-hide {
224
+ background: transparent !important;
225
+ }
226
+ div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
227
+ grid-template-columns: minmax(0, 1fr) auto auto;
228
+ }
229
+ div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
230
+ grid-template-columns: auto minmax(0, 1fr) auto;
231
+ }
232
+ div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
233
+ grid-template-columns: auto auto minmax(0, 1fr);
234
+ }
235
+ div:where(.swal2-container).swal2-top-start > .swal2-popup {
236
+ align-self: start;
237
+ }
238
+ div:where(.swal2-container).swal2-top > .swal2-popup {
239
+ grid-column: 2;
240
+ place-self: start center;
241
+ }
242
+ div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
243
+ grid-column: 3;
244
+ place-self: start end;
245
+ }
246
+ div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
247
+ grid-row: 2;
248
+ align-self: center;
249
+ }
250
+ div:where(.swal2-container).swal2-center > .swal2-popup {
251
+ grid-column: 2;
252
+ grid-row: 2;
253
+ place-self: center center;
254
+ }
255
+ div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
256
+ grid-column: 3;
257
+ grid-row: 2;
258
+ place-self: center end;
259
+ }
260
+ div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
261
+ grid-column: 1;
262
+ grid-row: 3;
263
+ align-self: end;
264
+ }
265
+ div:where(.swal2-container).swal2-bottom > .swal2-popup {
266
+ grid-column: 2;
267
+ grid-row: 3;
268
+ place-self: end center;
269
+ }
270
+ div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
271
+ grid-column: 3;
272
+ grid-row: 3;
273
+ place-self: end end;
274
+ }
275
+ div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
276
+ grid-column: 1/4;
277
+ width: 100%;
278
+ }
279
+ div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
280
+ grid-row: 1/4;
281
+ align-self: stretch;
282
+ }
283
+ div:where(.swal2-container).swal2-no-transition {
284
+ transition: none !important;
285
+ }
286
+ div:where(.swal2-container)[popover] {
287
+ width: auto;
288
+ border: 0;
289
+ }
290
+ div:where(.swal2-container) div:where(.swal2-popup) {
291
+ display: none;
292
+ position: relative;
293
+ box-sizing: border-box;
294
+ grid-template-columns: minmax(0, 100%);
295
+ width: var(--swal2-width);
296
+ max-width: 100%;
297
+ padding: var(--swal2-padding);
298
+ border: 1px solid var(--bs-border-color);
299
+ border-radius: var(--bs-border-radius-lg);
300
+ background: var(--bs-secondary-bg);
301
+ color: var(--bs-body-color);
302
+ font-family: inherit;
303
+ font-size: 1rem;
304
+ container-name: swal2-popup;
305
+ }
306
+ div:where(.swal2-container) div:where(.swal2-popup):focus {
307
+ outline: none;
308
+ }
309
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
310
+ overflow-y: hidden;
311
+ }
312
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
313
+ cursor: grab;
314
+ }
315
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
316
+ cursor: grab;
317
+ }
318
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
319
+ cursor: grabbing;
320
+ }
321
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
322
+ cursor: grabbing;
323
+ }
324
+ div:where(.swal2-container) h2:where(.swal2-title) {
325
+ position: relative;
326
+ max-width: 100%;
327
+ margin: 0 !important;
328
+ padding: var(--swal2-title-padding);
329
+ color: inherit;
330
+ font-size: 1.875em;
331
+ font-weight: 600;
332
+ text-align: center;
333
+ text-transform: none;
334
+ overflow-wrap: break-word;
335
+ cursor: initial;
336
+ }
337
+ div:where(.swal2-container) div:where(.swal2-actions) {
338
+ display: flex;
339
+ z-index: 1;
340
+ box-sizing: border-box;
341
+ flex-wrap: wrap;
342
+ align-items: center;
343
+ justify-content: var(--swal2-actions-justify-content);
344
+ width: var(--swal2-actions-width);
345
+ margin: var(--swal2-actions-margin);
346
+ padding: var(--swal2-actions-padding);
347
+ border-radius: var(--swal2-actions-border-radius);
348
+ background: var(--swal2-actions-background);
349
+ }
350
+ div:where(.swal2-container) div:where(.swal2-loader) {
351
+ display: none;
352
+ align-items: center;
353
+ justify-content: center;
354
+ width: 2.2em;
355
+ height: 2.2em;
356
+ margin: 0 1.875em;
357
+ animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
358
+ border-width: 0.25em;
359
+ border-style: solid;
360
+ border-radius: 100%;
361
+ border-color: var(--bs-primary) transparent var(--bs-primary) transparent;
362
+ }
363
+ div:where(.swal2-container) button:where(.swal2-styled) {
364
+ margin: 0.3125em;
365
+ padding: 0.625em 1.1em;
366
+ transition: var(--swal2-action-button-transition);
367
+ border: none;
368
+ box-shadow: 0 0 0 3px transparent;
369
+ font-weight: 500;
370
+ }
371
+ div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
372
+ cursor: pointer;
373
+ }
374
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
375
+ border-radius: var(--bs-border-radius);
376
+ background: initial;
377
+ background-color: var(--bs-primary);
378
+ box-shadow: var(--swal2-confirm-button-box-shadow);
379
+ color: var(--bs-primary-contrast);
380
+ font-size: 1em;
381
+ }
382
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
383
+ background-color: color-mix(in srgb, var(--bs-primary), var(--swal2-action-button-hover));
384
+ }
385
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
386
+ background-color: color-mix(in srgb, var(--bs-primary), var(--swal2-action-button-active));
387
+ }
388
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
389
+ border-radius: var(--bs-border-radius);
390
+ background: initial;
391
+ background-color: transparent;
392
+ box-shadow: var(--swal2-deny-button-box-shadow);
393
+ color: var(--bs-danger);
394
+ font-size: 1em;
395
+ }
396
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
397
+ background-color: color-mix(in srgb, transparent, var(--swal2-action-button-hover));
398
+ }
399
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
400
+ background-color: color-mix(in srgb, transparent, var(--swal2-action-button-active));
401
+ }
402
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
403
+ border-radius: var(--bs-border-radius);
404
+ background: initial;
405
+ background-color: transparent;
406
+ box-shadow: var(--swal2-cancel-button-box-shadow);
407
+ color: var(--bs-body-color);
408
+ font-size: 1em;
409
+ }
410
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
411
+ background-color: color-mix(in srgb, transparent, var(--swal2-action-button-hover));
412
+ }
413
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
414
+ background-color: color-mix(in srgb, transparent, var(--swal2-action-button-active));
415
+ }
416
+ div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
417
+ outline: none;
418
+ box-shadow: var(--swal2-action-button-focus-box-shadow);
419
+ }
420
+ div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
421
+ opacity: 0.4;
422
+ }
423
+ div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
424
+ border: 0;
425
+ }
426
+ div:where(.swal2-container) div:where(.swal2-footer) {
427
+ margin: 1em 0 0;
428
+ padding: 1em 1em 0;
429
+ border-top: 1px solid var(--swal2-footer-border-color);
430
+ background: var(--swal2-footer-background);
431
+ color: var(--swal2-footer-color);
432
+ font-size: 1em;
433
+ text-align: center;
434
+ cursor: initial;
435
+ }
436
+ div:where(.swal2-container) .swal2-timer-progress-bar-container {
437
+ position: absolute;
438
+ right: 0;
439
+ bottom: 0;
440
+ left: 0;
441
+ grid-column: auto !important;
442
+ overflow: hidden;
443
+ border-bottom-right-radius: var(--bs-border-radius-lg);
444
+ border-bottom-left-radius: var(--bs-border-radius-lg);
445
+ }
446
+ div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
447
+ width: 100%;
448
+ height: 0.25em;
449
+ background: var(--swal2-timer-progress-bar-background);
450
+ }
451
+ div:where(.swal2-container) img:where(.swal2-image) {
452
+ max-width: 100%;
453
+ margin: 2em auto 1em;
454
+ cursor: initial;
455
+ }
456
+ div:where(.swal2-container) button:where(.swal2-close) {
457
+ position: var(--swal2-close-button-position);
458
+ inset: var(--swal2-close-button-inset);
459
+ z-index: 2;
460
+ align-items: center;
461
+ justify-content: center;
462
+ width: 1.2em;
463
+ height: 1.2em;
464
+ margin-top: 0;
465
+ margin-right: 0;
466
+ margin-bottom: -1.2em;
467
+ padding: 0;
468
+ overflow: hidden;
469
+ transition: var(--swal2-close-button-transition);
470
+ border: none;
471
+ border-radius: var(--bs-border-radius-lg);
472
+ outline: var(--swal2-close-button-outline);
473
+ background: transparent;
474
+ color: var(--swal2-close-button-color);
475
+ font-family: monospace;
476
+ font-size: var(--swal2-close-button-font-size);
477
+ cursor: pointer;
478
+ justify-self: end;
479
+ }
480
+ div:where(.swal2-container) button:where(.swal2-close):hover {
481
+ transform: var(--swal2-close-button-hover-transform);
482
+ background: transparent;
483
+ color: #e10e32;
484
+ }
485
+ div:where(.swal2-container) button:where(.swal2-close):focus-visible {
486
+ outline: none;
487
+ box-shadow: var(--swal2-close-button-focus-box-shadow);
488
+ }
489
+ div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
490
+ border: 0;
491
+ }
492
+ div:where(.swal2-container) div:where(.swal2-html-container) {
493
+ z-index: 1;
494
+ justify-content: center;
495
+ margin: 0;
496
+ padding: var(--swal2-html-container-padding);
497
+ overflow: auto;
498
+ color: inherit;
499
+ font-size: 1.125em;
500
+ font-weight: normal;
501
+ line-height: normal;
502
+ text-align: center;
503
+ overflow-wrap: break-word;
504
+ word-break: break-word;
505
+ cursor: initial;
506
+ }
507
+ div:where(.swal2-container) input:where(.swal2-input),
508
+ div:where(.swal2-container) input:where(.swal2-file),
509
+ div:where(.swal2-container) textarea:where(.swal2-textarea),
510
+ div:where(.swal2-container) select:where(.swal2-select),
511
+ div:where(.swal2-container) div:where(.swal2-radio),
512
+ div:where(.swal2-container) label:where(.swal2-checkbox) {
513
+ margin: 1em 2em 3px;
514
+ }
515
+ div:where(.swal2-container) input:where(.swal2-input),
516
+ div:where(.swal2-container) input:where(.swal2-file),
517
+ div:where(.swal2-container) textarea:where(.swal2-textarea) {
518
+ box-sizing: border-box;
519
+ width: auto;
520
+ transition: var(--swal2-input-transition);
521
+ border: var(--swal2-input-border);
522
+ border-radius: var(--swal2-input-border-radius);
523
+ background: var(--swal2-input-background);
524
+ box-shadow: var(--swal2-input-box-shadow);
525
+ color: inherit;
526
+ font-size: 1.125em;
527
+ }
528
+ div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
529
+ div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
530
+ div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
531
+ border-color: #e10e32 !important;
532
+ box-shadow: 0 0 2px #e10e32 !important;
533
+ }
534
+ div:where(.swal2-container) input:where(.swal2-input):hover,
535
+ div:where(.swal2-container) input:where(.swal2-file):hover,
536
+ div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
537
+ box-shadow: var(--swal2-input-hover-box-shadow);
538
+ }
539
+ div:where(.swal2-container) input:where(.swal2-input):focus,
540
+ div:where(.swal2-container) input:where(.swal2-file):focus,
541
+ div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
542
+ border: var(--swal2-input-focus-border);
543
+ outline: none;
544
+ box-shadow: var(--swal2-input-focus-box-shadow);
545
+ }
546
+ div:where(.swal2-container) input:where(.swal2-input)::placeholder,
547
+ div:where(.swal2-container) input:where(.swal2-file)::placeholder,
548
+ div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
549
+ color: #ccc;
550
+ }
551
+ div:where(.swal2-container) .swal2-range {
552
+ margin: 1em 2em 3px;
553
+ background: var(--bs-secondary-bg);
554
+ }
555
+ div:where(.swal2-container) .swal2-range input {
556
+ width: 80%;
557
+ }
558
+ div:where(.swal2-container) .swal2-range output {
559
+ width: 20%;
560
+ color: inherit;
561
+ font-weight: 600;
562
+ text-align: center;
563
+ }
564
+ div:where(.swal2-container) .swal2-range input,
565
+ div:where(.swal2-container) .swal2-range output {
566
+ height: 2.625em;
567
+ padding: 0;
568
+ font-size: 1.125em;
569
+ line-height: 2.625em;
570
+ }
571
+ div:where(.swal2-container) .swal2-input {
572
+ height: 2.625em;
573
+ padding: 0 0.75em;
574
+ }
575
+ div:where(.swal2-container) .swal2-file {
576
+ width: 75%;
577
+ margin-right: auto;
578
+ margin-left: auto;
579
+ background: var(--swal2-input-background);
580
+ font-size: 1.125em;
581
+ }
582
+ div:where(.swal2-container) .swal2-textarea {
583
+ height: 6.75em;
584
+ padding: 0.75em;
585
+ }
586
+ div:where(.swal2-container) .swal2-select {
587
+ min-width: 50%;
588
+ max-width: 100%;
589
+ padding: 0.375em 0.625em;
590
+ background: var(--swal2-input-background);
591
+ color: inherit;
592
+ font-size: 1.125em;
593
+ }
594
+ div:where(.swal2-container) .swal2-radio,
595
+ div:where(.swal2-container) .swal2-checkbox {
596
+ align-items: center;
597
+ justify-content: center;
598
+ background: var(--bs-secondary-bg);
599
+ color: inherit;
600
+ }
601
+ div:where(.swal2-container) .swal2-radio label,
602
+ div:where(.swal2-container) .swal2-checkbox label {
603
+ margin: 0 0.6em;
604
+ font-size: 1.125em;
605
+ }
606
+ div:where(.swal2-container) .swal2-radio input,
607
+ div:where(.swal2-container) .swal2-checkbox input {
608
+ flex-shrink: 0;
609
+ margin: 0 0.4em;
610
+ }
611
+ div:where(.swal2-container) label:where(.swal2-input-label) {
612
+ display: flex;
613
+ justify-content: center;
614
+ margin: 1em auto 0;
615
+ }
616
+ div:where(.swal2-container) div:where(.swal2-validation-message) {
617
+ align-items: center;
618
+ justify-content: center;
619
+ margin: 1em 0 0;
620
+ padding: 0.625em;
621
+ overflow: hidden;
622
+ background: var(--swal2-validation-message-background);
623
+ color: var(--swal2-validation-message-color);
624
+ font-size: 1em;
625
+ font-weight: 300;
626
+ }
627
+ div:where(.swal2-container) div:where(.swal2-validation-message)::before {
628
+ content: "!";
629
+ display: inline-block;
630
+ width: 1.5em;
631
+ min-width: 1.5em;
632
+ height: 1.5em;
633
+ margin: 0 0.625em;
634
+ border-radius: 50%;
635
+ background-color: #e10e32;
636
+ color: #fff;
637
+ font-weight: 600;
638
+ line-height: 1.5em;
639
+ text-align: center;
640
+ }
641
+ div:where(.swal2-container) .swal2-progress-steps {
642
+ flex-wrap: wrap;
643
+ align-items: center;
644
+ max-width: 100%;
645
+ margin: 1.25em auto;
646
+ padding: 0;
647
+ background: transparent;
648
+ font-weight: 600;
649
+ }
650
+ div:where(.swal2-container) .swal2-progress-steps li {
651
+ display: inline-block;
652
+ position: relative;
653
+ }
654
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
655
+ z-index: 20;
656
+ flex-shrink: 0;
657
+ width: 2em;
658
+ height: 2em;
659
+ border-radius: 2em;
660
+ background: #2778c4;
661
+ color: #fff;
662
+ line-height: 2em;
663
+ text-align: center;
664
+ }
665
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
666
+ background: #2778c4;
667
+ }
668
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
669
+ background: var(--swal2-progress-step-background);
670
+ color: #fff;
671
+ }
672
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
673
+ background: var(--swal2-progress-step-background);
674
+ }
675
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
676
+ z-index: 10;
677
+ flex-shrink: 0;
678
+ width: 2.5em;
679
+ height: 0.4em;
680
+ margin: 0 -1px;
681
+ background: #2778c4;
682
+ }
683
+
684
+ div:where(.swal2-icon) {
685
+ position: relative;
686
+ box-sizing: content-box;
687
+ justify-content: center;
688
+ width: 5em;
689
+ height: 5em;
690
+ margin: 2.5em auto 0.6em;
691
+ zoom: var(--swal2-icon-zoom);
692
+ border: 0.25em solid transparent;
693
+ border-radius: 50%;
694
+ border-color: var(--bs-black);
695
+ font-family: inherit;
696
+ line-height: 5em;
697
+ cursor: default;
698
+ user-select: none;
699
+ }
700
+ div:where(.swal2-icon) .swal2-icon-content {
701
+ display: flex;
702
+ align-items: center;
703
+ font-size: 3.75em;
704
+ }
705
+ div:where(.swal2-icon).swal2-error {
706
+ border-color: #e10e32;
707
+ color: #e10e32;
708
+ }
709
+ div:where(.swal2-icon).swal2-error .swal2-x-mark {
710
+ position: relative;
711
+ flex-grow: 1;
712
+ }
713
+ div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
714
+ display: block;
715
+ position: absolute;
716
+ top: 2.3125em;
717
+ width: 2.9375em;
718
+ height: 0.3125em;
719
+ border-radius: 0.125em;
720
+ background-color: #e10e32;
721
+ }
722
+ div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
723
+ left: 1.0625em;
724
+ transform: rotate(45deg);
725
+ }
726
+ div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
727
+ right: 1em;
728
+ transform: rotate(-45deg);
729
+ }
730
+ @container swal2-popup style(--swal2-icon-animations:true) {
731
+ div:where(.swal2-icon).swal2-error.swal2-icon-show {
732
+ animation: swal2-animate-error-icon 0.5s;
733
+ }
734
+ div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
735
+ animation: swal2-animate-error-x-mark 0.5s;
736
+ }
737
+ }
738
+ div:where(.swal2-icon).swal2-warning {
739
+ border-color: #8f6b00;
740
+ color: #8f6b00;
741
+ }
742
+ @container swal2-popup style(--swal2-icon-animations:true) {
743
+ div:where(.swal2-icon).swal2-warning.swal2-icon-show {
744
+ animation: swal2-animate-error-icon 0.5s;
745
+ }
746
+ div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
747
+ animation: swal2-animate-i-mark 0.5s;
748
+ }
749
+ }
750
+ div:where(.swal2-icon).swal2-info {
751
+ border-color: #2c75b5;
752
+ color: #2c75b5;
753
+ }
754
+ @container swal2-popup style(--swal2-icon-animations:true) {
755
+ div:where(.swal2-icon).swal2-info.swal2-icon-show {
756
+ animation: swal2-animate-error-icon 0.5s;
757
+ }
758
+ div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
759
+ animation: swal2-animate-i-mark 0.8s;
760
+ }
761
+ }
762
+ div:where(.swal2-icon).swal2-question {
763
+ border-color: #878f97;
764
+ color: #878f97;
765
+ }
766
+ @container swal2-popup style(--swal2-icon-animations:true) {
767
+ div:where(.swal2-icon).swal2-question.swal2-icon-show {
768
+ animation: swal2-animate-error-icon 0.5s;
769
+ }
770
+ div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
771
+ animation: swal2-animate-question-mark 0.8s;
772
+ }
773
+ }
774
+ div:where(.swal2-icon).swal2-success {
775
+ border-color: #257e67;
776
+ color: #257e67;
777
+ }
778
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
779
+ position: absolute;
780
+ width: 3.75em;
781
+ height: 7.5em;
782
+ border-radius: 50%;
783
+ }
784
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
785
+ top: -0.4375em;
786
+ left: -2.0635em;
787
+ transform: rotate(-45deg);
788
+ transform-origin: 3.75em 3.75em;
789
+ border-radius: 7.5em 0 0 7.5em;
790
+ }
791
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
792
+ top: -0.6875em;
793
+ left: 1.875em;
794
+ transform: rotate(-45deg);
795
+ transform-origin: 0 3.75em;
796
+ border-radius: 0 7.5em 7.5em 0;
797
+ }
798
+ div:where(.swal2-icon).swal2-success .swal2-success-ring {
799
+ position: absolute;
800
+ z-index: 2;
801
+ top: -0.25em;
802
+ left: -0.25em;
803
+ box-sizing: content-box;
804
+ width: 100%;
805
+ height: 100%;
806
+ border: 0.25em solid rgba(37, 126, 103, 0.3);
807
+ border-radius: 50%;
808
+ }
809
+ div:where(.swal2-icon).swal2-success .swal2-success-fix {
810
+ position: absolute;
811
+ z-index: 1;
812
+ top: 0.5em;
813
+ left: 1.625em;
814
+ width: 0.4375em;
815
+ height: 5.625em;
816
+ transform: rotate(-45deg);
817
+ }
818
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
819
+ display: block;
820
+ position: absolute;
821
+ z-index: 2;
822
+ height: 0.3125em;
823
+ border-radius: 0.125em;
824
+ background-color: #257e67;
825
+ }
826
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
827
+ top: 2.875em;
828
+ left: 0.8125em;
829
+ width: 1.5625em;
830
+ transform: rotate(45deg);
831
+ }
832
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
833
+ top: 2.375em;
834
+ right: 0.5em;
835
+ width: 2.9375em;
836
+ transform: rotate(-45deg);
837
+ }
838
+ @container swal2-popup style(--swal2-icon-animations:true) {
839
+ div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
840
+ animation: swal2-animate-success-line-tip 0.75s;
841
+ }
842
+ div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
843
+ animation: swal2-animate-success-line-long 0.75s;
844
+ }
845
+ div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
846
+ animation: swal2-rotate-success-circular-line 4.25s ease-in;
847
+ }
848
+ }
849
+
850
+ [class^=swal2] {
851
+ -webkit-tap-highlight-color: transparent;
852
+ }
853
+
854
+ .swal2-show {
855
+ animation: var(--swal2-show-animation);
856
+ }
857
+
858
+ .swal2-hide {
859
+ animation: var(--swal2-hide-animation);
860
+ }
861
+
862
+ .swal2-noanimation {
863
+ transition: none;
864
+ }
865
+
866
+ .swal2-scrollbar-measure {
867
+ position: absolute;
868
+ top: -9999px;
869
+ width: 50px;
870
+ height: 50px;
871
+ overflow: scroll;
872
+ }
873
+
874
+ .swal2-rtl .swal2-close {
875
+ margin-right: initial;
876
+ margin-left: 0;
877
+ }
878
+ .swal2-rtl .swal2-timer-progress-bar {
879
+ right: 0;
880
+ left: auto;
881
+ }
882
+
883
+ .swal2-toast {
884
+ box-sizing: border-box;
885
+ grid-column: 1/4 !important;
886
+ grid-row: 1/4 !important;
887
+ grid-template-columns: min-content auto min-content;
888
+ padding: 1em;
889
+ overflow-y: hidden;
890
+ border: var(--swal2-toast-border);
891
+ background: var(--bs-secondary-bg);
892
+ box-shadow: var(--swal2-toast-box-shadow);
893
+ pointer-events: all;
894
+ }
895
+ .swal2-toast > * {
896
+ grid-column: 2;
897
+ }
898
+ .swal2-toast h2:where(.swal2-title) {
899
+ margin: 0.5em 1em;
900
+ padding: 0;
901
+ font-size: 1em;
902
+ text-align: initial;
903
+ }
904
+ .swal2-toast .swal2-loading {
905
+ justify-content: center;
906
+ }
907
+ .swal2-toast input:where(.swal2-input) {
908
+ height: 2em;
909
+ margin: 0.5em;
910
+ font-size: 1em;
911
+ }
912
+ .swal2-toast .swal2-validation-message {
913
+ font-size: 1em;
914
+ }
915
+ .swal2-toast div:where(.swal2-footer) {
916
+ margin: 0.5em 0 0;
917
+ padding: 0.5em 0 0;
918
+ font-size: 0.8em;
919
+ }
920
+ .swal2-toast button:where(.swal2-close) {
921
+ grid-column: 3/3;
922
+ grid-row: 1/99;
923
+ align-self: center;
924
+ width: 0.8em;
925
+ height: 0.8em;
926
+ margin: 0;
927
+ font-size: 2em;
928
+ }
929
+ .swal2-toast div:where(.swal2-html-container) {
930
+ margin: 0.5em 1em;
931
+ padding: 0;
932
+ overflow: initial;
933
+ font-size: 1em;
934
+ text-align: initial;
935
+ }
936
+ .swal2-toast div:where(.swal2-html-container):empty {
937
+ padding: 0;
938
+ }
939
+ .swal2-toast .swal2-loader {
940
+ grid-column: 1;
941
+ grid-row: 1/99;
942
+ align-self: center;
943
+ width: 2em;
944
+ height: 2em;
945
+ margin: 0.25em;
946
+ }
947
+ .swal2-toast .swal2-icon {
948
+ grid-column: 1;
949
+ grid-row: 1/99;
950
+ align-self: center;
951
+ width: 2em;
952
+ min-width: 2em;
953
+ height: 2em;
954
+ margin: 0 0.5em 0 0;
955
+ }
956
+ .swal2-toast .swal2-icon .swal2-icon-content {
957
+ display: flex;
958
+ align-items: center;
959
+ font-size: 1.8em;
960
+ font-weight: bold;
961
+ }
962
+ .swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
963
+ width: 2em;
964
+ height: 2em;
965
+ }
966
+ .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
967
+ top: 0.875em;
968
+ width: 1.375em;
969
+ }
970
+ .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
971
+ left: 0.3125em;
972
+ }
973
+ .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
974
+ right: 0.3125em;
975
+ }
976
+ .swal2-toast div:where(.swal2-actions) {
977
+ justify-content: flex-start;
978
+ height: auto;
979
+ margin: 0;
980
+ margin-top: 0.5em;
981
+ padding: 0 0.5em;
982
+ }
983
+ .swal2-toast button:where(.swal2-styled) {
984
+ margin: 0.25em 0.5em;
985
+ padding: 0.4em 0.6em;
986
+ font-size: 1em;
987
+ }
988
+ .swal2-toast .swal2-success {
989
+ border-color: #257e67;
990
+ }
991
+ .swal2-toast .swal2-success [class^=swal2-success-circular-line] {
992
+ position: absolute;
993
+ width: 1.6em;
994
+ height: 3em;
995
+ border-radius: 50%;
996
+ }
997
+ .swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
998
+ top: -0.8em;
999
+ left: -0.5em;
1000
+ transform: rotate(-45deg);
1001
+ transform-origin: 2em 2em;
1002
+ border-radius: 4em 0 0 4em;
1003
+ }
1004
+ .swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
1005
+ top: -0.25em;
1006
+ left: 0.9375em;
1007
+ transform-origin: 0 1.5em;
1008
+ border-radius: 0 4em 4em 0;
1009
+ }
1010
+ .swal2-toast .swal2-success .swal2-success-ring {
1011
+ width: 2em;
1012
+ height: 2em;
1013
+ }
1014
+ .swal2-toast .swal2-success .swal2-success-fix {
1015
+ top: 0;
1016
+ left: 0.4375em;
1017
+ width: 0.4375em;
1018
+ height: 2.6875em;
1019
+ }
1020
+ .swal2-toast .swal2-success [class^=swal2-success-line] {
1021
+ height: 0.3125em;
1022
+ }
1023
+ .swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
1024
+ top: 1.125em;
1025
+ left: 0.1875em;
1026
+ width: 0.75em;
1027
+ }
1028
+ .swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
1029
+ top: 0.9375em;
1030
+ right: 0.1875em;
1031
+ width: 1.375em;
1032
+ }
1033
+ @container swal2-popup style(--swal2-icon-animations:true) {
1034
+ .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
1035
+ animation: swal2-toast-animate-success-line-tip 0.75s;
1036
+ }
1037
+ .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
1038
+ animation: swal2-toast-animate-success-line-long 0.75s;
1039
+ }
1040
+ }
1041
+ .swal2-toast.swal2-show {
1042
+ animation: var(--swal2-toast-show-animation);
1043
+ }
1044
+ .swal2-toast.swal2-hide {
1045
+ animation: var(--swal2-toast-hide-animation);
1046
+ }
1047
+
1048
+ @keyframes swal2-show {
1049
+ 0% {
1050
+ transform: translate3d(0, -50px, 0) scale(0.9);
1051
+ opacity: 0;
1052
+ }
1053
+ 100% {
1054
+ transform: translate3d(0, 0, 0) scale(1);
1055
+ opacity: 1;
1056
+ }
1057
+ }
1058
+ @keyframes swal2-hide {
1059
+ 0% {
1060
+ transform: translate3d(0, 0, 0) scale(1);
1061
+ opacity: 1;
1062
+ }
1063
+ 100% {
1064
+ transform: translate3d(0, -50px, 0) scale(0.9);
1065
+ opacity: 0;
1066
+ }
1067
+ }
1068
+ @keyframes swal2-animate-success-line-tip {
1069
+ 0% {
1070
+ top: 1.1875em;
1071
+ left: 0.0625em;
1072
+ width: 0;
1073
+ }
1074
+ 54% {
1075
+ top: 1.0625em;
1076
+ left: 0.125em;
1077
+ width: 0;
1078
+ }
1079
+ 70% {
1080
+ top: 2.1875em;
1081
+ left: -0.375em;
1082
+ width: 3.125em;
1083
+ }
1084
+ 84% {
1085
+ top: 3em;
1086
+ left: 1.3125em;
1087
+ width: 1.0625em;
1088
+ }
1089
+ 100% {
1090
+ top: 2.8125em;
1091
+ left: 0.8125em;
1092
+ width: 1.5625em;
1093
+ }
1094
+ }
1095
+ @keyframes swal2-animate-success-line-long {
1096
+ 0% {
1097
+ top: 3.375em;
1098
+ right: 2.875em;
1099
+ width: 0;
1100
+ }
1101
+ 65% {
1102
+ top: 3.375em;
1103
+ right: 2.875em;
1104
+ width: 0;
1105
+ }
1106
+ 84% {
1107
+ top: 2.1875em;
1108
+ right: 0;
1109
+ width: 3.4375em;
1110
+ }
1111
+ 100% {
1112
+ top: 2.375em;
1113
+ right: 0.5em;
1114
+ width: 2.9375em;
1115
+ }
1116
+ }
1117
+ @keyframes swal2-rotate-success-circular-line {
1118
+ 0% {
1119
+ transform: rotate(-45deg);
1120
+ }
1121
+ 5% {
1122
+ transform: rotate(-45deg);
1123
+ }
1124
+ 12% {
1125
+ transform: rotate(-405deg);
1126
+ }
1127
+ 100% {
1128
+ transform: rotate(-405deg);
1129
+ }
1130
+ }
1131
+ @keyframes swal2-animate-error-x-mark {
1132
+ 0% {
1133
+ margin-top: 1.625em;
1134
+ transform: scale(0.4);
1135
+ opacity: 0;
1136
+ }
1137
+ 50% {
1138
+ margin-top: 1.625em;
1139
+ transform: scale(0.4);
1140
+ opacity: 0;
1141
+ }
1142
+ 80% {
1143
+ margin-top: -0.375em;
1144
+ transform: scale(1.15);
1145
+ }
1146
+ 100% {
1147
+ margin-top: 0;
1148
+ transform: scale(1);
1149
+ opacity: 1;
1150
+ }
1151
+ }
1152
+ @keyframes swal2-animate-error-icon {
1153
+ 0% {
1154
+ transform: rotateX(100deg);
1155
+ opacity: 0;
1156
+ }
1157
+ 100% {
1158
+ transform: rotateX(0deg);
1159
+ opacity: 1;
1160
+ }
1161
+ }
1162
+ @keyframes swal2-rotate-loading {
1163
+ 0% {
1164
+ transform: rotate(0deg);
1165
+ }
1166
+ 100% {
1167
+ transform: rotate(360deg);
1168
+ }
1169
+ }
1170
+ @keyframes swal2-animate-question-mark {
1171
+ 0% {
1172
+ transform: rotateY(-360deg);
1173
+ }
1174
+ 100% {
1175
+ transform: rotateY(0);
1176
+ }
1177
+ }
1178
+ @keyframes swal2-animate-i-mark {
1179
+ 0% {
1180
+ transform: rotateZ(45deg);
1181
+ opacity: 0;
1182
+ }
1183
+ 25% {
1184
+ transform: rotateZ(-25deg);
1185
+ opacity: 0.4;
1186
+ }
1187
+ 50% {
1188
+ transform: rotateZ(15deg);
1189
+ opacity: 0.8;
1190
+ }
1191
+ 75% {
1192
+ transform: rotateZ(-5deg);
1193
+ opacity: 1;
1194
+ }
1195
+ 100% {
1196
+ transform: rotateX(0);
1197
+ opacity: 1;
1198
+ }
1199
+ }
1200
+ @keyframes swal2-toast-show {
1201
+ 0% {
1202
+ transform: translateY(-0.625em) rotateZ(2deg);
1203
+ }
1204
+ 33% {
1205
+ transform: translateY(0) rotateZ(-2deg);
1206
+ }
1207
+ 66% {
1208
+ transform: translateY(0.3125em) rotateZ(2deg);
1209
+ }
1210
+ 100% {
1211
+ transform: translateY(0) rotateZ(0deg);
1212
+ }
1213
+ }
1214
+ @keyframes swal2-toast-hide {
1215
+ 100% {
1216
+ transform: rotateZ(1deg);
1217
+ opacity: 0;
1218
+ }
1219
+ }
1220
+ @keyframes swal2-toast-animate-success-line-tip {
1221
+ 0% {
1222
+ top: 0.5625em;
1223
+ left: 0.0625em;
1224
+ width: 0;
1225
+ }
1226
+ 54% {
1227
+ top: 0.125em;
1228
+ left: 0.125em;
1229
+ width: 0;
1230
+ }
1231
+ 70% {
1232
+ top: 0.625em;
1233
+ left: -0.25em;
1234
+ width: 1.625em;
1235
+ }
1236
+ 84% {
1237
+ top: 1.0625em;
1238
+ left: 0.75em;
1239
+ width: 0.5em;
1240
+ }
1241
+ 100% {
1242
+ top: 1.125em;
1243
+ left: 0.1875em;
1244
+ width: 0.75em;
1245
+ }
1246
+ }
1247
+ @keyframes swal2-toast-animate-success-line-long {
1248
+ 0% {
1249
+ top: 1.625em;
1250
+ right: 1.375em;
1251
+ width: 0;
1252
+ }
1253
+ 65% {
1254
+ top: 1.25em;
1255
+ right: 0.9375em;
1256
+ width: 0;
1257
+ }
1258
+ 84% {
1259
+ top: 0.9375em;
1260
+ right: 0;
1261
+ width: 1.125em;
1262
+ }
1263
+ 100% {
1264
+ top: 0.9375em;
1265
+ right: 0.1875em;
1266
+ width: 1.375em;
1267
+ }
1268
+ }
1269
+ .swal2-container {
1270
+ z-index: 1070;
1271
+ }
1272
+ .swal2-container button {
1273
+ font-weight: 700;
1274
+ border: 1px solid transparent !important;
1275
+ }
1276
+ .swal2-container button.swal2-cancel:hover {
1277
+ background-image: none !important;
1278
+ border: 1px solid var(--bs-secondary) !important;
1279
+ }
1280
+ .swal2-container button.swal2-cancel:focus-visible {
1281
+ border-color: var(--bs-secondary);
1282
+ box-shadow: 0 0 0 0.25rem rgba(115, 122, 128, 0.5);
1283
+ }
1284
+ .swal2-container button.swal2-deny {
1285
+ border: 1px solid var(--bs-danger) !important;
1286
+ }
1287
+ .swal2-container button.swal2-deny:hover, .swal2-container button.swal2-deny:active {
1288
+ color: var(--bs-danger-contrast) !important;
1289
+ background-color: var(--bs-danger) !important;
1290
+ background-image: none !important;
1291
+ }
1292
+ .swal2-container div:where(.swal2-icon).swal2-warning.swal2-icon-show {
1293
+ color: var(--bs-warning);
1294
+ border-color: var(--bs-warning);
1295
+ }
1296
+ .swal2-container div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
1297
+ background-color: var(--bs-danger);
1298
+ }
1299
+ .swal2-container div:where(.swal2-icon).swal2-error {
1300
+ border-color: var(--bs-danger);
1301
+ }
1302
+ .swal2-container div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
1303
+ background-color: var(--bs-success);
1304
+ }
1305
+ .swal2-container div:where(.swal2-icon).swal2-success .swal2-success-ring {
1306
+ border-color: var(--bs-success);
1307
+ }
1308
+ .swal2-container div:where(.swal2-icon).swal2-info {
1309
+ color: var(--bs-primary);
1310
+ border-color: var(--bs-primary);
1311
+ }
1312
+ .swal2-container div:where(.swal2-icon).swal2-question {
1313
+ color: var(--bs-secondary);
1314
+ border-color: var(--bs-secondary);
1315
+ }
1316
+
1317
+ /*!
1318
+ * Cropper.js v1.6.2
1319
+ * https://fengyuanchen.github.io/cropperjs
1320
+ *
1321
+ * Copyright 2015-present Chen Fengyuan
1322
+ * Released under the MIT license
1323
+ *
1324
+ * Date: 2024-04-21T07:43:02.731Z
1325
+ */
1326
+ .cropper-container {
1327
+ direction: ltr;
1328
+ font-size: 0;
1329
+ line-height: 0;
1330
+ position: relative;
1331
+ -ms-touch-action: none;
1332
+ touch-action: none;
1333
+ -webkit-touch-callout: none;
1334
+ -webkit-user-select: none;
1335
+ -moz-user-select: none;
1336
+ -ms-user-select: none;
1337
+ user-select: none;
1338
+ }
1339
+
1340
+ .cropper-container img {
1341
+ backface-visibility: hidden;
1342
+ display: block;
1343
+ height: 100%;
1344
+ image-orientation: 0deg;
1345
+ max-height: none !important;
1346
+ max-width: none !important;
1347
+ min-height: 0 !important;
1348
+ min-width: 0 !important;
1349
+ width: 100%;
1350
+ }
1351
+
1352
+ .cropper-wrap-box,
1353
+ .cropper-canvas,
1354
+ .cropper-drag-box,
1355
+ .cropper-crop-box,
1356
+ .cropper-modal {
1357
+ bottom: 0;
1358
+ left: 0;
1359
+ position: absolute;
1360
+ right: 0;
1361
+ top: 0;
1362
+ }
1363
+
1364
+ .cropper-wrap-box,
1365
+ .cropper-canvas {
1366
+ overflow: hidden;
1367
+ }
1368
+
1369
+ .cropper-drag-box {
1370
+ background-color: #fff;
1371
+ opacity: 0;
1372
+ }
1373
+
1374
+ .cropper-modal {
1375
+ background-color: #000;
1376
+ opacity: 0.5;
1377
+ }
1378
+
1379
+ .cropper-view-box {
1380
+ display: block;
1381
+ height: 100%;
1382
+ outline: 1px solid #39f;
1383
+ outline-color: rgba(51, 153, 255, 0.75);
1384
+ overflow: hidden;
1385
+ width: 100%;
1386
+ }
1387
+
1388
+ .cropper-dashed {
1389
+ border: 0 dashed #eee;
1390
+ display: block;
1391
+ opacity: 0.5;
1392
+ position: absolute;
1393
+ }
1394
+
1395
+ .cropper-dashed.dashed-h {
1396
+ border-bottom-width: 1px;
1397
+ border-top-width: 1px;
1398
+ height: 33.3333333333%;
1399
+ left: 0;
1400
+ top: 33.3333333333%;
1401
+ width: 100%;
1402
+ }
1403
+
1404
+ .cropper-dashed.dashed-v {
1405
+ border-left-width: 1px;
1406
+ border-right-width: 1px;
1407
+ height: 100%;
1408
+ left: 33.3333333333%;
1409
+ top: 0;
1410
+ width: 33.3333333333%;
1411
+ }
1412
+
1413
+ .cropper-center {
1414
+ display: block;
1415
+ height: 0;
1416
+ left: 50%;
1417
+ opacity: 0.75;
1418
+ position: absolute;
1419
+ top: 50%;
1420
+ width: 0;
1421
+ }
1422
+
1423
+ .cropper-center::before,
1424
+ .cropper-center::after {
1425
+ background-color: #eee;
1426
+ content: " ";
1427
+ display: block;
1428
+ position: absolute;
1429
+ }
1430
+
1431
+ .cropper-center::before {
1432
+ height: 1px;
1433
+ left: -3px;
1434
+ top: 0;
1435
+ width: 7px;
1436
+ }
1437
+
1438
+ .cropper-center::after {
1439
+ height: 7px;
1440
+ left: 0;
1441
+ top: -3px;
1442
+ width: 1px;
1443
+ }
1444
+
1445
+ .cropper-face,
1446
+ .cropper-line,
1447
+ .cropper-point {
1448
+ display: block;
1449
+ height: 100%;
1450
+ opacity: 0.1;
1451
+ position: absolute;
1452
+ width: 100%;
1453
+ }
1454
+
1455
+ .cropper-face {
1456
+ background-color: #fff;
1457
+ left: 0;
1458
+ top: 0;
1459
+ }
1460
+
1461
+ .cropper-line {
1462
+ background-color: #39f;
1463
+ }
1464
+
1465
+ .cropper-line.line-e {
1466
+ cursor: ew-resize;
1467
+ right: -3px;
1468
+ top: 0;
1469
+ width: 5px;
1470
+ }
1471
+
1472
+ .cropper-line.line-n {
1473
+ cursor: ns-resize;
1474
+ height: 5px;
1475
+ left: 0;
1476
+ top: -3px;
1477
+ }
1478
+
1479
+ .cropper-line.line-w {
1480
+ cursor: ew-resize;
1481
+ left: -3px;
1482
+ top: 0;
1483
+ width: 5px;
1484
+ }
1485
+
1486
+ .cropper-line.line-s {
1487
+ bottom: -3px;
1488
+ cursor: ns-resize;
1489
+ height: 5px;
1490
+ left: 0;
1491
+ }
1492
+
1493
+ .cropper-point {
1494
+ background-color: #39f;
1495
+ height: 5px;
1496
+ opacity: 0.75;
1497
+ width: 5px;
1498
+ }
1499
+
1500
+ .cropper-point.point-e {
1501
+ cursor: ew-resize;
1502
+ margin-top: -3px;
1503
+ right: -3px;
1504
+ top: 50%;
1505
+ }
1506
+
1507
+ .cropper-point.point-n {
1508
+ cursor: ns-resize;
1509
+ left: 50%;
1510
+ margin-left: -3px;
1511
+ top: -3px;
1512
+ }
1513
+
1514
+ .cropper-point.point-w {
1515
+ cursor: ew-resize;
1516
+ left: -3px;
1517
+ margin-top: -3px;
1518
+ top: 50%;
1519
+ }
1520
+
1521
+ .cropper-point.point-s {
1522
+ bottom: -3px;
1523
+ cursor: s-resize;
1524
+ left: 50%;
1525
+ margin-left: -3px;
1526
+ }
1527
+
1528
+ .cropper-point.point-ne {
1529
+ cursor: nesw-resize;
1530
+ right: -3px;
1531
+ top: -3px;
1532
+ }
1533
+
1534
+ .cropper-point.point-nw {
1535
+ cursor: nwse-resize;
1536
+ left: -3px;
1537
+ top: -3px;
1538
+ }
1539
+
1540
+ .cropper-point.point-sw {
1541
+ bottom: -3px;
1542
+ cursor: nesw-resize;
1543
+ left: -3px;
1544
+ }
1545
+
1546
+ .cropper-point.point-se {
1547
+ bottom: -3px;
1548
+ cursor: nwse-resize;
1549
+ height: 20px;
1550
+ opacity: 1;
1551
+ right: -3px;
1552
+ width: 20px;
1553
+ }
1554
+
1555
+ @media (min-width: 768px) {
1556
+ .cropper-point.point-se {
1557
+ height: 15px;
1558
+ width: 15px;
1559
+ }
1560
+ }
1561
+ @media (min-width: 992px) {
1562
+ .cropper-point.point-se {
1563
+ height: 10px;
1564
+ width: 10px;
1565
+ }
1566
+ }
1567
+ @media (min-width: 1200px) {
1568
+ .cropper-point.point-se {
1569
+ height: 5px;
1570
+ opacity: 0.75;
1571
+ width: 5px;
1572
+ }
1573
+ }
1574
+ .cropper-point.point-se::before {
1575
+ background-color: #39f;
1576
+ bottom: -50%;
1577
+ content: " ";
1578
+ display: block;
1579
+ height: 200%;
1580
+ opacity: 0;
1581
+ position: absolute;
1582
+ right: -50%;
1583
+ width: 200%;
1584
+ }
1585
+
1586
+ .cropper-invisible {
1587
+ opacity: 0;
1588
+ }
1589
+
1590
+ .cropper-bg {
1591
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
1592
+ }
1593
+
1594
+ .cropper-hide {
1595
+ display: block;
1596
+ height: 0;
1597
+ position: absolute;
1598
+ width: 0;
1599
+ }
1600
+
1601
+ .cropper-hidden {
1602
+ display: none !important;
1603
+ }
1604
+
1605
+ .cropper-move {
1606
+ cursor: move;
1607
+ }
1608
+
1609
+ .cropper-crop {
1610
+ cursor: crosshair;
1611
+ }
1612
+
1613
+ .cropper-disabled .cropper-drag-box,
1614
+ .cropper-disabled .cropper-face,
1615
+ .cropper-disabled .cropper-line,
1616
+ .cropper-disabled .cropper-point {
1617
+ cursor: not-allowed;
1618
+ }