@bagelink/vue 0.0.1004 → 0.0.1008

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 (37) hide show
  1. package/dist/components/BglVideo.vue.d.ts +8 -1
  2. package/dist/components/BglVideo.vue.d.ts.map +1 -1
  3. package/dist/components/Image.vue.d.ts +5 -0
  4. package/dist/components/Image.vue.d.ts.map +1 -1
  5. package/dist/components/Modal.vue.d.ts.map +1 -1
  6. package/dist/components/ModalForm.vue.d.ts +2 -2
  7. package/dist/components/ModalForm.vue.d.ts.map +1 -1
  8. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  9. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  10. package/dist/components/form/inputs/RichText/composables/useEditor.d.ts.map +1 -1
  11. package/dist/components/form/inputs/RichText/utils/media.d.ts.map +1 -1
  12. package/dist/components/form/inputs/SelectInput.vue.d.ts +23 -35
  13. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  14. package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
  15. package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
  16. package/dist/index.cjs +196 -124
  17. package/dist/index.mjs +196 -124
  18. package/dist/style.css +766 -169
  19. package/dist/utils/timeAgo.d.ts.map +1 -1
  20. package/package.json +1 -2
  21. package/src/components/BglVideo.vue +28 -3
  22. package/src/components/Btn.vue +2 -2
  23. package/src/components/Image.vue +11 -6
  24. package/src/components/Modal.vue +3 -1
  25. package/src/components/ModalForm.vue +2 -2
  26. package/src/components/Pill.vue +2 -2
  27. package/src/components/TableSchema.vue +60 -71
  28. package/src/components/form/BglField.vue +2 -1
  29. package/src/components/form/inputs/RichText/composables/useEditor.ts +0 -1
  30. package/src/components/form/inputs/RichText/utils/media.ts +27 -5
  31. package/src/components/form/inputs/SelectInput.vue +9 -4
  32. package/src/components/layout/SidebarMenu.vue +3 -5
  33. package/src/components/layout/Tabs.vue +2 -2
  34. package/src/components/layout/TabsNav.vue +4 -2
  35. package/src/styles/layout.css +350 -0
  36. package/src/styles/mobilLayout.css +347 -32
  37. package/src/utils/timeAgo.ts +13 -5
package/dist/style.css CHANGED
@@ -55,62 +55,62 @@
55
55
  max-height: 300px;
56
56
  }
57
57
 
