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