@kalel1500/kalion-js 0.7.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +27 -0
  3. package/dist/app/kalion-js.es.js +5832 -0
  4. package/dist/app/kalion-js.es.js.map +1 -0
  5. package/dist/app/slimselect.css +62 -0
  6. package/dist/app/styles-old.css +2032 -0
  7. package/dist/app/styles.css +42 -0
  8. package/dist/app/sweetalert.css +1338 -0
  9. package/dist/app/tabulator.css +3861 -0
  10. package/dist/app/tailwind-config.css +61 -0
  11. package/dist/app/types/core/_types/index.d.ts +185 -0
  12. package/dist/app/types/core/application/LayoutListenersUseCase.d.ts +4 -0
  13. package/dist/app/types/core/application/index.d.ts +1 -0
  14. package/dist/app/types/core/domain/exceptions/CannotOpenModalException.d.ts +3 -0
  15. package/dist/app/types/core/domain/exceptions/CannotOpenModalWarning.d.ts +3 -0
  16. package/dist/app/types/core/domain/exceptions/InvalidValueException.d.ts +3 -0
  17. package/dist/app/types/core/domain/index.d.ts +8 -0
  18. package/dist/app/types/core/domain/objects/value-objects/EnumVo.d.ts +14 -0
  19. package/dist/app/types/core/domain/objects/value-objects/IntVo.d.ts +12 -0
  20. package/dist/app/types/core/domain/objects/value-objects/StringVo.d.ts +14 -0
  21. package/dist/app/types/core/domain/services/DomService.d.ts +7 -0
  22. package/dist/app/types/core/domain/services/Test.d.ts +4 -0
  23. package/dist/app/types/core/domain/services/ThemeSwitcher.d.ts +17 -0
  24. package/dist/app/types/core/infrastructure/index.d.ts +17 -0
  25. package/dist/app/types/core/infrastructure/utilities/components/Component.d.ts +4 -0
  26. package/dist/app/types/core/infrastructure/utilities/components/html/Btn.d.ts +6 -0
  27. package/dist/app/types/core/infrastructure/utilities/components/html/Icon.d.ts +5 -0
  28. package/dist/app/types/core/infrastructure/utilities/general/Constants.d.ts +10 -0
  29. package/dist/app/types/core/infrastructure/utilities/general/Cookie.d.ts +11 -0
  30. package/dist/app/types/core/infrastructure/utilities/general/Html.d.ts +4 -0
  31. package/dist/app/types/core/infrastructure/utilities/general/Instantiable.d.ts +5 -0
  32. package/dist/app/types/core/infrastructure/utilities/general/LDate.d.ts +30 -0
  33. package/dist/app/types/core/infrastructure/utilities/general/LStorage.d.ts +11 -0
  34. package/dist/app/types/core/infrastructure/utilities/general/Mutation.d.ts +11 -0
  35. package/dist/app/types/core/infrastructure/utilities/general/Notify.d.ts +19 -0
  36. package/dist/app/types/core/infrastructure/utilities/general/Ttable.d.ts +73 -0
  37. package/dist/app/types/core/infrastructure/utilities/general/global.d.ts +38 -0
  38. package/dist/app/types/core/infrastructure/utilities/modals/SModal.d.ts +111 -0
  39. package/dist/app/types/core/infrastructure/utilities/routing/Route.d.ts +8 -0
  40. package/dist/app/types/core/infrastructure/utilities/routing/Url.d.ts +11 -0
  41. package/dist/app/types/core/infrastructure/utilities/tests/TestConstants.d.ts +8 -0
  42. package/dist/app/types/core/infrastructure/utilities/translation/Translator.d.ts +13 -0
  43. package/dist/app/types/core/infrastructure/utilities/translation/TranslatorS.d.ts +0 -0
  44. package/dist/app/types/core/infrastructure/utilities/translation/lang/en.json.d.ts +48 -0
  45. package/dist/app/types/core/infrastructure/utilities/translation/lang/es.json.d.ts +48 -0
  46. package/dist/app/types/core/infrastructure/utilities/websockets/EchoService.d.ts +6 -0
  47. package/dist/app/types/core/infrastructure/utilities/websockets/Websocket.d.ts +23 -0
  48. package/dist/app/types/index.d.ts +5 -0
  49. package/dist/app/types/providers/UtilitiesServiceProvider.d.ts +12 -0
  50. package/dist/cli/index.js +64 -0
  51. package/dist/cli/stubs/.prettierrc +12 -0
  52. package/dist/cli/stubs/resources/css/app.css +12 -0
  53. package/dist/cli/stubs/resources/js/app/bootstrap.ts +21 -0
  54. package/dist/cli/stubs/resources/js/app/constants.ts +28 -0
  55. package/dist/cli/stubs/resources/js/app/lang/en.json +4 -0
  56. package/dist/cli/stubs/resources/js/app/lang/es.json +4 -0
  57. package/dist/cli/stubs/resources/js/app/routes.ts +6 -0
  58. package/dist/cli/stubs/resources/js/app/translations.ts +14 -0
  59. package/dist/cli/stubs/resources/js/app.ts +7 -0
  60. package/dist/cli/stubs/resources/js/src/shared/application/HomeUseCase.ts +8 -0
  61. package/dist/cli/stubs/resources/js/src/shared/infrastructure/DefaultController.ts +7 -0
  62. package/dist/cli/stubs/tsconfig.json +25 -0
  63. package/dist/cli/stubs/vite.config.ts +15 -0
  64. package/dist/plugins/tailwind/index.cjs +44 -0
  65. package/dist/plugins/tailwind/index.d.ts +5 -0
  66. package/dist/plugins/tailwind/tailwind.config.js +15 -0
  67. package/dist/plugins/vite/index.d.ts +2 -0
  68. package/dist/plugins/vite/index.js +75 -0
  69. package/package.json +86 -0
