@pmidc/upyog-css 1.2.29 → 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
@@ -2397,11 +2397,7 @@ body {
2397
2397
  justify-content: center;
2398
2398
  height: auto;
2399
2399
  min-height: 40px;
2400
- width: 100%;
2401
2400
  margin: 0; }
2402
- @media (min-width: 768px) {
2403
- .selector-button-border {
2404
- width: 30%; } }
2405
2401
  .selector-button-border:hover {
2406
2402
  background-color: #1e3a8a !important;
2407
2403
  opacity: .9; }
@@ -2513,8 +2509,8 @@ body {
2513
2509
  height: 2.5rem;
2514
2510
  width: 2.5rem; }
2515
2511
  .radio-wrap .radio-btn-checkmark {
2516
- height: 2.5rem;
2517
- width: 2.5rem;
2512
+ height: 1.5rem;
2513
+ width: 1.5rem;
2518
2514
  --border-opacity:1;
2519
2515
  border: 1px solid #464646;
2520
2516
  border-color: rgba(70, 70, 70, var(--border-opacity));
@@ -2540,8 +2536,8 @@ body {
2540
2536
  width: 1.25rem;
2541
2537
  border-radius: 9999px;
2542
2538
  position: absolute;
2543
- top: 10px;
2544
- left: 10px; }
2539
+ top: 2px;
2540
+ left: 2px; }
2545
2541
 
2546
2542
  .reverse-radio-selection-wrapper div {
2547
2543
  display: -webkit-box;
@@ -3103,6 +3099,10 @@ body {
3103
3099
  .mobile-number-input-with-prefix {
3104
3100
  padding-left: 45px !important; }
3105
3101
 
3102
+ @media only screen and (max-width: 768px) {
3103
+ .employee-card-input {
3104
+ font-size: 14px; } }
3105
+
3106
3106
  .emp-success-wrap, .success-wrap {
3107
3107
  display: block;
3108
3108
  --bg-opacity:1;
@@ -16968,7 +16968,8 @@ body {
16968
16968
  font-size: 14px;
16969
16969
  color: #374151;
16970
16970
  line-height: 1.6;
16971
- word-wrap: break-word; }
16971
+ word-wrap: break-word;
16972
+ word-break: break-word; }
16972
16973
 
16973
16974
  .custom-doc-container {
16974
16975
  display: inline-block;
@@ -18601,7 +18602,7 @@ body {
18601
18602
  padding: 16px 20px 10px;
18602
18603
  border-bottom: 1px solid #e0e0e0;
18603
18604
  background: #fff;
18604
- margin-top: 3rem; }
18605
+ margin-top: 1rem; }
18605
18606
  @media (max-width: 768px) {
18606
18607
  .hrms-breadcrumb-wrapper {
18607
18608
  padding-left: 12px;
@@ -18714,7 +18715,7 @@ body {
18714
18715
  grid-template-columns: 1fr; } }
18715
18716
 
18716
18717
  .hrms-emp-mapping__required-asterisk {
18717
- color: red; }
18718
+ color: red !important; }
18718
18719
 
18719
18720
  .hrms-emp-mapping__button-container {
18720
18721
  -webkit-box-pack: justify;
@@ -19051,174 +19052,640 @@ body {
19051
19052
  .hrms-w-full-form {
19052
19053
  width: 100% !important; }
19053
19054
 
19054
- .zero-margin-padding {
19055
- margin: 0 !important;
19056
- padding: 0 !important; }
19057
-
19058
- .auto-height-box-43 {
19059
- height: auto;
19060
- min-height: 40px;
19061
- max-height: 40px;
19062
- width: 43%;
19063
- margin: 5px;
19064
- padding: 0; }
19055
+ .hrms-summary-page {
19056
+ padding: 2rem;
19057
+ max-width: 1200px;
19058
+ margin: 0 auto;
19059
+ background: #f9fafb; }
19065
19060
 
19066
- .center-flex-desktop {
19067
- margin: 0;
19068
- padding: 0;
19069
- width: 46%; }
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; }
19070
19069
 
19071
- .center-flex-desktop, .center-flex-mobile {
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;
19072
19095
  display: -webkit-box;
19073
19096
  display: -ms-flexbox;
19074
19097
  display: flex;
19075
- -webkit-box-pack: center;
19076
- -ms-flex-pack: center;
19077
- justify-content: center; }
19078
-
19079
- .center-flex-mobile {
19080
- width: 80%;
19081
- margin-bottom: 10px; }
19098
+ -webkit-box-align: center;
19099
+ -ms-flex-align: center;
19100
+ align-items: center;
19101
+ letter-spacing: -.0125em; }
19082
19102
 
19083
- .video-preview {
19084
- width: 100%;
19085
- border-radius: 8px;
19086
- background: #000; }
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; }
19087
19110
 
19088
- .upload-container-flex {
19111
+ .hrms-summary-section {
19089
19112
  display: -webkit-box;
19090
19113
  display: -ms-flexbox;
19091
19114
  display: flex;
19092
- -webkit-box-pack: start;
19093
- -ms-flex-pack: start;
19094
- justify-content: flex-start;
19095
- -webkit-box-align: center;
19096
- -ms-flex-align: center;
19097
- align-items: center;
19098
- -ms-flex-wrap: wrap;
19099
- flex-wrap: wrap;
19100
- margin: 0;
19101
- padding: 0; }
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; }
19102
19121
 
19103
- .upload-file-min-height {
19104
- min-height: 50px; }
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; }
19105
19142
 
19106
- .upload-file-button {
19107
- height: auto;
19108
- min-height: 40px;
19109
- max-height: 40px;
19110
- width: 43%;
19111
- padding: 0; }
19143
+ .hrms-summary-row:last-child {
19144
+ border-bottom: none; }
19112
19145
 
19113
- .upload-hidden {
19114
- display: none; }
19146
+ .hrms-summary-label {
19147
+ font-weight: 600;
19148
+ color: #6b7280;
19149
+ font-size: .9375rem;
19150
+ line-height: 1.5;
19151
+ text-transform: capitalize; }
19115
19152
 
19116
- .upload-tag-container {
19117
- margin: 0;
19118
- display: -webkit-box;
19119
- display: -ms-flexbox;
19120
- display: flex;
19121
- -webkit-box-pack: center;
19122
- -ms-flex-pack: center;
19123
- justify-content: center;
19124
- padding: 0;
19125
- width: 46%; }
19153
+ [dir=ltr] .hrms-summary-value {
19154
+ text-align: right; }
19126
19155
 
19127
- .view-doc-container {
19128
- margin-bottom: 10px; }
19156
+ [dir=rtl] .hrms-summary-value {
19157
+ text-align: left; }
19129
19158
 
19130
- .upload-file-input {
19131
- width: 43%;
19132
- min-height: 42px;
19133
- max-height: 42px;
19134
- top: 5px;
19135
- left: 5px; }
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; } }
19136
19173
 
