@aaravpos/appointment-barber-booking 1.0.4 → 1.0.7
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/components/common/MainLayout.d.ts +1 -1
- package/dist/components/sidebar/Sidebar.d.ts +1 -2
- package/dist/index.cjs +30 -30
- package/dist/index.js +2963 -2951
- package/dist/styles.css +231 -229
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -798,11 +798,11 @@
|
|
|
798
798
|
.success-pulse {
|
|
799
799
|
animation: pulseBrand 2s ease infinite;
|
|
800
800
|
}
|
|
801
|
-
.
|
|
801
|
+
.aaravpos-barber-error-box {
|
|
802
802
|
padding: 16px;
|
|
803
803
|
color: #ef4444;
|
|
804
804
|
}
|
|
805
|
-
.
|
|
805
|
+
.aaravpos-barber-m0 {
|
|
806
806
|
margin: 0px !important;
|
|
807
807
|
}
|
|
808
808
|
.aaravpos-barber-overflow-hidden {
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
opacity: 0.5;
|
|
821
821
|
pointer-events: none;
|
|
822
822
|
}
|
|
823
|
-
.
|
|
823
|
+
.aaravpos-barber-container {
|
|
824
824
|
background-color: #fff;
|
|
825
825
|
padding: 16px;
|
|
826
826
|
width: 100%;
|
|
@@ -837,6 +837,10 @@
|
|
|
837
837
|
.aaravpos-barber-mt-auto {
|
|
838
838
|
margin-top: auto;
|
|
839
839
|
}
|
|
840
|
+
.aaravpos-barber-btn-position-relative {
|
|
841
|
+
position: relative !important;
|
|
842
|
+
bottom: auto !important;
|
|
843
|
+
}
|
|
840
844
|
.aaravpos-barber-btn {
|
|
841
845
|
gap: 8px;
|
|
842
846
|
padding: 8px 16px;
|
|
@@ -1590,7 +1594,8 @@
|
|
|
1590
1594
|
}
|
|
1591
1595
|
.aaravpos-barber-professional-grid {
|
|
1592
1596
|
display: grid;
|
|
1593
|
-
grid-template-columns: repeat(
|
|
1597
|
+
grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
|
|
1598
|
+
justify-content: center;
|
|
1594
1599
|
gap: 34px;
|
|
1595
1600
|
}
|
|
1596
1601
|
.aaravpos-barber-professional-header {
|
|
@@ -1705,6 +1710,7 @@
|
|
|
1705
1710
|
.aaravpos-barber-order-header {
|
|
1706
1711
|
padding: 0px 0px 8px 0px;
|
|
1707
1712
|
border-bottom: 1px solid #d1d5db;
|
|
1713
|
+
position: relative;
|
|
1708
1714
|
}
|
|
1709
1715
|
.aaravpos-barber-order-title {
|
|
1710
1716
|
font-size: 16px;
|
|
@@ -1986,7 +1992,7 @@
|
|
|
1986
1992
|
margin-bottom: 8px;
|
|
1987
1993
|
}
|
|
1988
1994
|
.aaravpos-barber-tip-btn {
|
|
1989
|
-
padding: 6px
|
|
1995
|
+
padding: 5px 6px;
|
|
1990
1996
|
border: 1px solid var(--btn-bg-hover);
|
|
1991
1997
|
border-radius: 4px;
|
|
1992
1998
|
background: #fff;
|
|
@@ -2027,15 +2033,21 @@
|
|
|
2027
2033
|
font-weight: 500;
|
|
2028
2034
|
}
|
|
2029
2035
|
.aaravpos-barber-sidebar-close-btn {
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
padding:
|
|
2036
|
+
width: 28px;
|
|
2037
|
+
height: 28px;
|
|
2038
|
+
padding: 4px;
|
|
2033
2039
|
border: none;
|
|
2034
2040
|
border-radius: 6px;
|
|
2035
2041
|
background: transparent;
|
|
2036
2042
|
cursor: pointer;
|
|
2037
|
-
font-size:
|
|
2043
|
+
font-size: 20px;
|
|
2038
2044
|
transition: all 0.2s ease;
|
|
2045
|
+
position: absolute;
|
|
2046
|
+
top: -4px;
|
|
2047
|
+
right: 0;
|
|
2048
|
+
display: flex;
|
|
2049
|
+
align-items: center;
|
|
2050
|
+
justify-content: center;
|
|
2039
2051
|
}
|
|
2040
2052
|
.aaravpos-barber-sidebar-close-btn:hover {
|
|
2041
2053
|
background: rgba(0, 0, 0, 0.05);
|
|
@@ -2196,13 +2208,13 @@
|
|
|
2196
2208
|
position: relative;
|
|
2197
2209
|
z-index: 2;
|
|
2198
2210
|
}
|
|
2199
|
-
.
|
|
2211
|
+
.aaravpos-barber-date-card-disabled {
|
|
2200
2212
|
position: relative;
|
|
2201
2213
|
opacity: 0.6;
|
|
2202
2214
|
cursor: not-allowed;
|
|
2203
2215
|
overflow: hidden;
|
|
2204
2216
|
}
|
|
2205
|
-
.
|
|
2217
|
+
.aaravpos-barber-date-disabled-slash {
|
|
2206
2218
|
position: absolute;
|
|
2207
2219
|
top: 50%;
|
|
2208
2220
|
left: -20%;
|
|
@@ -2212,7 +2224,7 @@
|
|
|
2212
2224
|
transform: rotate(-45deg);
|
|
2213
2225
|
z-index: 1;
|
|
2214
2226
|
}
|
|
2215
|
-
.
|
|
2227
|
+
.aaravpos-barber-date-unavailable {
|
|
2216
2228
|
font-size: 8px;
|
|
2217
2229
|
font-weight: 700;
|
|
2218
2230
|
margin-top: 2px;
|
|
@@ -2285,29 +2297,29 @@
|
|
|
2285
2297
|
line-height: 1.5;
|
|
2286
2298
|
color: rgba(0, 0, 0, 0.5);
|
|
2287
2299
|
}
|
|
2288
|
-
.
|
|
2300
|
+
.aaravpos-barber-details-section {
|
|
2289
2301
|
margin-top: 20px;
|
|
2290
2302
|
}
|
|
2291
|
-
.
|
|
2303
|
+
.aaravpos-barber-details-scroll {
|
|
2292
2304
|
overflow-y: auto;
|
|
2293
2305
|
padding-bottom: 30px;
|
|
2294
2306
|
scrollbar-width: none;
|
|
2295
2307
|
height: 565px;
|
|
2296
2308
|
}
|
|
2297
|
-
.
|
|
2309
|
+
.aaravpos-barber-details-scroll::-webkit-scrollbar {
|
|
2298
2310
|
display: none;
|
|
2299
2311
|
}
|
|
2300
|
-
.
|
|
2312
|
+
.aaravpos-barber-details-grid {
|
|
2301
2313
|
display: grid;
|
|
2302
2314
|
grid-template-columns: 1fr;
|
|
2303
2315
|
gap: 16px;
|
|
2304
2316
|
}
|
|
2305
|
-
.
|
|
2317
|
+
.aaravpos-barber-form-group {
|
|
2306
2318
|
display: flex;
|
|
2307
2319
|
flex-direction: column;
|
|
2308
2320
|
width: 100%;
|
|
2309
2321
|
}
|
|
2310
|
-
.
|
|
2322
|
+
.aaravpos-barber-form-label {
|
|
2311
2323
|
font-size: 12px;
|
|
2312
2324
|
font-weight: 600;
|
|
2313
2325
|
color: #4b5563;
|
|
@@ -2316,14 +2328,14 @@
|
|
|
2316
2328
|
align-items: center;
|
|
2317
2329
|
gap: 4px;
|
|
2318
2330
|
}
|
|
2319
|
-
.
|
|
2331
|
+
.aaravpos-barber-required {
|
|
2320
2332
|
color: #ef4444;
|
|
2321
2333
|
}
|
|
2322
|
-
.
|
|
2334
|
+
.aaravpos-barber-input-wrapper {
|
|
2323
2335
|
position: relative;
|
|
2324
2336
|
width: 100%;
|
|
2325
2337
|
}
|
|
2326
|
-
.
|
|
2338
|
+
.aaravpos-barber-custom-input {
|
|
2327
2339
|
border: 1px solid #d1d5db;
|
|
2328
2340
|
border-radius: 4px;
|
|
2329
2341
|
padding: 10px 12px;
|
|
@@ -2332,15 +2344,15 @@
|
|
|
2332
2344
|
transition: all 0.3s ease;
|
|
2333
2345
|
background-color: #ffffff;
|
|
2334
2346
|
}
|
|
2335
|
-
.
|
|
2347
|
+
.aaravpos-barber-custom-input:focus, .aaravpos-barber-custom-input input:focus {
|
|
2336
2348
|
border-color: black;
|
|
2337
2349
|
}
|
|
2338
|
-
.
|
|
2350
|
+
.aaravpos-barber-error-text {
|
|
2339
2351
|
margin-top: 6px;
|
|
2340
2352
|
font-size: 13px;
|
|
2341
2353
|
color: #ef4444;
|
|
2342
2354
|
}
|
|
2343
|
-
.
|
|
2355
|
+
.aaravpos-barber-autofill-text {
|
|
2344
2356
|
margin-top: 6px;
|
|
2345
2357
|
font-size: 12px;
|
|
2346
2358
|
color: #6b7280;
|
|
@@ -2348,31 +2360,31 @@
|
|
|
2348
2360
|
align-items: center;
|
|
2349
2361
|
gap: 4px;
|
|
2350
2362
|
}
|
|
2351
|
-
.
|
|
2363
|
+
.aaravpos-barber-clear-text {
|
|
2352
2364
|
color: #dc2626;
|
|
2353
2365
|
cursor: pointer;
|
|
2354
2366
|
font-weight: 500;
|
|
2355
2367
|
}
|
|
2356
|
-
.
|
|
2368
|
+
.aaravpos-barber-loader-wrapper {
|
|
2357
2369
|
position: absolute;
|
|
2358
2370
|
right: 10px;
|
|
2359
2371
|
top: 50%;
|
|
2360
2372
|
transform: translateY(-50%);
|
|
2361
2373
|
z-index: 999;
|
|
2362
2374
|
}
|
|
2363
|
-
.
|
|
2375
|
+
.aaravpos-barber-loader {
|
|
2364
2376
|
width: 16px;
|
|
2365
2377
|
height: 16px;
|
|
2366
2378
|
border: 2px solid #d1d5db;
|
|
2367
2379
|
border-top-color: #000000;
|
|
2368
2380
|
border-radius: 50%;
|
|
2369
|
-
animation:
|
|
2381
|
+
animation: aaravpos-barber-spin 0.8s linear infinite;
|
|
2370
2382
|
}
|
|
2371
|
-
.
|
|
2383
|
+
.aaravpos-barber-booking-wrapper {
|
|
2372
2384
|
width: 100%;
|
|
2373
2385
|
max-width: 100%;
|
|
2374
2386
|
}
|
|
2375
|
-
.
|
|
2387
|
+
.aaravpos-barber-outlet-info {
|
|
2376
2388
|
display: flex;
|
|
2377
2389
|
align-items: center;
|
|
2378
2390
|
gap: 12px;
|
|
@@ -2381,7 +2393,7 @@
|
|
|
2381
2393
|
margin-bottom: 4px;
|
|
2382
2394
|
border: 1px solid #e5e7eb;
|
|
2383
2395
|
}
|
|
2384
|
-
.
|
|
2396
|
+
.aaravpos-barber-outlet-logo {
|
|
2385
2397
|
width: 40px;
|
|
2386
2398
|
height: 40px;
|
|
2387
2399
|
border-radius: 4px;
|
|
@@ -2391,63 +2403,63 @@
|
|
|
2391
2403
|
align-items: center;
|
|
2392
2404
|
justify-content: center;
|
|
2393
2405
|
}
|
|
2394
|
-
.
|
|
2406
|
+
.aaravpos-barber-outlet-logo-img {
|
|
2395
2407
|
width: 100%;
|
|
2396
2408
|
height: 100%;
|
|
2397
2409
|
object-fit: cover;
|
|
2398
2410
|
}
|
|
2399
|
-
.
|
|
2411
|
+
.aaravpos-barber-outlet-content {
|
|
2400
2412
|
flex: 1;
|
|
2401
2413
|
min-width: 0;
|
|
2402
2414
|
}
|
|
2403
|
-
.
|
|
2415
|
+
.aaravpos-barber-outlet-name {
|
|
2404
2416
|
font-size: 14px;
|
|
2405
2417
|
font-weight: 600;
|
|
2406
2418
|
color: #111827;
|
|
2407
2419
|
margin: 0;
|
|
2408
2420
|
line-height: 1.4;
|
|
2409
2421
|
}
|
|
2410
|
-
.
|
|
2422
|
+
.aaravpos-barber-outlet-address {
|
|
2411
2423
|
font-size: 12px;
|
|
2412
2424
|
color: rgba(0, 0, 0, 0.7);
|
|
2413
2425
|
margin-top: 2px;
|
|
2414
2426
|
line-height: 1.5;
|
|
2415
2427
|
word-break: break-word;
|
|
2416
2428
|
}
|
|
2417
|
-
.
|
|
2429
|
+
.aaravpos-barber-booking-scroll {
|
|
2418
2430
|
overflow-y: auto;
|
|
2419
2431
|
scrollbar-width: none;
|
|
2420
2432
|
height: 495px;
|
|
2421
2433
|
padding-bottom: 15px;
|
|
2422
2434
|
}
|
|
2423
|
-
.
|
|
2435
|
+
.aaravpos-barber-booking-scroll::-webkit-scrollbar {
|
|
2424
2436
|
display: none;
|
|
2425
2437
|
}
|
|
2426
|
-
.
|
|
2438
|
+
.aaravpos-barber-booking-grid {
|
|
2427
2439
|
display: flex;
|
|
2428
2440
|
gap: 28px;
|
|
2429
2441
|
justify-content: space-between;
|
|
2430
2442
|
}
|
|
2431
|
-
.
|
|
2443
|
+
.aaravpos-barber-booking-column {
|
|
2432
2444
|
width: 100%;
|
|
2433
2445
|
min-width: 0;
|
|
2434
2446
|
}
|
|
2435
|
-
.
|
|
2447
|
+
.aaravpos-barber-appointment-header {
|
|
2436
2448
|
display: flex;
|
|
2437
2449
|
align-items: center;
|
|
2438
2450
|
gap: 12px;
|
|
2439
2451
|
}
|
|
2440
|
-
.
|
|
2452
|
+
.aaravpos-barber-appointment-content {
|
|
2441
2453
|
flex: 1;
|
|
2442
2454
|
min-width: 0;
|
|
2443
2455
|
}
|
|
2444
|
-
.
|
|
2456
|
+
.aaravpos-barber-appointment-name {
|
|
2445
2457
|
font-size: 14px;
|
|
2446
2458
|
font-weight: 600;
|
|
2447
2459
|
color: #111827;
|
|
2448
2460
|
margin: 0;
|
|
2449
2461
|
}
|
|
2450
|
-
.
|
|
2462
|
+
.aaravpos-barber-appointment-services {
|
|
2451
2463
|
font-size: 12px;
|
|
2452
2464
|
color: #6b7280;
|
|
2453
2465
|
margin-top: 2px;
|
|
@@ -2456,7 +2468,7 @@
|
|
|
2456
2468
|
white-space: nowrap;
|
|
2457
2469
|
margin-bottom: 0px;
|
|
2458
2470
|
}
|
|
2459
|
-
.
|
|
2471
|
+
.aaravpos-barber-appointment-price {
|
|
2460
2472
|
font-family: monospace;
|
|
2461
2473
|
font-weight: 600;
|
|
2462
2474
|
font-size: 15px;
|
|
@@ -2466,7 +2478,7 @@
|
|
|
2466
2478
|
display: flex;
|
|
2467
2479
|
flex-direction: row;
|
|
2468
2480
|
}
|
|
2469
|
-
.
|
|
2481
|
+
.aaravpos-barber-appointment-date {
|
|
2470
2482
|
display: flex;
|
|
2471
2483
|
align-items: center;
|
|
2472
2484
|
gap: 8px;
|
|
@@ -2474,20 +2486,20 @@
|
|
|
2474
2486
|
padding-top: 12px;
|
|
2475
2487
|
border-top: 1px solid #e5e7eb;
|
|
2476
2488
|
}
|
|
2477
|
-
.
|
|
2489
|
+
.aaravpos-barber-appointment-date-text {
|
|
2478
2490
|
font-size: 14px;
|
|
2479
2491
|
font-weight: 600;
|
|
2480
2492
|
color: #111827;
|
|
2481
2493
|
}
|
|
2482
|
-
.
|
|
2494
|
+
.aaravpos-barber-success-wrapper {
|
|
2483
2495
|
overflow-y: auto;
|
|
2484
2496
|
scrollbar-width: none;
|
|
2485
2497
|
height: 700px;
|
|
2486
2498
|
}
|
|
2487
|
-
.
|
|
2499
|
+
.aaravpos-barber-success-wrapper::-webkit-scrollbar {
|
|
2488
2500
|
display: none;
|
|
2489
2501
|
}
|
|
2490
|
-
.
|
|
2502
|
+
.aaravpos-barber-success-motion {
|
|
2491
2503
|
display: flex;
|
|
2492
2504
|
flex-direction: column;
|
|
2493
2505
|
height: 668px;
|
|
@@ -2497,7 +2509,7 @@
|
|
|
2497
2509
|
text-align: center;
|
|
2498
2510
|
padding: 16px;
|
|
2499
2511
|
}
|
|
2500
|
-
.
|
|
2512
|
+
.aaravpos-barber-success-icon {
|
|
2501
2513
|
width: 34px;
|
|
2502
2514
|
height: 34px;
|
|
2503
2515
|
background: var(--btn-bg);
|
|
@@ -2510,23 +2522,23 @@
|
|
|
2510
2522
|
font-size: 36px;
|
|
2511
2523
|
margin-bottom: 24px;
|
|
2512
2524
|
}
|
|
2513
|
-
.
|
|
2525
|
+
.aaravpos-barber-success-title {
|
|
2514
2526
|
font-family: "Bebas Neue", sans-serif;
|
|
2515
2527
|
font-size: 20px;
|
|
2516
2528
|
margin-bottom: 8px;
|
|
2517
2529
|
}
|
|
2518
|
-
.
|
|
2530
|
+
.aaravpos-barber-success-description {
|
|
2519
2531
|
font-size: 14px;
|
|
2520
2532
|
color: var(--muted);
|
|
2521
2533
|
margin-bottom: 10px;
|
|
2522
2534
|
line-height: 1.625;
|
|
2523
2535
|
margin-top: 0px;
|
|
2524
2536
|
}
|
|
2525
|
-
.
|
|
2537
|
+
.aaravpos-barber-success-content {
|
|
2526
2538
|
width: 100%;
|
|
2527
2539
|
max-width: 570px;
|
|
2528
2540
|
}
|
|
2529
|
-
.
|
|
2541
|
+
.aaravpos-barber-success-card {
|
|
2530
2542
|
background: #ffffff;
|
|
2531
2543
|
border-radius: 6px;
|
|
2532
2544
|
text-align: left;
|
|
@@ -2538,55 +2550,55 @@
|
|
|
2538
2550
|
scrollbar-width: none;
|
|
2539
2551
|
-ms-overflow-style: none;
|
|
2540
2552
|
}
|
|
2541
|
-
.
|
|
2553
|
+
.aaravpos-barber-success-row {
|
|
2542
2554
|
display: flex;
|
|
2543
2555
|
justify-content: space-between;
|
|
2544
2556
|
padding-top: 8px;
|
|
2545
2557
|
padding-bottom: 8px;
|
|
2546
2558
|
border-bottom: 1px solid #f3f4f6;
|
|
2547
2559
|
}
|
|
2548
|
-
.
|
|
2560
|
+
.aaravpos-barber-success-row-first {
|
|
2549
2561
|
padding-top: 0;
|
|
2550
2562
|
}
|
|
2551
|
-
.
|
|
2563
|
+
.aaravpos-barber-total-row {
|
|
2552
2564
|
display: flex;
|
|
2553
2565
|
justify-content: space-between;
|
|
2554
2566
|
padding-top: 16px;
|
|
2555
2567
|
padding-bottom: 0;
|
|
2556
2568
|
}
|
|
2557
|
-
.
|
|
2569
|
+
.aaravpos-barber-label {
|
|
2558
2570
|
color: #4b5563;
|
|
2559
2571
|
font-size: 14px;
|
|
2560
2572
|
font-weight: 700;
|
|
2561
2573
|
}
|
|
2562
|
-
.
|
|
2574
|
+
.aaravpos-barber-services-label {
|
|
2563
2575
|
color: #6b7280;
|
|
2564
2576
|
font-size: 14px;
|
|
2565
2577
|
font-weight: 700;
|
|
2566
2578
|
}
|
|
2567
|
-
.
|
|
2579
|
+
.aaravpos-barber-value {
|
|
2568
2580
|
font-size: 14px;
|
|
2569
2581
|
font-weight: 500;
|
|
2570
2582
|
color: #1f2937;
|
|
2571
2583
|
}
|
|
2572
|
-
.
|
|
2584
|
+
.aaravpos-barber-price {
|
|
2573
2585
|
display: flex;
|
|
2574
2586
|
flex-direction: row;
|
|
2575
2587
|
align-items: center;
|
|
2576
2588
|
color: #1f2937;
|
|
2577
2589
|
font-weight: 600;
|
|
2578
2590
|
}
|
|
2579
|
-
.
|
|
2591
|
+
.aaravpos-barber-total-price {
|
|
2580
2592
|
display: flex;
|
|
2581
2593
|
flex-direction: row;
|
|
2582
2594
|
align-items: center;
|
|
2583
2595
|
color: var(--red);
|
|
2584
2596
|
font-weight: 600;
|
|
2585
2597
|
}
|
|
2586
|
-
.
|
|
2598
|
+
.aaravpos-barber-services-header {
|
|
2587
2599
|
align-items: center;
|
|
2588
2600
|
}
|
|
2589
|
-
.
|
|
2601
|
+
.aaravpos-barber-services-list {
|
|
2590
2602
|
padding-top: 8px;
|
|
2591
2603
|
padding-bottom: 8px;
|
|
2592
2604
|
border-bottom: 1px solid #f3f4f6;
|
|
@@ -2597,23 +2609,23 @@
|
|
|
2597
2609
|
overflow-y: auto;
|
|
2598
2610
|
max-height: 23vh;
|
|
2599
2611
|
}
|
|
2600
|
-
.
|
|
2612
|
+
.aaravpos-barber-service-row {
|
|
2601
2613
|
display: flex;
|
|
2602
2614
|
justify-content: space-between;
|
|
2603
2615
|
font-size: 14px;
|
|
2604
2616
|
padding-top: 6px;
|
|
2605
2617
|
padding-bottom: 6px;
|
|
2606
2618
|
}
|
|
2607
|
-
.
|
|
2619
|
+
.aaravpos-barber-service-name {
|
|
2608
2620
|
color: #374151;
|
|
2609
2621
|
}
|
|
2610
|
-
.
|
|
2622
|
+
.aaravpos-barber-service-price {
|
|
2611
2623
|
color: #111827;
|
|
2612
2624
|
display: flex;
|
|
2613
2625
|
flex-direction: row;
|
|
2614
2626
|
align-items: center;
|
|
2615
2627
|
}
|
|
2616
|
-
.
|
|
2628
|
+
.aaravpos-barber-more-services {
|
|
2617
2629
|
text-align: center;
|
|
2618
2630
|
font-size: 12px;
|
|
2619
2631
|
color: #6b7280;
|
|
@@ -2624,7 +2636,7 @@
|
|
|
2624
2636
|
justify-content: center;
|
|
2625
2637
|
gap: 4px;
|
|
2626
2638
|
}
|
|
2627
|
-
.
|
|
2639
|
+
.aaravpos-barber-show-btn {
|
|
2628
2640
|
color: #2563eb;
|
|
2629
2641
|
font-size: 12px;
|
|
2630
2642
|
font-weight: 500;
|
|
@@ -2632,13 +2644,13 @@
|
|
|
2632
2644
|
background: transparent;
|
|
2633
2645
|
border: none;
|
|
2634
2646
|
}
|
|
2635
|
-
.
|
|
2647
|
+
.aaravpos-barber-show-btn-inner {
|
|
2636
2648
|
display: flex;
|
|
2637
2649
|
flex-direction: row;
|
|
2638
2650
|
align-items: center;
|
|
2639
2651
|
gap: 4px;
|
|
2640
2652
|
}
|
|
2641
|
-
.
|
|
2653
|
+
.aaravpos-barber-book-btn {
|
|
2642
2654
|
background: var(--btn-bg);
|
|
2643
2655
|
color: var(--btn-text);
|
|
2644
2656
|
border: 1px solid var(--btn-bg);
|
|
@@ -2656,12 +2668,12 @@
|
|
|
2656
2668
|
border-radius: 4px;
|
|
2657
2669
|
transition: all 0.3s ease;
|
|
2658
2670
|
}
|
|
2659
|
-
.
|
|
2671
|
+
.aaravpos-barber-book-btn:hover {
|
|
2660
2672
|
color: var(--btn-text-hover);
|
|
2661
2673
|
border-color: var(--btn-bg-hover);
|
|
2662
2674
|
background: var(--btn-bg-hover);
|
|
2663
2675
|
}
|
|
2664
|
-
.
|
|
2676
|
+
.aaravpos-barber-payment-overlay {
|
|
2665
2677
|
position: fixed;
|
|
2666
2678
|
inset: 0;
|
|
2667
2679
|
display: flex;
|
|
@@ -2671,7 +2683,7 @@
|
|
|
2671
2683
|
z-index: 1025;
|
|
2672
2684
|
padding: 16px;
|
|
2673
2685
|
}
|
|
2674
|
-
.
|
|
2686
|
+
.aaravpos-barber-payment-form {
|
|
2675
2687
|
width: 100%;
|
|
2676
2688
|
margin: auto;
|
|
2677
2689
|
display: flex;
|
|
@@ -2687,40 +2699,40 @@
|
|
|
2687
2699
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
|
|
2688
2700
|
box-sizing: border-box;
|
|
2689
2701
|
}
|
|
2690
|
-
.
|
|
2702
|
+
.aaravpos-barber-payment-header {
|
|
2691
2703
|
display: flex;
|
|
2692
2704
|
justify-content: space-between;
|
|
2693
2705
|
margin-bottom: 20px;
|
|
2694
2706
|
}
|
|
2695
|
-
.
|
|
2707
|
+
.aaravpos-barber-payment-title {
|
|
2696
2708
|
font-size: 18px;
|
|
2697
2709
|
font-weight: 600;
|
|
2698
2710
|
color: #111827;
|
|
2699
2711
|
margin: 0px;
|
|
2700
2712
|
}
|
|
2701
|
-
.
|
|
2713
|
+
.aaravpos-barber-payment-amount {
|
|
2702
2714
|
display: flex;
|
|
2703
2715
|
flex-direction: row;
|
|
2704
2716
|
align-items: center;
|
|
2705
2717
|
font-weight: 600;
|
|
2706
2718
|
color: #111827;
|
|
2707
2719
|
}
|
|
2708
|
-
.
|
|
2720
|
+
.aaravpos-barber-payment-fields {
|
|
2709
2721
|
display: flex;
|
|
2710
2722
|
flex-direction: column;
|
|
2711
2723
|
gap: 16px;
|
|
2712
2724
|
}
|
|
2713
|
-
.
|
|
2725
|
+
.aaravpos-barber-payment-label {
|
|
2714
2726
|
font-size: 12px;
|
|
2715
2727
|
font-weight: 600;
|
|
2716
2728
|
color: #4b5563;
|
|
2717
2729
|
display: flex;
|
|
2718
2730
|
margin-bottom: 4px;
|
|
2719
2731
|
}
|
|
2720
|
-
.
|
|
2732
|
+
.aaravpos-barber-payment-required {
|
|
2721
2733
|
color: #ef4444;
|
|
2722
2734
|
}
|
|
2723
|
-
.
|
|
2735
|
+
.aaravpos-barber-payment-input {
|
|
2724
2736
|
width: 100%;
|
|
2725
2737
|
padding: 10px 12px;
|
|
2726
2738
|
border: 1px solid red;
|
|
@@ -2729,26 +2741,26 @@
|
|
|
2729
2741
|
outline: none;
|
|
2730
2742
|
transition: border-color 0.2s ease;
|
|
2731
2743
|
}
|
|
2732
|
-
.
|
|
2744
|
+
.aaravpos-barber-payment-input:focus {
|
|
2733
2745
|
border-color: var(--red);
|
|
2734
2746
|
}
|
|
2735
|
-
.
|
|
2747
|
+
.aaravpos-barber-payment-error {
|
|
2736
2748
|
color: #ef4444;
|
|
2737
2749
|
font-size: 14px;
|
|
2738
2750
|
margin-top: 4px;
|
|
2739
2751
|
}
|
|
2740
|
-
.
|
|
2752
|
+
.aaravpos-barber-payment-grid {
|
|
2741
2753
|
display: grid;
|
|
2742
2754
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2743
2755
|
gap: 16px;
|
|
2744
2756
|
}
|
|
2745
|
-
.
|
|
2757
|
+
.aaravpos-barber-payment-btn-grid {
|
|
2746
2758
|
display: grid;
|
|
2747
2759
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2748
2760
|
gap: 16px;
|
|
2749
2761
|
margin-top: 20px;
|
|
2750
2762
|
}
|
|
2751
|
-
.
|
|
2763
|
+
.aaravpos-barber-payment-cancel-btn {
|
|
2752
2764
|
padding: 10px 16px;
|
|
2753
2765
|
cursor: pointer;
|
|
2754
2766
|
border-radius: 6px;
|
|
@@ -2756,7 +2768,7 @@
|
|
|
2756
2768
|
background: linear-gradient(to right, #ef4444, #dc2626);
|
|
2757
2769
|
color: #ffffff;
|
|
2758
2770
|
}
|
|
2759
|
-
.
|
|
2771
|
+
.aaravpos-barber-payment-submit-btn {
|
|
2760
2772
|
padding: 8px 16px;
|
|
2761
2773
|
border-radius: 6px;
|
|
2762
2774
|
cursor: pointer;
|
|
@@ -2765,11 +2777,11 @@
|
|
|
2765
2777
|
color: #ffffff;
|
|
2766
2778
|
transition: opacity 0.2s ease;
|
|
2767
2779
|
}
|
|
2768
|
-
.
|
|
2780
|
+
.aaravpos-barber-payment-submit-btn:disabled {
|
|
2769
2781
|
opacity: 0.5;
|
|
2770
2782
|
cursor: not-allowed;
|
|
2771
2783
|
}
|
|
2772
|
-
.
|
|
2784
|
+
.aaravpos-barber-consent-overlay {
|
|
2773
2785
|
position: fixed;
|
|
2774
2786
|
inset: 0;
|
|
2775
2787
|
z-index: 1025;
|
|
@@ -2779,12 +2791,12 @@
|
|
|
2779
2791
|
background-color: rgba(0, 0, 0, 0.4);
|
|
2780
2792
|
padding: 16px;
|
|
2781
2793
|
}
|
|
2782
|
-
.
|
|
2794
|
+
.aaravpos-barber-consent-backdrop {
|
|
2783
2795
|
position: fixed;
|
|
2784
2796
|
inset: 0;
|
|
2785
2797
|
background-color: rgba(0, 0, 0, 0.6);
|
|
2786
2798
|
}
|
|
2787
|
-
.
|
|
2799
|
+
.aaravpos-barber-consent-modal {
|
|
2788
2800
|
position: relative;
|
|
2789
2801
|
z-index: 10;
|
|
2790
2802
|
width: 90%;
|
|
@@ -2794,50 +2806,50 @@
|
|
|
2794
2806
|
border-radius: 12px;
|
|
2795
2807
|
padding: 16px;
|
|
2796
2808
|
}
|
|
2797
|
-
.
|
|
2809
|
+
.aaravpos-barber-consent-header {
|
|
2798
2810
|
display: flex;
|
|
2799
2811
|
justify-content: space-between;
|
|
2800
2812
|
margin-bottom: 10px;
|
|
2801
2813
|
}
|
|
2802
|
-
.
|
|
2814
|
+
.aaravpos-barber-consent-title {
|
|
2803
2815
|
font-size: 16px;
|
|
2804
2816
|
font-weight: 600;
|
|
2805
2817
|
color: #111827;
|
|
2806
2818
|
margin: 0px;
|
|
2807
2819
|
}
|
|
2808
|
-
.
|
|
2820
|
+
.aaravpos-barber-consent-close-btn {
|
|
2809
2821
|
color: #9ca3af;
|
|
2810
2822
|
cursor: pointer;
|
|
2811
2823
|
border: none;
|
|
2812
2824
|
background: transparent;
|
|
2813
2825
|
transition: color 0.2s ease;
|
|
2814
2826
|
}
|
|
2815
|
-
.
|
|
2827
|
+
.aaravpos-barber-consent-close-btn:hover {
|
|
2816
2828
|
color: #4b5563;
|
|
2817
2829
|
}
|
|
2818
|
-
.
|
|
2830
|
+
.aaravpos-barber-consent-content-wrapper {
|
|
2819
2831
|
max-height: 42vh;
|
|
2820
2832
|
}
|
|
2821
|
-
.
|
|
2833
|
+
.aaravpos-barber-consent-content-box {
|
|
2822
2834
|
border: 1px solid #e5e7eb;
|
|
2823
2835
|
border-radius: 6px;
|
|
2824
2836
|
padding: 16px;
|
|
2825
2837
|
background-color: #f9fafb;
|
|
2826
2838
|
}
|
|
2827
|
-
.
|
|
2839
|
+
.aaravpos-barber-consent-content {
|
|
2828
2840
|
color: #374151;
|
|
2829
2841
|
white-space: pre-wrap;
|
|
2830
2842
|
overflow-y: auto;
|
|
2831
2843
|
max-height: 30vh;
|
|
2832
2844
|
}
|
|
2833
|
-
.
|
|
2845
|
+
.aaravpos-barber-consent-checkbox-label {
|
|
2834
2846
|
display: flex;
|
|
2835
2847
|
gap: 8px;
|
|
2836
2848
|
align-items: center;
|
|
2837
2849
|
margin-top: 12px;
|
|
2838
2850
|
border-color: #e5e7eb;
|
|
2839
2851
|
}
|
|
2840
|
-
.
|
|
2852
|
+
.aaravpos-barber-consent-checkbox {
|
|
2841
2853
|
width: 18px;
|
|
2842
2854
|
height: 18px;
|
|
2843
2855
|
color: #ef4444;
|
|
@@ -2845,49 +2857,49 @@
|
|
|
2845
2857
|
border: 1px solid #d1d5db;
|
|
2846
2858
|
border-radius: 4px;
|
|
2847
2859
|
}
|
|
2848
|
-
.
|
|
2860
|
+
.aaravpos-barber-consent-checkbox-text {
|
|
2849
2861
|
font-size: 14px;
|
|
2850
2862
|
font-weight: 500;
|
|
2851
2863
|
color: #374151;
|
|
2852
2864
|
}
|
|
2853
|
-
.
|
|
2865
|
+
.aaravpos-barber-consent-typed-wrapper {
|
|
2854
2866
|
margin-top: 16px;
|
|
2855
2867
|
}
|
|
2856
|
-
.
|
|
2868
|
+
.aaravpos-barber-consent-input-label {
|
|
2857
2869
|
display: block;
|
|
2858
2870
|
margin-bottom: 8px;
|
|
2859
2871
|
font-size: 14px;
|
|
2860
2872
|
font-weight: 500;
|
|
2861
2873
|
color: #374151;
|
|
2862
2874
|
}
|
|
2863
|
-
.
|
|
2875
|
+
.aaravpos-barber-consent-required {
|
|
2864
2876
|
color: #ef4444;
|
|
2865
2877
|
}
|
|
2866
|
-
.
|
|
2878
|
+
.aaravpos-barber-consent-input {
|
|
2867
2879
|
width: 100%;
|
|
2868
2880
|
padding: 8px 12px;
|
|
2869
2881
|
border-radius: 6px;
|
|
2870
2882
|
outline: none;
|
|
2871
2883
|
}
|
|
2872
|
-
.
|
|
2884
|
+
.aaravpos-barber-consent-input-normal {
|
|
2873
2885
|
border: 1px solid #d1d5db;
|
|
2874
2886
|
}
|
|
2875
|
-
.
|
|
2887
|
+
.aaravpos-barber-consent-input-error {
|
|
2876
2888
|
border: 1px solid #ef4444;
|
|
2877
2889
|
}
|
|
2878
|
-
.
|
|
2890
|
+
.aaravpos-barber-consent-helper-text {
|
|
2879
2891
|
margin-top: 4px;
|
|
2880
2892
|
font-size: 12px;
|
|
2881
2893
|
color: #6b7280;
|
|
2882
2894
|
}
|
|
2883
|
-
.
|
|
2895
|
+
.aaravpos-barber-consent-error {
|
|
2884
2896
|
font-size: 14px;
|
|
2885
2897
|
color: #ef4444;
|
|
2886
2898
|
}
|
|
2887
|
-
.
|
|
2899
|
+
.aaravpos-barber-consent-signature-wrapper {
|
|
2888
2900
|
margin-top: 16px;
|
|
2889
2901
|
}
|
|
2890
|
-
.
|
|
2902
|
+
.aaravpos-barber-consent-signature-canvas {
|
|
2891
2903
|
width: 100%;
|
|
2892
2904
|
height: 136px;
|
|
2893
2905
|
overflow: hidden;
|
|
@@ -2895,16 +2907,16 @@
|
|
|
2895
2907
|
border-radius: 6px;
|
|
2896
2908
|
background-color: #ffffff;
|
|
2897
2909
|
}
|
|
2898
|
-
.
|
|
2910
|
+
.aaravpos-barber-consent-error-signature {
|
|
2899
2911
|
margin-top: 4px;
|
|
2900
2912
|
margin-bottom: 4px;
|
|
2901
2913
|
}
|
|
2902
|
-
.
|
|
2914
|
+
.aaravpos-barber-consent-signature-actions {
|
|
2903
2915
|
display: flex;
|
|
2904
2916
|
justify-content: space-between;
|
|
2905
2917
|
margin-top: 8px;
|
|
2906
2918
|
}
|
|
2907
|
-
.
|
|
2919
|
+
.aaravpos-barber-consent-clear-btn {
|
|
2908
2920
|
display: flex;
|
|
2909
2921
|
flex-direction: row;
|
|
2910
2922
|
align-items: center;
|
|
@@ -2917,17 +2929,17 @@
|
|
|
2917
2929
|
border-radius: 6px;
|
|
2918
2930
|
background: transparent;
|
|
2919
2931
|
}
|
|
2920
|
-
.
|
|
2932
|
+
.aaravpos-barber-consent-clear-btn:hover {
|
|
2921
2933
|
color: #1f2937;
|
|
2922
2934
|
}
|
|
2923
|
-
.
|
|
2935
|
+
.aaravpos-barber-consent-email-label {
|
|
2924
2936
|
display: flex;
|
|
2925
2937
|
gap: 8px;
|
|
2926
2938
|
align-items: center;
|
|
2927
2939
|
cursor: pointer;
|
|
2928
2940
|
font-size: 14px;
|
|
2929
2941
|
}
|
|
2930
|
-
.
|
|
2942
|
+
.aaravpos-barber-consent-email-checkbox {
|
|
2931
2943
|
width: 16px;
|
|
2932
2944
|
height: 16px;
|
|
2933
2945
|
accent-color: var(--btn-bg);
|
|
@@ -2935,17 +2947,17 @@
|
|
|
2935
2947
|
border: 1px solid #d1d5db;
|
|
2936
2948
|
border-radius: 4px;
|
|
2937
2949
|
}
|
|
2938
|
-
.
|
|
2950
|
+
.aaravpos-barber-consent-email-text {
|
|
2939
2951
|
font-size: 14px;
|
|
2940
2952
|
color: #374151;
|
|
2941
2953
|
}
|
|
2942
|
-
.
|
|
2954
|
+
.aaravpos-barber-consent-footer {
|
|
2943
2955
|
display: flex;
|
|
2944
2956
|
justify-content: flex-end;
|
|
2945
2957
|
gap: 12px;
|
|
2946
2958
|
margin-top: 20px;
|
|
2947
2959
|
}
|
|
2948
|
-
.
|
|
2960
|
+
.aaravpos-barber-consent-cancel-btn {
|
|
2949
2961
|
padding: 8px 16px;
|
|
2950
2962
|
border: 1px solid #d1d5db;
|
|
2951
2963
|
border-radius: 6px;
|
|
@@ -2954,10 +2966,10 @@
|
|
|
2954
2966
|
cursor: pointer;
|
|
2955
2967
|
transition: color 0.2s ease;
|
|
2956
2968
|
}
|
|
2957
|
-
.
|
|
2969
|
+
.aaravpos-barber-consent-cancel-btn:hover {
|
|
2958
2970
|
color: #111827;
|
|
2959
2971
|
}
|
|
2960
|
-
.
|
|
2972
|
+
.aaravpos-barber-consent-submit-btn {
|
|
2961
2973
|
display: flex;
|
|
2962
2974
|
align-items: center;
|
|
2963
2975
|
gap: 8px;
|
|
@@ -2966,27 +2978,27 @@
|
|
|
2966
2978
|
border-radius: 6px;
|
|
2967
2979
|
transition: all 0.2s ease;
|
|
2968
2980
|
}
|
|
2969
|
-
.
|
|
2981
|
+
.aaravpos-barber-consent-submit-disabled {
|
|
2970
2982
|
background-color: #d1d5db;
|
|
2971
2983
|
color: #4b5563;
|
|
2972
2984
|
cursor: not-allowed;
|
|
2973
2985
|
}
|
|
2974
|
-
.
|
|
2986
|
+
.aaravpos-barber-consent-submit-active {
|
|
2975
2987
|
background-color: var(--btn-bg);
|
|
2976
2988
|
color: #ffffff;
|
|
2977
2989
|
cursor: pointer;
|
|
2978
2990
|
}
|
|
2979
|
-
.
|
|
2991
|
+
.aaravpos-barber-consent-submit-active:hover {
|
|
2980
2992
|
background-color: var(--btn-bg-hover);
|
|
2981
2993
|
}
|
|
2982
|
-
.
|
|
2994
|
+
.aaravpos-barber-date-wrapper {
|
|
2983
2995
|
margin-top: 8px;
|
|
2984
2996
|
margin-bottom: 14px;
|
|
2985
2997
|
display: flex;
|
|
2986
2998
|
flex-direction: row;
|
|
2987
2999
|
flex-wrap: wrap;
|
|
2988
3000
|
}
|
|
2989
|
-
.
|
|
3001
|
+
.aaravpos-barber-date-strip {
|
|
2990
3002
|
display: flex;
|
|
2991
3003
|
align-items: stretch;
|
|
2992
3004
|
gap: 6px;
|
|
@@ -2996,10 +3008,10 @@
|
|
|
2996
3008
|
-webkit-overflow-scrolling: touch;
|
|
2997
3009
|
scroll-behavior: smooth;
|
|
2998
3010
|
}
|
|
2999
|
-
.
|
|
3011
|
+
.aaravpos-barber-date-strip::-webkit-scrollbar {
|
|
3000
3012
|
display: none;
|
|
3001
3013
|
}
|
|
3002
|
-
.
|
|
3014
|
+
.aaravpos-barber-date-card {
|
|
3003
3015
|
flex-shrink: 0;
|
|
3004
3016
|
display: flex;
|
|
3005
3017
|
flex-direction: column;
|
|
@@ -3013,37 +3025,37 @@
|
|
|
3013
3025
|
user-select: none;
|
|
3014
3026
|
border: 1px solid transparent;
|
|
3015
3027
|
}
|
|
3016
|
-
.
|
|
3028
|
+
.aaravpos-barber-date-card-active {
|
|
3017
3029
|
background-color: var(--btn-bg);
|
|
3018
3030
|
color: var(--btn-text);
|
|
3019
3031
|
border-color: var(--btn-bg);
|
|
3020
3032
|
}
|
|
3021
|
-
.
|
|
3033
|
+
.aaravpos-barber-date-card-default:hover {
|
|
3022
3034
|
color: var(--btn-text-hover);
|
|
3023
3035
|
border-color: var(--btn-bg-hover);
|
|
3024
3036
|
background-color: var(--btn-bg-hover);
|
|
3025
3037
|
}
|
|
3026
|
-
.
|
|
3038
|
+
.aaravpos-barber-date-week {
|
|
3027
3039
|
font-size: 10px;
|
|
3028
3040
|
text-transform: uppercase;
|
|
3029
3041
|
margin-bottom: 4px;
|
|
3030
3042
|
line-height: 1;
|
|
3031
3043
|
font-weight: 500;
|
|
3032
3044
|
}
|
|
3033
|
-
.
|
|
3045
|
+
.aaravpos-barber-date-day {
|
|
3034
3046
|
font-family: monospace;
|
|
3035
3047
|
font-size: 18px;
|
|
3036
3048
|
line-height: 1;
|
|
3037
3049
|
font-weight: 500;
|
|
3038
3050
|
}
|
|
3039
|
-
.
|
|
3051
|
+
.aaravpos-barber-date-today {
|
|
3040
3052
|
margin-top: 6px;
|
|
3041
3053
|
font-size: 8px;
|
|
3042
3054
|
color: var(--red);
|
|
3043
3055
|
font-weight: 700;
|
|
3044
3056
|
line-height: 1;
|
|
3045
3057
|
}
|
|
3046
|
-
.
|
|
3058
|
+
.aaravpos-barber-calendar-btn {
|
|
3047
3059
|
margin-left: 16px;
|
|
3048
3060
|
padding: 8px;
|
|
3049
3061
|
font-size: 14px;
|
|
@@ -3062,7 +3074,7 @@
|
|
|
3062
3074
|
color: #ffffff;
|
|
3063
3075
|
border: none;
|
|
3064
3076
|
}
|
|
3065
|
-
.
|
|
3077
|
+
.aaravpos-barber-selected-professional {
|
|
3066
3078
|
display: flex;
|
|
3067
3079
|
align-items: center;
|
|
3068
3080
|
gap: 12px;
|
|
@@ -3073,14 +3085,14 @@
|
|
|
3073
3085
|
border-radius: 2px;
|
|
3074
3086
|
flex-wrap: wrap;
|
|
3075
3087
|
}
|
|
3076
|
-
.
|
|
3088
|
+
.aaravpos-barber-selected-professional-image {
|
|
3077
3089
|
width: 40px;
|
|
3078
3090
|
height: 40px;
|
|
3079
3091
|
border-radius: 9999px;
|
|
3080
3092
|
object-fit: cover;
|
|
3081
3093
|
flex-shrink: 0;
|
|
3082
3094
|
}
|
|
3083
|
-
.
|
|
3095
|
+
.aaravpos-barber-selected-professional-avatar {
|
|
3084
3096
|
width: 40px;
|
|
3085
3097
|
height: 40px;
|
|
3086
3098
|
border-radius: 9999px;
|
|
@@ -3091,16 +3103,16 @@
|
|
|
3091
3103
|
justify-content: center;
|
|
3092
3104
|
flex-shrink: 0;
|
|
3093
3105
|
}
|
|
3094
|
-
.
|
|
3106
|
+
.aaravpos-barber-selected-professional-content {
|
|
3095
3107
|
flex: 1;
|
|
3096
3108
|
min-width: 0;
|
|
3097
3109
|
}
|
|
3098
|
-
.
|
|
3110
|
+
.aaravpos-barber-selected-professional-name {
|
|
3099
3111
|
font-size: 14px;
|
|
3100
3112
|
font-weight: 600;
|
|
3101
3113
|
margin: 0px 0px 4px;
|
|
3102
3114
|
}
|
|
3103
|
-
.
|
|
3115
|
+
.aaravpos-barber-selected-professional-services {
|
|
3104
3116
|
font-size: 12px;
|
|
3105
3117
|
color: var(--muted);
|
|
3106
3118
|
overflow: hidden;
|
|
@@ -3108,41 +3120,41 @@
|
|
|
3108
3120
|
white-space: nowrap;
|
|
3109
3121
|
margin: 0px;
|
|
3110
3122
|
}
|
|
3111
|
-
.
|
|
3123
|
+
.aaravpos-barber-scroll-area {
|
|
3112
3124
|
overflow-y: auto;
|
|
3113
3125
|
padding-bottom: 80px;
|
|
3114
3126
|
scrollbar-width: none;
|
|
3115
3127
|
max-height: 362px;
|
|
3116
3128
|
position: relative;
|
|
3117
3129
|
}
|
|
3118
|
-
.
|
|
3130
|
+
.aaravpos-barber-scroll-area::-webkit-scrollbar {
|
|
3119
3131
|
display: none;
|
|
3120
3132
|
}
|
|
3121
|
-
.
|
|
3133
|
+
.aaravpos-barber-loader-wrapper {
|
|
3122
3134
|
display: flex;
|
|
3123
3135
|
align-items: center;
|
|
3124
3136
|
justify-content: center;
|
|
3125
3137
|
width: 100%;
|
|
3126
3138
|
height: 100%;
|
|
3127
3139
|
}
|
|
3128
|
-
.
|
|
3140
|
+
.aaravpos-barber-loader {
|
|
3129
3141
|
width: 32px;
|
|
3130
3142
|
height: 32px;
|
|
3131
3143
|
border-radius: 9999px;
|
|
3132
3144
|
border: 3px solid var(--btn-bg);
|
|
3133
3145
|
border-top-color: transparent;
|
|
3134
|
-
animation:
|
|
3146
|
+
animation: aaravpos-barber-spin 1s linear infinite;
|
|
3135
3147
|
}
|
|
3136
|
-
.
|
|
3148
|
+
.aaravpos-barber-slot-icon {
|
|
3137
3149
|
color: #fb923c;
|
|
3138
3150
|
}
|
|
3139
|
-
.
|
|
3151
|
+
.aaravpos-barber-slot-section {
|
|
3140
3152
|
margin-bottom: 16px;
|
|
3141
3153
|
border: 1px solid rgb(0 0 0 / 10%);
|
|
3142
3154
|
border-radius: 2px;
|
|
3143
3155
|
overflow: hidden;
|
|
3144
3156
|
}
|
|
3145
|
-
.
|
|
3157
|
+
.aaravpos-barber-slot-section-header {
|
|
3146
3158
|
display: flex;
|
|
3147
3159
|
align-items: center;
|
|
3148
3160
|
justify-content: space-between;
|
|
@@ -3151,10 +3163,10 @@
|
|
|
3151
3163
|
background-color: var(--surface);
|
|
3152
3164
|
transition: background-color 0.2s ease;
|
|
3153
3165
|
}
|
|
3154
|
-
.
|
|
3166
|
+
.aaravpos-barber-slot-section-header:hover {
|
|
3155
3167
|
background-color: rgba(var(--btn-bg), 0.08);
|
|
3156
3168
|
}
|
|
3157
|
-
.
|
|
3169
|
+
.aaravpos-barber-slot-section-title {
|
|
3158
3170
|
display: flex;
|
|
3159
3171
|
align-items: center;
|
|
3160
3172
|
gap: 8px;
|
|
@@ -3164,23 +3176,23 @@
|
|
|
3164
3176
|
letter-spacing: 1.2px;
|
|
3165
3177
|
color: rgba(0, 0, 0, 0.8);
|
|
3166
3178
|
}
|
|
3167
|
-
.
|
|
3179
|
+
.aaravpos-barber-slot-section-arrow {
|
|
3168
3180
|
transition: transform 0.2s ease;
|
|
3169
3181
|
}
|
|
3170
|
-
.
|
|
3182
|
+
.aaravpos-barber-slot-section-arrow-open {
|
|
3171
3183
|
transform: rotate(180deg);
|
|
3172
3184
|
}
|
|
3173
|
-
.
|
|
3185
|
+
.aaravpos-barber-slot-section-content {
|
|
3174
3186
|
padding: 12px;
|
|
3175
3187
|
border-top: 1px solid rgb(0 0 0 / 10%);
|
|
3176
3188
|
background-color: #ffffff;
|
|
3177
3189
|
}
|
|
3178
|
-
.
|
|
3190
|
+
.aaravpos-barber-slot-grid {
|
|
3179
3191
|
display: grid;
|
|
3180
3192
|
grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
|
|
3181
3193
|
gap: 8px;
|
|
3182
3194
|
}
|
|
3183
|
-
.
|
|
3195
|
+
.aaravpos-barber-slot-card {
|
|
3184
3196
|
display: flex;
|
|
3185
3197
|
flex-direction: column;
|
|
3186
3198
|
align-items: center;
|
|
@@ -3191,30 +3203,30 @@
|
|
|
3191
3203
|
border-radius: 2px;
|
|
3192
3204
|
transition: all 0.2s ease;
|
|
3193
3205
|
}
|
|
3194
|
-
.
|
|
3206
|
+
.aaravpos-barber-slot-card-default {
|
|
3195
3207
|
background-color: #ffffff;
|
|
3196
3208
|
cursor: pointer;
|
|
3197
3209
|
}
|
|
3198
|
-
.
|
|
3210
|
+
.aaravpos-barber-slot-card-default:hover {
|
|
3199
3211
|
color: var(--btn-bg);
|
|
3200
3212
|
border-color: var(--btn-bg);
|
|
3201
3213
|
}
|
|
3202
|
-
.
|
|
3214
|
+
.aaravpos-barber-slot-card-selected {
|
|
3203
3215
|
background-color: #fff8f8;
|
|
3204
3216
|
color: var(--btn-bg);
|
|
3205
3217
|
border-color: rgb(0 0 0 / 10%);
|
|
3206
3218
|
cursor: pointer;
|
|
3207
3219
|
}
|
|
3208
|
-
.
|
|
3220
|
+
.aaravpos-barber-slot-card-disabled {
|
|
3209
3221
|
background-color: #f3f4f6;
|
|
3210
3222
|
color: #9ca3af;
|
|
3211
3223
|
cursor: not-allowed;
|
|
3212
3224
|
}
|
|
3213
|
-
.
|
|
3225
|
+
.aaravpos-barber-slot-time {
|
|
3214
3226
|
font-family: monospace;
|
|
3215
3227
|
font-size: 14px;
|
|
3216
3228
|
}
|
|
3217
|
-
.
|
|
3229
|
+
.aaravpos-barber-slot-status {
|
|
3218
3230
|
font-size: 10px;
|
|
3219
3231
|
}
|
|
3220
3232
|
.aaravpos-barber-staff-wrapper {
|
|
@@ -3227,14 +3239,14 @@
|
|
|
3227
3239
|
.aaravpos-barber-staff-wrapper::-webkit-scrollbar {
|
|
3228
3240
|
display: none;
|
|
3229
3241
|
}
|
|
3230
|
-
.
|
|
3242
|
+
.aaravpos-barber-profile-image {
|
|
3231
3243
|
width: 40px;
|
|
3232
3244
|
height: 40px;
|
|
3233
3245
|
border-radius: 9999px;
|
|
3234
3246
|
object-fit: cover;
|
|
3235
3247
|
flex-shrink: 0;
|
|
3236
3248
|
}
|
|
3237
|
-
.
|
|
3249
|
+
.aaravpos-barber-profile-avatar {
|
|
3238
3250
|
width: 40px;
|
|
3239
3251
|
height: 40px;
|
|
3240
3252
|
border-radius: 9999px;
|
|
@@ -3245,7 +3257,7 @@
|
|
|
3245
3257
|
justify-content: center;
|
|
3246
3258
|
flex-shrink: 0;
|
|
3247
3259
|
}
|
|
3248
|
-
.
|
|
3260
|
+
.aaravpos-barber-card-box {
|
|
3249
3261
|
background-color: #ffffff;
|
|
3250
3262
|
border: 1px solid var(--btn-bg);
|
|
3251
3263
|
border-radius: 2px;
|
|
@@ -3253,7 +3265,7 @@
|
|
|
3253
3265
|
margin-bottom: 8px;
|
|
3254
3266
|
font-size: 14px;
|
|
3255
3267
|
}
|
|
3256
|
-
.
|
|
3268
|
+
.aaravpos-barber-section-label {
|
|
3257
3269
|
margin-top: 20px;
|
|
3258
3270
|
margin-bottom: 8px;
|
|
3259
3271
|
font-size: 10px;
|
|
@@ -3262,7 +3274,7 @@
|
|
|
3262
3274
|
letter-spacing: 1.5px;
|
|
3263
3275
|
color: rgba(0, 0, 0, 0.7);
|
|
3264
3276
|
}
|
|
3265
|
-
.
|
|
3277
|
+
.aaravpos-barber-select-card {
|
|
3266
3278
|
display: flex;
|
|
3267
3279
|
flex-direction: row;
|
|
3268
3280
|
align-items: center;
|
|
@@ -3273,22 +3285,22 @@
|
|
|
3273
3285
|
margin-bottom: 8px;
|
|
3274
3286
|
border: 1px solid;
|
|
3275
3287
|
}
|
|
3276
|
-
.
|
|
3288
|
+
.aaravpos-barber-select-card-default {
|
|
3277
3289
|
border-color: var(--border);
|
|
3278
3290
|
background-color: transparent;
|
|
3279
3291
|
}
|
|
3280
|
-
.
|
|
3292
|
+
.aaravpos-barber-select-card-active {
|
|
3281
3293
|
border-color: var(--red);
|
|
3282
3294
|
background-color: rgba(255, 0, 0, 0.05);
|
|
3283
3295
|
}
|
|
3284
|
-
.
|
|
3296
|
+
.aaravpos-barber-select-check {
|
|
3285
3297
|
margin-left: auto;
|
|
3286
3298
|
display: flex;
|
|
3287
3299
|
align-items: center;
|
|
3288
3300
|
justify-content: center;
|
|
3289
3301
|
flex-shrink: 0;
|
|
3290
3302
|
}
|
|
3291
|
-
.
|
|
3303
|
+
.aaravpos-barber-date-nav-btn {
|
|
3292
3304
|
flex-shrink: 0;
|
|
3293
3305
|
width: 34px;
|
|
3294
3306
|
background-color: rgb(242, 240, 236);
|
|
@@ -3304,7 +3316,7 @@
|
|
|
3304
3316
|
align-self: stretch;
|
|
3305
3317
|
transition: all 150ms ease;
|
|
3306
3318
|
}
|
|
3307
|
-
.
|
|
3319
|
+
.aaravpos-barber-date-nav-btn:hover {
|
|
3308
3320
|
border-color: var(--red);
|
|
3309
3321
|
color: var(--red);
|
|
3310
3322
|
background-color: rgba(215, 38, 61, 0.12);
|
|
@@ -3388,7 +3400,7 @@
|
|
|
3388
3400
|
}
|
|
3389
3401
|
}
|
|
3390
3402
|
@media (max-width: 768px) {
|
|
3391
|
-
.
|
|
3403
|
+
.aaravpos-barber-select-card {
|
|
3392
3404
|
gap: 10px;
|
|
3393
3405
|
padding: 10px;
|
|
3394
3406
|
}
|
|
@@ -3406,47 +3418,47 @@
|
|
|
3406
3418
|
.aaravpos-barber-calendar-grid {
|
|
3407
3419
|
gap: 8px;
|
|
3408
3420
|
}
|
|
3409
|
-
.
|
|
3421
|
+
.aaravpos-barber-date-nav-btn svg {
|
|
3410
3422
|
width: 18px;
|
|
3411
3423
|
height: 18px;
|
|
3412
3424
|
}
|
|
3413
|
-
.
|
|
3425
|
+
.aaravpos-barber-date-strip {
|
|
3414
3426
|
gap: 5px;
|
|
3415
3427
|
}
|
|
3416
|
-
.
|
|
3428
|
+
.aaravpos-barber-date-week {
|
|
3417
3429
|
font-size: 9px;
|
|
3418
3430
|
}
|
|
3419
|
-
.
|
|
3431
|
+
.aaravpos-barber-date-day {
|
|
3420
3432
|
font-size: 20px;
|
|
3421
3433
|
}
|
|
3422
|
-
.
|
|
3434
|
+
.aaravpos-barber-date-today {
|
|
3423
3435
|
font-size: 7px;
|
|
3424
3436
|
}
|
|
3425
|
-
.
|
|
3437
|
+
.aaravpos-barber-select-check svg {
|
|
3426
3438
|
width: 18px;
|
|
3427
3439
|
height: 18px;
|
|
3428
3440
|
}
|
|
3429
|
-
.
|
|
3441
|
+
.aaravpos-barber-card-box {
|
|
3430
3442
|
padding: 14px;
|
|
3431
3443
|
font-size: 13px;
|
|
3432
3444
|
}
|
|
3433
|
-
.
|
|
3445
|
+
.aaravpos-barber-calendar-btn {
|
|
3434
3446
|
font-size: 12px;
|
|
3435
3447
|
}
|
|
3436
|
-
.
|
|
3448
|
+
.aaravpos-barber-outlet-info {
|
|
3437
3449
|
padding: 10px;
|
|
3438
3450
|
}
|
|
3439
|
-
.
|
|
3451
|
+
.aaravpos-barber-outlet-logo {
|
|
3440
3452
|
width: 36px;
|
|
3441
3453
|
height: 36px;
|
|
3442
3454
|
}
|
|
3443
|
-
.
|
|
3455
|
+
.aaravpos-barber-appointment-header {
|
|
3444
3456
|
align-items: flex-start;
|
|
3445
3457
|
}
|
|
3446
|
-
.
|
|
3458
|
+
.aaravpos-barber-appointment-price {
|
|
3447
3459
|
font-size: 14px;
|
|
3448
3460
|
}
|
|
3449
|
-
.
|
|
3461
|
+
.aaravpos-barber-appointment-services {
|
|
3450
3462
|
white-space: normal;
|
|
3451
3463
|
display: -webkit-box;
|
|
3452
3464
|
-webkit-line-clamp: 2;
|
|
@@ -3479,17 +3491,17 @@
|
|
|
3479
3491
|
}
|
|
3480
3492
|
}
|
|
3481
3493
|
@media (min-width: 768px) {
|
|
3482
|
-
.
|
|
3494
|
+
.aaravpos-barber-section-label {
|
|
3483
3495
|
margin-top: 18px;
|
|
3484
3496
|
font-size: 9px;
|
|
3485
3497
|
letter-spacing: 1.3px;
|
|
3486
3498
|
}
|
|
3487
|
-
.
|
|
3499
|
+
.aaravpos-barber-profile-avatar {
|
|
3488
3500
|
width: 36px;
|
|
3489
3501
|
height: 36px;
|
|
3490
3502
|
font-size: 14px;
|
|
3491
3503
|
}
|
|
3492
|
-
.
|
|
3504
|
+
.aaravpos-barber-profile-image {
|
|
3493
3505
|
width: 36px;
|
|
3494
3506
|
height: 36px;
|
|
3495
3507
|
}
|
|
@@ -3518,7 +3530,7 @@
|
|
|
3518
3530
|
.aaravpos-barber-pro-order-list {
|
|
3519
3531
|
height: calc(100dvh - 380px);
|
|
3520
3532
|
}
|
|
3521
|
-
.
|
|
3533
|
+
.aaravpos-barber-details-grid {
|
|
3522
3534
|
grid-template-columns: repeat(2, 1fr);
|
|
3523
3535
|
gap: 20px;
|
|
3524
3536
|
}
|
|
@@ -3527,73 +3539,73 @@
|
|
|
3527
3539
|
}
|
|
3528
3540
|
}
|
|
3529
3541
|
@media (max-width: 480px) {
|
|
3530
|
-
.
|
|
3542
|
+
.aaravpos-barber-date-nav-btn {
|
|
3531
3543
|
width: 23px;
|
|
3532
3544
|
padding: 6px;
|
|
3533
3545
|
}
|
|
3534
|
-
.
|
|
3546
|
+
.aaravpos-barber-date-nav-btn svg {
|
|
3535
3547
|
width: 16px;
|
|
3536
3548
|
height: 16px;
|
|
3537
3549
|
}
|
|
3538
|
-
.
|
|
3550
|
+
.aaravpos-barber-date-strip {
|
|
3539
3551
|
gap: 4px;
|
|
3540
3552
|
}
|
|
3541
|
-
.
|
|
3553
|
+
.aaravpos-barber-date-card {
|
|
3542
3554
|
min-width: 24px;
|
|
3543
3555
|
min-height: 38px;
|
|
3544
3556
|
padding: 8px 4px;
|
|
3545
3557
|
}
|
|
3546
|
-
.
|
|
3558
|
+
.aaravpos-barber-calendar-btn {
|
|
3547
3559
|
margin-left: 2px;
|
|
3548
3560
|
padding: 6px;
|
|
3549
3561
|
}
|
|
3550
|
-
.
|
|
3562
|
+
.aaravpos-barber-date-week {
|
|
3551
3563
|
font-size: 8px;
|
|
3552
3564
|
margin-bottom: 3px;
|
|
3553
3565
|
}
|
|
3554
|
-
.
|
|
3566
|
+
.aaravpos-barber-date-day {
|
|
3555
3567
|
font-size: 18px;
|
|
3556
3568
|
}
|
|
3557
|
-
.
|
|
3569
|
+
.aaravpos-barber-date-today {
|
|
3558
3570
|
margin-top: 4px;
|
|
3559
3571
|
font-size: 6px;
|
|
3560
3572
|
}
|
|
3561
|
-
.
|
|
3573
|
+
.aaravpos-barber-select-check svg {
|
|
3562
3574
|
width: 16px;
|
|
3563
3575
|
height: 16px;
|
|
3564
3576
|
}
|
|
3565
|
-
.
|
|
3577
|
+
.aaravpos-barber-select-card {
|
|
3566
3578
|
gap: 8px;
|
|
3567
3579
|
padding: 8px;
|
|
3568
3580
|
}
|
|
3569
|
-
.
|
|
3581
|
+
.aaravpos-barber-section-label {
|
|
3570
3582
|
margin-top: 16px;
|
|
3571
3583
|
font-size: 8px;
|
|
3572
3584
|
letter-spacing: 1.1px;
|
|
3573
3585
|
}
|
|
3574
|
-
.
|
|
3586
|
+
.aaravpos-barber-card-box {
|
|
3575
3587
|
padding: 12px;
|
|
3576
3588
|
font-size: 12px;
|
|
3577
3589
|
}
|
|
3578
|
-
.
|
|
3590
|
+
.aaravpos-barber-profile-image {
|
|
3579
3591
|
width: 32px;
|
|
3580
3592
|
height: 32px;
|
|
3581
3593
|
}
|
|
3582
|
-
.
|
|
3594
|
+
.aaravpos-barber-profile-avatar {
|
|
3583
3595
|
width: 32px;
|
|
3584
3596
|
height: 32px;
|
|
3585
3597
|
font-size: 12px;
|
|
3586
3598
|
}
|
|
3587
|
-
.
|
|
3599
|
+
.aaravpos-barber-outlet-name {
|
|
3588
3600
|
font-size: 13px;
|
|
3589
3601
|
}
|
|
3590
|
-
.
|
|
3602
|
+
.aaravpos-barber-outlet-address {
|
|
3591
3603
|
font-size: 11px;
|
|
3592
3604
|
}
|
|
3593
|
-
.
|
|
3605
|
+
.aaravpos-barber-appointment-name {
|
|
3594
3606
|
font-size: 13px;
|
|
3595
3607
|
}
|
|
3596
|
-
.
|
|
3608
|
+
.aaravpos-barber-appointment-date-text {
|
|
3597
3609
|
font-size: 13px;
|
|
3598
3610
|
}
|
|
3599
3611
|
.aaravpos-barber-date-modal {
|
|
@@ -3605,7 +3617,7 @@
|
|
|
3605
3617
|
}
|
|
3606
3618
|
}
|
|
3607
3619
|
@media (max-width: 543px) {
|
|
3608
|
-
.
|
|
3620
|
+
.aaravpos-barber-date-wrapper {
|
|
3609
3621
|
justify-content: space-between;
|
|
3610
3622
|
}
|
|
3611
3623
|
.aaravpos-barber-services-grid {
|
|
@@ -3616,7 +3628,7 @@
|
|
|
3616
3628
|
.aaravpos-barber-sidebar {
|
|
3617
3629
|
display: block;
|
|
3618
3630
|
}
|
|
3619
|
-
.aaravpos-barber-sidebar-
|
|
3631
|
+
.aaravpos-barber-sidebar-mobile {
|
|
3620
3632
|
display: none;
|
|
3621
3633
|
}
|
|
3622
3634
|
.aaravpos-barber-layout-wrapper {
|
|
@@ -3632,20 +3644,20 @@
|
|
|
3632
3644
|
}
|
|
3633
3645
|
}
|
|
3634
3646
|
@media (min-width: 1024px) {
|
|
3635
|
-
.
|
|
3647
|
+
.aaravpos-barber-date-strip {
|
|
3636
3648
|
gap: 6px;
|
|
3637
3649
|
}
|
|
3638
3650
|
.custom-container {
|
|
3639
3651
|
padding-left: 64px;
|
|
3640
3652
|
padding-right: 64px;
|
|
3641
3653
|
}
|
|
3642
|
-
.
|
|
3654
|
+
.aaravpos-barber-consent-modal {
|
|
3643
3655
|
width: 60%;
|
|
3644
3656
|
}
|
|
3645
|
-
.
|
|
3657
|
+
.aaravpos-barber-scroll-area {
|
|
3646
3658
|
padding-bottom: 16px;
|
|
3647
3659
|
}
|
|
3648
|
-
.
|
|
3660
|
+
.aaravpos-barber-consent-title {
|
|
3649
3661
|
font-size: 20px;
|
|
3650
3662
|
}
|
|
3651
3663
|
.aaravpos-barber-header {
|
|
@@ -3671,7 +3683,7 @@
|
|
|
3671
3683
|
align-items: flex-end;
|
|
3672
3684
|
gap: 32px;
|
|
3673
3685
|
}
|
|
3674
|
-
.
|
|
3686
|
+
.aaravpos-barber-details-scroll {
|
|
3675
3687
|
padding-bottom: 16px;
|
|
3676
3688
|
}
|
|
3677
3689
|
}
|
|
@@ -3683,7 +3695,7 @@
|
|
|
3683
3695
|
.aaravpos-barber-sidebar {
|
|
3684
3696
|
display: none;
|
|
3685
3697
|
}
|
|
3686
|
-
.
|
|
3698
|
+
.aaravpos-barber-booking-grid {
|
|
3687
3699
|
flex-direction: column;
|
|
3688
3700
|
gap: 20px;
|
|
3689
3701
|
}
|
|
@@ -3701,20 +3713,10 @@
|
|
|
3701
3713
|
grid-template-columns: repeat(5, 1fr);
|
|
3702
3714
|
}
|
|
3703
3715
|
}
|
|
3704
|
-
@media (max-width: 1500px) {
|
|
3705
|
-
.aaravpos-barber-professional-grid {
|
|
3706
|
-
grid-template-columns: repeat(4, 1fr);
|
|
3707
|
-
}
|
|
3708
|
-
}
|
|
3709
|
-
@media (max-width: 1200px) {
|
|
3710
|
-
.aaravpos-barber-professional-grid {
|
|
3711
|
-
grid-template-columns: repeat(3, 1fr);
|
|
3712
|
-
}
|
|
3713
|
-
}
|
|
3714
3716
|
@media (max-width: 768px) {
|
|
3715
3717
|
.aaravpos-barber-professional-grid {
|
|
3716
|
-
grid-template-columns: repeat(2, 1fr);
|
|
3717
3718
|
gap: 20px;
|
|
3719
|
+
grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
|
|
3718
3720
|
}
|
|
3719
3721
|
.aaravpos-barber-professional-name {
|
|
3720
3722
|
font-size: 20px;
|
|
@@ -3814,12 +3816,12 @@
|
|
|
3814
3816
|
transform: rotate(360deg);
|
|
3815
3817
|
}
|
|
3816
3818
|
}
|
|
3817
|
-
@keyframes
|
|
3819
|
+
@keyframes aaravpos-barber-spin {
|
|
3818
3820
|
to {
|
|
3819
3821
|
transform: rotate(360deg);
|
|
3820
3822
|
}
|
|
3821
3823
|
}
|
|
3822
|
-
@keyframes
|
|
3824
|
+
@keyframes aaravpos-barber-spin {
|
|
3823
3825
|
to {
|
|
3824
3826
|
transform: rotate(360deg);
|
|
3825
3827
|
}
|