@mahatisystems/mahati-ui-components 1.2.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.css CHANGED
@@ -2348,6 +2348,9 @@
2348
2348
  .mahati .pointer-events-none {
2349
2349
  pointer-events: none;
2350
2350
  }
2351
+ .mahati .pointer-events-auto {
2352
+ pointer-events: auto;
2353
+ }
2351
2354
  .mahati .visible {
2352
2355
  visibility: visible;
2353
2356
  }
@@ -2370,12 +2373,30 @@
2370
2373
  .mahati .bottom-0 {
2371
2374
  bottom: 0px;
2372
2375
  }
2376
+ .mahati .bottom-4 {
2377
+ bottom: 1rem;
2378
+ }
2373
2379
  .mahati .bottom-\[-2px\] {
2374
2380
  bottom: -2px;
2375
2381
  }
2376
2382
  .mahati .bottom-\[-4px\] {
2377
2383
  bottom: -4px;
2378
2384
  }
2385
+ .mahati .bottom-\[10px\] {
2386
+ bottom: 10px;
2387
+ }
2388
+ .mahati .bottom-\[16px\] {
2389
+ bottom: 16px;
2390
+ }
2391
+ .mahati .bottom-\[33px\] {
2392
+ bottom: 33px;
2393
+ }
2394
+ .mahati .bottom-\[52px\] {
2395
+ bottom: 52px;
2396
+ }
2397
+ .mahati .bottom-\[78px\] {
2398
+ bottom: 78px;
2399
+ }
2379
2400
  .mahati .bottom-full {
2380
2401
  bottom: 100%;
2381
2402
  }
@@ -2391,9 +2412,24 @@
2391
2412
  .mahati .left-3 {
2392
2413
  left: 0.75rem;
2393
2414
  }
2415
+ .mahati .left-4 {
2416
+ left: 1rem;
2417
+ }
2394
2418
  .mahati .left-\[-4px\] {
2395
2419
  left: -4px;
2396
2420
  }
2421
+ .mahati .left-\[36px\] {
2422
+ left: 36px;
2423
+ }
2424
+ .mahati .left-\[5px\] {
2425
+ left: 5px;
2426
+ }
2427
+ .mahati .left-\[80px\] {
2428
+ left: 80px;
2429
+ }
2430
+ .mahati .left-\[calc\(100\%-36px\)\] {
2431
+ left: calc(100% - 36px);
2432
+ }
2397
2433
  .mahati .left-full {
2398
2434
  left: 100%;
2399
2435
  }
@@ -2406,9 +2442,21 @@
2406
2442
  .mahati .right-3 {
2407
2443
  right: 0.75rem;
2408
2444
  }
2445
+ .mahati .right-4 {
2446
+ right: 1rem;
2447
+ }
2409
2448
  .mahati .right-\[-4px\] {
2410
2449
  right: -4px;
2411
2450
  }
2451
+ .mahati .right-\[12px\] {
2452
+ right: 12px;
2453
+ }
2454
+ .mahati .right-\[70px\] {
2455
+ right: 70px;
2456
+ }
2457
+ .mahati .right-\[80px\] {
2458
+ right: 80px;
2459
+ }
2412
2460
  .mahati .right-full {
2413
2461
  right: 100%;
2414
2462
  }
@@ -2424,9 +2472,24 @@
2424
2472
  .mahati .top-3 {
2425
2473
  top: 0.75rem;
2426
2474
  }
2475
+ .mahati .top-4 {
2476
+ top: 1rem;
2477
+ }
2427
2478
  .mahati .top-\[-4px\] {
2428
2479
  top: -4px;
2429
2480
  }
2481
+ .mahati .top-\[13px\] {
2482
+ top: 13px;
2483
+ }
2484
+ .mahati .top-\[22px\] {
2485
+ top: 22px;
2486
+ }
2487
+ .mahati .top-\[27px\] {
2488
+ top: 27px;
2489
+ }
2490
+ .mahati .top-\[39px\] {
2491
+ top: 39px;
2492
+ }
2430
2493
  .mahati .top-full {
2431
2494
  top: 100%;
2432
2495
  }