19137
- .error-text {
19138
- color: red; }
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; }
19139
19183
 
19140
- @media (max-width: 768px) {
19141
- .upload-tag-container {
19142
- width: 80%; } }
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); }
19143
19188
 
19144
- .bpa-site-photograph-container {
19145
- padding: 50px 0;
19146
- display: -webkit-box;
19147
- display: -ms-flexbox;
19148
- display: flex;
19149
- -webkit-box-pack: space-evenly;
19150
- -ms-flex-pack: space-evenly;
19151
- justify-content: space-evenly;
19152
- -ms-flex-wrap: wrap;
19153
- flex-wrap: wrap; }
19189
+ .hrms-summary-nested-card:last-child {
19190
+ margin-bottom: 0; }
19154
19191
 
19155
- .bpa-site-photograph-item {
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;
19156
19199
  display: -webkit-box;
19157
19200
  display: -ms-flexbox;
19158
19201
  display: flex;
19159
- -webkit-box-orient: vertical;
19160
- -webkit-box-direction: normal;
19161
- -ms-flex-direction: column;
19162
- flex-direction: column;
19163
- width: 200px;
19164
- height: 200px;
19202
+ -webkit-box-pack: justify;
19203
+ -ms-flex-pack: justify;
19204
+ justify-content: space-between;
19165
19205
  -webkit-box-align: center;
19166
19206
  -ms-flex-align: center;
19167
- align-items: center;
19168
- margin-bottom: 20px; }
19169
-
19170
- .bpa-site-photograph-photo-wrapper {
19171
- margin: 5px; }
19172
-
19173
- .bpa-site-photograph-photo {
19174
- width: 120px;
19175
- height: 120px;
19176
- -o-object-fit: fill;
19177
- object-fit: fill;
19178
- border-radius: 10%;
19179
- cursor: pointer; }
19180
-
19181
- .display-none {
19182
- display: none; }
19183
-
19184
- .primary-label-btn {
19185
- margin: 10px auto 0 !important; }
19207
+ align-items: center; }
19186
19208
 
