dristi-ui-css 0.0.3-dristi-kerala.8 → 0.0.4-dristi-kerala.0

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/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.3-dristi-kerala.8
3
+ * dristi-ui-css - 0.0.4-dristi-kerala.0
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -12490,6 +12490,206 @@ body {
12490
12490
  line-height: 18.75px;
12491
12491
  text-align: center; }
12492
12492
 
12493
+ .custom-date-selector-modal-main-v2 {
12494
+ border-radius: 25px; }
12495
+ .custom-date-selector-modal-main-v2 .header-wrap {
12496
+ display: none; }
12497
+
12498
+ .popup-module-main.custom-date-selector-modal-v2 {
12499
+ padding: 0 !important; }
12500
+
12501
+ .custom-date-selector-modal-v2 {
12502
+ width: 626px; }
12503
+ .custom-date-selector-modal-v2 .custom-calendar-v2 {
12504
+ background: #f4f4f4;
12505
+ border-radius: 25px; }
12506
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrCalendarWrapper {
12507
+ background-color: #f4f4f4;
12508
+ margin-top: 20px; }
12509
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical {
12510
+ width: 100%;
12511
+ padding: 0 24px; }
12512
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth {
12513
+ width: 100% !important; }
12514
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrWeekDays {
12515
+ margin-bottom: 16px; }
12516
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrWeekDays .rdrWeekDay {
12517
+ font-family: Inter;
12518
+ font-weight: 500;
12519
+ font-size: 20px;
12520
+ line-height: 100%;
12521
+ color: #6d6d6d !important; }
12522
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays {
12523
+ grid-row-gap: 16px;
12524
+ row-gap: 16px; }
12525
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay {
12526
+ -ms-flex-preferred-size: 14.28571% !important;
12527
+ flex-basis: 14.28571% !important;
12528
+ height: 70px !important;
12529
+ -webkit-box-align: start !important;
12530
+ -ms-flex-align: start !important;
12531
+ align-items: flex-start !important;
12532
+ background-color: initial !important; }
12533
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay.rdrDayHovered .rdrDayNumber {
12534
+ height: 70px !important;
12535
+ width: 70px !important;
12536
+ border: none !important; }
12537
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber:after {
12538
+ display: none !important; }
12539
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .custom-day {
12540
+ height: 100%;
12541
+ display: -webkit-box;
12542
+ display: -ms-flexbox;
12543
+ display: flex;
12544
+ grid-gap: 4px;
12545
+ gap: 4px;
12546
+ -webkit-box-orient: vertical;
12547
+ -webkit-box-direction: normal;
12548
+ -ms-flex-direction: column;
12549
+ flex-direction: column; }
12550
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .custom-day .hearing-count {
12551
+ margin: 0;
12552
+ font-family: Inter;
12553
+ font-weight: 400;
12554
+ font-size: 14px;
12555
+ line-height: 100%;
12556
+ letter-spacing: 0;
12557
+ white-space: nowrap;
12558
+ overflow: hidden;
12559
+ text-overflow: ellipsis; }
12560
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .non-working-day, .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .working-day {
12561
+ border-radius: 50px;
12562
+ height: 51px;
12563
+ width: 70px;
12564
+ display: -webkit-box;
12565
+ display: -ms-flexbox;
12566
+ display: flex;
12567
+ -webkit-box-align: center;
12568
+ -ms-flex-align: center;
12569
+ align-items: center;
12570
+ -webkit-box-pack: center;
12571
+ -ms-flex-pack: center;
12572
+ justify-content: center;
12573
+ position: relative; }
12574
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .non-working-day .non-working-day-text.current-month, .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .non-working-day .working-day-text.current-month, .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .working-day .non-working-day-text.current-month, .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .working-day .working-day-text.current-month {
12575
+ font-family: Inter;
12576
+ font-weight: 700;
12577
+ font-size: 20px;
12578
+ line-height: 100%;
12579
+ color: #494949; }
12580
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .non-working-day {
12581
+ background-color: #ebebeb; }
12582
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .working-day.current-month {
12583
+ background-color: #e4ffe4;
12584
+ border: .5px solid #32a74c; }
12585
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .past-date {
12586
+ border: none !important;
12587
+ background: transparent !important; }
12588
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .past-date .non-working-day-text, .custom-date-selector-modal-v2 .custom-calendar-v2 .rdrMonths.rdrMonthsVertical .rdrMonth .rdrDays .rdrDay .rdrDayNumber .past-date .working-day-text {
12589
+ color: #a0a0a0 !important; }
12590
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator {
12591
+ border-bottom: 1px solid #dcdcdc;
12592
+ padding: 0 24px 18px; }
12593
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-navigator-text {
12594
+ font-family: Roboto;
12595
+ font-weight: 700;
12596
+ font-size: 30px;
12597
+ line-height: 100%;
12598
+ letter-spacing: 0;
12599
+ color: #007e7e; }
12600
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-navigator-buttons {
12601
+ grid-gap: 10px;
12602
+ gap: 10px; }
12603
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-calendar-left-arrow, .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-calendar-right-arrow, .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-navigator-buttons {
12604
+ display: -webkit-box;
12605
+ display: -ms-flexbox;
12606
+ display: flex;
12607
+ -webkit-box-align: center;
12608
+ -ms-flex-align: center;
12609
+ align-items: center; }
12610
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-calendar-left-arrow, .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-calendar-right-arrow {
12611
+ background: #007e7e;
12612
+ padding: 0;
12613
+ margin: 0;
12614
+ height: 40px;
12615
+ width: 40px;
12616
+ border-radius: 50%;
12617
+ -webkit-box-shadow: none;
12618
+ box-shadow: none;
12619
+ -webkit-box-pack: center;
12620
+ -ms-flex-pack: center;
12621
+ justify-content: center; }
12622
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-calendar-left-arrow svg, .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-calendar-right-arrow svg {
12623
+ margin: 0; }
12624
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-calendar-left-arrow svg path, .custom-date-selector-modal-v2 .custom-calendar-v2 .custom-navigator .custom-calendar-right-arrow svg path {
12625
+ stroke: #fff; }
12626
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .calendar-legend-wrapper {
12627
+ margin: 0 24px 24px;
12628
+ border-top: 1px solid #d7d7d7;
12629
+ padding-top: 16px; }
12630
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .calendar-legend {
12631
+ background-color: #f3f6f9;
12632
+ border-radius: 8px;
12633
+ padding: 8px;
12634
+ grid-gap: 12px;
12635
+ gap: 12px;
12636
+ display: -webkit-box;
12637
+ display: -ms-flexbox;
12638
+ display: flex;
12639
+ -webkit-box-orient: vertical;
12640
+ -webkit-box-direction: normal;
12641
+ -ms-flex-direction: column;
12642
+ flex-direction: column; }
12643
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .calendar-legend .legend-color-indicator {
12644
+ height: 34px;
12645
+ width: 43px;
12646
+ border-radius: 33.33px;
12647
+ border: .67px solid #ccc; }
12648
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .calendar-legend .legend-color-indicator.slot-available {
12649
+ background-color: #e6f5e6;
12650
+ border-color: #4caf50; }
12651
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .calendar-legend .legend-color-indicator.opted-out {
12652
+ background-color: #ffebee;
12653
+ border-color: #f44336; }
12654
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .calendar-legend .legend-color-indicator.slots-full {
12655
+ background-color: #fff;
12656
+ border-color: #9e9e9e; }
12657
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .calendar-legend .legend-color-indicator.court-non-working {
12658
+ background-color: #f5f5f5;
12659
+ border-color: #757575; }
12660
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .legend-title {
12661
+ display: -webkit-box;
12662
+ display: -ms-flexbox;
12663
+ display: flex;
12664
+ -webkit-box-align: center;
12665
+ -ms-flex-align: center;
12666
+ align-items: center;
12667
+ grid-gap: 8px;
12668
+ gap: 8px;
12669
+ font-weight: 700;
12670
+ font-size: 16px;
12671
+ margin-bottom: 12px;
12672
+ color: #0b0c0c; }
12673
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .legend-title svg {
12674
+ fill: #007bff; }
12675
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .legend-items {
12676
+ -ms-flex-wrap: wrap;
12677
+ flex-wrap: wrap;
12678
+ grid-gap: 16px;
12679
+ gap: 16px; }
12680
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .legend-item, .custom-date-selector-modal-v2 .custom-calendar-v2 .legend-items {
12681
+ display: -webkit-box;
12682
+ display: -ms-flexbox;
12683
+ display: flex; }
12684
+ .custom-date-selector-modal-v2 .custom-calendar-v2 .legend-item {
12685
+ -webkit-box-align: center;
12686
+ -ms-flex-align: center;
12687
+ align-items: center;
12688
+ grid-gap: 8px;
12689
+ gap: 8px;
12690
+ font-size: 14px;
12691
+ color: #505050; }
12692
+
12493
12693
  .schedule-admission-select-participants-modal {
12494
12694
  width: 670px;
12495
12695
  border-radius: 5px; }
@@ -16332,6 +16532,167 @@ body {
16332
16532
  height: 40px;
16333
16533
  cursor: pointer; }
16334
16534
 
16535
+ .bottom-drawer-wrapper {
16536
+ position: fixed;
16537
+ bottom: 0;
16538
+ left: 0;
16539
+ right: 0;
16540
+ z-index: 1000; }
16541
+ .bottom-drawer-wrapper .bottom-drawer-overlay {
16542
+ top: 0;
16543
+ background-color: rgba(0, 0, 0, 0.5); }
16544
+ .bottom-drawer-wrapper .bottom-drawer, .bottom-drawer-wrapper .bottom-drawer-overlay {
16545
+ position: fixed;
16546
+ left: 0;
16547
+ right: 0;
16548
+ bottom: 0; }
16549
+ .bottom-drawer-wrapper .bottom-drawer {
16550
+ background: #fff;
16551
+ border-radius: 16px 16px 0 0;
16552
+ padding: 24px 0 24px 24px;
16553
+ max-height: calc(100vh - 90px);
16554
+ opacity: 0;
16555
+ visibility: hidden; }
16556
+ .bottom-drawer-wrapper .bottom-drawer.open {
16557
+ opacity: 1;
16558
+ visibility: visible;
16559
+ -webkit-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
16560
+ box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08); }
16561
+ .bottom-drawer-wrapper .bottom-drawer .drawer-header .header-content {
16562
+ display: -webkit-box;
16563
+ display: -ms-flexbox;
16564
+ display: flex;
16565
+ grid-gap: 8px;
16566
+ gap: 8px; }
16567
+ .bottom-drawer-wrapper .bottom-drawer .drawer-header .header-content h2 {
16568
+ margin: 0;
16569
+ font-family: Roboto;
16570
+ font-weight: 700;
16571
+ font-size: 24px;
16572
+ line-height: 100%;
16573
+ letter-spacing: 0;
16574
+ color: #231f20; }
16575
+ .bottom-drawer-wrapper .bottom-drawer .drawer-header .header-content .drawer-close-button {
16576
+ background: none;
16577
+ border: none;
16578
+ cursor: pointer;
16579
+ padding: 4px; }
16580
+ .bottom-drawer-wrapper .bottom-drawer .drawer-header .header-content .drawer-close-button svg {
16581
+ width: 16px;
16582
+ height: 16px; }
16583
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content {
16584
+ grid-gap: 32px;
16585
+ gap: 32px;
16586
+ display: -webkit-box;
16587
+ display: -ms-flexbox;
16588
+ display: flex;
16589
+ -webkit-box-orient: vertical;
16590
+ -webkit-box-direction: normal;
16591
+ -ms-flex-direction: column;
16592
+ flex-direction: column;
16593
+ margin: 0 0 16px;
16594
+ padding-right: 16px;
16595
+ max-height: calc(100vh - 264px);
16596
+ overflow-y: auto; }
16597
+ .open .bottom-drawer-wrapper .bottom-drawer .drawer-content {
16598
+ opacity: 1; }
16599
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section {
16600
+ display: -webkit-box;
16601
+ display: -ms-flexbox;
16602
+ display: flex;
16603
+ -webkit-box-orient: vertical;
16604
+ -webkit-box-direction: normal;
16605
+ -ms-flex-direction: column;
16606
+ flex-direction: column;
16607
+ grid-gap: 16px;
16608
+ gap: 16px;
16609
+ padding: 16px;
16610
+ border: 1px solid #e8e8e8; }
16611
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .custom-textarea-style textarea {
16612
+ width: 100%;
16613
+ height: 148px; }
16614
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .custom-textarea-style textarea:focus {
16615
+ outline: none;
16616
+ border: none;
16617
+ -webkit-box-shadow: none;
16618
+ box-shadow: none; }
16619
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .custom-textarea-style .cell-text {
16620
+ display: none; }
16621
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .order-date-picker {
16622
+ border-color: #566056 !important; }
16623
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section {
16624
+ display: -webkit-box;
16625
+ display: -ms-flexbox;
16626
+ display: flex;
16627
+ grid-gap: 16px;
16628
+ gap: 16px;
16629
+ -webkit-box-pack: justify;
16630
+ -ms-flex-pack: justify;
16631
+ justify-content: space-between; }
16632
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair {
16633
+ -webkit-box-flex: 1;
16634
+ -ms-flex: 1;
16635
+ flex: 1;
16636
+ width: 100%; }
16637
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair.disabled .select-wrap {
16638
+ background-color: #d9d9d9;
16639
+ cursor: not-allowed; }
16640
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair.disabled .multi-select-dropdown-wrap {
16641
+ background-color: #d9d9d9;
16642
+ cursor: not-allowed; }
16643
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair.disabled .order-date-picker {
16644
+ border-color: #a6abae !important; }
16645
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .master, .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .select {
16646
+ height: 42px; }
16647
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .radio-wrap {
16648
+ margin: 0 !important; }
16649
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .drawer-sub-section-title {
16650
+ font-family: Roboto;
16651
+ font-weight: 700;
16652
+ font-size: 24px;
16653
+ line-height: 100%;
16654
+ letter-spacing: 0;
16655
+ color: #231f20;
16656
+ margin: 0; }
16657
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker {
16658
+ margin-bottom: 0 !important; }
16659
+ .bottom-drawer-wrapper .bottom-drawer .drawer-footer {
16660
+ display: -webkit-box;
16661
+ display: -ms-flexbox;
16662
+ display: flex;
16663
+ -webkit-box-pack: end;
16664
+ -ms-flex-pack: end;
16665
+ justify-content: flex-end;
16666
+ grid-gap: 16px;
16667
+ gap: 16px;
16668
+ padding-top: 32px;
16669
+ padding-right: 32px; }
16670
+ .bottom-drawer-wrapper .bottom-drawer .drawer-footer .order-drawer-save-btn {
16671
+ padding: 12px;
16672
+ -webkit-box-shadow: none;
16673
+ box-shadow: none; }
16674
+
16675
+ .confirm-end-hearing-modal {
16676
+ width: 896px !important; }
16677
+ .confirm-end-hearing-modal .checkbox-wrap .custom-checkbox, .confirm-end-hearing-modal .checkbox-wrap .custom-checkbox-emp {
16678
+ margin: 8px 0 0; }
16679
+
16680
+ .selector-button-primary.end-and-view-causelist-button {
16681
+ background: #fff;
16682
+ -webkit-box-shadow: none;
16683
+ box-shadow: none;
16684
+ border: 1px solid #007e7e; }
16685
+ .selector-button-primary.end-and-view-causelist-button h2 {
16686
+ color: #007e7e;
16687
+ font-family: Roboto;
16688
+ font-weight: 700;
16689
+ font-size: 16px;
16690
+ line-height: 100%; }
16691
+
16692
+ .end-and-view-causelist-submit-button {
16693
+ background: #bb2c2f !important;
16694
+ border: none !important; }
16695
+
16335
16696
  .hearing-side-card {
16336
16697
  display: -webkit-box;
16337
16698
  display: -ms-flexbox;