@@ -2442,6 +2505,9 @@
2442
2505
  .mahati .z-50 {
2443
2506
  z-index: 50;
2444
2507
  }
2508
+ .mahati .z-\[9999\] {
2509
+ z-index: 9999;
2510
+ }
2445
2511
  .mahati .col-span-1 {
2446
2512
  grid-column: span 1 / span 1;
2447
2513
  }
@@ -2589,6 +2655,12 @@
2589
2655
  .mahati .h-\[0\.8rem\] {
2590
2656
  height: 0.8rem;
2591
2657
  }
2658
+ .mahati .h-\[110px\] {
2659
+ height: 110px;
2660
+ }
2661
+ .mahati .h-\[14px\] {
2662
+ height: 14px;
2663
+ }
2592
2664
  .mahati .h-\[24px\] {
2593
2665
  height: 24px;
2594
2666
  }
@@ -2628,12 +2700,18 @@
2628
2700
  .mahati .h-\[60px\] {
2629
2701
  height: 60px;
2630
2702
  }
2703
+ .mahati .h-\[70px\] {
2704
+ height: 70px;
2705
+ }
2631
2706
  .mahati .h-full {
2632
2707
  height: 100%;
2633
2708
  }
2634
2709
  .mahati .h-screen {
2635
2710
  height: 100vh;
2636
2711
  }
2712
+ .mahati .max-h-\[240px\] {
2713
+ max-height: 240px;
2714
+ }
2637
2715
  .mahati .max-h-\[90vh\] {
2638
2716
  max-height: 90vh;
2639
2717
  }
@@ -2691,9 +2769,15 @@
2691
2769
  .mahati .w-\[130px\] {
2692
2770
  width: 130px;
2693
2771
  }
2772
+ .mahati .w-\[14px\] {
2773
+ width: 14px;
2774
+ }
2694
2775
  .mahati .w-\[24px\] {
2695
2776
  width: 24px;
2696
2777
  }
2778
+ .mahati .w-\[26px\] {
2779
+ width: 26px;
2780
+ }
2697
2781
  .mahati .w-\[280px\] {
2698
2782
  width: 280px;
2699
2783
  }
@@ -2709,12 +2793,22 @@
2709
2793
  .mahati .w-\[438px\] {
2710
2794
  width: 438px;
2711
2795
  }
2796
+ .mahati .w-\[5px\] {
2797
+ width: 5px;
2798
+ }
2712
2799
  .mahati .w-\[77px\] {
2713
2800
  width: 77px;
2714
2801
  }
2715
2802
  .mahati .w-\[98px\] {
2716
2803
  width: 98px;
2717
2804
  }
2805
+ .mahati .w-\[min\(92vw\,420px\)\] {
2806
+ width: min(92vw, 420px);
2807
+ }
2808
+ .mahati .w-fit {
2809
+ width: -moz-fit-content;
2810
+ width: fit-content;
2811
+ }
2718
2812
  .mahati .w-full {
2719
2813
  width: 100%;
2720
2814
  }
@@ -2785,14 +2879,26 @@
2785
2879
  --tw-translate-y: -0.5rem;
2786
2880
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2787
2881
  }
2882
+ .mahati .translate-x-0 {
2883
+ --tw-translate-x: 0px;
2884
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2885
+ }
2788
2886
  .mahati .translate-x-2 {
2789
2887
  --tw-translate-x: 0.5rem;
2790
2888
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2791
2889
  }
2890
+ .mahati .translate-x-full {
2891
+ --tw-translate-x: 100%;
2892
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2893
+ }
2792
2894
  .mahati .translate-y-2 {
2793
2895
  --tw-translate-y: 0.5rem;
2794
2896
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2795
2897
  }
2898
+ .mahati .rotate-180 {
2899
+ --tw-rotate: 180deg;
2900
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2901
+ }
2796
2902
  .mahati .rotate-45 {
2797
2903
  --tw-rotate: 45deg;
2798
2904
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -2958,6 +3064,9 @@
2958
3064
  text-overflow: ellipsis;
2959
3065
  white-space: nowrap;
2960
3066
  }