58
- .bgl_btn[data-v-3c0720f5] {
58
+ .bgl_btn[data-v-521354bb] {
59
59
  --btn-bg: var(--bgl-primary);
60
60
  --btn-color: var(--bgl-light-text);
61
61
  --btn-flat-color: var(--bgl-text-color);
62
62
  }
63
- .bgl_btn-green[data-v-3c0720f5] {
63
+ .bgl_btn-green[data-v-521354bb] {
64
64
  --btn-bg: var(--bgl-green);
65
65
  --btn-color: var(--bgl-light-text);
66
66
  --btn-flat-color: var(--bgl-green);
67
67
  }
68
- .bgl_btn-yellow[data-v-3c0720f5] {
68
+ .bgl_btn-yellow[data-v-521354bb] {
69
69
  --btn-bg: var(--bgl-yellow);
70
70
  --btn-color: var(--bgl-black);
71
71
  --btn-flat-color: var(--bgl-yellow);
72
72
  }
73
- .bgl_btn-blue[data-v-3c0720f5] {
73
+ .bgl_btn-blue[data-v-521354bb] {
74
74
  --btn-bg: var(--bgl-blue);
75
75
  --btn-color: var(--bgl-light-text);
76
76
  --btn-flat-color: var(--bgl-blue);
77
77
  }
78
- .bgl_btn-primary[data-v-3c0720f5] {
78
+ .bgl_btn-primary[data-v-521354bb] {
79
79
  --btn-bg: var(--bgl-primary);
80
80
  --btn-color: var(--bgl-light-text);
81
81
  --btn-flat-color: var(--bgl-primary);
82
82
  }
83
- .bgl_btn-red[data-v-3c0720f5] {
83
+ .bgl_btn-red[data-v-521354bb] {
84
84
  --btn-bg: var(--bgl-red);
85
85
  --btn-color: var(--bgl-light-text);
86
86
  --btn-flat-color: var(--bgl-red);
87
87
  }
88
- .bgl_btn-white[data-v-3c0720f5] {
88
+ .bgl_btn-white[data-v-521354bb] {
89
89
  --btn-bg: var(--bgl-white);
90
90
  --btn-color: var(--bgl-black);
91
91
  --btn-flat-color: var(--bgl-white);
92
92
  }
93
- .bgl_btn-black[data-v-3c0720f5] {
93
+ .bgl_btn-black[data-v-521354bb] {
94
94
  --btn-bg: var(--bgl-black);
95
95
  --btn-color: var(--bgl-light-text);
96
96
  --btn-flat-color: var(--bgl-black);
97
97
  }
98
- .bgl_btn-gray[data-v-3c0720f5] {
98
+ .bgl_btn-gray[data-v-521354bb] {
99
99
  --btn-bg: var(--bgl-gray-light);
100
100
  --btn-color: var(--bgl-black);
101
101
  --btn-flat-color: var(--bgl-gray);
102
102
  }
103
- .bgl_btn-light[data-v-3c0720f5] {
103
+ .bgl_btn-light[data-v-521354bb] {
104
104
  --btn-bg: var(--bgl-primary-light);
105
105
  --btn-color: var(--bgl-primary);
106
106
  --btn-flat-color: var(--bgl-primary-light);
107
107
  }
108
- .bgl_btn-gray-light[data-v-3c0720f5] {
108
+ .bgl_btn-gray-light[data-v-521354bb] {
109
109
  --btn-bg: var(--bgl-gray-light);
110
110
  --btn-color: var(--bgl-gray);
111
111
  --btn-flat-color: var(--bgl-gray-light);
112
112
  }
113
- .bgl_btn[data-v-3c0720f5] {
113
+ .bgl_btn[data-v-521354bb] {
114
114
  padding-left: var(--btn-padding);
115
115
  padding-right: var(--btn-padding);
116
116
  transition: var(--bgl-transition);
@@ -118,7 +118,7 @@
118
118
  color: var(--btn-color);
119
119
  text-decoration: none;
120
120
  }
121
- .bgl_btn.bgl_btn-icon[data-v-3c0720f5] {
121
+ .bgl_btn.bgl_btn-icon[data-v-521354bb] {
122
122
  padding-left: 0;
123
123
  padding-right: 0;
124
124
  height: var(--btn-height);
@@ -127,69 +127,69 @@
127
127
  font-size: 1rem;
128
128
  flex-shrink: 0;
129
129
  }
130
- a[data-v-3c0720f5] {
130
+ a[data-v-521354bb] {
131
131
  text-decoration: none;
132
132
  }
133
- .bgl_btn-flex[data-v-3c0720f5] {
133
+ .bgl_btn-flex[data-v-521354bb] {
134
134
  display: flex;
135
135
  align-items: center;
136
136
  gap: 0.5rem;
137
137
  justify-content: center;
138
138
  height: 100%;
139
139
  }
140
- .bgl_btn .bgl_btn-icon[data-v-3c0720f5]{
140
+ .bgl_btn .bgl_btn-icon[data-v-521354bb]{
141
141
  font-size: calc(var(--input-font-size) * 1.3);
142
142
  }
143
- .bgl_btn[data-v-3c0720f5]:hover,
144
- .bgl_btn-icon[data-v-3c0720f5]:hover {
143
+ .bgl_btn[data-v-521354bb]:hover,
144
+ .bgl_btn-icon[data-v-521354bb]:hover {
145
145
  filter: var(--bgl-hover-filter);
146
146
  }
147
- .bgl_btn[data-v-3c0720f5]:active:not(:disabled),
148
- .bgl_btn-icon[data-v-3c0720f5]:active:not(:disabled) {
147
+ .bgl_btn[data-v-521354bb]:active:not(:disabled),
148
+ .bgl_btn-icon[data-v-521354bb]:active:not(:disabled) {
149
149
  filter: var(--bgl-active-filter);
150
150
  }
151
- .bgl_btn.bgl_btn_flat[data-v-3c0720f5] {
151
+ .bgl_btn.bgl_btn_flat[data-v-521354bb] {
152
152
  background: transparent;
153
153
  color: var(--btn-flat-color);
154
154
  }
155
- .bgl_btn_flat[data-v-3c0720f5]:hover:not(:disabled),
156
- .bgl_btn-icon.bgl_btn_flat[data-v-3c0720f5]:hover:not(:disabled) {
155
+ .bgl_btn_flat[data-v-521354bb]:hover:not(:disabled),
156
+ .bgl_btn-icon.bgl_btn_flat[data-v-521354bb]:hover:not(:disabled) {
157
157
  background: var(--bgl-gray-20);
158
158
  }
159
- .bgl_btn.bgl_btn_flat[data-v-3c0720f5]:active:not(:disabled),
160
- .bgl_btn-icon.bgl_btn_flat[data-v-3c0720f5]:active:not(:disabled) {
159
+ .bgl_btn.bgl_btn_flat[data-v-521354bb]:active:not(:disabled),
160
+ .bgl_btn-icon.bgl_btn_flat[data-v-521354bb]:active:not(:disabled) {
161
161
  background: var(--bgl-gray-40);
162
162
  }
163
- .bgl_btn.thin[data-v-3c0720f5] {
163
+ .bgl_btn.thin[data-v-521354bb] {
164
164
  padding-inline: calc(var(--btn-padding) / 3);
165
165
  border-radius: calc(var(--btn-border-radius) / 1.5);
166
166
  }
167
- .bgl_btn.round[data-v-3c0720f5] {
167
+ .bgl_btn.round[data-v-521354bb] {
168
168
  border-radius: 1000px;
169
169
  }
170
- .bgl_btn-icon.thin[data-v-3c0720f5] {
170
+ .bgl_btn-icon.thin[data-v-521354bb] {
171
171
  height: calc(var(--btn-height) / 1.5);
172
172
  width: calc(var(--btn-height) / 1.5);
173
173
  line-height: normal;
174
174
  }
175
- .bgl_btn-icon.thin .bgl_btn-flex[data-v-3c0720f5] {
175
+ .bgl_btn-icon.thin .bgl_btn-flex[data-v-521354bb] {
176
176
  height: 100%;
177
177
  }
178
- [dir="rtl"] .bgl_btn-icon[data-v-3c0720f5]{
178
+ [dir="rtl"] .bgl_btn-icon[data-v-521354bb]{
179
179
  transform: rotateY(180deg);
180
180
  }
181
- .bgl_btn-border[data-v-3c0720f5], .bgl_btn-icon.bgl_btn_flat.bgl_btn-border[data-v-3c0720f5] {
181
+ .bgl_btn-border[data-v-521354bb], .bgl_btn-icon.bgl_btn_flat.bgl_btn-border[data-v-521354bb] {
182
182
  border: 1px solid var(--btn-flat-color);
183
183
  background: transparent;
184
184
  color: var(--btn-flat-color);
185
185
  }
186
- .bgl_btn-border[data-v-3c0720f5]:hover {
186
+ .bgl_btn-border[data-v-521354bb]:hover {
187
187
  color: var(--btn-flat-color);
188
188
  }
189
- .bgl_btn-border[data-v-3c0720f5]:active:not(:disabled) {
189
+ .bgl_btn-border[data-v-521354bb]:active:not(:disabled) {
190
190
  filter: brightness(80%);
191
191
  }
192
- .bgl_btn[data-v-3c0720f5]:disabled {
192
+ .bgl_btn[data-v-521354bb]:disabled {
193
193
  opacity: 0.6;
194
194
  filter: grayscale(0.3);
195
195
  cursor: not-allowed;
@@ -293,15 +293,15 @@ display: block;
293
293
  color: var(--bgl-red);
294
294
  }
295
295
 
296
- .bgl_vid iframe[data-v-732c510b],
297
- .bgl_vid video[data-v-732c510b] {
296
+ .bgl_vid iframe[data-v-006552f6],
297
+ .bgl_vid video[data-v-006552f6] {
298
298
  width: 100%;
299
299
  height: auto;
300
300
  display: block;
301
301
  margin: auto;
302
302
  border-radius: var(--input-border-radius);
303
303
  }
304
- .bgl_vid.vid_empty[data-v-732c510b] {
304
+ .bgl_vid.vid_empty[data-v-006552f6] {
305
305
  padding-top: 56.25%;
306
306
  background: var(--input-bg);
307
307
  border-radius: var(--input-border-radius);
@@ -510,7 +510,7 @@ data[data-v-6c27f163] {
510
510
  .fi[data-v-f99f1900]:before{ content:" "
511
511
  }
512
512
 
513
- .bgl_tabs_wrap[data-v-90649f98] {
513
+ .bgl_tabs_wrap[data-v-dbce6d28] {
514
514
  background: var(--input-bg);
515
515
  border-radius: calc(var(--input-border-radius) * 1.4);
516
516
  padding-inline: calc(var(--btn-padding) / 8);
@@ -518,7 +518,7 @@ data[data-v-6c27f163] {
518
518
  box-shadow: inset 0 0 10px #00000012;
519
519
  gap: 0.25rem;
520
520
  }
521
- .bgl_tab[data-v-90649f98] {
521
+ .bgl_tab[data-v-dbce6d28] {
522
522
  border: none;
523
523
  background: transparent;
524
524
  cursor: pointer;
@@ -530,10 +530,10 @@ data[data-v-6c27f163] {
530
530
  transition: var(--bgl-transition);
531
531
  color: inherit
532
532
  }
533
- .bgl_tab[data-v-90649f98]:hover {
533
+ .bgl_tab[data-v-dbce6d28]:hover {
534
534
  background: rgba(255, 255, 255, .4);
535
535
  }
536
- .bgl_tabs_wrap[data-v-90649f98]::before {
536
+ .bgl_tabs_wrap[data-v-dbce6d28]::before {
537
537
  content: '';
538
538
  position: absolute;
539
539
  top: calc(var(--btn-padding) / 8);
@@ -545,46 +545,46 @@ data[data-v-6c27f163] {
545
545
  transition: var(--bgl-transition);
546
546
  z-index: 0;
547
547
  }
548
- .bgl_flat-tabs.bgl_tabs_wrap[data-v-90649f98] {
548
+ .bgl_flat-tabs.bgl_tabs_wrap[data-v-dbce6d28] {
549
549
  background: transparent;
550
550
  box-shadow: none;
551
551
  }
552
- .bgl_flat-tabs.bgl_tabs_wrap[data-v-90649f98]::before{
552
+ .bgl_flat-tabs.bgl_tabs_wrap[data-v-dbce6d28]::before{
553
553
  background: transparent;
554
554
  border-bottom: 1px solid var(--bgl-primary);
555
555
  border-radius: 0;
556
556
  top: calc(var(--btn-padding) * 1.25);
557
557
  bottom: unset;
558
558
  }
559
- .bgl_flat-tabs .active.bgl_tab[data-v-90649f98]{
559
+ .bgl_flat-tabs .active.bgl_tab[data-v-dbce6d28]{
560
560
  color: var(--bgl-primary)
561
561
  }
562
- .bgl_flat-tabs .bgl_tab[data-v-90649f98]:hover {
562
+ .bgl_flat-tabs .bgl_tab[data-v-dbce6d28]:hover {
563
563
  background: rgba(255, 255, 255, .1);
564
564
  }
565
- .bgl_vertical-tabs[data-v-90649f98]{
565
+ .bgl_vertical-tabs[data-v-dbce6d28]{
566
566
  grid-auto-flow: row;
567
567
  align-items: start;
568
568
  justify-items: start;
569
569
  gap: 1rem
570
570
  }
571
- .bgl_vertical-tabs .bgl_tab[data-v-90649f98]{
571
+ .bgl_vertical-tabs .bgl_tab[data-v-dbce6d28]{
572
572
  padding-inline: 0;
573
573
  border-radius: 0;
574
574
  border-bottom: 1px solid transparent;
575
575
  }
576
- .bgl_vertical-tabs .bgl_tab[data-v-90649f98]:hover{
576
+ .bgl_vertical-tabs .bgl_tab[data-v-dbce6d28]:hover{
577
577
  background: transparent;
578
578
  border-bottom: 1px solid var(--bgl-primary);
579
579
  }
580
- .bgl_vertical-tabs .bgl_tab.active[data-v-90649f98]{
580
+ .bgl_vertical-tabs .bgl_tab.active[data-v-dbce6d28]{
581
581
  border-bottom: 1px solid var(--bgl-primary);
582
582
  }
583
- .bgl_vertical-tabs.bgl_tabs_wrap[data-v-90649f98]::before{
583
+ .bgl_vertical-tabs.bgl_tabs_wrap[data-v-dbce6d28]::before{
584
584
  border: none;
585
585
  }
586
586
  @media screen and (max-width: 910px) {
587
- .bgl_vertical-tabs[data-v-90649f98]{
587
+ .bgl_vertical-tabs[data-v-dbce6d28]{
588
588
  grid-auto-flow: column;
589
589
  overflow: auto;
590
590
  max-width: 100vw;
@@ -593,10 +593,10 @@ data[data-v-6c27f163] {
593
593
  gap: 1rem;
594
594
  position: relative;
595
595
  }
596
- .bgl_vertical-tabs[data-v-90649f98]::-webkit-scrollbar {
596
+ .bgl_vertical-tabs[data-v-dbce6d28]::-webkit-scrollbar {
597
597
  display: none;
598
598
  }
599
- .bgl_vertical-tabs .bgl_tab[data-v-90649f98]{
599
+ .bgl_vertical-tabs .bgl_tab[data-v-dbce6d28]{
600
600
  white-space: nowrap;
601
601
  }
602
602
  }
@@ -831,10 +831,10 @@ pre code.hljs{
831
831
  }
832
832
  }
833
833
 
834
- .img-web-kit[data-v-3f8cf457] {
834
+ .img-web-kit[data-v-a96b25a8] {
835
835
  max-width: 100%;
836
- vertical-align: middle;
837
- border: 0;
836
+ vertical-align: middle;
837
+ border: 0;
838
838
  width: 100%;
839
839
  }
840
840
 
@@ -1249,10 +1249,10 @@ pre code.hljs{
1249
1249
  }
1250
1250
  .resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}
1251
1251
 
1252
- .selectinput[data-v-982f5078] {
1252
+ .selectinput[data-v-9574c8a2] {
1253
1253
  width: 100%;
1254
1254
  }
1255
- .selectinput-option[data-v-982f5078] {
1255
+ .selectinput-option[data-v-9574c8a2] {
1256
1256
  padding: 6px 12px;
1257
1257
  cursor: pointer;
1258
1258
  border-radius: 5px;
@@ -1264,23 +1264,23 @@ pre code.hljs{
1264
1264
  font-size: var(--input-font-size);
1265
1265
  margin-block: 0.15rem;
1266
1266
  }
1267
- .selectinput-option .bgl_icon-font[data-v-982f5078]{
1267
+ .selectinput-option .bgl_icon-font[data-v-9574c8a2]{
1268
1268
  line-height: normal;
1269
1269
  }
1270
- .selectinput-options.multiselect .selectinput-option[data-v-982f5078] {
1270
+ .selectinput-options.multiselect .selectinput-option[data-v-9574c8a2] {
1271
1271
  grid-template-columns: 10px 1fr;
1272
1272
  }
1273
- .selectinput-options[data-v-982f5078] {
1273
+ .selectinput-options[data-v-9574c8a2] {
1274
1274
  max-height: 300px;
1275
1275
  overflow-y: auto;
1276
1276
  }
1277
- .selectinput-option[data-v-982f5078]:hover, .highlight[data-v-982f5078] {
1277
+ .selectinput-option[data-v-9574c8a2]:hover, .highlight[data-v-9574c8a2] {
1278
1278
  background: var(--bgl-gray-20);
1279
1279
  }
1280
- .isEmpty p[data-v-982f5078] {
1280
+ .isEmpty p[data-v-9574c8a2] {
1281
1281
  opacity: 0.3;
1282
1282
  }
1283
- .selected[data-v-982f5078]{
1283
+ .selected[data-v-9574c8a2]{
1284
1284
  /* background: var(--bgl-primary-tint); */
1285
1285
  background: var(--bgl-selected);
1286
1286
  }
@@ -1712,33 +1712,33 @@ pre code.hljs{
1712
1712
  justify-content: flex-start !important;
1713
1713
  }
1714
1714
 
1715
- .bgl_sidebar[data-v-51cedd11] {
1715
+ .bgl_sidebar[data-v-ac02125e] {
1716
1716
  }
1717
- .toggleNav[data-v-51cedd11] {
1717
+ .toggleNav[data-v-ac02125e] {
1718
1718
  height: 22px !important;
1719
1719
  width: 22px !important;
1720
1720
  transition: var(--bgl-transition);
1721
1721
  top: 2rem;
1722
1722
  inset-inline-end: -3px;
1723
1723
  }
1724
- .toggleNav[data-v-51cedd11]:hover {
1724
+ .toggleNav[data-v-ac02125e]:hover {
1725
1725
  opacity: 1;
1726
1726
  }
1727
- .wideNav .toggleNav[data-v-51cedd11] {
1727
+ .wideNav .toggleNav[data-v-ac02125e] {
1728
1728
  transform: rotate(180deg);
1729
1729
  }
1730
- [dir='rtl'] .toggleNav[data-v-51cedd11] {
1730
+ [dir='rtl'] .toggleNav[data-v-ac02125e] {
1731
1731
  transform: rotate(180deg);
1732
1732
  }
1733
- [dir='rtl'] .wideNav .toggleNav[data-v-51cedd11] {
1733
+ [dir='rtl'] .wideNav .toggleNav[data-v-ac02125e] {
1734
1734
  transform: rotate(0deg);
1735
1735
  }
1736
- .showP-enter-active[data-v-51cedd11],
1737
- .showP-leave-active[data-v-51cedd11] {
1736
+ .showP-enter-active[data-v-ac02125e],
1737
+ .showP-leave-active[data-v-ac02125e] {
1738
1738
  transition: all 0.5s ease;
1739
1739
  }
1740
- .showP-enter-from[data-v-51cedd11],
1741
- .showP-leave-to[data-v-51cedd11] {
1740
+ .showP-enter-from[data-v-ac02125e],
1741
+ .showP-leave-to[data-v-ac02125e] {
1742
1742
  opacity: 0;
1743
1743
  transform: translateX(-20px);
1744
1744
  }
@@ -2822,6 +2822,8 @@ body:has(.bg-dark.is-active) {
2822
2822
  }
2823
2823
  .modal{
2824
2824
  color: var(--bgl-popup-text);
2825
+ /* display: flex;
2826
+ flex-direction: column; */
2825
2827
  }
2826
2828
  .modal-title {
2827
2829
  text-align: center;
@@ -2858,11 +2860,11 @@ body:has(.bg-dark.is-active) {
2858
2860
  border-radius: var(--card-border-radius);
2859
2861
  }
2860
2862
 
2861
- .modal-title[data-v-6846fbe3] {
2863
+ .modal-title[data-v-3342a563] {
2862
2864
  margin-top: 0.5rem;
2863
2865
  }
2864
2866
  @media screen and (max-width: 910px) {
2865
- .modal-title[data-v-6846fbe3] {
2867
+ .modal-title[data-v-3342a563] {
2866
2868
  margin-top: 1rem;
2867
2869
  }
2868
2870
  }
@@ -3138,25 +3140,25 @@ body:has(.bg-dark.is-active) {
3138
3140
  }
3139
3141
  }
3140
3142
 
3141
- .bgl_pill-btn[data-v-5476be6c]{
3143
+ .bgl_pill-btn[data-v-4249cc3e]{
3142
3144
  color: var(--pill-btn-color);
3143
3145
  background: var(--pill-btn-bg);
3144
3146
  width: calc(var(--pill-height) / 1.25)!important;
3145
3147
  height: calc(var(--pill-height) / 1.25)!important;
3146
3148
  }
3147
- .loading[data-v-5476be6c] {
3149
+ .loading[data-v-4249cc3e] {
3148
3150
  border: 1px solid var(--bgl-light-text);
3149
3151
  border-bottom: 2px solid var(--bgl-light-text);
3150
- animation: spin-5476be6c 1s linear infinite;
3152
+ animation: spin-4249cc3e 1s linear infinite;
3151
3153
  border-radius: 100px;
3152
3154
  width: 1rem;
3153
3155
  height: 1rem;
3154
3156
  margin: auto;
3155
3157
  }
3156
- .bgl_flatPill .loading[data-v-5476be6c] {
3158
+ .bgl_flatPill .loading[data-v-4249cc3e] {
3157
3159
  border-bottom: 2px solid var(--bgl-text-color);
3158
3160
  }
3159
- @keyframes spin-5476be6c {
3161
+ @keyframes spin-4249cc3e {
3160
3162
  0% {
3161
3163
  transform: rotate(0deg);
3162
3164
  }
@@ -3164,11 +3166,11 @@ body:has(.bg-dark.is-active) {
3164
3166
  transform: rotate(360deg);
3165
3167
  }
3166
3168
  }
3167
- .bgl_pill[data-v-5476be6c] {
3169
+ .bgl_pill[data-v-4249cc3e] {
3168
3170
  padding-inline: 0.25rem;
3169
3171
  transition: var(--bgl-transition);
3170
- background-color: var(--5217b464);
3171
- color: var(--0b2b363f);
3172
+ background-color: var(--33699ebd);
3173
+ color: var(--bd23d150);
3172
3174
  display: inline-block;
3173
3175
  margin-inline-end: 0.25rem;
3174
3176
  border-radius: var(--pill-border-radius);
@@ -3176,45 +3178,45 @@ body:has(.bg-dark.is-active) {
3176
3178
  vertical-align: middle;
3177
3179
  margin-bottom: 0.25rem;
3178
3180
  }
3179
- .bgl_pill[disabled="true"][data-v-5476be6c] {
3181
+ .bgl_pill[disabled="true"][data-v-4249cc3e] {
3180
3182
  opacity: 0.5;
3181
3183
  cursor: not-allowed;
3182
3184
  }
3183
- .bgl_pill-flex[data-v-5476be6c] {
3185
+ .bgl_pill-flex[data-v-4249cc3e] {
3184
3186
  display: flex;
3185
3187
  align-items: center;
3186
3188
  gap: 0.25rem;
3187
3189
  justify-content: center;
3188
3190
  height: 100%;
3189
3191
  }
3190
- .bgl_pill.bgl_flatPill[data-v-5476be6c] {
3192
+ .bgl_pill.bgl_flatPill[data-v-4249cc3e] {
3191
3193
  background: transparent;
3192
3194
  }
3193
- .bgl_pill.round[data-v-5476be6c] {
3195
+ .bgl_pill.round[data-v-4249cc3e] {
3194
3196
  border-radius: 1000px;
3195
3197
  }
3196
- .bgl_pill-border[data-v-5476be6c] {
3197
- outline: 1px solid var(--5217b464);
3198
- color: var(--5217b464);
3198
+ .bgl_pill-border[data-v-4249cc3e] {
3199
+ outline: 1px solid var(--33699ebd);
3200
+ color: var(--33699ebd);
3199
3201
  background: transparent;
3200
3202
  }
3201
3203
 
3202
- .table-list-wrap[data-v-fae54756] {
3204
+ .table-list-wrap[data-v-4a5861ed] {
3203
3205
  min-height: 150px;
3204
3206
  }
3205
- .selected[data-v-fae54756] {
3207
+ .selected[data-v-4a5861ed] {
3206
3208
  background: var(--bgl-primary-tint);
3207
3209
  }
3208
- tbody tr.selected[data-v-fae54756]:hover {
3210
+ tbody tr.selected[data-v-4a5861ed]:hover {
3209
3211
  background: var(--bgl-primary-light);
3210
3212
  }
3211
- .loading-table[data-v-fae54756] {
3213
+ .loading-table[data-v-4a5861ed] {
3212
3214
  position: relative;
3213
3215
  }
3214
- .inset[data-v-fae54756] {
3216
+ .inset[data-v-4a5861ed] {
3215
3217
  inset: 0;
3216
3218
  }
3217
- .loading-table-animation[data-v-fae54756] {
3219
+ .loading-table-animation[data-v-4a5861ed] {
3218
3220
  --size: 60px;
3219
3221
  top: 30vh;
3220
3222
  inset-inline-start: calc(50% - var(--size));
@@ -3222,9 +3224,9 @@ tbody tr.selected[data-v-fae54756]:hover {
3222
3224
  border-top: 4px solid var(--bgl-primary);
3223
3225
  width: var(--size);
3224
3226
  height: var(--size);
3225
- animation: loading-table-fae54756 1s linear infinite;
3227
+ animation: loading-table-4a5861ed 1s linear infinite;
3226
3228
  }
3227
- @keyframes loading-table-fae54756 {
3229
+ @keyframes loading-table-4a5861ed {
3228
3230
  0% {
3229
3231
  transform: translate(-50%, -50%) rotate(0deg);
3230
3232
  }
@@ -3232,51 +3234,51 @@ tbody tr.selected[data-v-fae54756]:hover {
3232
3234
  transform: translate(-50%, -50%) rotate(360deg);
3233
3235
  }
3234
3236
  }
3235
- .list-arrows[data-v-fae54756] {
3237
+ .list-arrows[data-v-4a5861ed] {
3236
3238
  opacity: 0;
3237
3239
  }
3238
- .list-arrows .bgl_icon-font[data-v-fae54756] {
3240
+ .list-arrows .bgl_icon-font[data-v-4a5861ed] {
3239
3241
  transition: all ease-in-out 0.2s;
3240
3242
  }
3241
- .list-arrows.sorted[data-v-fae54756] {
3243
+ .list-arrows.sorted[data-v-4a5861ed] {
3242
3244
  opacity: 1;
3243
3245
  }
3244
- .col img[data-v-fae54756] {
3246
+ .col img[data-v-4a5861ed] {
3245
3247
  height: 35px;
3246
3248
  margin-top: -14px;
3247
3249
  margin-bottom: -14px;
3248
3250
  border-radius: 5px;
3249
3251
  }
3250
- .list-arrows.sorted .desc[data-v-fae54756] {
3252
+ .list-arrows.sorted .desc[data-v-4a5861ed] {
3251
3253
  transform: rotate(180deg);
3252
3254
  display: inline-block;
3253
3255
  }
3254
- table[data-v-fae54756] {
3256
+ table[data-v-4a5861ed] {
3255
3257
  border-spacing: 0 15px;
3256
3258
  border-collapse: collapse;
3257
3259
  width: 100%;
3258
3260
  }
3259
- th[data-v-fae54756] {
3261
+ th[data-v-4a5861ed] {
3260
3262
  font-size: 0.8rem;
3261
3263
  color: var(--bgl-black-tint);
3262
3264
  position: sticky;
3263
3265
  top: 0;
3264
3266
  z-index: 2;
3265
3267
  background: var(--bgl-box-bg);
3266
- height: var(--c3b285e8);
3268
+ height: var(--0469f9a7);
3267
3269
  vertical-align: bottom;
3268
3270
  font-weight: 400;
3269
3271
  text-align: start;
3270
3272
  }
3271
- .embedded-field[data-v-fae54756] {
3273
+ .embedded-field[data-v-4a5861ed] {
3272
3274
  margin-bottom: -0.2rem;
3273
3275
  margin-top: -0.2rem;
3274
3276
  }
3275
- .row[data-v-fae54756] {
3277
+ .row[data-v-4a5861ed] {
3276
3278
  border-bottom: 1px solid var(--border-color);
3277
3279
  cursor: pointer;
3278
3280
  }
3279
- .row.first-row[data-v-fae54756] {
3281
+ .row.first-row[data-v-4a5861ed] {
3280
3282
  font-size: 0.8rem;
3281
3283
  color: var(--bgl-black-tint);
3282
3284
  position: sticky;
@@ -3285,7 +3287,7 @@ th[data-v-fae54756] {
3285
3287
  background: var(--bgl-box-bg);
3286
3288
  vertical-align: bottom;
3287
3289
  }
3288
- .row.first-row[data-v-fae54756]::after {
3290
+ .row.first-row[data-v-4a5861ed]::after {
3289
3291
  content: '';
3290
3292
  border-bottom: 1px solid var(--border-color);
3291
3293
  position: absolute;
@@ -3293,30 +3295,30 @@ th[data-v-fae54756] {
3293
3295
  right: 0;
3294
3296
  bottom: -1px;
3295
3297
  }
3296
- .first-row .col[data-v-fae54756] {
3298
+ .first-row .col[data-v-4a5861ed] {
3297
3299
  cursor: pointer;
3298
3300
  background: var(--bgl-box-bg);
3299
3301
  }
3300
- .col[data-v-fae54756] {
3302
+ .col[data-v-4a5861ed] {
3301
3303
  white-space: nowrap;
3302
3304
  padding: 0.75rem 1rem;
3303
3305
  transition: var(--bgl-transition);
3304
3306
  line-height: 1;
3305
3307
  align-items: center;
3306
3308
  }
3307
- .col[data-v-fae54756]:has(.bagel-input) {
3309
+ .col[data-v-4a5861ed]:has(.bagel-input) {
3308
3310
  padding: 0rem 0.25rem;
3309
3311
  }
3310
- .col > div[data-v-fae54756] {
3312
+ .col > div[data-v-4a5861ed] {
3311
3313
  display: flex;
3312
3314
  gap: 0.5rem;
3313
3315
  }
3314
- .max-col-width[data-v-fae54756] {
3316
+ .max-col-width[data-v-4a5861ed] {
3315
3317
  max-width: 30vw;
3316
3318
  overflow: hidden;
3317
3319
  text-overflow: ellipsis;
3318
3320
  }
3319
- .col.check .bgl_icon-font[data-v-fae54756] {
3321
+ .col.check .bgl_icon-font[data-v-4a5861ed] {
3320
3322
  border-radius: 100%;
3321
3323
  background: var(--bgl-blue-20);
3322
3324
  color: var(--bgl-primary);
@@ -3327,35 +3329,35 @@ th[data-v-fae54756] {
3327
3329
  justify-content: center;
3328
3330
  margin-top: -2px;
3329
3331
  }
3330
- .rows[data-v-fae54756] {
3332
+ .rows[data-v-4a5861ed] {
3331
3333
  font-size: 0.88em;
3332
3334
  }
3333
- .table-list[data-v-fae54756] {
3335
+ .table-list[data-v-4a5861ed] {
3334
3336
  height: 100%;
3335
3337
  position: relative;
3336
3338
  padding-left: 0 !important;
3337
3339
  padding-right: 0 !important;
3338
3340
  overflow: auto;
3339
3341
  }
3340
- .BagelTable .table-list[data-v-fae54756] {
3342
+ .BagelTable .table-list[data-v-4a5861ed] {
3341
3343
  overflow: unset;
3342
3344
  }
3343
- .row-item[data-v-fae54756] {
3344
- height: var(--c3b285e8);
3345
+ .row-item[data-v-4a5861ed] {
3346
+ height: var(--0469f9a7);
3345
3347
  transition: all 200ms ease;
3346
3348
  }
3347
- .row-item[data-v-fae54756]:hover {
3349
+ .row-item[data-v-4a5861ed]:hover {
3348
3350
  background: var(--bgl-gray-light);
3349
3351
  }
3350
- .row-item input[type='checkbox'][data-v-fae54756] {
3352
+ .row-item input[type='checkbox'][data-v-4a5861ed] {
3351
3353
  margin-top: 0.45rem !important;
3352
3354
  accent-color: var(--bgl-accent-color);
3353
3355
  }
3354
- .infinite-wrapper[data-v-fae54756] {
3356
+ .infinite-wrapper[data-v-4a5861ed] {
3355
3357
  overflow-y: auto;
3356
3358
  width: 100%;
3357
3359
  }
3358
- input[type='checkbox'][data-v-fae54756] {
3360
+ input[type='checkbox'][data-v-4a5861ed] {
3359
3361
  margin-top: 0.3rem !important;
3360
3362
  accent-color: var(--bgl-accent-color);
3361
3363
  transform: scale(1.2);
@@ -3367,7 +3369,7 @@ input[type='checkbox'][data-v-fae54756] {
3367
3369
  height: 0.85rem;
3368
3370
  width: 0.85rem;
3369
3371
  }
3370
- input[type='checkbox'][data-v-fae54756]::before {
3372
+ input[type='checkbox'][data-v-4a5861ed]::before {
3371
3373
  content: '';
3372
3374
  height: 0.85rem;
3373
3375
  width: 0.85rem;
@@ -3380,18 +3382,18 @@ input[type='checkbox'][data-v-fae54756]::before {
3380
3382
  transform: scale(1);
3381
3383
  position: absolute;
3382
3384
  }
3383
- input[type='checkbox'][data-v-fae54756]:hover::before {
3385
+ input[type='checkbox'][data-v-4a5861ed]:hover::before {
3384
3386
  opacity: 0.2;
3385
3387
  transform: scale(2);
3386
3388
  }
3387
- [lang='he'] [dir='ltr'][data-v-fae54756] {
3389
+ [lang='he'] [dir='ltr'][data-v-4a5861ed] {
3388
3390
  text-align: right;
3389
3391
  }
3390
- th input[type='checkbox'][data-v-fae54756] {
3392
+ th input[type='checkbox'][data-v-4a5861ed] {
3391
3393
  transform: translateY(0.2rem) scale(1.2);
3392
3394
  accent-color: var(--bgl-accent-color);
3393
3395
  }
3394
- th[data-v-fae54756]::after {
3396
+ th[data-v-4a5861ed]::after {
3395
3397
  content: '';
3396
3398
  border-bottom: 1px solid var(--border-color);
3397
3399
  position: absolute;
@@ -3399,24 +3401,24 @@ th[data-v-fae54756]::after {
3399
3401
  right: 0;
3400
3402
  bottom: -1px;
3401
3403
  }
3402
- tr[data-v-fae54756] {
3404
+ tr[data-v-4a5861ed] {
3403
3405
  border-bottom: 1px solid var(--border-color);
3404
3406
  cursor: pointer;
3405
3407
  align-items: center;
3406
3408
  }
3407
- td[data-v-fae54756],
3408
- th[data-v-fae54756] {
3409
+ td[data-v-4a5861ed],
3410
+ th[data-v-4a5861ed] {
3409
3411
  white-space: nowrap;
3410
3412
  padding: 0.75rem 0.65rem;
3411
3413
  transition: var(--bgl-transition);
3412
3414
  line-height: 1;
3413
3415
  }
3414
- tbody tr[data-v-fae54756] {
3416
+ tbody tr[data-v-4a5861ed] {
3415
3417
  font-size: 0.88em;
3416
- height: var(--c3b285e8);
3418
+ height: var(--0469f9a7);
3417
3419
  transition: all 200ms ease;
3418
3420
  }
3419
- tbody tr[data-v-fae54756]:hover {
3421
+ tbody tr[data-v-4a5861ed]:hover {
3420
3422
  background: var(--bgl-gray-light);
3421
3423
  }
3422
3424
 
@@ -4226,82 +4228,362 @@ to {
4226
4228
  .w100px {
4227
4229
  max-width: 100px;
4228
4230
  }
4231
+ .w110,
4232
+ .w110px {
4233
+ max-width: 110px;
4234
+ }
4235
+ .w120,
4236
+ .w120px {
4237
+ max-width: 120px;
4238
+ }
4239
+ .w130,
4240
+ .w130px {
4241
+ max-width: 130px;
4242
+ }
4243
+ .w140,
4244
+ .w140px {
4245
+ max-width: 140px;
4246
+ }
4229
4247
  .w150,
4230
4248
  .w150px {
4231
4249
  max-width: 150px;
4232
4250
  }
4251
+ .w160,
4252
+ .w160px {
4253
+ max-width: 160px;
4254
+ }
4255
+ .w170,
4256
+ .w170px {
4257
+ max-width: 170px;
4258
+ }
4259
+ .w180,
4260
+ .w180px {
4261
+ max-width: 180px;
4262
+ }
4263
+ .w190,
4264
+ .w190px {
4265
+ max-width: 190px;
4266
+ }
4233
4267
  .w200,
4234
4268
  .w200px {
4235
4269
  max-width: 200px;
4236
4270
  }
4271
+ .w210,
4272
+ .w210px {
4273
+ max-width: 210px;
4274
+ }
4275
+ .w220,
4276
+ .w220px {
4277
+ max-width: 220px;
4278
+ }
4279
+ .w230,
4280
+ .w230px {
4281
+ max-width: 230px;
4282
+ }
4283
+ .w240,
4284
+ .w240px {
4285
+ max-width: 240px;
4286
+ }
4237
4287
  .w250,
4238
4288
  .w250px {
4239
4289
  max-width: 250px;
4240
4290
  }
4291
+ .w260,
4292
+ .w260px {
4293
+ max-width: 260px;
4294
+ }
4295
+ .w270,
4296
+ .w270px {
4297
+ max-width: 270px;
4298
+ }
4299
+ .w280,
4300
+ .w280px {
4301
+ max-width: 280px;
4302
+ }
4303
+ .w290,
4304
+ .w290px {
4305
+ max-width: 290px;
4306
+ }
4241
4307
  .w300,
4242
4308
  .w300px {
4243
4309
  max-width: 300px;
4244
4310
  }
4311
+ .w310,
4312
+ .w310px {
4313
+ max-width: 310px;
4314
+ }
4315
+ .w320,
4316
+ .w320px {
4317
+ max-width: 320px;
4318
+ }
4319
+ .w330,
4320
+ .w330px {
4321
+ max-width: 330px;
4322
+ }
4323
+ .w340,
4324
+ .w340px {
4325
+ max-width: 340px;
4326
+ }
4245
4327
  .w350,
4246
4328
  .w350px {
4247
4329
  max-width: 350px;
4248
4330
  }
4331
+ .w360,
4332
+ .w360px {
4333
+ max-width: 360px;
4334
+ }
4335
+ .w370,
4336
+ .w370px {
4337
+ max-width: 370px;
4338
+ }
4339
+ .w380,
4340
+ .w380px {
4341
+ max-width: 380px;
4342
+ }
4343
+ .w390,
4344
+ .w390px {
4345
+ max-width: 390px;
4346
+ }
4249
4347
  .w400,
4250
4348
  .w400px {
4251
4349
  max-width: 400px;
4252
4350
  }
4351
+ .w410,
4352
+ .w410px {
4353
+ max-width: 410px;
4354
+ }
4355
+ .w420,
4356
+ .w420px {
4357
+ max-width: 420px;
4358
+ }
4359
+ .w430,
4360
+ .w430px {
4361
+ max-width: 430px;
4362
+ }
4363
+ .w440,
4364
+ .w440px {
4365
+ max-width: 440px;
4366
+ }
4253
4367
  .w450,
4254
4368
  .w450px {
4255
4369
  max-width: 450px;
4256
4370
  }
4371
+ .w460,
4372
+ .w460px {
4373
+ max-width: 460px;
4374
+ }
4375
+ .w470,
4376
+ .w470px {
4377
+ max-width: 470px;
4378
+ }
4379
+ .w480,
4380
+ .w480px {
4381
+ max-width: 480px;
4382
+ }
4383
+ .w490,
4384
+ .w490px {
4385
+ max-width: 490px;
4386
+ }
4257
4387
  .w500,
4258
4388
  .w500px {
4259
4389
  max-width: 500px;
4260
4390
  }
4391
+ .w510,
4392
+ .w510px {
4393
+ max-width: 510px;
4394
+ }
4395
+ .w520,
4396
+ .w520px {
4397
+ max-width: 520px;
4398
+ }
4399
+ .w530,
4400
+ .w530px {
4401
+ max-width: 530px;
4402
+ }
4403
+ .w540,
4404
+ .w540px {
4405
+ max-width: 540px;
4406
+ }
4261
4407
  .w550,
4262
4408
  .w550px {
4263
4409
  max-width: 550px;
4264
4410
  }
4411
+ .w560,
4412
+ .w560px {
4413
+ max-width: 560px;
4414
+ }
4415
+ .w570,
4416
+ .w570px {
4417
+ max-width: 570px;
4418
+ }
4419
+ .w580,
4420
+ .w580px {
4421
+ max-width: 580px;
4422
+ }
4423
+ .w590,
4424
+ .w590px {
4425
+ max-width: 590px;
4426
+ }
4265
4427
  .w600,
4266
4428
  .w600px {
4267
4429
  max-width: 600px;
4268
4430
  }
4431
+ .w610,
4432
+ .w610px {
4433
+ max-width: 610px;
4434
+ }
4435
+ .w620,
4436
+ .w620px {
4437
+ max-width: 620px;
4438
+ }
4439
+ .w630,
4440
+ .w630px {
4441
+ max-width: 630px;
4442
+ }
4443
+ .w640,
4444
+ .w640px {
4445
+ max-width: 640px;
4446
+ }
4269
4447
  .w650,
4270
4448
  .w650px {
4271
4449
  max-width: 650px;
4272
4450
  }
4451
+ .w660,
4452
+ .w660px {
4453
+ max-width: 660px;
4454
+ }
4455
+ .w670,
4456
+ .w670px {
4457
+ max-width: 670px;
4458
+ }
4459
+ .w680,
4460
+ .w680px {
4461
+ max-width: 680px;
4462
+ }
4463
+ .w690,
4464
+ .w690px {
4465
+ max-width: 690px;
4466
+ }
4273
4467
  .w700,
4274
4468
  .w700px {
4275
4469
  max-width: 700px;
4276
4470
  }
4471
+ .w710,
4472
+ .w710px {
4473
+ max-width: 710px;
4474
+ }
4475
+ .w720,
4476
+ .w720px {
4477
+ max-width: 720px;
4478
+ }
4479
+ .w730,
4480
+ .w730px {
4481
+ max-width: 730px;
4482
+ }
4483
+ .w740,
4484
+ .w740px {
4485
+ max-width: 740px;
4486
+ }
4277
4487
  .w750,
4278
4488
  .w750px {
4279
4489
  max-width: 750px;
4280
4490
  }
4491
+ .w760,
4492
+ .w760px {
4493
+ max-width: 760px;
4494
+ }
4281
4495
  .w770,
4282
4496
  .w770px {
4283
4497
  max-width: 770px;
4284
4498
  }
4499
+ .w780,
4500
+ .w780px {
4501
+ max-width: 780px;
4502
+ }
4503
+ .w790,
4504
+ .w790px {
4505
+ max-width: 790px;
4506
+ }
4285
4507
  .w800,
4286
4508
  .w800px {
4287
4509
  max-width: 800px;
4288
4510
  }
4511
+ .w810,
4512
+ .w810px {
4513
+ max-width: 810px;
4514
+ }
4515
+ .w820,
4516
+ .w820px {
4517
+ max-width: 820px;
4518
+ }
4519
+ .w830,
4520
+ .w830px {
4521
+ max-width: 830px;
4522
+ }
4523
+ .w840,
4524
+ .w840px {
4525
+ max-width: 840px;
4526
+ }
4289
4527
  .w850,
4290
4528
  .w850px {
4291
4529
  max-width: 850px;
4292
4530
  }
4531
+ .w860,
4532
+ .w860px {
4533
+ max-width: 860px;
4534
+ }
4535
+ .w870,
4536
+ .w870px {
4537
+ max-width: 870px;
4538
+ }
4539
+ .w880,
4540
+ .w880px {
4541
+ max-width: 880px;
4542
+ }
4543
+ .w890,
4544
+ .w890px {
4545
+ max-width: 890px;
4546
+ }
4293
4547
  .w900,
4294
4548
  .w900px {
4295
4549
  max-width: 900px;
4296
4550
  }
4551
+ .w910,
4552
+ .w910px {
4553
+ max-width: 910px;
4554
+ }
4555
+ .w920,
4556
+ .w920px {
4557
+ max-width: 920px;
4558
+ }
4559
+ .w930,
4560
+ .w930px {
4561
+ max-width: 930px;
4562
+ }
4563
+ .w940,
4564
+ .w940px {
4565
+ max-width: 940px;
4566
+ }
4297
4567
  .w950,
4298
4568
  .w950px {
4299
4569
  max-width: 950px;
4300
4570
  }
4571
+ .w960,
4572
+ .w960px {
4573
+ max-width: 960px;
4574
+ }
4301
4575
  .w970,
4302
4576
  .w970px {
4303
4577
  max-width: 970px;
4304
4578
  }
4579
+ .w980,
4580
+ .w980px {
4581
+ max-width: 980px;
4582
+ }
4583
+ .w990,
4584
+ .w990px {
4585
+ max-width: 990px;
4586
+ }
4305
4587
  .w1000,
4306
4588
  .w1000px {
4307
4589
  max-width: 1000px;
@@ -7175,140 +7457,455 @@ to {
7175
7457
  }
7176
7458
 
7177
7459
  .m_w10,
7178
- .m_10px {
7460
+ .m_w10px {
7179
7461
  max-width: 10px;
7180
7462
  }
7181
7463
 
7182
7464
  .m_w20,
7183
- .m_20px {
7184
- max-width: 20px;
7185
- }
7186
-
7187
- .m_w20,
7188
- .m_20px {
7465
+ .m_w20px {
7189
7466
  max-width: 20px;
7190
7467
  }
7191
7468
 
7192
7469
  .m_w30,
7193
- .m_30px {
7470
+ .m_w30px {
7194
7471
  max-width: 30px;
7195
7472
  }
7196
7473
 
7197
7474
  .m_w40,
7198
- .m_40px {
7475
+ .m_w40px {
7199
7476
  max-width: 40px;
7200
7477
  }
7201
7478
 
7202
7479
  .m_w50,
7203
- .m_50px {
7480
+ .m_w50px {
7204
7481
  max-width: 50px;
7205
7482
  }
7206
7483
 
7207
7484
  .m_w60,
7208
- .m_60px {
7485
+ .m_w60px {
7209
7486
  max-width: 60px;
7210
7487
  }
7211
7488
 
7212
7489
  .m_w70,
7213
- .m_70px {
7490
+ .m_w70px {
7214
7491
  max-width: 70px;
7215
7492
  }
7216
7493
 
7217
7494
  .m_w80,
7218
- .m_80px {
7495
+ .m_w80px {
7219
7496
  max-width: 80px;
7220
7497
  }
7221
7498
 
7222
7499
  .m_w90,
7223
- .m_90px {
7500
+ .m_w90px {
7224
7501
  max-width: 90px;
7225
7502
  }
7226
7503
 
7227
7504
  .m_w100,
7228
- .m_100px {
7505
+ .m_w100px {
7229
7506
  max-width: 100px;
7230
7507
  }
7231
7508
 
7509
+ .m_w110,
7510
+ .m_w110px {
7511
+ max-width: 110px;
7512
+ }
7513
+
7514
+ .m_w120,
7515
+ .m_w120px {
7516
+ max-width: 120px;
7517
+ }
7518
+
7519
+ .m_w130,
7520
+ .m_w130px {
7521
+ max-width: 130px;
7522
+ }
7523
+
7524
+ .m_w140,
7525
+ .m_w140px {
7526
+ max-width: 140px;
7527
+ }
7528
+
7232
7529
  .m_w150,
7233
- .m_150px {
7530
+ .m_w150px {
7234
7531
  max-width: 150px;
7235
7532
  }
7236
7533
 
7534
+ .m_w160,
7535
+ .m_w160px {
7536
+ max-width: 160px;
7537
+ }
7538
+
7539
+ .m_w170,
7540
+ .m_w170px {
7541
+ max-width: 170px;
7542
+ }
7543
+
7544
+ .m_w180,
7545
+ .m_w180px {
7546
+ max-width: 180px;
7547
+ }
7548
+
7549
+ .m_w190,
7550
+ .m_w190px {
7551
+ max-width: 190px;
7552
+ }
7553
+
7237
7554
  .m_w200,
7238
- .m_200px {
7555
+ .m_w200px {
7239
7556
  max-width: 200px;
7240
7557
  }
7241
7558
 
7559
+ .m_w210,
7560
+ .m_w210px {
7561
+ max-width: 210px;
7562
+ }
7563
+
7564
+ .m_w220,
7565
+ .m_w220px {
7566
+ max-width: 220px;
7567
+ }
7568
+
7569
+ .m_w230,
7570
+ .m_w230px {
7571
+ max-width: 230px;
7572
+ }
7573
+
7574
+ .m_w240,
7575
+ .m_w240px {
7576
+ max-width: 240px;
7577
+ }
7578
+
7242
7579
  .m_w250,
7243
- .m_250px {
7580
+ .m_w250px {
7244
7581
  max-width: 250px;
7245
7582
  }
7246
7583
 
7584
+ .m_w260,
7585
+ .m_w260px {
7586
+ max-width: 260px;
7587
+ }
7588
+
7589
+ .m_w270,
7590
+ .m_w270px {
7591
+ max-width: 270px;
7592
+ }
7593
+
7594
+ .m_w280,
7595
+ .m_w280px {
7596
+ max-width: 280px;
7597
+ }
7598
+
7599
+ .m_w290,
7600
+ .m_w290px {
7601
+ max-width: 290px;
7602
+ }
7603
+
7247
7604
  .m_w300,
7248
- .m_300px {
7605
+ .m_w300px {
7249
7606
  max-width: 300px;
7250
7607
  }
7251
7608
 
7609
+ .m_w310,
7610
+ .m_w310px {
7611
+ max-width: 310px;
7612
+ }
7613
+
7614
+ .m_w320,
7615
+ .m_w320px {
7616
+ max-width: 320px;
7617
+ }
7618
+
7619
+ .m_w330,
7620
+ .m_w330px {
7621
+ max-width: 330px;
7622
+ }
7623
+
7624
+ .m_w340,
7625
+ .m_w340px {
7626
+ max-width: 340px;
7627
+ }
7628
+
7252
7629
  .m_w350,
7253
- .m_350px {
7630
+ .m_w350px {
7254
7631
  max-width: 350px;
7255
7632
  }
7256
7633
 
7634
+ .m_w360,
7635
+ .m_w360px {
7636
+ max-width: 360px;
7637
+ }
7638
+
7639
+ .m_w370,
7640
+ .m_w370px {
7641
+ max-width: 370px;
7642
+ }
7643
+
7644
+ .m_w380,
7645
+ .m_w380px {
7646
+ max-width: 380px;
7647
+ }
7648
+
7649
+ .m_w390,
7650
+ .m_w390px {
7651
+ max-width: 390px;
7652
+ }
7653
+
7257
7654
  .m_w400,
7258
- .m_400px {
7655
+ .m_w400px {
7259
7656
  max-width: 400px;
7260
7657
  }
7261
7658
 
7659
+ .m_w410,
7660
+ .m_w410px {
7661
+ max-width: 410px;
7662
+ }
7663
+
7664
+ .m_w420,
7665
+ .m_w420px {
7666
+ max-width: 420px;
7667
+ }
7668
+
7669
+ .m_w430,
7670
+ .m_w430px {
7671
+ max-width: 430px;
7672
+ }
7673
+
7674
+ .m_w440,
7675
+ .m_w440px {
7676
+ max-width: 440px;
7677
+ }
7678
+
7262
7679
  .m_w450,
7263
- .m_450px {
7680
+ .m_w450px {
7264
7681
  max-width: 450px;
7265
7682
  }
7266
7683
 
7684
+ .m_w460,
7685
+ .m_w460px {
7686
+ max-width: 460px;
7687
+ }
7688
+
7689
+ .m_w470,
7690
+ .m_w470px {
7691
+ max-width: 470px;
7692
+ }
7693
+
7694
+ .m_w480,
7695
+ .m_w480px {
7696
+ max-width: 480px;
7697
+ }
7698
+
7699
+ .m_w490,
7700
+ .m_w490px {
7701
+ max-width: 490px;
7702
+ }
7703
+
7267
7704
  .m_w500,
7268
- .m_500px {
7705
+ .m_w500px {
7269
7706
  max-width: 500px;
7270
7707
  }
7271
7708
 
7709
+ .m_w510,
7710
+ .m_w510px {
7711
+ max-width: 510px;
7712
+ }
7713
+
7714
+ .m_w520,
7715
+ .m_w520px {
7716
+ max-width: 520px;
7717
+ }
7718
+
7719
+ .m_w530,
7720
+ .m_w530px {
7721
+ max-width: 530px;
7722
+ }
7723
+
7724
+ .m_w540,
7725
+ .m_w540px {
7726
+ max-width: 540px;
7727
+ }
7728
+
7272
7729
  .m_w550,
7273
- .m_550px {
7730
+ .m_w550px {
7274
7731
  max-width: 550px;
7275
7732
  }
7276
7733
 
7734
+ .m_w560,
7735
+ .m_w560px {
7736
+ max-width: 560px;
7737
+ }
7738
+
7739
+ .m_w570,
7740
+ .m_w570px {
7741
+ max-width: 570px;
7742
+ }
7743
+
7744
+ .m_w580,
7745
+ .m_w580px {
7746
+ max-width: 580px;
7747
+ }
7748
+
7749
+ .m_w590,
7750
+ .m_w590px {
7751
+ max-width: 590px;
7752
+ }
7753
+
7277
7754
  .m_w600,
7278
- .m_600px {
7755
+ .m_w600px {
7279
7756
  max-width: 600px;
7280
7757
  }
7281
7758
 
7759
+ .m_w610,
7760
+ .m_w610px {
7761
+ max-width: 610px;
7762
+ }
7763
+
7764
+ .m_w620,
7765
+ .m_w620px {
7766
+ max-width: 620px;
7767
+ }
7768
+
7769
+ .m_w630,
7770
+ .m_w630px {
7771
+ max-width: 630px;
7772
+ }
7773
+
7774
+ .m_w640,
7775
+ .m_w640px {
7776
+ max-width: 640px;
7777
+ }
7778
+
7282
7779
  .m_w650,
7283
- .m_650px {
7780
+ .m_w650px {
7284
7781
  max-width: 650px;
7285
7782
  }
7286
7783
 
7784
+ .m_w660,
7785
+ .m_w660px {
7786
+ max-width: 660px;
7787
+ }
7788
+
7789
+ .m_w670,
7790
+ .m_w670px {
7791
+ max-width: 670px;
7792
+ }
7793
+
7794
+ .m_w680,
7795
+ .m_w680px {
7796
+ max-width: 680px;
7797
+ }
7798
+
7799
+ .m_w690,
7800
+ .m_w690px {
7801
+ max-width: 690px;
7802
+ }
7803
+
7287
7804
  .m_w700,
7288
- .m_700px {
7805
+ .m_w700px {
7289
7806
  max-width: 700px;
7290
7807
  }
7291
7808
 
7809
+ .m_w710,
7810
+ .m_w710px {
7811
+ max-width: 710px;
7812
+ }
7813
+
7814
+ .m_w720,
7815
+ .m_w720px {
7816
+ max-width: 720px;
7817
+ }
7818
+
7819
+ .m_w730,
7820
+ .m_w730px {
7821
+ max-width: 730px;
7822
+ }
7823
+
7824
+ .m_w740,
7825
+ .m_w740px {
7826
+ max-width: 740px;
7827
+ }
7828
+
7292
7829
  .m_w750,
7293
- .m_750px {
7830
+ .m_w750px {
7294
7831
  max-width: 750px;
7295
7832
  }
7296
7833
 
7834
+ .m_w760,
7835
+ .m_w760px {
7836
+ max-width: 760px;
7837
+ }
7838
+
7297
7839
  .m_w770,
7298
- .m_770px {
7840
+ .m_w770px {
7299
7841
  max-width: 770px;
7300
7842
  }
7301
7843
 
7844
+ .m_w780,
7845
+ .m_w780px {
7846
+ max-width: 780px;
7847
+ }
7848
+
7849
+ .m_w790,
7850
+ .m_w790px {
7851
+ max-width: 790px;
7852
+ }
7853
+
7302
7854
  .m_w800,
7303
- .m_800px {
7855
+ .m_w800px {
7304
7856
  max-width: 800px;
7305
7857
  }
7306
7858
 
7859
+ .m_w810,
7860
+ .m_w810px {
7861
+ max-width: 810px;
7862
+ }
7863
+
7864
+ .m_w820,
7865
+ .m_w820px {
7866
+ max-width: 820px;
7867
+ }
7868
+
7869
+ .m_w830,
7870
+ .m_w830px {
7871
+ max-width: 830px;
7872
+ }
7873
+
7874
+ .m_w840,
7875
+ .m_w840px {
7876
+ max-width: 840px;
7877
+ }
7878
+
7307
7879
  .m_w850,
7308
- .m_850px {
7880
+ .m_w850px {
7309
7881
  max-width: 850px;
7310
7882
  }
7311
7883
 
7884
+ .m_w860,
7885
+ .m_w860px {
7886
+ max-width: 860px;
7887
+ }
7888
+
7889
+ .m_w870,
7890
+ .m_w870px {
7891
+ max-width: 870px;
7892
+ }
7893
+
7894
+ .m_w880,
7895
+ .m_w880px {
7896
+ max-width: 880px;
7897
+ }
7898
+
7899
+ .m_w890,
7900
+ .m_w890px {
7901
+ max-width: 890px;
7902
+ }
7903
+
7904
+ .m_w900,
7905
+ .m_w900px {
7906
+ max-width: 900px;
7907
+ }
7908
+
7312
7909
  .m_vw10 {
7313
7910
  width: 10vw;
7314
7911
  }
@@ -8291,7 +8888,7 @@ to {
8291
8888
  margin-inline-end: 10rem !important;
8292
8889
  }
8293
8890
 
8294
- .mx-auto,
8891
+ .m_mx-auto,
8295
8892
  .m_margin-auto {
8296
8893
  margin-inline-start: auto !important;
8297
8894
  margin-inline-end: auto !important;