@pmidc/upyog-css 1.2.35 → 1.2.36-dev.1.1

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
@@ -9611,9 +9611,7 @@ video::-webkit-media-controls-panel {
9611
9611
 
9612
9612
  @media (max-width: 768px) {
9613
9613
  .employee-main-application-details .employeeCard {
9614
- padding: 10px; }
9615
- .cp {
9616
- width: 60px !important; } }
9614
+ padding: 10px; } }
9617
9615
 
9618
9616
  .card-icon-container {
9619
9617
  display: -webkit-box;
@@ -16302,7 +16300,7 @@ body {
16302
16300
  .bpa-owner-search-icon-container {
16303
16301
  position: absolute;
16304
16302
  right: 12px;
16305
- top: 36%;
16303
+ top: 50%;
16306
16304
  -webkit-transform: translateY(-50%);
16307
16305
  transform: translateY(-50%);
16308
16306
  display: -webkit-box;
@@ -21521,6 +21519,81 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21521
21519
  font-size: 15px;
21522
21520
  margin-right: 4px; }
21523
21521
 
21522
+ .custom-fix-fee-history-wrapper {
21523
+ margin-top: 16px; }
21524
+
21525
+ .custom-fix-fee-history-toggle {
21526
+ display: -webkit-box;
21527
+ display: -ms-flexbox;
21528
+ display: flex;
21529
+ -webkit-box-align: center;
21530
+ -ms-flex-align: center;
21531
+ align-items: center;
21532
+ cursor: pointer;
21533
+ padding: 12px 0;
21534
+ border-bottom: 1px solid #ddd; }
21535
+
21536
+ .custom-fix-fee-history-toggle-text {
21537
+ font-weight: 700;
21538
+ font-size: 16px;
21539
+ -webkit-box-flex: 1;
21540
+ -ms-flex: 1;
21541
+ flex: 1; }
21542
+
21543
+ .custom-fix-fee-history-toggle-icon {
21544
+ font-size: 18px;
21545
+ font-weight: 700; }
21546
+
21547
+ .custom-fix-fee-history-table-container {
21548
+ overflow-x: auto;
21549
+ margin-top: 16px; }
21550
+
21551
+ .custom-fix-fee-history-table {
21552
+ width: 100%;
21553
+ border-collapse: collapse;
21554
+ min-width: 600px; }
21555
+
21556
+ .custom-fix-fee-history-table-header {
21557
+ min-width: 140px; }
21558
+
21559
+ .custom-fix-fee-history-table-header, .custom-fix-fee-history-table-header-fee {
21560
+ padding: 8px;
21561
+ border: 1px solid #ddd;
21562
+ font-weight: 700;
21563
+ background-color: #1f3a9f;
21564
+ color: #fff; }
21565
+
21566
+ .custom-fix-fee-history-table-header-fee {
21567
+ min-width: 150px; }
21568
+
21569
+ .custom-fix-fee-history-table-cell-label {
21570
+ padding: 8px;
21571
+ border: 1px solid #ddd;
21572
+ font-weight: 700;
21573
+ background-color: #f9f9f9; }
21574
+
21575
+ .custom-fix-fee-history-table-cell-value {
21576
+ padding: 8px;
21577
+ border: 1px solid #ddd; }
21578
+
21579
+ .custom-fix-fee-history-table-cell-separator {
21580
+ font-weight: 700;
21581
+ background-color: #f9f9f9; }
21582
+
21583
+ .custom-fix-fee-history-table-cell-separator, .custom-fix-fee-history-table-cell-separator-value {
21584
+ padding: 8px;
21585
+ border: 1px solid #ddd;
21586
+ border-bottom: 3px solid #999; }
21587
+
21588
+ .custom-fix-fee-history-table-cell-separator-last {
21589
+ font-weight: 700;
21590
+ background-color: #f9f9f9; }
21591
+
21592
+ .custom-fix-fee-history-table-cell-separator-last, .custom-fix-fee-history-table-cell-separator-value-last {
21593
+ padding: 8px;
21594
+ border: 1px solid #ddd;
21595
+ border-bottom: none; }
21596
+
21524
21597
  .checklist-document-table-wrapper {
21525
21598
  overflow-x: auto;
21526
21599
  -webkit-overflow-scrolling: touch;
@@ -21724,3 +21797,69 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21724
21797
  text-align: left;
21725
21798
  text-transform: uppercase;
21726
21799
  letter-spacing: .4px; } }
21800
+
21801
+ .language-plugin {
21802
+ position: fixed;
21803
+ top: 16px;
21804
+ right: 20px;
21805
+ z-index: 99999;
21806
+ background: linear-gradient(135deg, #2563eb, #7c3aed);
21807
+ padding: 6px 10px;
21808
+ border-radius: 8px;
21809
+ -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
21810
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
21811
+ display: -webkit-box;
21812
+ display: -ms-flexbox;
21813
+ display: flex;
21814
+ -webkit-box-align: center;
21815
+ -ms-flex-align: center;
21816
+ align-items: center; }
21817
+
21818
+ .language-plugin svg path {
21819
+ fill: #fff; }
21820
+
21821
+ .language-plugin:hover {
21822
+ -webkit-transform: translateY(-3px) scale(1.03);
21823
+ transform: translateY(-3px) scale(1.03);
21824
+ -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4);
21825
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4); }
21826
+
21827
+ .language-plugin-landing {
21828
+ position: fixed;
21829
+ top: 16px;
21830
+ right: 20px;
21831
+ z-index: 99999;
21832
+ background: #fff;
21833
+ padding: 6px 10px;
21834
+ border-radius: 8px;
21835
+ display: -webkit-box;
21836
+ display: -ms-flexbox;
21837
+ display: flex;
21838
+ -webkit-box-align: center;
21839
+ -ms-flex-align: center;
21840
+ align-items: center;
21841
+ backdrop-filter: blur(12px);
21842
+ -webkit-backdrop-filter: blur(12px);
21843
+ -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
21844
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
21845
+ -webkit-transition: all .3s ease;
21846
+ transition: all .3s ease; }
21847
+
21848
+ .language-plugin-landing:hover {
21849
+ -webkit-transform: translateY(-3px) scale(1.03);
21850
+ transform: translateY(-3px) scale(1.03);
21851
+ -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4);
21852
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4); }
21853
+
21854
+ .margin-right-50 {
21855
+ margin-right: 50px; }
21856
+
21857
+ .surveyCardSection {
21858
+ background: #fff;
21859
+ display: block;
21860
+ padding: 15px;
21861
+ justify-self: center;
21862
+ width: 50%; }
21863
+ @media (max-width: 768px) {
21864
+ .surveyCardSection {
21865
+ width: 100%; } }