-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquick-valuation-head.html
More file actions
220 lines (204 loc) · 6.83 KB
/
quick-valuation-head.html
File metadata and controls
220 lines (204 loc) · 6.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<style>
#valuationLoadingButton { display: none; }
#valuationResultDiv { display: none; }
#loadingValuationDiv { display: none; }
#itemBrandLabel{display: none;}
#itemCategoryLabel{display:none;}
#categoryPopUpHeader { display: none; }
#noValuationText { display: none; }
#clearButton { display: none; }
#howItWorksDiv { display: none; }
#brandClearButton { display: none; }
#categoryClearButton { display: none; }
#soldStatsDiv { display: none; }
#mainDivider { display: none; }
#refreshValuationButton { display: none; }
#headerLogo { display: none; }
#itemsSoldDiv { display: none; }
#soldItemList {
scrollbar-width: none;
-ms-overflow-style: none;
}
#soldItemList::-webkit-scrollbar {
display: none;
}
/*Info box*/
#valuationInfoBox { display: none; }
#darkOverlay { display: none; }
.form-field {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.select2.select2-container {
width: 100% !important;
}
.select2-selection__placeholder {
font-size: 24px;
color: #b9b9b9 !important;
}
.select2-container .select2-selection.select2-selection--single {
height: 55px;
padding: 12px 0px;
border: 0px;
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
padding: 0;
font-size: 24px;
color: #101010;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
border: 0px;
}
.select2-container--open .select2-dropdown {
position: fixed !important;
top: 0px !important;
width: 100% !important;
height: 100vh !important;
}
.select2-results {
visibility: hidden;
width: 90%;
margin: 0px auto;
}
.select2-results li:hover {
background-color: white;
color: #101010;
}
.select2-container--default .select2-results__option[role=group] {
border-bottom: 1px solid #dcdcdc;
}
.select2-container--default .select2-results .select2-results__group {
padding: 12px 0px;
display: flex;
font-weight: 500;
}
.select2-results__option ul {
display: none;
}
.select2-results__option.expanded-group ul {
margin-bottom: 10px;
margin-top: -5px;
display: block;
}
.select2-container .select2-dropdown .select2-results .select2-results__options[role=tree] {
max-height: unset;
height: 100vh;
padding-bottom: 120px;
}
.select2-container--default .select2-results .select2-results__option[role=treeitem] {
padding: 8px 0px;
}
.select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
background-color: white;
color: #101010;
}
.select2-container .select2-search--dropdown {
display: flex;
justify-content: center;
padding: 0px;
margin-top: -10px;
}
.select2-container .select2-dropdown input.select2-search__field {
font-size: 16px;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0px;
border-bottom: 1px solid #dcdcdc;
border-radius: 0px;
margin: 0px auto;
width: 90%;
padding-left: 29px;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
background-color: white;
background-size: 22px;
background-repeat: no-repeat;
background-position-y: center;
background-image: url("data:image/svg+xml;utf8,<svg width='55' height='55' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M37.3318 35.4461L47.6096 45.7239C48.1301 46.2444 48.1301 47.0886 47.6096 47.6096C47.0891 48.1301 46.2449 48.1301 45.7239 47.6096L35.446 37.3318C31.6853 40.6519 26.7441 42.6667 21.3328 42.6667C9.55095 42.6667 0 33.1157 0 21.3339C0 9.55209 9.55141 0 21.3339 0C33.1164 0 42.6678 9.55141 42.6678 21.3339C42.6678 26.7452 40.6531 31.6858 37.3329 35.4472L37.3318 35.4461ZM21.3339 40.0002C31.6434 40.0002 40.0004 31.6429 40.0004 21.3337C40.0004 11.0244 31.6432 2.66608 21.3339 2.66608C11.0247 2.66608 2.66631 11.0238 2.66631 21.3337C2.66631 31.6436 11.024 40.0002 21.3339 40.0002ZM21.3339 7.99985C22.0701 7.99985 22.6674 8.59673 22.6674 9.33335C22.6674 10.0695 22.0705 10.6668 21.3339 10.6668C15.4428 10.6668 10.6673 15.4423 10.6673 21.3335C10.6673 22.0696 10.0704 22.667 9.3338 22.667C8.59719 22.6665 8.0003 22.0696 8.0003 21.3335C8.0003 13.9695 13.97 7.99962 21.3341 7.99962L21.3339 7.99985Z' fill='black'/></svg>");
}
.select2-results__option.expanded-group .select2-results__group:after {
transform: rotate(180deg)
}
.select2-results__group:after {
width: 1.25rem;
height: 1.25rem;
display: inline-block;
margin-left: auto;
margin-right: 5px;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d9d9d9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
}
/*CSS for the autocomplete box for brands*/
.autocomplete-items {
position: absolute;
z-index: 99;
top: 100%;
left: 0;
right: 0;
max-height: 300px;
overflow: scroll;
border-bottom: 1px solid rgb(231, 231, 231);
border-top: 0px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
background-color: #fff;
}
.autocomplete-items div {
padding: 15px 0px;
width: 100%;
cursor: pointer;
transition: all 200ms ease;
border-top: 1px solid rgb(39, 39, 39);
}
/*
.autocomplete-items div:hover {
background-color: #000;
color: #fff;
}
*/
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
background-color: #fff !important;
color: #101010;
}
#cover-spin {
position: fixed;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(255,255,255,1);
z-index: 9999;
display: none;
}
</style>
<style>
.pills.collapsed {
height: 0px;
transition: height 0.2s ease-out;
}
.pills.unfolded {
height: 140px;
transition: height 0.2s ease-out;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.appear-animation {
animation: fadeInUp 0.4s ease;
}
</style>