@pmidc/upyog-css 1.2.30 → 1.2.32

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