19187
- .p-unset {
19188
- padding: unset !important; }
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); }
19189
19221
 
19190
- .flex-one {
19191
- -webkit-box-flex: 1;
19192
- -ms-flex: 1 1 0%;
19193
- flex: 1 1 0%; }
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; }
19194
19231
 
19195
- .display-flex-gap-2 {
19232
+ .hrms-summary-declaration {
19196
19233
  display: -webkit-box;
19197
19234
  display: -ms-flexbox;
19198
19235
  display: flex;
19199
- grid-gap: .75rem;
19200
- gap: .75rem; }
19201
-
19202
- .rm-mb {
19203
- margin-bottom: unset !important; }
19204
-
19205
- .w-fullwidth {
19206
- width: 100%; }
19207
-
19208
- .stepper {
19209
- padding: 10px; }
19210
-
19211
- .margin-unset {
19212
- margin: unset !important; }
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); }
19213
19251
 
19214
- .text-align-center {
19215
- text-align: center; }
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); }
19216
19259
 
19217
- .text-align-left {
19218
- text-align: left; }
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; }
19219
19270
 
19220
- .text-align-right {
19221
- text-align: right; }
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
+
19521
+ .zero-margin-padding {
19522
+ margin: 0 !important;
19523
+ padding: 0 !important; }
19524
+
19525
+ .auto-height-box-43 {
19526
+ height: auto;
19527
+ min-height: 40px;
19528
+ max-height: 40px;
19529
+ width: 43%;
19530
+ margin: 5px;
19531
+ padding: 0; }
19532
+
19533
+ .center-flex-desktop {
19534
+ margin: 0;
19535
+ padding: 0;
19536
+ width: 46%; }
19537
+
19538
+ .center-flex-desktop, .center-flex-mobile {
19539
+ display: -webkit-box;
19540
+ display: -ms-flexbox;
19541
+ display: flex;
19542
+ -webkit-box-pack: center;
19543
+ -ms-flex-pack: center;
19544
+ justify-content: center; }
19545
+
19546
+ .center-flex-mobile {
19547
+ width: 80%;
19548
+ margin-bottom: 10px; }
19549
+
19550
+ .video-preview {
19551
+ width: 100%;
19552
+ border-radius: 8px;
19553
+ background: #000; }
19554
+
19555
+ .upload-container-flex {
19556
+ display: -webkit-box;
19557
+ display: -ms-flexbox;
19558
+ display: flex;
19559
+ -webkit-box-pack: start;
19560
+ -ms-flex-pack: start;
19561
+ justify-content: flex-start;
19562
+ -webkit-box-align: center;
19563
+ -ms-flex-align: center;
19564
+ align-items: center;
19565
+ -ms-flex-wrap: wrap;
19566
+ flex-wrap: wrap;
19567
+ margin: 0;
19568
+ padding: 0; }
19569
+
19570
+ .upload-file-min-height {
19571
+ min-height: 50px; }
19572
+
19573
+ .upload-file-button {
19574
+ height: auto;
19575
+ min-height: 40px;
19576
+ max-height: 40px;
19577
+ width: 43%;
19578
+ padding: 0; }
19579
+
19580
+ .upload-hidden {
19581
+ display: none; }
19582
+
19583
+ .upload-tag-container {
19584
+ margin: 0;
19585
+ display: -webkit-box;
19586
+ display: -ms-flexbox;
19587
+ display: flex;
19588
+ -webkit-box-pack: center;
19589
+ -ms-flex-pack: center;
19590
+ justify-content: center;
19591
+ padding: 0;
19592
+ width: 46%; }
19593
+
19594
+ .view-doc-container {
19595
+ margin-bottom: 10px; }
19596
+
19597
+ .upload-file-input {
19598
+ width: 43%;
19599
+ min-height: 42px;
19600
+ max-height: 42px;
19601
+ top: 5px;
19602
+ left: 5px; }
19603
+
19604
+ .error-text {
19605
+ color: red; }
19606
+
19607
+ @media (max-width: 768px) {
19608
+ .upload-tag-container {
19609
+ width: 80%; } }
19610
+
19611
+ .bpa-site-photograph-container {
19612
+ padding: 50px 0;
19613
+ display: -webkit-box;
19614
+ display: -ms-flexbox;
19615
+ display: flex;
19616
+ -webkit-box-pack: space-evenly;
19617
+ -ms-flex-pack: space-evenly;
19618
+ justify-content: space-evenly;
19619
+ -ms-flex-wrap: wrap;
19620
+ flex-wrap: wrap; }
19621
+
19622
+ .bpa-site-photograph-item {
19623
+ display: -webkit-box;
19624
+ display: -ms-flexbox;
19625
+ display: flex;
19626
+ -webkit-box-orient: vertical;
19627
+ -webkit-box-direction: normal;
19628
+ -ms-flex-direction: column;
19629
+ flex-direction: column;
19630
+ width: 200px;
19631
+ height: 200px;
19632
+ -webkit-box-align: center;
19633
+ -ms-flex-align: center;
19634
+ align-items: center;
19635
+ margin-bottom: 20px; }
19636
+
19637
+ .bpa-site-photograph-photo-wrapper {
19638
+ margin: 5px; }
19639
+
19640
+ .bpa-site-photograph-photo {
19641
+ width: 120px;
19642
+ height: 120px;
19643
+ -o-object-fit: fill;
19644
+ object-fit: fill;
19645
+ border-radius: 10%;
19646
+ cursor: pointer; }
19647
+
19648
+ .display-none {
19649
+ display: none; }
19650
+
19651
+ .primary-label-btn {
19652
+ margin: 10px auto 0 !important; }
19653
+
19654
+ .p-unset {
19655
+ padding: unset !important; }
19656
+
19657
+ .flex-one {
19658
+ -webkit-box-flex: 1;
19659
+ -ms-flex: 1 1 0%;
19660
+ flex: 1 1 0%; }
19661
+
19662
+ .display-flex-gap-2 {
19663
+ display: -webkit-box;
19664
+ display: -ms-flexbox;
19665
+ display: flex;
19666
+ grid-gap: .75rem;
19667
+ gap: .75rem; }
19668
+
19669
+ .rm-mb {
19670
+ margin-bottom: unset !important; }
19671
+
19672
+ .w-fullwidth {
19673
+ width: 100%; }
19674
+
19675
+ .stepper {
19676
+ padding: 10px; }
19677
+
19678
+ .margin-unset {
19679
+ margin: unset !important; }
19680
+
19681
+ .text-align-center {
19682
+ text-align: center; }
19683
+
19684
+ .text-align-left {
19685
+ text-align: left; }
19686
+
19687
+ .text-align-right {
19688
+ text-align: right; }
19222
19689
 
19223
19690
  .desktop-only {
19224
19691
  display: none; }
@@ -20004,7 +20471,7 @@ body {
20004
20471
 
20005
20472
  .options-card {
20006
20473
  max-height: 350px;
20007
- min-height: 120px;
20474
+ min-height: 20px;
20008
20475
  overflow-y: auto;
20009
20476
  overflow-x: hidden;
20010
20477
  border: 1px solid #ccc;
@@ -20662,11 +21129,20 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20662
21129
  .custom-fee-table-header {
20663
21130
  padding: 14px 12px;
20664
21131
  font-size: 12px;
20665
- white-space: nowrap; }
21132
+ white-space: nowrap;
21133
+ background: linear-gradient(135deg, #1e3a8a, #2563eb);
21134
+ color: #fff;
21135
+ font-weight: 600;
21136
+ text-align: left; }
20666
21137
 
20667
21138
  .custom-fee-table-cell {
20668
21139
  padding: 14px 12px;
20669
- font-size: 13px; }
21140
+ font-size: 16px; }
21141
+
21142
+ @media (max-width: 768px) {
21143
+ .custom-fee-table-cell {
21144
+ font-size: 13px;
21145
+ padding: 10px 8px; } }
20670
21146
 
20671
21147
  .custom-fee-table-cell-taxhead {
20672
21148
  min-width: 150px; }
@@ -20695,9 +21171,13 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20695
21171
 
20696
21172
  .custom-fee-history-header {
20697
21173
  padding: 12px 8px;
20698
- font-size: 12px;
21174
+ font-size: 14px;
20699
21175
  white-space: nowrap;
20700
- min-width: 120px; }
21176
+ min-width: 120px;
21177
+ background-color: #0d43a7;
21178
+ color: #fff;
21179
+ font-weight: 600;
21180
+ text-align: left; }
20701
21181
 
20702
21182
  .custom-fee-history-cell {
20703
21183
  padding: 12px 8px;
@@ -20705,7 +21185,7 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20705
21185
  vertical-align: top; }
20706
21186
 
20707
21187
  .custom-fee-history-content {
20708
- font-size: 12px; }
21188
+ font-size: 14px; }
20709
21189
 