3067
+ .mahati .text-ellipsis {
3068
+ text-overflow: ellipsis;
3069
+ }
2961
3070
  .mahati .whitespace-normal {
2962
3071
  white-space: normal;
2963
3072
  }
@@ -2976,9 +3085,15 @@
2976
3085
  .mahati .rounded-\[10\%\] {
2977
3086
  border-radius: 10%;
2978
3087
  }
3088
+ .mahati .rounded-\[12px\] {
3089
+ border-radius: 12px;
3090
+ }
2979
3091
  .mahati .rounded-\[14px\] {
2980
3092
  border-radius: 14px;
2981
3093
  }
3094
+ .mahati .rounded-\[20px_0_0_20px\] {
3095
+ border-radius: 20px 0 0 20px;
3096
+ }
2982
3097
  .mahati .rounded-\[6px\] {
2983
3098
  border-radius: 6px;
2984
3099
  }
@@ -3068,6 +3183,10 @@
3068
3183
  --tw-border-opacity: 1;
3069
3184
  border-color: rgb(23 97 163 / var(--tw-border-opacity, 1));
3070
3185
  }
3186
+ .mahati .border-\[\#1761a3\] {
3187
+ --tw-border-opacity: 1;
3188
+ border-color: rgb(23 97 163 / var(--tw-border-opacity, 1));
3189
+ }
3071
3190
  .mahati .border-\[\#63b3ed\] {
3072
3191
  --tw-border-opacity: 1;
3073
3192
  border-color: rgb(99 179 237 / var(--tw-border-opacity, 1));
@@ -3097,6 +3216,9 @@
3097
3216
  .mahati .border-\[rgba\(23\,97\,163\,0\.4\)\] {
3098
3217
  border-color: rgba(23, 97, 163, 0.4);
3099
3218
  }
3219
+ .mahati .border-\[rgba\(255\,255\,255\,0\.6\)\] {
3220
+ border-color: rgba(255, 255, 255, 0.6);
3221
+ }
3100
3222
  .mahati .border-\[rgba\(38\,118\,154\,0\.45\)\] {
3101
3223
  border-color: rgba(38, 118, 154, 0.45);
3102
3224
  }
@@ -3222,6 +3344,9 @@
3222
3344
  .mahati .bg-\[rgba\(0\,123\,255\,0\.05\)\] {
3223
3345
  background-color: rgba(0, 123, 255, 0.05);
3224
3346
  }
3347
+ .mahati .bg-\[rgba\(17\,24\,39\,1\)\] {
3348
+ background-color: rgba(17, 24, 39, 1);
3349
+ }
3225
3350
  .mahati .bg-\[rgba\(23\,97\,163\,0\.15\)\] {
3226
3351
  background-color: rgba(23, 97, 163, 0.15);
3227
3352
  }
@@ -3231,6 +3356,12 @@
3231
3356
  .mahati .bg-\[rgba\(239\,68\,68\,0\.15\)\] {
3232
3357
  background-color: rgba(239, 68, 68, 0.15);
3233
3358
  }
3359
+ .mahati .bg-\[rgba\(255\,255\,255\,0\.15\)\] {
3360
+ background-color: rgba(255, 255, 255, 0.15);
3361
+ }
3362
+ .mahati .bg-\[rgba\(255\,255\,255\,1\)\] {
3363
+ background-color: rgba(255, 255, 255, 1);
3364
+ }
3234
3365
  .mahati .bg-background {
3235
3366
  background-color: hsl(var(--background));
3236
3367
  }
@@ -3322,6 +3453,90 @@
3322
3453
  #1761A3 0%,
3323
3454
  #4DAF83 100%);
3324
3455
  }