@@ -0,0 +1,1338 @@
1
+ :root {
2
+ --swal2-container-padding: 0.625em;
3
+ --swal2-backdrop: rgba(0, 0, 0, 0.4);
4
+ --swal2-width: 32em;
5
+ --swal2-padding: 0 0 1.25em;
6
+ --swal2-border: none;
7
+ --swal2-border-radius: 0.3125rem;
8
+ --swal2-background: white;
9
+ --swal2-color: #545454;
10
+ --swal2-footer-border-color: #eee;
11
+ --swal2-show-animation: swal2-show 0.3s;
12
+ --swal2-hide-animation: swal2-hide 0.15s forwards;
13
+ --swal2-input-background: transparent;
14
+ --swal2-progress-step-background: #add8e6;
15
+ --swal2-validation-message-background: #f0f0f0;
16
+ --swal2-validation-message-color: #666;
17
+ --swal2-close-button-position: initial;
18
+ --swal2-close-button-inset: auto;
19
+ --swal2-close-button-font-size: 2.5em;
20
+ --swal2-close-button-color: #ccc;
21
+ }
22
+
23
+ [data-swal2-theme=dark] {
24
+ --swal2-dark-theme-black: #19191a;
25
+ --swal2-dark-theme-white: #e1e1e1;
26
+ --swal2-background: var(--swal2-dark-theme-black);
27
+ --swal2-color: var(--swal2-dark-theme-white);
28
+ --swal2-footer-border-color: #555;
29
+ --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
30
+ --swal2-validation-message-background: color-mix(
31
+ in srgb,
32
+ var(--swal2-dark-theme-black),
33
+ var(--swal2-dark-theme-white) 10%
34
+ );
35
+ --swal2-validation-message-color: var(--swal2-dark-theme-white);
36
+ }
37
+
38
+ @media (prefers-color-scheme: dark) {
39
+ [data-swal2-theme=auto] {
40
+ --swal2-dark-theme-black: #19191a;
41
+ --swal2-dark-theme-white: #e1e1e1;
42
+ --swal2-background: var(--swal2-dark-theme-black);
43
+ --swal2-color: var(--swal2-dark-theme-white);
44
+ --swal2-footer-border-color: #555;
45
+ --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
46
+ --swal2-validation-message-background: color-mix(
47
+ in srgb,
48
+ var(--swal2-dark-theme-black),
49
+ var(--swal2-dark-theme-white) 10%
50
+ );
51
+ --swal2-validation-message-color: var(--swal2-dark-theme-white);
52
+ }
53
+ }
54
+
55
+ body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
56
+ overflow: hidden;
57
+ }
58
+
59
+ body.swal2-height-auto {
60
+ height: auto !important;
61
+ }
62
+
63
+ body.swal2-no-backdrop .swal2-container {
64
+ background-color: transparent !important;
65
+ pointer-events: none;
66
+ }
67
+
68
+ body.swal2-no-backdrop .swal2-container .swal2-popup {
69
+ pointer-events: all;
70
+ }
71
+
72
+ body.swal2-no-backdrop .swal2-container .swal2-modal {
73
+ box-shadow: 0 0 10px var(--swal2-backdrop);
74
+ }
75
+
76
+ body.swal2-toast-shown .swal2-container {
77
+ box-sizing: border-box;
78
+ width: 360px;
79
+ max-width: 100%;
80
+ background-color: transparent;
81
+ pointer-events: none;
82
+ }
83
+
84
+ body.swal2-toast-shown .swal2-container.swal2-top {
85
+ inset: 0 auto auto 50%;
86
+ transform: translateX(-50%);
87
+ }
88
+
89
+ body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
90
+ inset: 0 0 auto auto;
91
+ }
92
+
93
+ body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
94
+ inset: 0 auto auto 0;
95
+ }
96
+
97
+ body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
98
+ inset: 50% auto auto 0;
99
+ transform: translateY(-50%);
100
+ }
101
+
102
+ body.swal2-toast-shown .swal2-container.swal2-center {
103
+ inset: 50% auto auto 50%;
104
+ transform: translate(-50%, -50%);
105
+ }
106
+
107
+ body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
108
+ inset: 50% 0 auto auto;
109
+ transform: translateY(-50%);
110
+ }
111
+
112
+ body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
113
+ inset: auto auto 0 0;
114
+ }
115
+
116
+ body.swal2-toast-shown .swal2-container.swal2-bottom {
117
+ inset: auto auto 0 50%;
118
+ transform: translateX(-50%);
119
+ }
120
+
121
+ body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
122
+ inset: auto 0 0 auto;
123
+ }
124
+
125
+ @media print {
126
+ body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
127
+ overflow-y: scroll !important;
128
+ }
129
+ body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
130
+ display: none;
131
+ }
132
+ body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
133
+ position: static !important;
134
+ }
135
+ }
136
+
137
+ div:where(.swal2-container) {
138
+ display: grid;
139
+ position: fixed;
140
+ z-index: 1060;
141
+ inset: 0;
142
+ box-sizing: border-box;
143
+ grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
144
+ grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
145
+ height: 100%;
146
+ padding: var(--swal2-container-padding);
147
+ overflow-x: hidden;
148
+ transition: background-color 0.1s;
149
+ -webkit-overflow-scrolling: touch;
150
+ }
151
+
152
+ div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
153
+ background: var(--swal2-backdrop);
154
+ }
155
+
156
+ div:where(.swal2-container).swal2-backdrop-hide {
157
+ background: transparent !important;
158
+ }
159
+
160
+ div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
161
+ grid-template-columns: minmax(0, 1fr) auto auto;
162
+ }
163
+
164
+ div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
165
+ grid-template-columns: auto minmax(0, 1fr) auto;
166
+ }
167
+
168
+ div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
169
+ grid-template-columns: auto auto minmax(0, 1fr);
170
+ }
171
+
172
+ div:where(.swal2-container).swal2-top-start > .swal2-popup {
173
+ align-self: start;
174
+ }
175
+
176
+ div:where(.swal2-container).swal2-top > .swal2-popup {
177
+ grid-column: 2;
178
+ place-self: start center;
179
+ }
180
+
181
+ div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
182
+ grid-column: 3;
183
+ place-self: start end;
184
+ }
185
+
186
+ div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
187
+ grid-row: 2;
188
+ align-self: center;
189
+ }
190
+
191
+ div:where(.swal2-container).swal2-center > .swal2-popup {
192
+ grid-column: 2;
193
+ grid-row: 2;
194
+ place-self: center center;
195
+ }
196
+
197
+ div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
198
+ grid-column: 3;
199
+ grid-row: 2;
200
+ place-self: center end;
201
+ }
202
+
203
+ div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
204
+ grid-column: 1;
205
+ grid-row: 3;
206
+ align-self: end;
207
+ }
208
+
209
+ div:where(.swal2-container).swal2-bottom > .swal2-popup {
210
+ grid-column: 2;
211
+ grid-row: 3;
212
+ place-self: end center;
213
+ }
214
+
215
+ div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
216
+ grid-column: 3;
217
+ grid-row: 3;
218
+ place-self: end end;
219
+ }
220
+
221
+ div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
222
+ grid-column: 1/4;
223
+ width: 100%;
224
+ }
225
+
226
+ div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
227
+ grid-row: 1/4;
228
+ align-self: stretch;
229
+ }
230
+
231
+ div:where(.swal2-container).swal2-no-transition {
232
+ transition: none !important;
233
+ }
234
+
235
+ div:where(.swal2-container) div:where(.swal2-popup) {
236
+ display: none;
237
+ position: relative;
238
+ box-sizing: border-box;
239
+ grid-template-columns: minmax(0, 100%);
240
+ width: var(--swal2-width);
241
+ max-width: 100%;
242
+ padding: var(--swal2-padding);
243
+ border: var(--swal2-border);
244
+ border-radius: var(--swal2-border-radius);
245
+ background: var(--swal2-background);
246
+ color: var(--swal2-color);
247
+ font-family: inherit;
248
+ font-size: 1rem;
249
+ }
250
+
251
+ div:where(.swal2-container) div:where(.swal2-popup):focus {
252
+ outline: none;
253
+ }
254
+
255
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
256
+ overflow-y: hidden;
257
+ }
258
+
259
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
260
+ cursor: grab;
261
+ }
262
+
263
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
264
+ cursor: grab;
265
+ }
266
+
267
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
268
+ cursor: grabbing;
269
+ }
270
+
271
+ div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
272
+ cursor: grabbing;
273
+ }
274
+
275
+ div:where(.swal2-container) h2:where(.swal2-title) {
276
+ position: relative;
277
+ max-width: 100%;
278
+ margin: 0;
279
+ padding: 0.8em 1em 0;
280
+ color: inherit;
281
+ font-size: 1.875em;
282
+ font-weight: 600;
283
+ text-align: center;
284
+ text-transform: none;
285
+ word-wrap: break-word;
286
+ cursor: initial;
287
+ }
288
+
289
+ div:where(.swal2-container) div:where(.swal2-actions) {
290
+ display: flex;
291
+ z-index: 1;
292
+ box-sizing: border-box;
293
+ flex-wrap: wrap;
294
+ align-items: center;
295
+ justify-content: center;
296
+ width: auto;
297
+ margin: 1.25em auto 0;
298
+ padding: 0;
299
+ }
300
+
301
+ div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
302
+ opacity: 0.4;
303
+ }
304
+
305
+ div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
306
+ background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
307
+ }
308
+
309
+ div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
310
+ background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
311
+ }
312
+
313
+ div:where(.swal2-container) div:where(.swal2-loader) {
314
+ display: none;
315
+ align-items: center;
316
+ justify-content: center;
317
+ width: 2.2em;
318
+ height: 2.2em;
319
+ margin: 0 1.875em;
320
+ animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
321
+ border-width: 0.25em;
322
+ border-style: solid;
323
+ border-radius: 100%;
324
+ border-color: #2778c4 transparent #2778c4 transparent;
325
+ }
326
+
327
+ div:where(.swal2-container) button:where(.swal2-styled) {
328
+ margin: 0.3125em;
329
+ padding: 0.625em 1.1em;
330
+ transition: box-shadow 0.1s;
331
+ box-shadow: 0 0 0 3px transparent;
332
+ font-weight: 500;
333
+ }
334
+
335
+ div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
336
+ cursor: pointer;
337
+ }
338
+
339
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
340
+ border: 0;
341
+ border-radius: 0.25em;
342
+ background: initial;
343
+ background-color: #7066e0;
344
+ color: #fff;
345
+ font-size: 1em;
346
+ }
347
+
348
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
349
+ box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
350
+ }
351
+
352
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
353
+ border: 0;
354
+ border-radius: 0.25em;
355
+ background: initial;
356
+ background-color: #dc3741;
357
+ color: #fff;
358
+ font-size: 1em;
359
+ }
360
+
361
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
362
+ box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
363
+ }
364
+
365
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
366
+ border: 0;
367
+ border-radius: 0.25em;
368
+ background: initial;
369
+ background-color: #6e7881;
370
+ color: #fff;
371
+ font-size: 1em;
372
+ }
373
+
374
+ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
375
+ box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
376
+ }
377
+
378
+ div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
379
+ box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
380
+ }
381
+
382
+ div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
383
+ outline: none;
384
+ }
385
+
386
+ div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
387
+ border: 0;
388
+ }
389
+
390
+ div:where(.swal2-container) div:where(.swal2-footer) {
391
+ margin: 1em 0 0;
392
+ padding: 1em 1em 0;
393
+ border-top: 1px solid var(--swal2-footer-border-color);
394
+ color: inherit;
395
+ font-size: 1em;
396
+ text-align: center;
397
+ cursor: initial;
398
+ }
399
+
400
+ div:where(.swal2-container) .swal2-timer-progress-bar-container {
401
+ position: absolute;
402
+ right: 0;
403
+ bottom: 0;
404
+ left: 0;
405
+ grid-column: auto !important;
406
+ overflow: hidden;
407
+ border-bottom-right-radius: var(--swal2-border-radius);
408
+ border-bottom-left-radius: var(--swal2-border-radius);
409
+ }
410
+
411
+ div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
412
+ width: 100%;
413
+ height: 0.25em;
414
+ background: rgba(0, 0, 0, 0.2);
415
+ }
416
+
417
+ div:where(.swal2-container) img:where(.swal2-image) {
418
+ max-width: 100%;
419
+ margin: 2em auto 1em;
420
+ cursor: initial;
421
+ }
422
+
423
+ div:where(.swal2-container) button:where(.swal2-close) {
424
+ position: var(--swal2-close-button-position);
425
+ inset: var(--swal2-close-button-inset);
426
+ z-index: 2;
427
+ align-items: center;
428
+ justify-content: center;
429
+ width: 1.2em;
430
+ height: 1.2em;
431
+ margin-top: 0;
432
+ margin-right: 0;
433
+ margin-bottom: -1.2em;
434
+ padding: 0;
435
+ overflow: hidden;
436
+ transition: color 0.1s, box-shadow 0.1s;
437
+ border: none;
438
+ border-radius: var(--swal2-border-radius);
439
+ background: transparent;
440
+ color: var(--swal2-close-button-color);
441
+ font-family: monospace;
442
+ font-size: var(--swal2-close-button-font-size);
443
+ cursor: pointer;
444
+ justify-self: end;
445
+ }
446
+
447
+ div:where(.swal2-container) button:where(.swal2-close):hover {
448
+ transform: none;
449
+ background: transparent;
450
+ color: #f27474;
451
+ }
452
+
453
+ div:where(.swal2-container) button:where(.swal2-close):focus-visible {
454
+ outline: none;
455
+ box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
456
+ }
457
+
458
+ div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
459
+ border: 0;
460
+ }
461
+
462
+ div:where(.swal2-container) div:where(.swal2-html-container) {
463
+ z-index: 1;
464
+ justify-content: center;
465
+ margin: 0;
466
+ padding: 1em 1.6em 0.3em;
467
+ overflow: auto;
468
+ color: inherit;
469
+ font-size: 1.125em;
470
+ font-weight: normal;
471
+ line-height: normal;
472
+ text-align: center;
473
+ word-wrap: break-word;
474
+ word-break: break-word;
475
+ cursor: initial;
476
+ }
477
+
478
+ div:where(.swal2-container) input:where(.swal2-input),
479
+ div:where(.swal2-container) input:where(.swal2-file),
480
+ div:where(.swal2-container) textarea:where(.swal2-textarea),
481
+ div:where(.swal2-container) select:where(.swal2-select),
482
+ div:where(.swal2-container) div:where(.swal2-radio),
483
+ div:where(.swal2-container) label:where(.swal2-checkbox) {
484
+ margin: 1em 2em 3px;
485
+ }
486
+
487
+ div:where(.swal2-container) input:where(.swal2-input),
488
+ div:where(.swal2-container) input:where(.swal2-file),
489
+ div:where(.swal2-container) textarea:where(.swal2-textarea) {
490
+ box-sizing: border-box;
491
+ width: auto;
492
+ transition: border-color 0.1s, box-shadow 0.1s;
493
+ border: 1px solid #d9d9d9;
494
+ border-radius: 0.1875em;
495
+ background: var(--swal2-input-background);
496
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
497
+ color: inherit;
498
+ font-size: 1.125em;
499
+ }
500
+
501
+ div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
502
+ div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
503
+ div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
504
+ border-color: #f27474 !important;
505
+ box-shadow: 0 0 2px #f27474 !important;
506
+ }
507
+
508
+ div:where(.swal2-container) input:where(.swal2-input):focus,
509
+ div:where(.swal2-container) input:where(.swal2-file):focus,
510
+ div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
511
+ border: 1px solid #b4dbed;
512
+ outline: none;
513
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
514
+ }
515
+
516
+ div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder, div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder {
517
+ color: #ccc;
518
+ }
519
+
520
+ div:where(.swal2-container) input:where(.swal2-input)::placeholder,
521
+ div:where(.swal2-container) input:where(.swal2-file)::placeholder,
522
+ div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
523
+ color: #ccc;
524
+ }
525
+
526
+ div:where(.swal2-container) .swal2-range {
527
+ margin: 1em 2em 3px;
528
+ background: var(--swal2-background);
529
+ }
530
+
531
+ div:where(.swal2-container) .swal2-range input {
532
+ width: 80%;
533
+ }
534
+
535
+ div:where(.swal2-container) .swal2-range output {
536
+ width: 20%;
537
+ color: inherit;
538
+ font-weight: 600;
539
+ text-align: center;
540
+ }
541
+
542
+ div:where(.swal2-container) .swal2-range input,
543
+ div:where(.swal2-container) .swal2-range output {
544
+ height: 2.625em;
545
+ padding: 0;
546
+ font-size: 1.125em;
547
+ line-height: 2.625em;
548
+ }
549
+
550
+ div:where(.swal2-container) .swal2-input {
551
+ height: 2.625em;
552
+ padding: 0 0.75em;
553
+ }
554
+
555
+ div:where(.swal2-container) .swal2-file {
556
+ width: 75%;
557
+ margin-right: auto;
558
+ margin-left: auto;
559
+ background: var(--swal2-input-background);
560
+ font-size: 1.125em;
561
+ }
562
+
563
+ div:where(.swal2-container) .swal2-textarea {
564
+ height: 6.75em;
565
+ padding: 0.75em;
566
+ }
567
+
568
+ div:where(.swal2-container) .swal2-select {
569
+ min-width: 50%;
570
+ max-width: 100%;
571
+ padding: 0.375em 0.625em;
572
+ background: var(--swal2-input-background);
573
+ color: inherit;
574
+ font-size: 1.125em;
575
+ }
576
+
577
+ div:where(.swal2-container) .swal2-radio,
578
+ div:where(.swal2-container) .swal2-checkbox {
579
+ align-items: center;
580
+ justify-content: center;
581
+ background: var(--swal2-background);
582
+ color: inherit;
583
+ }
584
+
585
+ div:where(.swal2-container) .swal2-radio label,
586
+ div:where(.swal2-container) .swal2-checkbox label {
587
+ margin: 0 0.6em;
588
+ font-size: 1.125em;
589
+ }
590
+
591
+ div:where(.swal2-container) .swal2-radio input,
592
+ div:where(.swal2-container) .swal2-checkbox input {
593
+ flex-shrink: 0;
594
+ margin: 0 0.4em;
595
+ }
596
+
597
+ div:where(.swal2-container) label:where(.swal2-input-label) {
598
+ display: flex;
599
+ justify-content: center;
600
+ margin: 1em auto 0;
601
+ }
602
+
603
+ div:where(.swal2-container) div:where(.swal2-validation-message) {
604
+ align-items: center;
605
+ justify-content: center;
606
+ margin: 1em 0 0;
607
+ padding: 0.625em;
608
+ overflow: hidden;
609
+ background: var(--swal2-validation-message-background);
610
+ color: var(--swal2-validation-message-color);
611
+ font-size: 1em;
612
+ font-weight: 300;
613
+ }
614
+
615
+ div:where(.swal2-container) div:where(.swal2-validation-message)::before {
616
+ content: "!";
617
+ display: inline-block;
618
+ width: 1.5em;
619
+ min-width: 1.5em;
620
+ height: 1.5em;
621
+ margin: 0 0.625em;
622
+ border-radius: 50%;
623
+ background-color: #f27474;
624
+ color: #fff;
625
+ font-weight: 600;
626
+ line-height: 1.5em;
627
+ text-align: center;
628
+ }
629
+
630
+ div:where(.swal2-container) .swal2-progress-steps {
631
+ flex-wrap: wrap;
632
+ align-items: center;
633
+ max-width: 100%;
634
+ margin: 1.25em auto;
635
+ padding: 0;
636
+ background: transparent;
637
+ font-weight: 600;
638
+ }
639
+
640
+ div:where(.swal2-container) .swal2-progress-steps li {
641
+ display: inline-block;
642
+ position: relative;
643
+ }
644
+
645
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
646
+ z-index: 20;
647
+ flex-shrink: 0;
648
+ width: 2em;
649
+ height: 2em;
650
+ border-radius: 2em;
651
+ background: #2778c4;
652
+ color: #fff;
653
+ line-height: 2em;
654
+ text-align: center;
655
+ }
656
+
657
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
658
+ background: #2778c4;
659
+ }
660
+
661
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
662
+ background: var(--swal2-progress-step-background);
663
+ color: #fff;
664
+ }
665
+
666
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
667
+ background: var(--swal2-progress-step-background);
668
+ }
669
+
670
+ div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
671
+ z-index: 10;
672
+ flex-shrink: 0;
673
+ width: 2.5em;
674
+ height: 0.4em;
675
+ margin: 0 -1px;
676
+ background: #2778c4;
677
+ }
678
+
679
+ div:where(.swal2-icon) {
680
+ position: relative;
681
+ box-sizing: content-box;
682
+ justify-content: center;
683
+ width: 5em;
684
+ height: 5em;
685
+ margin: 2.5em auto 0.6em;
686
+ border: 0.25em solid transparent;
687
+ border-radius: 50%;
688
+ border-color: #000;
689
+ font-family: inherit;
690
+ line-height: 5em;
691
+ cursor: default;
692
+ -webkit-user-select: none;
693
+ -moz-user-select: none;
694
+ user-select: none;
695
+ }
696
+
697
+ div:where(.swal2-icon) .swal2-icon-content {
698
+ display: flex;
699
+ align-items: center;
700
+ font-size: 3.75em;
701
+ }
702
+
703
+ div:where(.swal2-icon).swal2-error {
704
+ border-color: #f27474;
705
+ color: #f27474;
706
+ }
707
+
708
+ div:where(.swal2-icon).swal2-error .swal2-x-mark {
709
+ position: relative;
710
+ flex-grow: 1;
711
+ }
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: #f27474;
721
+ }
722
+
723
+ div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
724
+ left: 1.0625em;
725
+ transform: rotate(45deg);
726
+ }
727
+
728
+ div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
729
+ right: 1em;
730
+ transform: rotate(-45deg);
731
+ }
732
+
733
+ div:where(.swal2-icon).swal2-error.swal2-icon-show {
734
+ animation: swal2-animate-error-icon 0.5s;
735
+ }
736
+
737
+ div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
738
+ animation: swal2-animate-error-x-mark 0.5s;
739
+ }
740
+
741
+ div:where(.swal2-icon).swal2-warning {
742
+ border-color: #f8bb86;
743
+ color: #f8bb86;
744
+ }
745
+
746
+ div:where(.swal2-icon).swal2-warning.swal2-icon-show {
747
+ animation: swal2-animate-error-icon 0.5s;
748
+ }
749
+
750
+ div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
751
+ animation: swal2-animate-i-mark 0.5s;
752
+ }
753
+
754
+ div:where(.swal2-icon).swal2-info {
755
+ border-color: #3fc3ee;
756
+ color: #3fc3ee;
757
+ }
758
+
759
+ div:where(.swal2-icon).swal2-info.swal2-icon-show {
760
+ animation: swal2-animate-error-icon 0.5s;
761
+ }
762
+
763
+ div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
764
+ animation: swal2-animate-i-mark 0.8s;
765
+ }
766
+
767
+ div:where(.swal2-icon).swal2-question {
768
+ border-color: #87adbd;
769
+ color: #87adbd;
770
+ }
771
+
772
+ div:where(.swal2-icon).swal2-question.swal2-icon-show {
773
+ animation: swal2-animate-error-icon 0.5s;
774
+ }
775
+
776
+ div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
777
+ animation: swal2-animate-question-mark 0.8s;
778
+ }
779
+
780
+ div:where(.swal2-icon).swal2-success {
781
+ border-color: #a5dc86;
782
+ color: #a5dc86;
783
+ }
784
+
785
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
786
+ position: absolute;
787
+ width: 3.75em;
788
+ height: 7.5em;
789
+ border-radius: 50%;
790
+ }
791
+
792
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
793
+ top: -0.4375em;
794
+ left: -2.0635em;
795
+ transform: rotate(-45deg);
796
+ transform-origin: 3.75em 3.75em;
797
+ border-radius: 7.5em 0 0 7.5em;
798
+ }
799
+
800
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
801
+ top: -0.6875em;
802
+ left: 1.875em;
803
+ transform: rotate(-45deg);
804
+ transform-origin: 0 3.75em;
805
+ border-radius: 0 7.5em 7.5em 0;
806
+ }
807
+
808
+ div:where(.swal2-icon).swal2-success .swal2-success-ring {
809
+ position: absolute;
810
+ z-index: 2;
811
+ top: -0.25em;
812
+ left: -0.25em;
813
+ box-sizing: content-box;
814
+ width: 100%;
815
+ height: 100%;
816
+ border: 0.25em solid rgba(165, 220, 134, 0.3);
817
+ border-radius: 50%;
818
+ }
819
+
820
+ div:where(.swal2-icon).swal2-success .swal2-success-fix {
821
+ position: absolute;
822
+ z-index: 1;
823
+ top: 0.5em;
824
+ left: 1.625em;
825
+ width: 0.4375em;
826
+ height: 5.625em;
827
+ transform: rotate(-45deg);
828
+ }
829
+
830
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
831
+ display: block;
832
+ position: absolute;
833
+ z-index: 2;
834
+ height: 0.3125em;
835
+ border-radius: 0.125em;
836
+ background-color: #a5dc86;
837
+ }
838
+
839
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
840
+ top: 2.875em;
841
+ left: 0.8125em;
842
+ width: 1.5625em;
843
+ transform: rotate(45deg);
844
+ }
845
+
846
+ div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
847
+ top: 2.375em;
848
+ right: 0.5em;
849
+ width: 2.9375em;
850
+ transform: rotate(-45deg);
851
+ }
852
+
853
+ div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
854
+ animation: swal2-animate-success-line-tip 0.75s;
855
+ }
856
+
857
+ div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
858
+ animation: swal2-animate-success-line-long 0.75s;
859
+ }
860
+
861
+ div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
862
+ animation: swal2-rotate-success-circular-line 4.25s ease-in;
863
+ }
864
+
865
+ [class^=swal2] {
866
+ -webkit-tap-highlight-color: transparent;
867
+ }
868
+
869
+ .swal2-show {
870
+ animation: var(--swal2-show-animation);
871
+ }
872
+
873
+ .swal2-hide {
874
+ animation: var(--swal2-hide-animation);
875
+ }
876
+
877
+ .swal2-noanimation {
878
+ transition: none;
879
+ }
880
+
881
+ .swal2-scrollbar-measure {
882
+ position: absolute;
883
+ top: -9999px;
884
+ width: 50px;
885
+ height: 50px;
886
+ overflow: scroll;
887
+ }
888
+
889
+ .swal2-rtl .swal2-close {
890
+ margin-right: initial;
891
+ margin-left: 0;
892
+ }
893
+
894
+ .swal2-rtl .swal2-timer-progress-bar {
895
+ right: 0;
896
+ left: auto;
897
+ }
898
+
899
+ .swal2-toast {
900
+ box-sizing: border-box;
901
+ grid-column: 1/4 !important;
902
+ grid-row: 1/4 !important;
903
+ grid-template-columns: min-content auto min-content;
904
+ padding: 1em;
905
+ overflow-y: hidden;
906
+ background: var(--swal2-background);
907
+ box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
908
+ pointer-events: all;
909
+ }
910
+
911
+ .swal2-toast > * {
912
+ grid-column: 2;
913
+ }
914
+
915
+ .swal2-toast h2:where(.swal2-title) {
916
+ margin: 0.5em 1em;
917
+ padding: 0;
918
+ font-size: 1em;
919
+ text-align: initial;
920
+ }
921
+
922
+ .swal2-toast .swal2-loading {
923
+ justify-content: center;
924
+ }
925
+
926
+ .swal2-toast input:where(.swal2-input) {
927
+ height: 2em;
928
+ margin: 0.5em;
929
+ font-size: 1em;
930
+ }
931
+
932
+ .swal2-toast .swal2-validation-message {
933
+ font-size: 1em;
934
+ }
935
+
936
+ .swal2-toast div:where(.swal2-footer) {
937
+ margin: 0.5em 0 0;
938
+ padding: 0.5em 0 0;
939
+ font-size: 0.8em;
940
+ }
941
+
942
+ .swal2-toast button:where(.swal2-close) {
943
+ grid-column: 3/3;
944
+ grid-row: 1/99;
945
+ align-self: center;
946
+ width: 0.8em;
947
+ height: 0.8em;
948
+ margin: 0;
949
+ font-size: 2em;
950
+ }
951
+
952
+ .swal2-toast div:where(.swal2-html-container) {
953
+ margin: 0.5em 1em;
954
+ padding: 0;
955
+ overflow: initial;
956
+ font-size: 1em;
957
+ text-align: initial;
958
+ }
959
+
960
+ .swal2-toast div:where(.swal2-html-container):empty {
961
+ padding: 0;
962
+ }
963
+
964
+ .swal2-toast .swal2-loader {
965
+ grid-column: 1;
966
+ grid-row: 1/99;
967
+ align-self: center;
968
+ width: 2em;
969
+ height: 2em;
970
+ margin: 0.25em;
971
+ }
972
+
973
+ .swal2-toast .swal2-icon {
974
+ grid-column: 1;
975
+ grid-row: 1/99;
976
+ align-self: center;
977
+ width: 2em;
978
+ min-width: 2em;
979
+ height: 2em;
980
+ margin: 0 0.5em 0 0;
981
+ }
982
+
983
+ .swal2-toast .swal2-icon .swal2-icon-content {
984
+ display: flex;
985
+ align-items: center;
986
+ font-size: 1.8em;
987
+ font-weight: bold;
988
+ }
989
+
990
+ .swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
991
+ width: 2em;
992
+ height: 2em;
993
+ }
994
+
995
+ .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
996
+ top: 0.875em;
997
+ width: 1.375em;
998
+ }
999
+
1000
+ .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
1001
+ left: 0.3125em;
1002
+ }
1003
+
1004
+ .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
1005
+ right: 0.3125em;
1006
+ }
1007
+
1008
+ .swal2-toast div:where(.swal2-actions) {
1009
+ justify-content: flex-start;
1010
+ height: auto;
1011
+ margin: 0;
1012
+ margin-top: 0.5em;
1013
+ padding: 0 0.5em;
1014
+ }
1015
+
1016
+ .swal2-toast button:where(.swal2-styled) {
1017
+ margin: 0.25em 0.5em;
1018
+ padding: 0.4em 0.6em;
1019
+ font-size: 1em;
1020
+ }
1021
+
1022
+ .swal2-toast .swal2-success {
1023
+ border-color: #a5dc86;
1024
+ }
1025
+
1026
+ .swal2-toast .swal2-success [class^=swal2-success-circular-line] {
1027
+ position: absolute;
1028
+ width: 1.6em;
1029
+ height: 3em;
1030
+ border-radius: 50%;
1031
+ }
1032
+
1033
+ .swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
1034
+ top: -0.8em;
1035
+ left: -0.5em;
1036
+ transform: rotate(-45deg);
1037
+ transform-origin: 2em 2em;
1038
+ border-radius: 4em 0 0 4em;
1039
+ }
1040
+
1041
+ .swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
1042
+ top: -0.25em;
1043
+ left: 0.9375em;
1044
+ transform-origin: 0 1.5em;
1045
+ border-radius: 0 4em 4em 0;
1046
+ }
1047
+
1048
+ .swal2-toast .swal2-success .swal2-success-ring {
1049
+ width: 2em;
1050
+ height: 2em;
1051
+ }
1052
+
1053
+ .swal2-toast .swal2-success .swal2-success-fix {
1054
+ top: 0;
1055
+ left: 0.4375em;
1056
+ width: 0.4375em;
1057
+ height: 2.6875em;
1058
+ }
1059
+
1060
+ .swal2-toast .swal2-success [class^=swal2-success-line] {
1061
+ height: 0.3125em;
1062
+ }
1063
+
1064
+ .swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
1065
+ top: 1.125em;
1066
+ left: 0.1875em;
1067
+ width: 0.75em;
1068
+ }
1069
+
1070
+ .swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
1071
+ top: 0.9375em;
1072
+ right: 0.1875em;
1073
+ width: 1.375em;
1074
+ }
1075
+
1076
+ .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
1077
+ animation: swal2-toast-animate-success-line-tip 0.75s;
1078
+ }
1079
+
1080
+ .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
1081
+ animation: swal2-toast-animate-success-line-long 0.75s;
1082
+ }
1083
+
1084
+ .swal2-toast.swal2-show {
1085
+ animation: swal2-toast-show 0.5s;
1086
+ }
1087
+
1088
+ .swal2-toast.swal2-hide {
1089
+ animation: swal2-toast-hide 0.1s forwards;
1090
+ }
1091
+
1092
+ @keyframes swal2-show {
1093
+ 0% {
1094
+ transform: scale(0.7);
1095
+ }
1096
+ 45% {
1097
+ transform: scale(1.05);
1098
+ }
1099
+ 80% {
1100
+ transform: scale(0.95);
1101
+ }
1102
+ 100% {
1103
+ transform: scale(1);
1104
+ }
1105
+ }
1106
+
1107
+ @keyframes swal2-hide {
1108
+ 0% {
1109
+ transform: scale(1);
1110
+ opacity: 1;
1111
+ }
1112
+ 100% {
1113
+ transform: scale(0.5);
1114
+ opacity: 0;
1115
+ }
1116
+ }
1117
+
1118
+ @keyframes swal2-animate-success-line-tip {
1119
+ 0% {
1120
+ top: 1.1875em;
1121
+ left: 0.0625em;
1122
+ width: 0;
1123
+ }
1124
+ 54% {
1125
+ top: 1.0625em;
1126
+ left: 0.125em;
1127
+ width: 0;
1128
+ }
1129
+ 70% {
1130
+ top: 2.1875em;
1131
+ left: -0.375em;
1132
+ width: 3.125em;
1133
+ }
1134
+ 84% {
1135
+ top: 3em;
1136
+ left: 1.3125em;
1137
+ width: 1.0625em;
1138
+ }
1139
+ 100% {
1140
+ top: 2.8125em;
1141
+ left: 0.8125em;
1142
+ width: 1.5625em;
1143
+ }
1144
+ }
1145
+
1146
+ @keyframes swal2-animate-success-line-long {
1147
+ 0% {
1148
+ top: 3.375em;
1149
+ right: 2.875em;
1150
+ width: 0;
1151
+ }
1152
+ 65% {
1153
+ top: 3.375em;
1154
+ right: 2.875em;
1155
+ width: 0;
1156
+ }
1157
+ 84% {
1158
+ top: 2.1875em;
1159
+ right: 0;
1160
+ width: 3.4375em;
1161
+ }
1162
+ 100% {
1163
+ top: 2.375em;
1164
+ right: 0.5em;
1165
+ width: 2.9375em;
1166
+ }
1167
+ }
1168
+
1169
+ @keyframes swal2-rotate-success-circular-line {
1170
+ 0% {
1171
+ transform: rotate(-45deg);
1172
+ }
1173
+ 5% {
1174
+ transform: rotate(-45deg);
1175
+ }
1176
+ 12% {
1177
+ transform: rotate(-405deg);
1178
+ }
1179
+ 100% {
1180
+ transform: rotate(-405deg);
1181
+ }
1182
+ }
1183
+
1184
+ @keyframes swal2-animate-error-x-mark {
1185
+ 0% {
1186
+ margin-top: 1.625em;
1187
+ transform: scale(0.4);
1188
+ opacity: 0;
1189
+ }
1190
+ 50% {
1191
+ margin-top: 1.625em;
1192
+ transform: scale(0.4);
1193
+ opacity: 0;
1194
+ }
1195
+ 80% {
1196
+ margin-top: -0.375em;
1197
+ transform: scale(1.15);
1198
+ }
1199
+ 100% {
1200
+ margin-top: 0;
1201
+ transform: scale(1);
1202
+ opacity: 1;
1203
+ }
1204
+ }
1205
+
1206
+ @keyframes swal2-animate-error-icon {
1207
+ 0% {
1208
+ transform: rotateX(100deg);
1209
+ opacity: 0;
1210
+ }
1211
+ 100% {
1212
+ transform: rotateX(0deg);
1213
+ opacity: 1;
1214
+ }
1215
+ }
1216
+
1217
+ @keyframes swal2-rotate-loading {
1218
+ 0% {
1219
+ transform: rotate(0deg);
1220
+ }
1221
+ 100% {
1222
+ transform: rotate(360deg);
1223
+ }
1224
+ }
1225
+
1226
+ @keyframes swal2-animate-question-mark {
1227
+ 0% {
1228
+ transform: rotateY(-360deg);
1229
+ }
1230
+ 100% {
1231
+ transform: rotateY(0);
1232
+ }
1233
+ }
1234
+
1235
+ @keyframes swal2-animate-i-mark {
1236
+ 0% {
1237
+ transform: rotateZ(45deg);
1238
+ opacity: 0;
1239
+ }
1240
+ 25% {
1241
+ transform: rotateZ(-25deg);
1242
+ opacity: 0.4;
1243
+ }
1244
+ 50% {
1245
+ transform: rotateZ(15deg);
1246
+ opacity: 0.8;
1247
+ }
1248
+ 75% {
1249
+ transform: rotateZ(-5deg);
1250
+ opacity: 1;
1251
+ }
1252
+ 100% {
1253
+ transform: rotateX(0);
1254
+ opacity: 1;
1255
+ }
1256
+ }
1257
+
1258
+ @keyframes swal2-toast-show {
1259
+ 0% {
1260
+ transform: translateY(-0.625em) rotateZ(2deg);
1261
+ }
1262
+ 33% {
1263
+ transform: translateY(0) rotateZ(-2deg);
1264
+ }
1265
+ 66% {
1266
+ transform: translateY(0.3125em) rotateZ(2deg);
1267
+ }
1268
+ 100% {
1269
+ transform: translateY(0) rotateZ(0deg);
1270
+ }
1271
+ }
1272
+
1273
+ @keyframes swal2-toast-hide {
1274
+ 100% {
1275
+ transform: rotateZ(1deg);
1276
+ opacity: 0;
1277
+ }
1278
+ }
1279
+
1280
+ @keyframes swal2-toast-animate-success-line-tip {
1281
+ 0% {
1282
+ top: 0.5625em;
1283
+ left: 0.0625em;
1284
+ width: 0;
1285
+ }
1286
+ 54% {
1287
+ top: 0.125em;
1288
+ left: 0.125em;
1289
+ width: 0;
1290
+ }
1291
+ 70% {
1292
+ top: 0.625em;
1293
+ left: -0.25em;
1294
+ width: 1.625em;
1295
+ }
1296
+ 84% {
1297
+ top: 1.0625em;
1298
+ left: 0.75em;
1299
+ width: 0.5em;
1300
+ }
1301
+ 100% {
1302
+ top: 1.125em;
1303
+ left: 0.1875em;
1304
+ width: 0.75em;
1305
+ }
1306
+ }
1307
+
1308
+ @keyframes swal2-toast-animate-success-line-long {
1309
+ 0% {
1310
+ top: 1.625em;
1311
+ right: 1.375em;
1312
+ width: 0;
1313
+ }
1314
+ 65% {
1315
+ top: 1.25em;
1316
+ right: 0.9375em;
1317
+ width: 0;
1318
+ }
1319
+ 84% {
1320
+ top: 0.9375em;
1321
+ right: 0;
1322
+ width: 1.125em;
1323
+ }
1324
+ 100% {
1325
+ top: 0.9375em;
1326
+ right: 0.1875em;
1327
+ width: 1.375em;
1328
+ }
1329
+ }
1330
+
1331
+ div:where(.swal2-container) button:where(.swal2-close):focus {
1332
+ box-shadow: none !important;
1333
+ }
1334
+
1335
+ .dark div:where(.swal2-container) div:where(.swal2-popup) {
1336
+ background: #111827;
1337
+ color: #fff;
1338
+ }