20710
21190
  .custom-fee-history-label, .custom-fee-history-row {
20711
21191
  margin-bottom: 8px; }
@@ -20715,13 +21195,268 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20715
21195
 
20716
21196
  .custom-fee-table-input {
20717
21197
  width: 100%;
20718
- padding: 8px;
20719
- border: 1px solid #ccc;
20720
21198
  border-radius: 4px;
20721
21199
  font-size: 13px;
20722
21200
  -webkit-box-sizing: border-box;
20723
21201
  box-sizing: border-box; }
20724
21202
 
21203
+ .custom-fee-mobile-cards {
21204
+ display: -webkit-box;
21205
+ display: -ms-flexbox;
21206
+ display: flex;
21207
+ -webkit-box-orient: vertical;
21208
+ -webkit-box-direction: normal;
21209
+ -ms-flex-direction: column;
21210
+ flex-direction: column;
21211
+ grid-gap: 12px;
21212
+ gap: 12px;
21213
+ padding: 0; }
21214
+
21215
+ .custom-fee-card {
21216
+ background: #fff;
21217
+ border: 1px solid #e0e0e0;
21218
+ border-radius: 8px;
21219
+ padding: 16px;
21220
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
21221
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
21222
+ -webkit-transition: -webkit-box-shadow .2s ease;
21223
+ transition: -webkit-box-shadow .2s ease;
21224
+ transition: box-shadow .2s ease;
21225
+ transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
21226
+ transition: box-shadow .2s ease,-webkit-box-shadow .2s ease; }
21227
+ .custom-fee-card:hover {
21228
+ -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
21229
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
21230
+
21231
+ .custom-fee-card-header {
21232
+ display: -webkit-box;
21233
+ display: -ms-flexbox;
21234
+ display: flex;
21235
+ -webkit-box-pack: justify;
21236
+ -ms-flex-pack: justify;
21237
+ justify-content: space-between;
21238
+ -webkit-box-align: center;
21239
+ -ms-flex-align: center;
21240
+ align-items: center;
21241
+ margin-bottom: 12px;
21242
+ padding-bottom: 12px;
21243
+ border-bottom: 2px solid #f0f0f0; }
21244
+
21245
+ .custom-fee-card-type {
21246
+ font-weight: 700;
21247
+ font-size: 14px;
21248
+ color: #1a1a1a;
21249
+ text-transform: capitalize;
21250
+ letter-spacing: .3px; }
21251
+
21252
+ .custom-fee-card-original-amount {
21253
+ font-size: 12px;
21254
+ color: #888;
21255
+ font-weight: 500; }
21256
+
21257
+ .custom-fee-card-content {
21258
+ -webkit-box-orient: vertical;
21259
+ -webkit-box-direction: normal;
21260
+ -ms-flex-direction: column;
21261
+ flex-direction: column;
21262
+ grid-gap: 14px;
21263
+ gap: 14px; }
21264
+
21265
+ .custom-fee-card-content, .custom-fee-card-row {
21266
+ display: -webkit-box;
21267
+ display: -ms-flexbox;
21268
+ display: flex; }
21269
+
21270
+ .custom-fee-card-row {
21271
+ grid-gap: 12px;
21272
+ gap: 12px; }
21273
+
21274
+ .custom-fee-card-field {
21275
+ display: -webkit-box;
21276
+ display: -ms-flexbox;
21277
+ display: flex;
21278
+ -webkit-box-orient: vertical;
21279
+ -webkit-box-direction: normal;
21280
+ -ms-flex-direction: column;
21281
+ flex-direction: column;
21282
+ grid-gap: 6px;
21283
+ gap: 6px;
21284
+ -webkit-box-flex: 1;
21285
+ -ms-flex: 1;
21286
+ flex: 1; }
21287
+
21288
+ .custom-fee-card-label {
21289
+ font-weight: 600;
21290
+ font-size: 12px;
21291
+ color: #000;
21292
+ text-transform: uppercase;
21293
+ letter-spacing: .5px; }
21294
+
21295
+ .custom-fee-card-value {
21296
+ font-size: 13px;
21297
+ color: #333;
21298
+ padding: 8px;
21299
+ background: #f9f9f9;
21300
+ border-radius: 4px;
21301
+ min-height: 32px;
21302
+ display: -webkit-box;
21303
+ display: -ms-flexbox;
21304
+ display: flex;
21305
+ -webkit-box-align: center;
21306
+ -ms-flex-align: center;
21307
+ align-items: center;
21308
+ border: 1px solid #e8e8e8; }
21309
+
21310
+ .custom-fee-card-total-row {
21311
+ background: linear-gradient(135deg, #f5f7fa, #f0f3f8);
21312
+ border: 2px solid #d0d8e8;
21313
+ margin-top: 8px; }
21314
+ .custom-fee-card-total-row .custom-fee-card-header {
21315
+ display: none; }
21316
+
21317
+ .custom-fee-card-total-content {
21318
+ display: -webkit-box;
21319
+ display: -ms-flexbox;
21320
+ display: flex;
21321
+ -webkit-box-orient: vertical;
21322
+ -webkit-box-direction: normal;
21323
+ -ms-flex-direction: column;
21324
+ flex-direction: column;
21325
+ grid-gap: 8px;
21326
+ gap: 8px;
21327
+ -webkit-box-align: center;
21328
+ -ms-flex-align: center;
21329
+ align-items: center;
21330
+ text-align: center;
21331
+ padding: 12px 0; }
21332
+
21333
+ .custom-fee-card-total-label {
21334
+ font-size: 12px;
21335
+ color: #1f4ed4;
21336
+ font-weight: 600;
21337
+ text-transform: uppercase;
21338
+ letter-spacing: .5px; }
21339
+
21340
+ .custom-fee-card-total-value {
21341
+ font-size: 24px;
21342
+ font-weight: 800;
21343
+ color: #1a1a1a;
21344
+ letter-spacing: .2px; }
21345
+
21346
+ .custom-fee-card-total-words {
21347
+ font-size: 11px;
21348
+ color: #1f4ed4;
21349
+ font-style: italic;
21350
+ margin-top: 4px;
21351
+ line-height: 1.4; }
21352
+
21353
+ .custom-fee-mobile-wrapper {
21354
+ display: -webkit-box;
21355
+ display: -ms-flexbox;
21356
+ display: flex;
21357
+ -webkit-box-orient: vertical;
21358
+ -webkit-box-direction: normal;
21359
+ -ms-flex-direction: column;
21360
+ flex-direction: column;
21361
+ grid-gap: 16px;
21362
+ gap: 16px; }
21363
+
21364
+ .custom-fee-mobile-history {
21365
+ background: #fff;
21366
+ border: 1px solid #e0e0e0;
21367
+ overflow: hidden;
21368
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
21369
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
21370
+ margin-top: 20px; }
21371
+
21372
+ .custom-fee-history-toggle-mobile {
21373
+ display: -webkit-box;
21374
+ display: -ms-flexbox;
21375
+ display: flex;
21376
+ -webkit-box-pack: justify;
21377
+ -ms-flex-pack: justify;
21378
+ justify-content: space-between;
21379
+ -webkit-box-align: center;
21380
+ -ms-flex-align: center;
21381
+ align-items: center;
21382
+ padding: 16px;
21383
+ cursor: pointer;
21384
+ background: linear-gradient(135deg, #f5f7fa, #f0f3f8);
21385
+ border-bottom: 1px solid #e0e0e0;
21386
+ -webkit-transition: all .2s ease;
21387
+ transition: all .2s ease; }
21388
+ .custom-fee-history-toggle-mobile:active {
21389
+ background: linear-gradient(135deg, #f0f3f8, #e8ecfa); }
21390
+
21391
+ .custom-fee-history-title {
21392
+ font-weight: 700;
21393
+ font-size: 14px;
21394
+ color: #1a1a1a;
21395
+ text-transform: uppercase;
21396
+ letter-spacing: .5px; }
21397
+
21398
+ .custom-fee-history-icon {
21399
+ font-size: 12px;
21400
+ color: #666;
21401
+ font-weight: 600; }
21402
+
21403
+ .custom-fee-history-cards {
21404
+ display: -webkit-box;
21405
+ display: -ms-flexbox;
21406
+ display: flex;
21407
+ -webkit-box-orient: vertical;
21408
+ -webkit-box-direction: normal;
21409
+ -ms-flex-direction: column;
21410
+ flex-direction: column;
21411
+ grid-gap: 12px;
21412
+ gap: 12px; }
21413
+
21414
+ .custom-fee-history-card {
21415
+ background: #f9f9f9;
21416
+ border: 1px solid #e8e8e8;
21417
+ border-radius: 6px;
21418
+ overflow: hidden; }
21419
+
21420
+ .custom-fee-history-card-header {
21421
+ background: #0d43a7;
21422
+ padding: 12px 16px;
21423
+ font-weight: 600;
21424
+ font-size: 15px;
21425
+ color: #fff;
21426
+ border-bottom: 1px solid #0d43a7;
21427
+ text-transform: uppercase;
21428
+ letter-spacing: .3px; }
21429
+
21430
+ .custom-fee-history-card-content {
21431
+ padding: 12px 16px;
21432
+ display: -webkit-box;
21433
+ display: -ms-flexbox;
21434
+ display: flex;
21435
+ -webkit-box-orient: vertical;
21436
+ -webkit-box-direction: normal;
21437
+ -ms-flex-direction: column;
21438
+ flex-direction: column;
21439
+ grid-gap: 10px;
21440
+ gap: 10px; }
21441
+
21442
+ .custom-fee-history-entry {
21443
+ padding: 8px 0;
21444
+ border-bottom: 1px solid #e8e8e8; }
21445
+ .custom-fee-history-entry:last-child {
21446
+ border-bottom: none; }
21447
+
21448
+ .custom-fee-history-item {
21449
+ font-size: 14px;
21450
+ color: #555;
21451
+ line-height: 1.5;
21452
+ word-break: break-word; }
21453
+
21454
+ .custom-fee-history-label-bold {
21455
+ color: #333;
21456
+ font-weight: 700;
21457
+ font-size: 15px;
21458
+ margin-right: 4px; }
21459
+
20725
21460
  .checklist-document-table-wrapper {
20726
21461
  overflow-x: auto;
20727
21462
  -webkit-overflow-scrolling: touch;
@@ -20760,7 +21495,7 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20760
21495
  text-align: center; }
20761
21496
 
20762
21497
  .checklist-table-cell-doc-name {
20763
- font-size: 13px;
21498
+ font-size: 16px;
20764
21499
  min-width: 150px; }
20765
21500
 
20766
21501
  .checklist-table-cell-file {
@@ -20772,8 +21507,17 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20772
21507
  .checklist-table-input {
20773
21508
  width: 100%;
20774
21509
  padding: 8px;
20775
- border: 1px solid #ccc;
20776
21510
  border-radius: 4px;
20777
21511
  font-size: 13px;
20778
21512
  -webkit-box-sizing: border-box;
20779
21513
  box-sizing: border-box; }
21514
+
21515
+ @media (min-width: 1024px) {
21516
+ .data-card .employee-card-sub-heade {
21517
+ margin-bottom: 40px;
21518
+ font-size: 18px;
21519
+ font-weight: 700;
21520
+ color: #1e293b;
21521
+ text-align: left;
21522
+ text-transform: uppercase;
21523
+ letter-spacing: .4px; } }