@pmidc/upyog-css 1.1.7 → 1.1.9
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 +887 -12
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +2 -0
- package/src/modules/adv/index.scss +553 -0
- package/src/modules/rentAndLease/index.scss +226 -0
- package/src/pages/common/newApplicationTimeline.scss +130 -12
package/dist/index.css
CHANGED
|
@@ -13938,11 +13938,9 @@ body {
|
|
|
13938
13938
|
width: calc(100% - 16px); }
|
|
13939
13939
|
|
|
13940
13940
|
.custom-timeline-container {
|
|
13941
|
-
width: 100%;
|
|
13942
13941
|
padding: 24px;
|
|
13943
|
-
background
|
|
13944
|
-
|
|
13945
|
-
border-radius: 12px; }
|
|
13942
|
+
background: linear-gradient(135deg, #fff, #f8fafb);
|
|
13943
|
+
border-radius: 14px; }
|
|
13946
13944
|
|
|
13947
13945
|
.custom-timeline-header {
|
|
13948
13946
|
margin-bottom: 24px; }
|
|
@@ -14092,6 +14090,11 @@ body {
|
|
|
14092
14090
|
-webkit-box-pack: justify;
|
|
14093
14091
|
-ms-flex-pack: justify;
|
|
14094
14092
|
justify-content: space-between;
|
|
14093
|
+
-webkit-box-align: center;
|
|
14094
|
+
-ms-flex-align: center;
|
|
14095
|
+
align-items: center;
|
|
14096
|
+
-ms-flex-wrap: wrap;
|
|
14097
|
+
flex-wrap: wrap;
|
|
14095
14098
|
padding: 20px 24px; }
|
|
14096
14099
|
|
|
14097
14100
|
.custom-card-left {
|
|
@@ -14102,8 +14105,7 @@ body {
|
|
|
14102
14105
|
|
|
14103
14106
|
.custom-card-right {
|
|
14104
14107
|
-ms-flex-negative: 0;
|
|
14105
|
-
flex-shrink: 0;
|
|
14106
|
-
text-align: right; }
|
|
14108
|
+
flex-shrink: 0; }
|
|
14107
14109
|
|
|
14108
14110
|
.custom-action-title {
|
|
14109
14111
|
font-size: 16px;
|
|
@@ -14111,12 +14113,6 @@ body {
|
|
|
14111
14113
|
color: #374151;
|
|
14112
14114
|
margin-bottom: 8px; }
|
|
14113
14115
|
|
|
14114
|
-
.custom-actions-label {
|
|
14115
|
-
font-size: 12px;
|
|
14116
|
-
color: #6b7280;
|
|
14117
|
-
font-weight: 600;
|
|
14118
|
-
margin-bottom: 6px; }
|
|
14119
|
-
|
|
14120
14116
|
.custom-status-text {
|
|
14121
14117
|
font-size: 14px;
|
|
14122
14118
|
font-weight: 600;
|
|
@@ -14139,6 +14135,16 @@ body {
|
|
|
14139
14135
|
font-weight: 600; }
|
|
14140
14136
|
|
|
14141
14137
|
.custom-comments-section {
|
|
14138
|
+
display: -webkit-box;
|
|
14139
|
+
display: -ms-flexbox;
|
|
14140
|
+
display: flex;
|
|
14141
|
+
-webkit-box-pack: justify;
|
|
14142
|
+
-ms-flex-pack: justify;
|
|
14143
|
+
justify-content: space-between;
|
|
14144
|
+
-ms-flex-wrap: wrap;
|
|
14145
|
+
flex-wrap: wrap; }
|
|
14146
|
+
|
|
14147
|
+
.custom-assignee-section, .custom-comments-section {
|
|
14142
14148
|
border-top: 1px solid #e5e7eb;
|
|
14143
14149
|
padding: 16px 24px 20px; }
|
|
14144
14150
|
|
|
@@ -14153,6 +14159,97 @@ body {
|
|
|
14153
14159
|
color: #374151;
|
|
14154
14160
|
line-height: 1.6; }
|
|
14155
14161
|
|
|
14162
|
+
.custom-doc-container {
|
|
14163
|
+
display: inline-block;
|
|
14164
|
+
margin-right: 10px; }
|
|
14165
|
+
|
|
14166
|
+
.custom-doc-link {
|
|
14167
|
+
display: -webkit-inline-box;
|
|
14168
|
+
display: -ms-inline-flexbox;
|
|
14169
|
+
display: inline-flex;
|
|
14170
|
+
-webkit-box-align: center;
|
|
14171
|
+
-ms-flex-align: center;
|
|
14172
|
+
align-items: center;
|
|
14173
|
+
grid-gap: 4px;
|
|
14174
|
+
gap: 4px;
|
|
14175
|
+
color: #2563eb;
|
|
14176
|
+
text-decoration: none; }
|
|
14177
|
+
.custom-doc-link span {
|
|
14178
|
+
font-size: 14px;
|
|
14179
|
+
font-weight: 600; }
|
|
14180
|
+
|
|
14181
|
+
.custom-comments-section-no-border {
|
|
14182
|
+
border-top: none !important;
|
|
14183
|
+
padding-top: 0 !important; }
|
|
14184
|
+
|
|
14185
|
+
@media (max-width: 768px) {
|
|
14186
|
+
.custom-timeline-container {
|
|
14187
|
+
padding: 16px; }
|
|
14188
|
+
.custom-tracking-line {
|
|
14189
|
+
width: 40px; }
|
|
14190
|
+
.custom-timeline-title {
|
|
14191
|
+
font-size: 20px;
|
|
14192
|
+
white-space: normal; }
|
|
14193
|
+
.custom-blue-bar {
|
|
14194
|
+
height: 40px;
|
|
14195
|
+
min-width: 30px; }
|
|
14196
|
+
.custom-vertical-line {
|
|
14197
|
+
left: 24px; }
|
|
14198
|
+
.custom-icon-container {
|
|
14199
|
+
margin-left: 0; }
|
|
14200
|
+
.custom-circular-icon {
|
|
14201
|
+
width: 40px;
|
|
14202
|
+
height: 40px; }
|
|
14203
|
+
.custom-date-badge {
|
|
14204
|
+
padding: 6px 12px;
|
|
14205
|
+
font-size: 12px; }
|
|
14206
|
+
.custom-entry-content {
|
|
14207
|
+
grid-gap: 16px;
|
|
14208
|
+
gap: 16px; }
|
|
14209
|
+
.custom-card-top {
|
|
14210
|
+
padding: 16px;
|
|
14211
|
+
-webkit-box-orient: vertical;
|
|
14212
|
+
-webkit-box-direction: normal;
|
|
14213
|
+
-ms-flex-direction: column;
|
|
14214
|
+
flex-direction: column;
|
|
14215
|
+
-webkit-box-align: start;
|
|
14216
|
+
-ms-flex-align: start;
|
|
14217
|
+
align-items: flex-start;
|
|
14218
|
+
grid-gap: 12px;
|
|
14219
|
+
gap: 12px; }
|
|
14220
|
+
.custom-card-left {
|
|
14221
|
+
padding-right: 0;
|
|
14222
|
+
width: 100%; }
|
|
14223
|
+
.custom-card-right {
|
|
14224
|
+
width: 100%; }
|
|
14225
|
+
.custom-comments-section {
|
|
14226
|
+
padding: 12px 16px;
|
|
14227
|
+
-webkit-box-orient: vertical;
|
|
14228
|
+
-webkit-box-direction: normal;
|
|
14229
|
+
-ms-flex-direction: column;
|
|
14230
|
+
flex-direction: column;
|
|
14231
|
+
grid-gap: 12px;
|
|
14232
|
+
gap: 12px; } }
|
|
14233
|
+
|
|
14234
|
+
@media (max-width: 480px) {
|
|
14235
|
+
.custom-tracking-line {
|
|
14236
|
+
display: none; }
|
|
14237
|
+
.custom-title-bar-row {
|
|
14238
|
+
grid-gap: 12px;
|
|
14239
|
+
gap: 12px; }
|
|
14240
|
+
.custom-timeline-title {
|
|
14241
|
+
font-size: 18px; }
|
|
14242
|
+
.custom-vertical-line {
|
|
14243
|
+
left: 20px; }
|
|
14244
|
+
.custom-circular-icon {
|
|
14245
|
+
width: 36px;
|
|
14246
|
+
height: 36px; }
|
|
14247
|
+
.custom-icon-container {
|
|
14248
|
+
margin-left: 2px; }
|
|
14249
|
+
.custom-entry-content {
|
|
14250
|
+
grid-gap: 12px;
|
|
14251
|
+
gap: 12px; } }
|
|
14252
|
+
|
|
14156
14253
|
.new-df-footer {
|
|
14157
14254
|
background-color: #1e293b;
|
|
14158
14255
|
color: #fff;
|
|
@@ -14420,6 +14517,784 @@ body {
|
|
|
14420
14517
|
.new-accordion-info {
|
|
14421
14518
|
margin-top: 16px; }
|
|
14422
14519
|
|
|
14520
|
+
.ral-banner {
|
|
14521
|
+
padding: 10px; }
|
|
14522
|
+
|
|
14523
|
+
.ral-banner-header {
|
|
14524
|
+
font-size: 32px;
|
|
14525
|
+
word-break: break-word; }
|
|
14526
|
+
|
|
14527
|
+
.ral-action-bar {
|
|
14528
|
+
display: -webkit-box;
|
|
14529
|
+
display: -ms-flexbox;
|
|
14530
|
+
display: flex;
|
|
14531
|
+
-webkit-box-pack: end;
|
|
14532
|
+
-ms-flex-pack: end;
|
|
14533
|
+
justify-content: flex-end;
|
|
14534
|
+
-webkit-box-align: baseline;
|
|
14535
|
+
-ms-flex-align: baseline;
|
|
14536
|
+
align-items: baseline; }
|
|
14537
|
+
|
|
14538
|
+
.ral-error-label {
|
|
14539
|
+
width: 70%;
|
|
14540
|
+
margin-left: 30%;
|
|
14541
|
+
margin-top: -18px; }
|
|
14542
|
+
|
|
14543
|
+
.ral-applicant-container {
|
|
14544
|
+
border: 1px solid #ddd;
|
|
14545
|
+
padding: 12px;
|
|
14546
|
+
margin-bottom: 16px;
|
|
14547
|
+
border-radius: 10px; }
|
|
14548
|
+
|
|
14549
|
+
.ral-applicant-header-row {
|
|
14550
|
+
display: -webkit-box;
|
|
14551
|
+
display: -ms-flexbox;
|
|
14552
|
+
display: flex;
|
|
14553
|
+
-webkit-box-align: center;
|
|
14554
|
+
-ms-flex-align: center;
|
|
14555
|
+
align-items: center;
|
|
14556
|
+
-webkit-box-pack: justify;
|
|
14557
|
+
-ms-flex-pack: justify;
|
|
14558
|
+
justify-content: space-between;
|
|
14559
|
+
margin-bottom: 20px; }
|
|
14560
|
+
|
|
14561
|
+
.ral-remove-btn {
|
|
14562
|
+
background: transparent;
|
|
14563
|
+
width: 100%;
|
|
14564
|
+
max-width: 25px; }
|
|
14565
|
+
|
|
14566
|
+
.ral-add-applicant-row {
|
|
14567
|
+
display: -webkit-box;
|
|
14568
|
+
display: -ms-flexbox;
|
|
14569
|
+
display: flex;
|
|
14570
|
+
-webkit-box-pack: end;
|
|
14571
|
+
-ms-flex-pack: end;
|
|
14572
|
+
justify-content: flex-end;
|
|
14573
|
+
margin-bottom: 16px; }
|
|
14574
|
+
|
|
14575
|
+
.ral-add-applicant-btn {
|
|
14576
|
+
border: 1px solid #2947a3;
|
|
14577
|
+
background: transparent;
|
|
14578
|
+
color: #2947a3;
|
|
14579
|
+
width: 100%;
|
|
14580
|
+
max-width: 140px; }
|
|
14581
|
+
|
|
14582
|
+
.ral-back-btn {
|
|
14583
|
+
border: 1px solid;
|
|
14584
|
+
background: transparent;
|
|
14585
|
+
color: #2947a3;
|
|
14586
|
+
margin-right: 8px; }
|
|
14587
|
+
|
|
14588
|
+
.ral-summary-card {
|
|
14589
|
+
padding: 2px; }
|
|
14590
|
+
|
|
14591
|
+
.ral-summary-section {
|
|
14592
|
+
background-color: #fff;
|
|
14593
|
+
padding: 1rem 0;
|
|
14594
|
+
border-radius: 8px;
|
|
14595
|
+
margin-bottom: 1.5rem;
|
|
14596
|
+
-webkit-box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
|
|
14597
|
+
box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04); }
|
|
14598
|
+
|
|
14599
|
+
.ral-summary-header-row {
|
|
14600
|
+
display: -webkit-box;
|
|
14601
|
+
display: -ms-flexbox;
|
|
14602
|
+
display: flex;
|
|
14603
|
+
-webkit-box-pack: justify;
|
|
14604
|
+
-ms-flex-pack: justify;
|
|
14605
|
+
justify-content: space-between;
|
|
14606
|
+
-webkit-box-align: center;
|
|
14607
|
+
-ms-flex-align: center;
|
|
14608
|
+
align-items: center;
|
|
14609
|
+
margin-bottom: .75rem; }
|
|
14610
|
+
|
|
14611
|
+
.ral-summary-heading {
|
|
14612
|
+
font-size: 1.25rem;
|
|
14613
|
+
color: #0d43a7;
|
|
14614
|
+
font-weight: 500;
|
|
14615
|
+
margin: 0; }
|
|
14616
|
+
|
|
14617
|
+
.ral-summary-row {
|
|
14618
|
+
display: -webkit-box;
|
|
14619
|
+
display: -ms-flexbox;
|
|
14620
|
+
display: flex;
|
|
14621
|
+
-webkit-box-pack: justify;
|
|
14622
|
+
-ms-flex-pack: justify;
|
|
14623
|
+
justify-content: space-between;
|
|
14624
|
+
-ms-flex-wrap: wrap;
|
|
14625
|
+
flex-wrap: wrap;
|
|
14626
|
+
border-bottom: 1px dashed #e9eef2;
|
|
14627
|
+
padding: 10px 4px;
|
|
14628
|
+
-webkit-box-align: center;
|
|
14629
|
+
-ms-flex-align: center;
|
|
14630
|
+
align-items: center; }
|
|
14631
|
+
|
|
14632
|
+
.ral-summary-label {
|
|
14633
|
+
font-weight: 600;
|
|
14634
|
+
color: #333; }
|
|
14635
|
+
|
|
14636
|
+
.ral-summary-docs-container {
|
|
14637
|
+
display: -webkit-box;
|
|
14638
|
+
display: -ms-flexbox;
|
|
14639
|
+
display: flex;
|
|
14640
|
+
-ms-flex-wrap: wrap;
|
|
14641
|
+
flex-wrap: wrap;
|
|
14642
|
+
grid-gap: 1rem;
|
|
14643
|
+
gap: 1rem;
|
|
14644
|
+
margin-top: .5rem; }
|
|
14645
|
+
|
|
14646
|
+
.ral-summary-doc-card {
|
|
14647
|
+
-webkit-box-flex: 1;
|
|
14648
|
+
-ms-flex: 1 1 220px;
|
|
14649
|
+
flex: 1 1 220px;
|
|
14650
|
+
min-width: 180px;
|
|
14651
|
+
max-width: 260px;
|
|
14652
|
+
background-color: #fbfcfe;
|
|
14653
|
+
padding: .6rem;
|
|
14654
|
+
border: 1px solid #eef3f7;
|
|
14655
|
+
border-radius: 6px; }
|
|
14656
|
+
|
|
14657
|
+
.ral-summary-applicant-subheading {
|
|
14658
|
+
padding: 6px 26px;
|
|
14659
|
+
background: #fdf5e6;
|
|
14660
|
+
font-weight: 900; }
|
|
14661
|
+
|
|
14662
|
+
.ral-summary-applicant-wrapper {
|
|
14663
|
+
margin-bottom: 1rem; }
|
|
14664
|
+
|
|
14665
|
+
.ral-doc-container {
|
|
14666
|
+
margin-bottom: 24px; }
|
|
14667
|
+
|
|
14668
|
+
.ral-doc-field, .ral-doc-label {
|
|
14669
|
+
width: 100%; }
|
|
14670
|
+
|
|
14671
|
+
.ral-doc-field-employee {
|
|
14672
|
+
max-width: 500px; }
|
|
14673
|
+
|
|
14674
|
+
.ral-doc-upload-msg {
|
|
14675
|
+
width: 100%; }
|
|
14676
|
+
|
|
14677
|
+
.ral-doc-upload-input {
|
|
14678
|
+
width: 280px; }
|
|
14679
|
+
|
|
14680
|
+
.ral-doc-error {
|
|
14681
|
+
color: #d4351c;
|
|
14682
|
+
font-size: 12px;
|
|
14683
|
+
margin-top: 4px;
|
|
14684
|
+
margin-bottom: 10px; }
|
|
14685
|
+
|
|
14686
|
+
.ral-app-details-header {
|
|
14687
|
+
margin-left: 14px;
|
|
14688
|
+
max-width: 960px; }
|
|
14689
|
+
|
|
14690
|
+
.ral-app-details-owner-header {
|
|
14691
|
+
padding: 5px 24px 0;
|
|
14692
|
+
font-weight: 600; }
|
|
14693
|
+
|
|
14694
|
+
.ral-app-details-docs-card {
|
|
14695
|
+
display: -webkit-box;
|
|
14696
|
+
display: -ms-flexbox;
|
|
14697
|
+
display: flex;
|
|
14698
|
+
-ms-flex-wrap: wrap;
|
|
14699
|
+
flex-wrap: wrap;
|
|
14700
|
+
grid-gap: 30px;
|
|
14701
|
+
gap: 30px;
|
|
14702
|
+
margin-bottom: 26px; }
|
|
14703
|
+
|
|
14704
|
+
.ral-my-properties-container {
|
|
14705
|
+
margin-top: 16px; }
|
|
14706
|
+
|
|
14707
|
+
.ral-my-properties-header {
|
|
14708
|
+
margin-left: 8px; }
|
|
14709
|
+
|
|
14710
|
+
.ral-my-properties-actions {
|
|
14711
|
+
display: -webkit-box;
|
|
14712
|
+
display: -ms-flexbox;
|
|
14713
|
+
display: flex;
|
|
14714
|
+
grid-gap: 20px;
|
|
14715
|
+
gap: 20px; }
|
|
14716
|
+
|
|
14717
|
+
.ral-my-properties-load-more, .ral-my-properties-no-result {
|
|
14718
|
+
margin-left: 16px;
|
|
14719
|
+
margin-top: 16px; }
|
|
14720
|
+
|
|
14721
|
+
.ral-my-properties-load-more-link {
|
|
14722
|
+
cursor: pointer;
|
|
14723
|
+
color: #007bff;
|
|
14724
|
+
font-weight: 700; }
|
|
14725
|
+
|
|
14726
|
+
.ral-modal-header {
|
|
14727
|
+
margin-left: 20px; }
|
|
14728
|
+
|
|
14729
|
+
.ral-modal-close {
|
|
14730
|
+
margin-right: 20px; }
|
|
14731
|
+
|
|
14732
|
+
.ral-header-32 {
|
|
14733
|
+
font-size: 32px; }
|
|
14734
|
+
|
|
14735
|
+
.ral-card-subheader-24 {
|
|
14736
|
+
font-size: 24px; }
|
|
14737
|
+
|
|
14738
|
+
.ral-card-subheader-24-margin {
|
|
14739
|
+
font-size: 24px;
|
|
14740
|
+
margin-top: 30px; }
|
|
14741
|
+
|
|
14742
|
+
.ads-view-cart {
|
|
14743
|
+
margin-left: 12px;
|
|
14744
|
+
padding: 8px 16px;
|
|
14745
|
+
background: #2947a3;
|
|
14746
|
+
color: #fff;
|
|
14747
|
+
border: none;
|
|
14748
|
+
border-radius: 6px;
|
|
14749
|
+
cursor: pointer; }
|
|
14750
|
+
|
|
14751
|
+
.ads-form-field, .ads-select-wrap {
|
|
14752
|
+
width: 100% !important; }
|
|
14753
|
+
|
|
14754
|
+
.ads-select {
|
|
14755
|
+
border: 1px solid #b4b4b4 !important;
|
|
14756
|
+
border-radius: 8px !important;
|
|
14757
|
+
height: 2.9rem !important; }
|
|
14758
|
+
|
|
14759
|
+
.ads-select-active {
|
|
14760
|
+
border: 1px solid #2947a3 !important;
|
|
14761
|
+
border-radius: 8px !important; }
|
|
14762
|
+
|
|
14763
|
+
.ads-guidance-box {
|
|
14764
|
+
background: #fff3cd;
|
|
14765
|
+
border: 1px solid #ffeeba;
|
|
14766
|
+
color: #856404;
|
|
14767
|
+
padding: 6px 10px;
|
|
14768
|
+
border-radius: 6px;
|
|
14769
|
+
font-size: 14px;
|
|
14770
|
+
margin-bottom: 8px;
|
|
14771
|
+
width: 100%;
|
|
14772
|
+
max-width: 545px; }
|
|
14773
|
+
|
|
14774
|
+
.ads-btn {
|
|
14775
|
+
padding: 8px 12px;
|
|
14776
|
+
border-radius: 6px;
|
|
14777
|
+
border: 1px solid #ccc;
|
|
14778
|
+
background: #fff;
|
|
14779
|
+
cursor: pointer; }
|
|
14780
|
+
|
|
14781
|
+
.ads-card {
|
|
14782
|
+
width: 280px;
|
|
14783
|
+
border-radius: 8px;
|
|
14784
|
+
padding: 9px;
|
|
14785
|
+
background: #fff;
|
|
14786
|
+
-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
|
|
14787
|
+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
|
|
14788
|
+
display: -webkit-box;
|
|
14789
|
+
display: -ms-flexbox;
|
|
14790
|
+
display: flex;
|
|
14791
|
+
-webkit-box-orient: vertical;
|
|
14792
|
+
-webkit-box-direction: normal;
|
|
14793
|
+
-ms-flex-direction: column;
|
|
14794
|
+
flex-direction: column;
|
|
14795
|
+
grid-gap: 8px;
|
|
14796
|
+
gap: 8px; }
|
|
14797
|
+
|
|
14798
|
+
.ads-card-image {
|
|
14799
|
+
width: 100%;
|
|
14800
|
+
height: 120px;
|
|
14801
|
+
border-radius: 8px;
|
|
14802
|
+
overflow: hidden;
|
|
14803
|
+
background: #f5f5f5; }
|
|
14804
|
+
|
|
14805
|
+
.ads-card-noimage {
|
|
14806
|
+
width: 100%;
|
|
14807
|
+
height: 100%;
|
|
14808
|
+
display: -webkit-box;
|
|
14809
|
+
display: -ms-flexbox;
|
|
14810
|
+
display: flex;
|
|
14811
|
+
-webkit-box-align: center;
|
|
14812
|
+
-ms-flex-align: center;
|
|
14813
|
+
align-items: center;
|
|
14814
|
+
-webkit-box-pack: center;
|
|
14815
|
+
-ms-flex-pack: center;
|
|
14816
|
+
justify-content: center;
|
|
14817
|
+
color: #aaa; }
|
|
14818
|
+
|
|
14819
|
+
.ads-card-input {
|
|
14820
|
+
-webkit-box-flex: 1;
|
|
14821
|
+
-ms-flex: 1;
|
|
14822
|
+
flex: 1; }
|
|
14823
|
+
|
|
14824
|
+
.ads-card-input, .ads-input-time {
|
|
14825
|
+
padding: 6px 8px;
|
|
14826
|
+
font-size: 13px;
|
|
14827
|
+
border-radius: 6px;
|
|
14828
|
+
border: 1px solid #ccc; }
|
|
14829
|
+
|
|
14830
|
+
.ads-input-time {
|
|
14831
|
+
width: 110px; }
|
|
14832
|
+
|
|
14833
|
+
.ads-btn-primary {
|
|
14834
|
+
-webkit-box-flex: 1;
|
|
14835
|
+
-ms-flex: 1;
|
|
14836
|
+
flex: 1;
|
|
14837
|
+
border-radius: 6px;
|
|
14838
|
+
background: #2947a3;
|
|
14839
|
+
border: none; }
|
|
14840
|
+
|
|
14841
|
+
.ads-btn-primary, .ads-btn-success {
|
|
14842
|
+
padding: 6px 12px;
|
|
14843
|
+
color: #fff;
|
|
14844
|
+
cursor: pointer;
|
|
14845
|
+
font-size: 14px; }
|
|
14846
|
+
|
|
14847
|
+
.ads-btn-success {
|
|
14848
|
+
width: 110px;
|
|
14849
|
+
border-radius: 6px;
|
|
14850
|
+
background: #28a745;
|
|
14851
|
+
font-weight: 600;
|
|
14852
|
+
display: -webkit-box;
|
|
14853
|
+
display: -ms-flexbox;
|
|
14854
|
+
display: flex;
|
|
14855
|
+
-webkit-box-align: center;
|
|
14856
|
+
-ms-flex-align: center;
|
|
14857
|
+
align-items: center;
|
|
14858
|
+
-webkit-box-pack: center;
|
|
14859
|
+
-ms-flex-pack: center;
|
|
14860
|
+
justify-content: center; }
|
|
14861
|
+
|
|
14862
|
+
.ads-status {
|
|
14863
|
+
display: inline-block;
|
|
14864
|
+
padding: 5px 14px;
|
|
14865
|
+
border-radius: 20px;
|
|
14866
|
+
font-size: 12px;
|
|
14867
|
+
font-weight: 600;
|
|
14868
|
+
text-transform: capitalize; }
|
|
14869
|
+
|
|
14870
|
+
.ads-status--available {
|
|
14871
|
+
color: #155724;
|
|
14872
|
+
background-color: #d4edda;
|
|
14873
|
+
border: 1px solid #c3e6cb; }
|
|
14874
|
+
|
|
14875
|
+
.ads-status--unavailable {
|
|
14876
|
+
color: #721c24;
|
|
14877
|
+
background-color: #f8d7da;
|
|
14878
|
+
border: 1px solid #f5c6cb; }
|
|
14879
|
+
|
|
14880
|
+
.ads-cart-overlay {
|
|
14881
|
+
position: fixed;
|
|
14882
|
+
top: 70px;
|
|
14883
|
+
left: 0;
|
|
14884
|
+
width: 100vw;
|
|
14885
|
+
height: calc(100vh - 70px);
|
|
14886
|
+
background: rgba(0, 0, 0, 0.5);
|
|
14887
|
+
-webkit-box-pack: center;
|
|
14888
|
+
-ms-flex-pack: center;
|
|
14889
|
+
justify-content: center;
|
|
14890
|
+
-webkit-box-align: center;
|
|
14891
|
+
-ms-flex-align: center;
|
|
14892
|
+
align-items: center;
|
|
14893
|
+
z-index: 2000; }
|
|
14894
|
+
|
|
14895
|
+
.ads-cart-modal, .ads-cart-overlay {
|
|
14896
|
+
display: -webkit-box;
|
|
14897
|
+
display: -ms-flexbox;
|
|
14898
|
+
display: flex; }
|
|
14899
|
+
|
|
14900
|
+
.ads-cart-modal {
|
|
14901
|
+
width: 90%;
|
|
14902
|
+
max-width: 1100px;
|
|
14903
|
+
height: 70vh;
|
|
14904
|
+
background: #fff;
|
|
14905
|
+
border-radius: 12px;
|
|
14906
|
+
padding: 20px;
|
|
14907
|
+
-webkit-box-orient: vertical;
|
|
14908
|
+
-webkit-box-direction: normal;
|
|
14909
|
+
-ms-flex-direction: column;
|
|
14910
|
+
flex-direction: column;
|
|
14911
|
+
-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
|
|
14912
|
+
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); }
|
|
14913
|
+
|
|
14914
|
+
.ads-cart-header {
|
|
14915
|
+
display: -webkit-box;
|
|
14916
|
+
display: -ms-flexbox;
|
|
14917
|
+
display: flex;
|
|
14918
|
+
-webkit-box-pack: justify;
|
|
14919
|
+
-ms-flex-pack: justify;
|
|
14920
|
+
justify-content: space-between;
|
|
14921
|
+
-webkit-box-align: center;
|
|
14922
|
+
-ms-flex-align: center;
|
|
14923
|
+
align-items: center;
|
|
14924
|
+
margin-bottom: 16px;
|
|
14925
|
+
border-bottom: 1px solid #eee;
|
|
14926
|
+
padding-bottom: 8px; }
|
|
14927
|
+
|
|
14928
|
+
.ads-cart-close {
|
|
14929
|
+
border: none;
|
|
14930
|
+
background: transparent;
|
|
14931
|
+
font-size: 22px;
|
|
14932
|
+
cursor: pointer;
|
|
14933
|
+
color: #666; }
|
|
14934
|
+
|
|
14935
|
+
.ads-cart-item {
|
|
14936
|
+
margin-bottom: 16px;
|
|
14937
|
+
border: 1px solid #ddd;
|
|
14938
|
+
border-radius: 8px;
|
|
14939
|
+
overflow: hidden; }
|
|
14940
|
+
|
|
14941
|
+
.ads-cart-item-header {
|
|
14942
|
+
background: #f9f9f9;
|
|
14943
|
+
padding: 10px 14px;
|
|
14944
|
+
font-weight: 600;
|
|
14945
|
+
font-size: 14px;
|
|
14946
|
+
border-bottom: 1px solid #ddd;
|
|
14947
|
+
display: -webkit-box;
|
|
14948
|
+
display: -ms-flexbox;
|
|
14949
|
+
display: flex;
|
|
14950
|
+
-webkit-box-pack: justify;
|
|
14951
|
+
-ms-flex-pack: justify;
|
|
14952
|
+
justify-content: space-between;
|
|
14953
|
+
-webkit-box-align: center;
|
|
14954
|
+
-ms-flex-align: center;
|
|
14955
|
+
align-items: center; }
|
|
14956
|
+
|
|
14957
|
+
.ads-cart-remove {
|
|
14958
|
+
padding: 6px 12px;
|
|
14959
|
+
border-radius: 6px;
|
|
14960
|
+
border: none;
|
|
14961
|
+
background: #dc3545;
|
|
14962
|
+
color: #fff;
|
|
14963
|
+
cursor: pointer;
|
|
14964
|
+
font-size: 12px;
|
|
14965
|
+
margin-left: 10px; }
|
|
14966
|
+
|
|
14967
|
+
.ads-cart-table {
|
|
14968
|
+
overflow-x: auto; }
|
|
14969
|
+
|
|
14970
|
+
.ads-cart-table-cell {
|
|
14971
|
+
padding: 12px 14px;
|
|
14972
|
+
font-size: 14px;
|
|
14973
|
+
border-bottom: 1px solid #f0f0f0;
|
|
14974
|
+
text-align: left;
|
|
14975
|
+
white-space: nowrap; }
|
|
14976
|
+
|
|
14977
|
+
.ads-checkbox {
|
|
14978
|
+
width: 18px;
|
|
14979
|
+
height: 18px;
|
|
14980
|
+
accent-color: #0b74de; }
|
|
14981
|
+
|
|
14982
|
+
.ads-checkbox--active {
|
|
14983
|
+
cursor: pointer; }
|
|
14984
|
+
|
|
14985
|
+
.ads-checkbox--disabled {
|
|
14986
|
+
cursor: not-allowed; }
|
|
14987
|
+
|
|
14988
|
+
.ads-header-note {
|
|
14989
|
+
color: #c62828;
|
|
14990
|
+
font-size: 14px;
|
|
14991
|
+
margin-left: 8px; }
|
|
14992
|
+
|
|
14993
|
+
.ads-btn-cancel {
|
|
14994
|
+
border-radius: 6px;
|
|
14995
|
+
border: 1px solid #ccc;
|
|
14996
|
+
background: #f5f5f5; }
|
|
14997
|
+
|
|
14998
|
+
.ads-btn-cancel, .ads-btn-cart {
|
|
14999
|
+
padding: 10px 18px;
|
|
15000
|
+
cursor: pointer; }
|
|
15001
|
+
|
|
15002
|
+
.ads-btn-cart {
|
|
15003
|
+
border-radius: 6px;
|
|
15004
|
+
border: none;
|
|
15005
|
+
background: #2947a3;
|
|
15006
|
+
color: #fff;
|
|
15007
|
+
font-weight: 600;
|
|
15008
|
+
-webkit-transition: background .2s;
|
|
15009
|
+
transition: background .2s; }
|
|
15010
|
+
|
|
15011
|
+
.ads-btn-cart--disabled {
|
|
15012
|
+
background: #ccc;
|
|
15013
|
+
cursor: not-allowed; }
|
|
15014
|
+
|
|
15015
|
+
.ads-cart-table-wrapper {
|
|
15016
|
+
-webkit-box-flex: 1;
|
|
15017
|
+
-ms-flex: 1;
|
|
15018
|
+
flex: 1;
|
|
15019
|
+
overflow-y: auto;
|
|
15020
|
+
border: 1px solid #ddd;
|
|
15021
|
+
border-radius: 8px; }
|
|
15022
|
+
|
|
15023
|
+
.ads-cart-table-message {
|
|
15024
|
+
font-size: 24px;
|
|
15025
|
+
color: #555;
|
|
15026
|
+
text-align: center; }
|
|
15027
|
+
|
|
15028
|
+
.ads-table-row--even {
|
|
15029
|
+
background-color: #fafafa; }
|
|
15030
|
+
|
|
15031
|
+
.ads-table-row--odd {
|
|
15032
|
+
background-color: #fff; }
|
|
15033
|
+
|
|
15034
|
+
.ads-modal-footer {
|
|
15035
|
+
margin-top: 12px;
|
|
15036
|
+
display: -webkit-box;
|
|
15037
|
+
display: -ms-flexbox;
|
|
15038
|
+
display: flex;
|
|
15039
|
+
-webkit-box-pack: end;
|
|
15040
|
+
-ms-flex-pack: end;
|
|
15041
|
+
justify-content: flex-end;
|
|
15042
|
+
grid-gap: 10px;
|
|
15043
|
+
gap: 10px; }
|
|
15044
|
+
|
|
15045
|
+
.ads-cart-details {
|
|
15046
|
+
margin-top: 1rem; }
|
|
15047
|
+
|
|
15048
|
+
.ads-cart-empty {
|
|
15049
|
+
padding: 12px;
|
|
15050
|
+
color: #666; }
|
|
15051
|
+
|
|
15052
|
+
.ads-cart-item-header--clickable {
|
|
15053
|
+
cursor: pointer; }
|
|
15054
|
+
|
|
15055
|
+
.ads-cart-item-toggle {
|
|
15056
|
+
font-size: 18px; }
|
|
15057
|
+
|
|
15058
|
+
.ads-timer {
|
|
15059
|
+
font-weight: 600;
|
|
15060
|
+
font-size: 14px;
|
|
15061
|
+
margin-left: 8px;
|
|
15062
|
+
color: #2947a3; }
|
|
15063
|
+
|
|
15064
|
+
.ads-timer--critical {
|
|
15065
|
+
color: red; }
|
|
15066
|
+
|
|
15067
|
+
.ads-timer-countdown {
|
|
15068
|
+
font-size: 16px;
|
|
15069
|
+
font-weight: 900;
|
|
15070
|
+
color: red;
|
|
15071
|
+
margin-left: 4px; }
|
|
15072
|
+
|
|
15073
|
+
.ads-timer-expired {
|
|
15074
|
+
font-size: 16px;
|
|
15075
|
+
color: red;
|
|
15076
|
+
font-weight: 800; }
|
|
15077
|
+
|
|
15078
|
+
.ads-error-message {
|
|
15079
|
+
color: #d4351c;
|
|
15080
|
+
font-size: 12px;
|
|
15081
|
+
margin-top: 4px;
|
|
15082
|
+
margin-bottom: 10px; }
|
|
15083
|
+
|
|
15084
|
+
.ads-error-container {
|
|
15085
|
+
display: -webkit-box;
|
|
15086
|
+
display: -ms-flexbox;
|
|
15087
|
+
display: flex;
|
|
15088
|
+
-webkit-box-align: center;
|
|
15089
|
+
-ms-flex-align: center;
|
|
15090
|
+
align-items: center;
|
|
15091
|
+
grid-gap: 8px;
|
|
15092
|
+
gap: 8px; }
|
|
15093
|
+
|
|
15094
|
+
.ads-error-dismiss {
|
|
15095
|
+
background: transparent;
|
|
15096
|
+
border: none;
|
|
15097
|
+
font-size: 18px;
|
|
15098
|
+
cursor: pointer;
|
|
15099
|
+
line-height: 1; }
|
|
15100
|
+
|
|
15101
|
+
.ads-summary-section {
|
|
15102
|
+
background-color: #fff;
|
|
15103
|
+
padding: 1rem 0;
|
|
15104
|
+
border-radius: 8px;
|
|
15105
|
+
margin-bottom: 1.5rem;
|
|
15106
|
+
-webkit-box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
|
|
15107
|
+
box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04); }
|
|
15108
|
+
|
|
15109
|
+
.ads-summary-header {
|
|
15110
|
+
padding: 0 1.5rem; }
|
|
15111
|
+
|
|
15112
|
+
.ads-summary-header, .ads-summary-header--compact {
|
|
15113
|
+
display: -webkit-box;
|
|
15114
|
+
display: -ms-flexbox;
|
|
15115
|
+
display: flex;
|
|
15116
|
+
-webkit-box-pack: justify;
|
|
15117
|
+
-ms-flex-pack: justify;
|
|
15118
|
+
justify-content: space-between;
|
|
15119
|
+
-webkit-box-align: center;
|
|
15120
|
+
-ms-flex-align: center;
|
|
15121
|
+
align-items: center;
|
|
15122
|
+
margin-bottom: .75rem; }
|
|
15123
|
+
|
|
15124
|
+
.ads-summary-heading {
|
|
15125
|
+
font-size: 1.25rem;
|
|
15126
|
+
color: #0d43a7;
|
|
15127
|
+
font-weight: 600;
|
|
15128
|
+
margin: 0; }
|
|
15129
|
+
|
|
15130
|
+
.ads-summary-edit {
|
|
15131
|
+
cursor: pointer;
|
|
15132
|
+
color: #2e86de;
|
|
15133
|
+
font-weight: 600;
|
|
15134
|
+
font-size: .9rem; }
|
|
15135
|
+
|
|
15136
|
+
.ads-summary-row {
|
|
15137
|
+
-webkit-box-pack: justify;
|
|
15138
|
+
-ms-flex-pack: justify;
|
|
15139
|
+
justify-content: space-between;
|
|
15140
|
+
border-bottom: 1px dashed #e9eef2;
|
|
15141
|
+
padding: .6rem 1.5rem; }
|
|
15142
|
+
|
|
15143
|
+
.ads-summary-row, .ads-summary-row-label {
|
|
15144
|
+
display: -webkit-box;
|
|
15145
|
+
display: -ms-flexbox;
|
|
15146
|
+
display: flex;
|
|
15147
|
+
-webkit-box-align: center;
|
|
15148
|
+
-ms-flex-align: center;
|
|
15149
|
+
align-items: center; }
|
|
15150
|
+
|
|
15151
|
+
.ads-summary-row-label {
|
|
15152
|
+
grid-gap: .5rem;
|
|
15153
|
+
gap: .5rem; }
|
|
15154
|
+
|
|
15155
|
+
.ads-summary-bold {
|
|
15156
|
+
font-weight: 500;
|
|
15157
|
+
color: #333; }
|
|
15158
|
+
|
|
15159
|
+
.ads-summary-row-value {
|
|
15160
|
+
text-align: right;
|
|
15161
|
+
min-width: 120px; }
|
|
15162
|
+
|
|
15163
|
+
.ads-summary-docs {
|
|
15164
|
+
display: -webkit-box;
|
|
15165
|
+
display: -ms-flexbox;
|
|
15166
|
+
display: flex;
|
|
15167
|
+
-ms-flex-wrap: wrap;
|
|
15168
|
+
flex-wrap: wrap;
|
|
15169
|
+
grid-gap: 1rem;
|
|
15170
|
+
gap: 1rem;
|
|
15171
|
+
margin-top: .5rem; }
|
|
15172
|
+
|
|
15173
|
+
.ads-summary-doc-card {
|
|
15174
|
+
-webkit-box-flex: 1;
|
|
15175
|
+
-ms-flex: 1 1 220px;
|
|
15176
|
+
flex: 1 1 220px;
|
|
15177
|
+
min-width: 180px;
|
|
15178
|
+
max-width: 260px;
|
|
15179
|
+
background-color: #fbfcfe;
|
|
15180
|
+
padding: .6rem;
|
|
15181
|
+
border: 1px solid #eef3f7;
|
|
15182
|
+
border-radius: 6px; }
|
|
15183
|
+
|
|
15184
|
+
.ads-summary-no-docs {
|
|
15185
|
+
padding: 0 1.5rem; }
|
|
15186
|
+
|
|
15187
|
+
.ads-applications-empty {
|
|
15188
|
+
margin-left: 16px;
|
|
15189
|
+
margin-top: 16px;
|
|
15190
|
+
color: #666; }
|
|
15191
|
+
|
|
15192
|
+
.ads-pagination-controls {
|
|
15193
|
+
display: -webkit-box;
|
|
15194
|
+
display: -ms-flexbox;
|
|
15195
|
+
display: flex;
|
|
15196
|
+
-webkit-box-pack: center;
|
|
15197
|
+
-ms-flex-pack: center;
|
|
15198
|
+
justify-content: center;
|
|
15199
|
+
-webkit-box-align: center;
|
|
15200
|
+
-ms-flex-align: center;
|
|
15201
|
+
align-items: center;
|
|
15202
|
+
grid-gap: 12px;
|
|
15203
|
+
gap: 12px;
|
|
15204
|
+
margin: 20px 0; }
|
|
15205
|
+
|
|
15206
|
+
.ads-pagination-btn {
|
|
15207
|
+
background-color: #2947a3;
|
|
15208
|
+
color: #fff;
|
|
15209
|
+
border: none;
|
|
15210
|
+
padding: 8px 12px;
|
|
15211
|
+
border-radius: 50%;
|
|
15212
|
+
font-size: 18px;
|
|
15213
|
+
cursor: pointer;
|
|
15214
|
+
-webkit-transition: background-color .2s ease;
|
|
15215
|
+
transition: background-color .2s ease; }
|
|
15216
|
+
|
|
15217
|
+
.ads-pagination-btn--disabled {
|
|
15218
|
+
background-color: #ccc;
|
|
15219
|
+
cursor: not-allowed; }
|
|
15220
|
+
|
|
15221
|
+
.ads-pagination-info {
|
|
15222
|
+
font-weight: 500;
|
|
15223
|
+
color: #333; }
|
|
15224
|
+
|
|
15225
|
+
.ads-new-booking {
|
|
15226
|
+
margin-left: 16px;
|
|
15227
|
+
margin-top: 16px; }
|
|
15228
|
+
|
|
15229
|
+
.ads-new-booking-btn {
|
|
15230
|
+
padding: 8px 12px;
|
|
15231
|
+
font-weight: 700;
|
|
15232
|
+
display: block;
|
|
15233
|
+
background: #2947a3;
|
|
15234
|
+
color: #fff;
|
|
15235
|
+
border: none;
|
|
15236
|
+
border-radius: 6px;
|
|
15237
|
+
cursor: pointer; }
|
|
15238
|
+
|
|
15239
|
+
.ads-registration-row {
|
|
15240
|
+
display: -webkit-box;
|
|
15241
|
+
display: -ms-flexbox;
|
|
15242
|
+
display: flex;
|
|
15243
|
+
-webkit-box-align: center;
|
|
15244
|
+
-ms-flex-align: center;
|
|
15245
|
+
align-items: center; }
|
|
15246
|
+
|
|
15247
|
+
.ads-registration-row--new {
|
|
15248
|
+
margin-left: 12px; }
|
|
15249
|
+
|
|
15250
|
+
.ads-registration-row--existing {
|
|
15251
|
+
margin-left: -4px; }
|
|
15252
|
+
|
|
15253
|
+
.ads-cart-table-cell--inbox {
|
|
15254
|
+
min-width: 240px; }
|
|
15255
|
+
|
|
15256
|
+
.ads-cart-table-cell--inbox, .ads-default-cell, .ads-inbox-cell {
|
|
15257
|
+
padding: 20px 18px;
|
|
15258
|
+
font-size: 16px; }
|
|
15259
|
+
|
|
15260
|
+
.ads-inbox-cell {
|
|
15261
|
+
min-width: 240px; }
|
|
15262
|
+
|
|
15263
|
+
.ads-btn-back {
|
|
15264
|
+
background: #fff;
|
|
15265
|
+
color: #2947a3;
|
|
15266
|
+
border: 1px solid #2947a3; }
|
|
15267
|
+
|
|
15268
|
+
.ads-heading-large {
|
|
15269
|
+
font-size: 28px;
|
|
15270
|
+
font-weight: 500;
|
|
15271
|
+
color: #1c1d1f; }
|
|
15272
|
+
|
|
15273
|
+
.ads-search-container {
|
|
15274
|
+
width: auto; }
|
|
15275
|
+
|
|
15276
|
+
.ads-search-container--inbox {
|
|
15277
|
+
margin-left: 24px; }
|
|
15278
|
+
|
|
15279
|
+
.ads-search-container--revert {
|
|
15280
|
+
margin-left: revert; }
|
|
15281
|
+
|
|
15282
|
+
.ads-search-error {
|
|
15283
|
+
font-weight: 700;
|
|
15284
|
+
color: #d4351c;
|
|
15285
|
+
padding-left: 8px;
|
|
15286
|
+
margin-top: -20px;
|
|
15287
|
+
font-size: 12px; }
|
|
15288
|
+
|
|
15289
|
+
.ads-search-inbox-clear {
|
|
15290
|
+
grid-column: 2/3;
|
|
15291
|
+
text-align: right;
|
|
15292
|
+
padding-top: 10px; }
|
|
15293
|
+
|
|
15294
|
+
.ads-search-submit-wrapper {
|
|
15295
|
+
max-width: unset;
|
|
15296
|
+
margin-left: unset; }
|
|
15297
|
+
|
|
14423
15298
|
.display-none {
|
|
14424
15299
|
display: none; }
|
|
14425
15300
|
|