@pmidc/upyog-css 1.2.20 → 1.2.22
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 +1081 -609
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +535 -535
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/SurveyModal.scss +195 -195
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +99 -99
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +422 -422
- package/src/components/buttons.scss +147 -147
- package/src/components/card.scss +920 -920
- package/src/components/cardHeaderWithOptions.scss +16 -16
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +119 -119
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/documentSection.scss +134 -134
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +111 -111
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +377 -377
- package/src/components/newFooter.scss +82 -82
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +302 -302
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +383 -383
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +140 -140
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1442 -1441
- package/src/modules/BPA/index.scss +99 -0
- package/src/modules/adv/index.scss +643 -553
- package/src/modules/hrms/index.scss +846 -494
- package/src/modules/rentAndLease/index.scss +238 -238
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +454 -454
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +215 -215
- package/src/pages/citizen/InboxCard.scss +378 -378
- package/src/pages/citizen/SurveyList.scss +24 -24
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +352 -352
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +341 -341
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +339 -319
- package/src/pages/common/pgrUICssfix.scss +106 -105
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +12 -12
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +204 -204
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +26 -26
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +959 -959
- package/src/pages/employee/index.scss +693 -693
- package/src/pages/employee/landing.scss +1802 -1802
- package/src/pages/employee/login.scss +253 -253
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +226 -175
- package/src/pages/ws/index.scss +118 -118
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
package/dist/index.css
CHANGED
|
@@ -2170,9 +2170,7 @@ body {
|
|
|
2170
2170
|
-webkit-box-align: start;
|
|
2171
2171
|
-ms-flex-align: start;
|
|
2172
2172
|
align-items: flex-start; }
|
|
2173
|
-
.employee .employeeCard .field {
|
|
2174
|
-
width: 40%; }
|
|
2175
|
-
.employee .employeeCard .form-field {
|
|
2173
|
+
.employee .employeeCard .field, .employee .employeeCard .form-field {
|
|
2176
2174
|
width: 100%; }
|
|
2177
2175
|
.citizen .employeeCard .label-field-pair + .card-label-error, .citizen .employeeCard .label-field-pair .card-label-error, .employee .employeeCard .label-field-pair + .card-label-error, .employee .employeeCard .label-field-pair .card-label-error {
|
|
2178
2176
|
width: 50% !important;
|
|
@@ -9483,6 +9481,237 @@ video::-webkit-media-controls-panel {
|
|
|
9483
9481
|
.filter-card, .mCollect-filter {
|
|
9484
9482
|
padding: 1rem !important; }
|
|
9485
9483
|
|
|
9484
|
+
.employee-quick-service-link {
|
|
9485
|
+
text-decoration: none;
|
|
9486
|
+
display: block; }
|
|
9487
|
+
|
|
9488
|
+
.employee-quick-service-card {
|
|
9489
|
+
display: -webkit-box;
|
|
9490
|
+
display: -ms-flexbox;
|
|
9491
|
+
display: flex;
|
|
9492
|
+
-webkit-box-align: stretch;
|
|
9493
|
+
-ms-flex-align: stretch;
|
|
9494
|
+
align-items: stretch;
|
|
9495
|
+
border-radius: 16px;
|
|
9496
|
+
overflow: hidden;
|
|
9497
|
+
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
9498
|
+
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
9499
|
+
-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
9500
|
+
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
9501
|
+
-webkit-transform: translateY(0) scale(1);
|
|
9502
|
+
transform: translateY(0) scale(1);
|
|
9503
|
+
background: #fff;
|
|
9504
|
+
position: relative;
|
|
9505
|
+
border: 2px solid transparent;
|
|
9506
|
+
width: 400px;
|
|
9507
|
+
height: 140px;
|
|
9508
|
+
min-height: 140px;
|
|
9509
|
+
max-height: 140px; }
|
|
9510
|
+
@media (max-width: 768px) {
|
|
9511
|
+
.employee-quick-service-card {
|
|
9512
|
+
width: 100%;
|
|
9513
|
+
height: 120px;
|
|
9514
|
+
min-height: 120px;
|
|
9515
|
+
max-height: 120px; } }
|
|
9516
|
+
.employee-quick-service-card.hovered {
|
|
9517
|
+
-webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
|
|
9518
|
+
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
|
|
9519
|
+
-webkit-transform: translateY(-4px) scale(1.02);
|
|
9520
|
+
transform: translateY(-4px) scale(1.02);
|
|
9521
|
+
border: 2px solid rgba(79, 101, 216, 0.3); }
|
|
9522
|
+
|
|
9523
|
+
.card-icon-container {
|
|
9524
|
+
display: -webkit-box;
|
|
9525
|
+
display: -ms-flexbox;
|
|
9526
|
+
display: flex;
|
|
9527
|
+
-webkit-box-pack: center;
|
|
9528
|
+
-ms-flex-pack: center;
|
|
9529
|
+
justify-content: center;
|
|
9530
|
+
-webkit-box-align: center;
|
|
9531
|
+
-ms-flex-align: center;
|
|
9532
|
+
align-items: center;
|
|
9533
|
+
min-width: 120px;
|
|
9534
|
+
width: 120px;
|
|
9535
|
+
padding: 24px;
|
|
9536
|
+
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
9537
|
+
position: relative;
|
|
9538
|
+
overflow: hidden; }
|
|
9539
|
+
@media (max-width: 768px) {
|
|
9540
|
+
.card-icon-container {
|
|
9541
|
+
min-width: 80px;
|
|
9542
|
+
width: 80px;
|
|
9543
|
+
padding-left: 16px;
|
|
9544
|
+
padding-bottom: 16px;
|
|
9545
|
+
padding-right: 16px;
|
|
9546
|
+
padding-top: 16px; } }
|
|
9547
|
+
.card-icon-container .employee-quick-service-link {
|
|
9548
|
+
width: 100%; }
|
|
9549
|
+
|
|
9550
|
+
.card-background-circle {
|
|
9551
|
+
position: absolute;
|
|
9552
|
+
width: 150px;
|
|
9553
|
+
height: 150px;
|
|
9554
|
+
background: rgba(255, 255, 255, 0.1);
|
|
9555
|
+
border-radius: 50%;
|
|
9556
|
+
top: -50px;
|
|
9557
|
+
right: -50px;
|
|
9558
|
+
-webkit-transition: -webkit-transform .5s ease;
|
|
9559
|
+
transition: -webkit-transform .5s ease;
|
|
9560
|
+
transition: transform .5s ease;
|
|
9561
|
+
transition: transform .5s ease, -webkit-transform .5s ease;
|
|
9562
|
+
transition: transform .5s ease,-webkit-transform .5s ease;
|
|
9563
|
+
-webkit-transform: scale(1);
|
|
9564
|
+
transform: scale(1); }
|
|
9565
|
+
@media (max-width: 768px) {
|
|
9566
|
+
.card-background-circle {
|
|
9567
|
+
width: 100px;
|
|
9568
|
+
height: 100px;
|
|
9569
|
+
top: -40px;
|
|
9570
|
+
right: -40px; } }
|
|
9571
|
+
.hovered .card-background-circle {
|
|
9572
|
+
-webkit-transform: scale(1.5);
|
|
9573
|
+
transform: scale(1.5); }
|
|
9574
|
+
|
|
9575
|
+
.card-icon-wrapper {
|
|
9576
|
+
-webkit-transform: scale(1) rotate(0deg);
|
|
9577
|
+
transform: scale(1) rotate(0deg);
|
|
9578
|
+
-webkit-transition: -webkit-transform .3s ease;
|
|
9579
|
+
transition: -webkit-transform .3s ease;
|
|
9580
|
+
transition: transform .3s ease;
|
|
9581
|
+
transition: transform .3s ease, -webkit-transform .3s ease;
|
|
9582
|
+
transition: transform .3s ease,-webkit-transform .3s ease;
|
|
9583
|
+
z-index: 1;
|
|
9584
|
+
-webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
|
|
9585
|
+
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2)); }
|
|
9586
|
+
.hovered .card-icon-wrapper {
|
|
9587
|
+
-webkit-transform: scale(1.15) rotate(5deg);
|
|
9588
|
+
transform: scale(1.15) rotate(5deg); }
|
|
9589
|
+
|
|
9590
|
+
.card-content-container {
|
|
9591
|
+
-webkit-box-flex: 1;
|
|
9592
|
+
-ms-flex: 1;
|
|
9593
|
+
flex: 1;
|
|
9594
|
+
display: -webkit-box;
|
|
9595
|
+
display: -ms-flexbox;
|
|
9596
|
+
display: flex;
|
|
9597
|
+
-webkit-box-align: center;
|
|
9598
|
+
-ms-flex-align: center;
|
|
9599
|
+
align-items: center;
|
|
9600
|
+
-webkit-box-pack: justify;
|
|
9601
|
+
-ms-flex-pack: justify;
|
|
9602
|
+
justify-content: space-between;
|
|
9603
|
+
padding: 24px 32px;
|
|
9604
|
+
background: #fff; }
|
|
9605
|
+
@media (max-width: 768px) {
|
|
9606
|
+
.card-content-container {
|
|
9607
|
+
padding-left: 20px;
|
|
9608
|
+
padding-bottom: 16px;
|
|
9609
|
+
padding-right: 20px;
|
|
9610
|
+
padding-top: 16px; } }
|
|
9611
|
+
|
|
9612
|
+
.card-text-content {
|
|
9613
|
+
-webkit-box-flex: 1;
|
|
9614
|
+
-ms-flex: 1;
|
|
9615
|
+
flex: 1; }
|
|
9616
|
+
|
|
9617
|
+
.card-module-title {
|
|
9618
|
+
font-size: 22px;
|
|
9619
|
+
font-weight: 700;
|
|
9620
|
+
color: #1a202c;
|
|
9621
|
+
margin: 0;
|
|
9622
|
+
line-height: 1.3;
|
|
9623
|
+
-webkit-transition: color .3s ease;
|
|
9624
|
+
transition: color .3s ease;
|
|
9625
|
+
overflow: hidden;
|
|
9626
|
+
text-overflow: ellipsis;
|
|
9627
|
+
white-space: normal; }
|
|
9628
|
+
@media (max-width: 768px) {
|
|
9629
|
+
.card-module-title {
|
|
9630
|
+
font-size: 16px;
|
|
9631
|
+
white-space: nowrap; } }
|
|
9632
|
+
|
|
9633
|
+
.card-module-description {
|
|
9634
|
+
font-size: 14px;
|
|
9635
|
+
color: #718096;
|
|
9636
|
+
margin: 6px 0 0;
|
|
9637
|
+
font-weight: 400;
|
|
9638
|
+
display: block; }
|
|
9639
|
+
@media (max-width: 768px) {
|
|
9640
|
+
.card-module-description {
|
|
9641
|
+
font-size: 12px;
|
|
9642
|
+
display: none; } }
|
|
9643
|
+
|
|
9644
|
+
.card-arrow-container {
|
|
9645
|
+
display: -webkit-box;
|
|
9646
|
+
display: -ms-flexbox;
|
|
9647
|
+
display: flex;
|
|
9648
|
+
-webkit-box-align: center;
|
|
9649
|
+
-ms-flex-align: center;
|
|
9650
|
+
align-items: center;
|
|
9651
|
+
-webkit-box-pack: center;
|
|
9652
|
+
-ms-flex-pack: center;
|
|
9653
|
+
justify-content: center;
|
|
9654
|
+
width: 40px;
|
|
9655
|
+
height: 40px;
|
|
9656
|
+
border-radius: 50%;
|
|
9657
|
+
background: #f7fafc;
|
|
9658
|
+
-webkit-transition: all .3s ease;
|
|
9659
|
+
transition: all .3s ease;
|
|
9660
|
+
-webkit-transform: translateX(0);
|
|
9661
|
+
transform: translateX(0); }
|
|
9662
|
+
@media (max-width: 768px) {
|
|
9663
|
+
.card-arrow-container {
|
|
9664
|
+
width: 32px;
|
|
9665
|
+
height: 32px; } }
|
|
9666
|
+
.hovered .card-arrow-container {
|
|
9667
|
+
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
9668
|
+
-webkit-transform: translateX(4px);
|
|
9669
|
+
transform: translateX(4px); }
|
|
9670
|
+
|
|
9671
|
+
.card-arrow-svg {
|
|
9672
|
+
-webkit-transition: -webkit-transform .3s ease;
|
|
9673
|
+
transition: -webkit-transform .3s ease;
|
|
9674
|
+
transition: transform .3s ease;
|
|
9675
|
+
transition: transform .3s ease, -webkit-transform .3s ease;
|
|
9676
|
+
transition: transform .3s ease,-webkit-transform .3s ease;
|
|
9677
|
+
-webkit-transform: translateX(0);
|
|
9678
|
+
transform: translateX(0); }
|
|
9679
|
+
.hovered .card-arrow-svg {
|
|
9680
|
+
-webkit-transform: translateX(2px);
|
|
9681
|
+
transform: translateX(2px); }
|
|
9682
|
+
|
|
9683
|
+
.card-arrow-path {
|
|
9684
|
+
stroke: #4a5568;
|
|
9685
|
+
stroke-width: 2;
|
|
9686
|
+
stroke-linecap: round;
|
|
9687
|
+
stroke-linejoin: round; }
|
|
9688
|
+
.hovered .card-arrow-path {
|
|
9689
|
+
stroke: #fff; }
|
|
9690
|
+
|
|
9691
|
+
.card-shine-effect {
|
|
9692
|
+
position: absolute;
|
|
9693
|
+
top: 0;
|
|
9694
|
+
left: -100%;
|
|
9695
|
+
width: 100%;
|
|
9696
|
+
height: 100%;
|
|
9697
|
+
background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
|
|
9698
|
+
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
|
|
9699
|
+
-webkit-animation: shine .6s ease;
|
|
9700
|
+
animation: shine .6s ease;
|
|
9701
|
+
pointer-events: none; }
|
|
9702
|
+
|
|
9703
|
+
@-webkit-keyframes shine {
|
|
9704
|
+
0% {
|
|
9705
|
+
left: -100%; }
|
|
9706
|
+
to {
|
|
9707
|
+
left: 100%; } }
|
|
9708
|
+
|
|
9709
|
+
@keyframes shine {
|
|
9710
|
+
0% {
|
|
9711
|
+
left: -100%; }
|
|
9712
|
+
to {
|
|
9713
|
+
left: 100%; } }
|
|
9714
|
+
|
|
9486
9715
|
.secondary-action {
|
|
9487
9716
|
display: inline;
|
|
9488
9717
|
float: right; }
|
|
@@ -14183,24 +14412,110 @@ body {
|
|
|
14183
14412
|
background-color: red;
|
|
14184
14413
|
padding-bottom: 90px !important; }
|
|
14185
14414
|
|
|
14186
|
-
.
|
|
14187
|
-
|
|
14188
|
-
|
|
14189
|
-
|
|
14190
|
-
min-width: calc(25% - 15px) !important;
|
|
14191
|
-
max-width: calc(25% - 15px) !important; }
|
|
14415
|
+
.swach-comp-detils-header {
|
|
14416
|
+
-webkit-box-align: center;
|
|
14417
|
+
-ms-flex-align: center;
|
|
14418
|
+
align-items: center; }
|
|
14192
14419
|
|
|
14193
|
-
.
|
|
14194
|
-
|
|
14420
|
+
.swach-comp-detils-citizen-header, .swach-comp-detils-header {
|
|
14421
|
+
display: -webkit-box;
|
|
14422
|
+
display: -ms-flexbox;
|
|
14423
|
+
display: flex;
|
|
14424
|
+
-webkit-box-pack: justify;
|
|
14425
|
+
-ms-flex-pack: justify;
|
|
14426
|
+
justify-content: space-between; }
|
|
14195
14427
|
|
|
14196
|
-
.
|
|
14197
|
-
width:
|
|
14198
|
-
|
|
14199
|
-
|
|
14200
|
-
|
|
14201
|
-
|
|
14202
|
-
|
|
14203
|
-
|
|
14428
|
+
.swach-comp-detils-citizen-header {
|
|
14429
|
+
max-width: 960px; }
|
|
14430
|
+
|
|
14431
|
+
.swach-comp-detils-overflow {
|
|
14432
|
+
overflow-y: scroll; }
|
|
14433
|
+
|
|
14434
|
+
.swach-comp-detils-maps-link {
|
|
14435
|
+
color: #00f;
|
|
14436
|
+
font-weight: bolder; }
|
|
14437
|
+
|
|
14438
|
+
.swach-attendance-header-wrapper {
|
|
14439
|
+
display: -webkit-box;
|
|
14440
|
+
display: -ms-flexbox;
|
|
14441
|
+
display: flex;
|
|
14442
|
+
-webkit-box-pack: justify;
|
|
14443
|
+
-ms-flex-pack: justify;
|
|
14444
|
+
justify-content: space-between;
|
|
14445
|
+
max-width: 960px; }
|
|
14446
|
+
|
|
14447
|
+
.swach-attendance-image-container {
|
|
14448
|
+
margin: 16px 0; }
|
|
14449
|
+
|
|
14450
|
+
.swach-attendance-loader-wrapper {
|
|
14451
|
+
height: 150px;
|
|
14452
|
+
display: -webkit-box;
|
|
14453
|
+
display: -ms-flexbox;
|
|
14454
|
+
display: flex;
|
|
14455
|
+
-webkit-box-align: center;
|
|
14456
|
+
-ms-flex-align: center;
|
|
14457
|
+
align-items: center;
|
|
14458
|
+
-webkit-box-pack: center;
|
|
14459
|
+
-ms-flex-pack: center;
|
|
14460
|
+
justify-content: center; }
|
|
14461
|
+
|
|
14462
|
+
.swach-attendance-processing-text {
|
|
14463
|
+
text-align: center;
|
|
14464
|
+
margin-top: 8px; }
|
|
14465
|
+
|
|
14466
|
+
.swach-search-form {
|
|
14467
|
+
margin-left: 24px; }
|
|
14468
|
+
|
|
14469
|
+
.swach-search-container {
|
|
14470
|
+
width: auto; }
|
|
14471
|
+
|
|
14472
|
+
.swach-search-error-text {
|
|
14473
|
+
color: red;
|
|
14474
|
+
font-size: 12px; }
|
|
14475
|
+
|
|
14476
|
+
.swach-search-action-full {
|
|
14477
|
+
width: 100% !important; }
|
|
14478
|
+
|
|
14479
|
+
.swach-search-clear-padding {
|
|
14480
|
+
padding-top: 9px; }
|
|
14481
|
+
|
|
14482
|
+
.swach-red-color {
|
|
14483
|
+
color: #a82227; }
|
|
14484
|
+
|
|
14485
|
+
.swach-text-align {
|
|
14486
|
+
text-align: center; }
|
|
14487
|
+
|
|
14488
|
+
.swach-desktop-result {
|
|
14489
|
+
margin-top: 24px;
|
|
14490
|
+
margin-left: 24px;
|
|
14491
|
+
-webkit-box-flex: 1;
|
|
14492
|
+
-ms-flex: 1;
|
|
14493
|
+
flex: 1; }
|
|
14494
|
+
|
|
14495
|
+
.swach-margin-top-16 {
|
|
14496
|
+
margin-top: 20 !important; }
|
|
14497
|
+
|
|
14498
|
+
.swach-width-250 {
|
|
14499
|
+
width: 250px !important; }
|
|
14500
|
+
|
|
14501
|
+
.alignmentSettle .field, .alignmentSettle .form-field {
|
|
14502
|
+
width: calc(25% - 15px) !important;
|
|
14503
|
+
margin-right: 15px !important;
|
|
14504
|
+
margin-bottom: 16px !important;
|
|
14505
|
+
min-width: calc(25% - 15px) !important;
|
|
14506
|
+
max-width: calc(25% - 15px) !important; }
|
|
14507
|
+
|
|
14508
|
+
.alignmentSettle .field:nth-child(4n), .alignmentSettle .form-field:nth-child(4n), .alignmentSettle .submit {
|
|
14509
|
+
margin-right: 0 !important; }
|
|
14510
|
+
|
|
14511
|
+
.alignmentSettle .submit {
|
|
14512
|
+
width: calc(25% - 15px) !important;
|
|
14513
|
+
min-width: calc(25% - 15px) !important;
|
|
14514
|
+
max-width: calc(25% - 15px) !important;
|
|
14515
|
+
margin-top: 0 !important;
|
|
14516
|
+
display: -webkit-box !important;
|
|
14517
|
+
display: -ms-flexbox !important;
|
|
14518
|
+
display: flex !important;
|
|
14204
14519
|
-webkit-box-orient: vertical !important;
|
|
14205
14520
|
-webkit-box-direction: normal !important;
|
|
14206
14521
|
-ms-flex-direction: column !important;
|
|
@@ -16062,9 +16377,10 @@ body {
|
|
|
16062
16377
|
font-size: 12px; } }
|
|
16063
16378
|
|
|
16064
16379
|
.pgr-desktop-inbox-container .pgr-desktop-card-empty-state, .pgr-desktop-inbox-container .pgr-desktop-card-error-state {
|
|
16065
|
-
margin-top: 20px; }
|
|
16066
|
-
|
|
16067
|
-
|
|
16380
|
+
margin-top: 20px !important; }
|
|
16381
|
+
|
|
16382
|
+
.pgr-desktop-inbox-container .pgr-desktop-card-text-align {
|
|
16383
|
+
text-align: center !important; }
|
|
16068
16384
|
|
|
16069
16385
|
.pgr-desktop-inbox-container .pgr-desktop-inbox-content-wrapper .pgr-desktop-inbox-result-container {
|
|
16070
16386
|
margin-top: 24px;
|
|
@@ -16288,28 +16604,32 @@ body {
|
|
|
16288
16604
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
|
|
16289
16605
|
|
|
16290
16606
|
.custom-card-top {
|
|
16607
|
+
display: grid;
|
|
16608
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
16609
|
+
-webkit-box-align: start;
|
|
16610
|
+
-ms-flex-align: start;
|
|
16611
|
+
align-items: flex-start;
|
|
16612
|
+
padding: 20px 24px;
|
|
16613
|
+
grid-gap: 16px;
|
|
16614
|
+
gap: 16px; }
|
|
16615
|
+
|
|
16616
|
+
.custom-card-column {
|
|
16291
16617
|
display: -webkit-box;
|
|
16292
16618
|
display: -ms-flexbox;
|
|
16293
16619
|
display: flex;
|
|
16294
|
-
-webkit-box-
|
|
16295
|
-
-
|
|
16296
|
-
|
|
16297
|
-
-
|
|
16298
|
-
-ms-flex-align: center;
|
|
16299
|
-
align-items: center;
|
|
16300
|
-
-ms-flex-wrap: wrap;
|
|
16301
|
-
flex-wrap: wrap;
|
|
16302
|
-
padding: 20px 24px; }
|
|
16620
|
+
-webkit-box-orient: vertical;
|
|
16621
|
+
-webkit-box-direction: normal;
|
|
16622
|
+
-ms-flex-direction: column;
|
|
16623
|
+
flex-direction: column; }
|
|
16303
16624
|
|
|
16304
|
-
.custom-card-
|
|
16305
|
-
-
|
|
16306
|
-
-ms-flex: 1;
|
|
16307
|
-
flex: 1;
|
|
16308
|
-
padding-right: 16px; }
|
|
16625
|
+
.custom-card-column-mid {
|
|
16626
|
+
text-align: center; }
|
|
16309
16627
|
|
|
16310
|
-
.custom-card-right {
|
|
16311
|
-
-
|
|
16312
|
-
|
|
16628
|
+
.custom-card-column-right {
|
|
16629
|
+
text-align: right;
|
|
16630
|
+
-webkit-box-align: end;
|
|
16631
|
+
-ms-flex-align: end;
|
|
16632
|
+
align-items: flex-end; }
|
|
16313
16633
|
|
|
16314
16634
|
.custom-action-title {
|
|
16315
16635
|
font-size: 16px;
|
|
@@ -16342,13 +16662,34 @@ body {
|
|
|
16342
16662
|
display: -webkit-box;
|
|
16343
16663
|
display: -ms-flexbox;
|
|
16344
16664
|
display: flex;
|
|
16345
|
-
-webkit-box-
|
|
16346
|
-
-
|
|
16347
|
-
|
|
16348
|
-
|
|
16349
|
-
|
|
16665
|
+
-webkit-box-orient: vertical;
|
|
16666
|
+
-webkit-box-direction: normal;
|
|
16667
|
+
-ms-flex-direction: column;
|
|
16668
|
+
flex-direction: column;
|
|
16669
|
+
border-top: 1px solid #e5e7eb;
|
|
16670
|
+
padding: 16px 24px 20px;
|
|
16671
|
+
grid-gap: 12px;
|
|
16672
|
+
gap: 12px; }
|
|
16673
|
+
|
|
16674
|
+
.custom-comments-content {
|
|
16675
|
+
width: 100%; }
|
|
16676
|
+
|
|
16677
|
+
.custom-assigned-to-footer {
|
|
16678
|
+
-ms-flex-item-align: end;
|
|
16679
|
+
align-self: flex-end;
|
|
16680
|
+
text-align: right;
|
|
16681
|
+
display: -webkit-box;
|
|
16682
|
+
display: -ms-flexbox;
|
|
16683
|
+
display: flex;
|
|
16684
|
+
-webkit-box-orient: vertical;
|
|
16685
|
+
-webkit-box-direction: normal;
|
|
16686
|
+
-ms-flex-direction: column;
|
|
16687
|
+
flex-direction: column;
|
|
16688
|
+
-webkit-box-align: end;
|
|
16689
|
+
-ms-flex-align: end;
|
|
16690
|
+
align-items: flex-end; }
|
|
16350
16691
|
|
|
16351
|
-
.custom-assignee-section
|
|
16692
|
+
.custom-assignee-section {
|
|
16352
16693
|
border-top: 1px solid #e5e7eb;
|
|
16353
16694
|
padding: 16px 24px 20px; }
|
|
16354
16695
|
|
|
@@ -16410,25 +16751,31 @@ body {
|
|
|
16410
16751
|
grid-gap: 16px;
|
|
16411
16752
|
gap: 16px; }
|
|
16412
16753
|
.custom-card-top {
|
|
16413
|
-
|
|
16754
|
+
display: -webkit-box;
|
|
16755
|
+
display: -ms-flexbox;
|
|
16756
|
+
display: flex;
|
|
16414
16757
|
-webkit-box-orient: vertical;
|
|
16415
16758
|
-webkit-box-direction: normal;
|
|
16416
16759
|
-ms-flex-direction: column;
|
|
16417
16760
|
flex-direction: column;
|
|
16418
|
-
|
|
16419
|
-
-ms-flex-align: start;
|
|
16420
|
-
align-items: flex-start;
|
|
16761
|
+
padding: 16px;
|
|
16421
16762
|
grid-gap: 12px;
|
|
16422
16763
|
gap: 12px; }
|
|
16423
|
-
.custom-card-
|
|
16424
|
-
|
|
16425
|
-
|
|
16426
|
-
|
|
16427
|
-
|
|
16764
|
+
.custom-card-column {
|
|
16765
|
+
width: 100% !important;
|
|
16766
|
+
text-align: left !important;
|
|
16767
|
+
-webkit-box-align: start !important;
|
|
16768
|
+
-ms-flex-align: start !important;
|
|
16769
|
+
align-items: flex-start !important; }
|
|
16428
16770
|
.custom-comments-section {
|
|
16429
|
-
padding: 12px 16px;
|
|
16430
|
-
|
|
16431
|
-
|
|
16771
|
+
padding: 12px 16px; }
|
|
16772
|
+
.custom-assigned-to-footer {
|
|
16773
|
+
-ms-flex-item-align: start;
|
|
16774
|
+
align-self: flex-start;
|
|
16775
|
+
text-align: left;
|
|
16776
|
+
-webkit-box-align: start;
|
|
16777
|
+
-ms-flex-align: start;
|
|
16778
|
+
align-items: flex-start; } }
|
|
16432
16779
|
|
|
16433
16780
|
@media (max-width: 480px) {
|
|
16434
16781
|
.custom-tracking-line {
|
|
@@ -17532,11 +17879,16 @@ body {
|
|
|
17532
17879
|
font-weight: 600;
|
|
17533
17880
|
margin: 0; }
|
|
17534
17881
|
|
|
17882
|
+
[dir=ltr] .ads-summary-edit {
|
|
17883
|
+
text-align: right !important; }
|
|
17884
|
+
|
|
17885
|
+
[dir=rtl] .ads-summary-edit {
|
|
17886
|
+
text-align: left !important; }
|
|
17887
|
+
|
|
17535
17888
|
.ads-summary-edit {
|
|
17536
17889
|
cursor: pointer;
|
|
17537
|
-
color: #2e86de;
|
|
17538
|
-
font-weight: 600;
|
|
17539
|
-
font-size: .9rem; }
|
|
17890
|
+
color: #2e86de !important;
|
|
17891
|
+
font-weight: 600; }
|
|
17540
17892
|
|
|
17541
17893
|
.ads-summary-row {
|
|
17542
17894
|
-webkit-box-pack: justify;
|
|
@@ -17700,168 +18052,275 @@ body {
|
|
|
17700
18052
|
max-width: unset;
|
|
17701
18053
|
margin-left: unset; }
|
|
17702
18054
|
|
|
17703
|
-
.
|
|
18055
|
+
.ads-ad-card-image-img {
|
|
18056
|
+
width: 100%;
|
|
18057
|
+
height: 100%;
|
|
18058
|
+
-o-object-fit: cover;
|
|
18059
|
+
object-fit: cover; }
|
|
18060
|
+
|
|
18061
|
+
.ads-ad-card-info {
|
|
18062
|
+
-webkit-box-orient: vertical;
|
|
18063
|
+
-webkit-box-direction: normal;
|
|
18064
|
+
-ms-flex-direction: column;
|
|
18065
|
+
flex-direction: column;
|
|
18066
|
+
grid-gap: 6px;
|
|
18067
|
+
gap: 6px;
|
|
18068
|
+
font-size: 13px;
|
|
18069
|
+
color: #444; }
|
|
18070
|
+
|
|
18071
|
+
.ads-ad-card-info, .ads-ad-card-info-row {
|
|
17704
18072
|
display: -webkit-box;
|
|
17705
18073
|
display: -ms-flexbox;
|
|
17706
18074
|
display: flex; }
|
|
17707
18075
|
|
|
17708
|
-
.
|
|
18076
|
+
.ads-ad-card-info-row {
|
|
17709
18077
|
-webkit-box-pack: justify;
|
|
17710
18078
|
-ms-flex-pack: justify;
|
|
17711
18079
|
justify-content: space-between; }
|
|
17712
18080
|
|
|
17713
|
-
.
|
|
17714
|
-
|
|
17715
|
-
display: -ms-flexbox;
|
|
17716
|
-
display: flex;
|
|
17717
|
-
-webkit-box-align: center;
|
|
17718
|
-
-ms-flex-align: center;
|
|
17719
|
-
align-items: center; }
|
|
18081
|
+
.ads-ad-card-info-row--bold {
|
|
18082
|
+
font-weight: 600; }
|
|
17720
18083
|
|
|
17721
|
-
.
|
|
17722
|
-
|
|
17723
|
-
|
|
17724
|
-
|
|
18084
|
+
.ads-ad-card-amount {
|
|
18085
|
+
color: #222; }
|
|
18086
|
+
|
|
18087
|
+
.ads-ad-card-light {
|
|
18088
|
+
color: green;
|
|
18089
|
+
font-weight: 600; }
|
|
17725
18090
|
|
|
17726
|
-
.
|
|
18091
|
+
.ads-ad-card-date-row {
|
|
17727
18092
|
display: -webkit-box;
|
|
17728
18093
|
display: -ms-flexbox;
|
|
17729
18094
|
display: flex;
|
|
17730
|
-
-
|
|
17731
|
-
|
|
17732
|
-
-
|
|
17733
|
-
flex-direction: column; }
|
|
18095
|
+
grid-gap: 4px;
|
|
18096
|
+
gap: 4px;
|
|
18097
|
+
margin-top: 8px; }
|
|
17734
18098
|
|
|
17735
|
-
.
|
|
17736
|
-
-
|
|
17737
|
-
flex
|
|
18099
|
+
.ads-ad-card-date-field {
|
|
18100
|
+
-webkit-box-flex: 1;
|
|
18101
|
+
-ms-flex: 1;
|
|
18102
|
+
flex: 1; }
|
|
18103
|
+
|
|
18104
|
+
.ads-ad-card-date-label {
|
|
18105
|
+
font-size: 12px;
|
|
18106
|
+
color: #666; }
|
|
17738
18107
|
|
|
17739
|
-
.
|
|
18108
|
+
.ads-ad-card-actions {
|
|
17740
18109
|
display: -webkit-box;
|
|
17741
18110
|
display: -ms-flexbox;
|
|
17742
18111
|
display: flex;
|
|
17743
|
-
-webkit-box-pack: end;
|
|
17744
|
-
-ms-flex-pack: end;
|
|
17745
|
-
justify-content: flex-end; }
|
|
17746
|
-
|
|
17747
|
-
.hrms-gap-xs {
|
|
17748
18112
|
grid-gap: 8px;
|
|
17749
|
-
gap: 8px;
|
|
18113
|
+
gap: 8px;
|
|
18114
|
+
margin-top: 6px; }
|
|
17750
18115
|
|
|
17751
|
-
.
|
|
17752
|
-
|
|
17753
|
-
gap: 10px; }
|
|
18116
|
+
.ads-ad-card-cart-icon {
|
|
18117
|
+
color: #000; }
|
|
17754
18118
|
|
|
17755
|
-
.
|
|
17756
|
-
|
|
17757
|
-
|
|
18119
|
+
.ads-availibility-for-title {
|
|
18120
|
+
margin: 0;
|
|
18121
|
+
font-size: 20px;
|
|
18122
|
+
font-weight: 700;
|
|
18123
|
+
color: #333; }
|
|
17758
18124
|
|
|
17759
|
-
.
|
|
17760
|
-
|
|
17761
|
-
|
|
18125
|
+
.ads-cart-modal-body {
|
|
18126
|
+
-webkit-box-flex: 1;
|
|
18127
|
+
-ms-flex: 1;
|
|
18128
|
+
flex: 1;
|
|
18129
|
+
overflow-y: auto; }
|
|
17762
18130
|
|
|
17763
|
-
.
|
|
17764
|
-
|
|
17765
|
-
|
|
18131
|
+
.ads-cart-empty-text {
|
|
18132
|
+
padding: 12px;
|
|
18133
|
+
color: #666; }
|
|
17766
18134
|
|
|
17767
|
-
.
|
|
17768
|
-
|
|
18135
|
+
.ads-cart-item-header-info {
|
|
18136
|
+
cursor: pointer;
|
|
18137
|
+
-webkit-box-flex: 1;
|
|
18138
|
+
-ms-flex: 1;
|
|
18139
|
+
flex: 1; }
|
|
17769
18140
|
|
|
17770
|
-
.
|
|
17771
|
-
|
|
18141
|
+
.ads-cart-item-toggle-modal {
|
|
18142
|
+
font-size: 18px;
|
|
18143
|
+
margin-left: 8px; }
|
|
17772
18144
|
|
|
17773
|
-
.
|
|
17774
|
-
|
|
18145
|
+
.ads-reservation-wrapper {
|
|
18146
|
+
-webkit-box-pack: end;
|
|
18147
|
+
-ms-flex-pack: end;
|
|
18148
|
+
justify-content: flex-end; }
|
|
17775
18149
|
|
|
17776
|
-
.hrms-
|
|
17777
|
-
|
|
18150
|
+
.ads-reservation-wrapper, .hrms-flex, .hrms-emp-mapping__preview-header, .hrms-pagination__buttons {
|
|
18151
|
+
display: -webkit-box;
|
|
18152
|
+
display: -ms-flexbox;
|
|
18153
|
+
display: flex; }
|
|
17778
18154
|
|
|
17779
|
-
.hrms-
|
|
17780
|
-
|
|
18155
|
+
.hrms-flex--between, .hrms-emp-mapping__preview-header {
|
|
18156
|
+
-webkit-box-pack: justify;
|
|
18157
|
+
-ms-flex-pack: justify;
|
|
18158
|
+
justify-content: space-between; }
|
|
17781
18159
|
|
|
17782
|
-
.hrms-
|
|
17783
|
-
|
|
18160
|
+
.hrms-flex--center, .hrms-emp-mapping__preview-header, .hrms-pagination__buttons {
|
|
18161
|
+
-webkit-box-align: center;
|
|
18162
|
+
-ms-flex-align: center;
|
|
18163
|
+
align-items: center; }
|
|
17784
18164
|
|
|
17785
|
-
.hrms-
|
|
17786
|
-
|
|
18165
|
+
.hrms-flex--gap-10, .hrms-pagination__buttons {
|
|
18166
|
+
grid-gap: 10px;
|
|
18167
|
+
gap: 10px; }
|
|
17787
18168
|
|
|
17788
|
-
.hrms-
|
|
17789
|
-
|
|
18169
|
+
.hrms-flex--end {
|
|
18170
|
+
-webkit-box-pack: end;
|
|
18171
|
+
-ms-flex-pack: end;
|
|
18172
|
+
justify-content: flex-end; }
|
|
17790
18173
|
|
|
17791
|
-
.hrms-
|
|
17792
|
-
margin-
|
|
18174
|
+
.hrms-spacing--mapping-header {
|
|
18175
|
+
margin-top: 30px;
|
|
18176
|
+
margin-bottom: 15px; }
|
|
18177
|
+
@media (max-width: 768px) {
|
|
18178
|
+
.hrms-spacing--mapping-header {
|
|
18179
|
+
-webkit-box-orient: vertical;
|
|
18180
|
+
-webkit-box-direction: normal;
|
|
18181
|
+
-ms-flex-direction: column;
|
|
18182
|
+
flex-direction: column;
|
|
18183
|
+
-webkit-box-align: start !important;
|
|
18184
|
+
-ms-flex-align: start !important;
|
|
18185
|
+
align-items: flex-start !important;
|
|
18186
|
+
grid-gap: 12px;
|
|
18187
|
+
gap: 12px; } }
|
|
17793
18188
|
|
|
17794
|
-
.hrms-
|
|
17795
|
-
margin-bottom:
|
|
17796
|
-
|
|
17797
|
-
.hrms-
|
|
17798
|
-
|
|
17799
|
-
|
|
17800
|
-
|
|
17801
|
-
|
|
17802
|
-
|
|
17803
|
-
|
|
17804
|
-
|
|
17805
|
-
|
|
17806
|
-
|
|
17807
|
-
|
|
17808
|
-
|
|
17809
|
-
|
|
17810
|
-
|
|
17811
|
-
|
|
17812
|
-
|
|
17813
|
-
|
|
17814
|
-
|
|
17815
|
-
.
|
|
17816
|
-
|
|
17817
|
-
|
|
17818
|
-
|
|
17819
|
-
|
|
17820
|
-
|
|
17821
|
-
|
|
17822
|
-
|
|
17823
|
-
|
|
17824
|
-
|
|
17825
|
-
|
|
17826
|
-
|
|
17827
|
-
|
|
17828
|
-
|
|
17829
|
-
|
|
17830
|
-
|
|
17831
|
-
|
|
17832
|
-
|
|
17833
|
-
|
|
17834
|
-
|
|
17835
|
-
|
|
17836
|
-
.hrms-
|
|
17837
|
-
|
|
17838
|
-
|
|
17839
|
-
.hrms-
|
|
17840
|
-
|
|
17841
|
-
|
|
17842
|
-
|
|
17843
|
-
|
|
17844
|
-
|
|
17845
|
-
|
|
17846
|
-
|
|
17847
|
-
|
|
17848
|
-
|
|
17849
|
-
|
|
18189
|
+
.hrms-spacing--section-bottom {
|
|
18190
|
+
margin-bottom: 15px; }
|
|
18191
|
+
@media (max-width: 768px) {
|
|
18192
|
+
.hrms-spacing--section-bottom {
|
|
18193
|
+
-webkit-box-pack: stretch !important;
|
|
18194
|
+
-ms-flex-pack: stretch !important;
|
|
18195
|
+
justify-content: stretch !important; }
|
|
18196
|
+
.hrms-spacing--section-bottom button {
|
|
18197
|
+
width: 100%; } }
|
|
18198
|
+
|
|
18199
|
+
.hrms-btn, .hrms-emp-mapping__search-button, .hrms-emp-mapping__clear-button, .hrms-emp-mapping__add-button, .hrms-emp-mapping__add-to-list-button, .hrms-pagination__btn {
|
|
18200
|
+
border: none;
|
|
18201
|
+
padding: 10px 20px;
|
|
18202
|
+
border-radius: 4px;
|
|
18203
|
+
cursor: pointer;
|
|
18204
|
+
font-weight: 500;
|
|
18205
|
+
font-size: 14px; }
|
|
18206
|
+
.hrms-btn--primary, .hrms-emp-mapping__search-button, .hrms-emp-mapping__add-button, .hrms-emp-mapping__add-to-list-button {
|
|
18207
|
+
background: linear-gradient(135deg, #2563eb, #1e40af);
|
|
18208
|
+
color: #fff; }
|
|
18209
|
+
.hrms-btn--primary:hover, .hrms-emp-mapping__search-button:hover, .hrms-emp-mapping__add-button:hover, .hrms-emp-mapping__add-to-list-button:hover {
|
|
18210
|
+
opacity: .9; }
|
|
18211
|
+
.hrms-btn--primary.disabled, .disabled.hrms-emp-mapping__search-button, .disabled.hrms-emp-mapping__add-button, .disabled.hrms-emp-mapping__add-to-list-button, .hrms-btn--primary:disabled, .hrms-emp-mapping__search-button:disabled, .hrms-emp-mapping__add-button:disabled, .hrms-emp-mapping__add-to-list-button:disabled {
|
|
18212
|
+
background: #ccc;
|
|
18213
|
+
cursor: not-allowed;
|
|
18214
|
+
opacity: .6; }
|
|
18215
|
+
.hrms-btn--secondary, .hrms-emp-mapping__clear-button {
|
|
18216
|
+
background-color: #fff;
|
|
18217
|
+
color: linear-gradient(135deg, #2563eb, #1e40af);
|
|
18218
|
+
border: 1px solid;
|
|
18219
|
+
border-image-source: linear-gradient(135deg, #2563eb, #1e40af);
|
|
18220
|
+
border-image-slice: 1; }
|
|
18221
|
+
.hrms-btn--secondary.disabled, .disabled.hrms-emp-mapping__clear-button, .hrms-btn--secondary:disabled, .hrms-emp-mapping__clear-button:disabled {
|
|
18222
|
+
cursor: not-allowed;
|
|
18223
|
+
opacity: .5; }
|
|
18224
|
+
.hrms-btn--pagination, .hrms-pagination__btn {
|
|
18225
|
+
padding: 8px 16px;
|
|
18226
|
+
border: 1px solid #ddd;
|
|
18227
|
+
background-color: #fff;
|
|
18228
|
+
border-radius: 4px; }
|
|
18229
|
+
.hrms-btn--pagination.disabled, .disabled.hrms-pagination__btn, .hrms-btn--pagination:disabled, .hrms-pagination__btn:disabled, .hrms-btn--pagination:hover:not(:disabled):not(.disabled), .hrms-pagination__btn:hover:not(:disabled):not(.disabled) {
|
|
18230
|
+
background-color: #f5f5f5; }
|
|
18231
|
+
.hrms-btn--pagination.disabled, .disabled.hrms-pagination__btn, .hrms-btn--pagination:disabled, .hrms-pagination__btn:disabled {
|
|
18232
|
+
cursor: not-allowed;
|
|
18233
|
+
opacity: .5; }
|
|
18234
|
+
.hrms-btn--delete {
|
|
18235
|
+
background: none;
|
|
18236
|
+
border: none;
|
|
18237
|
+
color: #d4351c;
|
|
18238
|
+
cursor: pointer;
|
|
18239
|
+
font-size: 13px;
|
|
18240
|
+
padding: 4px 8px;
|
|
18241
|
+
border-radius: 4px; }
|
|
18242
|
+
.hrms-btn--delete:hover {
|
|
18243
|
+
background-color: #fee2e2; }
|
|
18244
|
+
.hrms-btn--delete:disabled {
|
|
18245
|
+
cursor: not-allowed;
|
|
18246
|
+
opacity: .5; }
|
|
18247
|
+
|
|
18248
|
+
.hrms-table td, .hrms-emp-mapping__table td {
|
|
18249
|
+
padding: 12px;
|
|
18250
|
+
font-size: 14px; }
|
|
17850
18251
|
|
|
17851
|
-
.hrms-
|
|
17852
|
-
|
|
18252
|
+
.hrms-select, .hrms-pagination__page-size-select {
|
|
18253
|
+
padding: 6px 12px;
|
|
18254
|
+
border: 1px solid #ddd;
|
|
18255
|
+
border-radius: 4px;
|
|
18256
|
+
font-size: 14px;
|
|
18257
|
+
cursor: pointer; }
|
|
18258
|
+
.hrms-select:focus, .hrms-pagination__page-size-select:focus {
|
|
18259
|
+
outline: none;
|
|
18260
|
+
border-color: #2563eb; }
|
|
17853
18261
|
|
|
17854
|
-
.hrms-
|
|
17855
|
-
|
|
18262
|
+
.hrms-pagination-container, .hrms-pagination__controls {
|
|
18263
|
+
-webkit-box-pack: justify;
|
|
18264
|
+
-ms-flex-pack: justify;
|
|
18265
|
+
justify-content: space-between;
|
|
18266
|
+
margin-top: 20px;
|
|
18267
|
+
padding: 10px 0; }
|
|
18268
|
+
@media (max-width: 768px) {
|
|
18269
|
+
.hrms-pagination-container, .hrms-pagination__controls {
|
|
18270
|
+
-webkit-box-orient: vertical;
|
|
18271
|
+
-webkit-box-direction: normal;
|
|
18272
|
+
-ms-flex-direction: column;
|
|
18273
|
+
flex-direction: column;
|
|
18274
|
+
grid-gap: 16px;
|
|
18275
|
+
gap: 16px;
|
|
18276
|
+
-webkit-box-align: stretch;
|
|
18277
|
+
-ms-flex-align: stretch;
|
|
18278
|
+
align-items: stretch; } }
|
|
17856
18279
|
|
|
17857
|
-
.hrms-
|
|
17858
|
-
|
|
18280
|
+
.hrms-page-size, .hrms-pagination__page-size-selector, .hrms-pagination-container, .hrms-pagination__controls {
|
|
18281
|
+
display: -webkit-box;
|
|
18282
|
+
display: -ms-flexbox;
|
|
18283
|
+
display: flex;
|
|
18284
|
+
-webkit-box-align: center;
|
|
18285
|
+
-ms-flex-align: center;
|
|
18286
|
+
align-items: center; }
|
|
17859
18287
|
|
|
17860
|
-
.hrms-
|
|
17861
|
-
|
|
18288
|
+
.hrms-page-size, .hrms-pagination__page-size-selector {
|
|
18289
|
+
grid-gap: 10px;
|
|
18290
|
+
gap: 10px;
|
|
18291
|
+
margin-bottom: 15px; }
|
|
18292
|
+
.hrms-page-size--right, .hrms-pagination__page-size-selector {
|
|
18293
|
+
-webkit-box-pack: end;
|
|
18294
|
+
-ms-flex-pack: end;
|
|
18295
|
+
justify-content: flex-end; }
|
|
18296
|
+
@media (max-width: 768px) {
|
|
18297
|
+
.hrms-page-size, .hrms-pagination__page-size-selector {
|
|
18298
|
+
-webkit-box-pack: justify;
|
|
18299
|
+
-ms-flex-pack: justify;
|
|
18300
|
+
justify-content: space-between;
|
|
18301
|
+
margin-bottom: 12px; } }
|
|
17862
18302
|
|
|
17863
|
-
.
|
|
17864
|
-
|
|
18303
|
+
.field .radio-wrap {
|
|
18304
|
+
display: -webkit-box !important;
|
|
18305
|
+
display: -ms-flexbox !important;
|
|
18306
|
+
display: flex !important;
|
|
18307
|
+
-webkit-box-orient: horizontal !important;
|
|
18308
|
+
-webkit-box-direction: normal !important;
|
|
18309
|
+
-ms-flex-direction: row !important;
|
|
18310
|
+
flex-direction: row !important;
|
|
18311
|
+
grid-gap: 24px;
|
|
18312
|
+
gap: 24px; }
|
|
18313
|
+
.field .radio-wrap div {
|
|
18314
|
+
display: -webkit-inline-box !important;
|
|
18315
|
+
display: -ms-inline-flexbox !important;
|
|
18316
|
+
display: inline-flex !important;
|
|
18317
|
+
margin-bottom: 0 !important;
|
|
18318
|
+
-webkit-box-align: center !important;
|
|
18319
|
+
-ms-flex-align: center !important;
|
|
18320
|
+
align-items: center !important; }
|
|
18321
|
+
.field .radio-wrap label {
|
|
18322
|
+
margin-left: 8px !important;
|
|
18323
|
+
line-height: normal !important; }
|
|
17865
18324
|
|
|
17866
18325
|
.hrms-breadcrumb-wrapper {
|
|
17867
18326
|
display: -webkit-box;
|
|
@@ -17870,9 +18329,13 @@ body {
|
|
|
17870
18329
|
-webkit-box-pack: justify;
|
|
17871
18330
|
-ms-flex-pack: justify;
|
|
17872
18331
|
justify-content: space-between;
|
|
18332
|
+
-webkit-box-align: center;
|
|
18333
|
+
-ms-flex-align: center;
|
|
18334
|
+
align-items: center;
|
|
17873
18335
|
padding: 16px 20px 10px;
|
|
17874
18336
|
border-bottom: 1px solid #e0e0e0;
|
|
17875
|
-
background: #fff;
|
|
18337
|
+
background: #fff;
|
|
18338
|
+
margin-top: 3rem; }
|
|
17876
18339
|
@media (max-width: 768px) {
|
|
17877
18340
|
.hrms-breadcrumb-wrapper {
|
|
17878
18341
|
padding-left: 12px;
|
|
@@ -17880,43 +18343,6 @@ body {
|
|
|
17880
18343
|
padding-right: 12px;
|
|
17881
18344
|
padding-top: 12px; } }
|
|
17882
18345
|
|
|
17883
|
-
.hrms-breadcrumb-back-link, .hrms-breadcrumb-wrapper {
|
|
17884
|
-
-webkit-box-align: center;
|
|
17885
|
-
-ms-flex-align: center;
|
|
17886
|
-
align-items: center; }
|
|
17887
|
-
|
|
17888
|
-
.hrms-breadcrumb-back-link {
|
|
17889
|
-
display: -webkit-inline-box;
|
|
17890
|
-
display: -ms-inline-flexbox;
|
|
17891
|
-
display: inline-flex;
|
|
17892
|
-
grid-gap: 6px;
|
|
17893
|
-
gap: 6px;
|
|
17894
|
-
color: #505a5f;
|
|
17895
|
-
text-decoration: none;
|
|
17896
|
-
font-size: 14px;
|
|
17897
|
-
font-weight: 500;
|
|
17898
|
-
-webkit-transition: all .2s ease;
|
|
17899
|
-
transition: all .2s ease;
|
|
17900
|
-
padding: 6px 12px;
|
|
17901
|
-
border-radius: 4px;
|
|
17902
|
-
white-space: nowrap; }
|
|
17903
|
-
.hrms-breadcrumb-back-link .back-arrow {
|
|
17904
|
-
font-size: 16px;
|
|
17905
|
-
font-weight: 600;
|
|
17906
|
-
line-height: 1; }
|
|
17907
|
-
.hrms-breadcrumb-back-link:hover {
|
|
17908
|
-
color: #0b4b66;
|
|
17909
|
-
background-color: #f7f7f7; }
|
|
17910
|
-
.hrms-breadcrumb-back-link:active {
|
|
17911
|
-
background-color: #e8e8e8; }
|
|
17912
|
-
@media (max-width: 768px) {
|
|
17913
|
-
.hrms-breadcrumb-back-link {
|
|
17914
|
-
padding-left: 8px;
|
|
17915
|
-
padding-bottom: 4px;
|
|
17916
|
-
padding-right: 8px;
|
|
17917
|
-
padding-top: 4px;
|
|
17918
|
-
font-size: 13px; } }
|
|
17919
|
-
|
|
17920
18346
|
.hrms-card {
|
|
17921
18347
|
padding: 20px;
|
|
17922
18348
|
margin: 10px 0;
|
|
@@ -17924,485 +18350,531 @@ body {
|
|
|
17924
18350
|
border-radius: 4px;
|
|
17925
18351
|
background-color: #fff; }
|
|
17926
18352
|
|
|
17927
|
-
.hrms-card-light {
|
|
17928
|
-
background-color: #f9f9f9;
|
|
17929
|
-
padding: 15px; }
|
|
17930
|
-
|
|
17931
18353
|
.hrms-card-header {
|
|
17932
18354
|
font-size: 28px;
|
|
17933
18355
|
font-weight: 400;
|
|
17934
18356
|
color: #1c1d1f; }
|
|
17935
18357
|
|
|
17936
|
-
.hrms-
|
|
17937
|
-
|
|
17938
|
-
|
|
17939
|
-
|
|
17940
|
-
font-
|
|
17941
|
-
|
|
17942
|
-
|
|
17943
|
-
|
|
17944
|
-
|
|
17945
|
-
|
|
17946
|
-
|
|
17947
|
-
|
|
17948
|
-
|
|
17949
|
-
|
|
17950
|
-
|
|
17951
|
-
|
|
17952
|
-
.hrms-form-grid__item {
|
|
17953
|
-
-webkit-box-flex: 0;
|
|
17954
|
-
-ms-flex: 0 0 48%;
|
|
17955
|
-
flex: 0 0 48%;
|
|
17956
|
-
margin: 1%; }
|
|
17957
|
-
@media (max-width: 768px) {
|
|
17958
|
-
.hrms-form-grid__item {
|
|
17959
|
-
-webkit-box-flex: 0;
|
|
17960
|
-
-ms-flex: 0 0 100%;
|
|
17961
|
-
flex: 0 0 100%; } }
|
|
18358
|
+
.hrms-badge {
|
|
18359
|
+
padding: 4px 12px;
|
|
18360
|
+
border-radius: 16px;
|
|
18361
|
+
font-size: 12px;
|
|
18362
|
+
font-weight: 500;
|
|
18363
|
+
display: inline-block;
|
|
18364
|
+
text-align: center; }
|
|
18365
|
+
.hrms-badge--category {
|
|
18366
|
+
background-color: #e0f2fe;
|
|
18367
|
+
color: #0369a1; }
|
|
18368
|
+
.hrms-badge--zone {
|
|
18369
|
+
background-color: #d1f2eb;
|
|
18370
|
+
color: #0d6759; }
|
|
18371
|
+
.hrms-badge--role {
|
|
18372
|
+
background-color: #e9d5ff;
|
|
18373
|
+
color: #7c3aed; }
|
|
17962
18374
|
|
|
17963
|
-
|
|
17964
|
-
|
|
18375
|
+
@media (max-width: 640px) {
|
|
18376
|
+
.hrms-header-wrapper {
|
|
18377
|
+
margin-left: -12px; } }
|
|
17965
18378
|
|
|
17966
|
-
.hrms-
|
|
17967
|
-
|
|
17968
|
-
|
|
17969
|
-
|
|
17970
|
-
|
|
17971
|
-
-ms-flex-pack: justify;
|
|
17972
|
-
justify-content: space-between;
|
|
17973
|
-
margin-top: 20px; }
|
|
18379
|
+
.hrms-document-link {
|
|
18380
|
+
min-width: 160px;
|
|
18381
|
+
margin-right: 20px;
|
|
18382
|
+
cursor: pointer;
|
|
18383
|
+
display: inline-block; }
|
|
17974
18384
|
|
|
17975
|
-
.hrms-
|
|
17976
|
-
|
|
17977
|
-
|
|
17978
|
-
|
|
17979
|
-
margin-bottom: 10px;
|
|
17980
|
-
background: #fff; }
|
|
18385
|
+
.hrms-document-svg {
|
|
18386
|
+
background: #f6f6f6;
|
|
18387
|
+
padding: 8px;
|
|
18388
|
+
margin-left: 15px; }
|
|
17981
18389
|
|
|
17982
|
-
.hrms-
|
|
17983
|
-
-
|
|
17984
|
-
-
|
|
17985
|
-
justify-content: flex-end;
|
|
17986
|
-
grid-gap: 10px;
|
|
17987
|
-
gap: 10px;
|
|
17988
|
-
margin-top: 10px; }
|
|
18390
|
+
.hrms-document-name {
|
|
18391
|
+
margin-top: 8px;
|
|
18392
|
+
max-width: 196px; }
|
|
17989
18393
|
|
|
17990
|
-
.hrms-
|
|
17991
|
-
|
|
17992
|
-
|
|
17993
|
-
|
|
18394
|
+
.hrms-jurisdiction-status-table {
|
|
18395
|
+
max-width: 640px;
|
|
18396
|
+
border: 1px solid #d6d5d4;
|
|
18397
|
+
top: 0;
|
|
18398
|
+
right: 0;
|
|
18399
|
+
bottom: 0;
|
|
18400
|
+
left: 0;
|
|
18401
|
+
width: auto;
|
|
18402
|
+
padding: .2rem;
|
|
18403
|
+
margin-bottom: 2rem; }
|
|
17994
18404
|
|
|
17995
|
-
.hrms-
|
|
17996
|
-
-
|
|
17997
|
-
-ms-flex-align: center;
|
|
17998
|
-
align-items: center;
|
|
17999
|
-
grid-gap: 8px;
|
|
18000
|
-
gap: 8px; }
|
|
18405
|
+
.hrms-section-title {
|
|
18406
|
+
padding-bottom: 2rem; }
|
|
18001
18407
|
|
|
18002
|
-
.hrms-
|
|
18003
|
-
|
|
18004
|
-
|
|
18005
|
-
|
|
18006
|
-
-webkit-box-pack: justify;
|
|
18007
|
-
-ms-flex-pack: justify;
|
|
18008
|
-
justify-content: space-between;
|
|
18009
|
-
padding: 16px;
|
|
18010
|
-
border-bottom: 1px solid #e0e0e0; }
|
|
18408
|
+
.hrms-card .card-header {
|
|
18409
|
+
font-size: 28px;
|
|
18410
|
+
font-weight: 400;
|
|
18411
|
+
color: #1c1d1f; }
|
|
18011
18412
|
|
|
18012
|
-
.hrms-
|
|
18013
|
-
padding:
|
|
18014
|
-
margin-bottom: 8px;
|
|
18015
|
-
background-color: #fafafa; }
|
|
18413
|
+
.hrms-emp-mapping__container {
|
|
18414
|
+
padding: 20px; }
|
|
18016
18415
|
@media (max-width: 768px) {
|
|
18017
|
-
.hrms-
|
|
18416
|
+
.hrms-emp-mapping__container {
|
|
18018
18417
|
padding-left: 10px;
|
|
18019
18418
|
padding-bottom: 10px;
|
|
18020
18419
|
padding-right: 10px;
|
|
18021
18420
|
padding-top: 10px; } }
|
|
18022
18421
|
|
|
18023
|
-
.hrms-
|
|
18024
|
-
|
|
18025
|
-
|
|
18026
|
-
|
|
18027
|
-
|
|
18028
|
-
|
|
18029
|
-
margin-left: 10px; }
|
|
18422
|
+
.hrms-emp-mapping__header {
|
|
18423
|
+
margin-left: 15px;
|
|
18424
|
+
color: red; }
|
|
18425
|
+
@media (max-width: 768px) {
|
|
18426
|
+
.hrms-emp-mapping__header {
|
|
18427
|
+
margin-left: 1vw; } }
|
|
18030
18428
|
|
|
18031
|
-
.hrms-
|
|
18032
|
-
margin-
|
|
18429
|
+
.hrms-emp-mapping__results-card, .hrms-emp-mapping__search-card {
|
|
18430
|
+
margin-top: 20px; }
|
|
18431
|
+
|
|
18432
|
+
.hrms-emp-mapping__results-heading, .hrms-emp-mapping__search-heading {
|
|
18433
|
+
margin: 0 0 20px;
|
|
18434
|
+
font-size: 18px;
|
|
18435
|
+
font-weight: 600; }
|
|
18436
|
+
|
|
18437
|
+
.hrms-emp-mapping__results-heading {
|
|
18438
|
+
margin-bottom: 16px;
|
|
18439
|
+
color: #333; }
|
|
18033
18440
|
|
|
18034
|
-
.hrms-
|
|
18441
|
+
.hrms-emp-mapping__filter-grid {
|
|
18035
18442
|
display: grid;
|
|
18036
|
-
grid-template-columns:
|
|
18443
|
+
grid-template-columns: repeat(3, 1fr);
|
|
18037
18444
|
grid-gap: 16px;
|
|
18038
18445
|
gap: 16px; }
|
|
18039
18446
|
@media (max-width: 768px) {
|
|
18040
|
-
.hrms-
|
|
18447
|
+
.hrms-emp-mapping__filter-grid {
|
|
18041
18448
|
grid-template-columns: 1fr; } }
|
|
18042
18449
|
|
|
18043
|
-
.hrms-
|
|
18044
|
-
|
|
18045
|
-
border-radius: 16px;
|
|
18046
|
-
font-size: 12px;
|
|
18047
|
-
font-weight: 500;
|
|
18048
|
-
display: inline-block;
|
|
18049
|
-
text-align: center; }
|
|
18050
|
-
.hrms-badge--category {
|
|
18051
|
-
background-color: #e0f2fe;
|
|
18052
|
-
color: #0369a1; }
|
|
18053
|
-
.hrms-badge--subcategory {
|
|
18054
|
-
background-color: #dbeafe;
|
|
18055
|
-
color: #1e40af; }
|
|
18056
|
-
.hrms-badge--zone {
|
|
18057
|
-
background-color: #d1f2eb;
|
|
18058
|
-
color: #0d6759; }
|
|
18059
|
-
.hrms-badge--role {
|
|
18060
|
-
background-color: #e9d5ff;
|
|
18061
|
-
color: #7c3aed; }
|
|
18450
|
+
.hrms-emp-mapping__required-asterisk {
|
|
18451
|
+
color: red; }
|
|
18062
18452
|
|
|
18063
|
-
.hrms-
|
|
18064
|
-
display: -webkit-box;
|
|
18065
|
-
display: -ms-flexbox;
|
|
18066
|
-
display: flex;
|
|
18453
|
+
.hrms-emp-mapping__button-container {
|
|
18067
18454
|
-webkit-box-pack: justify;
|
|
18068
18455
|
-ms-flex-pack: justify;
|
|
18069
18456
|
justify-content: space-between;
|
|
18070
18457
|
-webkit-box-align: center;
|
|
18071
18458
|
-ms-flex-align: center;
|
|
18072
18459
|
align-items: center;
|
|
18073
|
-
margin-top:
|
|
18460
|
+
margin-top: 20px;
|
|
18461
|
+
-ms-flex-wrap: wrap;
|
|
18462
|
+
flex-wrap: wrap; }
|
|
18074
18463
|
|
|
18075
|
-
.hrms-
|
|
18076
|
-
|
|
18464
|
+
.hrms-emp-mapping__action-buttons, .hrms-emp-mapping__button-container {
|
|
18465
|
+
display: -webkit-box;
|
|
18466
|
+
display: -ms-flexbox;
|
|
18467
|
+
display: flex;
|
|
18468
|
+
grid-gap: 10px;
|
|
18469
|
+
gap: 10px; }
|
|
18470
|
+
|
|
18471
|
+
.hrms-emp-mapping__search-button {
|
|
18472
|
+
padding: 10px 24px; }
|
|
18473
|
+
.hrms-emp-mapping__search-button--disabled {
|
|
18474
|
+
background: #ccc;
|
|
18475
|
+
cursor: not-allowed;
|
|
18476
|
+
opacity: .6; }
|
|
18477
|
+
|
|
18478
|
+
.hrms-emp-mapping__clear-button {
|
|
18479
|
+
padding: 10px 24px; }
|
|
18480
|
+
.hrms-emp-mapping__clear-button--disabled {
|
|
18481
|
+
cursor: not-allowed;
|
|
18482
|
+
opacity: .5; }
|
|
18483
|
+
|
|
18484
|
+
.hrms-emp-mapping__no-data {
|
|
18485
|
+
text-align: center;
|
|
18486
|
+
padding: 40px;
|
|
18487
|
+
color: #505a5f;
|
|
18488
|
+
font-size: 16px; }
|
|
18489
|
+
|
|
18490
|
+
.hrms-emp-mapping__modal-header {
|
|
18491
|
+
padding: 20px;
|
|
18492
|
+
border-bottom: 1px solid #e5e5e5; }
|
|
18077
18493
|
|
|
18078
|
-
.hrms-
|
|
18494
|
+
.hrms-emp-mapping__modal-content {
|
|
18495
|
+
padding: 24px;
|
|
18496
|
+
max-height: 70vh;
|
|
18497
|
+
overflow-y: auto; }
|
|
18498
|
+
|
|
18499
|
+
.hrms-emp-mapping__toast {
|
|
18500
|
+
padding: 16px;
|
|
18501
|
+
border-radius: 4px;
|
|
18502
|
+
margin-bottom: 16px;
|
|
18079
18503
|
display: -webkit-box;
|
|
18080
18504
|
display: -ms-flexbox;
|
|
18081
18505
|
display: flex;
|
|
18082
|
-
-
|
|
18083
|
-
flex-
|
|
18506
|
+
-webkit-box-align: center;
|
|
18507
|
+
-ms-flex-align: center;
|
|
18508
|
+
align-items: center;
|
|
18509
|
+
grid-gap: 12px;
|
|
18510
|
+
gap: 12px; }
|
|
18511
|
+
.hrms-emp-mapping__toast--success {
|
|
18512
|
+
background-color: #d4edda;
|
|
18513
|
+
border: 1px solid #c3e6cb;
|
|
18514
|
+
color: #155724; }
|
|
18515
|
+
.hrms-emp-mapping__toast--error {
|
|
18516
|
+
background-color: #f8d7da;
|
|
18517
|
+
border: 1px solid #f5c6cb;
|
|
18518
|
+
color: #721c24; }
|
|
18519
|
+
.hrms-emp-mapping__toast--info {
|
|
18520
|
+
background-color: #d1ecf1;
|
|
18521
|
+
border: 1px solid #bee5eb;
|
|
18522
|
+
color: #0c5460; }
|
|
18523
|
+
|
|
18524
|
+
.hrms-emp-mapping__toast-message {
|
|
18525
|
+
-webkit-box-flex: 1;
|
|
18526
|
+
-ms-flex: 1;
|
|
18527
|
+
flex: 1; }
|
|
18084
18528
|
|
|
18085
|
-
.hrms-
|
|
18086
|
-
|
|
18529
|
+
.hrms-emp-mapping__toast-close-btn {
|
|
18530
|
+
background: none;
|
|
18531
|
+
border: none;
|
|
18532
|
+
cursor: pointer;
|
|
18533
|
+
font-size: 18px;
|
|
18534
|
+
color: inherit;
|
|
18535
|
+
padding: 0; }
|
|
18536
|
+
.hrms-emp-mapping__toast-close-btn:hover {
|
|
18537
|
+
opacity: .7; }
|
|
18087
18538
|
|
|
18088
|
-
.hrms-
|
|
18089
|
-
|
|
18090
|
-
|
|
18539
|
+
.hrms-emp-mapping__form-group {
|
|
18540
|
+
margin-bottom: 20px; }
|
|
18541
|
+
|
|
18542
|
+
.hrms-emp-mapping__label {
|
|
18543
|
+
display: block;
|
|
18544
|
+
margin-bottom: 8px;
|
|
18545
|
+
font-weight: 500;
|
|
18546
|
+
color: #333; }
|
|
18547
|
+
|
|
18548
|
+
.hrms-emp-mapping__input {
|
|
18549
|
+
width: 100%;
|
|
18550
|
+
padding: 10px 12px;
|
|
18551
|
+
border: 1px solid #d1d5db;
|
|
18552
|
+
border-radius: 4px;
|
|
18553
|
+
font-size: 14px; }
|
|
18554
|
+
.hrms-emp-mapping__input:focus {
|
|
18555
|
+
outline: none;
|
|
18556
|
+
border-color: #2563eb;
|
|
18557
|
+
-webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
|
|
18558
|
+
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); }
|
|
18559
|
+
.hrms-emp-mapping__input:disabled {
|
|
18560
|
+
background-color: #f3f4f6;
|
|
18561
|
+
cursor: not-allowed; }
|
|
18562
|
+
|
|
18563
|
+
.hrms-emp-mapping__add-to-list-button {
|
|
18564
|
+
width: 100%;
|
|
18565
|
+
padding: 12px;
|
|
18566
|
+
margin-top: 20px; }
|
|
18567
|
+
.hrms-emp-mapping__add-to-list-button--disabled {
|
|
18568
|
+
background: #ccc;
|
|
18569
|
+
cursor: not-allowed;
|
|
18570
|
+
opacity: .6; }
|
|
18571
|
+
|
|
18572
|
+
.hrms-emp-mapping__preview-section {
|
|
18573
|
+
margin-top: 24px;
|
|
18574
|
+
padding-top: 24px;
|
|
18575
|
+
border-top: 2px solid #e5e5e5; }
|
|
18576
|
+
|
|
18577
|
+
.hrms-emp-mapping__preview-header {
|
|
18578
|
+
margin-bottom: 10px; }
|
|
18579
|
+
|
|
18580
|
+
.hrms-emp-mapping__preview-heading {
|
|
18581
|
+
margin: 0 0 16px;
|
|
18582
|
+
font-size: 16px;
|
|
18583
|
+
font-weight: 600;
|
|
18584
|
+
color: #333; }
|
|
18585
|
+
|
|
18586
|
+
.hrms-emp-mapping__clear-list-button {
|
|
18587
|
+
padding: 6px 12px;
|
|
18588
|
+
background-color: #f3f3f3;
|
|
18589
|
+
border: 1px solid #d6d5d5;
|
|
18590
|
+
border-radius: 4px;
|
|
18591
|
+
cursor: pointer;
|
|
18592
|
+
font-size: 13px;
|
|
18593
|
+
color: #505a5f !important; }
|
|
18594
|
+
.hrms-emp-mapping__clear-list-button:hover {
|
|
18595
|
+
background-color: #e5e5e5; }
|
|
18596
|
+
|
|
18597
|
+
.hrms-emp-mapping__preview-empty {
|
|
18598
|
+
text-align: center;
|
|
18599
|
+
padding: 40px;
|
|
18600
|
+
color: #999;
|
|
18601
|
+
font-style: italic; }
|
|
18602
|
+
|
|
18603
|
+
.hrms-emp-mapping__preview-table-wrapper {
|
|
18604
|
+
max-height: 300px;
|
|
18605
|
+
overflow-y: auto;
|
|
18606
|
+
border: 1px solid #e5e5e5;
|
|
18091
18607
|
border-radius: 4px; }
|
|
18092
18608
|
|
|
18093
|
-
.hrms-
|
|
18094
|
-
|
|
18609
|
+
.hrms-emp-mapping__preview-table {
|
|
18610
|
+
width: 100%;
|
|
18611
|
+
border-collapse: collapse;
|
|
18612
|
+
font-size: 14px; }
|
|
18613
|
+
.hrms-emp-mapping__preview-table thead {
|
|
18614
|
+
position: sticky;
|
|
18615
|
+
top: 0;
|
|
18616
|
+
z-index: 10; }
|
|
18617
|
+
.hrms-emp-mapping__preview-table th, .hrms-emp-mapping__preview-table thead {
|
|
18618
|
+
background-color: #f9fafb; }
|
|
18619
|
+
.hrms-emp-mapping__preview-table th {
|
|
18620
|
+
text-align: left;
|
|
18621
|
+
font-weight: 600;
|
|
18622
|
+
color: #374151;
|
|
18623
|
+
border-bottom: 2px solid #e5e5e5; }
|
|
18624
|
+
.hrms-emp-mapping__preview-table td, .hrms-emp-mapping__preview-table th {
|
|
18625
|
+
padding: 12px; }
|
|
18626
|
+
.hrms-emp-mapping__preview-table td {
|
|
18627
|
+
border-bottom: 1px solid #f3f4f6;
|
|
18628
|
+
color: #4b5563; }
|
|
18629
|
+
.hrms-emp-mapping__preview-table tbody tr:hover {
|
|
18630
|
+
background-color: #f9fafb; }
|
|
18631
|
+
.hrms-emp-mapping__preview-table tbody tr:last-child td {
|
|
18632
|
+
border-bottom: none; }
|
|
18095
18633
|
|
|
18096
|
-
|
|
18097
|
-
|
|
18098
|
-
|
|
18099
|
-
.hrms-mobile-p-sm {
|
|
18100
|
-
padding: 10px; }
|
|
18101
|
-
.hrms-mobile-mb-xs {
|
|
18102
|
-
margin-bottom: 8px; } }
|
|
18103
|
-
|
|
18104
|
-
.hrms-grid-2 {
|
|
18105
|
-
grid-template-columns: 1fr 1fr;
|
|
18106
|
-
grid-gap: 16px; }
|
|
18107
|
-
@media (max-width: 768px) {
|
|
18108
|
-
.hrms-grid-2 {
|
|
18109
|
-
grid-template-columns: 1fr; } }
|
|
18634
|
+
.hrms-emp-mapping__table-action-cell {
|
|
18635
|
+
text-align: center;
|
|
18636
|
+
width: 80px; }
|
|
18110
18637
|
|
|
18111
|
-
.hrms-
|
|
18112
|
-
|
|
18113
|
-
|
|
18638
|
+
.hrms-emp-mapping__employee-link {
|
|
18639
|
+
color: #a82227;
|
|
18640
|
+
font-weight: 600;
|
|
18641
|
+
text-decoration: none; }
|
|
18642
|
+
.hrms-emp-mapping__employee-link:hover {
|
|
18643
|
+
text-decoration: underline; }
|
|
18114
18644
|
|
|
18115
|
-
.hrms-
|
|
18116
|
-
|
|
18117
|
-
|
|
18118
|
-
|
|
18119
|
-
|
|
18120
|
-
|
|
18645
|
+
.hrms-emp-mapping__no-search {
|
|
18646
|
+
text-align: center;
|
|
18647
|
+
padding: 60px 20px;
|
|
18648
|
+
color: #505a5f; }
|
|
18649
|
+
.hrms-emp-mapping__no-search-icon {
|
|
18650
|
+
font-size: 48px;
|
|
18651
|
+
margin-bottom: 16px; }
|
|
18652
|
+
.hrms-emp-mapping__no-search-title {
|
|
18653
|
+
margin: 0 0 8px;
|
|
18654
|
+
color: #505a5f; }
|
|
18655
|
+
.hrms-emp-mapping__no-search-text {
|
|
18656
|
+
margin: 0;
|
|
18657
|
+
font-size: 14px; }
|
|
18121
18658
|
|
|
18122
18659
|
.hrms-header-wrapper {
|
|
18123
18660
|
margin-left: 15px; }
|
|
18124
18661
|
@media (max-width: 640px) {
|
|
18125
18662
|
.hrms-header-wrapper {
|
|
18126
18663
|
margin-left: -12px; } }
|
|
18664
|
+
.hrms-header-wrapper--error {
|
|
18665
|
+
font-family: Calibri,sans-serif;
|
|
18666
|
+
color: red; }
|
|
18127
18667
|
|
|
18128
|
-
.hrms-
|
|
18129
|
-
|
|
18130
|
-
|
|
18668
|
+
.hrms-badge-container {
|
|
18669
|
+
display: -webkit-box;
|
|
18670
|
+
display: -ms-flexbox;
|
|
18671
|
+
display: flex;
|
|
18672
|
+
-ms-flex-wrap: wrap;
|
|
18673
|
+
flex-wrap: wrap;
|
|
18674
|
+
grid-gap: 4px;
|
|
18675
|
+
gap: 4px;
|
|
18676
|
+
-webkit-box-align: center;
|
|
18677
|
+
-ms-flex-align: center;
|
|
18678
|
+
align-items: center; }
|
|
18679
|
+
|
|
18680
|
+
.hrms-filter__clear-search-icon {
|
|
18681
|
+
border: 1px solid #e0e0e0;
|
|
18682
|
+
padding: 6px;
|
|
18131
18683
|
cursor: pointer;
|
|
18132
|
-
display: inline-
|
|
18684
|
+
display: -webkit-inline-box;
|
|
18685
|
+
display: -ms-inline-flexbox;
|
|
18686
|
+
display: inline-flex;
|
|
18687
|
+
-webkit-box-align: center;
|
|
18688
|
+
-ms-flex-align: center;
|
|
18689
|
+
align-items: center;
|
|
18690
|
+
-webkit-box-pack: center;
|
|
18691
|
+
-ms-flex-pack: center;
|
|
18692
|
+
justify-content: center;
|
|
18693
|
+
border-radius: 4px; }
|
|
18694
|
+
.hrms-filter__clear-search-icon:hover {
|
|
18695
|
+
background-color: #f5f5f5; }
|
|
18133
18696
|
|
|
18134
|
-
.hrms-
|
|
18135
|
-
|
|
18136
|
-
|
|
18137
|
-
|
|
18697
|
+
.hrms-filter__apply-bar {
|
|
18698
|
+
-webkit-box-flex: 1;
|
|
18699
|
+
-ms-flex: 1;
|
|
18700
|
+
flex: 1; }
|
|
18138
18701
|
|
|
18139
|
-
.hrms-
|
|
18140
|
-
|
|
18141
|
-
|
|
18702
|
+
.hrms-close-btn {
|
|
18703
|
+
background-color: #fff;
|
|
18704
|
+
cursor: pointer; }
|
|
18705
|
+
.hrms-close-btn:hover {
|
|
18706
|
+
opacity: .8; }
|
|
18142
18707
|
|
|
18143
|
-
.hrms-
|
|
18144
|
-
|
|
18145
|
-
|
|
18146
|
-
top: 0;
|
|
18147
|
-
right: 0;
|
|
18148
|
-
bottom: 0;
|
|
18149
|
-
left: 0;
|
|
18150
|
-
width: auto;
|
|
18151
|
-
padding: .2rem;
|
|
18152
|
-
margin-bottom: 2rem; }
|
|
18708
|
+
.hrms-pagination__page-size-selector span {
|
|
18709
|
+
color: #666;
|
|
18710
|
+
font-size: 14px; }
|
|
18153
18711
|
|
|
18154
|
-
.hrms-
|
|
18155
|
-
|
|
18712
|
+
.hrms-pagination__info, .hrms-pagination__page-info {
|
|
18713
|
+
color: #666;
|
|
18714
|
+
font-size: 14px; }
|
|
18156
18715
|
|
|
18157
|
-
.hrms-
|
|
18158
|
-
|
|
18159
|
-
|
|
18160
|
-
|
|
18716
|
+
.hrms-pagination__btn--disabled {
|
|
18717
|
+
background-color: #f5f5f5;
|
|
18718
|
+
cursor: not-allowed;
|
|
18719
|
+
opacity: .5; }
|
|
18161
18720
|
|
|
18162
|
-
.hrms-
|
|
18163
|
-
|
|
18164
|
-
|
|
18165
|
-
|
|
18166
|
-
cursor: pointer;
|
|
18167
|
-
font-size: 14px;
|
|
18168
|
-
font-weight: 500;
|
|
18169
|
-
padding: 0; }
|
|
18170
|
-
.hrms-delete-btn:hover {
|
|
18171
|
-
text-decoration: underline; }
|
|
18172
|
-
.hrms-delete-btn:disabled {
|
|
18173
|
-
opacity: .5;
|
|
18174
|
-
cursor: not-allowed; }
|
|
18721
|
+
.hrms-breadcrumb {
|
|
18722
|
+
font-size: 16px; }
|
|
18723
|
+
.hrms-breadcrumb span {
|
|
18724
|
+
font-weight: 500; }
|
|
18175
18725
|
|
|
18176
|
-
.
|
|
18177
|
-
|
|
18178
|
-
|
|
18726
|
+
.hrms-mobile-cards {
|
|
18727
|
+
display: none; }
|
|
18728
|
+
@media (max-width: 768px) {
|
|
18729
|
+
.hrms-mobile-cards {
|
|
18730
|
+
display: block; } }
|
|
18179
18731
|
|
|
18180
|
-
.
|
|
18181
|
-
display:
|
|
18182
|
-
display: -ms-flexbox;
|
|
18183
|
-
display: flex;
|
|
18184
|
-
-webkit-box-align: stretch;
|
|
18185
|
-
-ms-flex-align: stretch;
|
|
18186
|
-
align-items: stretch;
|
|
18187
|
-
border-radius: 16px;
|
|
18188
|
-
overflow: hidden;
|
|
18189
|
-
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
18190
|
-
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
18191
|
-
-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18192
|
-
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18193
|
-
-webkit-transform: translateY(0) scale(1);
|
|
18194
|
-
transform: translateY(0) scale(1);
|
|
18195
|
-
background: #fff;
|
|
18196
|
-
position: relative;
|
|
18197
|
-
border: 2px solid transparent;
|
|
18198
|
-
width: 400px;
|
|
18199
|
-
height: 140px;
|
|
18200
|
-
min-height: 140px;
|
|
18201
|
-
max-height: 140px; }
|
|
18732
|
+
.hrms-desktop-table {
|
|
18733
|
+
display: table; }
|
|
18202
18734
|
@media (max-width: 768px) {
|
|
18203
|
-
.
|
|
18204
|
-
|
|
18205
|
-
height: 120px;
|
|
18206
|
-
min-height: 120px;
|
|
18207
|
-
max-height: 120px; } }
|
|
18208
|
-
.employee-quick-service-card.hovered {
|
|
18209
|
-
-webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
|
|
18210
|
-
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
|
|
18211
|
-
-webkit-transform: translateY(-4px) scale(1.02);
|
|
18212
|
-
transform: translateY(-4px) scale(1.02);
|
|
18213
|
-
border: 2px solid rgba(79, 101, 216, 0.3); }
|
|
18735
|
+
.hrms-desktop-table {
|
|
18736
|
+
display: none !important; } }
|
|
18214
18737
|
|
|
18215
|
-
.
|
|
18738
|
+
.hrms-mobile-card {
|
|
18739
|
+
background: #fff;
|
|
18740
|
+
border: 1px solid #e5e5e5;
|
|
18741
|
+
border-radius: 8px;
|
|
18742
|
+
padding: 16px;
|
|
18743
|
+
margin-bottom: 16px;
|
|
18744
|
+
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
18745
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
|
|
18746
|
+
.hrms-mobile-card__row {
|
|
18747
|
+
display: -webkit-box;
|
|
18748
|
+
display: -ms-flexbox;
|
|
18749
|
+
display: flex;
|
|
18750
|
+
-webkit-box-pack: justify;
|
|
18751
|
+
-ms-flex-pack: justify;
|
|
18752
|
+
justify-content: space-between;
|
|
18753
|
+
-webkit-box-align: start;
|
|
18754
|
+
-ms-flex-align: start;
|
|
18755
|
+
align-items: flex-start;
|
|
18756
|
+
padding: 8px 0;
|
|
18757
|
+
border-bottom: 1px solid #f3f4f6; }
|
|
18758
|
+
.hrms-mobile-card__row:last-of-type {
|
|
18759
|
+
border-bottom: none; }
|
|
18760
|
+
.hrms-mobile-card__row--full {
|
|
18761
|
+
-webkit-box-orient: vertical;
|
|
18762
|
+
-webkit-box-direction: normal;
|
|
18763
|
+
-ms-flex-direction: column;
|
|
18764
|
+
flex-direction: column;
|
|
18765
|
+
-webkit-box-align: start;
|
|
18766
|
+
-ms-flex-align: start;
|
|
18767
|
+
align-items: flex-start;
|
|
18768
|
+
grid-gap: 8px;
|
|
18769
|
+
gap: 8px; }
|
|
18770
|
+
.hrms-mobile-card__label {
|
|
18771
|
+
font-weight: 600;
|
|
18772
|
+
color: #374151;
|
|
18773
|
+
font-size: 13px;
|
|
18774
|
+
min-width: 100px; }
|
|
18775
|
+
.hrms-mobile-card__delete-btn {
|
|
18776
|
+
width: 100%;
|
|
18777
|
+
margin-top: 12px;
|
|
18778
|
+
padding: 10px;
|
|
18779
|
+
font-size: 14px; }
|
|
18780
|
+
|
|
18781
|
+
.hrms-text-secondary {
|
|
18782
|
+
color: #6b7280;
|
|
18783
|
+
font-size: 13px; }
|
|
18784
|
+
|
|
18785
|
+
.hrms-w-full-form {
|
|
18786
|
+
width: 100% !important; }
|
|
18787
|
+
|
|
18788
|
+
.zero-margin-padding {
|
|
18789
|
+
margin: 0 !important;
|
|
18790
|
+
padding: 0 !important; }
|
|
18791
|
+
|
|
18792
|
+
.auto-height-box-43 {
|
|
18793
|
+
height: auto;
|
|
18794
|
+
min-height: 40px;
|
|
18795
|
+
max-height: 40px;
|
|
18796
|
+
width: 43%;
|
|
18797
|
+
margin: 5px;
|
|
18798
|
+
padding: 0; }
|
|
18799
|
+
|
|
18800
|
+
.center-flex-desktop {
|
|
18801
|
+
margin: 0;
|
|
18802
|
+
padding: 0;
|
|
18803
|
+
width: 46%; }
|
|
18804
|
+
|
|
18805
|
+
.center-flex-desktop, .center-flex-mobile {
|
|
18216
18806
|
display: -webkit-box;
|
|
18217
18807
|
display: -ms-flexbox;
|
|
18218
18808
|
display: flex;
|
|
18219
18809
|
-webkit-box-pack: center;
|
|
18220
18810
|
-ms-flex-pack: center;
|
|
18221
|
-
justify-content: center;
|
|
18222
|
-
-webkit-box-align: center;
|
|
18223
|
-
-ms-flex-align: center;
|
|
18224
|
-
align-items: center;
|
|
18225
|
-
min-width: 120px;
|
|
18226
|
-
width: 120px;
|
|
18227
|
-
padding: 24px;
|
|
18228
|
-
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
18229
|
-
position: relative;
|
|
18230
|
-
overflow: hidden; }
|
|
18231
|
-
@media (max-width: 768px) {
|
|
18232
|
-
.card-icon-container {
|
|
18233
|
-
min-width: 80px;
|
|
18234
|
-
width: 80px;
|
|
18235
|
-
padding-left: 16px;
|
|
18236
|
-
padding-bottom: 16px;
|
|
18237
|
-
padding-right: 16px;
|
|
18238
|
-
padding-top: 16px; } }
|
|
18239
|
-
.card-icon-container .employee-quick-service-link {
|
|
18240
|
-
width: 100%; }
|
|
18811
|
+
justify-content: center; }
|
|
18241
18812
|
|
|
18242
|
-
.
|
|
18243
|
-
|
|
18244
|
-
|
|
18245
|
-
height: 150px;
|
|
18246
|
-
background: rgba(255, 255, 255, 0.1);
|
|
18247
|
-
border-radius: 50%;
|
|
18248
|
-
top: -50px;
|
|
18249
|
-
right: -50px;
|
|
18250
|
-
-webkit-transition: -webkit-transform .5s ease;
|
|
18251
|
-
transition: -webkit-transform .5s ease;
|
|
18252
|
-
transition: transform .5s ease;
|
|
18253
|
-
transition: transform .5s ease, -webkit-transform .5s ease;
|
|
18254
|
-
transition: transform .5s ease,-webkit-transform .5s ease;
|
|
18255
|
-
-webkit-transform: scale(1);
|
|
18256
|
-
transform: scale(1); }
|
|
18257
|
-
@media (max-width: 768px) {
|
|
18258
|
-
.card-background-circle {
|
|
18259
|
-
width: 100px;
|
|
18260
|
-
height: 100px;
|
|
18261
|
-
top: -40px;
|
|
18262
|
-
right: -40px; } }
|
|
18263
|
-
.hovered .card-background-circle {
|
|
18264
|
-
-webkit-transform: scale(1.5);
|
|
18265
|
-
transform: scale(1.5); }
|
|
18813
|
+
.center-flex-mobile {
|
|
18814
|
+
width: 80%;
|
|
18815
|
+
margin-bottom: 10px; }
|
|
18266
18816
|
|
|
18267
|
-
.
|
|
18268
|
-
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
transition: -webkit-transform .3s ease;
|
|
18272
|
-
transition: transform .3s ease;
|
|
18273
|
-
transition: transform .3s ease, -webkit-transform .3s ease;
|
|
18274
|
-
transition: transform .3s ease,-webkit-transform .3s ease;
|
|
18275
|
-
z-index: 1;
|
|
18276
|
-
-webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
|
|
18277
|
-
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2)); }
|
|
18278
|
-
.hovered .card-icon-wrapper {
|
|
18279
|
-
-webkit-transform: scale(1.15) rotate(5deg);
|
|
18280
|
-
transform: scale(1.15) rotate(5deg); }
|
|
18817
|
+
.video-preview {
|
|
18818
|
+
width: 100%;
|
|
18819
|
+
border-radius: 8px;
|
|
18820
|
+
background: #000; }
|
|
18281
18821
|
|
|
18282
|
-
.
|
|
18283
|
-
-webkit-box-flex: 1;
|
|
18284
|
-
-ms-flex: 1;
|
|
18285
|
-
flex: 1;
|
|
18822
|
+
.upload-container-flex {
|
|
18286
18823
|
display: -webkit-box;
|
|
18287
18824
|
display: -ms-flexbox;
|
|
18288
18825
|
display: flex;
|
|
18826
|
+
-webkit-box-pack: start;
|
|
18827
|
+
-ms-flex-pack: start;
|
|
18828
|
+
justify-content: flex-start;
|
|
18289
18829
|
-webkit-box-align: center;
|
|
18290
18830
|
-ms-flex-align: center;
|
|
18291
18831
|
align-items: center;
|
|
18292
|
-
-
|
|
18293
|
-
|
|
18294
|
-
|
|
18295
|
-
padding:
|
|
18296
|
-
background: #fff; }
|
|
18297
|
-
@media (max-width: 768px) {
|
|
18298
|
-
.card-content-container {
|
|
18299
|
-
padding-left: 20px;
|
|
18300
|
-
padding-bottom: 16px;
|
|
18301
|
-
padding-right: 20px;
|
|
18302
|
-
padding-top: 16px; } }
|
|
18832
|
+
-ms-flex-wrap: wrap;
|
|
18833
|
+
flex-wrap: wrap;
|
|
18834
|
+
margin: 0;
|
|
18835
|
+
padding: 0; }
|
|
18303
18836
|
|
|
18304
|
-
.
|
|
18305
|
-
-
|
|
18306
|
-
-ms-flex: 1;
|
|
18307
|
-
flex: 1; }
|
|
18837
|
+
.upload-file-min-height {
|
|
18838
|
+
min-height: 50px; }
|
|
18308
18839
|
|
|
18309
|
-
.
|
|
18310
|
-
|
|
18311
|
-
|
|
18312
|
-
|
|
18313
|
-
|
|
18314
|
-
|
|
18315
|
-
|
|
18316
|
-
transition: color .3s ease;
|
|
18317
|
-
overflow: hidden;
|
|
18318
|
-
text-overflow: ellipsis;
|
|
18319
|
-
white-space: normal; }
|
|
18320
|
-
@media (max-width: 768px) {
|
|
18321
|
-
.card-module-title {
|
|
18322
|
-
font-size: 16px;
|
|
18323
|
-
white-space: nowrap; } }
|
|
18840
|
+
.upload-file-button {
|
|
18841
|
+
height: auto;
|
|
18842
|
+
min-height: 40px;
|
|
18843
|
+
max-height: 40px;
|
|
18844
|
+
width: 43%;
|
|
18845
|
+
margin: 5px;
|
|
18846
|
+
padding: 0; }
|
|
18324
18847
|
|
|
18325
|
-
.
|
|
18326
|
-
|
|
18327
|
-
color: #718096;
|
|
18328
|
-
margin: 6px 0 0;
|
|
18329
|
-
font-weight: 400;
|
|
18330
|
-
display: block; }
|
|
18331
|
-
@media (max-width: 768px) {
|
|
18332
|
-
.card-module-description {
|
|
18333
|
-
font-size: 12px;
|
|
18334
|
-
display: none; } }
|
|
18848
|
+
.upload-hidden {
|
|
18849
|
+
display: none; }
|
|
18335
18850
|
|
|
18336
|
-
.
|
|
18851
|
+
.upload-tag-container {
|
|
18852
|
+
margin: 0;
|
|
18337
18853
|
display: -webkit-box;
|
|
18338
18854
|
display: -ms-flexbox;
|
|
18339
18855
|
display: flex;
|
|
18340
|
-
-webkit-box-align: center;
|
|
18341
|
-
-ms-flex-align: center;
|
|
18342
|
-
align-items: center;
|
|
18343
18856
|
-webkit-box-pack: center;
|
|
18344
18857
|
-ms-flex-pack: center;
|
|
18345
18858
|
justify-content: center;
|
|
18346
|
-
|
|
18347
|
-
|
|
18348
|
-
border-radius: 50%;
|
|
18349
|
-
background: #f7fafc;
|
|
18350
|
-
-webkit-transition: all .3s ease;
|
|
18351
|
-
transition: all .3s ease;
|
|
18352
|
-
-webkit-transform: translateX(0);
|
|
18353
|
-
transform: translateX(0); }
|
|
18354
|
-
@media (max-width: 768px) {
|
|
18355
|
-
.card-arrow-container {
|
|
18356
|
-
width: 32px;
|
|
18357
|
-
height: 32px; } }
|
|
18358
|
-
.hovered .card-arrow-container {
|
|
18359
|
-
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
18360
|
-
-webkit-transform: translateX(4px);
|
|
18361
|
-
transform: translateX(4px); }
|
|
18362
|
-
|
|
18363
|
-
.card-arrow-svg {
|
|
18364
|
-
-webkit-transition: -webkit-transform .3s ease;
|
|
18365
|
-
transition: -webkit-transform .3s ease;
|
|
18366
|
-
transition: transform .3s ease;
|
|
18367
|
-
transition: transform .3s ease, -webkit-transform .3s ease;
|
|
18368
|
-
transition: transform .3s ease,-webkit-transform .3s ease;
|
|
18369
|
-
-webkit-transform: translateX(0);
|
|
18370
|
-
transform: translateX(0); }
|
|
18371
|
-
.hovered .card-arrow-svg {
|
|
18372
|
-
-webkit-transform: translateX(2px);
|
|
18373
|
-
transform: translateX(2px); }
|
|
18859
|
+
padding: 0;
|
|
18860
|
+
width: 46%; }
|
|
18374
18861
|
|
|
18375
|
-
.
|
|
18376
|
-
|
|
18377
|
-
stroke-width: 2;
|
|
18378
|
-
stroke-linecap: round;
|
|
18379
|
-
stroke-linejoin: round; }
|
|
18380
|
-
.hovered .card-arrow-path {
|
|
18381
|
-
stroke: #fff; }
|
|
18862
|
+
.view-doc-container {
|
|
18863
|
+
margin-bottom: 10px; }
|
|
18382
18864
|
|
|
18383
|
-
.
|
|
18384
|
-
|
|
18385
|
-
|
|
18386
|
-
|
|
18387
|
-
|
|
18388
|
-
|
|
18389
|
-
background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
|
|
18390
|
-
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
|
|
18391
|
-
-webkit-animation: shine .6s ease;
|
|
18392
|
-
animation: shine .6s ease;
|
|
18393
|
-
pointer-events: none; }
|
|
18865
|
+
.upload-file-input {
|
|
18866
|
+
width: 43%;
|
|
18867
|
+
min-height: 42px;
|
|
18868
|
+
max-height: 42px;
|
|
18869
|
+
top: 5px;
|
|
18870
|
+
left: 5px; }
|
|
18394
18871
|
|
|
18395
|
-
|
|
18396
|
-
|
|
18397
|
-
left: -100%; }
|
|
18398
|
-
to {
|
|
18399
|
-
left: 100%; } }
|
|
18872
|
+
.error-text {
|
|
18873
|
+
color: red; }
|
|
18400
18874
|
|
|
18401
|
-
@
|
|
18402
|
-
|
|
18403
|
-
|
|
18404
|
-
to {
|
|
18405
|
-
left: 100%; } }
|
|
18875
|
+
@media (max-width: 768px) {
|
|
18876
|
+
.upload-tag-container {
|
|
18877
|
+
width: 80%; } }
|
|
18406
18878
|
|
|
18407
18879
|
.display-none {
|
|
18408
18880
|
display: none; }
|