3456
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(139\,92\,246\,1\)_0\%\,rgba\(168\,85\,247\,1\)_100\%\)\] {
3457
+ background-image:
3458
+ linear-gradient(
3459
+ 90deg,
3460
+ rgba(139, 92, 246, 1) 0%,
3461
+ rgba(168, 85, 247, 1) 100%);
3462
+ }
3463
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(139\,92\,246\,1\)_22\.5\%\,rgba\(168\,85\,247\,1\)_130\%\)\] {
3464
+ background-image:
3465
+ linear-gradient(
3466
+ 90deg,
3467
+ rgba(139, 92, 246, 1) 22.5%,
3468
+ rgba(168, 85, 247, 1) 130%);
3469
+ }
3470
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(16\,185\,129\,1\)_0\%\,rgba\(59\,130\,246\,1\)_100\%\)\] {
3471
+ background-image:
3472
+ linear-gradient(
3473
+ 90deg,
3474
+ rgba(16, 185, 129, 1) 0%,
3475
+ rgba(59, 130, 246, 1) 100%);
3476
+ }
3477
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(16\,185\,129\,1\)_22\.5\%\,rgba\(59\,130\,246\,1\)_130\%\)\] {
3478
+ background-image:
3479
+ linear-gradient(
3480
+ 90deg,
3481
+ rgba(16, 185, 129, 1) 22.5%,
3482
+ rgba(59, 130, 246, 1) 130%);
3483
+ }
3484
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(220\,53\,69\,1\)_0\%\,rgba\(183\,28\,28\,1\)_100\%\)\] {
3485
+ background-image:
3486
+ linear-gradient(
3487
+ 90deg,
3488
+ rgba(220, 53, 69, 1) 0%,
3489
+ rgba(183, 28, 28, 1) 100%);
3490
+ }
3491
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(220\,53\,69\,1\)_22\.5\%\,rgba\(183\,28\,28\,1\)_130\%\)\] {
3492
+ background-image:
3493
+ linear-gradient(
3494
+ 90deg,
3495
+ rgba(220, 53, 69, 1) 22.5%,
3496
+ rgba(183, 28, 28, 1) 130%);
3497
+ }
3498
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(23\,97\,163\,1\)_0\%\,rgba\(77\,175\,131\,1\)_100\%\)\] {
3499
+ background-image:
3500
+ linear-gradient(
3501
+ 90deg,
3502
+ rgba(23, 97, 163, 1) 0%,
3503
+ rgba(77, 175, 131, 1) 100%);
3504
+ }
3505
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(23\,97\,163\,1\)_22\.5\%\,rgba\(77\,175\,131\,1\)_130\%\)\] {
3506
+ background-image:
3507
+ linear-gradient(
3508
+ 90deg,
3509
+ rgba(23, 97, 163, 1) 22.5%,
3510
+ rgba(77, 175, 131, 1) 130%);
3511
+ }
3512
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(245\,158\,11\,1\)_0\%\,rgba\(255\,191\,92\,1\)_100\%\)\] {
3513
+ background-image:
3514
+ linear-gradient(
3515
+ 90deg,
3516
+ rgba(245, 158, 11, 1) 0%,
3517
+ rgba(255, 191, 92, 1) 100%);
3518
+ }
3519
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(245\,158\,11\,1\)_22\.5\%\,rgba\(255\,191\,92\,1\)_130\%\)\] {
3520
+ background-image:
3521
+ linear-gradient(
3522
+ 90deg,
3523
+ rgba(245, 158, 11, 1) 22.5%,
3524
+ rgba(255, 191, 92, 1) 130%);
3525
+ }
3526
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(40\,167\,69\,1\)_0\%\,rgba\(58\,208\,125\,1\)_100\%\)\] {
3527
+ background-image:
3528
+ linear-gradient(
3529
+ 90deg,
3530
+ rgba(40, 167, 69, 1) 0%,
3531
+ rgba(58, 208, 125, 1) 100%);
3532
+ }
3533
+ .mahati .bg-\[linear-gradient\(90deg\,rgba\(40\,167\,69\,1\)_22\.5\%\,rgba\(58\,208\,125\,1\)_130\%\)\] {
3534
+ background-image:
3535
+ linear-gradient(
3536
+ 90deg,
3537
+ rgba(40, 167, 69, 1) 22.5%,
3538
+ rgba(58, 208, 125, 1) 130%);
3539
+ }
3325
3540
  .mahati .bg-gradient-to-b {
3326
3541
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
3327
3542
  }
