@pmidc/upyog-css 1.1.6 → 1.1.8
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 +772 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +534 -534
- 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/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +261 -261
- package/src/components/buttons.scss +87 -87
- package/src/components/card.scss +581 -581
- package/src/components/cardHeaderWithOptions.scss +13 -13
- 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 +116 -116
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- 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 +338 -338
- package/src/components/newFooter.scss +75 -75
- 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 +276 -276
- 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 +362 -362
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +119 -119
- 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 +1029 -1028
- package/src/modules/adv/index.scss +553 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +448 -448
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +214 -214
- package/src/pages/citizen/InboxCard.scss +327 -327
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +357 -357
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +295 -295
- 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 +203 -0
- package/src/pages/common/pgrUICssfix.scss +105 -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 +203 -203
- 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 +13 -13
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +677 -677
- package/src/pages/employee/landing.scss +324 -324
- 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 +172 -172
- package/src/pages/ws/index.scss +104 -104
- 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
|
@@ -13937,6 +13937,222 @@ body {
|
|
|
13937
13937
|
margin-left: 16px;
|
|
13938
13938
|
width: calc(100% - 16px); }
|
|
13939
13939
|
|
|
13940
|
+
.custom-timeline-container {
|
|
13941
|
+
width: 100%;
|
|
13942
|
+
padding: 24px;
|
|
13943
|
+
background-color: #f9fafb;
|
|
13944
|
+
margin-left: 16px;
|
|
13945
|
+
border-radius: 12px; }
|
|
13946
|
+
|
|
13947
|
+
.custom-timeline-header {
|
|
13948
|
+
margin-bottom: 24px; }
|
|
13949
|
+
|
|
13950
|
+
.custom-tracking-status-header {
|
|
13951
|
+
display: -webkit-box;
|
|
13952
|
+
display: -ms-flexbox;
|
|
13953
|
+
display: flex;
|
|
13954
|
+
-webkit-box-align: center;
|
|
13955
|
+
-ms-flex-align: center;
|
|
13956
|
+
align-items: center;
|
|
13957
|
+
-webkit-box-pack: center;
|
|
13958
|
+
-ms-flex-pack: center;
|
|
13959
|
+
justify-content: center;
|
|
13960
|
+
grid-gap: 12px;
|
|
13961
|
+
gap: 12px;
|
|
13962
|
+
margin-bottom: 16px; }
|
|
13963
|
+
|
|
13964
|
+
.custom-tracking-line {
|
|
13965
|
+
height: 1px;
|
|
13966
|
+
background-color: #9ca3af;
|
|
13967
|
+
width: 80px; }
|
|
13968
|
+
|
|
13969
|
+
.custom-tracking-status-text {
|
|
13970
|
+
font-size: 14px;
|
|
13971
|
+
font-weight: 600;
|
|
13972
|
+
color: #1d4ed8;
|
|
13973
|
+
white-space: nowrap;
|
|
13974
|
+
letter-spacing: .05em; }
|
|
13975
|
+
|
|
13976
|
+
.custom-title-bar-row {
|
|
13977
|
+
display: -webkit-box;
|
|
13978
|
+
display: -ms-flexbox;
|
|
13979
|
+
display: flex;
|
|
13980
|
+
-webkit-box-align: center;
|
|
13981
|
+
-ms-flex-align: center;
|
|
13982
|
+
align-items: center;
|
|
13983
|
+
grid-gap: 24px;
|
|
13984
|
+
gap: 24px;
|
|
13985
|
+
width: 100%; }
|
|
13986
|
+
|
|
13987
|
+
.custom-timeline-title {
|
|
13988
|
+
font-size: 24px;
|
|
13989
|
+
font-weight: 700;
|
|
13990
|
+
color: #1e3a8a;
|
|
13991
|
+
white-space: nowrap; }
|
|
13992
|
+
|
|
13993
|
+
.custom-blue-bar {
|
|
13994
|
+
background: -webkit-gradient(linear, right top, left top, from(#2563eb), to(#0d9488));
|
|
13995
|
+
background: linear-gradient(270deg, #2563eb, #0d9488);
|
|
13996
|
+
height: 50px;
|
|
13997
|
+
border-radius: 5px;
|
|
13998
|
+
-webkit-box-flex: 1;
|
|
13999
|
+
-ms-flex: 1;
|
|
14000
|
+
flex: 1;
|
|
14001
|
+
min-width: 50px; }
|
|
14002
|
+
|
|
14003
|
+
.custom-timeline-entries {
|
|
14004
|
+
display: -webkit-box;
|
|
14005
|
+
display: -ms-flexbox;
|
|
14006
|
+
display: flex;
|
|
14007
|
+
-webkit-box-orient: vertical;
|
|
14008
|
+
-webkit-box-direction: normal;
|
|
14009
|
+
-ms-flex-direction: column;
|
|
14010
|
+
flex-direction: column;
|
|
14011
|
+
grid-gap: 0;
|
|
14012
|
+
gap: 0; }
|
|
14013
|
+
|
|
14014
|
+
.custom-timeline-entry {
|
|
14015
|
+
position: relative;
|
|
14016
|
+
margin-bottom: 32px; }
|
|
14017
|
+
|
|
14018
|
+
.custom-vertical-line {
|
|
14019
|
+
position: absolute;
|
|
14020
|
+
left: 93px;
|
|
14021
|
+
top: 37px;
|
|
14022
|
+
width: 3px;
|
|
14023
|
+
background-color: #d1d5db;
|
|
14024
|
+
bottom: 0; }
|
|
14025
|
+
|
|
14026
|
+
.custom-date-badge {
|
|
14027
|
+
display: inline-block;
|
|
14028
|
+
background-color: #14b8a6;
|
|
14029
|
+
color: #fff;
|
|
14030
|
+
padding: 8px 16px;
|
|
14031
|
+
border-radius: 8px;
|
|
14032
|
+
font-weight: 700;
|
|
14033
|
+
font-size: 14px;
|
|
14034
|
+
margin-bottom: 12px; }
|
|
14035
|
+
|
|
14036
|
+
.custom-entry-content {
|
|
14037
|
+
display: -webkit-box;
|
|
14038
|
+
display: -ms-flexbox;
|
|
14039
|
+
display: flex;
|
|
14040
|
+
grid-gap: 24px;
|
|
14041
|
+
gap: 24px; }
|
|
14042
|
+
|
|
14043
|
+
.custom-icon-container {
|
|
14044
|
+
position: relative;
|
|
14045
|
+
-ms-flex-negative: 0;
|
|
14046
|
+
flex-shrink: 0;
|
|
14047
|
+
margin-left: 69px; }
|
|
14048
|
+
|
|
14049
|
+
.custom-circular-icon {
|
|
14050
|
+
width: 48px;
|
|
14051
|
+
height: 48px;
|
|
14052
|
+
border-radius: 50%;
|
|
14053
|
+
background-color: #14b8a6;
|
|
14054
|
+
display: -webkit-box;
|
|
14055
|
+
display: -ms-flexbox;
|
|
14056
|
+
display: flex;
|
|
14057
|
+
-webkit-box-align: center;
|
|
14058
|
+
-ms-flex-align: center;
|
|
14059
|
+
align-items: center;
|
|
14060
|
+
-webkit-box-pack: center;
|
|
14061
|
+
-ms-flex-pack: center;
|
|
14062
|
+
justify-content: center;
|
|
14063
|
+
-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
14064
|
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
14065
|
+
position: relative;
|
|
14066
|
+
z-index: 10; }
|
|
14067
|
+
|
|
14068
|
+
.custom-mail-icon {
|
|
14069
|
+
width: 20px;
|
|
14070
|
+
height: 20px;
|
|
14071
|
+
color: #fff;
|
|
14072
|
+
fill: none;
|
|
14073
|
+
stroke: currentColor;
|
|
14074
|
+
stroke-width: 2;
|
|
14075
|
+
stroke-linecap: round;
|
|
14076
|
+
stroke-linejoin: round; }
|
|
14077
|
+
|
|
14078
|
+
.custom-content-card {
|
|
14079
|
+
-webkit-box-flex: 1;
|
|
14080
|
+
-ms-flex: 1;
|
|
14081
|
+
flex: 1;
|
|
14082
|
+
border: 1px solid #d1d5db;
|
|
14083
|
+
border-radius: 6px;
|
|
14084
|
+
background-color: #fff;
|
|
14085
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
14086
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
|
|
14087
|
+
|
|
14088
|
+
.custom-card-top {
|
|
14089
|
+
display: -webkit-box;
|
|
14090
|
+
display: -ms-flexbox;
|
|
14091
|
+
display: flex;
|
|
14092
|
+
-webkit-box-pack: justify;
|
|
14093
|
+
-ms-flex-pack: justify;
|
|
14094
|
+
justify-content: space-between;
|
|
14095
|
+
padding: 20px 24px; }
|
|
14096
|
+
|
|
14097
|
+
.custom-card-left {
|
|
14098
|
+
-webkit-box-flex: 1;
|
|
14099
|
+
-ms-flex: 1;
|
|
14100
|
+
flex: 1;
|
|
14101
|
+
padding-right: 16px; }
|
|
14102
|
+
|
|
14103
|
+
.custom-card-right {
|
|
14104
|
+
-ms-flex-negative: 0;
|
|
14105
|
+
flex-shrink: 0;
|
|
14106
|
+
text-align: right; }
|
|
14107
|
+
|
|
14108
|
+
.custom-action-title {
|
|
14109
|
+
font-size: 16px;
|
|
14110
|
+
font-weight: 700;
|
|
14111
|
+
color: #374151;
|
|
14112
|
+
margin-bottom: 8px; }
|
|
14113
|
+
|
|
14114
|
+
.custom-actions-label {
|
|
14115
|
+
font-size: 12px;
|
|
14116
|
+
color: #6b7280;
|
|
14117
|
+
font-weight: 600;
|
|
14118
|
+
margin-bottom: 6px; }
|
|
14119
|
+
|
|
14120
|
+
.custom-status-text {
|
|
14121
|
+
font-size: 14px;
|
|
14122
|
+
font-weight: 600;
|
|
14123
|
+
color: #374151; }
|
|
14124
|
+
|
|
14125
|
+
.custom-officer-info {
|
|
14126
|
+
margin-bottom: 4px; }
|
|
14127
|
+
|
|
14128
|
+
.custom-officer-name {
|
|
14129
|
+
font-size: 14px;
|
|
14130
|
+
font-weight: 700;
|
|
14131
|
+
color: #374151;
|
|
14132
|
+
margin-bottom: 4px; }
|
|
14133
|
+
|
|
14134
|
+
.custom-officer-email {
|
|
14135
|
+
font-size: 14px;
|
|
14136
|
+
color: #4b5563; }
|
|
14137
|
+
|
|
14138
|
+
.custom-email-label {
|
|
14139
|
+
font-weight: 600; }
|
|
14140
|
+
|
|
14141
|
+
.custom-comments-section {
|
|
14142
|
+
border-top: 1px solid #e5e7eb;
|
|
14143
|
+
padding: 16px 24px 20px; }
|
|
14144
|
+
|
|
14145
|
+
.custom-comments-title {
|
|
14146
|
+
font-size: 14px;
|
|
14147
|
+
font-weight: 600;
|
|
14148
|
+
color: #4b5563;
|
|
14149
|
+
margin-bottom: 8px; }
|
|
14150
|
+
|
|
14151
|
+
.custom-comment-text {
|
|
14152
|
+
font-size: 14px;
|
|
14153
|
+
color: #374151;
|
|
14154
|
+
line-height: 1.6; }
|
|
14155
|
+
|
|
13940
14156
|
.new-df-footer {
|
|
13941
14157
|
background-color: #1e293b;
|
|
13942
14158
|
color: #fff;
|
|
@@ -14204,6 +14420,562 @@ body {
|
|
|
14204
14420
|
.new-accordion-info {
|
|
14205
14421
|
margin-top: 16px; }
|
|
14206
14422
|
|
|
14423
|
+
.ads-view-cart {
|
|
14424
|
+
margin-left: 12px;
|
|
14425
|
+
padding: 8px 16px;
|
|
14426
|
+
background: #2947a3;
|
|
14427
|
+
color: #fff;
|
|
14428
|
+
border: none;
|
|
14429
|
+
border-radius: 6px;
|
|
14430
|
+
cursor: pointer; }
|
|
14431
|
+
|
|
14432
|
+
.ads-form-field, .ads-select-wrap {
|
|
14433
|
+
width: 100% !important; }
|
|
14434
|
+
|
|
14435
|
+
.ads-select {
|
|
14436
|
+
border: 1px solid #b4b4b4 !important;
|
|
14437
|
+
border-radius: 8px !important;
|
|
14438
|
+
height: 2.9rem !important; }
|
|
14439
|
+
|
|
14440
|
+
.ads-select-active {
|
|
14441
|
+
border: 1px solid #2947a3 !important;
|
|
14442
|
+
border-radius: 8px !important; }
|
|
14443
|
+
|
|
14444
|
+
.ads-guidance-box {
|
|
14445
|
+
background: #fff3cd;
|
|
14446
|
+
border: 1px solid #ffeeba;
|
|
14447
|
+
color: #856404;
|
|
14448
|
+
padding: 6px 10px;
|
|
14449
|
+
border-radius: 6px;
|
|
14450
|
+
font-size: 14px;
|
|
14451
|
+
margin-bottom: 8px;
|
|
14452
|
+
width: 100%;
|
|
14453
|
+
max-width: 545px; }
|
|
14454
|
+
|
|
14455
|
+
.ads-btn {
|
|
14456
|
+
padding: 8px 12px;
|
|
14457
|
+
border-radius: 6px;
|
|
14458
|
+
border: 1px solid #ccc;
|
|
14459
|
+
background: #fff;
|
|
14460
|
+
cursor: pointer; }
|
|
14461
|
+
|
|
14462
|
+
.ads-card {
|
|
14463
|
+
width: 280px;
|
|
14464
|
+
border-radius: 8px;
|
|
14465
|
+
padding: 9px;
|
|
14466
|
+
background: #fff;
|
|
14467
|
+
-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
|
|
14468
|
+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
|
|
14469
|
+
display: -webkit-box;
|
|
14470
|
+
display: -ms-flexbox;
|
|
14471
|
+
display: flex;
|
|
14472
|
+
-webkit-box-orient: vertical;
|
|
14473
|
+
-webkit-box-direction: normal;
|
|
14474
|
+
-ms-flex-direction: column;
|
|
14475
|
+
flex-direction: column;
|
|
14476
|
+
grid-gap: 8px;
|
|
14477
|
+
gap: 8px; }
|
|
14478
|
+
|
|
14479
|
+
.ads-card-image {
|
|
14480
|
+
width: 100%;
|
|
14481
|
+
height: 120px;
|
|
14482
|
+
border-radius: 8px;
|
|
14483
|
+
overflow: hidden;
|
|
14484
|
+
background: #f5f5f5; }
|
|
14485
|
+
|
|
14486
|
+
.ads-card-noimage {
|
|
14487
|
+
width: 100%;
|
|
14488
|
+
height: 100%;
|
|
14489
|
+
display: -webkit-box;
|
|
14490
|
+
display: -ms-flexbox;
|
|
14491
|
+
display: flex;
|
|
14492
|
+
-webkit-box-align: center;
|
|
14493
|
+
-ms-flex-align: center;
|
|
14494
|
+
align-items: center;
|
|
14495
|
+
-webkit-box-pack: center;
|
|
14496
|
+
-ms-flex-pack: center;
|
|
14497
|
+
justify-content: center;
|
|
14498
|
+
color: #aaa; }
|
|
14499
|
+
|
|
14500
|
+
.ads-card-input {
|
|
14501
|
+
-webkit-box-flex: 1;
|
|
14502
|
+
-ms-flex: 1;
|
|
14503
|
+
flex: 1; }
|
|
14504
|
+
|
|
14505
|
+
.ads-card-input, .ads-input-time {
|
|
14506
|
+
padding: 6px 8px;
|
|
14507
|
+
font-size: 13px;
|
|
14508
|
+
border-radius: 6px;
|
|
14509
|
+
border: 1px solid #ccc; }
|
|
14510
|
+
|
|
14511
|
+
.ads-input-time {
|
|
14512
|
+
width: 110px; }
|
|
14513
|
+
|
|
14514
|
+
.ads-btn-primary {
|
|
14515
|
+
-webkit-box-flex: 1;
|
|
14516
|
+
-ms-flex: 1;
|
|
14517
|
+
flex: 1;
|
|
14518
|
+
border-radius: 6px;
|
|
14519
|
+
background: #2947a3;
|
|
14520
|
+
border: none; }
|
|
14521
|
+
|
|
14522
|
+
.ads-btn-primary, .ads-btn-success {
|
|
14523
|
+
padding: 6px 12px;
|
|
14524
|
+
color: #fff;
|
|
14525
|
+
cursor: pointer;
|
|
14526
|
+
font-size: 14px; }
|
|
14527
|
+
|
|
14528
|
+
.ads-btn-success {
|
|
14529
|
+
width: 110px;
|
|
14530
|
+
border-radius: 6px;
|
|
14531
|
+
background: #28a745;
|
|
14532
|
+
font-weight: 600;
|
|
14533
|
+
display: -webkit-box;
|
|
14534
|
+
display: -ms-flexbox;
|
|
14535
|
+
display: flex;
|
|
14536
|
+
-webkit-box-align: center;
|
|
14537
|
+
-ms-flex-align: center;
|
|
14538
|
+
align-items: center;
|
|
14539
|
+
-webkit-box-pack: center;
|
|
14540
|
+
-ms-flex-pack: center;
|
|
14541
|
+
justify-content: center; }
|
|
14542
|
+
|
|
14543
|
+
.ads-status {
|
|
14544
|
+
display: inline-block;
|
|
14545
|
+
padding: 5px 14px;
|
|
14546
|
+
border-radius: 20px;
|
|
14547
|
+
font-size: 12px;
|
|
14548
|
+
font-weight: 600;
|
|
14549
|
+
text-transform: capitalize; }
|
|
14550
|
+
|
|
14551
|
+
.ads-status--available {
|
|
14552
|
+
color: #155724;
|
|
14553
|
+
background-color: #d4edda;
|
|
14554
|
+
border: 1px solid #c3e6cb; }
|
|
14555
|
+
|
|
14556
|
+
.ads-status--unavailable {
|
|
14557
|
+
color: #721c24;
|
|
14558
|
+
background-color: #f8d7da;
|
|
14559
|
+
border: 1px solid #f5c6cb; }
|
|
14560
|
+
|
|
14561
|
+
.ads-cart-overlay {
|
|
14562
|
+
position: fixed;
|
|
14563
|
+
top: 70px;
|
|
14564
|
+
left: 0;
|
|
14565
|
+
width: 100vw;
|
|
14566
|
+
height: calc(100vh - 70px);
|
|
14567
|
+
background: rgba(0, 0, 0, 0.5);
|
|
14568
|
+
-webkit-box-pack: center;
|
|
14569
|
+
-ms-flex-pack: center;
|
|
14570
|
+
justify-content: center;
|
|
14571
|
+
-webkit-box-align: center;
|
|
14572
|
+
-ms-flex-align: center;
|
|
14573
|
+
align-items: center;
|
|
14574
|
+
z-index: 2000; }
|
|
14575
|
+
|
|
14576
|
+
.ads-cart-modal, .ads-cart-overlay {
|
|
14577
|
+
display: -webkit-box;
|
|
14578
|
+
display: -ms-flexbox;
|
|
14579
|
+
display: flex; }
|
|
14580
|
+
|
|
14581
|
+
.ads-cart-modal {
|
|
14582
|
+
width: 90%;
|
|
14583
|
+
max-width: 1100px;
|
|
14584
|
+
height: 70vh;
|
|
14585
|
+
background: #fff;
|
|
14586
|
+
border-radius: 12px;
|
|
14587
|
+
padding: 20px;
|
|
14588
|
+
-webkit-box-orient: vertical;
|
|
14589
|
+
-webkit-box-direction: normal;
|
|
14590
|
+
-ms-flex-direction: column;
|
|
14591
|
+
flex-direction: column;
|
|
14592
|
+
-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
|
|
14593
|
+
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); }
|
|
14594
|
+
|
|
14595
|
+
.ads-cart-header {
|
|
14596
|
+
display: -webkit-box;
|
|
14597
|
+
display: -ms-flexbox;
|
|
14598
|
+
display: flex;
|
|
14599
|
+
-webkit-box-pack: justify;
|
|
14600
|
+
-ms-flex-pack: justify;
|
|
14601
|
+
justify-content: space-between;
|
|
14602
|
+
-webkit-box-align: center;
|
|
14603
|
+
-ms-flex-align: center;
|
|
14604
|
+
align-items: center;
|
|
14605
|
+
margin-bottom: 16px;
|
|
14606
|
+
border-bottom: 1px solid #eee;
|
|
14607
|
+
padding-bottom: 8px; }
|
|
14608
|
+
|
|
14609
|
+
.ads-cart-close {
|
|
14610
|
+
border: none;
|
|
14611
|
+
background: transparent;
|
|
14612
|
+
font-size: 22px;
|
|
14613
|
+
cursor: pointer;
|
|
14614
|
+
color: #666; }
|
|
14615
|
+
|
|
14616
|
+
.ads-cart-item {
|
|
14617
|
+
margin-bottom: 16px;
|
|
14618
|
+
border: 1px solid #ddd;
|
|
14619
|
+
border-radius: 8px;
|
|
14620
|
+
overflow: hidden; }
|
|
14621
|
+
|
|
14622
|
+
.ads-cart-item-header {
|
|
14623
|
+
background: #f9f9f9;
|
|
14624
|
+
padding: 10px 14px;
|
|
14625
|
+
font-weight: 600;
|
|
14626
|
+
font-size: 14px;
|
|
14627
|
+
border-bottom: 1px solid #ddd;
|
|
14628
|
+
display: -webkit-box;
|
|
14629
|
+
display: -ms-flexbox;
|
|
14630
|
+
display: flex;
|
|
14631
|
+
-webkit-box-pack: justify;
|
|
14632
|
+
-ms-flex-pack: justify;
|
|
14633
|
+
justify-content: space-between;
|
|
14634
|
+
-webkit-box-align: center;
|
|
14635
|
+
-ms-flex-align: center;
|
|
14636
|
+
align-items: center; }
|
|
14637
|
+
|
|
14638
|
+
.ads-cart-remove {
|
|
14639
|
+
padding: 6px 12px;
|
|
14640
|
+
border-radius: 6px;
|
|
14641
|
+
border: none;
|
|
14642
|
+
background: #dc3545;
|
|
14643
|
+
color: #fff;
|
|
14644
|
+
cursor: pointer;
|
|
14645
|
+
font-size: 12px;
|
|
14646
|
+
margin-left: 10px; }
|
|
14647
|
+
|
|
14648
|
+
.ads-cart-table {
|
|
14649
|
+
overflow-x: auto; }
|
|
14650
|
+
|
|
14651
|
+
.ads-cart-table-cell {
|
|
14652
|
+
padding: 12px 14px;
|
|
14653
|
+
font-size: 14px;
|
|
14654
|
+
border-bottom: 1px solid #f0f0f0;
|
|
14655
|
+
text-align: left;
|
|
14656
|
+
white-space: nowrap; }
|
|
14657
|
+
|
|
14658
|
+
.ads-checkbox {
|
|
14659
|
+
width: 18px;
|
|
14660
|
+
height: 18px;
|
|
14661
|
+
accent-color: #0b74de; }
|
|
14662
|
+
|
|
14663
|
+
.ads-checkbox--active {
|
|
14664
|
+
cursor: pointer; }
|
|
14665
|
+
|
|
14666
|
+
.ads-checkbox--disabled {
|
|
14667
|
+
cursor: not-allowed; }
|
|
14668
|
+
|
|
14669
|
+
.ads-header-note {
|
|
14670
|
+
color: #c62828;
|
|
14671
|
+
font-size: 14px;
|
|
14672
|
+
margin-left: 8px; }
|
|
14673
|
+
|
|
14674
|
+
.ads-btn-cancel {
|
|
14675
|
+
border-radius: 6px;
|
|
14676
|
+
border: 1px solid #ccc;
|
|
14677
|
+
background: #f5f5f5; }
|
|
14678
|
+
|
|
14679
|
+
.ads-btn-cancel, .ads-btn-cart {
|
|
14680
|
+
padding: 10px 18px;
|
|
14681
|
+
cursor: pointer; }
|
|
14682
|
+
|
|
14683
|
+
.ads-btn-cart {
|
|
14684
|
+
border-radius: 6px;
|
|
14685
|
+
border: none;
|
|
14686
|
+
background: #2947a3;
|
|
14687
|
+
color: #fff;
|
|
14688
|
+
font-weight: 600;
|
|
14689
|
+
-webkit-transition: background .2s;
|
|
14690
|
+
transition: background .2s; }
|
|
14691
|
+
|
|
14692
|
+
.ads-btn-cart--disabled {
|
|
14693
|
+
background: #ccc;
|
|
14694
|
+
cursor: not-allowed; }
|
|
14695
|
+
|
|
14696
|
+
.ads-cart-table-wrapper {
|
|
14697
|
+
-webkit-box-flex: 1;
|
|
14698
|
+
-ms-flex: 1;
|
|
14699
|
+
flex: 1;
|
|
14700
|
+
overflow-y: auto;
|
|
14701
|
+
border: 1px solid #ddd;
|
|
14702
|
+
border-radius: 8px; }
|
|
14703
|
+
|
|
14704
|
+
.ads-cart-table-message {
|
|
14705
|
+
font-size: 24px;
|
|
14706
|
+
color: #555;
|
|
14707
|
+
text-align: center; }
|
|
14708
|
+
|
|
14709
|
+
.ads-table-row--even {
|
|
14710
|
+
background-color: #fafafa; }
|
|
14711
|
+
|
|
14712
|
+
.ads-table-row--odd {
|
|
14713
|
+
background-color: #fff; }
|
|
14714
|
+
|
|
14715
|
+
.ads-modal-footer {
|
|
14716
|
+
margin-top: 12px;
|
|
14717
|
+
display: -webkit-box;
|
|
14718
|
+
display: -ms-flexbox;
|
|
14719
|
+
display: flex;
|
|
14720
|
+
-webkit-box-pack: end;
|
|
14721
|
+
-ms-flex-pack: end;
|
|
14722
|
+
justify-content: flex-end;
|
|
14723
|
+
grid-gap: 10px;
|
|
14724
|
+
gap: 10px; }
|
|
14725
|
+
|
|
14726
|
+
.ads-cart-details {
|
|
14727
|
+
margin-top: 1rem; }
|
|
14728
|
+
|
|
14729
|
+
.ads-cart-empty {
|
|
14730
|
+
padding: 12px;
|
|
14731
|
+
color: #666; }
|
|
14732
|
+
|
|
14733
|
+
.ads-cart-item-header--clickable {
|
|
14734
|
+
cursor: pointer; }
|
|
14735
|
+
|
|
14736
|
+
.ads-cart-item-toggle {
|
|
14737
|
+
font-size: 18px; }
|
|
14738
|
+
|
|
14739
|
+
.ads-timer {
|
|
14740
|
+
font-weight: 600;
|
|
14741
|
+
font-size: 14px;
|
|
14742
|
+
margin-left: 8px;
|
|
14743
|
+
color: #2947a3; }
|
|
14744
|
+
|
|
14745
|
+
.ads-timer--critical {
|
|
14746
|
+
color: red; }
|
|
14747
|
+
|
|
14748
|
+
.ads-timer-countdown {
|
|
14749
|
+
font-size: 16px;
|
|
14750
|
+
font-weight: 900;
|
|
14751
|
+
color: red;
|
|
14752
|
+
margin-left: 4px; }
|
|
14753
|
+
|
|
14754
|
+
.ads-timer-expired {
|
|
14755
|
+
font-size: 16px;
|
|
14756
|
+
color: red;
|
|
14757
|
+
font-weight: 800; }
|
|
14758
|
+
|
|
14759
|
+
.ads-error-message {
|
|
14760
|
+
color: #d4351c;
|
|
14761
|
+
font-size: 12px;
|
|
14762
|
+
margin-top: 4px;
|
|
14763
|
+
margin-bottom: 10px; }
|
|
14764
|
+
|
|
14765
|
+
.ads-error-container {
|
|
14766
|
+
display: -webkit-box;
|
|
14767
|
+
display: -ms-flexbox;
|
|
14768
|
+
display: flex;
|
|
14769
|
+
-webkit-box-align: center;
|
|
14770
|
+
-ms-flex-align: center;
|
|
14771
|
+
align-items: center;
|
|
14772
|
+
grid-gap: 8px;
|
|
14773
|
+
gap: 8px; }
|
|
14774
|
+
|
|
14775
|
+
.ads-error-dismiss {
|
|
14776
|
+
background: transparent;
|
|
14777
|
+
border: none;
|
|
14778
|
+
font-size: 18px;
|
|
14779
|
+
cursor: pointer;
|
|
14780
|
+
line-height: 1; }
|
|
14781
|
+
|
|
14782
|
+
.ads-summary-section {
|
|
14783
|
+
background-color: #fff;
|
|
14784
|
+
padding: 1rem 0;
|
|
14785
|
+
border-radius: 8px;
|
|
14786
|
+
margin-bottom: 1.5rem;
|
|
14787
|
+
-webkit-box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
|
|
14788
|
+
box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04); }
|
|
14789
|
+
|
|
14790
|
+
.ads-summary-header {
|
|
14791
|
+
padding: 0 1.5rem; }
|
|
14792
|
+
|
|
14793
|
+
.ads-summary-header, .ads-summary-header--compact {
|
|
14794
|
+
display: -webkit-box;
|
|
14795
|
+
display: -ms-flexbox;
|
|
14796
|
+
display: flex;
|
|
14797
|
+
-webkit-box-pack: justify;
|
|
14798
|
+
-ms-flex-pack: justify;
|
|
14799
|
+
justify-content: space-between;
|
|
14800
|
+
-webkit-box-align: center;
|
|
14801
|
+
-ms-flex-align: center;
|
|
14802
|
+
align-items: center;
|
|
14803
|
+
margin-bottom: .75rem; }
|
|
14804
|
+
|
|
14805
|
+
.ads-summary-heading {
|
|
14806
|
+
font-size: 1.25rem;
|
|
14807
|
+
color: #0d43a7;
|
|
14808
|
+
font-weight: 600;
|
|
14809
|
+
margin: 0; }
|
|
14810
|
+
|
|
14811
|
+
.ads-summary-edit {
|
|
14812
|
+
cursor: pointer;
|
|
14813
|
+
color: #2e86de;
|
|
14814
|
+
font-weight: 600;
|
|
14815
|
+
font-size: .9rem; }
|
|
14816
|
+
|
|
14817
|
+
.ads-summary-row {
|
|
14818
|
+
-webkit-box-pack: justify;
|
|
14819
|
+
-ms-flex-pack: justify;
|
|
14820
|
+
justify-content: space-between;
|
|
14821
|
+
border-bottom: 1px dashed #e9eef2;
|
|
14822
|
+
padding: .6rem 1.5rem; }
|
|
14823
|
+
|
|
14824
|
+
.ads-summary-row, .ads-summary-row-label {
|
|
14825
|
+
display: -webkit-box;
|
|
14826
|
+
display: -ms-flexbox;
|
|
14827
|
+
display: flex;
|
|
14828
|
+
-webkit-box-align: center;
|
|
14829
|
+
-ms-flex-align: center;
|
|
14830
|
+
align-items: center; }
|
|
14831
|
+
|
|
14832
|
+
.ads-summary-row-label {
|
|
14833
|
+
grid-gap: .5rem;
|
|
14834
|
+
gap: .5rem; }
|
|
14835
|
+
|
|
14836
|
+
.ads-summary-bold {
|
|
14837
|
+
font-weight: 500;
|
|
14838
|
+
color: #333; }
|
|
14839
|
+
|
|
14840
|
+
.ads-summary-row-value {
|
|
14841
|
+
text-align: right;
|
|
14842
|
+
min-width: 120px; }
|
|
14843
|
+
|
|
14844
|
+
.ads-summary-docs {
|
|
14845
|
+
display: -webkit-box;
|
|
14846
|
+
display: -ms-flexbox;
|
|
14847
|
+
display: flex;
|
|
14848
|
+
-ms-flex-wrap: wrap;
|
|
14849
|
+
flex-wrap: wrap;
|
|
14850
|
+
grid-gap: 1rem;
|
|
14851
|
+
gap: 1rem;
|
|
14852
|
+
margin-top: .5rem; }
|
|
14853
|
+
|
|
14854
|
+
.ads-summary-doc-card {
|
|
14855
|
+
-webkit-box-flex: 1;
|
|
14856
|
+
-ms-flex: 1 1 220px;
|
|
14857
|
+
flex: 1 1 220px;
|
|
14858
|
+
min-width: 180px;
|
|
14859
|
+
max-width: 260px;
|
|
14860
|
+
background-color: #fbfcfe;
|
|
14861
|
+
padding: .6rem;
|
|
14862
|
+
border: 1px solid #eef3f7;
|
|
14863
|
+
border-radius: 6px; }
|
|
14864
|
+
|
|
14865
|
+
.ads-summary-no-docs {
|
|
14866
|
+
padding: 0 1.5rem; }
|
|
14867
|
+
|
|
14868
|
+
.ads-applications-empty {
|
|
14869
|
+
margin-left: 16px;
|
|
14870
|
+
margin-top: 16px;
|
|
14871
|
+
color: #666; }
|
|
14872
|
+
|
|
14873
|
+
.ads-pagination-controls {
|
|
14874
|
+
display: -webkit-box;
|
|
14875
|
+
display: -ms-flexbox;
|
|
14876
|
+
display: flex;
|
|
14877
|
+
-webkit-box-pack: center;
|
|
14878
|
+
-ms-flex-pack: center;
|
|
14879
|
+
justify-content: center;
|
|
14880
|
+
-webkit-box-align: center;
|
|
14881
|
+
-ms-flex-align: center;
|
|
14882
|
+
align-items: center;
|
|
14883
|
+
grid-gap: 12px;
|
|
14884
|
+
gap: 12px;
|
|
14885
|
+
margin: 20px 0; }
|
|
14886
|
+
|
|
14887
|
+
.ads-pagination-btn {
|
|
14888
|
+
background-color: #2947a3;
|
|
14889
|
+
color: #fff;
|
|
14890
|
+
border: none;
|
|
14891
|
+
padding: 8px 12px;
|
|
14892
|
+
border-radius: 50%;
|
|
14893
|
+
font-size: 18px;
|
|
14894
|
+
cursor: pointer;
|
|
14895
|
+
-webkit-transition: background-color .2s ease;
|
|
14896
|
+
transition: background-color .2s ease; }
|
|
14897
|
+
|
|
14898
|
+
.ads-pagination-btn--disabled {
|
|
14899
|
+
background-color: #ccc;
|
|
14900
|
+
cursor: not-allowed; }
|
|
14901
|
+
|
|
14902
|
+
.ads-pagination-info {
|
|
14903
|
+
font-weight: 500;
|
|
14904
|
+
color: #333; }
|
|
14905
|
+
|
|
14906
|
+
.ads-new-booking {
|
|
14907
|
+
margin-left: 16px;
|
|
14908
|
+
margin-top: 16px; }
|
|
14909
|
+
|
|
14910
|
+
.ads-new-booking-btn {
|
|
14911
|
+
padding: 8px 12px;
|
|
14912
|
+
font-weight: 700;
|
|
14913
|
+
display: block;
|
|
14914
|
+
background: #2947a3;
|
|
14915
|
+
color: #fff;
|
|
14916
|
+
border: none;
|
|
14917
|
+
border-radius: 6px;
|
|
14918
|
+
cursor: pointer; }
|
|
14919
|
+
|
|
14920
|
+
.ads-registration-row {
|
|
14921
|
+
display: -webkit-box;
|
|
14922
|
+
display: -ms-flexbox;
|
|
14923
|
+
display: flex;
|
|
14924
|
+
-webkit-box-align: center;
|
|
14925
|
+
-ms-flex-align: center;
|
|
14926
|
+
align-items: center; }
|
|
14927
|
+
|
|
14928
|
+
.ads-registration-row--new {
|
|
14929
|
+
margin-left: 12px; }
|
|
14930
|
+
|
|
14931
|
+
.ads-registration-row--existing {
|
|
14932
|
+
margin-left: -4px; }
|
|
14933
|
+
|
|
14934
|
+
.ads-cart-table-cell--inbox {
|
|
14935
|
+
min-width: 240px; }
|
|
14936
|
+
|
|
14937
|
+
.ads-cart-table-cell--inbox, .ads-default-cell, .ads-inbox-cell {
|
|
14938
|
+
padding: 20px 18px;
|
|
14939
|
+
font-size: 16px; }
|
|
14940
|
+
|
|
14941
|
+
.ads-inbox-cell {
|
|
14942
|
+
min-width: 240px; }
|
|
14943
|
+
|
|
14944
|
+
.ads-btn-back {
|
|
14945
|
+
background: #fff;
|
|
14946
|
+
color: #2947a3;
|
|
14947
|
+
border: 1px solid #2947a3; }
|
|
14948
|
+
|
|
14949
|
+
.ads-heading-large {
|
|
14950
|
+
font-size: 28px;
|
|
14951
|
+
font-weight: 500;
|
|
14952
|
+
color: #1c1d1f; }
|
|
14953
|
+
|
|
14954
|
+
.ads-search-container {
|
|
14955
|
+
width: auto; }
|
|
14956
|
+
|
|
14957
|
+
.ads-search-container--inbox {
|
|
14958
|
+
margin-left: 24px; }
|
|
14959
|
+
|
|
14960
|
+
.ads-search-container--revert {
|
|
14961
|
+
margin-left: revert; }
|
|
14962
|
+
|
|
14963
|
+
.ads-search-error {
|
|
14964
|
+
font-weight: 700;
|
|
14965
|
+
color: #d4351c;
|
|
14966
|
+
padding-left: 8px;
|
|
14967
|
+
margin-top: -20px;
|
|
14968
|
+
font-size: 12px; }
|
|
14969
|
+
|
|
14970
|
+
.ads-search-inbox-clear {
|
|
14971
|
+
grid-column: 2/3;
|
|
14972
|
+
text-align: right;
|
|
14973
|
+
padding-top: 10px; }
|
|
14974
|
+
|
|
14975
|
+
.ads-search-submit-wrapper {
|
|
14976
|
+
max-width: unset;
|
|
14977
|
+
margin-left: unset; }
|
|
14978
|
+
|
|
14207
14979
|
.display-none {
|
|
14208
14980
|
display: none; }
|
|
14209
14981
|
|