@bagelink/vue 0.0.280 → 0.0.282

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.
package/dist/style.css CHANGED
@@ -897,40 +897,40 @@ th[data-v-2137a7a8] {
897
897
  }
898
898
  .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}
899
899
 
900
- .combobox[data-v-32f19dd0] {
901
- width: 100%;
900
+ .combobox[data-v-6c62bdf1] {
901
+ width: 100%;
902
902
  }
903
- .combobox-option[data-v-32f19dd0] {
904
- padding: 6px 12px;
905
- cursor: pointer;
906
- border-radius: 5px;
907
- transition: all 0.2s;
908
- display: flex;
909
- justify-content: space-between;
910
- width: 100%;
903
+ .combobox-option[data-v-6c62bdf1] {
904
+ padding: 6px 12px;
905
+ cursor: pointer;
906
+ border-radius: 5px;
907
+ transition: all 0.2s;
908
+ display: flex;
909
+ justify-content: space-between;
910
+ width: 100%;
911
911
  }
912
- .combobox-options[data-v-32f19dd0] {
913
- max-height: 300px;
914
- overflow-y: auto;
912
+ .combobox-options[data-v-6c62bdf1] {
913
+ max-height: 300px;
914
+ overflow-y: auto;
915
915
  }
916
- .combobox-option[data-v-32f19dd0]:hover {
917
- background: var(--bgl-gray-20);
916
+ .combobox-option[data-v-6c62bdf1]:hover {
917
+ background: var(--bgl-gray-20);
918
918
  }
919
919
 
920
920
  .combobox-btn {
921
- display: flex;
922
- justify-content: space-between;
923
- align-items: center;
924
- height: var(--input-height);
925
- border-radius: var(--input-border-radius);
921
+ display: flex;
922
+ justify-content: space-between;
923
+ align-items: center;
924
+ height: var(--input-height);
925
+ border-radius: var(--input-border-radius);
926
926
  }
927
927
  .v-popper__arrow-container {
928
- display: none;
928
+ display: none;
929
929
  }
930
930
  .v-popper--theme-dropdown .v-popper__inner {
931
- border: none;
932
- background: transparent;
933
- border-radius: var(--card-border-radius);
931
+ border: none;
932
+ background: transparent;
933
+ border-radius: var(--card-border-radius);
934
934
  }
935
935
 
936
936
  /* .group-wrap * {
@@ -2210,130 +2210,124 @@ img.preview[data-v-1be8d7b1] {
2210
2210
 
2211
2211
 
2212
2212
  .grid {
2213
- display: grid;
2213
+ display: grid;
2214
2214
  }
2215
2215
  .inline-grid {
2216
- display: inline-grid;
2216
+ display: inline-grid;
2217
2217
  }
2218
2218
  .fill {
2219
- width: 100vw;
2220
- height: 100vh;
2219
+ width: 100vw;
2220
+ height: 100vh;
2221
2221
  }
2222
2222
  .justify-items-center {
2223
- justify-items: center;
2223
+ justify-items: center;
2224
2224
  }
2225
2225
  .justify-content-center {
2226
- justify-content: center;
2226
+ justify-content: center;
2227
2227
  }
2228
2228
  .justify-content-start {
2229
- justify-content: start;
2229
+ justify-content: start;
2230
2230
  }
2231
2231
  .align-content-center {
2232
- align-content: center;
2232
+ align-content: center;
2233
2233
  }
2234
2234
  .align-items-top {
2235
- align-items: flex-start !important;
2235
+ align-items: flex-start !important;
2236
2236
  }
2237
2237
  .align-items-center {
2238
- align-items: center;
2238
+ align-items: center;
2239
2239
  }
2240
2240
  .row-gap-1 {
2241
- row-gap: 0.2rem;
2241
+ row-gap: 0.2rem;
2242
2242
  }
2243
2243
  .row-gap-2 {
2244
- row-gap: 0.5rem;
2244
+ row-gap: 0.5rem;
2245
2245
  }
2246
2246
  .row-gap-3 {
2247
- row-gap: 1rem;
2247
+ row-gap: 1rem;
2248
2248
  }
2249
2249
  .align-items-end {
2250
- align-items: end !important;
2250
+ align-items: end !important;
2251
2251
  }
2252
2252
  .fit-content {
2253
- width: fit-content;
2254
- height: fit-content;
2253
+ width: fit-content;
2254
+ height: fit-content;
2255
2255
  }
2256
2256
  .margin-auto {
2257
- margin-left: auto;
2258
- margin-right: auto;
2257
+ margin-left: auto;
2258
+ margin-right: auto;
2259
2259
  }
2260
2260
  .auto-flow-columns {
2261
- grid-auto-flow: column;
2261
+ grid-auto-flow: column;
2262
2262
  }
2263
2263
  .grid-2-col {
2264
- grid-template-columns: 1fr 1fr;
2264
+ grid-template-columns: 1fr 1fr;
2265
2265
  }
2266
2266
  .justify-content-between {
2267
- justify-content: space-between;
2267
+ justify-content: space-between;
2268
2268
  }
2269
2269
  .justify-self-start {
2270
- justify-self: start;
2270
+ justify-self: start;
2271
2271
  }
2272
2272
  .columns-max-content {
2273
- grid-auto-columns: max-content;
2273
+ grid-auto-columns: max-content;
2274
2274
  }
2275
2275
  .w-100 {
2276
- width: 100%;
2276
+ width: 100%;
2277
2277
  }
2278
2278
  .col-gap-1 {
2279
- column-gap: 1rem;
2279
+ column-gap: 1rem;
2280
2280
  }
2281
2281
  .col-gap-05 {
2282
- column-gap: 0.5rem;
2282
+ column-gap: 0.5rem;
2283
2283
  }
2284
2284
  .rows-max-content {
2285
- grid-auto-rows: max-content;
2285
+ grid-auto-rows: max-content;
2286
2286
  }
2287
- .grid.overflow > * {
2288
- min-width: 0px;
2289
- overflow: auto;
2287
+ .grid.overflow>* {
2288
+ min-width: 0px;
2289
+ overflow: auto;
2290
2290
  }
2291
2291
  .ps-1 {
2292
- padding-left: 1rem;
2292
+ padding-left: 1rem;
2293
2293
  }
2294
2294
  .justify-content-around {
2295
- justify-content: space-between;
2295
+ justify-content: space-between;
2296
2296
  }
2297
2297
  .justify-content-end {
2298
- justify-content: end;
2298
+ justify-content: end;
2299
2299
  }
2300
2300
  .justify-self-end {
2301
- justify-self: end;
2301
+ justify-self: end;
2302
2302
  }
2303
2303
  .justify-self-center {
2304
- justify-self: center;
2304
+ justify-self: center;
2305
2305
  }
2306
2306
  .position-right {
2307
- position: absolute;
2308
- top: 0px;
2309
- right: 0px;
2307
+ position: absolute;
2308
+ top: 0px;
2309
+ right: 0px;
2310
2310
  }
2311
2311
  .position-absolute {
2312
- position: absolute;
2312
+ position: absolute;
2313
2313
  }
2314
2314
  .position-relative {
2315
- position: relative;
2315
+ position: relative;
2316
2316
  }
2317
2317
  .auto-flow-rows {
2318
- grid-auto-flow: row;
2318
+ grid-auto-flow: row;
2319
2319
  }
2320
2320
  .align-items-start {
2321
- align-items: start !important;
2321
+ align-items: start !important;
2322
2322
  }
2323
2323
  .align-self-end {
2324
- align-self: end;
2325
- }
2326
- .h-100 {
2327
- height: 100%;
2328
- }
2329
- .vh-100 {
2330
- height: 100vh;
2324
+ align-self: end;
2331
2325
  }
2332
2326
  .min-100 {
2333
- min-height: 100%;
2327
+ min-height: 100%;
2334
2328
  }
2335
2329
  .w-100 {
2336
- width: 100%;
2330
+ width: 100%;
2337
2331
  }
2338
2332
  .w300,
2339
2333
  .w350,
@@ -2344,397 +2338,604 @@ img.preview[data-v-1be8d7b1] {
2344
2338
  .w600,
2345
2339
  .w650,
2346
2340
  .w700 {
2347
- margin-left: auto;
2348
- margin-right: auto;
2349
- width: 98%;
2341
+ margin-left: auto;
2342
+ margin-right: auto;
2343
+ width: 98%;
2350
2344
  }
2351
2345
  .w300 {
2352
- max-width: 300px;
2346
+ max-width: 300px;
2353
2347
  }
2354
2348
  .w350 {
2355
- max-width: 350px;
2349
+ max-width: 350px;
2356
2350
  }
2357
2351
  .w400 {
2358
- max-width: 400px;
2352
+ max-width: 400px;
2359
2353
  }
2360
2354
  .w450 {
2361
- max-width: 450px;
2355
+ max-width: 450px;
2362
2356
  }
2363
2357
  .w500 {
2364
- max-width: 500px;
2358
+ max-width: 500px;
2365
2359
  }
2366
2360
  .w550 {
2367
- max-width: 550px;
2361
+ max-width: 550px;
2368
2362
  }
2369
2363
  .w600 {
2370
- max-width: 600px;
2364
+ max-width: 600px;
2371
2365
  }
2372
2366
  .w650 {
2373
- max-width: 650px;
2367
+ max-width: 650px;
2374
2368
  }
2375
2369
  .w650 {
2376
- max-width: 700px;
2370
+ max-width: 700px;
2377
2371
  }
2378
2372
  .gap-1 {
2379
- gap: 0.25rem;
2373
+ gap: 0.25rem;
2380
2374
  }
2381
2375
  .gap-2 {
2382
- gap: 0.5rem;
2376
+ gap: 0.5rem;
2383
2377
  }
2384
2378
  .gap-3 {
2385
- gap: 1rem;
2379
+ gap: 1rem;
2386
2380
  }
2387
2381
  .gap-col-1 {
2388
- column-gap: 0.25rem;
2382
+ column-gap: 0.25rem;
2389
2383
  }
2390
2384
  .gap-col-2 {
2391
- column-gap: 0.5rem;
2385
+ column-gap: 0.5rem;
2392
2386
  }
2393
2387
  .gap-col-3 {
2394
- column-gap: 1rem;
2388
+ column-gap: 1rem;
2395
2389
  }
2396
2390
  .gap-row-1 {
2397
- row-gap: 0.25rem;
2391
+ row-gap: 0.25rem;
2398
2392
  }
2399
2393
  .gap-row-2 {
2400
- row-gap: 0.5rem;
2394
+ row-gap: 0.5rem;
2401
2395
  }
2402
2396
  .gap-row-3 {
2403
- row-gap: 1rem;
2397
+ row-gap: 1rem;
2404
2398
  }
2405
2399
  .flex-wrap {
2406
- flex-wrap: wrap;
2400
+ flex-wrap: wrap;
2407
2401
  }
2408
2402
  .column {
2409
- flex-direction: column;
2403
+ flex-direction: column;
2410
2404
  }
2411
2405
  .row {
2412
- flex-direction: row;
2406
+ flex-direction: row;
2413
2407
  }
2414
2408
  .flex-grow {
2415
- flex-grow: 1;
2409
+ flex-grow: 1;
2416
2410
  }
2417
2411
  .flex-shrink {
2418
- flex-shrink: 1;
2412
+ flex-shrink: 1;
2419
2413
  }
2420
2414
  .flex-2-col {
2421
- max-width: 50%;
2422
- flex: 1 1 calc(50% - 2rem);
2415
+ max-width: 50%;
2416
+ flex: 1 1 calc(50% - 2rem);
2423
2417
  }
2424
2418
  .flex-3-col {
2425
- flex: 1 1 33.33333%;
2419
+ flex: 1 1 33.33333%;
2426
2420
  }
2427
2421
  .mb-auto {
2428
- margin-bottom: auto !important;
2422
+ margin-bottom: auto !important;
2429
2423
  }
2430
2424
  .mb-0 {
2431
- margin-bottom: 0rem !important;
2425
+ margin-bottom: 0rem !important;
2432
2426
  }
2433
2427
  .mb-025 {
2434
- margin-bottom: 0.25rem !important;
2428
+ margin-bottom: 0.25rem !important;
2435
2429
  }
2436
2430
  .mb-05 {
2437
- margin-bottom: 0.5rem !important;
2431
+ margin-bottom: 0.5rem !important;
2438
2432
  }
2439
2433
  .mb-075 {
2440
- margin-bottom: 0.75rem !important;
2434
+ margin-bottom: 0.75rem !important;
2441
2435
  }
2442
2436
  .mb-1 {
2443
- margin-bottom: 1rem !important;
2437
+ margin-bottom: 1rem !important;
2444
2438
  }
2445
2439
  .mb-2 {
2446
- margin-bottom: 2rem !important;
2440
+ margin-bottom: 2rem !important;
2447
2441
  }
2448
2442
  .mb-3 {
2449
- margin-bottom: 3rem !important;
2443
+ margin-bottom: 3rem !important;
2450
2444
  }
2451
2445
  .mb-4 {
2452
- margin-bottom: 4rem !important;
2446
+ margin-bottom: 4rem !important;
2453
2447
  }
2454
2448
  .mt-auto {
2455
- margin-top: auto !important;
2449
+ margin-top: auto !important;
2456
2450
  }
2457
2451
  .mt-0 {
2458
- margin-top: 0rem !important;
2452
+ margin-top: 0rem !important;
2459
2453
  }
2460
2454
  .mt-025 {
2461
- margin-top: 0.25rem !important;
2455
+ margin-top: 0.25rem !important;
2462
2456
  }
2463
2457
  .mt-05 {
2464
- margin-top: 0.5rem !important;
2458
+ margin-top: 0.5rem !important;
2465
2459
  }
2466
2460
  .mt-075 {
2467
- margin-top: 0.75rem !important;
2461
+ margin-top: 0.75rem !important;
2468
2462
  }
2469
2463
  .mt-1 {
2470
- margin-top: 1rem !important;
2464
+ margin-top: 1rem !important;
2471
2465
  }
2472
2466
  .mt-2 {
2473
- margin-top: 2rem !important;
2467
+ margin-top: 2rem !important;
2474
2468
  }
2475
2469
  .mt-3 {
2476
- margin-top: 3rem !important;
2470
+ margin-top: 3rem !important;
2477
2471
  }
2478
2472
  .mt-4 {
2479
- margin-top: 4rem !important;
2473
+ margin-top: 4rem !important;
2480
2474
  }
2481
2475
  .ms-auto {
2482
- margin-inline-start: auto !important;
2476
+ margin-inline-start: auto !important;
2483
2477
  }
2484
2478
  .ms-0 {
2485
- margin-inline-start: 0rem !important;
2479
+ margin-inline-start: 0rem !important;
2486
2480
  }
2487
2481
  .ms-025 {
2488
- margin-inline-start: 0.25rem !important;
2482
+ margin-inline-start: 0.25rem !important;
2489
2483
  }
2490
2484
  .ms-05 {
2491
- margin-inline-start: 0.5rem !important;
2485
+ margin-inline-start: 0.5rem !important;
2492
2486
  }
2493
2487
  .ms-075 {
2494
- margin-inline-start: 0.75rem !important;
2488
+ margin-inline-start: 0.75rem !important;
2495
2489
  }
2496
2490
  .ms-1 {
2497
- margin-inline-start: 1rem !important;
2491
+ margin-inline-start: 1rem !important;
2498
2492
  }
2499
2493
  .ms-2 {
2500
- margin-inline-start: 2rem !important;
2494
+ margin-inline-start: 2rem !important;
2501
2495
  }
2502
2496
  .ms-3 {
2503
- margin-inline-start: 3rem !important;
2497
+ margin-inline-start: 3rem !important;
2504
2498
  }
2505
2499
  .ms-4 {
2506
- margin-inline-start: 4rem !important;
2500
+ margin-inline-start: 4rem !important;
2507
2501
  }
2508
2502
  .me-auto {
2509
- margin-inline-end: auto !important;
2503
+ margin-inline-end: auto !important;
2510
2504
  }
2511
2505
  .me-0 {
2512
- margin-inline-end: 0rem !important;
2506
+ margin-inline-end: 0rem !important;
2513
2507
  }
2514
2508
  .me-025 {
2515
- margin-inline-end: 0.25rem !important;
2509
+ margin-inline-end: 0.25rem !important;
2516
2510
  }
2517
2511
  .me-05 {
2518
- margin-inline-end: 0.5rem !important;
2512
+ margin-inline-end: 0.5rem !important;
2519
2513
  }
2520
2514
  .me-075 {
2521
- margin-inline-end: 0.75rem !important;
2515
+ margin-inline-end: 0.75rem !important;
2522
2516
  }
2523
2517
  .me-1 {
2524
- margin-inline-end: 1rem !important;
2518
+ margin-inline-end: 1rem !important;
2525
2519
  }
2526
2520
  .me-2 {
2527
- margin-inline-end: 2rem !important;
2521
+ margin-inline-end: 2rem !important;
2528
2522
  }
2529
2523
  .me-3 {
2530
- margin-inline-end: 3rem !important;
2524
+ margin-inline-end: 3rem !important;
2531
2525
  }
2532
2526
  .me-4 {
2533
- margin-inline-end: 4rem !important;
2527
+ margin-inline-end: 4rem !important;
2534
2528
  }
2535
2529
  .-mb-025 {
2536
- margin-bottom: -0.25rem !important;
2530
+ margin-bottom: -0.25rem !important;
2537
2531
  }
2538
2532
  .-mb-05 {
2539
- margin-bottom: -0.5rem !important;
2533
+ margin-bottom: -0.5rem !important;
2540
2534
  }
2541
2535
  .-mb-075 {
2542
- margin-bottom: -0.75rem !important;
2536
+ margin-bottom: -0.75rem !important;
2543
2537
  }
2544
2538
  .-mb-1 {
2545
- margin-bottom: -1rem !important;
2539
+ margin-bottom: -1rem !important;
2546
2540
  }
2547
2541
  .-mb-2 {
2548
- margin-bottom: -2rem !important;
2542
+ margin-bottom: -2rem !important;
2549
2543
  }
2550
2544
  .-mb-3 {
2551
- margin-bottom: -3rem !important;
2545
+ margin-bottom: -3rem !important;
2552
2546
  }
2553
2547
  .-mb-4 {
2554
- margin-bottom: -4rem !important;
2548
+ margin-bottom: -4rem !important;
2555
2549
  }
2556
2550
  .-mt-025 {
2557
- margin-top: -0.25rem !important;
2551
+ margin-top: -0.25rem !important;
2558
2552
  }
2559
2553
  .-mt-05 {
2560
- margin-top: -0.5rem !important;
2554
+ margin-top: -0.5rem !important;
2561
2555
  }
2562
2556
  .-mt-075 {
2563
- margin-top: 0.75rem !important;
2557
+ margin-top: 0.75rem !important;
2564
2558
  }
2565
2559
  .-mt-1 {
2566
- margin-top: -1rem !important;
2560
+ margin-top: -1rem !important;
2567
2561
  }
2568
2562
  .-mt-2 {
2569
- margin-top: -2rem !important;
2563
+ margin-top: -2rem !important;
2570
2564
  }
2571
2565
  .-mt-3 {
2572
- margin-top: -3rem !important;
2566
+ margin-top: -3rem !important;
2573
2567
  }
2574
2568
  .-mt-4 {
2575
- margin-top: -4rem !important;
2569
+ margin-top: -4rem !important;
2576
2570
  }
2577
2571
  .-ms-025 {
2578
- margin-inline-start: -0.25rem !important;
2572
+ margin-inline-start: -0.25rem !important;
2579
2573
  }
2580
2574
  .-ms-05 {
2581
- margin-inline-start: -0.5rem !important;
2575
+ margin-inline-start: -0.5rem !important;
2582
2576
  }
2583
2577
  .-ms-075 {
2584
- margin-inline-start: -0.75rem !important;
2578
+ margin-inline-start: -0.75rem !important;
2585
2579
  }
2586
2580
  .-ms-1 {
2587
- margin-inline-start: -1rem !important;
2581
+ margin-inline-start: -1rem !important;
2588
2582
  }
2589
2583
  .-ms-2 {
2590
- margin-inline-start: -2rem !important;
2584
+ margin-inline-start: -2rem !important;
2591
2585
  }
2592
2586
  .-ms-3 {
2593
- margin-inline-start: -3rem !important;
2587
+ margin-inline-start: -3rem !important;
2594
2588
  }
2595
2589
  .-ms-4 {
2596
- margin-inline-start: -4rem !important;
2590
+ margin-inline-start: -4rem !important;
2597
2591
  }
2598
2592
  .-me-025 {
2599
- margin-inline-end: -0.25rem !important;
2593
+ margin-inline-end: -0.25rem !important;
2600
2594
  }
2601
2595
  .-me-05 {
2602
- margin-inline-end: -0.5rem !important;
2596
+ margin-inline-end: -0.5rem !important;
2603
2597
  }
2604
2598
  .-me-075 {
2605
- margin-inline-end: -0.75rem !important;
2599
+ margin-inline-end: -0.75rem !important;
2606
2600
  }
2607
2601
  .-me-1 {
2608
- margin-inline-end: -1rem !important;
2602
+ margin-inline-end: -1rem !important;
2609
2603
  }
2610
2604
  .-me-2 {
2611
- margin-inline-end: -2rem !important;
2605
+ margin-inline-end: -2rem !important;
2612
2606
  }
2613
2607
  .-me-3 {
2614
- margin-inline-end: -3rem !important;
2608
+ margin-inline-end: -3rem !important;
2615
2609
  }
2616
2610
  .-me-4 {
2617
- margin-inline-end: -4rem !important;
2611
+ margin-inline-end: -4rem !important;
2618
2612
  }
2619
2613
  .pb-0 {
2620
- padding-bottom: 0rem !important;
2614
+ padding-bottom: 0rem !important;
2621
2615
  }
2622
2616
  .pb-1 {
2623
- padding-bottom: 1rem !important;
2617
+ padding-bottom: 1rem !important;
2624
2618
  }
2625
2619
  .pb-2 {
2626
- padding-bottom: 2rem !important;
2620
+ padding-bottom: 2rem !important;
2627
2621
  }
2628
2622
  .pb-3 {
2629
- padding-bottom: 3rem !important;
2623
+ padding-bottom: 3rem !important;
2630
2624
  }
2631
2625
  .pb-4 {
2632
- padding-bottom: 4rem !important;
2626
+ padding-bottom: 4rem !important;
2633
2627
  }
2634
2628
  .pb-075 {
2635
- padding-bottom: 0.75rem !important;
2629
+ padding-bottom: 0.75rem !important;
2636
2630
  }
2637
2631
  .pb-05 {
2638
- padding-bottom: 0.5rem !important;
2632
+ padding-bottom: 0.5rem !important;
2639
2633
  }
2640
2634
  .pb-025 {
2641
- padding-bottom: 0.25rem !important;
2635
+ padding-bottom: 0.25rem !important;
2642
2636
  }
2643
2637
  .pt-0 {
2644
- padding-top: 0rem !important;
2638
+ padding-top: 0rem !important;
2645
2639
  }
2646
2640
  .pt-1 {
2647
- padding-top: 1rem !important;
2641
+ padding-top: 1rem !important;
2648
2642
  }
2649
2643
  .pt-2 {
2650
- padding-top: 2rem !important;
2644
+ padding-top: 2rem !important;
2651
2645
  }
2652
2646
  .pt-3 {
2653
- padding-top: 3rem !important;
2647
+ padding-top: 3rem !important;
2654
2648
  }
2655
2649
  .pt-4 {
2656
- padding-top: 4rem !important;
2650
+ padding-top: 4rem !important;
2657
2651
  }
2658
2652
  .pt-075 {
2659
- padding-top: 0.75rem !important;
2653
+ padding-top: 0.75rem !important;
2660
2654
  }
2661
2655
  .pt-05 {
2662
- padding-top: 0.5rem !important;
2656
+ padding-top: 0.5rem !important;
2663
2657
  }
2664
2658
  .pt-025 {
2665
- padding-top: 0.25rem !important;
2659
+ padding-top: 0.25rem !important;
2666
2660
  }
2667
2661
  .ps-0 {
2668
- padding-inline-start: 0rem !important;
2662
+ padding-inline-start: 0rem !important;
2669
2663
  }
2670
2664
  .ps-1 {
2671
- padding-inline-start: 1rem !important;
2665
+ padding-inline-start: 1rem !important;
2672
2666
  }
2673
2667
  .ps-2 {
2674
- padding-inline-start: 2rem !important;
2668
+ padding-inline-start: 2rem !important;
2675
2669
  }
2676
2670
  .ps-3 {
2677
- padding-inline-start: 3rem !important;
2671
+ padding-inline-start: 3rem !important;
2678
2672
  }
2679
2673
  .ps-4 {
2680
- padding-inline-start: 4rem !important;
2674
+ padding-inline-start: 4rem !important;
2681
2675
  }
2682
2676
  .ps-075 {
2683
- padding-inline-start: 0.75rem !important;
2677
+ padding-inline-start: 0.75rem !important;
2684
2678
  }
2685
2679
  .ps-05 {
2686
- padding-inline-start: 0.5rem !important;
2680
+ padding-inline-start: 0.5rem !important;
2687
2681
  }
2688
2682
  .ps-025 {
2689
- padding-inline-start: 0.25rem !important;
2683
+ padding-inline-start: 0.25rem !important;
2690
2684
  }
2691
2685
  .pe-0 {
2692
- padding-inline-end: 0rem !important;
2686
+ padding-inline-end: 0rem !important;
2693
2687
  }
2694
2688
  .pe-1 {
2695
- padding-inline-end: 1rem !important;
2689
+ padding-inline-end: 1rem !important;
2696
2690
  }
2697
2691
  .pe-2 {
2698
- padding-inline-end: 2rem !important;
2692
+ padding-inline-end: 2rem !important;
2699
2693
  }
2700
2694
  .pe-3 {
2701
- padding-inline-end: 3rem !important;
2695
+ padding-inline-end: 3rem !important;
2702
2696
  }
2703
2697
  .pe-4 {
2704
- padding-inline-end: 4rem !important;
2698
+ padding-inline-end: 4rem !important;
2705
2699
  }
2706
2700
  .pe-075 {
2707
- padding-inline-end: 0.75rem !important;
2701
+ padding-inline-end: 0.75rem !important;
2708
2702
  }
2709
2703
  .pe-05 {
2710
- padding-inline-end: 0.5rem !important;
2704
+ padding-inline-end: 0.5rem !important;
2711
2705
  }
2712
2706
  .pe-025 {
2713
- padding-inline-end: 0.25rem !important;
2707
+ padding-inline-end: 0.25rem !important;
2714
2708
  }
2715
2709
  .flex {
2716
- display: flex;
2717
- align-items: center;
2710
+ display: flex;
2711
+ align-items: center;
2718
2712
  }
2719
2713
  .flex-stretch {
2720
- display: flex;
2721
- align-items: stretch;
2714
+ display: flex;
2715
+ align-items: stretch;
2722
2716
  }
2723
2717
  .flex-wrap {
2724
- flex-wrap: wrap;
2718
+ flex-wrap: wrap;
2725
2719
  }
2726
2720
  .flex-end {
2727
- justify-content: flex-end;
2721
+ justify-content: flex-end;
2728
2722
  }
2729
2723
  .space-between {
2730
- justify-content: space-between;
2724
+ justify-content: space-between;
2731
2725
  }
2732
2726
  .label {
2733
- display: block;
2734
- font-size: var(--label-font-size);
2735
- margin-bottom: 2px;
2736
- line-height: 1.3;
2737
- color: var(--label-color);
2727
+ display: block;
2728
+ font-size: var(--label-font-size);
2729
+ margin-bottom: 2px;
2730
+ line-height: 1.3;
2731
+ color: var(--label-color);
2732
+ }
2733
+ .h-10 {
2734
+ height: 10%;
2735
+ }
2736
+ .vh-10 {
2737
+ height: 10vh;
2738
+ }
2739
+ .h-10px {
2740
+ height: 10px;
2741
+ }
2742
+ .h-20 {
2743
+ height: 20%;
2744
+ }
2745
+ .vh-20 {
2746
+ height: 20vh;
2747
+ }
2748
+ .h-20px {
2749
+ height: 20px;
2750
+ }
2751
+ .h-30 {
2752
+ height: 30%;
2753
+ }
2754
+ .vh-30 {
2755
+ height: 30vh;
2756
+ }
2757
+ .h-30px {
2758
+ height: 30px;
2759
+ }
2760
+ .h-40 {
2761
+ height: 40%;
2762
+ }
2763
+ .vh-40 {
2764
+ height: 40vh;
2765
+ }
2766
+ .h-40px {
2767
+ height: 40px;
2768
+ }
2769
+ .h-50 {
2770
+ height: 50%;
2771
+ }
2772
+ .vh-50 {
2773
+ height: 50vh;
2774
+ }
2775
+ .h-50px {
2776
+ height: 50px;
2777
+ }
2778
+ .h-60 {
2779
+ height: 60%;
2780
+ }
2781
+ .vh-60 {
2782
+ height: 60vh;
2783
+ }
2784
+ .h-60px {
2785
+ height: 60px;
2786
+ }
2787
+ .h-70 {
2788
+ height: 70%;
2789
+ }
2790
+ .vh-70 {
2791
+ height: 70vh;
2792
+ }
2793
+ .h-70px {
2794
+ height: 70px;
2795
+ }
2796
+ .h-80 {
2797
+ height: 80%;
2798
+ }
2799
+ .vh-80 {
2800
+ height: 80vh;
2801
+ }
2802
+ .h-80px {
2803
+ height: 80px;
2804
+ }
2805
+ .h-90 {
2806
+ height: 90%;
2807
+ }
2808
+ .vh-90 {
2809
+ height: 90vh;
2810
+ }
2811
+ .h-90px {
2812
+ height: 90px;
2813
+ }
2814
+ .h-100 {
2815
+ height: 100%;
2816
+ }
2817
+ .vh-100 {
2818
+ height: 100vh;
2819
+ }
2820
+ .h-100px {
2821
+ height: 100px;
2822
+ }
2823
+ .h-150 {
2824
+ height: 150%;
2825
+ }
2826
+ .vh-150 {
2827
+ height: 150vh;
2828
+ }
2829
+ .h-150px {
2830
+ height: 150px;
2831
+ }
2832
+ .h-200 {
2833
+ height: 200%;
2834
+ }
2835
+ .vh-200 {
2836
+ height: 200vh;
2837
+ }
2838
+ .h-200px {
2839
+ height: 200px;
2840
+ }
2841
+ .h-300 {
2842
+ height: 300%;
2843
+ }
2844
+ .vh-300 {
2845
+ height: 300vh;
2846
+ }
2847
+ .h-300px {
2848
+ height: 300px;
2849
+ }
2850
+ .h-400 {
2851
+ height: 400%;
2852
+ }
2853
+ .vh-400 {
2854
+ height: 400vh;
2855
+ }
2856
+ .h-400px {
2857
+ height: 400px;
2858
+ }
2859
+ .h-500 {
2860
+ height: 500%;
2861
+ }
2862
+ .vh-500 {
2863
+ height: 500vh;
2864
+ }
2865
+ .h-500px {
2866
+ height: 500px;
2867
+ }
2868
+ .h-600 {
2869
+ height: 600%;
2870
+ }
2871
+ .vh-600 {
2872
+ height: 600vh;
2873
+ }
2874
+ .h-600px {
2875
+ height: 600px;
2876
+ }
2877
+ .grid-wrap-1 {
2878
+ grid-template-columns: repeat(1, 1fr);
2879
+ height: max-content;
2880
+ }
2881
+ .grid-wrap-2 {
2882
+ grid-template-columns: repeat(2, 1fr);
2883
+ height: max-content;
2884
+ }
2885
+ .grid-wrap-3 {
2886
+ grid-template-columns: repeat(3, 1fr);
2887
+ height: max-content;
2888
+ }
2889
+ .grid-wrap-4 {
2890
+ grid-template-columns: repeat(4, 1fr);
2891
+ height: max-content;
2892
+
2893
+ }
2894
+ .grid-wrap-5 {
2895
+ grid-template-columns: repeat(5, 1fr);
2896
+ height: max-content;
2897
+ }
2898
+ .grid-wrap-6 {
2899
+ grid-template-columns: repeat(6, 1fr);
2900
+ height: max-content;
2901
+ }
2902
+ .grid-wrap-7 {
2903
+ grid-template-columns: repeat(7, 1fr);
2904
+ height: max-content;
2905
+ }
2906
+ .grid-wrap-8 {
2907
+ grid-template-columns: repeat(8, 1fr);
2908
+ height: max-content;
2909
+ }
2910
+ /* grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); */
2911
+ @media screen and (max-width: 910px) {
2912
+ .grid-wrap-2 {
2913
+ grid-template-columns: repeat(1, 1fr);
2914
+ }
2915
+
2916
+ .grid-wrap-3 {
2917
+ grid-template-columns: repeat(1, 1fr);
2918
+ }
2919
+
2920
+ .grid-wrap-4 {
2921
+ grid-template-columns: repeat(1, 1fr);
2922
+ }
2923
+
2924
+ .grid-wrap-5 {
2925
+ grid-template-columns: repeat(1, 1fr);
2926
+ }
2927
+
2928
+ .grid-wrap-6 {
2929
+ grid-template-columns: repeat(2, 1fr);
2930
+ }
2931
+
2932
+ .grid-wrap-7 {
2933
+ grid-template-columns: repeat(3, 1fr);
2934
+ }
2935
+
2936
+ .grid-wrap-8 {
2937
+ grid-template-columns: repeat(4, 1fr);
2938
+ }
2738
2939
  }
2739
2940
  input,
2740
2941
  textarea,
@@ -2917,140 +3118,184 @@ select {
2917
3118
  .bgl_btn,
2918
3119
  .bgl_flatBtn,
2919
3120
  .bgl_btn-icon {
2920
- font-family: inherit;
2921
- white-space: nowrap;
2922
- cursor: pointer;
2923
- box-sizing: border-box;
2924
- user-select: none;
2925
- border: none;
2926
- transition: var(--bgl-transition);
2927
- border-radius: var(--btn-border-radius);
2928
- line-height: var(--btn-height);
2929
- font-size: var(--input-font-size);
2930
- display: inline-block;
2931
- height: var(--btn-height);
2932
- padding: 0;
3121
+ font-family: inherit;
3122
+ white-space: nowrap;
3123
+ cursor: pointer;
3124
+ box-sizing: border-box;
3125
+ user-select: none;
3126
+ border: none;
3127
+ transition: var(--bgl-transition);
3128
+ border-radius: var(--btn-border-radius);
3129
+ line-height: var(--btn-height);
3130
+ font-size: var(--input-font-size);
3131
+ display: inline-block;
3132
+ height: var(--btn-height);
3133
+ padding: 0;
2933
3134
  }
2934
3135
  .btn-close {
2935
- margin-top: -20px;
2936
- margin-inline-end: -20px;
2937
- margin-inline-start: auto;
2938
- margin-bottom: 15px;
2939
- transition: var(--bgl-transition);
2940
- height: 30px;
2941
- width: 30px;
2942
- opacity: 0.6;
2943
- cursor: pointer;
2944
- border-radius: 100%;
2945
- outline: 2px solid transparent;
2946
- display: flex;
2947
- align-items: center;
2948
- justify-content: center;
3136
+ margin-top: -20px;
3137
+ margin-inline-end: -20px;
3138
+ margin-inline-start: auto;
3139
+ margin-bottom: 15px;
3140
+ transition: var(--bgl-transition);
3141
+ height: 30px;
3142
+ width: 30px;
3143
+ opacity: 0.6;
3144
+ cursor: pointer;
3145
+ border-radius: 100%;
3146
+ outline: 2px solid transparent;
3147
+ display: flex;
3148
+ align-items: center;
3149
+ justify-content: center;
2949
3150
  }
2950
3151
  .btn-close:hover {
2951
- background: var(--bgl-gray-light);
2952
- opacity: 1;
3152
+ background: var(--bgl-gray-light);
3153
+ opacity: 1;
2953
3154
  }
2954
3155
  .btn-close:active {
2955
- background: var(--bgl-gray);
3156
+ background: var(--bgl-gray);
2956
3157
  }
2957
3158
  .btn-close::before {
2958
- content: "close";
2959
- font-family: "Material Symbols Outlined", serif;
3159
+ content: "close";
3160
+ font-family: "Material Symbols Outlined", serif;
2960
3161
  }
2961
3162
  .bgl_btn.thin {
2962
- height: calc(var(--btn-height) * 0.7);
2963
- line-height: calc(var(--btn-height) * 0.7);
3163
+ height: calc(var(--btn-height) * 0.7);
3164
+ line-height: calc(var(--btn-height) * 0.7);
3165
+ }
3166
+ .hover {
3167
+ cursor: pointer;
3168
+ transition: all 400ms ease;
3169
+ }
3170
+ .hover:hover {
3171
+ filter: brightness(90%);
3172
+ }
3173
+ .hover:active {
3174
+ filter: brightness(80%);
2964
3175
  }
2965
3176
  @media screen and (max-width: 910px) {
2966
- .bgl_btn {
2967
- padding: 0 20px;
2968
- }
3177
+ .bgl_btn {
3178
+ padding: 0 20px;
3179
+ }
2969
3180
  }
2970
3181
  .txt-center {
2971
- text-align: center;
3182
+ text-align: center;
2972
3183
  }
2973
3184
  .txt-start {
2974
- text-align: start;
3185
+ text-align: start;
2975
3186
  }
2976
3187
  .txt-end {
2977
- text-align: end;
3188
+ text-align: end;
2978
3189
  }
2979
3190
  .smalltxt {
2980
- font-size: 12px;
3191
+ font-size: 12px;
2981
3192
  }
2982
3193
  .txt20 {
2983
- font-size: 20px;
3194
+ font-size: 20px;
2984
3195
  }
2985
3196
  .txt18 {
2986
- font-size: 18px;
3197
+ font-size: 18px;
2987
3198
  }
2988
3199
  .txt16 {
2989
- font-size: 16px;
3200
+ font-size: 16px;
2990
3201
  }
2991
3202
  .txt14 {
2992
- font-size: 14px;
3203
+ font-size: 14px;
2993
3204
  }
2994
3205
  .txt12 {
2995
- font-size: 12px;
3206
+ font-size: 12px;
2996
3207
  }
2997
3208
  .txt10 {
2998
- font-size: 10px;
3209
+ font-size: 10px;
2999
3210
  }
3000
3211
  .txt9 {
3001
- font-size: 9px;
3212
+ font-size: 9px;
3002
3213
  }
3003
3214
  .no-margin {
3004
- margin: 0;
3215
+ margin: 0;
3005
3216
  }
3006
3217
  .txtgray {
3007
- color: var(--bgl-gray);
3218
+ color: var(--bgl-gray);
3008
3219
  }
3009
3220
  .txtblue {
3010
- color: var(--bgl-primary);
3221
+ color: var(--bgl-primary);
3011
3222
  }
3012
3223
  .txtblack {
3013
- color: var(--bgl-black);
3224
+ color: var(--bgl-black);
3014
3225
  }
3015
3226
  .txtred {
3016
- color: var(--bgl-red);
3227
+ color: var(--bgl-red);
3228
+ }
3229
+ .txtwhite {
3230
+ color: var(--bgl-white);
3017
3231
  }
3018
3232
  .font-light {
3019
- font-weight: 100;
3233
+ font-weight: 100;
3020
3234
  }
3021
3235
  .bold {
3022
- font-weight: 700;
3236
+ font-weight: 700;
3023
3237
  }
3024
3238
  .line-height-1 {
3025
- line-height: 1;
3239
+ line-height: 1;
3026
3240
  }
3027
3241
  .ellipsis {
3028
- overflow: hidden;
3029
- display: block;
3030
- width: 100%;
3031
- text-overflow: ellipsis;
3242
+ overflow: hidden;
3243
+ display: block;
3244
+ width: 100%;
3245
+ text-overflow: ellipsis;
3246
+ }
3247
+ .ellipsis-1,
3248
+ .ellipsis-2,
3249
+ .ellipsis-3,
3250
+ .ellipsis-4,
3251
+ .ellipsis-5,
3252
+ .ellipsis-6 {
3253
+ display: block;
3254
+ display: -webkit-box;
3255
+ max-width: 100%;
3256
+ -webkit-box-orient: vertical;
3257
+ overflow: hidden;
3258
+ text-overflow: ellipsis;
3259
+ }
3260
+ .ellipsis-1 {
3261
+ -webkit-line-clamp: 1;
3262
+ }
3263
+ .ellipsis-2 {
3264
+ -webkit-line-clamp: 2;
3265
+ }
3266
+ .ellipsis-3 {
3267
+ -webkit-line-clamp: 3;
3268
+ }
3269
+ .ellipsis-4 {
3270
+ -webkit-line-clamp: 4;
3271
+ }
3272
+ .ellipsis-5 {
3273
+ -webkit-line-clamp: 5;
3274
+ }
3275
+ .ellipsis-6 {
3276
+ -webkit-line-clamp: 6;
3032
3277
  }
3033
3278
  .pointer {
3034
- cursor: pointer;
3279
+ cursor: pointer;
3035
3280
  }
3036
3281
  .decoration-none {
3037
- text-decoration: none;
3282
+ text-decoration: none;
3038
3283
  }
3039
3284
  .bgl_icon-font {
3040
- font-family: "Material Symbols Outlined", serif;
3285
+ font-family: "Material Symbols Outlined", serif;
3041
3286
  }
3042
3287
  @media screen and (max-width: 910px) {
3043
- .txt20 {
3044
- font-size: 18px;
3045
- }
3288
+ .txt20 {
3289
+ font-size: 18px;
3290
+ }
3046
3291
 
3047
- .txt16 {
3048
- font-size: 14px;
3049
- }
3292
+ .txt16 {
3293
+ font-size: 14px;
3294
+ }
3050
3295
 
3051
- .txt14 {
3052
- font-size: 12px;
3053
- }
3296
+ .txt14 {
3297
+ font-size: 12px;
3298
+ }
3054
3299
  }
3055
3300
  ::-webkit-scrollbar {
3056
3301
  width: 0.5em;