@@ -3398,6 +3613,10 @@
3398
3613
  .mahati .to-purple-500 {
3399
3614
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
3400
3615
  }
3616
+ .mahati .object-contain {
3617
+ -o-object-fit: contain;
3618
+ object-fit: contain;
3619
+ }
3401
3620
  .mahati .object-cover {
3402
3621
  -o-object-fit: cover;
3403
3622
  object-fit: cover;
@@ -3504,6 +3723,12 @@
3504
3723
  .mahati .pr-3 {
3505
3724
  padding-right: 0.75rem;
3506
3725
  }
3726
+ .mahati .pr-5 {
3727
+ padding-right: 1.25rem;
3728
+ }
3729
+ .mahati .pr-6 {
3730
+ padding-right: 1.5rem;
3731
+ }
3507
3732
  .mahati .pr-8 {
3508
3733
  padding-right: 2rem;
3509
3734
  }
@@ -3522,6 +3747,9 @@
3522
3747
  .mahati .align-middle {
3523
3748
  vertical-align: middle;
3524
3749
  }
3750
+ .mahati .font-\[\"Poppins\"\] {
3751
+ font-family: "Poppins";
3752
+ }
3525
3753
  .mahati .font-\[\'Poppins\'\] {
3526
3754
  font-family: "Poppins";
3527
3755
  }
@@ -3569,6 +3797,9 @@
3569
3797
  .mahati .text-\[10px\] {
3570
3798
  font-size: 10px;
3571
3799
  }
3800
+ .mahati .text-\[12px\] {
3801
+ font-size: 12px;
3802
+ }
3572
3803
  .mahati .text-\[14px\] {
3573
3804
  font-size: 14px;
3574
3805
  }
@@ -3595,6 +3826,15 @@
3595
3826
  font-size: 0.75rem;
3596
3827
  line-height: 1rem;
3597
3828
  }
3829
+ .mahati .font-\[400\] {
3830
+ font-weight: 400;
3831
+ }
3832
+ .mahati .font-\[600\] {
3833
+ font-weight: 600;
3834
+ }
3835
+ .mahati .font-\[700\] {
3836
+ font-weight: 700;
3837
+ }
3598
3838
  .mahati .font-bold {
3599
3839
  font-weight: 700;
3600
3840
  }
@@ -3616,6 +3856,9 @@
3616
3856
  .mahati .leading-5 {
3617
3857
  line-height: 1.25rem;
3618
3858
  }
3859
+ .mahati .leading-none {
3860
+ line-height: 1;
3861
+ }
3619
3862
  .mahati .leading-normal {
3620
3863
  line-height: 1.5;
3621
3864
  }
@@ -3653,9 +3896,30 @@
3653
3896
  --tw-text-opacity: 1;
3654
3897
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
3655
3898
  }
3899
+ .mahati .text-\[rgba\(0\,0\,0\,1\)\] {
3900
+ color: rgba(0, 0, 0, 1);
3901
+ }
3902
+ .mahati .text-\[rgba\(139\,92\,246\,1\)\] {
3903
+ color: rgba(139, 92, 246, 1);
3904
+ }
3905
+ .mahati .text-\[rgba\(16\,185\,129\,1\)\] {
3906
+ color: rgba(16, 185, 129, 1);
3907
+ }
3908
+ .mahati .text-\[rgba\(220\,53\,69\,1\)\] {
3909
+ color: rgba(220, 53, 69, 1);
3910
+ }
3911
+ .mahati .text-\[rgba\(23\,97\,163\,1\)\] {
3912
+ color: rgba(23, 97, 163, 1);
3913
+ }
3914
+ .mahati .text-\[rgba\(245\,158\,11\,1\)\] {
3915
+ color: rgba(245, 158, 11, 1);
3916
+ }
3656
3917
  .mahati .text-\[rgba\(255\,255\,255\,1\)\] {
3657
3918
  color: rgba(255, 255, 255, 1);
3658
3919
  }
