@pmidc/upyog-css 1.2.30 → 1.2.31

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
@@ -2509,8 +2509,8 @@ body {
2509
2509
  height: 2.5rem;
2510
2510
  width: 2.5rem; }
2511
2511
  .radio-wrap .radio-btn-checkmark {
2512
- height: 2.5rem;
2513
- width: 2.5rem;
2512
+ height: 1.5rem;
2513
+ width: 1.5rem;
2514
2514
  --border-opacity:1;
2515
2515
  border: 1px solid #464646;
2516
2516
  border-color: rgba(70, 70, 70, var(--border-opacity));
@@ -2536,8 +2536,8 @@ body {
2536
2536
  width: 1.25rem;
2537
2537
  border-radius: 9999px;
2538
2538
  position: absolute;
2539
- top: 10px;
2540
- left: 10px; }
2539
+ top: 2px;
2540
+ left: 2px; }
2541
2541
 
2542
2542
  .reverse-radio-selection-wrapper div {
2543
2543
  display: -webkit-box;
@@ -18602,7 +18602,7 @@ body {
18602
18602
  padding: 16px 20px 10px;
18603
18603
  border-bottom: 1px solid #e0e0e0;
18604
18604
  background: #fff;
18605
- margin-top: 3rem; }
18605
+ margin-top: 1rem; }
18606
18606
  @media (max-width: 768px) {
18607
18607
  .hrms-breadcrumb-wrapper {
18608
18608
  padding-left: 12px;
@@ -18715,7 +18715,7 @@ body {
18715
18715
  grid-template-columns: 1fr; } }
18716
18716
 
18717
18717
  .hrms-emp-mapping__required-asterisk {
18718
- color: red; }
18718
+ color: red !important; }
18719
18719
 
18720
18720
  .hrms-emp-mapping__button-container {
18721
18721
  -webkit-box-pack: justify;
@@ -19052,6 +19052,472 @@ body {
19052
19052
  .hrms-w-full-form {
19053
19053
  width: 100% !important; }
19054
19054
 
19055
+ .hrms-summary-page {
19056
+ padding: 2rem;
19057
+ max-width: 1200px;
19058
+ margin: 0 auto;
19059
+ background: #f9fafb; }
19060
+
19061
+ .hrms-summary-main-heading {
19062
+ font-size: 2rem;
19063
+ font-weight: 700;
19064
+ margin-bottom: 2rem;
19065
+ color: #111827;
19066
+ border-bottom: 4px solid #f97316;
19067
+ padding-bottom: 1rem;
19068
+ letter-spacing: -.025em; }
19069
+
19070
+ .hrms-summary-card {
19071
+ background: #fff;
19072
+ border: 1px solid #e5e7eb;
19073
+ border-radius: 12px;
19074
+ padding: 2rem;
19075
+ margin-bottom: 2rem;
19076
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
19077
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
19078
+ -webkit-transition: -webkit-box-shadow .2s ease;
19079
+ transition: -webkit-box-shadow .2s ease;
19080
+ transition: box-shadow .2s ease;
19081
+ transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
19082
+ transition: box-shadow .2s ease,-webkit-box-shadow .2s ease; }
19083
+
19084
+ .hrms-summary-card:hover {
19085
+ -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
19086
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
19087
+
19088
+ .hrms-summary-section-heading {
19089
+ font-size: 1.5rem;
19090
+ font-weight: 600;
19091
+ margin-bottom: 1.5rem;
19092
+ color: #2563eb;
19093
+ border-bottom: 2px solid #dbeafe;
19094
+ padding-bottom: .75rem;
19095
+ display: -webkit-box;
19096
+ display: -ms-flexbox;
19097
+ display: flex;
19098
+ -webkit-box-align: center;
19099
+ -ms-flex-align: center;
19100
+ align-items: center;
19101
+ letter-spacing: -.0125em; }
19102
+
19103
+ .hrms-summary-section-heading:before {
19104
+ content: "";
19105
+ width: 4px;
19106
+ height: 24px;
19107
+ background: #2563eb;
19108
+ margin-right: 12px;
19109
+ border-radius: 2px; }
19110
+
19111
+ .hrms-summary-section {
19112
+ display: -webkit-box;
19113
+ display: -ms-flexbox;
19114
+ display: flex;
19115
+ -webkit-box-orient: vertical;
19116
+ -webkit-box-direction: normal;
19117
+ -ms-flex-direction: column;
19118
+ flex-direction: column;
19119
+ grid-gap: 0;
19120
+ gap: 0; }
19121
+
19122
+ .hrms-summary-row {
19123
+ display: grid;
19124
+ grid-template-columns: 220px 1fr;
19125
+ grid-gap: 2rem;
19126
+ gap: 2rem;
19127
+ padding: 1rem 0;
19128
+ border-bottom: 1px solid #f3f4f6;
19129
+ -webkit-box-align: start;
19130
+ -ms-flex-align: start;
19131
+ align-items: start;
19132
+ -webkit-transition: background .15s ease;
19133
+ transition: background .15s ease; }
19134
+
19135
+ .hrms-summary-row:hover {
19136
+ background: #f9fafb;
19137
+ padding-left: .75rem;
19138
+ padding-right: .75rem;
19139
+ margin-left: -.75rem;
19140
+ margin-right: -.75rem;
19141
+ border-radius: 6px; }
19142
+
19143
+ .hrms-summary-row:last-child {
19144
+ border-bottom: none; }
19145
+
19146
+ .hrms-summary-label {
19147
+ font-weight: 600;
19148
+ color: #6b7280;
19149
+ font-size: .9375rem;
19150
+ line-height: 1.5;
19151
+ text-transform: capitalize; }
19152
+
19153
+ [dir=ltr] .hrms-summary-value {
19154
+ text-align: right; }
19155
+
19156
+ [dir=rtl] .hrms-summary-value {
19157
+ text-align: left; }
19158
+
19159
+ .hrms-summary-value {
19160
+ color: #111827;
19161
+ font-size: .9375rem;
19162
+ line-height: 1.6;
19163
+ word-break: break-word;
19164
+ font-weight: 500;
19165
+ max-width: 400px; }
19166
+ [dir=ltr] .hrms-summary-value {
19167
+ text-align: right; }
19168
+ [dir=rtl] .hrms-summary-value {
19169
+ text-align: left; }
19170
+ @media (max-width: 768px) {
19171
+ .hrms-summary-value {
19172
+ max-width: 100px; } }
19173
+
19174
+ .hrms-summary-nested-card {
19175
+ background: #f9fafb;
19176
+ border: 1px solid #e5e7eb;
19177
+ border-left: 4px solid #3b82f6;
19178
+ border-radius: 8px;
19179
+ padding: 1.5rem;
19180
+ margin-bottom: 1rem;
19181
+ -webkit-transition: all .2s ease;
19182
+ transition: all .2s ease; }
19183
+
19184
+ .hrms-summary-nested-card:hover {
19185
+ border-left-color: #2563eb;
19186
+ -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
19187
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
19188
+
19189
+ .hrms-summary-nested-card:last-child {
19190
+ margin-bottom: 0; }
19191
+
19192
+ .hrms-summary-nested-header {
19193
+ font-size: 1.125rem;
19194
+ font-weight: 600;
19195
+ color: #374151;
19196
+ margin-bottom: 1rem;
19197
+ padding-bottom: .75rem;
19198
+ border-bottom: 2px solid #e5e7eb;
19199
+ display: -webkit-box;
19200
+ display: -ms-flexbox;
19201
+ display: flex;
19202
+ -webkit-box-pack: justify;
19203
+ -ms-flex-pack: justify;
19204
+ justify-content: space-between;
19205
+ -webkit-box-align: center;
19206
+ -ms-flex-align: center;
19207
+ align-items: center; }
19208
+
19209
+ .hrms-summary-badge {
19210
+ display: inline-block;
19211
+ background: linear-gradient(135deg, #dbeafe, #bfdbfe);
19212
+ color: #1e40af;
19213
+ padding: .375rem 1rem;
19214
+ border-radius: 20px;
19215
+ font-size: .8125rem;
19216
+ font-weight: 600;
19217
+ letter-spacing: .025em;
19218
+ text-transform: uppercase;
19219
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
19220
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
19221
+
19222
+ .hrms-summary-empty {
19223
+ text-align: center;
19224
+ padding: 2rem;
19225
+ color: #9ca3af;
19226
+ font-size: .9375rem;
19227
+ font-style: italic;
19228
+ background: #f9fafb;
19229
+ border-radius: 8px;
19230
+ border: 2px dashed #e5e7eb; }
19231
+
19232
+ .hrms-summary-declaration {
19233
+ display: -webkit-box;
19234
+ display: -ms-flexbox;
19235
+ display: flex;
19236
+ -webkit-box-align: start;
19237
+ -ms-flex-align: start;
19238
+ align-items: flex-start;
19239
+ grid-gap: 1rem;
19240
+ gap: 1rem;
19241
+ margin-top: 2.5rem;
19242
+ padding: 1.75rem;
19243
+ background: linear-gradient(135deg, #fff7ed, #ffedd5);
19244
+ border: 2px solid #fb923c;
19245
+ border-radius: 12px;
19246
+ cursor: pointer;
19247
+ -webkit-transition: all .2s ease;
19248
+ transition: all .2s ease;
19249
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
19250
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
19251
+
19252
+ .hrms-summary-declaration:hover {
19253
+ background: linear-gradient(135deg, #ffedd5, #fed7aa);
19254
+ border-color: #f97316;
19255
+ -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
19256
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
19257
+ -webkit-transform: translateY(-1px);
19258
+ transform: translateY(-1px); }
19259
+
19260
+ .hrms-summary-checkbox {
19261
+ width: 22px;
19262
+ height: 22px;
19263
+ cursor: pointer;
19264
+ margin-top: 2px;
19265
+ -ms-flex-negative: 0;
19266
+ flex-shrink: 0;
19267
+ accent-color: #f97316;
19268
+ border: 2px solid #fb923c;
19269
+ border-radius: 4px; }
19270
+
19271
+ .hrms-summary-declaration-label {
19272
+ cursor: pointer;
19273
+ margin: 0;
19274
+ font-size: 1rem;
19275
+ color: #7c2d12;
19276
+ line-height: 1.7;
19277
+ font-weight: 500;
19278
+ -webkit-user-select: none;
19279
+ -moz-user-select: none;
19280
+ -ms-user-select: none;
19281
+ user-select: none; }
19282
+
19283
+ @media (max-width: 768px) {
19284
+ .hrms-summary-page {
19285
+ padding: 1rem; }
19286
+ .hrms-summary-main-heading {
19287
+ font-size: 1.5rem;
19288
+ margin-bottom: 1.5rem; }
19289
+ .hrms-summary-card {
19290
+ padding: 1.25rem;
19291
+ margin-bottom: 1.5rem; }
19292
+ .hrms-summary-section-heading {
19293
+ font-size: 1.25rem;
19294
+ margin-bottom: 1rem; }
19295
+ .hrms-summary-row {
19296
+ grid-template-columns: 1fr;
19297
+ grid-gap: .5rem;
19298
+ gap: .5rem;
19299
+ padding: .75rem 0; }
19300
+ .hrms-summary-row:hover {
19301
+ background: transparent;
19302
+ padding-left: 0;
19303
+ padding-right: 0;
19304
+ margin-left: 0;
19305
+ margin-right: 0; }
19306
+ .hrms-summary-label {
19307
+ margin-bottom: .25rem;
19308
+ font-size: .875rem; }
19309
+ .hrms-summary-nested-card {
19310
+ padding: 1rem; }
19311
+ .hrms-summary-nested-header {
19312
+ font-size: 1rem;
19313
+ -webkit-box-orient: vertical;
19314
+ -webkit-box-direction: normal;
19315
+ -ms-flex-direction: column;
19316
+ flex-direction: column;
19317
+ -webkit-box-align: start;
19318
+ -ms-flex-align: start;
19319
+ align-items: flex-start;
19320
+ grid-gap: .5rem;
19321
+ gap: .5rem; }
19322
+ .hrms-summary-declaration {
19323
+ padding: 1.25rem;
19324
+ grid-gap: .75rem;
19325
+ gap: .75rem; }
19326
+ .hrms-summary-declaration-label {
19327
+ font-size: .9375rem; } }
19328
+
19329
+ .hrms-text-transform-none {
19330
+ text-transform: capitalize !important; }
19331
+
19332
+ .hrmsMLS .multi-select-dropdown-wrap .master, .hrmsMLS .multi-select-dropdown-wrap .master-active {
19333
+ min-height: 50px;
19334
+ border: 1px solid #d6d5d5;
19335
+ border-radius: 8px;
19336
+ background: #fff;
19337
+ padding: 0; }
19338
+ .hrmsMLS .multi-select-dropdown-wrap .master input, .hrmsMLS .multi-select-dropdown-wrap .master .checkbox-wrap .input-emp, .checkbox-wrap .hrmsMLS .multi-select-dropdown-wrap .master .input-emp, .hrmsMLS .multi-select-dropdown-wrap .master-active input, .hrmsMLS .multi-select-dropdown-wrap .master-active .checkbox-wrap .input-emp, .checkbox-wrap .hrmsMLS .multi-select-dropdown-wrap .master-active .input-emp {
19339
+ height: 40px;
19340
+ border: none;
19341
+ background: transparent;
19342
+ padding: 0 12px;
19343
+ font-size: 16px; }
19344
+ .hrmsMLS .multi-select-dropdown-wrap .master input:focus, .hrmsMLS .multi-select-dropdown-wrap .master .checkbox-wrap .input-emp:focus, .checkbox-wrap .hrmsMLS .multi-select-dropdown-wrap .master .input-emp:focus, .hrmsMLS .multi-select-dropdown-wrap .master-active input:focus, .hrmsMLS .multi-select-dropdown-wrap .master-active .checkbox-wrap .input-emp:focus, .checkbox-wrap .hrmsMLS .multi-select-dropdown-wrap .master-active .input-emp:focus {
19345
+ outline: none; }
19346
+ .hrmsMLS .multi-select-dropdown-wrap .master .label, .hrmsMLS .multi-select-dropdown-wrap .master-active .label {
19347
+ position: absolute;
19348
+ right: 0;
19349
+ top: 0;
19350
+ height: 100%;
19351
+ display: -webkit-box;
19352
+ display: -ms-flexbox;
19353
+ display: flex;
19354
+ -webkit-box-align: center;
19355
+ -ms-flex-align: center;
19356
+ align-items: center;
19357
+ padding: 0 12px;
19358
+ pointer-events: none; }
19359
+ .hrmsMLS .multi-select-dropdown-wrap .master .label p, .hrmsMLS .multi-select-dropdown-wrap .master-active .label p {
19360
+ margin: 0;
19361
+ color: #505a5f;
19362
+ font-size: 16px; }
19363
+ .hrmsMLS .multi-select-dropdown-wrap .master .label svg, .hrmsMLS .multi-select-dropdown-wrap .master-active .label svg {
19364
+ margin-left: 8px; }
19365
+
19366
+ .hrmsMLS .multi-select-dropdown-wrap .master-active {
19367
+ border-color: #1e40af; }
19368
+
19369
+ .hrmsMLS .multi-select-dropdown-wrap .server {
19370
+ border: 1px solid #d6d5d5;
19371
+ border-top: none;
19372
+ max-height: 300px;
19373
+ overflow-y: auto;
19374
+ background: #fff; }
19375
+ .hrmsMLS .multi-select-dropdown-wrap .server > div {
19376
+ padding: 8px 12px;
19377
+ display: -webkit-box;
19378
+ display: -ms-flexbox;
19379
+ display: flex;
19380
+ -webkit-box-align: center;
19381
+ -ms-flex-align: center;
19382
+ align-items: center;
19383
+ cursor: pointer; }
19384
+ .hrmsMLS .multi-select-dropdown-wrap .server > div:hover {
19385
+ background: #f7f7f7; }
19386
+ .hrmsMLS .multi-select-dropdown-wrap .server > div input[type=checkbox], .hrmsMLS .multi-select-dropdown-wrap .server > div .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .hrmsMLS .multi-select-dropdown-wrap .server > div .input-emp[type=checkbox] {
19387
+ margin-right: 8px; }
19388
+ .hrmsMLS .multi-select-dropdown-wrap .server > div .label {
19389
+ margin: 0; }
19390
+
19391
+ .hrms-search-grid-container {
19392
+ display: grid;
19393
+ grid-template-columns: repeat(3, 1fr);
19394
+ grid-gap: 1rem;
19395
+ gap: 1rem;
19396
+ width: 100%; }
19397
+
19398
+ .hrms-search-field-label {
19399
+ margin-bottom: 8px; }
19400
+
19401
+ .hrms-search-button-wrapper {
19402
+ display: -webkit-box;
19403
+ display: -ms-flexbox;
19404
+ display: flex;
19405
+ -webkit-box-align: center;
19406
+ -ms-flex-align: center;
19407
+ align-items: center; }
19408
+
19409
+ .hrms-search-submit-btn {
19410
+ width: 100%;
19411
+ background: linear-gradient(135deg, #2563eb, #1e40af);
19412
+ color: #fff;
19413
+ border: none;
19414
+ border-radius: 8px;
19415
+ padding: 8px 24px;
19416
+ font-size: 16px;
19417
+ font-weight: 700;
19418
+ cursor: pointer;
19419
+ height: 45px;
19420
+ -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
19421
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
19422
+ -webkit-transition: all .2s ease;
19423
+ transition: all .2s ease;
19424
+ text-transform: none; }
19425
+ .hrms-search-submit-btn:hover {
19426
+ background: linear-gradient(135deg, #1e40af, #1e3a8a);
19427
+ -webkit-box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
19428
+ box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3); }
19429
+ .hrms-search-submit-btn:active {
19430
+ -webkit-transform: translateY(1px);
19431
+ transform: translateY(1px); }
19432
+
19433
+ .hrms-search-clear-btn {
19434
+ width: 100%;
19435
+ background-color: initial;
19436
+ color: #2563eb;
19437
+ border: 1px solid #2563eb;
19438
+ border-radius: 8px;
19439
+ padding: 8px 24px;
19440
+ font-size: 16px;
19441
+ font-weight: 700;
19442
+ cursor: pointer;
19443
+ height: 45px;
19444
+ -webkit-transition: all .2s ease;
19445
+ transition: all .2s ease;
19446
+ text-transform: none; }
19447
+ .hrms-search-clear-btn:hover {
19448
+ background-color: #2563eb;
19449
+ color: #fff; }
19450
+ .hrms-search-clear-btn:active {
19451
+ -webkit-transform: translateY(1px);
19452
+ transform: translateY(1px); }
19453
+
19454
+ .hrms-modalbutton-disable .selector-button-primary-disabled {
19455
+ min-height: 40px !important;
19456
+ height: auto !important;
19457
+ width: 30% !important;
19458
+ padding: 0.5rem 1rem !important;
19459
+ border: none !important;
19460
+ border-radius: 0.375rem !important;
19461
+ outline: none !important;
19462
+ background-color: #2947a3 !important;
19463
+ color: #fff !important;
19464
+ font-family: Noto Sans, sans-serif !important;
19465
+ font-weight: 500 !important;
19466
+ font-size: 0.875rem !important;
19467
+ line-height: 1.25rem !important;
19468
+ text-align: center !important;
19469
+ display: -webkit-inline-box !important;
19470
+ display: -ms-inline-flexbox !important;
19471
+ display: inline-flex !important;
19472
+ -webkit-box-align: center !important;
19473
+ -ms-flex-align: center !important;
19474
+ align-items: center !important;
19475
+ -webkit-box-pack: center !important;
19476
+ -ms-flex-pack: center !important;
19477
+ justify-content: center !important;
19478
+ white-space: normal !important;
19479
+ word-break: break-word !important;
19480
+ word-wrap: break-word !important;
19481
+ -webkit-transition: all 0.2s ease !important;
19482
+ transition: all 0.2s ease !important;
19483
+ margin: 0 !important;
19484
+ opacity: 0.5 !important;
19485
+ cursor: not-allowed !important; }
19486
+
19487
+ .hrms-modalbutton-disable .selector-button-primary-disabled h2 {
19488
+ color: #fff !important;
19489
+ margin: 0 !important; }
19490
+
19491
+ .hrms-modalbutton-disable .selector-button-primary {
19492
+ opacity: 1 !important;
19493
+ cursor: pointer !important; }
19494
+
19495
+ .hrms-delete-icon-button {
19496
+ cursor: pointer;
19497
+ padding: 4px;
19498
+ border-radius: 4px;
19499
+ display: -webkit-box;
19500
+ display: -ms-flexbox;
19501
+ display: flex;
19502
+ -webkit-box-align: center;
19503
+ -ms-flex-align: center;
19504
+ align-items: center;
19505
+ -webkit-box-pack: center;
19506
+ -ms-flex-pack: center;
19507
+ justify-content: center;
19508
+ -webkit-transition: all .2s ease;
19509
+ transition: all .2s ease;
19510
+ background-color: initial; }
19511
+ .hrms-delete-icon-button:hover {
19512
+ -webkit-transform: scale(1.1);
19513
+ transform: scale(1.1);
19514
+ opacity: .8; }
19515
+ .hrms-delete-icon-button:hover svg path {
19516
+ fill: rgba(35, 65, 233, 0.69804) !important;
19517
+ fill: #6b7280;
19518
+ -webkit-transition: fill .2s ease;
19519
+ transition: fill .2s ease; }
19520
+
19055
19521
  .zero-margin-padding {
19056
19522
  margin: 0 !important;
19057
19523
  padding: 0 !important; }
@@ -20005,7 +20471,7 @@ body {
20005
20471
 
20006
20472
  .options-card {
20007
20473
  max-height: 350px;
20008
- min-height: 120px;
20474
+ min-height: 20px;
20009
20475
  overflow-y: auto;
20010
20476
  overflow-x: hidden;
20011
20477
  border: 1px solid #ccc;