3920
+ .mahati .text-\[rgba\(40\,167\,69\,1\)\] {
3921
+ color: rgba(40, 167, 69, 1);
3922
+ }
3659
3923
  .mahati .text-black {
3660
3924
  --tw-text-opacity: 1;
3661
3925
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
@@ -3798,6 +4062,14 @@
3798
4062
  var(--tw-ring-shadow, 0 0 #0000),
3799
4063
  var(--tw-shadow);
3800
4064
  }
4065
+ .mahati .shadow-\[0_4px_12px_0_rgba\(0\,0\,0\,0\.08\)\] {
4066
+ --tw-shadow: 0 4px 12px 0 rgba(0,0,0,0.08);
4067
+ --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
4068
+ box-shadow:
4069
+ var(--tw-ring-offset-shadow, 0 0 #0000),
4070
+ var(--tw-ring-shadow, 0 0 #0000),
4071
+ var(--tw-shadow);
4072
+ }
3801
4073
  .mahati .shadow-\[0_4px_4px_0_rgba\(0\,0\,0\,0\.25\)\] {
3802
4074
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
3803
4075
  --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color);
@@ -3872,6 +4144,10 @@
3872
4144
  .mahati .ring-\[\#1761A3\]\/60 {
3873
4145
  --tw-ring-color: rgb(23 97 163 / 0.6);
3874
4146
  }
4147
+ .mahati .ring-\[\#1761a3\] {
4148
+ --tw-ring-opacity: 1;
4149
+ --tw-ring-color: rgb(23 97 163 / var(--tw-ring-opacity, 1));
4150
+ }
3875
4151
  .mahati .ring-blue-500 {
3876
4152
  --tw-ring-opacity: 1;
3877
4153
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
@@ -4069,6 +4345,10 @@
4069
4345
  .mahati .hover\:bg-\[\#1761A3\]\/50:hover {
4070
4346
  background-color: rgb(23 97 163 / 0.5);
4071
4347
  }
4348
+ .mahati .hover\:bg-\[\#1761a3\]:hover {
4349
+ --tw-bg-opacity: 1;
4350
+ background-color: rgb(23 97 163 / var(--tw-bg-opacity, 1));
4351
+ }
4072
4352
  .mahati .hover\:bg-\[\#d3e4fb\]:hover {
4073
4353
  --tw-bg-opacity: 1;
4074
4354
  background-color: rgb(211 228 251 / var(--tw-bg-opacity, 1));
@@ -4080,6 +4360,12 @@
4080
4360
  .mahati .hover\:bg-\[rgba\(23\,97\,163\,0\.1\)\]:hover {
4081
4361
  background-color: rgba(23, 97, 163, 0.1);
4082
4362
  }
4363
+ .mahati .hover\:bg-\[rgba\(255\,255\,255\,0\.22\)\]:hover {
4364
+ background-color: rgba(255, 255, 255, 0.22);
4365
+ }
4366
+ .mahati .hover\:bg-\[rgba\(31\,41\,55\,1\)\]:hover {
4367
+ background-color: rgba(31, 41, 55, 1);
4368
+ }
4083
4369
  .mahati .hover\:bg-accent:hover {
4084
4370
  background-color: hsl(var(--accent));
4085
4371
  }
@@ -4383,6 +4669,21 @@
4383
4669
  }
4384
4670
  }
4385
4671
  @media (min-width: 768px) {
4672
+ .mahati .md\:left-\[289px\] {
4673
+ left: 289px;
4674
+ }
4675
+ .mahati .md\:right-\[140px\] {
4676
+ right: 140px;
4677
+ }
4678
+ .mahati .md\:right-\[22px\] {
4679
+ right: 22px;
4680
+ }
4681
+ .mahati .md\:right-\[94px\] {
4682
+ right: 94px;
4683
+ }
4684
+ .mahati .md\:w-\[325px\] {
4685
+ width: 325px;
4686
+ }
4386
4687
  .mahati .md\:grid-cols-\[1fr_minmax\(180px\,220px\)\] {
4387
4688
  grid-template-columns: 1fr minmax(180px, 220px);
4388
4689
  }