WP Live Chat Support - Version 9.0.2

Version Description

  • 2020-07-17 =
  • Fix validation error texts.
  • Fix activation process after update from old version.
Download this release

Release Info

Developer wpdev3cx
Plugin Icon 128x128 WP Live Chat Support
Version 9.0.2
Comparing to
See all releases

Code changes from version 9.0.1 to 9.0.2

changelog.txt CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  = 9.0.1 - 2020-07-17 =
2
  * Fix warning about PHP constants for PHP versions older than 5.6
3
  * Changed default chat height to 50% from 70%
1
+ = 9.0.2 - 2020-07-17 =
2
+ * Fix validation error texts.
3
+ * Fix activation process after update from old version.
4
+
5
  = 9.0.1 - 2020-07-17 =
6
  * Fix warning about PHP constants for PHP versions older than 5.6
7
  * Changed default chat height to 50% from 70%
config.php CHANGED
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
9
 
10
  define('WPLC_MIN_WP_VERSION', "5.3");
11
  define('WPLC_MIN_PHP_VERSION', "5.4");
12
- define('WPLC_PLUGIN_VERSION', "9.0.1");
13
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
14
  define('WPLC_PLUGIN_URL', wplc_plugins_url( '/', __FILE__ ) );
15
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
9
 
10
  define('WPLC_MIN_WP_VERSION', "5.3");
11
  define('WPLC_MIN_PHP_VERSION', "5.4");
12
+ define('WPLC_PLUGIN_VERSION', "9.0.2");
13
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
14
  define('WPLC_PLUGIN_URL', wplc_plugins_url( '/', __FILE__ ) );
15
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
css/vendor/bootstrap/wplc_bootstrap_9_0_0.css DELETED
@@ -1,6252 +0,0 @@
1
- .bootstrap-wplc-content {
2
- /*!
3
- * Bootstrap v4.4.1 (https://getbootstrap.com/)
4
- * Copyright 2011-2019 The Bootstrap Authors
5
- * Copyright 2011-2019 Twitter, Inc.
6
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
- */
8
- /*# sourceMappingURL=bootstrap.min.css.map */ }
9
- .bootstrap-wplc-content :root {
10
- --blue: #007bff;
11
- --indigo: #6610f2;
12
- --purple: #6f42c1;
13
- --pink: #e83e8c;
14
- --red: #dc3545;
15
- --orange: #fd7e14;
16
- --yellow: #ffc107;
17
- --green: #28a745;
18
- --teal: #20c997;
19
- --cyan: #17a2b8;
20
- --white: #fff;
21
- --gray: #6c757d;
22
- --gray-dark: #343a40;
23
- --primary: #007bff;
24
- --secondary: #6c757d;
25
- --success: #28a745;
26
- --info: #17a2b8;
27
- --warning: #ffc107;
28
- --danger: #dc3545;
29
- --light: #f8f9fa;
30
- --dark: #343a40;
31
- --breakpoint-xs: 0;
32
- --breakpoint-sm: 576px;
33
- --breakpoint-md: 768px;
34
- --breakpoint-lg: 992px;
35
- --breakpoint-xl: 1200px;
36
- --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
37
- --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
38
- .bootstrap-wplc-content *, .bootstrap-wplc-content ::after, .bootstrap-wplc-content ::before {
39
- box-sizing: border-box; }
40
- .bootstrap-wplc-content html {
41
- font-family: sans-serif;
42
- line-height: 1.15;
43
- -webkit-text-size-adjust: 100%;
44
- -webkit-tap-highlight-color: transparent; }
45
- .bootstrap-wplc-content article, .bootstrap-wplc-content aside, .bootstrap-wplc-content figcaption, .bootstrap-wplc-content figure, .bootstrap-wplc-content footer, .bootstrap-wplc-content header, .bootstrap-wplc-content hgroup, .bootstrap-wplc-content main, .bootstrap-wplc-content nav, .bootstrap-wplc-content section {
46
- display: block; }
47
- .bootstrap-wplc-content body {
48
- margin: 0;
49
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
50
- font-size: 1rem;
51
- font-weight: 400;
52
- line-height: 1.5;
53
- color: #212529;
54
- text-align: left;
55
- background-color: #fff; }
56
- .bootstrap-wplc-content [tabindex="-1"]:focus:not(:focus-visible) {
57
- outline: 0 !important; }
58
- .bootstrap-wplc-content hr {
59
- box-sizing: content-box;
60
- height: 0;
61
- overflow: visible; }
62
- .bootstrap-wplc-content h1, .bootstrap-wplc-content h2, .bootstrap-wplc-content h3, .bootstrap-wplc-content h4, .bootstrap-wplc-content h5, .bootstrap-wplc-content h6 {
63
- margin-top: 0;
64
- margin-bottom: 0.5rem; }
65
- .bootstrap-wplc-content p {
66
- margin-top: 0;
67
- margin-bottom: 1rem; }
68
- .bootstrap-wplc-content abbr[data-original-title], .bootstrap-wplc-content abbr[title] {
69
- text-decoration: underline;
70
- -webkit-text-decoration: underline dotted;
71
- text-decoration: underline dotted;
72
- cursor: help;
73
- border-bottom: 0;
74
- -webkit-text-decoration-skip-ink: none;
75
- text-decoration-skip-ink: none; }
76
- .bootstrap-wplc-content address {
77
- margin-bottom: 1rem;
78
- font-style: normal;
79
- line-height: inherit; }
80
- .bootstrap-wplc-content dl, .bootstrap-wplc-content ol, .bootstrap-wplc-content ul {
81
- margin-top: 0;
82
- margin-bottom: 1rem; }
83
- .bootstrap-wplc-content ol ol, .bootstrap-wplc-content ol ul, .bootstrap-wplc-content ul ol, .bootstrap-wplc-content ul ul {
84
- margin-bottom: 0; }
85
- .bootstrap-wplc-content dt {
86
- font-weight: 700; }
87
- .bootstrap-wplc-content dd {
88
- margin-bottom: 0.5rem;
89
- margin-left: 0; }
90
- .bootstrap-wplc-content blockquote {
91
- margin: 0 0 1rem; }
92
- .bootstrap-wplc-content b, .bootstrap-wplc-content strong {
93
- font-weight: bolder; }
94
- .bootstrap-wplc-content small {
95
- font-size: 80%; }
96
- .bootstrap-wplc-content sub, .bootstrap-wplc-content sup {
97
- position: relative;
98
- font-size: 75%;
99
- line-height: 0;
100
- vertical-align: baseline; }
101
- .bootstrap-wplc-content sub {
102
- bottom: -0.25em; }
103
- .bootstrap-wplc-content sup {
104
- top: -0.5em; }
105
- .bootstrap-wplc-content a {
106
- color: #007bff;
107
- text-decoration: none;
108
- background-color: transparent; }
109
- .bootstrap-wplc-content a:hover {
110
- color: #0056b3;
111
- text-decoration: underline; }
112
- .bootstrap-wplc-content a:not([href]) {
113
- color: inherit;
114
- text-decoration: none; }
115
- .bootstrap-wplc-content a:not([href]):hover {
116
- color: inherit;
117
- text-decoration: none; }
118
- .bootstrap-wplc-content code, .bootstrap-wplc-content kbd, .bootstrap-wplc-content pre, .bootstrap-wplc-content samp {
119
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
120
- font-size: 1em; }
121
- .bootstrap-wplc-content pre {
122
- margin-top: 0;
123
- margin-bottom: 1rem;
124
- overflow: auto; }
125
- .bootstrap-wplc-content figure {
126
- margin: 0 0 1rem; }
127
- .bootstrap-wplc-content img {
128
- vertical-align: middle;
129
- border-style: none; }
130
- .bootstrap-wplc-content svg {
131
- overflow: hidden;
132
- vertical-align: middle; }
133
- .bootstrap-wplc-content table {
134
- border-collapse: collapse; }
135
- .bootstrap-wplc-content caption {
136
- padding-top: 0.75rem;
137
- padding-bottom: 0.75rem;
138
- color: #6c757d;
139
- text-align: left;
140
- caption-side: bottom; }
141
- .bootstrap-wplc-content th {
142
- text-align: inherit; }
143
- .bootstrap-wplc-content label {
144
- display: inline-block;
145
- margin-bottom: 0.5rem; }
146
- .bootstrap-wplc-content button {
147
- border-radius: 0; }
148
- .bootstrap-wplc-content button:focus {
149
- outline: 1px dotted;
150
- outline: 5px auto -webkit-focus-ring-color; }
151
- .bootstrap-wplc-content button, .bootstrap-wplc-content input, .bootstrap-wplc-content optgroup, .bootstrap-wplc-content select, .bootstrap-wplc-content textarea {
152
- margin: 0;
153
- font-family: inherit;
154
- font-size: inherit;
155
- line-height: inherit; }
156
- .bootstrap-wplc-content button, .bootstrap-wplc-content input {
157
- overflow: visible; }
158
- .bootstrap-wplc-content button, .bootstrap-wplc-content select {
159
- text-transform: none; }
160
- .bootstrap-wplc-content select {
161
- word-wrap: normal; }
162
- .bootstrap-wplc-content [type=button], .bootstrap-wplc-content [type=reset], .bootstrap-wplc-content [type=submit], .bootstrap-wplc-content button {
163
- -webkit-appearance: button; }
164
- .bootstrap-wplc-content [type=button]:not(:disabled), .bootstrap-wplc-content [type=reset]:not(:disabled), .bootstrap-wplc-content [type=submit]:not(:disabled), .bootstrap-wplc-content button:not(:disabled) {
165
- cursor: pointer; }
166
- .bootstrap-wplc-content [type=button]::-moz-focus-inner, .bootstrap-wplc-content [type=reset]::-moz-focus-inner, .bootstrap-wplc-content [type=submit]::-moz-focus-inner, .bootstrap-wplc-content button::-moz-focus-inner {
167
- padding: 0;
168
- border-style: none; }
169
- .bootstrap-wplc-content input[type=checkbox], .bootstrap-wplc-content input[type=radio] {
170
- box-sizing: border-box;
171
- padding: 0; }
172
- .bootstrap-wplc-content input[type=date], .bootstrap-wplc-content input[type=datetime-local], .bootstrap-wplc-content input[type=month], .bootstrap-wplc-content input[type=time] {
173
- -webkit-appearance: listbox; }
174
- .bootstrap-wplc-content textarea {
175
- overflow: auto;
176
- resize: vertical; }
177
- .bootstrap-wplc-content fieldset {
178
- min-width: 0;
179
- padding: 0;
180
- margin: 0;
181
- border: 0; }
182
- .bootstrap-wplc-content legend {
183
- display: block;
184
- width: 100%;
185
- max-width: 100%;
186
- padding: 0;
187
- margin-bottom: 0.5rem;
188
- font-size: 1.5rem;
189
- line-height: inherit;
190
- color: inherit;
191
- white-space: normal; }
192
- .bootstrap-wplc-content progress {
193
- vertical-align: baseline; }
194
- .bootstrap-wplc-content [type=number]::-webkit-inner-spin-button, .bootstrap-wplc-content [type=number]::-webkit-outer-spin-button {
195
- height: auto; }
196
- .bootstrap-wplc-content [type=search] {
197
- outline-offset: -2px;
198
- -webkit-appearance: none; }
199
- .bootstrap-wplc-content [type=search]::-webkit-search-decoration {
200
- -webkit-appearance: none; }
201
- .bootstrap-wplc-content ::-webkit-file-upload-button {
202
- font: inherit;
203
- -webkit-appearance: button; }
204
- .bootstrap-wplc-content output {
205
- display: inline-block; }
206
- .bootstrap-wplc-content summary {
207
- display: list-item;
208
- cursor: pointer; }
209
- .bootstrap-wplc-content template {
210
- display: none; }
211
- .bootstrap-wplc-content [hidden] {
212
- display: none !important; }
213
- .bootstrap-wplc-content .h1, .bootstrap-wplc-content .h2, .bootstrap-wplc-content .h3, .bootstrap-wplc-content .h4, .bootstrap-wplc-content .h5, .bootstrap-wplc-content .h6, .bootstrap-wplc-content h1, .bootstrap-wplc-content h2, .bootstrap-wplc-content h3, .bootstrap-wplc-content h4, .bootstrap-wplc-content h5, .bootstrap-wplc-content h6 {
214
- margin-bottom: 0.5rem;
215
- font-weight: 500;
216
- line-height: 1.2; }
217
- .bootstrap-wplc-content .h1, .bootstrap-wplc-content h1 {
218
- font-size: 2.5rem; }
219
- .bootstrap-wplc-content .h2, .bootstrap-wplc-content h2 {
220
- font-size: 2rem; }
221
- .bootstrap-wplc-content .h3, .bootstrap-wplc-content h3 {
222
- font-size: 1.75rem; }
223
- .bootstrap-wplc-content .h4, .bootstrap-wplc-content h4 {
224
- font-size: 1.5rem; }
225
- .bootstrap-wplc-content .h5, .bootstrap-wplc-content h5 {
226
- font-size: 1.25rem; }
227
- .bootstrap-wplc-content .h6, .bootstrap-wplc-content h6 {
228
- font-size: 1rem; }
229
- .bootstrap-wplc-content .lead {
230
- font-size: 1.25rem;
231
- font-weight: 300; }
232
- .bootstrap-wplc-content .display-1 {
233
- font-size: 6rem;
234
- font-weight: 300;
235
- line-height: 1.2; }
236
- .bootstrap-wplc-content .display-2 {
237
- font-size: 5.5rem;
238
- font-weight: 300;
239
- line-height: 1.2; }
240
- .bootstrap-wplc-content .display-3 {
241
- font-size: 4.5rem;
242
- font-weight: 300;
243
- line-height: 1.2; }
244
- .bootstrap-wplc-content .display-4 {
245
- font-size: 3.5rem;
246
- font-weight: 300;
247
- line-height: 1.2; }
248
- .bootstrap-wplc-content hr {
249
- margin-top: 1rem;
250
- margin-bottom: 1rem;
251
- border: 0;
252
- border-top: 1px solid rgba(0, 0, 0, 0.1); }
253
- .bootstrap-wplc-content .small, .bootstrap-wplc-content small {
254
- font-size: 80%;
255
- font-weight: 400; }
256
- .bootstrap-wplc-content .mark, .bootstrap-wplc-content mark {
257
- padding: 0.2em;
258
- background-color: #fcf8e3; }
259
- .bootstrap-wplc-content .list-unstyled {
260
- padding-left: 0;
261
- list-style: none; }
262
- .bootstrap-wplc-content .list-inline {
263
- padding-left: 0;
264
- list-style: none; }
265
- .bootstrap-wplc-content .list-inline-item {
266
- display: inline-block; }
267
- .bootstrap-wplc-content .list-inline-item:not(:last-child) {
268
- margin-right: 0.5rem; }
269
- .bootstrap-wplc-content .initialism {
270
- font-size: 90%;
271
- text-transform: uppercase; }
272
- .bootstrap-wplc-content .blockquote {
273
- margin-bottom: 1rem;
274
- font-size: 1.25rem; }
275
- .bootstrap-wplc-content .blockquote-footer {
276
- display: block;
277
- font-size: 80%;
278
- color: #6c757d; }
279
- .bootstrap-wplc-content .blockquote-footer::before {
280
- content: "\2014\00A0"; }
281
- .bootstrap-wplc-content .img-fluid {
282
- max-width: 100%;
283
- height: auto; }
284
- .bootstrap-wplc-content .img-thumbnail {
285
- padding: 0.25rem;
286
- background-color: #fff;
287
- border: 1px solid #dee2e6;
288
- border-radius: 0.25rem;
289
- max-width: 100%;
290
- height: auto; }
291
- .bootstrap-wplc-content .figure {
292
- display: inline-block; }
293
- .bootstrap-wplc-content .figure-img {
294
- margin-bottom: 0.5rem;
295
- line-height: 1; }
296
- .bootstrap-wplc-content .figure-caption {
297
- font-size: 90%;
298
- color: #6c757d; }
299
- .bootstrap-wplc-content code {
300
- font-size: 87.5%;
301
- color: #e83e8c;
302
- word-wrap: break-word; }
303
- .bootstrap-wplc-content a > code {
304
- color: inherit; }
305
- .bootstrap-wplc-content kbd {
306
- padding: 0.2rem 0.4rem;
307
- font-size: 87.5%;
308
- color: #fff;
309
- background-color: #212529;
310
- border-radius: 0.2rem; }
311
- .bootstrap-wplc-content kbd kbd {
312
- padding: 0;
313
- font-size: 100%;
314
- font-weight: 700; }
315
- .bootstrap-wplc-content pre {
316
- display: block;
317
- font-size: 87.5%;
318
- color: #212529; }
319
- .bootstrap-wplc-content pre code {
320
- font-size: inherit;
321
- color: inherit;
322
- word-break: normal; }
323
- .bootstrap-wplc-content .pre-scrollable {
324
- max-height: 340px;
325
- overflow-y: scroll; }
326
- .bootstrap-wplc-content .container {
327
- width: 100%;
328
- padding-right: 15px;
329
- padding-left: 15px;
330
- margin-right: auto;
331
- margin-left: auto; }
332
- @media (min-width: 576px) {
333
- .bootstrap-wplc-content .container {
334
- max-width: 540px; } }
335
- @media (min-width: 768px) {
336
- .bootstrap-wplc-content .container {
337
- max-width: 720px; } }
338
- @media (min-width: 992px) {
339
- .bootstrap-wplc-content .container {
340
- max-width: 960px; } }
341
- @media (min-width: 1200px) {
342
- .bootstrap-wplc-content .container {
343
- max-width: 1140px; } }
344
- .bootstrap-wplc-content .container-fluid, .bootstrap-wplc-content .container-lg, .bootstrap-wplc-content .container-md, .bootstrap-wplc-content .container-sm, .bootstrap-wplc-content .container-xl {
345
- width: 100%;
346
- padding-right: 15px;
347
- padding-left: 15px;
348
- margin-right: auto;
349
- margin-left: auto; }
350
- @media (min-width: 576px) {
351
- .bootstrap-wplc-content .container, .bootstrap-wplc-content .container-sm {
352
- max-width: 540px; } }
353
- @media (min-width: 768px) {
354
- .bootstrap-wplc-content .container, .bootstrap-wplc-content .container-md, .bootstrap-wplc-content .container-sm {
355
- max-width: 720px; } }
356
- @media (min-width: 992px) {
357
- .bootstrap-wplc-content .container, .bootstrap-wplc-content .container-lg, .bootstrap-wplc-content .container-md, .bootstrap-wplc-content .container-sm {
358
- max-width: 960px; } }
359
- @media (min-width: 1200px) {
360
- .bootstrap-wplc-content .container, .bootstrap-wplc-content .container-lg, .bootstrap-wplc-content .container-md, .bootstrap-wplc-content .container-sm, .bootstrap-wplc-content .container-xl {
361
- max-width: 1140px; } }
362
- .bootstrap-wplc-content .row {
363
- display: -ms-flexbox;
364
- display: flex;
365
- -ms-flex-wrap: wrap;
366
- flex-wrap: wrap;
367
- margin-right: -15px;
368
- margin-left: -15px; }
369
- .bootstrap-wplc-content .no-gutters {
370
- margin-right: 0;
371
- margin-left: 0; }
372
- .bootstrap-wplc-content .no-gutters > .col, .bootstrap-wplc-content .no-gutters > [class*=col-] {
373
- padding-right: 0;
374
- padding-left: 0; }
375
- .bootstrap-wplc-content .col, .bootstrap-wplc-content .col-1, .bootstrap-wplc-content .col-10, .bootstrap-wplc-content .col-11, .bootstrap-wplc-content .col-12, .bootstrap-wplc-content .col-2, .bootstrap-wplc-content .col-3, .bootstrap-wplc-content .col-4, .bootstrap-wplc-content .col-5, .bootstrap-wplc-content .col-6, .bootstrap-wplc-content .col-7, .bootstrap-wplc-content .col-8, .bootstrap-wplc-content .col-9, .bootstrap-wplc-content .col-auto, .bootstrap-wplc-content .col-lg, .bootstrap-wplc-content .col-lg-1, .bootstrap-wplc-content .col-lg-10, .bootstrap-wplc-content .col-lg-11, .bootstrap-wplc-content .col-lg-12, .bootstrap-wplc-content .col-lg-2, .bootstrap-wplc-content .col-lg-3, .bootstrap-wplc-content .col-lg-4, .bootstrap-wplc-content .col-lg-5, .bootstrap-wplc-content .col-lg-6, .bootstrap-wplc-content .col-lg-7, .bootstrap-wplc-content .col-lg-8, .bootstrap-wplc-content .col-lg-9, .bootstrap-wplc-content .col-lg-auto, .bootstrap-wplc-content .col-md, .bootstrap-wplc-content .col-md-1, .bootstrap-wplc-content .col-md-10, .bootstrap-wplc-content .col-md-11, .bootstrap-wplc-content .col-md-12, .bootstrap-wplc-content .col-md-2, .bootstrap-wplc-content .col-md-3, .bootstrap-wplc-content .col-md-4, .bootstrap-wplc-content .col-md-5, .bootstrap-wplc-content .col-md-6, .bootstrap-wplc-content .col-md-7, .bootstrap-wplc-content .col-md-8, .bootstrap-wplc-content .col-md-9, .bootstrap-wplc-content .col-md-auto, .bootstrap-wplc-content .col-sm, .bootstrap-wplc-content .col-sm-1, .bootstrap-wplc-content .col-sm-10, .bootstrap-wplc-content .col-sm-11, .bootstrap-wplc-content .col-sm-12, .bootstrap-wplc-content .col-sm-2, .bootstrap-wplc-content .col-sm-3, .bootstrap-wplc-content .col-sm-4, .bootstrap-wplc-content .col-sm-5, .bootstrap-wplc-content .col-sm-6, .bootstrap-wplc-content .col-sm-7, .bootstrap-wplc-content .col-sm-8, .bootstrap-wplc-content .col-sm-9, .bootstrap-wplc-content .col-sm-auto, .bootstrap-wplc-content .col-xl, .bootstrap-wplc-content .col-xl-1, .bootstrap-wplc-content .col-xl-10, .bootstrap-wplc-content .col-xl-11, .bootstrap-wplc-content .col-xl-12, .bootstrap-wplc-content .col-xl-2, .bootstrap-wplc-content .col-xl-3, .bootstrap-wplc-content .col-xl-4, .bootstrap-wplc-content .col-xl-5, .bootstrap-wplc-content .col-xl-6, .bootstrap-wplc-content .col-xl-7, .bootstrap-wplc-content .col-xl-8, .bootstrap-wplc-content .col-xl-9, .bootstrap-wplc-content .col-xl-auto {
376
- position: relative;
377
- width: 100%;
378
- padding-right: 15px;
379
- padding-left: 15px; }
380
- .bootstrap-wplc-content .col {
381
- -ms-flex-preferred-size: 0;
382
- flex-basis: 0;
383
- -ms-flex-positive: 1;
384
- flex-grow: 1;
385
- max-width: 100%; }
386
- .bootstrap-wplc-content .row-cols-1 > * {
387
- -ms-flex: 0 0 100%;
388
- flex: 0 0 100%;
389
- max-width: 100%; }
390
- .bootstrap-wplc-content .row-cols-2 > * {
391
- -ms-flex: 0 0 50%;
392
- flex: 0 0 50%;
393
- max-width: 50%; }
394
- .bootstrap-wplc-content .row-cols-3 > * {
395
- -ms-flex: 0 0 33.333333%;
396
- flex: 0 0 33.333333%;
397
- max-width: 33.333333%; }
398
- .bootstrap-wplc-content .row-cols-4 > * {
399
- -ms-flex: 0 0 25%;
400
- flex: 0 0 25%;
401
- max-width: 25%; }
402
- .bootstrap-wplc-content .row-cols-5 > * {
403
- -ms-flex: 0 0 20%;
404
- flex: 0 0 20%;
405
- max-width: 20%; }
406
- .bootstrap-wplc-content .row-cols-6 > * {
407
- -ms-flex: 0 0 16.666667%;
408
- flex: 0 0 16.666667%;
409
- max-width: 16.666667%; }
410
- .bootstrap-wplc-content .col-auto {
411
- -ms-flex: 0 0 auto;
412
- flex: 0 0 auto;
413
- width: auto;
414
- max-width: 100%; }
415
- .bootstrap-wplc-content .col-1 {
416
- -ms-flex: 0 0 8.333333%;
417
- flex: 0 0 8.333333%;
418
- max-width: 8.333333%; }
419
- .bootstrap-wplc-content .col-2 {
420
- -ms-flex: 0 0 16.666667%;
421
- flex: 0 0 16.666667%;
422
- max-width: 16.666667%; }
423
- .bootstrap-wplc-content .col-3 {
424
- -ms-flex: 0 0 25%;
425
- flex: 0 0 25%;
426
- max-width: 25%; }
427
- .bootstrap-wplc-content .col-4 {
428
- -ms-flex: 0 0 33.333333%;
429
- flex: 0 0 33.333333%;
430
- max-width: 33.333333%; }
431
- .bootstrap-wplc-content .col-5 {
432
- -ms-flex: 0 0 41.666667%;
433
- flex: 0 0 41.666667%;
434
- max-width: 41.666667%; }
435
- .bootstrap-wplc-content .col-6 {
436
- -ms-flex: 0 0 50%;
437
- flex: 0 0 50%;
438
- max-width: 50%; }
439
- .bootstrap-wplc-content .col-7 {
440
- -ms-flex: 0 0 58.333333%;
441
- flex: 0 0 58.333333%;
442
- max-width: 58.333333%; }
443
- .bootstrap-wplc-content .col-8 {
444
- -ms-flex: 0 0 66.666667%;
445
- flex: 0 0 66.666667%;
446
- max-width: 66.666667%; }
447
- .bootstrap-wplc-content .col-9 {
448
- -ms-flex: 0 0 75%;
449
- flex: 0 0 75%;
450
- max-width: 75%; }
451
- .bootstrap-wplc-content .col-10 {
452
- -ms-flex: 0 0 83.333333%;
453
- flex: 0 0 83.333333%;
454
- max-width: 83.333333%; }
455
- .bootstrap-wplc-content .col-11 {
456
- -ms-flex: 0 0 91.666667%;
457
- flex: 0 0 91.666667%;
458
- max-width: 91.666667%; }
459
- .bootstrap-wplc-content .col-12 {
460
- -ms-flex: 0 0 100%;
461
- flex: 0 0 100%;
462
- max-width: 100%; }
463
- .bootstrap-wplc-content .order-first {
464
- -ms-flex-order: -1;
465
- order: -1; }
466
- .bootstrap-wplc-content .order-last {
467
- -ms-flex-order: 13;
468
- order: 13; }
469
- .bootstrap-wplc-content .order-0 {
470
- -ms-flex-order: 0;
471
- order: 0; }
472
- .bootstrap-wplc-content .order-1 {
473
- -ms-flex-order: 1;
474
- order: 1; }
475
- .bootstrap-wplc-content .order-2 {
476
- -ms-flex-order: 2;
477
- order: 2; }
478
- .bootstrap-wplc-content .order-3 {
479
- -ms-flex-order: 3;
480
- order: 3; }
481
- .bootstrap-wplc-content .order-4 {
482
- -ms-flex-order: 4;
483
- order: 4; }
484
- .bootstrap-wplc-content .order-5 {
485
- -ms-flex-order: 5;
486
- order: 5; }
487
- .bootstrap-wplc-content .order-6 {
488
- -ms-flex-order: 6;
489
- order: 6; }
490
- .bootstrap-wplc-content .order-7 {
491
- -ms-flex-order: 7;
492
- order: 7; }
493
- .bootstrap-wplc-content .order-8 {
494
- -ms-flex-order: 8;
495
- order: 8; }
496
- .bootstrap-wplc-content .order-9 {
497
- -ms-flex-order: 9;
498
- order: 9; }
499
- .bootstrap-wplc-content .order-10 {
500
- -ms-flex-order: 10;
501
- order: 10; }
502
- .bootstrap-wplc-content .order-11 {
503
- -ms-flex-order: 11;
504
- order: 11; }
505
- .bootstrap-wplc-content .order-12 {
506
- -ms-flex-order: 12;
507
- order: 12; }
508
- .bootstrap-wplc-content .offset-1 {
509
- margin-left: 8.333333%; }
510
- .bootstrap-wplc-content .offset-2 {
511
- margin-left: 16.666667%; }
512
- .bootstrap-wplc-content .offset-3 {
513
- margin-left: 25%; }
514
- .bootstrap-wplc-content .offset-4 {
515
- margin-left: 33.333333%; }
516
- .bootstrap-wplc-content .offset-5 {
517
- margin-left: 41.666667%; }
518
- .bootstrap-wplc-content .offset-6 {
519
- margin-left: 50%; }
520
- .bootstrap-wplc-content .offset-7 {
521
- margin-left: 58.333333%; }
522
- .bootstrap-wplc-content .offset-8 {
523
- margin-left: 66.666667%; }
524
- .bootstrap-wplc-content .offset-9 {
525
- margin-left: 75%; }
526
- .bootstrap-wplc-content .offset-10 {
527
- margin-left: 83.333333%; }
528
- .bootstrap-wplc-content .offset-11 {
529
- margin-left: 91.666667%; }
530
- @media (min-width: 576px) {
531
- .bootstrap-wplc-content .col-sm {
532
- -ms-flex-preferred-size: 0;
533
- flex-basis: 0;
534
- -ms-flex-positive: 1;
535
- flex-grow: 1;
536
- max-width: 100%; }
537
- .bootstrap-wplc-content .row-cols-sm-1 > * {
538
- -ms-flex: 0 0 100%;
539
- flex: 0 0 100%;
540
- max-width: 100%; }
541
- .bootstrap-wplc-content .row-cols-sm-2 > * {
542
- -ms-flex: 0 0 50%;
543
- flex: 0 0 50%;
544
- max-width: 50%; }
545
- .bootstrap-wplc-content .row-cols-sm-3 > * {
546
- -ms-flex: 0 0 33.333333%;
547
- flex: 0 0 33.333333%;
548
- max-width: 33.333333%; }
549
- .bootstrap-wplc-content .row-cols-sm-4 > * {
550
- -ms-flex: 0 0 25%;
551
- flex: 0 0 25%;
552
- max-width: 25%; }
553
- .bootstrap-wplc-content .row-cols-sm-5 > * {
554
- -ms-flex: 0 0 20%;
555
- flex: 0 0 20%;
556
- max-width: 20%; }
557
- .bootstrap-wplc-content .row-cols-sm-6 > * {
558
- -ms-flex: 0 0 16.666667%;
559
- flex: 0 0 16.666667%;
560
- max-width: 16.666667%; }
561
- .bootstrap-wplc-content .col-sm-auto {
562
- -ms-flex: 0 0 auto;
563
- flex: 0 0 auto;
564
- width: auto;
565
- max-width: 100%; }
566
- .bootstrap-wplc-content .col-sm-1 {
567
- -ms-flex: 0 0 8.333333%;
568
- flex: 0 0 8.333333%;
569
- max-width: 8.333333%; }
570
- .bootstrap-wplc-content .col-sm-2 {
571
- -ms-flex: 0 0 16.666667%;
572
- flex: 0 0 16.666667%;
573
- max-width: 16.666667%; }
574
- .bootstrap-wplc-content .col-sm-3 {
575
- -ms-flex: 0 0 25%;
576
- flex: 0 0 25%;
577
- max-width: 25%; }
578
- .bootstrap-wplc-content .col-sm-4 {
579
- -ms-flex: 0 0 33.333333%;
580
- flex: 0 0 33.333333%;
581
- max-width: 33.333333%; }
582
- .bootstrap-wplc-content .col-sm-5 {
583
- -ms-flex: 0 0 41.666667%;
584
- flex: 0 0 41.666667%;
585
- max-width: 41.666667%; }
586
- .bootstrap-wplc-content .col-sm-6 {
587
- -ms-flex: 0 0 50%;
588
- flex: 0 0 50%;
589
- max-width: 50%; }
590
- .bootstrap-wplc-content .col-sm-7 {
591
- -ms-flex: 0 0 58.333333%;
592
- flex: 0 0 58.333333%;
593
- max-width: 58.333333%; }
594
- .bootstrap-wplc-content .col-sm-8 {
595
- -ms-flex: 0 0 66.666667%;
596
- flex: 0 0 66.666667%;
597
- max-width: 66.666667%; }
598
- .bootstrap-wplc-content .col-sm-9 {
599
- -ms-flex: 0 0 75%;
600
- flex: 0 0 75%;
601
- max-width: 75%; }
602
- .bootstrap-wplc-content .col-sm-10 {
603
- -ms-flex: 0 0 83.333333%;
604
- flex: 0 0 83.333333%;
605
- max-width: 83.333333%; }
606
- .bootstrap-wplc-content .col-sm-11 {
607
- -ms-flex: 0 0 91.666667%;
608
- flex: 0 0 91.666667%;
609
- max-width: 91.666667%; }
610
- .bootstrap-wplc-content .col-sm-12 {
611
- -ms-flex: 0 0 100%;
612
- flex: 0 0 100%;
613
- max-width: 100%; }
614
- .bootstrap-wplc-content .order-sm-first {
615
- -ms-flex-order: -1;
616
- order: -1; }
617
- .bootstrap-wplc-content .order-sm-last {
618
- -ms-flex-order: 13;
619
- order: 13; }
620
- .bootstrap-wplc-content .order-sm-0 {
621
- -ms-flex-order: 0;
622
- order: 0; }
623
- .bootstrap-wplc-content .order-sm-1 {
624
- -ms-flex-order: 1;
625
- order: 1; }
626
- .bootstrap-wplc-content .order-sm-2 {
627
- -ms-flex-order: 2;
628
- order: 2; }
629
- .bootstrap-wplc-content .order-sm-3 {
630
- -ms-flex-order: 3;
631
- order: 3; }
632
- .bootstrap-wplc-content .order-sm-4 {
633
- -ms-flex-order: 4;
634
- order: 4; }
635
- .bootstrap-wplc-content .order-sm-5 {
636
- -ms-flex-order: 5;
637
- order: 5; }
638
- .bootstrap-wplc-content .order-sm-6 {
639
- -ms-flex-order: 6;
640
- order: 6; }
641
- .bootstrap-wplc-content .order-sm-7 {
642
- -ms-flex-order: 7;
643
- order: 7; }
644
- .bootstrap-wplc-content .order-sm-8 {
645
- -ms-flex-order: 8;
646
- order: 8; }
647
- .bootstrap-wplc-content .order-sm-9 {
648
- -ms-flex-order: 9;
649
- order: 9; }
650
- .bootstrap-wplc-content .order-sm-10 {
651
- -ms-flex-order: 10;
652
- order: 10; }
653
- .bootstrap-wplc-content .order-sm-11 {
654
- -ms-flex-order: 11;
655
- order: 11; }
656
- .bootstrap-wplc-content .order-sm-12 {
657
- -ms-flex-order: 12;
658
- order: 12; }
659
- .bootstrap-wplc-content .offset-sm-0 {
660
- margin-left: 0; }
661
- .bootstrap-wplc-content .offset-sm-1 {
662
- margin-left: 8.333333%; }
663
- .bootstrap-wplc-content .offset-sm-2 {
664
- margin-left: 16.666667%; }
665
- .bootstrap-wplc-content .offset-sm-3 {
666
- margin-left: 25%; }
667
- .bootstrap-wplc-content .offset-sm-4 {
668
- margin-left: 33.333333%; }
669
- .bootstrap-wplc-content .offset-sm-5 {
670
- margin-left: 41.666667%; }
671
- .bootstrap-wplc-content .offset-sm-6 {
672
- margin-left: 50%; }
673
- .bootstrap-wplc-content .offset-sm-7 {
674
- margin-left: 58.333333%; }
675
- .bootstrap-wplc-content .offset-sm-8 {
676
- margin-left: 66.666667%; }
677
- .bootstrap-wplc-content .offset-sm-9 {
678
- margin-left: 75%; }
679
- .bootstrap-wplc-content .offset-sm-10 {
680
- margin-left: 83.333333%; }
681
- .bootstrap-wplc-content .offset-sm-11 {
682
- margin-left: 91.666667%; } }
683
- @media (min-width: 768px) {
684
- .bootstrap-wplc-content .col-md {
685
- -ms-flex-preferred-size: 0;
686
- flex-basis: 0;
687
- -ms-flex-positive: 1;
688
- flex-grow: 1;
689
- max-width: 100%; }
690
- .bootstrap-wplc-content .row-cols-md-1 > * {
691
- -ms-flex: 0 0 100%;
692
- flex: 0 0 100%;
693
- max-width: 100%; }
694
- .bootstrap-wplc-content .row-cols-md-2 > * {
695
- -ms-flex: 0 0 50%;
696
- flex: 0 0 50%;
697
- max-width: 50%; }
698
- .bootstrap-wplc-content .row-cols-md-3 > * {
699
- -ms-flex: 0 0 33.333333%;
700
- flex: 0 0 33.333333%;
701
- max-width: 33.333333%; }
702
- .bootstrap-wplc-content .row-cols-md-4 > * {
703
- -ms-flex: 0 0 25%;
704
- flex: 0 0 25%;
705
- max-width: 25%; }
706
- .bootstrap-wplc-content .row-cols-md-5 > * {
707
- -ms-flex: 0 0 20%;
708
- flex: 0 0 20%;
709
- max-width: 20%; }
710
- .bootstrap-wplc-content .row-cols-md-6 > * {
711
- -ms-flex: 0 0 16.666667%;
712
- flex: 0 0 16.666667%;
713
- max-width: 16.666667%; }
714
- .bootstrap-wplc-content .col-md-auto {
715
- -ms-flex: 0 0 auto;
716
- flex: 0 0 auto;
717
- width: auto;
718
- max-width: 100%; }
719
- .bootstrap-wplc-content .col-md-1 {
720
- -ms-flex: 0 0 8.333333%;
721
- flex: 0 0 8.333333%;
722
- max-width: 8.333333%; }
723
- .bootstrap-wplc-content .col-md-2 {
724
- -ms-flex: 0 0 16.666667%;
725
- flex: 0 0 16.666667%;
726
- max-width: 16.666667%; }
727
- .bootstrap-wplc-content .col-md-3 {
728
- -ms-flex: 0 0 25%;
729
- flex: 0 0 25%;
730
- max-width: 25%; }
731
- .bootstrap-wplc-content .col-md-4 {
732
- -ms-flex: 0 0 33.333333%;
733
- flex: 0 0 33.333333%;
734
- max-width: 33.333333%; }
735
- .bootstrap-wplc-content .col-md-5 {
736
- -ms-flex: 0 0 41.666667%;
737
- flex: 0 0 41.666667%;
738
- max-width: 41.666667%; }
739
- .bootstrap-wplc-content .col-md-6 {
740
- -ms-flex: 0 0 50%;
741
- flex: 0 0 50%;
742
- max-width: 50%; }
743
- .bootstrap-wplc-content .col-md-7 {
744
- -ms-flex: 0 0 58.333333%;
745
- flex: 0 0 58.333333%;
746
- max-width: 58.333333%; }
747
- .bootstrap-wplc-content .col-md-8 {
748
- -ms-flex: 0 0 66.666667%;
749
- flex: 0 0 66.666667%;
750
- max-width: 66.666667%; }
751
- .bootstrap-wplc-content .col-md-9 {
752
- -ms-flex: 0 0 75%;
753
- flex: 0 0 75%;
754
- max-width: 75%; }
755
- .bootstrap-wplc-content .col-md-10 {
756
- -ms-flex: 0 0 83.333333%;
757
- flex: 0 0 83.333333%;
758
- max-width: 83.333333%; }
759
- .bootstrap-wplc-content .col-md-11 {
760
- -ms-flex: 0 0 91.666667%;
761
- flex: 0 0 91.666667%;
762
- max-width: 91.666667%; }
763
- .bootstrap-wplc-content .col-md-12 {
764
- -ms-flex: 0 0 100%;
765
- flex: 0 0 100%;
766
- max-width: 100%; }
767
- .bootstrap-wplc-content .order-md-first {
768
- -ms-flex-order: -1;
769
- order: -1; }
770
- .bootstrap-wplc-content .order-md-last {
771
- -ms-flex-order: 13;
772
- order: 13; }
773
- .bootstrap-wplc-content .order-md-0 {
774
- -ms-flex-order: 0;
775
- order: 0; }
776
- .bootstrap-wplc-content .order-md-1 {
777
- -ms-flex-order: 1;
778
- order: 1; }
779
- .bootstrap-wplc-content .order-md-2 {
780
- -ms-flex-order: 2;
781
- order: 2; }
782
- .bootstrap-wplc-content .order-md-3 {
783
- -ms-flex-order: 3;
784
- order: 3; }
785
- .bootstrap-wplc-content .order-md-4 {
786
- -ms-flex-order: 4;
787
- order: 4; }
788
- .bootstrap-wplc-content .order-md-5 {
789
- -ms-flex-order: 5;
790
- order: 5; }
791
- .bootstrap-wplc-content .order-md-6 {
792
- -ms-flex-order: 6;
793
- order: 6; }
794
- .bootstrap-wplc-content .order-md-7 {
795
- -ms-flex-order: 7;
796
- order: 7; }
797
- .bootstrap-wplc-content .order-md-8 {
798
- -ms-flex-order: 8;
799
- order: 8; }
800
- .bootstrap-wplc-content .order-md-9 {
801
- -ms-flex-order: 9;
802
- order: 9; }
803
- .bootstrap-wplc-content .order-md-10 {
804
- -ms-flex-order: 10;
805
- order: 10; }
806
- .bootstrap-wplc-content .order-md-11 {
807
- -ms-flex-order: 11;
808
- order: 11; }
809
- .bootstrap-wplc-content .order-md-12 {
810
- -ms-flex-order: 12;
811
- order: 12; }
812
- .bootstrap-wplc-content .offset-md-0 {
813
- margin-left: 0; }
814
- .bootstrap-wplc-content .offset-md-1 {
815
- margin-left: 8.333333%; }
816
- .bootstrap-wplc-content .offset-md-2 {
817
- margin-left: 16.666667%; }
818
- .bootstrap-wplc-content .offset-md-3 {
819
- margin-left: 25%; }
820
- .bootstrap-wplc-content .offset-md-4 {
821
- margin-left: 33.333333%; }
822
- .bootstrap-wplc-content .offset-md-5 {
823
- margin-left: 41.666667%; }
824
- .bootstrap-wplc-content .offset-md-6 {
825
- margin-left: 50%; }
826
- .bootstrap-wplc-content .offset-md-7 {
827
- margin-left: 58.333333%; }
828
- .bootstrap-wplc-content .offset-md-8 {
829
- margin-left: 66.666667%; }
830
- .bootstrap-wplc-content .offset-md-9 {
831
- margin-left: 75%; }
832
- .bootstrap-wplc-content .offset-md-10 {
833
- margin-left: 83.333333%; }
834
- .bootstrap-wplc-content .offset-md-11 {
835
- margin-left: 91.666667%; } }
836
- @media (min-width: 992px) {
837
- .bootstrap-wplc-content .col-lg {
838
- -ms-flex-preferred-size: 0;
839
- flex-basis: 0;
840
- -ms-flex-positive: 1;
841
- flex-grow: 1;
842
- max-width: 100%; }
843
- .bootstrap-wplc-content .row-cols-lg-1 > * {
844
- -ms-flex: 0 0 100%;
845
- flex: 0 0 100%;
846
- max-width: 100%; }
847
- .bootstrap-wplc-content .row-cols-lg-2 > * {
848
- -ms-flex: 0 0 50%;
849
- flex: 0 0 50%;
850
- max-width: 50%; }
851
- .bootstrap-wplc-content .row-cols-lg-3 > * {
852
- -ms-flex: 0 0 33.333333%;
853
- flex: 0 0 33.333333%;
854
- max-width: 33.333333%; }
855
- .bootstrap-wplc-content .row-cols-lg-4 > * {
856
- -ms-flex: 0 0 25%;
857
- flex: 0 0 25%;
858
- max-width: 25%; }
859
- .bootstrap-wplc-content .row-cols-lg-5 > * {
860
- -ms-flex: 0 0 20%;
861
- flex: 0 0 20%;
862
- max-width: 20%; }
863
- .bootstrap-wplc-content .row-cols-lg-6 > * {
864
- -ms-flex: 0 0 16.666667%;
865
- flex: 0 0 16.666667%;
866
- max-width: 16.666667%; }
867
- .bootstrap-wplc-content .col-lg-auto {
868
- -ms-flex: 0 0 auto;
869
- flex: 0 0 auto;
870
- width: auto;
871
- max-width: 100%; }
872
- .bootstrap-wplc-content .col-lg-1 {
873
- -ms-flex: 0 0 8.333333%;
874
- flex: 0 0 8.333333%;
875
- max-width: 8.333333%; }
876
- .bootstrap-wplc-content .col-lg-2 {
877
- -ms-flex: 0 0 16.666667%;
878
- flex: 0 0 16.666667%;
879
- max-width: 16.666667%; }
880
- .bootstrap-wplc-content .col-lg-3 {
881
- -ms-flex: 0 0 25%;
882
- flex: 0 0 25%;
883
- max-width: 25%; }
884
- .bootstrap-wplc-content .col-lg-4 {
885
- -ms-flex: 0 0 33.333333%;
886
- flex: 0 0 33.333333%;
887
- max-width: 33.333333%; }
888
- .bootstrap-wplc-content .col-lg-5 {
889
- -ms-flex: 0 0 41.666667%;
890
- flex: 0 0 41.666667%;
891
- max-width: 41.666667%; }
892
- .bootstrap-wplc-content .col-lg-6 {
893
- -ms-flex: 0 0 50%;
894
- flex: 0 0 50%;
895
- max-width: 50%; }
896
- .bootstrap-wplc-content .col-lg-7 {
897
- -ms-flex: 0 0 58.333333%;
898
- flex: 0 0 58.333333%;
899
- max-width: 58.333333%; }
900
- .bootstrap-wplc-content .col-lg-8 {
901
- -ms-flex: 0 0 66.666667%;
902
- flex: 0 0 66.666667%;
903
- max-width: 66.666667%; }
904
- .bootstrap-wplc-content .col-lg-9 {
905
- -ms-flex: 0 0 75%;
906
- flex: 0 0 75%;
907
- max-width: 75%; }
908
- .bootstrap-wplc-content .col-lg-10 {
909
- -ms-flex: 0 0 83.333333%;
910
- flex: 0 0 83.333333%;
911
- max-width: 83.333333%; }
912
- .bootstrap-wplc-content .col-lg-11 {
913
- -ms-flex: 0 0 91.666667%;
914
- flex: 0 0 91.666667%;
915
- max-width: 91.666667%; }
916
- .bootstrap-wplc-content .col-lg-12 {
917
- -ms-flex: 0 0 100%;
918
- flex: 0 0 100%;
919
- max-width: 100%; }
920
- .bootstrap-wplc-content .order-lg-first {
921
- -ms-flex-order: -1;
922
- order: -1; }
923
- .bootstrap-wplc-content .order-lg-last {
924
- -ms-flex-order: 13;
925
- order: 13; }
926
- .bootstrap-wplc-content .order-lg-0 {
927
- -ms-flex-order: 0;
928
- order: 0; }
929
- .bootstrap-wplc-content .order-lg-1 {
930
- -ms-flex-order: 1;
931
- order: 1; }
932
- .bootstrap-wplc-content .order-lg-2 {
933
- -ms-flex-order: 2;
934
- order: 2; }
935
- .bootstrap-wplc-content .order-lg-3 {
936
- -ms-flex-order: 3;
937
- order: 3; }
938
- .bootstrap-wplc-content .order-lg-4 {
939
- -ms-flex-order: 4;
940
- order: 4; }
941
- .bootstrap-wplc-content .order-lg-5 {
942
- -ms-flex-order: 5;
943
- order: 5; }
944
- .bootstrap-wplc-content .order-lg-6 {
945
- -ms-flex-order: 6;
946
- order: 6; }
947
- .bootstrap-wplc-content .order-lg-7 {
948
- -ms-flex-order: 7;
949
- order: 7; }
950
- .bootstrap-wplc-content .order-lg-8 {
951
- -ms-flex-order: 8;
952
- order: 8; }
953
- .bootstrap-wplc-content .order-lg-9 {
954
- -ms-flex-order: 9;
955
- order: 9; }
956
- .bootstrap-wplc-content .order-lg-10 {
957
- -ms-flex-order: 10;
958
- order: 10; }
959
- .bootstrap-wplc-content .order-lg-11 {
960
- -ms-flex-order: 11;
961
- order: 11; }
962
- .bootstrap-wplc-content .order-lg-12 {
963
- -ms-flex-order: 12;
964
- order: 12; }
965
- .bootstrap-wplc-content .offset-lg-0 {
966
- margin-left: 0; }
967
- .bootstrap-wplc-content .offset-lg-1 {
968
- margin-left: 8.333333%; }
969
- .bootstrap-wplc-content .offset-lg-2 {
970
- margin-left: 16.666667%; }
971
- .bootstrap-wplc-content .offset-lg-3 {
972
- margin-left: 25%; }
973
- .bootstrap-wplc-content .offset-lg-4 {
974
- margin-left: 33.333333%; }
975
- .bootstrap-wplc-content .offset-lg-5 {
976
- margin-left: 41.666667%; }
977
- .bootstrap-wplc-content .offset-lg-6 {
978
- margin-left: 50%; }
979
- .bootstrap-wplc-content .offset-lg-7 {
980
- margin-left: 58.333333%; }
981
- .bootstrap-wplc-content .offset-lg-8 {
982
- margin-left: 66.666667%; }
983
- .bootstrap-wplc-content .offset-lg-9 {
984
- margin-left: 75%; }
985
- .bootstrap-wplc-content .offset-lg-10 {
986
- margin-left: 83.333333%; }
987
- .bootstrap-wplc-content .offset-lg-11 {
988
- margin-left: 91.666667%; } }
989
- @media (min-width: 1200px) {
990
- .bootstrap-wplc-content .col-xl {
991
- -ms-flex-preferred-size: 0;
992
- flex-basis: 0;
993
- -ms-flex-positive: 1;
994
- flex-grow: 1;
995
- max-width: 100%; }
996
- .bootstrap-wplc-content .row-cols-xl-1 > * {
997
- -ms-flex: 0 0 100%;
998
- flex: 0 0 100%;
999
- max-width: 100%; }
1000
- .bootstrap-wplc-content .row-cols-xl-2 > * {
1001
- -ms-flex: 0 0 50%;
1002
- flex: 0 0 50%;
1003
- max-width: 50%; }
1004
- .bootstrap-wplc-content .row-cols-xl-3 > * {
1005
- -ms-flex: 0 0 33.333333%;
1006
- flex: 0 0 33.333333%;
1007
- max-width: 33.333333%; }
1008
- .bootstrap-wplc-content .row-cols-xl-4 > * {
1009
- -ms-flex: 0 0 25%;
1010
- flex: 0 0 25%;
1011
- max-width: 25%; }
1012
- .bootstrap-wplc-content .row-cols-xl-5 > * {
1013
- -ms-flex: 0 0 20%;
1014
- flex: 0 0 20%;
1015
- max-width: 20%; }
1016
- .bootstrap-wplc-content .row-cols-xl-6 > * {
1017
- -ms-flex: 0 0 16.666667%;
1018
- flex: 0 0 16.666667%;
1019
- max-width: 16.666667%; }
1020
- .bootstrap-wplc-content .col-xl-auto {
1021
- -ms-flex: 0 0 auto;
1022
- flex: 0 0 auto;
1023
- width: auto;
1024
- max-width: 100%; }
1025
- .bootstrap-wplc-content .col-xl-1 {
1026
- -ms-flex: 0 0 8.333333%;
1027
- flex: 0 0 8.333333%;
1028
- max-width: 8.333333%; }
1029
- .bootstrap-wplc-content .col-xl-2 {
1030
- -ms-flex: 0 0 16.666667%;
1031
- flex: 0 0 16.666667%;
1032
- max-width: 16.666667%; }
1033
- .bootstrap-wplc-content .col-xl-3 {
1034
- -ms-flex: 0 0 25%;
1035
- flex: 0 0 25%;
1036
- max-width: 25%; }
1037
- .bootstrap-wplc-content .col-xl-4 {
1038
- -ms-flex: 0 0 33.333333%;
1039
- flex: 0 0 33.333333%;
1040
- max-width: 33.333333%; }
1041
- .bootstrap-wplc-content .col-xl-5 {
1042
- -ms-flex: 0 0 41.666667%;
1043
- flex: 0 0 41.666667%;
1044
- max-width: 41.666667%; }
1045
- .bootstrap-wplc-content .col-xl-6 {
1046
- -ms-flex: 0 0 50%;
1047
- flex: 0 0 50%;
1048
- max-width: 50%; }
1049
- .bootstrap-wplc-content .col-xl-7 {
1050
- -ms-flex: 0 0 58.333333%;
1051
- flex: 0 0 58.333333%;
1052
- max-width: 58.333333%; }
1053
- .bootstrap-wplc-content .col-xl-8 {
1054
- -ms-flex: 0 0 66.666667%;
1055
- flex: 0 0 66.666667%;
1056
- max-width: 66.666667%; }
1057
- .bootstrap-wplc-content .col-xl-9 {
1058
- -ms-flex: 0 0 75%;
1059
- flex: 0 0 75%;
1060
- max-width: 75%; }
1061
- .bootstrap-wplc-content .col-xl-10 {
1062
- -ms-flex: 0 0 83.333333%;
1063
- flex: 0 0 83.333333%;
1064
- max-width: 83.333333%; }
1065
- .bootstrap-wplc-content .col-xl-11 {
1066
- -ms-flex: 0 0 91.666667%;
1067
- flex: 0 0 91.666667%;
1068
- max-width: 91.666667%; }
1069
- .bootstrap-wplc-content .col-xl-12 {
1070
- -ms-flex: 0 0 100%;
1071
- flex: 0 0 100%;
1072
- max-width: 100%; }
1073
- .bootstrap-wplc-content .order-xl-first {
1074
- -ms-flex-order: -1;
1075
- order: -1; }
1076
- .bootstrap-wplc-content .order-xl-last {
1077
- -ms-flex-order: 13;
1078
- order: 13; }
1079
- .bootstrap-wplc-content .order-xl-0 {
1080
- -ms-flex-order: 0;
1081
- order: 0; }
1082
- .bootstrap-wplc-content .order-xl-1 {
1083
- -ms-flex-order: 1;
1084
- order: 1; }
1085
- .bootstrap-wplc-content .order-xl-2 {
1086
- -ms-flex-order: 2;
1087
- order: 2; }
1088
- .bootstrap-wplc-content .order-xl-3 {
1089
- -ms-flex-order: 3;
1090
- order: 3; }
1091
- .bootstrap-wplc-content .order-xl-4 {
1092
- -ms-flex-order: 4;
1093
- order: 4; }
1094
- .bootstrap-wplc-content .order-xl-5 {
1095
- -ms-flex-order: 5;
1096
- order: 5; }
1097
- .bootstrap-wplc-content .order-xl-6 {
1098
- -ms-flex-order: 6;
1099
- order: 6; }
1100
- .bootstrap-wplc-content .order-xl-7 {
1101
- -ms-flex-order: 7;
1102
- order: 7; }
1103
- .bootstrap-wplc-content .order-xl-8 {
1104
- -ms-flex-order: 8;
1105
- order: 8; }
1106
- .bootstrap-wplc-content .order-xl-9 {
1107
- -ms-flex-order: 9;
1108
- order: 9; }
1109
- .bootstrap-wplc-content .order-xl-10 {
1110
- -ms-flex-order: 10;
1111
- order: 10; }
1112
- .bootstrap-wplc-content .order-xl-11 {
1113
- -ms-flex-order: 11;
1114
- order: 11; }
1115
- .bootstrap-wplc-content .order-xl-12 {
1116
- -ms-flex-order: 12;
1117
- order: 12; }
1118
- .bootstrap-wplc-content .offset-xl-0 {
1119
- margin-left: 0; }
1120
- .bootstrap-wplc-content .offset-xl-1 {
1121
- margin-left: 8.333333%; }
1122
- .bootstrap-wplc-content .offset-xl-2 {
1123
- margin-left: 16.666667%; }
1124
- .bootstrap-wplc-content .offset-xl-3 {
1125
- margin-left: 25%; }
1126
- .bootstrap-wplc-content .offset-xl-4 {
1127
- margin-left: 33.333333%; }
1128
- .bootstrap-wplc-content .offset-xl-5 {
1129
- margin-left: 41.666667%; }
1130
- .bootstrap-wplc-content .offset-xl-6 {
1131
- margin-left: 50%; }
1132
- .bootstrap-wplc-content .offset-xl-7 {
1133
- margin-left: 58.333333%; }
1134
- .bootstrap-wplc-content .offset-xl-8 {
1135
- margin-left: 66.666667%; }
1136
- .bootstrap-wplc-content .offset-xl-9 {
1137
- margin-left: 75%; }
1138
- .bootstrap-wplc-content .offset-xl-10 {
1139
- margin-left: 83.333333%; }
1140
- .bootstrap-wplc-content .offset-xl-11 {
1141
- margin-left: 91.666667%; } }
1142
- .bootstrap-wplc-content .table {
1143
- width: 100%;
1144
- margin-bottom: 1rem;
1145
- color: #212529; }
1146
- .bootstrap-wplc-content .table td, .bootstrap-wplc-content .table th {
1147
- padding: 0.75rem;
1148
- vertical-align: top;
1149
- border-top: 1px solid #dee2e6; }
1150
- .bootstrap-wplc-content .table thead th {
1151
- vertical-align: bottom;
1152
- border-bottom: 2px solid #dee2e6; }
1153
- .bootstrap-wplc-content .table tbody + tbody {
1154
- border-top: 2px solid #dee2e6; }
1155
- .bootstrap-wplc-content .table-sm td, .bootstrap-wplc-content .table-sm th {
1156
- padding: 0.3rem; }
1157
- .bootstrap-wplc-content .table-bordered {
1158
- border: 1px solid #dee2e6; }
1159
- .bootstrap-wplc-content .table-bordered td, .bootstrap-wplc-content .table-bordered th {
1160
- border: 1px solid #dee2e6; }
1161
- .bootstrap-wplc-content .table-bordered thead td, .bootstrap-wplc-content .table-bordered thead th {
1162
- border-bottom-width: 2px; }
1163
- .bootstrap-wplc-content .table-borderless tbody + tbody, .bootstrap-wplc-content .table-borderless td, .bootstrap-wplc-content .table-borderless th, .bootstrap-wplc-content .table-borderless thead th {
1164
- border: 0; }
1165
- .bootstrap-wplc-content .table-striped tbody tr:nth-of-type(odd) {
1166
- background-color: rgba(0, 0, 0, 0.05); }
1167
- .bootstrap-wplc-content .table-hover tbody tr:hover {
1168
- color: #212529;
1169
- background-color: rgba(0, 0, 0, 0.075); }
1170
- .bootstrap-wplc-content .table-primary, .bootstrap-wplc-content .table-primary > td, .bootstrap-wplc-content .table-primary > th {
1171
- background-color: #b8daff; }
1172
- .bootstrap-wplc-content .table-primary tbody + tbody, .bootstrap-wplc-content .table-primary td, .bootstrap-wplc-content .table-primary th, .bootstrap-wplc-content .table-primary thead th {
1173
- border-color: #7abaff; }
1174
- .bootstrap-wplc-content .table-hover .table-primary:hover {
1175
- background-color: #9fcdff; }
1176
- .bootstrap-wplc-content .table-hover .table-primary:hover > td, .bootstrap-wplc-content .table-hover .table-primary:hover > th {
1177
- background-color: #9fcdff; }
1178
- .bootstrap-wplc-content .table-secondary, .bootstrap-wplc-content .table-secondary > td, .bootstrap-wplc-content .table-secondary > th {
1179
- background-color: #d6d8db; }
1180
- .bootstrap-wplc-content .table-secondary tbody + tbody, .bootstrap-wplc-content .table-secondary td, .bootstrap-wplc-content .table-secondary th, .bootstrap-wplc-content .table-secondary thead th {
1181
- border-color: #b3b7bb; }
1182
- .bootstrap-wplc-content .table-hover .table-secondary:hover {
1183
- background-color: #c8cbcf; }
1184
- .bootstrap-wplc-content .table-hover .table-secondary:hover > td, .bootstrap-wplc-content .table-hover .table-secondary:hover > th {
1185
- background-color: #c8cbcf; }
1186
- .bootstrap-wplc-content .table-success, .bootstrap-wplc-content .table-success > td, .bootstrap-wplc-content .table-success > th {
1187
- background-color: #c3e6cb; }
1188
- .bootstrap-wplc-content .table-success tbody + tbody, .bootstrap-wplc-content .table-success td, .bootstrap-wplc-content .table-success th, .bootstrap-wplc-content .table-success thead th {
1189
- border-color: #8fd19e; }
1190
- .bootstrap-wplc-content .table-hover .table-success:hover {
1191
- background-color: #b1dfbb; }
1192
- .bootstrap-wplc-content .table-hover .table-success:hover > td, .bootstrap-wplc-content .table-hover .table-success:hover > th {
1193
- background-color: #b1dfbb; }
1194
- .bootstrap-wplc-content .table-info, .bootstrap-wplc-content .table-info > td, .bootstrap-wplc-content .table-info > th {
1195
- background-color: #bee5eb; }
1196
- .bootstrap-wplc-content .table-info tbody + tbody, .bootstrap-wplc-content .table-info td, .bootstrap-wplc-content .table-info th, .bootstrap-wplc-content .table-info thead th {
1197
- border-color: #86cfda; }
1198
- .bootstrap-wplc-content .table-hover .table-info:hover {
1199
- background-color: #abdde5; }
1200
- .bootstrap-wplc-content .table-hover .table-info:hover > td, .bootstrap-wplc-content .table-hover .table-info:hover > th {
1201
- background-color: #abdde5; }
1202
- .bootstrap-wplc-content .table-warning, .bootstrap-wplc-content .table-warning > td, .bootstrap-wplc-content .table-warning > th {
1203
- background-color: #ffeeba; }
1204
- .bootstrap-wplc-content .table-warning tbody + tbody, .bootstrap-wplc-content .table-warning td, .bootstrap-wplc-content .table-warning th, .bootstrap-wplc-content .table-warning thead th {
1205
- border-color: #ffdf7e; }
1206
- .bootstrap-wplc-content .table-hover .table-warning:hover {
1207
- background-color: #ffe8a1; }
1208
- .bootstrap-wplc-content .table-hover .table-warning:hover > td, .bootstrap-wplc-content .table-hover .table-warning:hover > th {
1209
- background-color: #ffe8a1; }
1210
- .bootstrap-wplc-content .table-danger, .bootstrap-wplc-content .table-danger > td, .bootstrap-wplc-content .table-danger > th {
1211
- background-color: #f5c6cb; }
1212
- .bootstrap-wplc-content .table-danger tbody + tbody, .bootstrap-wplc-content .table-danger td, .bootstrap-wplc-content .table-danger th, .bootstrap-wplc-content .table-danger thead th {
1213
- border-color: #ed969e; }
1214
- .bootstrap-wplc-content .table-hover .table-danger:hover {
1215
- background-color: #f1b0b7; }
1216
- .bootstrap-wplc-content .table-hover .table-danger:hover > td, .bootstrap-wplc-content .table-hover .table-danger:hover > th {
1217
- background-color: #f1b0b7; }
1218
- .bootstrap-wplc-content .table-light, .bootstrap-wplc-content .table-light > td, .bootstrap-wplc-content .table-light > th {
1219
- background-color: #fdfdfe; }
1220
- .bootstrap-wplc-content .table-light tbody + tbody, .bootstrap-wplc-content .table-light td, .bootstrap-wplc-content .table-light th, .bootstrap-wplc-content .table-light thead th {
1221
- border-color: #fbfcfc; }
1222
- .bootstrap-wplc-content .table-hover .table-light:hover {
1223
- background-color: #ececf6; }
1224
- .bootstrap-wplc-content .table-hover .table-light:hover > td, .bootstrap-wplc-content .table-hover .table-light:hover > th {
1225
- background-color: #ececf6; }
1226
- .bootstrap-wplc-content .table-dark, .bootstrap-wplc-content .table-dark > td, .bootstrap-wplc-content .table-dark > th {
1227
- background-color: #c6c8ca; }
1228
- .bootstrap-wplc-content .table-dark tbody + tbody, .bootstrap-wplc-content .table-dark td, .bootstrap-wplc-content .table-dark th, .bootstrap-wplc-content .table-dark thead th {
1229
- border-color: #95999c; }
1230
- .bootstrap-wplc-content .table-hover .table-dark:hover {
1231
- background-color: #b9bbbe; }
1232
- .bootstrap-wplc-content .table-hover .table-dark:hover > td, .bootstrap-wplc-content .table-hover .table-dark:hover > th {
1233
- background-color: #b9bbbe; }
1234
- .bootstrap-wplc-content .table-active, .bootstrap-wplc-content .table-active > td, .bootstrap-wplc-content .table-active > th {
1235
- background-color: rgba(0, 0, 0, 0.075); }
1236
- .bootstrap-wplc-content .table-hover .table-active:hover {
1237
- background-color: rgba(0, 0, 0, 0.075); }
1238
- .bootstrap-wplc-content .table-hover .table-active:hover > td, .bootstrap-wplc-content .table-hover .table-active:hover > th {
1239
- background-color: rgba(0, 0, 0, 0.075); }
1240
- .bootstrap-wplc-content .table .thead-dark th {
1241
- color: #fff;
1242
- background-color: #343a40;
1243
- border-color: #454d55; }
1244
- .bootstrap-wplc-content .table .thead-light th {
1245
- color: #495057;
1246
- background-color: #e9ecef;
1247
- border-color: #dee2e6; }
1248
- .bootstrap-wplc-content .table-dark {
1249
- color: #fff;
1250
- background-color: #343a40; }
1251
- .bootstrap-wplc-content .table-dark td, .bootstrap-wplc-content .table-dark th, .bootstrap-wplc-content .table-dark thead th {
1252
- border-color: #454d55; }
1253
- .bootstrap-wplc-content .table-dark.table-bordered {
1254
- border: 0; }
1255
- .bootstrap-wplc-content .table-dark.table-striped tbody tr:nth-of-type(odd) {
1256
- background-color: rgba(255, 255, 255, 0.05); }
1257
- .bootstrap-wplc-content .table-dark.table-hover tbody tr:hover {
1258
- color: #fff;
1259
- background-color: rgba(255, 255, 255, 0.075); }
1260
- @media (max-width: 575.98px) {
1261
- .bootstrap-wplc-content .table-responsive-sm {
1262
- display: block;
1263
- width: 100%;
1264
- overflow-x: auto;
1265
- -webkit-overflow-scrolling: touch; }
1266
- .bootstrap-wplc-content .table-responsive-sm > .table-bordered {
1267
- border: 0; } }
1268
- @media (max-width: 767.98px) {
1269
- .bootstrap-wplc-content .table-responsive-md {
1270
- display: block;
1271
- width: 100%;
1272
- overflow-x: auto;
1273
- -webkit-overflow-scrolling: touch; }
1274
- .bootstrap-wplc-content .table-responsive-md > .table-bordered {
1275
- border: 0; } }
1276
- @media (max-width: 991.98px) {
1277
- .bootstrap-wplc-content .table-responsive-lg {
1278
- display: block;
1279
- width: 100%;
1280
- overflow-x: auto;
1281
- -webkit-overflow-scrolling: touch; }
1282
- .bootstrap-wplc-content .table-responsive-lg > .table-bordered {
1283
- border: 0; } }
1284
- @media (max-width: 1199.98px) {
1285
- .bootstrap-wplc-content .table-responsive-xl {
1286
- display: block;
1287
- width: 100%;
1288
- overflow-x: auto;
1289
- -webkit-overflow-scrolling: touch; }
1290
- .bootstrap-wplc-content .table-responsive-xl > .table-bordered {
1291
- border: 0; } }
1292
- .bootstrap-wplc-content .table-responsive {
1293
- display: block;
1294
- width: 100%;
1295
- overflow-x: auto;
1296
- -webkit-overflow-scrolling: touch; }
1297
- .bootstrap-wplc-content .table-responsive > .table-bordered {
1298
- border: 0; }
1299
- .bootstrap-wplc-content .form-control {
1300
- display: block;
1301
- width: 100%;
1302
- height: calc(1.5em + .75rem + 2px);
1303
- padding: 0.375rem 0.75rem;
1304
- font-size: 1rem;
1305
- font-weight: 400;
1306
- line-height: 1.5;
1307
- color: #495057;
1308
- background-color: #fff;
1309
- background-clip: padding-box;
1310
- border: 1px solid #ced4da;
1311
- border-radius: 0.25rem;
1312
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
1313
- @media (prefers-reduced-motion: reduce) {
1314
- .bootstrap-wplc-content .form-control {
1315
- transition: none; } }
1316
- .bootstrap-wplc-content .form-control::-ms-expand {
1317
- background-color: transparent;
1318
- border: 0; }
1319
- .bootstrap-wplc-content .form-control:-moz-focusring {
1320
- color: transparent;
1321
- text-shadow: 0 0 0 #495057; }
1322
- .bootstrap-wplc-content .form-control:focus {
1323
- color: #495057;
1324
- background-color: #fff;
1325
- border-color: #80bdff;
1326
- outline: 0;
1327
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
1328
- .bootstrap-wplc-content .form-control::-webkit-input-placeholder {
1329
- color: #6c757d;
1330
- opacity: 1; }
1331
- .bootstrap-wplc-content .form-control::-moz-placeholder {
1332
- color: #6c757d;
1333
- opacity: 1; }
1334
- .bootstrap-wplc-content .form-control:-ms-input-placeholder {
1335
- color: #6c757d;
1336
- opacity: 1; }
1337
- .bootstrap-wplc-content .form-control::-ms-input-placeholder {
1338
- color: #6c757d;
1339
- opacity: 1; }
1340
- .bootstrap-wplc-content .form-control::placeholder {
1341
- color: #6c757d;
1342
- opacity: 1; }
1343
- .bootstrap-wplc-content .form-control:disabled, .bootstrap-wplc-content .form-control[readonly] {
1344
- background-color: #e9ecef;
1345
- opacity: 1; }
1346
- .bootstrap-wplc-content select.form-control:focus::-ms-value {
1347
- color: #495057;
1348
- background-color: #fff; }
1349
- .bootstrap-wplc-content .form-control-file, .bootstrap-wplc-content .form-control-range {
1350
- display: block;
1351
- width: 100%; }
1352
- .bootstrap-wplc-content .col-form-label {
1353
- padding-top: calc(.375rem + 1px);
1354
- padding-bottom: calc(.375rem + 1px);
1355
- margin-bottom: 0;
1356
- font-size: inherit;
1357
- line-height: 1.5; }
1358
- .bootstrap-wplc-content .col-form-label-lg {
1359
- padding-top: calc(.5rem + 1px);
1360
- padding-bottom: calc(.5rem + 1px);
1361
- font-size: 1.25rem;
1362
- line-height: 1.5; }
1363
- .bootstrap-wplc-content .col-form-label-sm {
1364
- padding-top: calc(.25rem + 1px);
1365
- padding-bottom: calc(.25rem + 1px);
1366
- font-size: 0.875rem;
1367
- line-height: 1.5; }
1368
- .bootstrap-wplc-content .form-control-plaintext {
1369
- display: block;
1370
- width: 100%;
1371
- padding: 0.375rem 0;
1372
- margin-bottom: 0;
1373
- font-size: 1rem;
1374
- line-height: 1.5;
1375
- color: #212529;
1376
- background-color: transparent;
1377
- border: solid transparent;
1378
- border-width: 1px 0; }
1379
- .bootstrap-wplc-content .form-control-plaintext.form-control-lg, .bootstrap-wplc-content .form-control-plaintext.form-control-sm {
1380
- padding-right: 0;
1381
- padding-left: 0; }
1382
- .bootstrap-wplc-content .form-control-sm {
1383
- height: calc(1.5em + .5rem + 2px);
1384
- padding: 0.25rem 0.5rem;
1385
- font-size: 0.875rem;
1386
- line-height: 1.5;
1387
- border-radius: 0.2rem; }
1388
- .bootstrap-wplc-content .form-control-lg {
1389
- height: calc(1.5em + 1rem + 2px);
1390
- padding: 0.5rem 1rem;
1391
- font-size: 1.25rem;
1392
- line-height: 1.5;
1393
- border-radius: 0.3rem; }
1394
- .bootstrap-wplc-content select.form-control[multiple], .bootstrap-wplc-content select.form-control[size] {
1395
- height: auto; }
1396
- .bootstrap-wplc-content textarea.form-control {
1397
- height: auto; }
1398
- .bootstrap-wplc-content .form-group {
1399
- margin-bottom: 1rem; }
1400
- .bootstrap-wplc-content .form-text {
1401
- display: block;
1402
- margin-top: 0.25rem; }
1403
- .bootstrap-wplc-content .form-row {
1404
- display: -ms-flexbox;
1405
- display: flex;
1406
- -ms-flex-wrap: wrap;
1407
- flex-wrap: wrap;
1408
- margin-right: -5px;
1409
- margin-left: -5px; }
1410
- .bootstrap-wplc-content .form-row > .col, .bootstrap-wplc-content .form-row > [class*=col-] {
1411
- padding-right: 5px;
1412
- padding-left: 5px; }
1413
- .bootstrap-wplc-content .form-check {
1414
- position: relative;
1415
- display: block;
1416
- padding-left: 1.25rem; }
1417
- .bootstrap-wplc-content .form-check-input {
1418
- position: absolute;
1419
- margin-top: 0.3rem;
1420
- margin-left: -1.25rem; }
1421
- .bootstrap-wplc-content .form-check-input:disabled ~ .form-check-label, .bootstrap-wplc-content .form-check-input[disabled] ~ .form-check-label {
1422
- color: #6c757d; }
1423
- .bootstrap-wplc-content .form-check-label {
1424
- margin-bottom: 0; }
1425
- .bootstrap-wplc-content .form-check-inline {
1426
- display: -ms-inline-flexbox;
1427
- display: inline-flex;
1428
- -ms-flex-align: center;
1429
- align-items: center;
1430
- padding-left: 0;
1431
- margin-right: 0.75rem; }
1432
- .bootstrap-wplc-content .form-check-inline .form-check-input {
1433
- position: static;
1434
- margin-top: 0;
1435
- margin-right: 0.3125rem;
1436
- margin-left: 0; }
1437
- .bootstrap-wplc-content .valid-feedback {
1438
- display: none;
1439
- width: 100%;
1440
- margin-top: 0.25rem;
1441
- font-size: 80%;
1442
- color: #28a745; }
1443
- .bootstrap-wplc-content .valid-tooltip {
1444
- position: absolute;
1445
- top: 100%;
1446
- z-index: 5;
1447
- display: none;
1448
- max-width: 100%;
1449
- padding: 0.25rem 0.5rem;
1450
- margin-top: 0.1rem;
1451
- font-size: 0.875rem;
1452
- line-height: 1.5;
1453
- color: #fff;
1454
- background-color: rgba(40, 167, 69, 0.9);
1455
- border-radius: 0.25rem; }
1456
- .bootstrap-wplc-content .is-valid ~ .valid-feedback, .bootstrap-wplc-content .is-valid ~ .valid-tooltip, .bootstrap-wplc-content .was-validated :valid ~ .valid-feedback, .bootstrap-wplc-content .was-validated :valid ~ .valid-tooltip {
1457
- display: block; }
1458
- .bootstrap-wplc-content .form-control.is-valid, .bootstrap-wplc-content .was-validated .form-control:valid {
1459
- border-color: #28a745;
1460
- padding-right: calc(1.5em + .75rem);
1461
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
1462
- background-repeat: no-repeat;
1463
- background-position: right calc(.375em + .1875rem) center;
1464
- background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
1465
- .bootstrap-wplc-content .form-control.is-valid:focus, .bootstrap-wplc-content .was-validated .form-control:valid:focus {
1466
- border-color: #28a745;
1467
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
1468
- .bootstrap-wplc-content .was-validated textarea.form-control:valid, .bootstrap-wplc-content textarea.form-control.is-valid {
1469
- padding-right: calc(1.5em + .75rem);
1470
- background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }
1471
- .bootstrap-wplc-content .custom-select.is-valid, .bootstrap-wplc-content .was-validated .custom-select:valid {
1472
- border-color: #28a745;
1473
- padding-right: calc(.75em + 2.3125rem);
1474
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }
1475
- .bootstrap-wplc-content .custom-select.is-valid:focus, .bootstrap-wplc-content .was-validated .custom-select:valid:focus {
1476
- border-color: #28a745;
1477
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
1478
- .bootstrap-wplc-content .form-check-input.is-valid ~ .form-check-label, .bootstrap-wplc-content .was-validated .form-check-input:valid ~ .form-check-label {
1479
- color: #28a745; }
1480
- .bootstrap-wplc-content .form-check-input.is-valid ~ .valid-feedback, .bootstrap-wplc-content .form-check-input.is-valid ~ .valid-tooltip, .bootstrap-wplc-content .was-validated .form-check-input:valid ~ .valid-feedback, .bootstrap-wplc-content .was-validated .form-check-input:valid ~ .valid-tooltip {
1481
- display: block; }
1482
- .bootstrap-wplc-content .custom-control-input.is-valid ~ .custom-control-label, .bootstrap-wplc-content .was-validated .custom-control-input:valid ~ .custom-control-label {
1483
- color: #28a745; }
1484
- .bootstrap-wplc-content .custom-control-input.is-valid ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:valid ~ .custom-control-label::before {
1485
- border-color: #28a745; }
1486
- .bootstrap-wplc-content .custom-control-input.is-valid:checked ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
1487
- border-color: #34ce57;
1488
- background-color: #34ce57; }
1489
- .bootstrap-wplc-content .custom-control-input.is-valid:focus ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
1490
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
1491
- .bootstrap-wplc-content .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
1492
- border-color: #28a745; }
1493
- .bootstrap-wplc-content .custom-file-input.is-valid ~ .custom-file-label, .bootstrap-wplc-content .was-validated .custom-file-input:valid ~ .custom-file-label {
1494
- border-color: #28a745; }
1495
- .bootstrap-wplc-content .custom-file-input.is-valid:focus ~ .custom-file-label, .bootstrap-wplc-content .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
1496
- border-color: #28a745;
1497
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
1498
- .bootstrap-wplc-content .invalid-feedback {
1499
- display: none;
1500
- width: 100%;
1501
- margin-top: 0.25rem;
1502
- font-size: 80%;
1503
- color: #dc3545; }
1504
- .bootstrap-wplc-content .invalid-tooltip {
1505
- position: absolute;
1506
- top: 100%;
1507
- z-index: 5;
1508
- display: none;
1509
- max-width: 100%;
1510
- padding: 0.25rem 0.5rem;
1511
- margin-top: 0.1rem;
1512
- font-size: 0.875rem;
1513
- line-height: 1.5;
1514
- color: #fff;
1515
- background-color: rgba(220, 53, 69, 0.9);
1516
- border-radius: 0.25rem; }
1517
- .bootstrap-wplc-content .is-invalid ~ .invalid-feedback, .bootstrap-wplc-content .is-invalid ~ .invalid-tooltip, .bootstrap-wplc-content .was-validated :invalid ~ .invalid-feedback, .bootstrap-wplc-content .was-validated :invalid ~ .invalid-tooltip {
1518
- display: block; }
1519
- .bootstrap-wplc-content .form-control.is-invalid, .bootstrap-wplc-content .was-validated .form-control:invalid {
1520
- border-color: #dc3545;
1521
- padding-right: calc(1.5em + .75rem);
1522
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
1523
- background-repeat: no-repeat;
1524
- background-position: right calc(.375em + .1875rem) center;
1525
- background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
1526
- .bootstrap-wplc-content .form-control.is-invalid:focus, .bootstrap-wplc-content .was-validated .form-control:invalid:focus {
1527
- border-color: #dc3545;
1528
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
1529
- .bootstrap-wplc-content .was-validated textarea.form-control:invalid, .bootstrap-wplc-content textarea.form-control.is-invalid {
1530
- padding-right: calc(1.5em + .75rem);
1531
- background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }
1532
- .bootstrap-wplc-content .custom-select.is-invalid, .bootstrap-wplc-content .was-validated .custom-select:invalid {
1533
- border-color: #dc3545;
1534
- padding-right: calc(.75em + 2.3125rem);
1535
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }
1536
- .bootstrap-wplc-content .custom-select.is-invalid:focus, .bootstrap-wplc-content .was-validated .custom-select:invalid:focus {
1537
- border-color: #dc3545;
1538
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
1539
- .bootstrap-wplc-content .form-check-input.is-invalid ~ .form-check-label, .bootstrap-wplc-content .was-validated .form-check-input:invalid ~ .form-check-label {
1540
- color: #dc3545; }
1541
- .bootstrap-wplc-content .form-check-input.is-invalid ~ .invalid-feedback, .bootstrap-wplc-content .form-check-input.is-invalid ~ .invalid-tooltip, .bootstrap-wplc-content .was-validated .form-check-input:invalid ~ .invalid-feedback, .bootstrap-wplc-content .was-validated .form-check-input:invalid ~ .invalid-tooltip {
1542
- display: block; }
1543
- .bootstrap-wplc-content .custom-control-input.is-invalid ~ .custom-control-label, .bootstrap-wplc-content .was-validated .custom-control-input:invalid ~ .custom-control-label {
1544
- color: #dc3545; }
1545
- .bootstrap-wplc-content .custom-control-input.is-invalid ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
1546
- border-color: #dc3545; }
1547
- .bootstrap-wplc-content .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
1548
- border-color: #e4606d;
1549
- background-color: #e4606d; }
1550
- .bootstrap-wplc-content .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
1551
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
1552
- .bootstrap-wplc-content .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-wplc-content .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
1553
- border-color: #dc3545; }
1554
- .bootstrap-wplc-content .custom-file-input.is-invalid ~ .custom-file-label, .bootstrap-wplc-content .was-validated .custom-file-input:invalid ~ .custom-file-label {
1555
- border-color: #dc3545; }
1556
- .bootstrap-wplc-content .custom-file-input.is-invalid:focus ~ .custom-file-label, .bootstrap-wplc-content .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
1557
- border-color: #dc3545;
1558
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
1559
- .bootstrap-wplc-content .form-inline {
1560
- display: -ms-flexbox;
1561
- display: flex;
1562
- -ms-flex-flow: row wrap;
1563
- flex-flow: row wrap;
1564
- -ms-flex-align: center;
1565
- align-items: center; }
1566
- .bootstrap-wplc-content .form-inline .form-check {
1567
- width: 100%; }
1568
- @media (min-width: 576px) {
1569
- .bootstrap-wplc-content .form-inline label {
1570
- display: -ms-flexbox;
1571
- display: flex;
1572
- -ms-flex-align: center;
1573
- align-items: center;
1574
- -ms-flex-pack: center;
1575
- justify-content: center;
1576
- margin-bottom: 0; }
1577
- .bootstrap-wplc-content .form-inline .form-group {
1578
- display: -ms-flexbox;
1579
- display: flex;
1580
- -ms-flex: 0 0 auto;
1581
- flex: 0 0 auto;
1582
- -ms-flex-flow: row wrap;
1583
- flex-flow: row wrap;
1584
- -ms-flex-align: center;
1585
- align-items: center;
1586
- margin-bottom: 0; }
1587
- .bootstrap-wplc-content .form-inline .form-control {
1588
- display: inline-block;
1589
- width: auto;
1590
- vertical-align: middle; }
1591
- .bootstrap-wplc-content .form-inline .form-control-plaintext {
1592
- display: inline-block; }
1593
- .bootstrap-wplc-content .form-inline .custom-select, .bootstrap-wplc-content .form-inline .input-group {
1594
- width: auto; }
1595
- .bootstrap-wplc-content .form-inline .form-check {
1596
- display: -ms-flexbox;
1597
- display: flex;
1598
- -ms-flex-align: center;
1599
- align-items: center;
1600
- -ms-flex-pack: center;
1601
- justify-content: center;
1602
- width: auto;
1603
- padding-left: 0; }
1604
- .bootstrap-wplc-content .form-inline .form-check-input {
1605
- position: relative;
1606
- -ms-flex-negative: 0;
1607
- flex-shrink: 0;
1608
- margin-top: 0;
1609
- margin-right: 0.25rem;
1610
- margin-left: 0; }
1611
- .bootstrap-wplc-content .form-inline .custom-control {
1612
- -ms-flex-align: center;
1613
- align-items: center;
1614
- -ms-flex-pack: center;
1615
- justify-content: center; }
1616
- .bootstrap-wplc-content .form-inline .custom-control-label {
1617
- margin-bottom: 0; } }
1618
- .bootstrap-wplc-content .btn {
1619
- display: inline-block;
1620
- font-weight: 400;
1621
- color: #212529;
1622
- text-align: center;
1623
- vertical-align: middle;
1624
- cursor: pointer;
1625
- -webkit-user-select: none;
1626
- -moz-user-select: none;
1627
- -ms-user-select: none;
1628
- user-select: none;
1629
- background-color: transparent;
1630
- border: 1px solid transparent;
1631
- padding: 0.375rem 0.75rem;
1632
- font-size: 1rem;
1633
- line-height: 1.5;
1634
- border-radius: 0.25rem;
1635
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
1636
- @media (prefers-reduced-motion: reduce) {
1637
- .bootstrap-wplc-content .btn {
1638
- transition: none; } }
1639
- .bootstrap-wplc-content .btn:hover {
1640
- color: #212529;
1641
- text-decoration: none; }
1642
- .bootstrap-wplc-content .btn.focus, .bootstrap-wplc-content .btn:focus {
1643
- outline: 0;
1644
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
1645
- .bootstrap-wplc-content .btn.disabled, .bootstrap-wplc-content .btn:disabled {
1646
- opacity: 0.65; }
1647
- .bootstrap-wplc-content a.btn.disabled, .bootstrap-wplc-content fieldset:disabled a.btn {
1648
- pointer-events: none; }
1649
- .bootstrap-wplc-content .btn-primary {
1650
- color: #fff;
1651
- background-color: #007bff;
1652
- border-color: #007bff; }
1653
- .bootstrap-wplc-content .btn-primary:hover {
1654
- color: #fff;
1655
- background-color: #0069d9;
1656
- border-color: #0062cc; }
1657
- .bootstrap-wplc-content .btn-primary.focus, .bootstrap-wplc-content .btn-primary:focus {
1658
- color: #fff;
1659
- background-color: #0069d9;
1660
- border-color: #0062cc;
1661
- box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
1662
- .bootstrap-wplc-content .btn-primary.disabled, .bootstrap-wplc-content .btn-primary:disabled {
1663
- color: #fff;
1664
- background-color: #007bff;
1665
- border-color: #007bff; }
1666
- .bootstrap-wplc-content .btn-primary:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-primary.dropdown-toggle {
1667
- color: #fff;
1668
- background-color: #0062cc;
1669
- border-color: #005cbf; }
1670
- .bootstrap-wplc-content .btn-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-primary.dropdown-toggle:focus {
1671
- box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
1672
- .bootstrap-wplc-content .btn-secondary {
1673
- color: #fff;
1674
- background-color: #6c757d;
1675
- border-color: #6c757d; }
1676
- .bootstrap-wplc-content .btn-secondary:hover {
1677
- color: #fff;
1678
- background-color: #5a6268;
1679
- border-color: #545b62; }
1680
- .bootstrap-wplc-content .btn-secondary.focus, .bootstrap-wplc-content .btn-secondary:focus {
1681
- color: #fff;
1682
- background-color: #5a6268;
1683
- border-color: #545b62;
1684
- box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
1685
- .bootstrap-wplc-content .btn-secondary.disabled, .bootstrap-wplc-content .btn-secondary:disabled {
1686
- color: #fff;
1687
- background-color: #6c757d;
1688
- border-color: #6c757d; }
1689
- .bootstrap-wplc-content .btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-secondary.dropdown-toggle {
1690
- color: #fff;
1691
- background-color: #545b62;
1692
- border-color: #4e555b; }
1693
- .bootstrap-wplc-content .btn-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-secondary.dropdown-toggle:focus {
1694
- box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
1695
- .bootstrap-wplc-content .btn-success {
1696
- color: #fff;
1697
- background-color: #28a745;
1698
- border-color: #28a745; }
1699
- .bootstrap-wplc-content .btn-success:hover {
1700
- color: #fff;
1701
- background-color: #218838;
1702
- border-color: #1e7e34; }
1703
- .bootstrap-wplc-content .btn-success.focus, .bootstrap-wplc-content .btn-success:focus {
1704
- color: #fff;
1705
- background-color: #218838;
1706
- border-color: #1e7e34;
1707
- box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
1708
- .bootstrap-wplc-content .btn-success.disabled, .bootstrap-wplc-content .btn-success:disabled {
1709
- color: #fff;
1710
- background-color: #28a745;
1711
- border-color: #28a745; }
1712
- .bootstrap-wplc-content .btn-success:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-success:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-success.dropdown-toggle {
1713
- color: #fff;
1714
- background-color: #1e7e34;
1715
- border-color: #1c7430; }
1716
- .bootstrap-wplc-content .btn-success:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-success.dropdown-toggle:focus {
1717
- box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
1718
- .bootstrap-wplc-content .btn-info {
1719
- color: #fff;
1720
- background-color: #17a2b8;
1721
- border-color: #17a2b8; }
1722
- .bootstrap-wplc-content .btn-info:hover {
1723
- color: #fff;
1724
- background-color: #138496;
1725
- border-color: #117a8b; }
1726
- .bootstrap-wplc-content .btn-info.focus, .bootstrap-wplc-content .btn-info:focus {
1727
- color: #fff;
1728
- background-color: #138496;
1729
- border-color: #117a8b;
1730
- box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
1731
- .bootstrap-wplc-content .btn-info.disabled, .bootstrap-wplc-content .btn-info:disabled {
1732
- color: #fff;
1733
- background-color: #17a2b8;
1734
- border-color: #17a2b8; }
1735
- .bootstrap-wplc-content .btn-info:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-info:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-info.dropdown-toggle {
1736
- color: #fff;
1737
- background-color: #117a8b;
1738
- border-color: #10707f; }
1739
- .bootstrap-wplc-content .btn-info:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-info.dropdown-toggle:focus {
1740
- box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
1741
- .bootstrap-wplc-content .btn-warning {
1742
- color: #212529;
1743
- background-color: #ffc107;
1744
- border-color: #ffc107; }
1745
- .bootstrap-wplc-content .btn-warning:hover {
1746
- color: #212529;
1747
- background-color: #e0a800;
1748
- border-color: #d39e00; }
1749
- .bootstrap-wplc-content .btn-warning.focus, .bootstrap-wplc-content .btn-warning:focus {
1750
- color: #212529;
1751
- background-color: #e0a800;
1752
- border-color: #d39e00;
1753
- box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
1754
- .bootstrap-wplc-content .btn-warning.disabled, .bootstrap-wplc-content .btn-warning:disabled {
1755
- color: #212529;
1756
- background-color: #ffc107;
1757
- border-color: #ffc107; }
1758
- .bootstrap-wplc-content .btn-warning:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-warning:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-warning.dropdown-toggle {
1759
- color: #212529;
1760
- background-color: #d39e00;
1761
- border-color: #c69500; }
1762
- .bootstrap-wplc-content .btn-warning:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-warning.dropdown-toggle:focus {
1763
- box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
1764
- .bootstrap-wplc-content .btn-danger {
1765
- color: #fff;
1766
- background-color: #dc3545;
1767
- border-color: #dc3545; }
1768
- .bootstrap-wplc-content .btn-danger:hover {
1769
- color: #fff;
1770
- background-color: #c82333;
1771
- border-color: #bd2130; }
1772
- .bootstrap-wplc-content .btn-danger.focus, .bootstrap-wplc-content .btn-danger:focus {
1773
- color: #fff;
1774
- background-color: #c82333;
1775
- border-color: #bd2130;
1776
- box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
1777
- .bootstrap-wplc-content .btn-danger.disabled, .bootstrap-wplc-content .btn-danger:disabled {
1778
- color: #fff;
1779
- background-color: #dc3545;
1780
- border-color: #dc3545; }
1781
- .bootstrap-wplc-content .btn-danger:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-danger:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-danger.dropdown-toggle {
1782
- color: #fff;
1783
- background-color: #bd2130;
1784
- border-color: #b21f2d; }
1785
- .bootstrap-wplc-content .btn-danger:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-danger.dropdown-toggle:focus {
1786
- box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
1787
- .bootstrap-wplc-content .btn-light {
1788
- color: #212529;
1789
- background-color: #f8f9fa;
1790
- border-color: #f8f9fa; }
1791
- .bootstrap-wplc-content .btn-light:hover {
1792
- color: #212529;
1793
- background-color: #e2e6ea;
1794
- border-color: #dae0e5; }
1795
- .bootstrap-wplc-content .btn-light.focus, .bootstrap-wplc-content .btn-light:focus {
1796
- color: #212529;
1797
- background-color: #e2e6ea;
1798
- border-color: #dae0e5;
1799
- box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
1800
- .bootstrap-wplc-content .btn-light.disabled, .bootstrap-wplc-content .btn-light:disabled {
1801
- color: #212529;
1802
- background-color: #f8f9fa;
1803
- border-color: #f8f9fa; }
1804
- .bootstrap-wplc-content .btn-light:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-light:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-light.dropdown-toggle {
1805
- color: #212529;
1806
- background-color: #dae0e5;
1807
- border-color: #d3d9df; }
1808
- .bootstrap-wplc-content .btn-light:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-light.dropdown-toggle:focus {
1809
- box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
1810
- .bootstrap-wplc-content .btn-dark {
1811
- color: #fff;
1812
- background-color: #343a40;
1813
- border-color: #343a40; }
1814
- .bootstrap-wplc-content .btn-dark:hover {
1815
- color: #fff;
1816
- background-color: #23272b;
1817
- border-color: #1d2124; }
1818
- .bootstrap-wplc-content .btn-dark.focus, .bootstrap-wplc-content .btn-dark:focus {
1819
- color: #fff;
1820
- background-color: #23272b;
1821
- border-color: #1d2124;
1822
- box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
1823
- .bootstrap-wplc-content .btn-dark.disabled, .bootstrap-wplc-content .btn-dark:disabled {
1824
- color: #fff;
1825
- background-color: #343a40;
1826
- border-color: #343a40; }
1827
- .bootstrap-wplc-content .btn-dark:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-dark:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-dark.dropdown-toggle {
1828
- color: #fff;
1829
- background-color: #1d2124;
1830
- border-color: #171a1d; }
1831
- .bootstrap-wplc-content .btn-dark:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-dark.dropdown-toggle:focus {
1832
- box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
1833
- .bootstrap-wplc-content .btn-outline-primary {
1834
- color: #007bff;
1835
- border-color: #007bff; }
1836
- .bootstrap-wplc-content .btn-outline-primary:hover {
1837
- color: #fff;
1838
- background-color: #007bff;
1839
- border-color: #007bff; }
1840
- .bootstrap-wplc-content .btn-outline-primary.focus, .bootstrap-wplc-content .btn-outline-primary:focus {
1841
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
1842
- .bootstrap-wplc-content .btn-outline-primary.disabled, .bootstrap-wplc-content .btn-outline-primary:disabled {
1843
- color: #007bff;
1844
- background-color: transparent; }
1845
- .bootstrap-wplc-content .btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-primary.dropdown-toggle {
1846
- color: #fff;
1847
- background-color: #007bff;
1848
- border-color: #007bff; }
1849
- .bootstrap-wplc-content .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-primary.dropdown-toggle:focus {
1850
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
1851
- .bootstrap-wplc-content .btn-outline-secondary {
1852
- color: #6c757d;
1853
- border-color: #6c757d; }
1854
- .bootstrap-wplc-content .btn-outline-secondary:hover {
1855
- color: #fff;
1856
- background-color: #6c757d;
1857
- border-color: #6c757d; }
1858
- .bootstrap-wplc-content .btn-outline-secondary.focus, .bootstrap-wplc-content .btn-outline-secondary:focus {
1859
- box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
1860
- .bootstrap-wplc-content .btn-outline-secondary.disabled, .bootstrap-wplc-content .btn-outline-secondary:disabled {
1861
- color: #6c757d;
1862
- background-color: transparent; }
1863
- .bootstrap-wplc-content .btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-secondary.dropdown-toggle {
1864
- color: #fff;
1865
- background-color: #6c757d;
1866
- border-color: #6c757d; }
1867
- .bootstrap-wplc-content .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-secondary.dropdown-toggle:focus {
1868
- box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
1869
- .bootstrap-wplc-content .btn-outline-success {
1870
- color: #28a745;
1871
- border-color: #28a745; }
1872
- .bootstrap-wplc-content .btn-outline-success:hover {
1873
- color: #fff;
1874
- background-color: #28a745;
1875
- border-color: #28a745; }
1876
- .bootstrap-wplc-content .btn-outline-success.focus, .bootstrap-wplc-content .btn-outline-success:focus {
1877
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
1878
- .bootstrap-wplc-content .btn-outline-success.disabled, .bootstrap-wplc-content .btn-outline-success:disabled {
1879
- color: #28a745;
1880
- background-color: transparent; }
1881
- .bootstrap-wplc-content .btn-outline-success:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-success.dropdown-toggle {
1882
- color: #fff;
1883
- background-color: #28a745;
1884
- border-color: #28a745; }
1885
- .bootstrap-wplc-content .btn-outline-success:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-success.dropdown-toggle:focus {
1886
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
1887
- .bootstrap-wplc-content .btn-outline-info {
1888
- color: #17a2b8;
1889
- border-color: #17a2b8; }
1890
- .bootstrap-wplc-content .btn-outline-info:hover {
1891
- color: #fff;
1892
- background-color: #17a2b8;
1893
- border-color: #17a2b8; }
1894
- .bootstrap-wplc-content .btn-outline-info.focus, .bootstrap-wplc-content .btn-outline-info:focus {
1895
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
1896
- .bootstrap-wplc-content .btn-outline-info.disabled, .bootstrap-wplc-content .btn-outline-info:disabled {
1897
- color: #17a2b8;
1898
- background-color: transparent; }
1899
- .bootstrap-wplc-content .btn-outline-info:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-info.dropdown-toggle {
1900
- color: #fff;
1901
- background-color: #17a2b8;
1902
- border-color: #17a2b8; }
1903
- .bootstrap-wplc-content .btn-outline-info:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-info.dropdown-toggle:focus {
1904
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
1905
- .bootstrap-wplc-content .btn-outline-warning {
1906
- color: #ffc107;
1907
- border-color: #ffc107; }
1908
- .bootstrap-wplc-content .btn-outline-warning:hover {
1909
- color: #212529;
1910
- background-color: #ffc107;
1911
- border-color: #ffc107; }
1912
- .bootstrap-wplc-content .btn-outline-warning.focus, .bootstrap-wplc-content .btn-outline-warning:focus {
1913
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
1914
- .bootstrap-wplc-content .btn-outline-warning.disabled, .bootstrap-wplc-content .btn-outline-warning:disabled {
1915
- color: #ffc107;
1916
- background-color: transparent; }
1917
- .bootstrap-wplc-content .btn-outline-warning:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-warning.dropdown-toggle {
1918
- color: #212529;
1919
- background-color: #ffc107;
1920
- border-color: #ffc107; }
1921
- .bootstrap-wplc-content .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-warning.dropdown-toggle:focus {
1922
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
1923
- .bootstrap-wplc-content .btn-outline-danger {
1924
- color: #dc3545;
1925
- border-color: #dc3545; }
1926
- .bootstrap-wplc-content .btn-outline-danger:hover {
1927
- color: #fff;
1928
- background-color: #dc3545;
1929
- border-color: #dc3545; }
1930
- .bootstrap-wplc-content .btn-outline-danger.focus, .bootstrap-wplc-content .btn-outline-danger:focus {
1931
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
1932
- .bootstrap-wplc-content .btn-outline-danger.disabled, .bootstrap-wplc-content .btn-outline-danger:disabled {
1933
- color: #dc3545;
1934
- background-color: transparent; }
1935
- .bootstrap-wplc-content .btn-outline-danger:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-danger.dropdown-toggle {
1936
- color: #fff;
1937
- background-color: #dc3545;
1938
- border-color: #dc3545; }
1939
- .bootstrap-wplc-content .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-danger.dropdown-toggle:focus {
1940
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
1941
- .bootstrap-wplc-content .btn-outline-light {
1942
- color: #f8f9fa;
1943
- border-color: #f8f9fa; }
1944
- .bootstrap-wplc-content .btn-outline-light:hover {
1945
- color: #212529;
1946
- background-color: #f8f9fa;
1947
- border-color: #f8f9fa; }
1948
- .bootstrap-wplc-content .btn-outline-light.focus, .bootstrap-wplc-content .btn-outline-light:focus {
1949
- box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
1950
- .bootstrap-wplc-content .btn-outline-light.disabled, .bootstrap-wplc-content .btn-outline-light:disabled {
1951
- color: #f8f9fa;
1952
- background-color: transparent; }
1953
- .bootstrap-wplc-content .btn-outline-light:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-light.dropdown-toggle {
1954
- color: #212529;
1955
- background-color: #f8f9fa;
1956
- border-color: #f8f9fa; }
1957
- .bootstrap-wplc-content .btn-outline-light:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-light.dropdown-toggle:focus {
1958
- box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
1959
- .bootstrap-wplc-content .btn-outline-dark {
1960
- color: #343a40;
1961
- border-color: #343a40; }
1962
- .bootstrap-wplc-content .btn-outline-dark:hover {
1963
- color: #fff;
1964
- background-color: #343a40;
1965
- border-color: #343a40; }
1966
- .bootstrap-wplc-content .btn-outline-dark.focus, .bootstrap-wplc-content .btn-outline-dark:focus {
1967
- box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
1968
- .bootstrap-wplc-content .btn-outline-dark.disabled, .bootstrap-wplc-content .btn-outline-dark:disabled {
1969
- color: #343a40;
1970
- background-color: transparent; }
1971
- .bootstrap-wplc-content .btn-outline-dark:not(:disabled):not(.disabled).active, .bootstrap-wplc-content .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap-wplc-content .show > .btn-outline-dark.dropdown-toggle {
1972
- color: #fff;
1973
- background-color: #343a40;
1974
- border-color: #343a40; }
1975
- .bootstrap-wplc-content .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .bootstrap-wplc-content .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-wplc-content .show > .btn-outline-dark.dropdown-toggle:focus {
1976
- box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
1977
- .bootstrap-wplc-content .btn-link {
1978
- font-weight: 400;
1979
- color: #007bff;
1980
- text-decoration: none; }
1981
- .bootstrap-wplc-content .btn-link:hover {
1982
- color: #0056b3;
1983
- text-decoration: underline; }
1984
- .bootstrap-wplc-content .btn-link.focus, .bootstrap-wplc-content .btn-link:focus {
1985
- text-decoration: underline;
1986
- box-shadow: none; }
1987
- .bootstrap-wplc-content .btn-link.disabled, .bootstrap-wplc-content .btn-link:disabled {
1988
- color: #6c757d;
1989
- pointer-events: none; }
1990
- .bootstrap-wplc-content .btn-group-lg > .btn, .bootstrap-wplc-content .btn-lg {
1991
- padding: 0.5rem 1rem;
1992
- font-size: 1.25rem;
1993
- line-height: 1.5;
1994
- border-radius: 0.3rem; }
1995
- .bootstrap-wplc-content .btn-group-sm > .btn, .bootstrap-wplc-content .btn-sm {
1996
- padding: 0.25rem 0.5rem;
1997
- font-size: 0.875rem;
1998
- line-height: 1.5;
1999
- border-radius: 0.2rem; }
2000
- .bootstrap-wplc-content .btn-block {
2001
- display: block;
2002
- width: 100%; }
2003
- .bootstrap-wplc-content .btn-block + .btn-block {
2004
- margin-top: 0.5rem; }
2005
- .bootstrap-wplc-content input[type=button].btn-block, .bootstrap-wplc-content input[type=reset].btn-block, .bootstrap-wplc-content input[type=submit].btn-block {
2006
- width: 100%; }
2007
- .bootstrap-wplc-content .fade {
2008
- transition: opacity 0.15s linear; }
2009
- @media (prefers-reduced-motion: reduce) {
2010
- .bootstrap-wplc-content .fade {
2011
- transition: none; } }
2012
- .bootstrap-wplc-content .fade:not(.show) {
2013
- opacity: 0; }
2014
- .bootstrap-wplc-content .collapse:not(.show) {
2015
- display: none; }
2016
- .bootstrap-wplc-content .collapsing {
2017
- position: relative;
2018
- height: 0;
2019
- overflow: hidden;
2020
- transition: height 0.35s ease; }
2021
- @media (prefers-reduced-motion: reduce) {
2022
- .bootstrap-wplc-content .collapsing {
2023
- transition: none; } }
2024
- .bootstrap-wplc-content .dropdown, .bootstrap-wplc-content .dropleft, .bootstrap-wplc-content .dropright, .bootstrap-wplc-content .dropup {
2025
- position: relative; }
2026
- .bootstrap-wplc-content .dropdown-toggle {
2027
- white-space: nowrap; }
2028
- .bootstrap-wplc-content .dropdown-toggle::after {
2029
- display: inline-block;
2030
- margin-left: 0.255em;
2031
- vertical-align: 0.255em;
2032
- content: "";
2033
- border-top: 0.3em solid;
2034
- border-right: 0.3em solid transparent;
2035
- border-bottom: 0;
2036
- border-left: 0.3em solid transparent; }
2037
- .bootstrap-wplc-content .dropdown-toggle:empty::after {
2038
- margin-left: 0; }
2039
- .bootstrap-wplc-content .dropdown-menu {
2040
- position: absolute;
2041
- top: 100%;
2042
- left: 0;
2043
- z-index: 1000;
2044
- display: none;
2045
- float: left;
2046
- min-width: 10rem;
2047
- padding: 0.5rem 0;
2048
- margin: 0.125rem 0 0;
2049
- font-size: 1rem;
2050
- color: #212529;
2051
- text-align: left;
2052
- list-style: none;
2053
- background-color: #fff;
2054
- background-clip: padding-box;
2055
- border: 1px solid rgba(0, 0, 0, 0.15);
2056
- border-radius: 0.25rem; }
2057
- .bootstrap-wplc-content .dropdown-menu-left {
2058
- right: auto;
2059
- left: 0; }
2060
- .bootstrap-wplc-content .dropdown-menu-right {
2061
- right: 0;
2062
- left: auto; }
2063
- @media (min-width: 576px) {
2064
- .bootstrap-wplc-content .dropdown-menu-sm-left {
2065
- right: auto;
2066
- left: 0; }
2067
- .bootstrap-wplc-content .dropdown-menu-sm-right {
2068
- right: 0;
2069
- left: auto; } }
2070
- @media (min-width: 768px) {
2071
- .bootstrap-wplc-content .dropdown-menu-md-left {
2072
- right: auto;
2073
- left: 0; }
2074
- .bootstrap-wplc-content .dropdown-menu-md-right {
2075
- right: 0;
2076
- left: auto; } }
2077
- @media (min-width: 992px) {
2078
- .bootstrap-wplc-content .dropdown-menu-lg-left {
2079
- right: auto;
2080
- left: 0; }
2081
- .bootstrap-wplc-content .dropdown-menu-lg-right {
2082
- right: 0;
2083
- left: auto; } }
2084
- @media (min-width: 1200px) {
2085
- .bootstrap-wplc-content .dropdown-menu-xl-left {
2086
- right: auto;
2087
- left: 0; }
2088
- .bootstrap-wplc-content .dropdown-menu-xl-right {
2089
- right: 0;
2090
- left: auto; } }
2091
- .bootstrap-wplc-content .dropup .dropdown-menu {
2092
- top: auto;
2093
- bottom: 100%;
2094
- margin-top: 0;
2095
- margin-bottom: 0.125rem; }
2096
- .bootstrap-wplc-content .dropup .dropdown-toggle::after {
2097
- display: inline-block;
2098
- margin-left: 0.255em;
2099
- vertical-align: 0.255em;
2100
- content: "";
2101
- border-top: 0;
2102
- border-right: 0.3em solid transparent;
2103
- border-bottom: 0.3em solid;
2104
- border-left: 0.3em solid transparent; }
2105
- .bootstrap-wplc-content .dropup .dropdown-toggle:empty::after {
2106
- margin-left: 0; }
2107
- .bootstrap-wplc-content .dropright .dropdown-menu {
2108
- top: 0;
2109
- right: auto;
2110
- left: 100%;
2111
- margin-top: 0;
2112
- margin-left: 0.125rem; }
2113
- .bootstrap-wplc-content .dropright .dropdown-toggle::after {
2114
- display: inline-block;
2115
- margin-left: 0.255em;
2116
- vertical-align: 0.255em;
2117
- content: "";
2118
- border-top: 0.3em solid transparent;
2119
- border-right: 0;
2120
- border-bottom: 0.3em solid transparent;
2121
- border-left: 0.3em solid; }
2122
- .bootstrap-wplc-content .dropright .dropdown-toggle:empty::after {
2123
- margin-left: 0; }
2124
- .bootstrap-wplc-content .dropright .dropdown-toggle::after {
2125
- vertical-align: 0; }
2126
- .bootstrap-wplc-content .dropleft .dropdown-menu {
2127
- top: 0;
2128
- right: 100%;
2129
- left: auto;
2130
- margin-top: 0;
2131
- margin-right: 0.125rem; }
2132
- .bootstrap-wplc-content .dropleft .dropdown-toggle::after {
2133
- display: inline-block;
2134
- margin-left: 0.255em;
2135
- vertical-align: 0.255em;
2136
- content: ""; }
2137
- .bootstrap-wplc-content .dropleft .dropdown-toggle::after {
2138
- display: none; }
2139
- .bootstrap-wplc-content .dropleft .dropdown-toggle::before {
2140
- display: inline-block;
2141
- margin-right: 0.255em;
2142
- vertical-align: 0.255em;
2143
- content: "";
2144
- border-top: 0.3em solid transparent;
2145
- border-right: 0.3em solid;
2146
- border-bottom: 0.3em solid transparent; }
2147
- .bootstrap-wplc-content .dropleft .dropdown-toggle:empty::after {
2148
- margin-left: 0; }
2149
- .bootstrap-wplc-content .dropleft .dropdown-toggle::before {
2150
- vertical-align: 0; }
2151
- .bootstrap-wplc-content .dropdown-menu[x-placement^=bottom], .bootstrap-wplc-content .dropdown-menu[x-placement^=left], .bootstrap-wplc-content .dropdown-menu[x-placement^=right], .bootstrap-wplc-content .dropdown-menu[x-placement^=top] {
2152
- right: auto;
2153
- bottom: auto; }
2154
- .bootstrap-wplc-content .dropdown-divider {
2155
- height: 0;
2156
- margin: 0.5rem 0;
2157
- overflow: hidden;
2158
- border-top: 1px solid #e9ecef; }
2159
- .bootstrap-wplc-content .dropdown-item {
2160
- display: block;
2161
- width: 100%;
2162
- padding: 0.25rem 1.5rem;
2163
- clear: both;
2164
- font-weight: 400;
2165
- color: #212529;
2166
- text-align: inherit;
2167
- white-space: nowrap;
2168
- background-color: transparent;
2169
- border: 0; }
2170
- .bootstrap-wplc-content .dropdown-item:focus, .bootstrap-wplc-content .dropdown-item:hover {
2171
- color: #16181b;
2172
- text-decoration: none;
2173
- background-color: #f8f9fa; }
2174
- .bootstrap-wplc-content .dropdown-item.active, .bootstrap-wplc-content .dropdown-item:active {
2175
- color: #fff;
2176
- text-decoration: none;
2177
- background-color: #007bff; }
2178
- .bootstrap-wplc-content .dropdown-item.disabled, .bootstrap-wplc-content .dropdown-item:disabled {
2179
- color: #6c757d;
2180
- pointer-events: none;
2181
- background-color: transparent; }
2182
- .bootstrap-wplc-content .dropdown-menu.show {
2183
- display: block; }
2184
- .bootstrap-wplc-content .dropdown-header {
2185
- display: block;
2186
- padding: 0.5rem 1.5rem;
2187
- margin-bottom: 0;
2188
- font-size: 0.875rem;
2189
- color: #6c757d;
2190
- white-space: nowrap; }
2191
- .bootstrap-wplc-content .dropdown-item-text {
2192
- display: block;
2193
- padding: 0.25rem 1.5rem;
2194
- color: #212529; }
2195
- .bootstrap-wplc-content .btn-group, .bootstrap-wplc-content .btn-group-vertical {
2196
- position: relative;
2197
- display: -ms-inline-flexbox;
2198
- display: inline-flex;
2199
- vertical-align: middle; }
2200
- .bootstrap-wplc-content .btn-group-vertical > .btn, .bootstrap-wplc-content .btn-group > .btn {
2201
- position: relative;
2202
- -ms-flex: 1 1 auto;
2203
- flex: 1 1 auto; }
2204
- .bootstrap-wplc-content .btn-group-vertical > .btn:hover, .bootstrap-wplc-content .btn-group > .btn:hover {
2205
- z-index: 1; }
2206
- .bootstrap-wplc-content .btn-group-vertical > .btn.active, .bootstrap-wplc-content .btn-group-vertical > .btn:active, .bootstrap-wplc-content .btn-group-vertical > .btn:focus, .bootstrap-wplc-content .btn-group > .btn.active, .bootstrap-wplc-content .btn-group > .btn:active, .bootstrap-wplc-content .btn-group > .btn:focus {
2207
- z-index: 1; }
2208
- .bootstrap-wplc-content .btn-toolbar {
2209
- display: -ms-flexbox;
2210
- display: flex;
2211
- -ms-flex-wrap: wrap;
2212
- flex-wrap: wrap;
2213
- -ms-flex-pack: start;
2214
- justify-content: flex-start; }
2215
- .bootstrap-wplc-content .btn-toolbar .input-group {
2216
- width: auto; }
2217
- .bootstrap-wplc-content .btn-group > .btn-group:not(:first-child), .bootstrap-wplc-content .btn-group > .btn:not(:first-child) {
2218
- margin-left: -1px; }
2219
- .bootstrap-wplc-content .btn-group > .btn-group:not(:last-child) > .btn, .bootstrap-wplc-content .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
2220
- border-top-right-radius: 0;
2221
- border-bottom-right-radius: 0; }
2222
- .bootstrap-wplc-content .btn-group > .btn-group:not(:first-child) > .btn, .bootstrap-wplc-content .btn-group > .btn:not(:first-child) {
2223
- border-top-left-radius: 0;
2224
- border-bottom-left-radius: 0; }
2225
- .bootstrap-wplc-content .dropdown-toggle-split {
2226
- padding-right: 0.5625rem;
2227
- padding-left: 0.5625rem; }
2228
- .bootstrap-wplc-content .dropdown-toggle-split::after, .bootstrap-wplc-content .dropright .dropdown-toggle-split::after, .bootstrap-wplc-content .dropup .dropdown-toggle-split::after {
2229
- margin-left: 0; }
2230
- .bootstrap-wplc-content .dropleft .dropdown-toggle-split::before {
2231
- margin-right: 0; }
2232
- .bootstrap-wplc-content .btn-group-sm > .btn + .dropdown-toggle-split, .bootstrap-wplc-content .btn-sm + .dropdown-toggle-split {
2233
- padding-right: 0.375rem;
2234
- padding-left: 0.375rem; }
2235
- .bootstrap-wplc-content .btn-group-lg > .btn + .dropdown-toggle-split, .bootstrap-wplc-content .btn-lg + .dropdown-toggle-split {
2236
- padding-right: 0.75rem;
2237
- padding-left: 0.75rem; }
2238
- .bootstrap-wplc-content .btn-group-vertical {
2239
- -ms-flex-direction: column;
2240
- flex-direction: column;
2241
- -ms-flex-align: start;
2242
- align-items: flex-start;
2243
- -ms-flex-pack: center;
2244
- justify-content: center; }
2245
- .bootstrap-wplc-content .btn-group-vertical > .btn, .bootstrap-wplc-content .btn-group-vertical > .btn-group {
2246
- width: 100%; }
2247
- .bootstrap-wplc-content .btn-group-vertical > .btn-group:not(:first-child), .bootstrap-wplc-content .btn-group-vertical > .btn:not(:first-child) {
2248
- margin-top: -1px; }
2249
- .bootstrap-wplc-content .btn-group-vertical > .btn-group:not(:last-child) > .btn, .bootstrap-wplc-content .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
2250
- border-bottom-right-radius: 0;
2251
- border-bottom-left-radius: 0; }
2252
- .bootstrap-wplc-content .btn-group-vertical > .btn-group:not(:first-child) > .btn, .bootstrap-wplc-content .btn-group-vertical > .btn:not(:first-child) {
2253
- border-top-left-radius: 0;
2254
- border-top-right-radius: 0; }
2255
- .bootstrap-wplc-content .btn-group-toggle > .btn, .bootstrap-wplc-content .btn-group-toggle > .btn-group > .btn {
2256
- margin-bottom: 0; }
2257
- .bootstrap-wplc-content .btn-group-toggle > .btn input[type=checkbox], .bootstrap-wplc-content .btn-group-toggle > .btn input[type=radio], .bootstrap-wplc-content .btn-group-toggle > .btn-group > .btn input[type=checkbox], .bootstrap-wplc-content .btn-group-toggle > .btn-group > .btn input[type=radio] {
2258
- position: absolute;
2259
- clip: rect(0, 0, 0, 0);
2260
- pointer-events: none; }
2261
- .bootstrap-wplc-content .input-group {
2262
- position: relative;
2263
- display: -ms-flexbox;
2264
- display: flex;
2265
- -ms-flex-wrap: wrap;
2266
- flex-wrap: wrap;
2267
- -ms-flex-align: stretch;
2268
- align-items: stretch;
2269
- width: 100%; }
2270
- .bootstrap-wplc-content .input-group > .custom-file, .bootstrap-wplc-content .input-group > .custom-select, .bootstrap-wplc-content .input-group > .form-control, .bootstrap-wplc-content .input-group > .form-control-plaintext {
2271
- position: relative;
2272
- -ms-flex: 1 1 0%;
2273
- flex: 1 1 0%;
2274
- min-width: 0;
2275
- margin-bottom: 0; }
2276
- .bootstrap-wplc-content .input-group > .custom-file + .custom-file, .bootstrap-wplc-content .input-group > .custom-file + .custom-select, .bootstrap-wplc-content .input-group > .custom-file + .form-control, .bootstrap-wplc-content .input-group > .custom-select + .custom-file, .bootstrap-wplc-content .input-group > .custom-select + .custom-select, .bootstrap-wplc-content .input-group > .custom-select + .form-control, .bootstrap-wplc-content .input-group > .form-control + .custom-file, .bootstrap-wplc-content .input-group > .form-control + .custom-select, .bootstrap-wplc-content .input-group > .form-control + .form-control, .bootstrap-wplc-content .input-group > .form-control-plaintext + .custom-file, .bootstrap-wplc-content .input-group > .form-control-plaintext + .custom-select, .bootstrap-wplc-content .input-group > .form-control-plaintext + .form-control {
2277
- margin-left: -1px; }
2278
- .bootstrap-wplc-content .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .bootstrap-wplc-content .input-group > .custom-select:focus, .bootstrap-wplc-content .input-group > .form-control:focus {
2279
- z-index: 3; }
2280
- .bootstrap-wplc-content .input-group > .custom-file .custom-file-input:focus {
2281
- z-index: 4; }
2282
- .bootstrap-wplc-content .input-group > .custom-select:not(:last-child), .bootstrap-wplc-content .input-group > .form-control:not(:last-child) {
2283
- border-top-right-radius: 0;
2284
- border-bottom-right-radius: 0; }
2285
- .bootstrap-wplc-content .input-group > .custom-select:not(:first-child), .bootstrap-wplc-content .input-group > .form-control:not(:first-child) {
2286
- border-top-left-radius: 0;
2287
- border-bottom-left-radius: 0; }
2288
- .bootstrap-wplc-content .input-group > .custom-file {
2289
- display: -ms-flexbox;
2290
- display: flex;
2291
- -ms-flex-align: center;
2292
- align-items: center; }
2293
- .bootstrap-wplc-content .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap-wplc-content .input-group > .custom-file:not(:last-child) .custom-file-label::after {
2294
- border-top-right-radius: 0;
2295
- border-bottom-right-radius: 0; }
2296
- .bootstrap-wplc-content .input-group > .custom-file:not(:first-child) .custom-file-label {
2297
- border-top-left-radius: 0;
2298
- border-bottom-left-radius: 0; }
2299
- .bootstrap-wplc-content .input-group-append, .bootstrap-wplc-content .input-group-prepend {
2300
- display: -ms-flexbox;
2301
- display: flex; }
2302
- .bootstrap-wplc-content .input-group-append .btn, .bootstrap-wplc-content .input-group-prepend .btn {
2303
- position: relative;
2304
- z-index: 2; }
2305
- .bootstrap-wplc-content .input-group-append .btn:focus, .bootstrap-wplc-content .input-group-prepend .btn:focus {
2306
- z-index: 3; }
2307
- .bootstrap-wplc-content .input-group-append .btn + .btn, .bootstrap-wplc-content .input-group-append .btn + .input-group-text, .bootstrap-wplc-content .input-group-append .input-group-text + .btn, .bootstrap-wplc-content .input-group-append .input-group-text + .input-group-text, .bootstrap-wplc-content .input-group-prepend .btn + .btn, .bootstrap-wplc-content .input-group-prepend .btn + .input-group-text, .bootstrap-wplc-content .input-group-prepend .input-group-text + .btn, .bootstrap-wplc-content .input-group-prepend .input-group-text + .input-group-text {
2308
- margin-left: -1px; }
2309
- .bootstrap-wplc-content .input-group-prepend {
2310
- margin-right: -1px; }
2311
- .bootstrap-wplc-content .input-group-append {
2312
- margin-left: -1px; }
2313
- .bootstrap-wplc-content .input-group-text {
2314
- display: -ms-flexbox;
2315
- display: flex;
2316
- -ms-flex-align: center;
2317
- align-items: center;
2318
- padding: 0.375rem 0.75rem;
2319
- margin-bottom: 0;
2320
- font-size: 1rem;
2321
- font-weight: 400;
2322
- line-height: 1.5;
2323
- color: #495057;
2324
- text-align: center;
2325
- white-space: nowrap;
2326
- background-color: #e9ecef;
2327
- border: 1px solid #ced4da;
2328
- border-radius: 0.25rem; }
2329
- .bootstrap-wplc-content .input-group-text input[type=checkbox], .bootstrap-wplc-content .input-group-text input[type=radio] {
2330
- margin-top: 0; }
2331
- .bootstrap-wplc-content .input-group-lg > .custom-select, .bootstrap-wplc-content .input-group-lg > .form-control:not(textarea) {
2332
- height: calc(1.5em + 1rem + 2px); }
2333
- .bootstrap-wplc-content .input-group-lg > .custom-select, .bootstrap-wplc-content .input-group-lg > .form-control, .bootstrap-wplc-content .input-group-lg > .input-group-append > .btn, .bootstrap-wplc-content .input-group-lg > .input-group-append > .input-group-text, .bootstrap-wplc-content .input-group-lg > .input-group-prepend > .btn, .bootstrap-wplc-content .input-group-lg > .input-group-prepend > .input-group-text {
2334
- padding: 0.5rem 1rem;
2335
- font-size: 1.25rem;
2336
- line-height: 1.5;
2337
- border-radius: 0.3rem; }
2338
- .bootstrap-wplc-content .input-group-sm > .custom-select, .bootstrap-wplc-content .input-group-sm > .form-control:not(textarea) {
2339
- height: calc(1.5em + .5rem + 2px); }
2340
- .bootstrap-wplc-content .input-group-sm > .custom-select, .bootstrap-wplc-content .input-group-sm > .form-control, .bootstrap-wplc-content .input-group-sm > .input-group-append > .btn, .bootstrap-wplc-content .input-group-sm > .input-group-append > .input-group-text, .bootstrap-wplc-content .input-group-sm > .input-group-prepend > .btn, .bootstrap-wplc-content .input-group-sm > .input-group-prepend > .input-group-text {
2341
- padding: 0.25rem 0.5rem;
2342
- font-size: 0.875rem;
2343
- line-height: 1.5;
2344
- border-radius: 0.2rem; }
2345
- .bootstrap-wplc-content .input-group-lg > .custom-select, .bootstrap-wplc-content .input-group-sm > .custom-select {
2346
- padding-right: 1.75rem; }
2347
- .bootstrap-wplc-content .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-wplc-content .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .bootstrap-wplc-content .input-group > .input-group-append:not(:last-child) > .btn, .bootstrap-wplc-content .input-group > .input-group-append:not(:last-child) > .input-group-text, .bootstrap-wplc-content .input-group > .input-group-prepend > .btn, .bootstrap-wplc-content .input-group > .input-group-prepend > .input-group-text {
2348
- border-top-right-radius: 0;
2349
- border-bottom-right-radius: 0; }
2350
- .bootstrap-wplc-content .input-group > .input-group-append > .btn, .bootstrap-wplc-content .input-group > .input-group-append > .input-group-text, .bootstrap-wplc-content .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .bootstrap-wplc-content .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .bootstrap-wplc-content .input-group > .input-group-prepend:not(:first-child) > .btn, .bootstrap-wplc-content .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
2351
- border-top-left-radius: 0;
2352
- border-bottom-left-radius: 0; }
2353
- .bootstrap-wplc-content .custom-control {
2354
- position: relative;
2355
- display: block;
2356
- min-height: 1.5rem;
2357
- padding-left: 1.5rem; }
2358
- .bootstrap-wplc-content .custom-control-inline {
2359
- display: -ms-inline-flexbox;
2360
- display: inline-flex;
2361
- margin-right: 1rem; }
2362
- .bootstrap-wplc-content .custom-control-input {
2363
- position: absolute;
2364
- left: 0;
2365
- z-index: -1;
2366
- width: 1rem;
2367
- height: 1.25rem;
2368
- opacity: 0; }
2369
- .bootstrap-wplc-content .custom-control-input:checked ~ .custom-control-label::before {
2370
- color: #fff;
2371
- border-color: #007bff;
2372
- background-color: #007bff; }
2373
- .bootstrap-wplc-content .custom-control-input:focus ~ .custom-control-label::before {
2374
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
2375
- .bootstrap-wplc-content .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
2376
- border-color: #80bdff; }
2377
- .bootstrap-wplc-content .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
2378
- color: #fff;
2379
- background-color: #b3d7ff;
2380
- border-color: #b3d7ff; }
2381
- .bootstrap-wplc-content .custom-control-input:disabled ~ .custom-control-label, .bootstrap-wplc-content .custom-control-input[disabled] ~ .custom-control-label {
2382
- color: #6c757d; }
2383
- .bootstrap-wplc-content .custom-control-input:disabled ~ .custom-control-label::before, .bootstrap-wplc-content .custom-control-input[disabled] ~ .custom-control-label::before {
2384
- background-color: #e9ecef; }
2385
- .bootstrap-wplc-content .custom-control-label {
2386
- position: relative;
2387
- margin-bottom: 0;
2388
- vertical-align: top; }
2389
- .bootstrap-wplc-content .custom-control-label::before {
2390
- position: absolute;
2391
- top: 0.25rem;
2392
- left: -1.5rem;
2393
- display: block;
2394
- width: 1rem;
2395
- height: 1rem;
2396
- pointer-events: none;
2397
- content: "";
2398
- background-color: #fff;
2399
- border: #adb5bd solid 1px; }
2400
- .bootstrap-wplc-content .custom-control-label::after {
2401
- position: absolute;
2402
- top: 0.25rem;
2403
- left: -1.5rem;
2404
- display: block;
2405
- width: 1rem;
2406
- height: 1rem;
2407
- content: "";
2408
- background: no-repeat 50%/50% 50%; }
2409
- .bootstrap-wplc-content .custom-checkbox .custom-control-label::before {
2410
- border-radius: 0.25rem; }
2411
- .bootstrap-wplc-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
2412
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
2413
- .bootstrap-wplc-content .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
2414
- border-color: #007bff;
2415
- background-color: #007bff; }
2416
- .bootstrap-wplc-content .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
2417
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
2418
- .bootstrap-wplc-content .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
2419
- background-color: rgba(0, 123, 255, 0.5); }
2420
- .bootstrap-wplc-content .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
2421
- background-color: rgba(0, 123, 255, 0.5); }
2422
- .bootstrap-wplc-content .custom-radio .custom-control-label::before {
2423
- border-radius: 50%; }
2424
- .bootstrap-wplc-content .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
2425
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
2426
- .bootstrap-wplc-content .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
2427
- background-color: rgba(0, 123, 255, 0.5); }
2428
- .bootstrap-wplc-content .custom-switch {
2429
- padding-left: 2.25rem; }
2430
- .bootstrap-wplc-content .custom-switch .custom-control-label::before {
2431
- left: -2.25rem;
2432
- width: 1.75rem;
2433
- pointer-events: all;
2434
- border-radius: 0.5rem; }
2435
- .bootstrap-wplc-content .custom-switch .custom-control-label::after {
2436
- top: calc(.25rem + 2px);
2437
- left: calc(-2.25rem + 2px);
2438
- width: calc(1rem - 4px);
2439
- height: calc(1rem - 4px);
2440
- background-color: #adb5bd;
2441
- border-radius: 0.5rem;
2442
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
2443
- transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2444
- transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
2445
- @media (prefers-reduced-motion: reduce) {
2446
- .bootstrap-wplc-content .custom-switch .custom-control-label::after {
2447
- transition: none; } }
2448
- .bootstrap-wplc-content .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
2449
- background-color: #fff;
2450
- -webkit-transform: translateX(0.75rem);
2451
- transform: translateX(0.75rem); }
2452
- .bootstrap-wplc-content .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
2453
- background-color: rgba(0, 123, 255, 0.5); }
2454
- .bootstrap-wplc-content .custom-select {
2455
- display: inline-block;
2456
- width: 100%;
2457
- height: calc(1.5em + .75rem + 2px);
2458
- padding: 0.375rem 1.75rem 0.375rem 0.75rem;
2459
- font-size: 1rem;
2460
- font-weight: 400;
2461
- line-height: 1.5;
2462
- color: #495057;
2463
- vertical-align: middle;
2464
- background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
2465
- border: 1px solid #ced4da;
2466
- border-radius: 0.25rem;
2467
- -webkit-appearance: none;
2468
- -moz-appearance: none;
2469
- appearance: none; }
2470
- .bootstrap-wplc-content .custom-select:focus {
2471
- border-color: #80bdff;
2472
- outline: 0;
2473
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
2474
- .bootstrap-wplc-content .custom-select:focus::-ms-value {
2475
- color: #495057;
2476
- background-color: #fff; }
2477
- .bootstrap-wplc-content .custom-select[multiple], .bootstrap-wplc-content .custom-select[size]:not([size="1"]) {
2478
- height: auto;
2479
- padding-right: 0.75rem;
2480
- background-image: none; }
2481
- .bootstrap-wplc-content .custom-select:disabled {
2482
- color: #6c757d;
2483
- background-color: #e9ecef; }
2484
- .bootstrap-wplc-content .custom-select::-ms-expand {
2485
- display: none; }
2486
- .bootstrap-wplc-content .custom-select:-moz-focusring {
2487
- color: transparent;
2488
- text-shadow: 0 0 0 #495057; }
2489
- .bootstrap-wplc-content .custom-select-sm {
2490
- height: calc(1.5em + .5rem + 2px);
2491
- padding-top: 0.25rem;
2492
- padding-bottom: 0.25rem;
2493
- padding-left: 0.5rem;
2494
- font-size: 0.875rem; }
2495
- .bootstrap-wplc-content .custom-select-lg {
2496
- height: calc(1.5em + 1rem + 2px);
2497
- padding-top: 0.5rem;
2498
- padding-bottom: 0.5rem;
2499
- padding-left: 1rem;
2500
- font-size: 1.25rem; }
2501
- .bootstrap-wplc-content .custom-file {
2502
- position: relative;
2503
- display: inline-block;
2504
- width: 100%;
2505
- height: calc(1.5em + .75rem + 2px);
2506
- margin-bottom: 0; }
2507
- .bootstrap-wplc-content .custom-file-input {
2508
- position: relative;
2509
- z-index: 2;
2510
- width: 100%;
2511
- height: calc(1.5em + .75rem + 2px);
2512
- margin: 0;
2513
- opacity: 0; }
2514
- .bootstrap-wplc-content .custom-file-input:focus ~ .custom-file-label {
2515
- border-color: #80bdff;
2516
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
2517
- .bootstrap-wplc-content .custom-file-input:disabled ~ .custom-file-label, .bootstrap-wplc-content .custom-file-input[disabled] ~ .custom-file-label {
2518
- background-color: #e9ecef; }
2519
- .bootstrap-wplc-content .custom-file-input:lang(en) ~ .custom-file-label::after {
2520
- content: "Browse"; }
2521
- .bootstrap-wplc-content .custom-file-input ~ .custom-file-label[data-browse]::after {
2522
- content: attr(data-browse); }
2523
- .bootstrap-wplc-content .custom-file-label {
2524
- position: absolute;
2525
- top: 0;
2526
- right: 0;
2527
- left: 0;
2528
- z-index: 1;
2529
- height: calc(1.5em + .75rem + 2px);
2530
- padding: 0.375rem 0.75rem;
2531
- font-weight: 400;
2532
- line-height: 1.5;
2533
- color: #495057;
2534
- background-color: #fff;
2535
- border: 1px solid #ced4da;
2536
- border-radius: 0.25rem; }
2537
- .bootstrap-wplc-content .custom-file-label::after {
2538
- position: absolute;
2539
- top: 0;
2540
- right: 0;
2541
- bottom: 0;
2542
- z-index: 3;
2543
- display: block;
2544
- height: calc(1.5em + .75rem);
2545
- padding: 0.375rem 0.75rem;
2546
- line-height: 1.5;
2547
- color: #495057;
2548
- content: "Browse";
2549
- background-color: #e9ecef;
2550
- border-left: inherit;
2551
- border-radius: 0 0.25rem 0.25rem 0; }
2552
- .bootstrap-wplc-content .custom-range {
2553
- width: 100%;
2554
- height: 1.4rem;
2555
- padding: 0;
2556
- background-color: transparent;
2557
- -webkit-appearance: none;
2558
- -moz-appearance: none;
2559
- appearance: none; }
2560
- .bootstrap-wplc-content .custom-range:focus {
2561
- outline: 0; }
2562
- .bootstrap-wplc-content .custom-range:focus::-webkit-slider-thumb {
2563
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
2564
- .bootstrap-wplc-content .custom-range:focus::-moz-range-thumb {
2565
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
2566
- .bootstrap-wplc-content .custom-range:focus::-ms-thumb {
2567
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
2568
- .bootstrap-wplc-content .custom-range::-moz-focus-outer {
2569
- border: 0; }
2570
- .bootstrap-wplc-content .custom-range::-webkit-slider-thumb {
2571
- width: 1rem;
2572
- height: 1rem;
2573
- margin-top: -0.25rem;
2574
- background-color: #007bff;
2575
- border: 0;
2576
- border-radius: 1rem;
2577
- -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2578
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2579
- -webkit-appearance: none;
2580
- appearance: none; }
2581
- @media (prefers-reduced-motion: reduce) {
2582
- .bootstrap-wplc-content .custom-range::-webkit-slider-thumb {
2583
- -webkit-transition: none;
2584
- transition: none; } }
2585
- .bootstrap-wplc-content .custom-range::-webkit-slider-thumb:active {
2586
- background-color: #b3d7ff; }
2587
- .bootstrap-wplc-content .custom-range::-webkit-slider-runnable-track {
2588
- width: 100%;
2589
- height: 0.5rem;
2590
- color: transparent;
2591
- cursor: pointer;
2592
- background-color: #dee2e6;
2593
- border-color: transparent;
2594
- border-radius: 1rem; }
2595
- .bootstrap-wplc-content .custom-range::-moz-range-thumb {
2596
- width: 1rem;
2597
- height: 1rem;
2598
- background-color: #007bff;
2599
- border: 0;
2600
- border-radius: 1rem;
2601
- -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2602
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2603
- -moz-appearance: none;
2604
- appearance: none; }
2605
- @media (prefers-reduced-motion: reduce) {
2606
- .bootstrap-wplc-content .custom-range::-moz-range-thumb {
2607
- -moz-transition: none;
2608
- transition: none; } }
2609
- .bootstrap-wplc-content .custom-range::-moz-range-thumb:active {
2610
- background-color: #b3d7ff; }
2611
- .bootstrap-wplc-content .custom-range::-moz-range-track {
2612
- width: 100%;
2613
- height: 0.5rem;
2614
- color: transparent;
2615
- cursor: pointer;
2616
- background-color: #dee2e6;
2617
- border-color: transparent;
2618
- border-radius: 1rem; }
2619
- .bootstrap-wplc-content .custom-range::-ms-thumb {
2620
- width: 1rem;
2621
- height: 1rem;
2622
- margin-top: 0;
2623
- margin-right: 0.2rem;
2624
- margin-left: 0.2rem;
2625
- background-color: #007bff;
2626
- border: 0;
2627
- border-radius: 1rem;
2628
- -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2629
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2630
- appearance: none; }
2631
- @media (prefers-reduced-motion: reduce) {
2632
- .bootstrap-wplc-content .custom-range::-ms-thumb {
2633
- -ms-transition: none;
2634
- transition: none; } }
2635
- .bootstrap-wplc-content .custom-range::-ms-thumb:active {
2636
- background-color: #b3d7ff; }
2637
- .bootstrap-wplc-content .custom-range::-ms-track {
2638
- width: 100%;
2639
- height: 0.5rem;
2640
- color: transparent;
2641
- cursor: pointer;
2642
- background-color: transparent;
2643
- border-color: transparent;
2644
- border-width: 0.5rem; }
2645
- .bootstrap-wplc-content .custom-range::-ms-fill-lower {
2646
- background-color: #dee2e6;
2647
- border-radius: 1rem; }
2648
- .bootstrap-wplc-content .custom-range::-ms-fill-upper {
2649
- margin-right: 15px;
2650
- background-color: #dee2e6;
2651
- border-radius: 1rem; }
2652
- .bootstrap-wplc-content .custom-range:disabled::-webkit-slider-thumb {
2653
- background-color: #adb5bd; }
2654
- .bootstrap-wplc-content .custom-range:disabled::-webkit-slider-runnable-track {
2655
- cursor: default; }
2656
- .bootstrap-wplc-content .custom-range:disabled::-moz-range-thumb {
2657
- background-color: #adb5bd; }
2658
- .bootstrap-wplc-content .custom-range:disabled::-moz-range-track {
2659
- cursor: default; }
2660
- .bootstrap-wplc-content .custom-range:disabled::-ms-thumb {
2661
- background-color: #adb5bd; }
2662
- .bootstrap-wplc-content .custom-control-label::before, .bootstrap-wplc-content .custom-file-label, .bootstrap-wplc-content .custom-select {
2663
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
2664
- @media (prefers-reduced-motion: reduce) {
2665
- .bootstrap-wplc-content .custom-control-label::before, .bootstrap-wplc-content .custom-file-label, .bootstrap-wplc-content .custom-select {
2666
- transition: none; } }
2667
- .bootstrap-wplc-content .nav {
2668
- display: -ms-flexbox;
2669
- display: flex;
2670
- -ms-flex-wrap: wrap;
2671
- flex-wrap: wrap;
2672
- padding-left: 0;
2673
- margin-bottom: 0;
2674
- list-style: none; }
2675
- .bootstrap-wplc-content .nav-link {
2676
- display: block;
2677
- padding: 0.5rem 1rem; }
2678
- .bootstrap-wplc-content .nav-link:focus, .bootstrap-wplc-content .nav-link:hover {
2679
- text-decoration: none; }
2680
- .bootstrap-wplc-content .nav-link.disabled {
2681
- color: #6c757d;
2682
- pointer-events: none;
2683
- cursor: default; }
2684
- .bootstrap-wplc-content .nav-tabs {
2685
- border-bottom: 1px solid #dee2e6; }
2686
- .bootstrap-wplc-content .nav-tabs .nav-item {
2687
- margin-bottom: -1px; }
2688
- .bootstrap-wplc-content .nav-tabs .nav-link {
2689
- border: 1px solid transparent;
2690
- border-top-left-radius: 0.25rem;
2691
- border-top-right-radius: 0.25rem; }
2692
- .bootstrap-wplc-content .nav-tabs .nav-link:focus, .bootstrap-wplc-content .nav-tabs .nav-link:hover {
2693
- border-color: #e9ecef #e9ecef #dee2e6; }
2694
- .bootstrap-wplc-content .nav-tabs .nav-link.disabled {
2695
- color: #6c757d;
2696
- background-color: transparent;
2697
- border-color: transparent; }
2698
- .bootstrap-wplc-content .nav-tabs .nav-item.show .nav-link, .bootstrap-wplc-content .nav-tabs .nav-link.active {
2699
- color: #495057;
2700
- background-color: #fff;
2701
- border-color: #dee2e6 #dee2e6 #fff; }
2702
- .bootstrap-wplc-content .nav-tabs .dropdown-menu {
2703
- margin-top: -1px;
2704
- border-top-left-radius: 0;
2705
- border-top-right-radius: 0; }
2706
- .bootstrap-wplc-content .nav-pills .nav-link {
2707
- border-radius: 0.25rem; }
2708
- .bootstrap-wplc-content .nav-pills .nav-link.active, .bootstrap-wplc-content .nav-pills .show > .nav-link {
2709
- color: #fff;
2710
- background-color: #007bff; }
2711
- .bootstrap-wplc-content .nav-fill .nav-item {
2712
- -ms-flex: 1 1 auto;
2713
- flex: 1 1 auto;
2714
- text-align: center; }
2715
- .bootstrap-wplc-content .nav-justified .nav-item {
2716
- -ms-flex-preferred-size: 0;
2717
- flex-basis: 0;
2718
- -ms-flex-positive: 1;
2719
- flex-grow: 1;
2720
- text-align: center; }
2721
- .bootstrap-wplc-content .tab-content > .tab-pane {
2722
- display: none; }
2723
- .bootstrap-wplc-content .tab-content > .active {
2724
- display: block; }
2725
- .bootstrap-wplc-content .navbar {
2726
- position: relative;
2727
- display: -ms-flexbox;
2728
- display: flex;
2729
- -ms-flex-wrap: wrap;
2730
- flex-wrap: wrap;
2731
- -ms-flex-align: center;
2732
- align-items: center;
2733
- -ms-flex-pack: justify;
2734
- justify-content: space-between;
2735
- padding: 0.5rem 1rem; }
2736
- .bootstrap-wplc-content .navbar .container, .bootstrap-wplc-content .navbar .container-fluid, .bootstrap-wplc-content .navbar .container-lg, .bootstrap-wplc-content .navbar .container-md, .bootstrap-wplc-content .navbar .container-sm, .bootstrap-wplc-content .navbar .container-xl {
2737
- display: -ms-flexbox;
2738
- display: flex;
2739
- -ms-flex-wrap: wrap;
2740
- flex-wrap: wrap;
2741
- -ms-flex-align: center;
2742
- align-items: center;
2743
- -ms-flex-pack: justify;
2744
- justify-content: space-between; }
2745
- .bootstrap-wplc-content .navbar-brand {
2746
- display: inline-block;
2747
- padding-top: 0.3125rem;
2748
- padding-bottom: 0.3125rem;
2749
- margin-right: 1rem;
2750
- font-size: 1.25rem;
2751
- line-height: inherit;
2752
- white-space: nowrap; }
2753
- .bootstrap-wplc-content .navbar-brand:focus, .bootstrap-wplc-content .navbar-brand:hover {
2754
- text-decoration: none; }
2755
- .bootstrap-wplc-content .navbar-nav {
2756
- display: -ms-flexbox;
2757
- display: flex;
2758
- -ms-flex-direction: column;
2759
- flex-direction: column;
2760
- padding-left: 0;
2761
- margin-bottom: 0;
2762
- list-style: none; }
2763
- .bootstrap-wplc-content .navbar-nav .nav-link {
2764
- padding-right: 0;
2765
- padding-left: 0; }
2766
- .bootstrap-wplc-content .navbar-nav .dropdown-menu {
2767
- position: static;
2768
- float: none; }
2769
- .bootstrap-wplc-content .navbar-text {
2770
- display: inline-block;
2771
- padding-top: 0.5rem;
2772
- padding-bottom: 0.5rem; }
2773
- .bootstrap-wplc-content .navbar-collapse {
2774
- -ms-flex-preferred-size: 100%;
2775
- flex-basis: 100%;
2776
- -ms-flex-positive: 1;
2777
- flex-grow: 1;
2778
- -ms-flex-align: center;
2779
- align-items: center; }
2780
- .bootstrap-wplc-content .navbar-toggler {
2781
- padding: 0.25rem 0.75rem;
2782
- font-size: 1.25rem;
2783
- line-height: 1;
2784
- background-color: transparent;
2785
- border: 1px solid transparent;
2786
- border-radius: 0.25rem; }
2787
- .bootstrap-wplc-content .navbar-toggler:focus, .bootstrap-wplc-content .navbar-toggler:hover {
2788
- text-decoration: none; }
2789
- .bootstrap-wplc-content .navbar-toggler-icon {
2790
- display: inline-block;
2791
- width: 1.5em;
2792
- height: 1.5em;
2793
- vertical-align: middle;
2794
- content: "";
2795
- background: no-repeat center center;
2796
- background-size: 100% 100%; }
2797
- @media (max-width: 575.98px) {
2798
- .bootstrap-wplc-content .navbar-expand-sm > .container, .bootstrap-wplc-content .navbar-expand-sm > .container-fluid, .bootstrap-wplc-content .navbar-expand-sm > .container-lg, .bootstrap-wplc-content .navbar-expand-sm > .container-md, .bootstrap-wplc-content .navbar-expand-sm > .container-sm, .bootstrap-wplc-content .navbar-expand-sm > .container-xl {
2799
- padding-right: 0;
2800
- padding-left: 0; } }
2801
- @media (min-width: 576px) {
2802
- .bootstrap-wplc-content .navbar-expand-sm {
2803
- -ms-flex-flow: row nowrap;
2804
- flex-flow: row nowrap;
2805
- -ms-flex-pack: start;
2806
- justify-content: flex-start; }
2807
- .bootstrap-wplc-content .navbar-expand-sm .navbar-nav {
2808
- -ms-flex-direction: row;
2809
- flex-direction: row; }
2810
- .bootstrap-wplc-content .navbar-expand-sm .navbar-nav .dropdown-menu {
2811
- position: absolute; }
2812
- .bootstrap-wplc-content .navbar-expand-sm .navbar-nav .nav-link {
2813
- padding-right: 0.5rem;
2814
- padding-left: 0.5rem; }
2815
- .bootstrap-wplc-content .navbar-expand-sm > .container, .bootstrap-wplc-content .navbar-expand-sm > .container-fluid, .bootstrap-wplc-content .navbar-expand-sm > .container-lg, .bootstrap-wplc-content .navbar-expand-sm > .container-md, .bootstrap-wplc-content .navbar-expand-sm > .container-sm, .bootstrap-wplc-content .navbar-expand-sm > .container-xl {
2816
- -ms-flex-wrap: nowrap;
2817
- flex-wrap: nowrap; }
2818
- .bootstrap-wplc-content .navbar-expand-sm .navbar-collapse {
2819
- display: -ms-flexbox !important;
2820
- display: flex !important;
2821
- -ms-flex-preferred-size: auto;
2822
- flex-basis: auto; }
2823
- .bootstrap-wplc-content .navbar-expand-sm .navbar-toggler {
2824
- display: none; } }
2825
- @media (max-width: 767.98px) {
2826
- .bootstrap-wplc-content .navbar-expand-md > .container, .bootstrap-wplc-content .navbar-expand-md > .container-fluid, .bootstrap-wplc-content .navbar-expand-md > .container-lg, .bootstrap-wplc-content .navbar-expand-md > .container-md, .bootstrap-wplc-content .navbar-expand-md > .container-sm, .bootstrap-wplc-content .navbar-expand-md > .container-xl {
2827
- padding-right: 0;
2828
- padding-left: 0; } }
2829
- @media (min-width: 768px) {
2830
- .bootstrap-wplc-content .navbar-expand-md {
2831
- -ms-flex-flow: row nowrap;
2832
- flex-flow: row nowrap;
2833
- -ms-flex-pack: start;
2834
- justify-content: flex-start; }
2835
- .bootstrap-wplc-content .navbar-expand-md .navbar-nav {
2836
- -ms-flex-direction: row;
2837
- flex-direction: row; }
2838
- .bootstrap-wplc-content .navbar-expand-md .navbar-nav .dropdown-menu {
2839
- position: absolute; }
2840
- .bootstrap-wplc-content .navbar-expand-md .navbar-nav .nav-link {
2841
- padding-right: 0.5rem;
2842
- padding-left: 0.5rem; }
2843
- .bootstrap-wplc-content .navbar-expand-md > .container, .bootstrap-wplc-content .navbar-expand-md > .container-fluid, .bootstrap-wplc-content .navbar-expand-md > .container-lg, .bootstrap-wplc-content .navbar-expand-md > .container-md, .bootstrap-wplc-content .navbar-expand-md > .container-sm, .bootstrap-wplc-content .navbar-expand-md > .container-xl {
2844
- -ms-flex-wrap: nowrap;
2845
- flex-wrap: nowrap; }
2846
- .bootstrap-wplc-content .navbar-expand-md .navbar-collapse {
2847
- display: -ms-flexbox !important;
2848
- display: flex !important;
2849
- -ms-flex-preferred-size: auto;
2850
- flex-basis: auto; }
2851
- .bootstrap-wplc-content .navbar-expand-md .navbar-toggler {
2852
- display: none; } }
2853
- @media (max-width: 991.98px) {
2854
- .bootstrap-wplc-content .navbar-expand-lg > .container, .bootstrap-wplc-content .navbar-expand-lg > .container-fluid, .bootstrap-wplc-content .navbar-expand-lg > .container-lg, .bootstrap-wplc-content .navbar-expand-lg > .container-md, .bootstrap-wplc-content .navbar-expand-lg > .container-sm, .bootstrap-wplc-content .navbar-expand-lg > .container-xl {
2855
- padding-right: 0;
2856
- padding-left: 0; } }
2857
- @media (min-width: 992px) {
2858
- .bootstrap-wplc-content .navbar-expand-lg {
2859
- -ms-flex-flow: row nowrap;
2860
- flex-flow: row nowrap;
2861
- -ms-flex-pack: start;
2862
- justify-content: flex-start; }
2863
- .bootstrap-wplc-content .navbar-expand-lg .navbar-nav {
2864
- -ms-flex-direction: row;
2865
- flex-direction: row; }
2866
- .bootstrap-wplc-content .navbar-expand-lg .navbar-nav .dropdown-menu {
2867
- position: absolute; }
2868
- .bootstrap-wplc-content .navbar-expand-lg .navbar-nav .nav-link {
2869
- padding-right: 0.5rem;
2870
- padding-left: 0.5rem; }
2871
- .bootstrap-wplc-content .navbar-expand-lg > .container, .bootstrap-wplc-content .navbar-expand-lg > .container-fluid, .bootstrap-wplc-content .navbar-expand-lg > .container-lg, .bootstrap-wplc-content .navbar-expand-lg > .container-md, .bootstrap-wplc-content .navbar-expand-lg > .container-sm, .bootstrap-wplc-content .navbar-expand-lg > .container-xl {
2872
- -ms-flex-wrap: nowrap;
2873
- flex-wrap: nowrap; }
2874
- .bootstrap-wplc-content .navbar-expand-lg .navbar-collapse {
2875
- display: -ms-flexbox !important;
2876
- display: flex !important;
2877
- -ms-flex-preferred-size: auto;
2878
- flex-basis: auto; }
2879
- .bootstrap-wplc-content .navbar-expand-lg .navbar-toggler {
2880
- display: none; } }
2881
- @media (max-width: 1199.98px) {
2882
- .bootstrap-wplc-content .navbar-expand-xl > .container, .bootstrap-wplc-content .navbar-expand-xl > .container-fluid, .bootstrap-wplc-content .navbar-expand-xl > .container-lg, .bootstrap-wplc-content .navbar-expand-xl > .container-md, .bootstrap-wplc-content .navbar-expand-xl > .container-sm, .bootstrap-wplc-content .navbar-expand-xl > .container-xl {
2883
- padding-right: 0;
2884
- padding-left: 0; } }
2885
- @media (min-width: 1200px) {
2886
- .bootstrap-wplc-content .navbar-expand-xl {
2887
- -ms-flex-flow: row nowrap;
2888
- flex-flow: row nowrap;
2889
- -ms-flex-pack: start;
2890
- justify-content: flex-start; }
2891
- .bootstrap-wplc-content .navbar-expand-xl .navbar-nav {
2892
- -ms-flex-direction: row;
2893
- flex-direction: row; }
2894
- .bootstrap-wplc-content .navbar-expand-xl .navbar-nav .dropdown-menu {
2895
- position: absolute; }
2896
- .bootstrap-wplc-content .navbar-expand-xl .navbar-nav .nav-link {
2897
- padding-right: 0.5rem;
2898
- padding-left: 0.5rem; }
2899
- .bootstrap-wplc-content .navbar-expand-xl > .container, .bootstrap-wplc-content .navbar-expand-xl > .container-fluid, .bootstrap-wplc-content .navbar-expand-xl > .container-lg, .bootstrap-wplc-content .navbar-expand-xl > .container-md, .bootstrap-wplc-content .navbar-expand-xl > .container-sm, .bootstrap-wplc-content .navbar-expand-xl > .container-xl {
2900
- -ms-flex-wrap: nowrap;
2901
- flex-wrap: nowrap; }
2902
- .bootstrap-wplc-content .navbar-expand-xl .navbar-collapse {
2903
- display: -ms-flexbox !important;
2904
- display: flex !important;
2905
- -ms-flex-preferred-size: auto;
2906
- flex-basis: auto; }
2907
- .bootstrap-wplc-content .navbar-expand-xl .navbar-toggler {
2908
- display: none; } }
2909
- .bootstrap-wplc-content .navbar-expand {
2910
- -ms-flex-flow: row nowrap;
2911
- flex-flow: row nowrap;
2912
- -ms-flex-pack: start;
2913
- justify-content: flex-start; }
2914
- .bootstrap-wplc-content .navbar-expand > .container, .bootstrap-wplc-content .navbar-expand > .container-fluid, .bootstrap-wplc-content .navbar-expand > .container-lg, .bootstrap-wplc-content .navbar-expand > .container-md, .bootstrap-wplc-content .navbar-expand > .container-sm, .bootstrap-wplc-content .navbar-expand > .container-xl {
2915
- padding-right: 0;
2916
- padding-left: 0; }
2917
- .bootstrap-wplc-content .navbar-expand .navbar-nav {
2918
- -ms-flex-direction: row;
2919
- flex-direction: row; }
2920
- .bootstrap-wplc-content .navbar-expand .navbar-nav .dropdown-menu {
2921
- position: absolute; }
2922
- .bootstrap-wplc-content .navbar-expand .navbar-nav .nav-link {
2923
- padding-right: 0.5rem;
2924
- padding-left: 0.5rem; }
2925
- .bootstrap-wplc-content .navbar-expand > .container, .bootstrap-wplc-content .navbar-expand > .container-fluid, .bootstrap-wplc-content .navbar-expand > .container-lg, .bootstrap-wplc-content .navbar-expand > .container-md, .bootstrap-wplc-content .navbar-expand > .container-sm, .bootstrap-wplc-content .navbar-expand > .container-xl {
2926
- -ms-flex-wrap: nowrap;
2927
- flex-wrap: nowrap; }
2928
- .bootstrap-wplc-content .navbar-expand .navbar-collapse {
2929
- display: -ms-flexbox !important;
2930
- display: flex !important;
2931
- -ms-flex-preferred-size: auto;
2932
- flex-basis: auto; }
2933
- .bootstrap-wplc-content .navbar-expand .navbar-toggler {
2934
- display: none; }
2935
- .bootstrap-wplc-content .navbar-light .navbar-brand {
2936
- color: rgba(0, 0, 0, 0.9); }
2937
- .bootstrap-wplc-content .navbar-light .navbar-brand:focus, .bootstrap-wplc-content .navbar-light .navbar-brand:hover {
2938
- color: rgba(0, 0, 0, 0.9); }
2939
- .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link {
2940
- color: rgba(0, 0, 0, 0.5); }
2941
- .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link:focus, .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link:hover {
2942
- color: rgba(0, 0, 0, 0.7); }
2943
- .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link.disabled {
2944
- color: rgba(0, 0, 0, 0.3); }
2945
- .bootstrap-wplc-content .navbar-light .navbar-nav .active > .nav-link, .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link.active, .bootstrap-wplc-content .navbar-light .navbar-nav .nav-link.show, .bootstrap-wplc-content .navbar-light .navbar-nav .show > .nav-link {
2946
- color: rgba(0, 0, 0, 0.9); }
2947
- .bootstrap-wplc-content .navbar-light .navbar-toggler {
2948
- color: rgba(0, 0, 0, 0.5);
2949
- border-color: rgba(0, 0, 0, 0.1); }
2950
- .bootstrap-wplc-content .navbar-light .navbar-toggler-icon {
2951
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
2952
- .bootstrap-wplc-content .navbar-light .navbar-text {
2953
- color: rgba(0, 0, 0, 0.5); }
2954
- .bootstrap-wplc-content .navbar-light .navbar-text a {
2955
- color: rgba(0, 0, 0, 0.9); }
2956
- .bootstrap-wplc-content .navbar-light .navbar-text a:focus, .bootstrap-wplc-content .navbar-light .navbar-text a:hover {
2957
- color: rgba(0, 0, 0, 0.9); }
2958
- .bootstrap-wplc-content .navbar-dark .navbar-brand {
2959
- color: #fff; }
2960
- .bootstrap-wplc-content .navbar-dark .navbar-brand:focus, .bootstrap-wplc-content .navbar-dark .navbar-brand:hover {
2961
- color: #fff; }
2962
- .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link {
2963
- color: rgba(255, 255, 255, 0.5); }
2964
- .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link:focus, .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link:hover {
2965
- color: rgba(255, 255, 255, 0.75); }
2966
- .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link.disabled {
2967
- color: rgba(255, 255, 255, 0.25); }
2968
- .bootstrap-wplc-content .navbar-dark .navbar-nav .active > .nav-link, .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link.active, .bootstrap-wplc-content .navbar-dark .navbar-nav .nav-link.show, .bootstrap-wplc-content .navbar-dark .navbar-nav .show > .nav-link {
2969
- color: #fff; }
2970
- .bootstrap-wplc-content .navbar-dark .navbar-toggler {
2971
- color: rgba(255, 255, 255, 0.5);
2972
- border-color: rgba(255, 255, 255, 0.1); }
2973
- .bootstrap-wplc-content .navbar-dark .navbar-toggler-icon {
2974
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
2975
- .bootstrap-wplc-content .navbar-dark .navbar-text {
2976
- color: rgba(255, 255, 255, 0.5); }
2977
- .bootstrap-wplc-content .navbar-dark .navbar-text a {
2978
- color: #fff; }
2979
- .bootstrap-wplc-content .navbar-dark .navbar-text a:focus, .bootstrap-wplc-content .navbar-dark .navbar-text a:hover {
2980
- color: #fff; }
2981
- .bootstrap-wplc-content .card {
2982
- position: relative;
2983
- display: -ms-flexbox;
2984
- display: flex;
2985
- -ms-flex-direction: column;
2986
- flex-direction: column;
2987
- min-width: 0;
2988
- word-wrap: break-word;
2989
- background-color: #fff;
2990
- background-clip: border-box;
2991
- border: 1px solid rgba(0, 0, 0, 0.125);
2992
- border-radius: 0.25rem; }
2993
- .bootstrap-wplc-content .card > hr {
2994
- margin-right: 0;
2995
- margin-left: 0; }
2996
- .bootstrap-wplc-content .card > .list-group:first-child .list-group-item:first-child {
2997
- border-top-left-radius: 0.25rem;
2998
- border-top-right-radius: 0.25rem; }
2999
- .bootstrap-wplc-content .card > .list-group:last-child .list-group-item:last-child {
3000
- border-bottom-right-radius: 0.25rem;
3001
- border-bottom-left-radius: 0.25rem; }
3002
- .bootstrap-wplc-content .card-body {
3003
- -ms-flex: 1 1 auto;
3004
- flex: 1 1 auto;
3005
- min-height: 1px;
3006
- padding: 1.25rem; }
3007
- .bootstrap-wplc-content .card-title {
3008
- margin-bottom: 0.75rem; }
3009
- .bootstrap-wplc-content .card-subtitle {
3010
- margin-top: -0.375rem;
3011
- margin-bottom: 0; }
3012
- .bootstrap-wplc-content .card-text:last-child {
3013
- margin-bottom: 0; }
3014
- .bootstrap-wplc-content .card-link:hover {
3015
- text-decoration: none; }
3016
- .bootstrap-wplc-content .card-link + .card-link {
3017
- margin-left: 1.25rem; }
3018
- .bootstrap-wplc-content .card-header {
3019
- padding: 0.75rem 1.25rem;
3020
- margin-bottom: 0;
3021
- background-color: rgba(0, 0, 0, 0.03);
3022
- border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
3023
- .bootstrap-wplc-content .card-header:first-child {
3024
- border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
3025
- .bootstrap-wplc-content .card-header + .list-group .list-group-item:first-child {
3026
- border-top: 0; }
3027
- .bootstrap-wplc-content .card-footer {
3028
- padding: 0.75rem 1.25rem;
3029
- background-color: rgba(0, 0, 0, 0.03);
3030
- border-top: 1px solid rgba(0, 0, 0, 0.125); }
3031
- .bootstrap-wplc-content .card-footer:last-child {
3032
- border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }
3033
- .bootstrap-wplc-content .card-header-tabs {
3034
- margin-right: -0.625rem;
3035
- margin-bottom: -0.75rem;
3036
- margin-left: -0.625rem;
3037
- border-bottom: 0; }
3038
- .bootstrap-wplc-content .card-header-pills {
3039
- margin-right: -0.625rem;
3040
- margin-left: -0.625rem; }
3041
- .bootstrap-wplc-content .card-img-overlay {
3042
- position: absolute;
3043
- top: 0;
3044
- right: 0;
3045
- bottom: 0;
3046
- left: 0;
3047
- padding: 1.25rem; }
3048
- .bootstrap-wplc-content .card-img, .bootstrap-wplc-content .card-img-bottom, .bootstrap-wplc-content .card-img-top {
3049
- -ms-flex-negative: 0;
3050
- flex-shrink: 0;
3051
- width: 100%; }
3052
- .bootstrap-wplc-content .card-img, .bootstrap-wplc-content .card-img-top {
3053
- border-top-left-radius: calc(.25rem - 1px);
3054
- border-top-right-radius: calc(.25rem - 1px); }
3055
- .bootstrap-wplc-content .card-img, .bootstrap-wplc-content .card-img-bottom {
3056
- border-bottom-right-radius: calc(.25rem - 1px);
3057
- border-bottom-left-radius: calc(.25rem - 1px); }
3058
- .bootstrap-wplc-content .card-deck .card {
3059
- margin-bottom: 15px; }
3060
- @media (min-width: 576px) {
3061
- .bootstrap-wplc-content .card-deck {
3062
- display: -ms-flexbox;
3063
- display: flex;
3064
- -ms-flex-flow: row wrap;
3065
- flex-flow: row wrap;
3066
- margin-right: -15px;
3067
- margin-left: -15px; }
3068
- .bootstrap-wplc-content .card-deck .card {
3069
- -ms-flex: 1 0 0%;
3070
- flex: 1 0 0%;
3071
- margin-right: 15px;
3072
- margin-bottom: 0;
3073
- margin-left: 15px; } }
3074
- .bootstrap-wplc-content .card-group > .card {
3075
- margin-bottom: 15px; }
3076
- @media (min-width: 576px) {
3077
- .bootstrap-wplc-content .card-group {
3078
- display: -ms-flexbox;
3079
- display: flex;
3080
- -ms-flex-flow: row wrap;
3081
- flex-flow: row wrap; }
3082
- .bootstrap-wplc-content .card-group > .card {
3083
- -ms-flex: 1 0 0%;
3084
- flex: 1 0 0%;
3085
- margin-bottom: 0; }
3086
- .bootstrap-wplc-content .card-group > .card + .card {
3087
- margin-left: 0;
3088
- border-left: 0; }
3089
- .bootstrap-wplc-content .card-group > .card:not(:last-child) {
3090
- border-top-right-radius: 0;
3091
- border-bottom-right-radius: 0; }
3092
- .bootstrap-wplc-content .card-group > .card:not(:last-child) .card-header, .bootstrap-wplc-content .card-group > .card:not(:last-child) .card-img-top {
3093
- border-top-right-radius: 0; }
3094
- .bootstrap-wplc-content .card-group > .card:not(:last-child) .card-footer, .bootstrap-wplc-content .card-group > .card:not(:last-child) .card-img-bottom {
3095
- border-bottom-right-radius: 0; }
3096
- .bootstrap-wplc-content .card-group > .card:not(:first-child) {
3097
- border-top-left-radius: 0;
3098
- border-bottom-left-radius: 0; }
3099
- .bootstrap-wplc-content .card-group > .card:not(:first-child) .card-header, .bootstrap-wplc-content .card-group > .card:not(:first-child) .card-img-top {
3100
- border-top-left-radius: 0; }
3101
- .bootstrap-wplc-content .card-group > .card:not(:first-child) .card-footer, .bootstrap-wplc-content .card-group > .card:not(:first-child) .card-img-bottom {
3102
- border-bottom-left-radius: 0; } }
3103
- .bootstrap-wplc-content .card-columns .card {
3104
- margin-bottom: 0.75rem; }
3105
- @media (min-width: 576px) {
3106
- .bootstrap-wplc-content .card-columns {
3107
- -webkit-column-count: 3;
3108
- -moz-column-count: 3;
3109
- column-count: 3;
3110
- -webkit-column-gap: 1.25rem;
3111
- -moz-column-gap: 1.25rem;
3112
- column-gap: 1.25rem;
3113
- orphans: 1;
3114
- widows: 1; }
3115
- .bootstrap-wplc-content .card-columns .card {
3116
- display: inline-block;
3117
- width: 100%; } }
3118
- .bootstrap-wplc-content .accordion > .card {
3119
- overflow: hidden; }
3120
- .bootstrap-wplc-content .accordion > .card:not(:last-of-type) {
3121
- border-bottom: 0;
3122
- border-bottom-right-radius: 0;
3123
- border-bottom-left-radius: 0; }
3124
- .bootstrap-wplc-content .accordion > .card:not(:first-of-type) {
3125
- border-top-left-radius: 0;
3126
- border-top-right-radius: 0; }
3127
- .bootstrap-wplc-content .accordion > .card > .card-header {
3128
- border-radius: 0;
3129
- margin-bottom: -1px; }
3130
- .bootstrap-wplc-content .breadcrumb {
3131
- display: -ms-flexbox;
3132
- display: flex;
3133
- -ms-flex-wrap: wrap;
3134
- flex-wrap: wrap;
3135
- padding: 0.75rem 1rem;
3136
- margin-bottom: 1rem;
3137
- list-style: none;
3138
- background-color: #e9ecef;
3139
- border-radius: 0.25rem; }
3140
- .bootstrap-wplc-content .breadcrumb-item + .breadcrumb-item {
3141
- padding-left: 0.5rem; }
3142
- .bootstrap-wplc-content .breadcrumb-item + .breadcrumb-item::before {
3143
- display: inline-block;
3144
- padding-right: 0.5rem;
3145
- color: #6c757d;
3146
- content: "/"; }
3147
- .bootstrap-wplc-content .breadcrumb-item + .breadcrumb-item:hover::before {
3148
- text-decoration: underline; }
3149
- .bootstrap-wplc-content .breadcrumb-item + .breadcrumb-item:hover::before {
3150
- text-decoration: none; }
3151
- .bootstrap-wplc-content .breadcrumb-item.active {
3152
- color: #6c757d; }
3153
- .bootstrap-wplc-content .pagination {
3154
- display: -ms-flexbox;
3155
- display: flex;
3156
- padding-left: 0;
3157
- list-style: none;
3158
- border-radius: 0.25rem; }
3159
- .bootstrap-wplc-content .page-link {
3160
- position: relative;
3161
- display: block;
3162
- padding: 0.5rem 0.75rem;
3163
- margin-left: -1px;
3164
- line-height: 1.25;
3165
- color: #007bff;
3166
- background-color: #fff;
3167
- border: 1px solid #dee2e6; }
3168
- .bootstrap-wplc-content .page-link:hover {
3169
- z-index: 2;
3170
- color: #0056b3;
3171
- text-decoration: none;
3172
- background-color: #e9ecef;
3173
- border-color: #dee2e6; }
3174
- .bootstrap-wplc-content .page-link:focus {
3175
- z-index: 3;
3176
- outline: 0;
3177
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
3178
- .bootstrap-wplc-content .page-item:first-child .page-link {
3179
- margin-left: 0;
3180
- border-top-left-radius: 0.25rem;
3181
- border-bottom-left-radius: 0.25rem; }
3182
- .bootstrap-wplc-content .page-item:last-child .page-link {
3183
- border-top-right-radius: 0.25rem;
3184
- border-bottom-right-radius: 0.25rem; }
3185
- .bootstrap-wplc-content .page-item.active .page-link {
3186
- z-index: 3;
3187
- color: #fff;
3188
- background-color: #007bff;
3189
- border-color: #007bff; }
3190
- .bootstrap-wplc-content .page-item.disabled .page-link {
3191
- color: #6c757d;
3192
- pointer-events: none;
3193
- cursor: auto;
3194
- background-color: #fff;
3195
- border-color: #dee2e6; }
3196
- .bootstrap-wplc-content .pagination-lg .page-link {
3197
- padding: 0.75rem 1.5rem;
3198
- font-size: 1.25rem;
3199
- line-height: 1.5; }
3200
- .bootstrap-wplc-content .pagination-lg .page-item:first-child .page-link {
3201
- border-top-left-radius: 0.3rem;
3202
- border-bottom-left-radius: 0.3rem; }
3203
- .bootstrap-wplc-content .pagination-lg .page-item:last-child .page-link {
3204
- border-top-right-radius: 0.3rem;
3205
- border-bottom-right-radius: 0.3rem; }
3206
- .bootstrap-wplc-content .pagination-sm .page-link {
3207
- padding: 0.25rem 0.5rem;
3208
- font-size: 0.875rem;
3209
- line-height: 1.5; }
3210
- .bootstrap-wplc-content .pagination-sm .page-item:first-child .page-link {
3211
- border-top-left-radius: 0.2rem;
3212
- border-bottom-left-radius: 0.2rem; }
3213
- .bootstrap-wplc-content .pagination-sm .page-item:last-child .page-link {
3214
- border-top-right-radius: 0.2rem;
3215
- border-bottom-right-radius: 0.2rem; }
3216
- .bootstrap-wplc-content .badge {
3217
- display: inline-block;
3218
- padding: 0.25em 0.4em;
3219
- font-size: 75%;
3220
- font-weight: 700;
3221
- line-height: 1;
3222
- text-align: center;
3223
- white-space: nowrap;
3224
- vertical-align: baseline;
3225
- border-radius: 0.25rem;
3226
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
3227
- @media (prefers-reduced-motion: reduce) {
3228
- .bootstrap-wplc-content .badge {
3229
- transition: none; } }
3230
- .bootstrap-wplc-content a.badge:focus, .bootstrap-wplc-content a.badge:hover {
3231
- text-decoration: none; }
3232
- .bootstrap-wplc-content .badge:empty {
3233
- display: none; }
3234
- .bootstrap-wplc-content .btn .badge {
3235
- position: relative;
3236
- top: -1px; }
3237
- .bootstrap-wplc-content .badge-pill {
3238
- padding-right: 0.6em;
3239
- padding-left: 0.6em;
3240
- border-radius: 10rem; }
3241
- .bootstrap-wplc-content .badge-primary {
3242
- color: #fff;
3243
- background-color: #007bff; }
3244
- .bootstrap-wplc-content a.badge-primary:focus, .bootstrap-wplc-content a.badge-primary:hover {
3245
- color: #fff;
3246
- background-color: #0062cc; }
3247
- .bootstrap-wplc-content a.badge-primary.focus, .bootstrap-wplc-content a.badge-primary:focus {
3248
- outline: 0;
3249
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
3250
- .bootstrap-wplc-content .badge-secondary {
3251
- color: #fff;
3252
- background-color: #6c757d; }
3253
- .bootstrap-wplc-content a.badge-secondary:focus, .bootstrap-wplc-content a.badge-secondary:hover {
3254
- color: #fff;
3255
- background-color: #545b62; }
3256
- .bootstrap-wplc-content a.badge-secondary.focus, .bootstrap-wplc-content a.badge-secondary:focus {
3257
- outline: 0;
3258
- box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
3259
- .bootstrap-wplc-content .badge-success {
3260
- color: #fff;
3261
- background-color: #28a745; }
3262
- .bootstrap-wplc-content a.badge-success:focus, .bootstrap-wplc-content a.badge-success:hover {
3263
- color: #fff;
3264
- background-color: #1e7e34; }
3265
- .bootstrap-wplc-content a.badge-success.focus, .bootstrap-wplc-content a.badge-success:focus {
3266
- outline: 0;
3267
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
3268
- .bootstrap-wplc-content .badge-info {
3269
- color: #fff;
3270
- background-color: #17a2b8; }
3271
- .bootstrap-wplc-content a.badge-info:focus, .bootstrap-wplc-content a.badge-info:hover {
3272
- color: #fff;
3273
- background-color: #117a8b; }
3274
- .bootstrap-wplc-content a.badge-info.focus, .bootstrap-wplc-content a.badge-info:focus {
3275
- outline: 0;
3276
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
3277
- .bootstrap-wplc-content .badge-warning {
3278
- color: #212529;
3279
- background-color: #ffc107; }
3280
- .bootstrap-wplc-content a.badge-warning:focus, .bootstrap-wplc-content a.badge-warning:hover {
3281
- color: #212529;
3282
- background-color: #d39e00; }
3283
- .bootstrap-wplc-content a.badge-warning.focus, .bootstrap-wplc-content a.badge-warning:focus {
3284
- outline: 0;
3285
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
3286
- .bootstrap-wplc-content .badge-danger {
3287
- color: #fff;
3288
- background-color: #dc3545; }
3289
- .bootstrap-wplc-content a.badge-danger:focus, .bootstrap-wplc-content a.badge-danger:hover {
3290
- color: #fff;
3291
- background-color: #bd2130; }
3292
- .bootstrap-wplc-content a.badge-danger.focus, .bootstrap-wplc-content a.badge-danger:focus {
3293
- outline: 0;
3294
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
3295
- .bootstrap-wplc-content .badge-light {
3296
- color: #212529;
3297
- background-color: #f8f9fa; }
3298
- .bootstrap-wplc-content a.badge-light:focus, .bootstrap-wplc-content a.badge-light:hover {
3299
- color: #212529;
3300
- background-color: #dae0e5; }
3301
- .bootstrap-wplc-content a.badge-light.focus, .bootstrap-wplc-content a.badge-light:focus {
3302
- outline: 0;
3303
- box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
3304
- .bootstrap-wplc-content .badge-dark {
3305
- color: #fff;
3306
- background-color: #343a40; }
3307
- .bootstrap-wplc-content a.badge-dark:focus, .bootstrap-wplc-content a.badge-dark:hover {
3308
- color: #fff;
3309
- background-color: #1d2124; }
3310
- .bootstrap-wplc-content a.badge-dark.focus, .bootstrap-wplc-content a.badge-dark:focus {
3311
- outline: 0;
3312
- box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
3313
- .bootstrap-wplc-content .jumbotron {
3314
- padding: 2rem 1rem;
3315
- margin-bottom: 2rem;
3316
- background-color: #e9ecef;
3317
- border-radius: 0.3rem; }
3318
- @media (min-width: 576px) {
3319
- .bootstrap-wplc-content .jumbotron {
3320
- padding: 4rem 2rem; } }
3321
- .bootstrap-wplc-content .jumbotron-fluid {
3322
- padding-right: 0;
3323
- padding-left: 0;
3324
- border-radius: 0; }
3325
- .bootstrap-wplc-content .alert {
3326
- position: relative;
3327
- padding: 0.75rem 1.25rem;
3328
- margin-bottom: 1rem;
3329
- border: 1px solid transparent;
3330
- border-radius: 0.25rem; }
3331
- .bootstrap-wplc-content .alert-heading {
3332
- color: inherit; }
3333
- .bootstrap-wplc-content .alert-link {
3334
- font-weight: 700; }
3335
- .bootstrap-wplc-content .alert-dismissible {
3336
- padding-right: 4rem; }
3337
- .bootstrap-wplc-content .alert-dismissible .close {
3338
- position: absolute;
3339
- top: 0;
3340
- right: 0;
3341
- padding: 0.75rem 1.25rem;
3342
- color: inherit; }
3343
- .bootstrap-wplc-content .alert-primary {
3344
- color: #004085;
3345
- background-color: #cce5ff;
3346
- border-color: #b8daff; }
3347
- .bootstrap-wplc-content .alert-primary hr {
3348
- border-top-color: #9fcdff; }
3349
- .bootstrap-wplc-content .alert-primary .alert-link {
3350
- color: #002752; }
3351
- .bootstrap-wplc-content .alert-secondary {
3352
- color: #383d41;
3353
- background-color: #e2e3e5;
3354
- border-color: #d6d8db; }
3355
- .bootstrap-wplc-content .alert-secondary hr {
3356
- border-top-color: #c8cbcf; }
3357
- .bootstrap-wplc-content .alert-secondary .alert-link {
3358
- color: #202326; }
3359
- .bootstrap-wplc-content .alert-success {
3360
- color: #155724;
3361
- background-color: #d4edda;
3362
- border-color: #c3e6cb; }
3363
- .bootstrap-wplc-content .alert-success hr {
3364
- border-top-color: #b1dfbb; }
3365
- .bootstrap-wplc-content .alert-success .alert-link {
3366
- color: #0b2e13; }
3367
- .bootstrap-wplc-content .alert-info {
3368
- color: #0c5460;
3369
- background-color: #d1ecf1;
3370
- border-color: #bee5eb; }
3371
- .bootstrap-wplc-content .alert-info hr {
3372
- border-top-color: #abdde5; }
3373
- .bootstrap-wplc-content .alert-info .alert-link {
3374
- color: #062c33; }
3375
- .bootstrap-wplc-content .alert-warning {
3376
- color: #856404;
3377
- background-color: #fff3cd;
3378
- border-color: #ffeeba; }
3379
- .bootstrap-wplc-content .alert-warning hr {
3380
- border-top-color: #ffe8a1; }
3381
- .bootstrap-wplc-content .alert-warning .alert-link {
3382
- color: #533f03; }
3383
- .bootstrap-wplc-content .alert-danger {
3384
- color: #721c24;
3385
- background-color: #f8d7da;
3386
- border-color: #f5c6cb; }
3387
- .bootstrap-wplc-content .alert-danger hr {
3388
- border-top-color: #f1b0b7; }
3389
- .bootstrap-wplc-content .alert-danger .alert-link {
3390
- color: #491217; }
3391
- .bootstrap-wplc-content .alert-light {
3392
- color: #818182;
3393
- background-color: #fefefe;
3394
- border-color: #fdfdfe; }
3395
- .bootstrap-wplc-content .alert-light hr {
3396
- border-top-color: #ececf6; }
3397
- .bootstrap-wplc-content .alert-light .alert-link {
3398
- color: #686868; }
3399
- .bootstrap-wplc-content .alert-dark {
3400
- color: #1b1e21;
3401
- background-color: #d6d8d9;
3402
- border-color: #c6c8ca; }
3403
- .bootstrap-wplc-content .alert-dark hr {
3404
- border-top-color: #b9bbbe; }
3405
- .bootstrap-wplc-content .alert-dark .alert-link {
3406
- color: #040505; }
3407
-
3408
- @-webkit-keyframes progress-bar-stripes {
3409
- from {
3410
- background-position: 1rem 0; }
3411
- to {
3412
- background-position: 0 0; } }
3413
-
3414
- @keyframes progress-bar-stripes {
3415
- from {
3416
- background-position: 1rem 0; }
3417
- to {
3418
- background-position: 0 0; } }
3419
- .bootstrap-wplc-content .progress {
3420
- display: -ms-flexbox;
3421
- display: flex;
3422
- height: 1rem;
3423
- overflow: hidden;
3424
- font-size: 0.75rem;
3425
- background-color: #e9ecef;
3426
- border-radius: 0.25rem; }
3427
- .bootstrap-wplc-content .progress-bar {
3428
- display: -ms-flexbox;
3429
- display: flex;
3430
- -ms-flex-direction: column;
3431
- flex-direction: column;
3432
- -ms-flex-pack: center;
3433
- justify-content: center;
3434
- overflow: hidden;
3435
- color: #fff;
3436
- text-align: center;
3437
- white-space: nowrap;
3438
- background-color: #007bff;
3439
- transition: width 0.6s ease; }
3440
- @media (prefers-reduced-motion: reduce) {
3441
- .bootstrap-wplc-content .progress-bar {
3442
- transition: none; } }
3443
- .bootstrap-wplc-content .progress-bar-striped {
3444
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3445
- background-size: 1rem 1rem; }
3446
- .bootstrap-wplc-content .progress-bar-animated {
3447
- -webkit-animation: progress-bar-stripes 1s linear infinite;
3448
- animation: progress-bar-stripes 1s linear infinite; }
3449
- @media (prefers-reduced-motion: reduce) {
3450
- .bootstrap-wplc-content .progress-bar-animated {
3451
- -webkit-animation: none;
3452
- animation: none; } }
3453
- .bootstrap-wplc-content .media {
3454
- display: -ms-flexbox;
3455
- display: flex;
3456
- -ms-flex-align: start;
3457
- align-items: flex-start; }
3458
- .bootstrap-wplc-content .media-body {
3459
- -ms-flex: 1;
3460
- flex: 1; }
3461
- .bootstrap-wplc-content .list-group {
3462
- display: -ms-flexbox;
3463
- display: flex;
3464
- -ms-flex-direction: column;
3465
- flex-direction: column;
3466
- padding-left: 0;
3467
- margin-bottom: 0; }
3468
- .bootstrap-wplc-content .list-group-item-action {
3469
- width: 100%;
3470
- color: #495057;
3471
- text-align: inherit; }
3472
- .bootstrap-wplc-content .list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-action:hover {
3473
- z-index: 1;
3474
- color: #495057;
3475
- text-decoration: none;
3476
- background-color: #f8f9fa; }
3477
- .bootstrap-wplc-content .list-group-item-action:active {
3478
- color: #212529;
3479
- background-color: #e9ecef; }
3480
- .bootstrap-wplc-content .list-group-item {
3481
- position: relative;
3482
- display: block;
3483
- padding: 0.75rem 1.25rem;
3484
- background-color: #fff;
3485
- border: 1px solid rgba(0, 0, 0, 0.125); }
3486
- .bootstrap-wplc-content .list-group-item:first-child {
3487
- border-top-left-radius: 0.25rem;
3488
- border-top-right-radius: 0.25rem; }
3489
- .bootstrap-wplc-content .list-group-item:last-child {
3490
- border-bottom-right-radius: 0.25rem;
3491
- border-bottom-left-radius: 0.25rem; }
3492
- .bootstrap-wplc-content .list-group-item.disabled, .bootstrap-wplc-content .list-group-item:disabled {
3493
- color: #6c757d;
3494
- pointer-events: none;
3495
- background-color: #fff; }
3496
- .bootstrap-wplc-content .list-group-item.active {
3497
- z-index: 2;
3498
- color: #fff;
3499
- background-color: #007bff;
3500
- border-color: #007bff; }
3501
- .bootstrap-wplc-content .list-group-item + .list-group-item {
3502
- border-top-width: 0; }
3503
- .bootstrap-wplc-content .list-group-item + .list-group-item.active {
3504
- margin-top: -1px;
3505
- border-top-width: 1px; }
3506
- .bootstrap-wplc-content .list-group-horizontal {
3507
- -ms-flex-direction: row;
3508
- flex-direction: row; }
3509
- .bootstrap-wplc-content .list-group-horizontal .list-group-item:first-child {
3510
- border-bottom-left-radius: 0.25rem;
3511
- border-top-right-radius: 0; }
3512
- .bootstrap-wplc-content .list-group-horizontal .list-group-item:last-child {
3513
- border-top-right-radius: 0.25rem;
3514
- border-bottom-left-radius: 0; }
3515
- .bootstrap-wplc-content .list-group-horizontal .list-group-item.active {
3516
- margin-top: 0; }
3517
- .bootstrap-wplc-content .list-group-horizontal .list-group-item + .list-group-item {
3518
- border-top-width: 1px;
3519
- border-left-width: 0; }
3520
- .bootstrap-wplc-content .list-group-horizontal .list-group-item + .list-group-item.active {
3521
- margin-left: -1px;
3522
- border-left-width: 1px; }
3523
- @media (min-width: 576px) {
3524
- .bootstrap-wplc-content .list-group-horizontal-sm {
3525
- -ms-flex-direction: row;
3526
- flex-direction: row; }
3527
- .bootstrap-wplc-content .list-group-horizontal-sm .list-group-item:first-child {
3528
- border-bottom-left-radius: 0.25rem;
3529
- border-top-right-radius: 0; }
3530
- .bootstrap-wplc-content .list-group-horizontal-sm .list-group-item:last-child {
3531
- border-top-right-radius: 0.25rem;
3532
- border-bottom-left-radius: 0; }
3533
- .bootstrap-wplc-content .list-group-horizontal-sm .list-group-item.active {
3534
- margin-top: 0; }
3535
- .bootstrap-wplc-content .list-group-horizontal-sm .list-group-item + .list-group-item {
3536
- border-top-width: 1px;
3537
- border-left-width: 0; }
3538
- .bootstrap-wplc-content .list-group-horizontal-sm .list-group-item + .list-group-item.active {
3539
- margin-left: -1px;
3540
- border-left-width: 1px; } }
3541
- @media (min-width: 768px) {
3542
- .bootstrap-wplc-content .list-group-horizontal-md {
3543
- -ms-flex-direction: row;
3544
- flex-direction: row; }
3545
- .bootstrap-wplc-content .list-group-horizontal-md .list-group-item:first-child {
3546
- border-bottom-left-radius: 0.25rem;
3547
- border-top-right-radius: 0; }
3548
- .bootstrap-wplc-content .list-group-horizontal-md .list-group-item:last-child {
3549
- border-top-right-radius: 0.25rem;
3550
- border-bottom-left-radius: 0; }
3551
- .bootstrap-wplc-content .list-group-horizontal-md .list-group-item.active {
3552
- margin-top: 0; }
3553
- .bootstrap-wplc-content .list-group-horizontal-md .list-group-item + .list-group-item {
3554
- border-top-width: 1px;
3555
- border-left-width: 0; }
3556
- .bootstrap-wplc-content .list-group-horizontal-md .list-group-item + .list-group-item.active {
3557
- margin-left: -1px;
3558
- border-left-width: 1px; } }
3559
- @media (min-width: 992px) {
3560
- .bootstrap-wplc-content .list-group-horizontal-lg {
3561
- -ms-flex-direction: row;
3562
- flex-direction: row; }
3563
- .bootstrap-wplc-content .list-group-horizontal-lg .list-group-item:first-child {
3564
- border-bottom-left-radius: 0.25rem;
3565
- border-top-right-radius: 0; }
3566
- .bootstrap-wplc-content .list-group-horizontal-lg .list-group-item:last-child {
3567
- border-top-right-radius: 0.25rem;
3568
- border-bottom-left-radius: 0; }
3569
- .bootstrap-wplc-content .list-group-horizontal-lg .list-group-item.active {
3570
- margin-top: 0; }
3571
- .bootstrap-wplc-content .list-group-horizontal-lg .list-group-item + .list-group-item {
3572
- border-top-width: 1px;
3573
- border-left-width: 0; }
3574
- .bootstrap-wplc-content .list-group-horizontal-lg .list-group-item + .list-group-item.active {
3575
- margin-left: -1px;
3576
- border-left-width: 1px; } }
3577
- @media (min-width: 1200px) {
3578
- .bootstrap-wplc-content .list-group-horizontal-xl {
3579
- -ms-flex-direction: row;
3580
- flex-direction: row; }
3581
- .bootstrap-wplc-content .list-group-horizontal-xl .list-group-item:first-child {
3582
- border-bottom-left-radius: 0.25rem;
3583
- border-top-right-radius: 0; }
3584
- .bootstrap-wplc-content .list-group-horizontal-xl .list-group-item:last-child {
3585
- border-top-right-radius: 0.25rem;
3586
- border-bottom-left-radius: 0; }
3587
- .bootstrap-wplc-content .list-group-horizontal-xl .list-group-item.active {
3588
- margin-top: 0; }
3589
- .bootstrap-wplc-content .list-group-horizontal-xl .list-group-item + .list-group-item {
3590
- border-top-width: 1px;
3591
- border-left-width: 0; }
3592
- .bootstrap-wplc-content .list-group-horizontal-xl .list-group-item + .list-group-item.active {
3593
- margin-left: -1px;
3594
- border-left-width: 1px; } }
3595
- .bootstrap-wplc-content .list-group-flush .list-group-item {
3596
- border-right-width: 0;
3597
- border-left-width: 0;
3598
- border-radius: 0; }
3599
- .bootstrap-wplc-content .list-group-flush .list-group-item:first-child {
3600
- border-top-width: 0; }
3601
- .bootstrap-wplc-content .list-group-flush:last-child .list-group-item:last-child {
3602
- border-bottom-width: 0; }
3603
- .bootstrap-wplc-content .list-group-item-primary {
3604
- color: #004085;
3605
- background-color: #b8daff; }
3606
- .bootstrap-wplc-content .list-group-item-primary.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-primary.list-group-item-action:hover {
3607
- color: #004085;
3608
- background-color: #9fcdff; }
3609
- .bootstrap-wplc-content .list-group-item-primary.list-group-item-action.active {
3610
- color: #fff;
3611
- background-color: #004085;
3612
- border-color: #004085; }
3613
- .bootstrap-wplc-content .list-group-item-secondary {
3614
- color: #383d41;
3615
- background-color: #d6d8db; }
3616
- .bootstrap-wplc-content .list-group-item-secondary.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-secondary.list-group-item-action:hover {
3617
- color: #383d41;
3618
- background-color: #c8cbcf; }
3619
- .bootstrap-wplc-content .list-group-item-secondary.list-group-item-action.active {
3620
- color: #fff;
3621
- background-color: #383d41;
3622
- border-color: #383d41; }
3623
- .bootstrap-wplc-content .list-group-item-success {
3624
- color: #155724;
3625
- background-color: #c3e6cb; }
3626
- .bootstrap-wplc-content .list-group-item-success.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-success.list-group-item-action:hover {
3627
- color: #155724;
3628
- background-color: #b1dfbb; }
3629
- .bootstrap-wplc-content .list-group-item-success.list-group-item-action.active {
3630
- color: #fff;
3631
- background-color: #155724;
3632
- border-color: #155724; }
3633
- .bootstrap-wplc-content .list-group-item-info {
3634
- color: #0c5460;
3635
- background-color: #bee5eb; }
3636
- .bootstrap-wplc-content .list-group-item-info.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-info.list-group-item-action:hover {
3637
- color: #0c5460;
3638
- background-color: #abdde5; }
3639
- .bootstrap-wplc-content .list-group-item-info.list-group-item-action.active {
3640
- color: #fff;
3641
- background-color: #0c5460;
3642
- border-color: #0c5460; }
3643
- .bootstrap-wplc-content .list-group-item-warning {
3644
- color: #856404;
3645
- background-color: #ffeeba; }
3646
- .bootstrap-wplc-content .list-group-item-warning.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-warning.list-group-item-action:hover {
3647
- color: #856404;
3648
- background-color: #ffe8a1; }
3649
- .bootstrap-wplc-content .list-group-item-warning.list-group-item-action.active {
3650
- color: #fff;
3651
- background-color: #856404;
3652
- border-color: #856404; }
3653
- .bootstrap-wplc-content .list-group-item-danger {
3654
- color: #721c24;
3655
- background-color: #f5c6cb; }
3656
- .bootstrap-wplc-content .list-group-item-danger.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-danger.list-group-item-action:hover {
3657
- color: #721c24;
3658
- background-color: #f1b0b7; }
3659
- .bootstrap-wplc-content .list-group-item-danger.list-group-item-action.active {
3660
- color: #fff;
3661
- background-color: #721c24;
3662
- border-color: #721c24; }
3663
- .bootstrap-wplc-content .list-group-item-light {
3664
- color: #818182;
3665
- background-color: #fdfdfe; }
3666
- .bootstrap-wplc-content .list-group-item-light.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-light.list-group-item-action:hover {
3667
- color: #818182;
3668
- background-color: #ececf6; }
3669
- .bootstrap-wplc-content .list-group-item-light.list-group-item-action.active {
3670
- color: #fff;
3671
- background-color: #818182;
3672
- border-color: #818182; }
3673
- .bootstrap-wplc-content .list-group-item-dark {
3674
- color: #1b1e21;
3675
- background-color: #c6c8ca; }
3676
- .bootstrap-wplc-content .list-group-item-dark.list-group-item-action:focus, .bootstrap-wplc-content .list-group-item-dark.list-group-item-action:hover {
3677
- color: #1b1e21;
3678
- background-color: #b9bbbe; }
3679
- .bootstrap-wplc-content .list-group-item-dark.list-group-item-action.active {
3680
- color: #fff;
3681
- background-color: #1b1e21;
3682
- border-color: #1b1e21; }
3683
- .bootstrap-wplc-content .close {
3684
- float: right;
3685
- font-size: 1.5rem;
3686
- font-weight: 700;
3687
- line-height: 1;
3688
- color: #000;
3689
- text-shadow: 0 1px 0 #fff;
3690
- opacity: 0.5; }
3691
- .bootstrap-wplc-content .close:hover {
3692
- color: #000;
3693
- text-decoration: none; }
3694
- .bootstrap-wplc-content .close:not(:disabled):not(.disabled):focus, .bootstrap-wplc-content .close:not(:disabled):not(.disabled):hover {
3695
- opacity: 0.75; }
3696
- .bootstrap-wplc-content button.close {
3697
- padding: 0;
3698
- background-color: transparent;
3699
- border: 0;
3700
- -webkit-appearance: none;
3701
- -moz-appearance: none;
3702
- appearance: none; }
3703
- .bootstrap-wplc-content a.close.disabled {
3704
- pointer-events: none; }
3705
- .bootstrap-wplc-content .toast {
3706
- max-width: 350px;
3707
- overflow: hidden;
3708
- font-size: 0.875rem;
3709
- background-color: rgba(255, 255, 255, 0.85);
3710
- background-clip: padding-box;
3711
- border: 1px solid rgba(0, 0, 0, 0.1);
3712
- box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
3713
- -webkit-backdrop-filter: blur(10px);
3714
- backdrop-filter: blur(10px);
3715
- opacity: 0;
3716
- border-radius: 0.25rem; }
3717
- .bootstrap-wplc-content .toast:not(:last-child) {
3718
- margin-bottom: 0.75rem; }
3719
- .bootstrap-wplc-content .toast.showing {
3720
- opacity: 1; }
3721
- .bootstrap-wplc-content .toast.show {
3722
- display: block;
3723
- opacity: 1; }
3724
- .bootstrap-wplc-content .toast.hide {
3725
- display: none; }
3726
- .bootstrap-wplc-content .toast-header {
3727
- display: -ms-flexbox;
3728
- display: flex;
3729
- -ms-flex-align: center;
3730
- align-items: center;
3731
- padding: 0.25rem 0.75rem;
3732
- color: #6c757d;
3733
- background-color: rgba(255, 255, 255, 0.85);
3734
- background-clip: padding-box;
3735
- border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
3736
- .bootstrap-wplc-content .toast-body {
3737
- padding: 0.75rem; }
3738
- .bootstrap-wplc-content .modal-open {
3739
- overflow: hidden; }
3740
- .bootstrap-wplc-content .modal-open .modal {
3741
- overflow-x: hidden;
3742
- overflow-y: auto; }
3743
- .bootstrap-wplc-content .modal {
3744
- position: fixed;
3745
- top: 0;
3746
- left: 0;
3747
- z-index: 1050;
3748
- display: none;
3749
- width: 100%;
3750
- height: 100%;
3751
- overflow: hidden;
3752
- outline: 0; }
3753
- .bootstrap-wplc-content .modal-dialog {
3754
- position: relative;
3755
- width: auto;
3756
- margin: 0.5rem;
3757
- pointer-events: none; }
3758
- .bootstrap-wplc-content .modal.fade .modal-dialog {
3759
- transition: -webkit-transform 0.3s ease-out;
3760
- transition: transform 0.3s ease-out;
3761
- transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
3762
- -webkit-transform: translate(0, -50px);
3763
- transform: translate(0, -50px); }
3764
- @media (prefers-reduced-motion: reduce) {
3765
- .bootstrap-wplc-content .modal.fade .modal-dialog {
3766
- transition: none; } }
3767
- .bootstrap-wplc-content .modal.show .modal-dialog {
3768
- -webkit-transform: none;
3769
- transform: none; }
3770
- .bootstrap-wplc-content .modal.modal-static .modal-dialog {
3771
- -webkit-transform: scale(1.02);
3772
- transform: scale(1.02); }
3773
- .bootstrap-wplc-content .modal-dialog-scrollable {
3774
- display: -ms-flexbox;
3775
- display: flex;
3776
- max-height: calc(100% - 1rem); }
3777
- .bootstrap-wplc-content .modal-dialog-scrollable .modal-content {
3778
- max-height: calc(100vh - 1rem);
3779
- overflow: hidden; }
3780
- .bootstrap-wplc-content .modal-dialog-scrollable .modal-footer, .bootstrap-wplc-content .modal-dialog-scrollable .modal-header {
3781
- -ms-flex-negative: 0;
3782
- flex-shrink: 0; }
3783
- .bootstrap-wplc-content .modal-dialog-scrollable .modal-body {
3784
- overflow-y: auto; }
3785
- .bootstrap-wplc-content .modal-dialog-centered {
3786
- display: -ms-flexbox;
3787
- display: flex;
3788
- -ms-flex-align: center;
3789
- align-items: center;
3790
- min-height: calc(100% - 1rem); }
3791
- .bootstrap-wplc-content .modal-dialog-centered::before {
3792
- display: block;
3793
- height: calc(100vh - 1rem);
3794
- content: ""; }
3795
- .bootstrap-wplc-content .modal-dialog-centered.modal-dialog-scrollable {
3796
- -ms-flex-direction: column;
3797
- flex-direction: column;
3798
- -ms-flex-pack: center;
3799
- justify-content: center;
3800
- height: 100%; }
3801
- .bootstrap-wplc-content .modal-dialog-centered.modal-dialog-scrollable .modal-content {
3802
- max-height: none; }
3803
- .bootstrap-wplc-content .modal-dialog-centered.modal-dialog-scrollable::before {
3804
- content: none; }
3805
- .bootstrap-wplc-content .modal-content {
3806
- position: relative;
3807
- display: -ms-flexbox;
3808
- display: flex;
3809
- -ms-flex-direction: column;
3810
- flex-direction: column;
3811
- width: 100%;
3812
- pointer-events: auto;
3813
- background-color: #fff;
3814
- background-clip: padding-box;
3815
- border: 1px solid rgba(0, 0, 0, 0.2);
3816
- border-radius: 0.3rem;
3817
- outline: 0; }
3818
- .bootstrap-wplc-content .modal-backdrop {
3819
- position: fixed;
3820
- top: 0;
3821
- left: 0;
3822
- z-index: 1040;
3823
- width: 100vw;
3824
- height: 100vh;
3825
- background-color: #000; }
3826
- .bootstrap-wplc-content .modal-backdrop.fade {
3827
- opacity: 0; }
3828
- .bootstrap-wplc-content .modal-backdrop.show {
3829
- opacity: 0.5; }
3830
- .bootstrap-wplc-content .modal-header {
3831
- display: -ms-flexbox;
3832
- display: flex;
3833
- -ms-flex-align: start;
3834
- align-items: flex-start;
3835
- -ms-flex-pack: justify;
3836
- justify-content: space-between;
3837
- padding: 1rem 1rem;
3838
- border-bottom: 1px solid #dee2e6;
3839
- border-top-left-radius: calc(.3rem - 1px);
3840
- border-top-right-radius: calc(.3rem - 1px); }
3841
- .bootstrap-wplc-content .modal-header .close {
3842
- padding: 1rem 1rem;
3843
- margin: -1rem -1rem -1rem auto; }
3844
- .bootstrap-wplc-content .modal-title {
3845
- margin-bottom: 0;
3846
- line-height: 1.5; }
3847
- .bootstrap-wplc-content .modal-body {
3848
- position: relative;
3849
- -ms-flex: 1 1 auto;
3850
- flex: 1 1 auto;
3851
- padding: 1rem; }
3852
- .bootstrap-wplc-content .modal-footer {
3853
- display: -ms-flexbox;
3854
- display: flex;
3855
- -ms-flex-wrap: wrap;
3856
- flex-wrap: wrap;
3857
- -ms-flex-align: center;
3858
- align-items: center;
3859
- -ms-flex-pack: end;
3860
- justify-content: flex-end;
3861
- padding: 0.75rem;
3862
- border-top: 1px solid #dee2e6;
3863
- border-bottom-right-radius: calc(.3rem - 1px);
3864
- border-bottom-left-radius: calc(.3rem - 1px); }
3865
- .bootstrap-wplc-content .modal-footer > * {
3866
- margin: 0.25rem; }
3867
- .bootstrap-wplc-content .modal-scrollbar-measure {
3868
- position: absolute;
3869
- top: -9999px;
3870
- width: 50px;
3871
- height: 50px;
3872
- overflow: scroll; }
3873
- @media (min-width: 576px) {
3874
- .bootstrap-wplc-content .modal-dialog {
3875
- max-width: 500px;
3876
- margin: 1.75rem auto; }
3877
- .bootstrap-wplc-content .modal-dialog-scrollable {
3878
- max-height: calc(100% - 3.5rem); }
3879
- .bootstrap-wplc-content .modal-dialog-scrollable .modal-content {
3880
- max-height: calc(100vh - 3.5rem); }
3881
- .bootstrap-wplc-content .modal-dialog-centered {
3882
- min-height: calc(100% - 3.5rem); }
3883
- .bootstrap-wplc-content .modal-dialog-centered::before {
3884
- height: calc(100vh - 3.5rem); }
3885
- .bootstrap-wplc-content .modal-sm {
3886
- max-width: 300px; } }
3887
- @media (min-width: 992px) {
3888
- .bootstrap-wplc-content .modal-lg, .bootstrap-wplc-content .modal-xl {
3889
- max-width: 800px; } }
3890
- @media (min-width: 1200px) {
3891
- .bootstrap-wplc-content .modal-xl {
3892
- max-width: 1140px; } }
3893
- .bootstrap-wplc-content .tooltip {
3894
- position: absolute;
3895
- z-index: 1070;
3896
- display: block;
3897
- margin: 0;
3898
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3899
- font-style: normal;
3900
- font-weight: 400;
3901
- line-height: 1.5;
3902
- text-align: left;
3903
- text-align: start;
3904
- text-decoration: none;
3905
- text-shadow: none;
3906
- text-transform: none;
3907
- letter-spacing: normal;
3908
- word-break: normal;
3909
- word-spacing: normal;
3910
- white-space: normal;
3911
- line-break: auto;
3912
- font-size: 0.875rem;
3913
- word-wrap: break-word;
3914
- opacity: 0; }
3915
- .bootstrap-wplc-content .tooltip.show {
3916
- opacity: 0.9; }
3917
- .bootstrap-wplc-content .tooltip .arrow {
3918
- position: absolute;
3919
- display: block;
3920
- width: 0.8rem;
3921
- height: 0.4rem; }
3922
- .bootstrap-wplc-content .tooltip .arrow::before {
3923
- position: absolute;
3924
- content: "";
3925
- border-color: transparent;
3926
- border-style: solid; }
3927
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=top], .bootstrap-wplc-content .bs-tooltip-top {
3928
- padding: 0.4rem 0; }
3929
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=top] .arrow, .bootstrap-wplc-content .bs-tooltip-top .arrow {
3930
- bottom: 0; }
3931
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=top] .arrow::before, .bootstrap-wplc-content .bs-tooltip-top .arrow::before {
3932
- top: 0;
3933
- border-width: 0.4rem 0.4rem 0;
3934
- border-top-color: #000; }
3935
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=right], .bootstrap-wplc-content .bs-tooltip-right {
3936
- padding: 0 0.4rem; }
3937
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap-wplc-content .bs-tooltip-right .arrow {
3938
- left: 0;
3939
- width: 0.4rem;
3940
- height: 0.8rem; }
3941
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=right] .arrow::before, .bootstrap-wplc-content .bs-tooltip-right .arrow::before {
3942
- right: 0;
3943
- border-width: 0.4rem 0.4rem 0.4rem 0;
3944
- border-right-color: #000; }
3945
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=bottom], .bootstrap-wplc-content .bs-tooltip-bottom {
3946
- padding: 0.4rem 0; }
3947
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=bottom] .arrow, .bootstrap-wplc-content .bs-tooltip-bottom .arrow {
3948
- top: 0; }
3949
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bootstrap-wplc-content .bs-tooltip-bottom .arrow::before {
3950
- bottom: 0;
3951
- border-width: 0 0.4rem 0.4rem;
3952
- border-bottom-color: #000; }
3953
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=left], .bootstrap-wplc-content .bs-tooltip-left {
3954
- padding: 0 0.4rem; }
3955
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap-wplc-content .bs-tooltip-left .arrow {
3956
- right: 0;
3957
- width: 0.4rem;
3958
- height: 0.8rem; }
3959
- .bootstrap-wplc-content .bs-tooltip-auto[x-placement^=left] .arrow::before, .bootstrap-wplc-content .bs-tooltip-left .arrow::before {
3960
- left: 0;
3961
- border-width: 0.4rem 0 0.4rem 0.4rem;
3962
- border-left-color: #000; }
3963
- .bootstrap-wplc-content .tooltip-inner {
3964
- max-width: 200px;
3965
- padding: 0.25rem 0.5rem;
3966
- color: #fff;
3967
- text-align: center;
3968
- background-color: #000;
3969
- border-radius: 0.25rem; }
3970
- .bootstrap-wplc-content .popover {
3971
- position: absolute;
3972
- top: 0;
3973
- left: 0;
3974
- z-index: 1060;
3975
- display: block;
3976
- max-width: 276px;
3977
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3978
- font-style: normal;
3979
- font-weight: 400;
3980
- line-height: 1.5;
3981
- text-align: left;
3982
- text-align: start;
3983
- text-decoration: none;
3984
- text-shadow: none;
3985
- text-transform: none;
3986
- letter-spacing: normal;
3987
- word-break: normal;
3988
- word-spacing: normal;
3989
- white-space: normal;
3990
- line-break: auto;
3991
- font-size: 0.875rem;
3992
- word-wrap: break-word;
3993
- background-color: #fff;
3994
- background-clip: padding-box;
3995
- border: 1px solid rgba(0, 0, 0, 0.2);
3996
- border-radius: 0.3rem; }
3997
- .bootstrap-wplc-content .popover .arrow {
3998
- position: absolute;
3999
- display: block;
4000
- width: 1rem;
4001
- height: 0.5rem;
4002
- margin: 0 0.3rem; }
4003
- .bootstrap-wplc-content .popover .arrow::after, .bootstrap-wplc-content .popover .arrow::before {
4004
- position: absolute;
4005
- display: block;
4006
- content: "";
4007
- border-color: transparent;
4008
- border-style: solid; }
4009
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=top], .bootstrap-wplc-content .bs-popover-top {
4010
- margin-bottom: 0.5rem; }
4011
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=top] > .arrow, .bootstrap-wplc-content .bs-popover-top > .arrow {
4012
- bottom: calc(-.5rem - 1px); }
4013
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=top] > .arrow::before, .bootstrap-wplc-content .bs-popover-top > .arrow::before {
4014
- bottom: 0;
4015
- border-width: 0.5rem 0.5rem 0;
4016
- border-top-color: rgba(0, 0, 0, 0.25); }
4017
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=top] > .arrow::after, .bootstrap-wplc-content .bs-popover-top > .arrow::after {
4018
- bottom: 1px;
4019
- border-width: 0.5rem 0.5rem 0;
4020
- border-top-color: #fff; }
4021
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=right], .bootstrap-wplc-content .bs-popover-right {
4022
- margin-left: 0.5rem; }
4023
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=right] > .arrow, .bootstrap-wplc-content .bs-popover-right > .arrow {
4024
- left: calc(-.5rem - 1px);
4025
- width: 0.5rem;
4026
- height: 1rem;
4027
- margin: 0.3rem 0; }
4028
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=right] > .arrow::before, .bootstrap-wplc-content .bs-popover-right > .arrow::before {
4029
- left: 0;
4030
- border-width: 0.5rem 0.5rem 0.5rem 0;
4031
- border-right-color: rgba(0, 0, 0, 0.25); }
4032
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=right] > .arrow::after, .bootstrap-wplc-content .bs-popover-right > .arrow::after {
4033
- left: 1px;
4034
- border-width: 0.5rem 0.5rem 0.5rem 0;
4035
- border-right-color: #fff; }
4036
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom], .bootstrap-wplc-content .bs-popover-bottom {
4037
- margin-top: 0.5rem; }
4038
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom] > .arrow, .bootstrap-wplc-content .bs-popover-bottom > .arrow {
4039
- top: calc(-.5rem - 1px); }
4040
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bootstrap-wplc-content .bs-popover-bottom > .arrow::before {
4041
- top: 0;
4042
- border-width: 0 0.5rem 0.5rem 0.5rem;
4043
- border-bottom-color: rgba(0, 0, 0, 0.25); }
4044
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bootstrap-wplc-content .bs-popover-bottom > .arrow::after {
4045
- top: 1px;
4046
- border-width: 0 0.5rem 0.5rem 0.5rem;
4047
- border-bottom-color: #fff; }
4048
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bootstrap-wplc-content .bs-popover-bottom .popover-header::before {
4049
- position: absolute;
4050
- top: 0;
4051
- left: 50%;
4052
- display: block;
4053
- width: 1rem;
4054
- margin-left: -0.5rem;
4055
- content: "";
4056
- border-bottom: 1px solid #f7f7f7; }
4057
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=left], .bootstrap-wplc-content .bs-popover-left {
4058
- margin-right: 0.5rem; }
4059
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=left] > .arrow, .bootstrap-wplc-content .bs-popover-left > .arrow {
4060
- right: calc(-.5rem - 1px);
4061
- width: 0.5rem;
4062
- height: 1rem;
4063
- margin: 0.3rem 0; }
4064
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=left] > .arrow::before, .bootstrap-wplc-content .bs-popover-left > .arrow::before {
4065
- right: 0;
4066
- border-width: 0.5rem 0 0.5rem 0.5rem;
4067
- border-left-color: rgba(0, 0, 0, 0.25); }
4068
- .bootstrap-wplc-content .bs-popover-auto[x-placement^=left] > .arrow::after, .bootstrap-wplc-content .bs-popover-left > .arrow::after {
4069
- right: 1px;
4070
- border-width: 0.5rem 0 0.5rem 0.5rem;
4071
- border-left-color: #fff; }
4072
- .bootstrap-wplc-content .popover-header {
4073
- padding: 0.5rem 0.75rem;
4074
- margin-bottom: 0;
4075
- font-size: 1rem;
4076
- background-color: #f7f7f7;
4077
- border-bottom: 1px solid #ebebeb;
4078
- border-top-left-radius: calc(.3rem - 1px);
4079
- border-top-right-radius: calc(.3rem - 1px); }
4080
- .bootstrap-wplc-content .popover-header:empty {
4081
- display: none; }
4082
- .bootstrap-wplc-content .popover-body {
4083
- padding: 0.5rem 0.75rem;
4084
- color: #212529; }
4085
- .bootstrap-wplc-content .carousel {
4086
- position: relative; }
4087
- .bootstrap-wplc-content .carousel.pointer-event {
4088
- -ms-touch-action: pan-y;
4089
- touch-action: pan-y; }
4090
- .bootstrap-wplc-content .carousel-inner {
4091
- position: relative;
4092
- width: 100%;
4093
- overflow: hidden; }
4094
- .bootstrap-wplc-content .carousel-inner::after {
4095
- display: block;
4096
- clear: both;
4097
- content: ""; }
4098
- .bootstrap-wplc-content .carousel-item {
4099
- position: relative;
4100
- display: none;
4101
- float: left;
4102
- width: 100%;
4103
- margin-right: -100%;
4104
- -webkit-backface-visibility: hidden;
4105
- backface-visibility: hidden;
4106
- transition: -webkit-transform 0.6s ease-in-out;
4107
- transition: transform 0.6s ease-in-out;
4108
- transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
4109
- @media (prefers-reduced-motion: reduce) {
4110
- .bootstrap-wplc-content .carousel-item {
4111
- transition: none; } }
4112
- .bootstrap-wplc-content .carousel-item-next, .bootstrap-wplc-content .carousel-item-prev, .bootstrap-wplc-content .carousel-item.active {
4113
- display: block; }
4114
- .bootstrap-wplc-content .active.carousel-item-right, .bootstrap-wplc-content .carousel-item-next:not(.carousel-item-left) {
4115
- -webkit-transform: translateX(100%);
4116
- transform: translateX(100%); }
4117
- .bootstrap-wplc-content .active.carousel-item-left, .bootstrap-wplc-content .carousel-item-prev:not(.carousel-item-right) {
4118
- -webkit-transform: translateX(-100%);
4119
- transform: translateX(-100%); }
4120
- .bootstrap-wplc-content .carousel-fade .carousel-item {
4121
- opacity: 0;
4122
- transition-property: opacity;
4123
- -webkit-transform: none;
4124
- transform: none; }
4125
- .bootstrap-wplc-content .carousel-fade .carousel-item-next.carousel-item-left, .bootstrap-wplc-content .carousel-fade .carousel-item-prev.carousel-item-right, .bootstrap-wplc-content .carousel-fade .carousel-item.active {
4126
- z-index: 1;
4127
- opacity: 1; }
4128
- .bootstrap-wplc-content .carousel-fade .active.carousel-item-left, .bootstrap-wplc-content .carousel-fade .active.carousel-item-right {
4129
- z-index: 0;
4130
- opacity: 0;
4131
- transition: opacity 0s 0.6s; }
4132
- @media (prefers-reduced-motion: reduce) {
4133
- .bootstrap-wplc-content .carousel-fade .active.carousel-item-left, .bootstrap-wplc-content .carousel-fade .active.carousel-item-right {
4134
- transition: none; } }
4135
- .bootstrap-wplc-content .carousel-control-next, .bootstrap-wplc-content .carousel-control-prev {
4136
- position: absolute;
4137
- top: 0;
4138
- bottom: 0;
4139
- z-index: 1;
4140
- display: -ms-flexbox;
4141
- display: flex;
4142
- -ms-flex-align: center;
4143
- align-items: center;
4144
- -ms-flex-pack: center;
4145
- justify-content: center;
4146
- width: 15%;
4147
- color: #fff;
4148
- text-align: center;
4149
- opacity: 0.5;
4150
- transition: opacity 0.15s ease; }
4151
- @media (prefers-reduced-motion: reduce) {
4152
- .bootstrap-wplc-content .carousel-control-next, .bootstrap-wplc-content .carousel-control-prev {
4153
- transition: none; } }
4154
- .bootstrap-wplc-content .carousel-control-next:focus, .bootstrap-wplc-content .carousel-control-next:hover, .bootstrap-wplc-content .carousel-control-prev:focus, .bootstrap-wplc-content .carousel-control-prev:hover {
4155
- color: #fff;
4156
- text-decoration: none;
4157
- outline: 0;
4158
- opacity: 0.9; }
4159
- .bootstrap-wplc-content .carousel-control-prev {
4160
- left: 0; }
4161
- .bootstrap-wplc-content .carousel-control-next {
4162
- right: 0; }
4163
- .bootstrap-wplc-content .carousel-control-next-icon, .bootstrap-wplc-content .carousel-control-prev-icon {
4164
- display: inline-block;
4165
- width: 20px;
4166
- height: 20px;
4167
- background: no-repeat 50%/100% 100%; }
4168
- .bootstrap-wplc-content .carousel-control-prev-icon {
4169
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }
4170
- .bootstrap-wplc-content .carousel-control-next-icon {
4171
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }
4172
- .bootstrap-wplc-content .carousel-indicators {
4173
- position: absolute;
4174
- right: 0;
4175
- bottom: 0;
4176
- left: 0;
4177
- z-index: 15;
4178
- display: -ms-flexbox;
4179
- display: flex;
4180
- -ms-flex-pack: center;
4181
- justify-content: center;
4182
- padding-left: 0;
4183
- margin-right: 15%;
4184
- margin-left: 15%;
4185
- list-style: none; }
4186
- .bootstrap-wplc-content .carousel-indicators li {
4187
- box-sizing: content-box;
4188
- -ms-flex: 0 1 auto;
4189
- flex: 0 1 auto;
4190
- width: 30px;
4191
- height: 3px;
4192
- margin-right: 3px;
4193
- margin-left: 3px;
4194
- text-indent: -999px;
4195
- cursor: pointer;
4196
- background-color: #fff;
4197
- background-clip: padding-box;
4198
- border-top: 10px solid transparent;
4199
- border-bottom: 10px solid transparent;
4200
- opacity: 0.5;
4201
- transition: opacity 0.6s ease; }
4202
- @media (prefers-reduced-motion: reduce) {
4203
- .bootstrap-wplc-content .carousel-indicators li {
4204
- transition: none; } }
4205
- .bootstrap-wplc-content .carousel-indicators .active {
4206
- opacity: 1; }
4207
- .bootstrap-wplc-content .carousel-caption {
4208
- position: absolute;
4209
- right: 15%;
4210
- bottom: 20px;
4211
- left: 15%;
4212
- z-index: 10;
4213
- padding-top: 20px;
4214
- padding-bottom: 20px;
4215
- color: #fff;
4216
- text-align: center; }
4217
-
4218
- @-webkit-keyframes spinner-border {
4219
- to {
4220
- -webkit-transform: rotate(360deg);
4221
- transform: rotate(360deg); } }
4222
-
4223
- @keyframes spinner-border {
4224
- to {
4225
- -webkit-transform: rotate(360deg);
4226
- transform: rotate(360deg); } }
4227
- .bootstrap-wplc-content .spinner-border {
4228
- display: inline-block;
4229
- width: 2rem;
4230
- height: 2rem;
4231
- vertical-align: text-bottom;
4232
- border: 0.25em solid currentColor;
4233
- border-right-color: transparent;
4234
- border-radius: 50%;
4235
- -webkit-animation: spinner-border 0.75s linear infinite;
4236
- animation: spinner-border 0.75s linear infinite; }
4237
- .bootstrap-wplc-content .spinner-border-sm {
4238
- width: 1rem;
4239
- height: 1rem;
4240
- border-width: 0.2em; }
4241
-
4242
- @-webkit-keyframes spinner-grow {
4243
- 0% {
4244
- -webkit-transform: scale(0);
4245
- transform: scale(0); }
4246
- 50% {
4247
- opacity: 1; } }
4248
-
4249
- @keyframes spinner-grow {
4250
- 0% {
4251
- -webkit-transform: scale(0);
4252
- transform: scale(0); }
4253
- 50% {
4254
- opacity: 1; } }
4255
- .bootstrap-wplc-content .spinner-grow {
4256
- display: inline-block;
4257
- width: 2rem;
4258
- height: 2rem;
4259
- vertical-align: text-bottom;
4260
- background-color: currentColor;
4261
- border-radius: 50%;
4262
- opacity: 0;
4263
- -webkit-animation: spinner-grow 0.75s linear infinite;
4264
- animation: spinner-grow 0.75s linear infinite; }
4265
- .bootstrap-wplc-content .spinner-grow-sm {
4266
- width: 1rem;
4267
- height: 1rem; }
4268
- .bootstrap-wplc-content .align-baseline {
4269
- vertical-align: baseline !important; }
4270
- .bootstrap-wplc-content .align-top {
4271
- vertical-align: top !important; }
4272
- .bootstrap-wplc-content .align-middle {
4273
- vertical-align: middle !important; }
4274
- .bootstrap-wplc-content .align-bottom {
4275
- vertical-align: bottom !important; }
4276
- .bootstrap-wplc-content .align-text-bottom {
4277
- vertical-align: text-bottom !important; }
4278
- .bootstrap-wplc-content .align-text-top {
4279
- vertical-align: text-top !important; }
4280
- .bootstrap-wplc-content .bg-primary {
4281
- background-color: #007bff !important; }
4282
- .bootstrap-wplc-content a.bg-primary:focus, .bootstrap-wplc-content a.bg-primary:hover, .bootstrap-wplc-content button.bg-primary:focus, .bootstrap-wplc-content button.bg-primary:hover {
4283
- background-color: #0062cc !important; }
4284
- .bootstrap-wplc-content .bg-secondary {
4285
- background-color: #6c757d !important; }
4286
- .bootstrap-wplc-content a.bg-secondary:focus, .bootstrap-wplc-content a.bg-secondary:hover, .bootstrap-wplc-content button.bg-secondary:focus, .bootstrap-wplc-content button.bg-secondary:hover {
4287
- background-color: #545b62 !important; }
4288
- .bootstrap-wplc-content .bg-success {
4289
- background-color: #28a745 !important; }
4290
- .bootstrap-wplc-content a.bg-success:focus, .bootstrap-wplc-content a.bg-success:hover, .bootstrap-wplc-content button.bg-success:focus, .bootstrap-wplc-content button.bg-success:hover {
4291
- background-color: #1e7e34 !important; }
4292
- .bootstrap-wplc-content .bg-info {
4293
- background-color: #17a2b8 !important; }
4294
- .bootstrap-wplc-content a.bg-info:focus, .bootstrap-wplc-content a.bg-info:hover, .bootstrap-wplc-content button.bg-info:focus, .bootstrap-wplc-content button.bg-info:hover {
4295
- background-color: #117a8b !important; }
4296
- .bootstrap-wplc-content .bg-warning {
4297
- background-color: #ffc107 !important; }
4298
- .bootstrap-wplc-content a.bg-warning:focus, .bootstrap-wplc-content a.bg-warning:hover, .bootstrap-wplc-content button.bg-warning:focus, .bootstrap-wplc-content button.bg-warning:hover {
4299
- background-color: #d39e00 !important; }
4300
- .bootstrap-wplc-content .bg-danger {
4301
- background-color: #dc3545 !important; }
4302
- .bootstrap-wplc-content a.bg-danger:focus, .bootstrap-wplc-content a.bg-danger:hover, .bootstrap-wplc-content button.bg-danger:focus, .bootstrap-wplc-content button.bg-danger:hover {
4303
- background-color: #bd2130 !important; }
4304
- .bootstrap-wplc-content .bg-light {
4305
- background-color: #f8f9fa !important; }
4306
- .bootstrap-wplc-content a.bg-light:focus, .bootstrap-wplc-content a.bg-light:hover, .bootstrap-wplc-content button.bg-light:focus, .bootstrap-wplc-content button.bg-light:hover {
4307
- background-color: #dae0e5 !important; }
4308
- .bootstrap-wplc-content .bg-dark {
4309
- background-color: #343a40 !important; }
4310
- .bootstrap-wplc-content a.bg-dark:focus, .bootstrap-wplc-content a.bg-dark:hover, .bootstrap-wplc-content button.bg-dark:focus, .bootstrap-wplc-content button.bg-dark:hover {
4311
- background-color: #1d2124 !important; }
4312
- .bootstrap-wplc-content .bg-white {
4313
- background-color: #fff !important; }
4314
- .bootstrap-wplc-content .bg-transparent {
4315
- background-color: transparent !important; }
4316
- .bootstrap-wplc-content .border {
4317
- border: 1px solid #dee2e6 !important; }
4318
- .bootstrap-wplc-content .border-top {
4319
- border-top: 1px solid #dee2e6 !important; }
4320
- .bootstrap-wplc-content .border-right {
4321
- border-right: 1px solid #dee2e6 !important; }
4322
- .bootstrap-wplc-content .border-bottom {
4323
- border-bottom: 1px solid #dee2e6 !important; }
4324
- .bootstrap-wplc-content .border-left {
4325
- border-left: 1px solid #dee2e6 !important; }
4326
- .bootstrap-wplc-content .border-0 {
4327
- border: 0 !important; }
4328
- .bootstrap-wplc-content .border-top-0 {
4329
- border-top: 0 !important; }
4330
- .bootstrap-wplc-content .border-right-0 {
4331
- border-right: 0 !important; }
4332
- .bootstrap-wplc-content .border-bottom-0 {
4333
- border-bottom: 0 !important; }
4334
- .bootstrap-wplc-content .border-left-0 {
4335
- border-left: 0 !important; }
4336
- .bootstrap-wplc-content .border-primary {
4337
- border-color: #007bff !important; }
4338
- .bootstrap-wplc-content .border-secondary {
4339
- border-color: #6c757d !important; }
4340
- .bootstrap-wplc-content .border-success {
4341
- border-color: #28a745 !important; }
4342
- .bootstrap-wplc-content .border-info {
4343
- border-color: #17a2b8 !important; }
4344
- .bootstrap-wplc-content .border-warning {
4345
- border-color: #ffc107 !important; }
4346
- .bootstrap-wplc-content .border-danger {
4347
- border-color: #dc3545 !important; }
4348
- .bootstrap-wplc-content .border-light {
4349
- border-color: #f8f9fa !important; }
4350
- .bootstrap-wplc-content .border-dark {
4351
- border-color: #343a40 !important; }
4352
- .bootstrap-wplc-content .border-white {
4353
- border-color: #fff !important; }
4354
- .bootstrap-wplc-content .rounded-sm {
4355
- border-radius: 0.2rem !important; }
4356
- .bootstrap-wplc-content .rounded {
4357
- border-radius: 0.25rem !important; }
4358
- .bootstrap-wplc-content .rounded-top {
4359
- border-top-left-radius: 0.25rem !important;
4360
- border-top-right-radius: 0.25rem !important; }
4361
- .bootstrap-wplc-content .rounded-right {
4362
- border-top-right-radius: 0.25rem !important;
4363
- border-bottom-right-radius: 0.25rem !important; }
4364
- .bootstrap-wplc-content .rounded-bottom {
4365
- border-bottom-right-radius: 0.25rem !important;
4366
- border-bottom-left-radius: 0.25rem !important; }
4367
- .bootstrap-wplc-content .rounded-left {
4368
- border-top-left-radius: 0.25rem !important;
4369
- border-bottom-left-radius: 0.25rem !important; }
4370
- .bootstrap-wplc-content .rounded-lg {
4371
- border-radius: 0.3rem !important; }
4372
- .bootstrap-wplc-content .rounded-circle {
4373
- border-radius: 50% !important; }
4374
- .bootstrap-wplc-content .rounded-pill {
4375
- border-radius: 50rem !important; }
4376
- .bootstrap-wplc-content .rounded-0 {
4377
- border-radius: 0 !important; }
4378
- .bootstrap-wplc-content .clearfix::after {
4379
- display: block;
4380
- clear: both;
4381
- content: ""; }
4382
- .bootstrap-wplc-content .d-none {
4383
- display: none !important; }
4384
- .bootstrap-wplc-content .d-inline {
4385
- display: inline !important; }
4386
- .bootstrap-wplc-content .d-inline-block {
4387
- display: inline-block !important; }
4388
- .bootstrap-wplc-content .d-block {
4389
- display: block !important; }
4390
- .bootstrap-wplc-content .d-table {
4391
- display: table !important; }
4392
- .bootstrap-wplc-content .d-table-row {
4393
- display: table-row !important; }
4394
- .bootstrap-wplc-content .d-table-cell {
4395
- display: table-cell !important; }
4396
- .bootstrap-wplc-content .d-flex {
4397
- display: -ms-flexbox !important;
4398
- display: flex !important; }
4399
- .bootstrap-wplc-content .d-inline-flex {
4400
- display: -ms-inline-flexbox !important;
4401
- display: inline-flex !important; }
4402
- @media (min-width: 576px) {
4403
- .bootstrap-wplc-content .d-sm-none {
4404
- display: none !important; }
4405
- .bootstrap-wplc-content .d-sm-inline {
4406
- display: inline !important; }
4407
- .bootstrap-wplc-content .d-sm-inline-block {
4408
- display: inline-block !important; }
4409
- .bootstrap-wplc-content .d-sm-block {
4410
- display: block !important; }
4411
- .bootstrap-wplc-content .d-sm-table {
4412
- display: table !important; }
4413
- .bootstrap-wplc-content .d-sm-table-row {
4414
- display: table-row !important; }
4415
- .bootstrap-wplc-content .d-sm-table-cell {
4416
- display: table-cell !important; }
4417
- .bootstrap-wplc-content .d-sm-flex {
4418
- display: -ms-flexbox !important;
4419
- display: flex !important; }
4420
- .bootstrap-wplc-content .d-sm-inline-flex {
4421
- display: -ms-inline-flexbox !important;
4422
- display: inline-flex !important; } }
4423
- @media (min-width: 768px) {
4424
- .bootstrap-wplc-content .d-md-none {
4425
- display: none !important; }
4426
- .bootstrap-wplc-content .d-md-inline {
4427
- display: inline !important; }
4428
- .bootstrap-wplc-content .d-md-inline-block {
4429
- display: inline-block !important; }
4430
- .bootstrap-wplc-content .d-md-block {
4431
- display: block !important; }
4432
- .bootstrap-wplc-content .d-md-table {
4433
- display: table !important; }
4434
- .bootstrap-wplc-content .d-md-table-row {
4435
- display: table-row !important; }
4436
- .bootstrap-wplc-content .d-md-table-cell {
4437
- display: table-cell !important; }
4438
- .bootstrap-wplc-content .d-md-flex {
4439
- display: -ms-flexbox !important;
4440
- display: flex !important; }
4441
- .bootstrap-wplc-content .d-md-inline-flex {
4442
- display: -ms-inline-flexbox !important;
4443
- display: inline-flex !important; } }
4444
- @media (min-width: 992px) {
4445
- .bootstrap-wplc-content .d-lg-none {
4446
- display: none !important; }
4447
- .bootstrap-wplc-content .d-lg-inline {
4448
- display: inline !important; }
4449
- .bootstrap-wplc-content .d-lg-inline-block {
4450
- display: inline-block !important; }
4451
- .bootstrap-wplc-content .d-lg-block {
4452
- display: block !important; }
4453
- .bootstrap-wplc-content .d-lg-table {
4454
- display: table !important; }
4455
- .bootstrap-wplc-content .d-lg-table-row {
4456
- display: table-row !important; }
4457
- .bootstrap-wplc-content .d-lg-table-cell {
4458
- display: table-cell !important; }
4459
- .bootstrap-wplc-content .d-lg-flex {
4460
- display: -ms-flexbox !important;
4461
- display: flex !important; }
4462
- .bootstrap-wplc-content .d-lg-inline-flex {
4463
- display: -ms-inline-flexbox !important;
4464
- display: inline-flex !important; } }
4465
- @media (min-width: 1200px) {
4466
- .bootstrap-wplc-content .d-xl-none {
4467
- display: none !important; }
4468
- .bootstrap-wplc-content .d-xl-inline {
4469
- display: inline !important; }
4470
- .bootstrap-wplc-content .d-xl-inline-block {
4471
- display: inline-block !important; }
4472
- .bootstrap-wplc-content .d-xl-block {
4473
- display: block !important; }
4474
- .bootstrap-wplc-content .d-xl-table {
4475
- display: table !important; }
4476
- .bootstrap-wplc-content .d-xl-table-row {
4477
- display: table-row !important; }
4478
- .bootstrap-wplc-content .d-xl-table-cell {
4479
- display: table-cell !important; }
4480
- .bootstrap-wplc-content .d-xl-flex {
4481
- display: -ms-flexbox !important;
4482
- display: flex !important; }
4483
- .bootstrap-wplc-content .d-xl-inline-flex {
4484
- display: -ms-inline-flexbox !important;
4485
- display: inline-flex !important; } }
4486
- @media print {
4487
- .bootstrap-wplc-content .d-print-none {
4488
- display: none !important; }
4489
- .bootstrap-wplc-content .d-print-inline {
4490
- display: inline !important; }
4491
- .bootstrap-wplc-content .d-print-inline-block {
4492
- display: inline-block !important; }
4493
- .bootstrap-wplc-content .d-print-block {
4494
- display: block !important; }
4495
- .bootstrap-wplc-content .d-print-table {
4496
- display: table !important; }
4497
- .bootstrap-wplc-content .d-print-table-row {
4498
- display: table-row !important; }
4499
- .bootstrap-wplc-content .d-print-table-cell {
4500
- display: table-cell !important; }
4501
- .bootstrap-wplc-content .d-print-flex {
4502
- display: -ms-flexbox !important;
4503
- display: flex !important; }
4504
- .bootstrap-wplc-content .d-print-inline-flex {
4505
- display: -ms-inline-flexbox !important;
4506
- display: inline-flex !important; } }
4507
- .bootstrap-wplc-content .embed-responsive {
4508
- position: relative;
4509
- display: block;
4510
- width: 100%;
4511
- padding: 0;
4512
- overflow: hidden; }
4513
- .bootstrap-wplc-content .embed-responsive::before {
4514
- display: block;
4515
- content: ""; }
4516
- .bootstrap-wplc-content .embed-responsive .embed-responsive-item, .bootstrap-wplc-content .embed-responsive embed, .bootstrap-wplc-content .embed-responsive iframe, .bootstrap-wplc-content .embed-responsive object, .bootstrap-wplc-content .embed-responsive video {
4517
- position: absolute;
4518
- top: 0;
4519
- bottom: 0;
4520
- left: 0;
4521
- width: 100%;
4522
- height: 100%;
4523
- border: 0; }
4524
- .bootstrap-wplc-content .embed-responsive-21by9::before {
4525
- padding-top: 42.857143%; }
4526
- .bootstrap-wplc-content .embed-responsive-16by9::before {
4527
- padding-top: 56.25%; }
4528
- .bootstrap-wplc-content .embed-responsive-4by3::before {
4529
- padding-top: 75%; }
4530
- .bootstrap-wplc-content .embed-responsive-1by1::before {
4531
- padding-top: 100%; }
4532
- .bootstrap-wplc-content .flex-row {
4533
- -ms-flex-direction: row !important;
4534
- flex-direction: row !important; }
4535
- .bootstrap-wplc-content .flex-column {
4536
- -ms-flex-direction: column !important;
4537
- flex-direction: column !important; }
4538
- .bootstrap-wplc-content .flex-row-reverse {
4539
- -ms-flex-direction: row-reverse !important;
4540
- flex-direction: row-reverse !important; }
4541
- .bootstrap-wplc-content .flex-column-reverse {
4542
- -ms-flex-direction: column-reverse !important;
4543
- flex-direction: column-reverse !important; }
4544
- .bootstrap-wplc-content .flex-wrap {
4545
- -ms-flex-wrap: wrap !important;
4546
- flex-wrap: wrap !important; }
4547
- .bootstrap-wplc-content .flex-nowrap {
4548
- -ms-flex-wrap: nowrap !important;
4549
- flex-wrap: nowrap !important; }
4550
- .bootstrap-wplc-content .flex-wrap-reverse {
4551
- -ms-flex-wrap: wrap-reverse !important;
4552
- flex-wrap: wrap-reverse !important; }
4553
- .bootstrap-wplc-content .flex-fill {
4554
- -ms-flex: 1 1 auto !important;
4555
- flex: 1 1 auto !important; }
4556
- .bootstrap-wplc-content .flex-grow-0 {
4557
- -ms-flex-positive: 0 !important;
4558
- flex-grow: 0 !important; }
4559
- .bootstrap-wplc-content .flex-grow-1 {
4560
- -ms-flex-positive: 1 !important;
4561
- flex-grow: 1 !important; }
4562
- .bootstrap-wplc-content .flex-shrink-0 {
4563
- -ms-flex-negative: 0 !important;
4564
- flex-shrink: 0 !important; }
4565
- .bootstrap-wplc-content .flex-shrink-1 {
4566
- -ms-flex-negative: 1 !important;
4567
- flex-shrink: 1 !important; }
4568
- .bootstrap-wplc-content .justify-content-start {
4569
- -ms-flex-pack: start !important;
4570
- justify-content: flex-start !important; }
4571
- .bootstrap-wplc-content .justify-content-end {
4572
- -ms-flex-pack: end !important;
4573
- justify-content: flex-end !important; }
4574
- .bootstrap-wplc-content .justify-content-center {
4575
- -ms-flex-pack: center !important;
4576
- justify-content: center !important; }
4577
- .bootstrap-wplc-content .justify-content-between {
4578
- -ms-flex-pack: justify !important;
4579
- justify-content: space-between !important; }
4580
- .bootstrap-wplc-content .justify-content-around {
4581
- -ms-flex-pack: distribute !important;
4582
- justify-content: space-around !important; }
4583
- .bootstrap-wplc-content .align-items-start {
4584
- -ms-flex-align: start !important;
4585
- align-items: flex-start !important; }
4586
- .bootstrap-wplc-content .align-items-end {
4587
- -ms-flex-align: end !important;
4588
- align-items: flex-end !important; }
4589
- .bootstrap-wplc-content .align-items-center {
4590
- -ms-flex-align: center !important;
4591
- align-items: center !important; }
4592
- .bootstrap-wplc-content .align-items-baseline {
4593
- -ms-flex-align: baseline !important;
4594
- align-items: baseline !important; }
4595
- .bootstrap-wplc-content .align-items-stretch {
4596
- -ms-flex-align: stretch !important;
4597
- align-items: stretch !important; }
4598
- .bootstrap-wplc-content .align-content-start {
4599
- -ms-flex-line-pack: start !important;
4600
- align-content: flex-start !important; }
4601
- .bootstrap-wplc-content .align-content-end {
4602
- -ms-flex-line-pack: end !important;
4603
- align-content: flex-end !important; }
4604
- .bootstrap-wplc-content .align-content-center {
4605
- -ms-flex-line-pack: center !important;
4606
- align-content: center !important; }
4607
- .bootstrap-wplc-content .align-content-between {
4608
- -ms-flex-line-pack: justify !important;
4609
- align-content: space-between !important; }
4610
- .bootstrap-wplc-content .align-content-around {
4611
- -ms-flex-line-pack: distribute !important;
4612
- align-content: space-around !important; }
4613
- .bootstrap-wplc-content .align-content-stretch {
4614
- -ms-flex-line-pack: stretch !important;
4615
- align-content: stretch !important; }
4616
- .bootstrap-wplc-content .align-self-auto {
4617
- -ms-flex-item-align: auto !important;
4618
- align-self: auto !important; }
4619
- .bootstrap-wplc-content .align-self-start {
4620
- -ms-flex-item-align: start !important;
4621
- align-self: flex-start !important; }
4622
- .bootstrap-wplc-content .align-self-end {
4623
- -ms-flex-item-align: end !important;
4624
- align-self: flex-end !important; }
4625
- .bootstrap-wplc-content .align-self-center {
4626
- -ms-flex-item-align: center !important;
4627
- align-self: center !important; }
4628
- .bootstrap-wplc-content .align-self-baseline {
4629
- -ms-flex-item-align: baseline !important;
4630
- align-self: baseline !important; }
4631
- .bootstrap-wplc-content .align-self-stretch {
4632
- -ms-flex-item-align: stretch !important;
4633
- align-self: stretch !important; }
4634
- @media (min-width: 576px) {
4635
- .bootstrap-wplc-content .flex-sm-row {
4636
- -ms-flex-direction: row !important;
4637
- flex-direction: row !important; }
4638
- .bootstrap-wplc-content .flex-sm-column {
4639
- -ms-flex-direction: column !important;
4640
- flex-direction: column !important; }
4641
- .bootstrap-wplc-content .flex-sm-row-reverse {
4642
- -ms-flex-direction: row-reverse !important;
4643
- flex-direction: row-reverse !important; }
4644
- .bootstrap-wplc-content .flex-sm-column-reverse {
4645
- -ms-flex-direction: column-reverse !important;
4646
- flex-direction: column-reverse !important; }
4647
- .bootstrap-wplc-content .flex-sm-wrap {
4648
- -ms-flex-wrap: wrap !important;
4649
- flex-wrap: wrap !important; }
4650
- .bootstrap-wplc-content .flex-sm-nowrap {
4651
- -ms-flex-wrap: nowrap !important;
4652
- flex-wrap: nowrap !important; }
4653
- .bootstrap-wplc-content .flex-sm-wrap-reverse {
4654
- -ms-flex-wrap: wrap-reverse !important;
4655
- flex-wrap: wrap-reverse !important; }
4656
- .bootstrap-wplc-content .flex-sm-fill {
4657
- -ms-flex: 1 1 auto !important;
4658
- flex: 1 1 auto !important; }
4659
- .bootstrap-wplc-content .flex-sm-grow-0 {
4660
- -ms-flex-positive: 0 !important;
4661
- flex-grow: 0 !important; }
4662
- .bootstrap-wplc-content .flex-sm-grow-1 {
4663
- -ms-flex-positive: 1 !important;
4664
- flex-grow: 1 !important; }
4665
- .bootstrap-wplc-content .flex-sm-shrink-0 {
4666
- -ms-flex-negative: 0 !important;
4667
- flex-shrink: 0 !important; }
4668
- .bootstrap-wplc-content .flex-sm-shrink-1 {
4669
- -ms-flex-negative: 1 !important;
4670
- flex-shrink: 1 !important; }
4671
- .bootstrap-wplc-content .justify-content-sm-start {
4672
- -ms-flex-pack: start !important;
4673
- justify-content: flex-start !important; }
4674
- .bootstrap-wplc-content .justify-content-sm-end {
4675
- -ms-flex-pack: end !important;
4676
- justify-content: flex-end !important; }
4677
- .bootstrap-wplc-content .justify-content-sm-center {
4678
- -ms-flex-pack: center !important;
4679
- justify-content: center !important; }
4680
- .bootstrap-wplc-content .justify-content-sm-between {
4681
- -ms-flex-pack: justify !important;
4682
- justify-content: space-between !important; }
4683
- .bootstrap-wplc-content .justify-content-sm-around {
4684
- -ms-flex-pack: distribute !important;
4685
- justify-content: space-around !important; }
4686
- .bootstrap-wplc-content .align-items-sm-start {
4687
- -ms-flex-align: start !important;
4688
- align-items: flex-start !important; }
4689
- .bootstrap-wplc-content .align-items-sm-end {
4690
- -ms-flex-align: end !important;
4691
- align-items: flex-end !important; }
4692
- .bootstrap-wplc-content .align-items-sm-center {
4693
- -ms-flex-align: center !important;
4694
- align-items: center !important; }
4695
- .bootstrap-wplc-content .align-items-sm-baseline {
4696
- -ms-flex-align: baseline !important;
4697
- align-items: baseline !important; }
4698
- .bootstrap-wplc-content .align-items-sm-stretch {
4699
- -ms-flex-align: stretch !important;
4700
- align-items: stretch !important; }
4701
- .bootstrap-wplc-content .align-content-sm-start {
4702
- -ms-flex-line-pack: start !important;
4703
- align-content: flex-start !important; }
4704
- .bootstrap-wplc-content .align-content-sm-end {
4705
- -ms-flex-line-pack: end !important;
4706
- align-content: flex-end !important; }
4707
- .bootstrap-wplc-content .align-content-sm-center {
4708
- -ms-flex-line-pack: center !important;
4709
- align-content: center !important; }
4710
- .bootstrap-wplc-content .align-content-sm-between {
4711
- -ms-flex-line-pack: justify !important;
4712
- align-content: space-between !important; }
4713
- .bootstrap-wplc-content .align-content-sm-around {
4714
- -ms-flex-line-pack: distribute !important;
4715
- align-content: space-around !important; }
4716
- .bootstrap-wplc-content .align-content-sm-stretch {
4717
- -ms-flex-line-pack: stretch !important;
4718
- align-content: stretch !important; }
4719
- .bootstrap-wplc-content .align-self-sm-auto {
4720
- -ms-flex-item-align: auto !important;
4721
- align-self: auto !important; }
4722
- .bootstrap-wplc-content .align-self-sm-start {
4723
- -ms-flex-item-align: start !important;
4724
- align-self: flex-start !important; }
4725
- .bootstrap-wplc-content .align-self-sm-end {
4726
- -ms-flex-item-align: end !important;
4727
- align-self: flex-end !important; }
4728
- .bootstrap-wplc-content .align-self-sm-center {
4729
- -ms-flex-item-align: center !important;
4730
- align-self: center !important; }
4731
- .bootstrap-wplc-content .align-self-sm-baseline {
4732
- -ms-flex-item-align: baseline !important;
4733
- align-self: baseline !important; }
4734
- .bootstrap-wplc-content .align-self-sm-stretch {
4735
- -ms-flex-item-align: stretch !important;
4736
- align-self: stretch !important; } }
4737
- @media (min-width: 768px) {
4738
- .bootstrap-wplc-content .flex-md-row {
4739
- -ms-flex-direction: row !important;
4740
- flex-direction: row !important; }
4741
- .bootstrap-wplc-content .flex-md-column {
4742
- -ms-flex-direction: column !important;
4743
- flex-direction: column !important; }
4744
- .bootstrap-wplc-content .flex-md-row-reverse {
4745
- -ms-flex-direction: row-reverse !important;
4746
- flex-direction: row-reverse !important; }
4747
- .bootstrap-wplc-content .flex-md-column-reverse {
4748
- -ms-flex-direction: column-reverse !important;
4749
- flex-direction: column-reverse !important; }
4750
- .bootstrap-wplc-content .flex-md-wrap {
4751
- -ms-flex-wrap: wrap !important;
4752
- flex-wrap: wrap !important; }
4753
- .bootstrap-wplc-content .flex-md-nowrap {
4754
- -ms-flex-wrap: nowrap !important;
4755
- flex-wrap: nowrap !important; }
4756
- .bootstrap-wplc-content .flex-md-wrap-reverse {
4757
- -ms-flex-wrap: wrap-reverse !important;
4758
- flex-wrap: wrap-reverse !important; }
4759
- .bootstrap-wplc-content .flex-md-fill {
4760
- -ms-flex: 1 1 auto !important;
4761
- flex: 1 1 auto !important; }
4762
- .bootstrap-wplc-content .flex-md-grow-0 {
4763
- -ms-flex-positive: 0 !important;
4764
- flex-grow: 0 !important; }
4765
- .bootstrap-wplc-content .flex-md-grow-1 {
4766
- -ms-flex-positive: 1 !important;
4767
- flex-grow: 1 !important; }
4768
- .bootstrap-wplc-content .flex-md-shrink-0 {
4769
- -ms-flex-negative: 0 !important;
4770
- flex-shrink: 0 !important; }
4771
- .bootstrap-wplc-content .flex-md-shrink-1 {
4772
- -ms-flex-negative: 1 !important;
4773
- flex-shrink: 1 !important; }
4774
- .bootstrap-wplc-content .justify-content-md-start {
4775
- -ms-flex-pack: start !important;
4776
- justify-content: flex-start !important; }
4777
- .bootstrap-wplc-content .justify-content-md-end {
4778
- -ms-flex-pack: end !important;
4779
- justify-content: flex-end !important; }
4780
- .bootstrap-wplc-content .justify-content-md-center {
4781
- -ms-flex-pack: center !important;
4782
- justify-content: center !important; }
4783
- .bootstrap-wplc-content .justify-content-md-between {
4784
- -ms-flex-pack: justify !important;
4785
- justify-content: space-between !important; }
4786
- .bootstrap-wplc-content .justify-content-md-around {
4787
- -ms-flex-pack: distribute !important;
4788
- justify-content: space-around !important; }
4789
- .bootstrap-wplc-content .align-items-md-start {
4790
- -ms-flex-align: start !important;
4791
- align-items: flex-start !important; }
4792
- .bootstrap-wplc-content .align-items-md-end {
4793
- -ms-flex-align: end !important;
4794
- align-items: flex-end !important; }
4795
- .bootstrap-wplc-content .align-items-md-center {
4796
- -ms-flex-align: center !important;
4797
- align-items: center !important; }
4798
- .bootstrap-wplc-content .align-items-md-baseline {
4799
- -ms-flex-align: baseline !important;
4800
- align-items: baseline !important; }
4801
- .bootstrap-wplc-content .align-items-md-stretch {
4802
- -ms-flex-align: stretch !important;
4803
- align-items: stretch !important; }
4804
- .bootstrap-wplc-content .align-content-md-start {
4805
- -ms-flex-line-pack: start !important;
4806
- align-content: flex-start !important; }
4807
- .bootstrap-wplc-content .align-content-md-end {
4808
- -ms-flex-line-pack: end !important;
4809
- align-content: flex-end !important; }
4810
- .bootstrap-wplc-content .align-content-md-center {
4811
- -ms-flex-line-pack: center !important;
4812
- align-content: center !important; }
4813
- .bootstrap-wplc-content .align-content-md-between {
4814
- -ms-flex-line-pack: justify !important;
4815
- align-content: space-between !important; }
4816
- .bootstrap-wplc-content .align-content-md-around {
4817
- -ms-flex-line-pack: distribute !important;
4818
- align-content: space-around !important; }
4819
- .bootstrap-wplc-content .align-content-md-stretch {
4820
- -ms-flex-line-pack: stretch !important;
4821
- align-content: stretch !important; }
4822
- .bootstrap-wplc-content .align-self-md-auto {
4823
- -ms-flex-item-align: auto !important;
4824
- align-self: auto !important; }
4825
- .bootstrap-wplc-content .align-self-md-start {
4826
- -ms-flex-item-align: start !important;
4827
- align-self: flex-start !important; }
4828
- .bootstrap-wplc-content .align-self-md-end {
4829
- -ms-flex-item-align: end !important;
4830
- align-self: flex-end !important; }
4831
- .bootstrap-wplc-content .align-self-md-center {
4832
- -ms-flex-item-align: center !important;
4833
- align-self: center !important; }
4834
- .bootstrap-wplc-content .align-self-md-baseline {
4835
- -ms-flex-item-align: baseline !important;
4836
- align-self: baseline !important; }
4837
- .bootstrap-wplc-content .align-self-md-stretch {
4838
- -ms-flex-item-align: stretch !important;
4839
- align-self: stretch !important; } }
4840
- @media (min-width: 992px) {
4841
- .bootstrap-wplc-content .flex-lg-row {
4842
- -ms-flex-direction: row !important;
4843
- flex-direction: row !important; }
4844
- .bootstrap-wplc-content .flex-lg-column {
4845
- -ms-flex-direction: column !important;
4846
- flex-direction: column !important; }
4847
- .bootstrap-wplc-content .flex-lg-row-reverse {
4848
- -ms-flex-direction: row-reverse !important;
4849
- flex-direction: row-reverse !important; }
4850
- .bootstrap-wplc-content .flex-lg-column-reverse {
4851
- -ms-flex-direction: column-reverse !important;
4852
- flex-direction: column-reverse !important; }
4853
- .bootstrap-wplc-content .flex-lg-wrap {
4854
- -ms-flex-wrap: wrap !important;
4855
- flex-wrap: wrap !important; }
4856
- .bootstrap-wplc-content .flex-lg-nowrap {
4857
- -ms-flex-wrap: nowrap !important;
4858
- flex-wrap: nowrap !important; }
4859
- .bootstrap-wplc-content .flex-lg-wrap-reverse {
4860
- -ms-flex-wrap: wrap-reverse !important;
4861
- flex-wrap: wrap-reverse !important; }
4862
- .bootstrap-wplc-content .flex-lg-fill {
4863
- -ms-flex: 1 1 auto !important;
4864
- flex: 1 1 auto !important; }
4865
- .bootstrap-wplc-content .flex-lg-grow-0 {
4866
- -ms-flex-positive: 0 !important;
4867
- flex-grow: 0 !important; }
4868
- .bootstrap-wplc-content .flex-lg-grow-1 {
4869
- -ms-flex-positive: 1 !important;
4870
- flex-grow: 1 !important; }
4871
- .bootstrap-wplc-content .flex-lg-shrink-0 {
4872
- -ms-flex-negative: 0 !important;
4873
- flex-shrink: 0 !important; }
4874
- .bootstrap-wplc-content .flex-lg-shrink-1 {
4875
- -ms-flex-negative: 1 !important;
4876
- flex-shrink: 1 !important; }
4877
- .bootstrap-wplc-content .justify-content-lg-start {
4878
- -ms-flex-pack: start !important;
4879
- justify-content: flex-start !important; }
4880
- .bootstrap-wplc-content .justify-content-lg-end {
4881
- -ms-flex-pack: end !important;
4882
- justify-content: flex-end !important; }
4883
- .bootstrap-wplc-content .justify-content-lg-center {
4884
- -ms-flex-pack: center !important;
4885
- justify-content: center !important; }
4886
- .bootstrap-wplc-content .justify-content-lg-between {
4887
- -ms-flex-pack: justify !important;
4888
- justify-content: space-between !important; }
4889
- .bootstrap-wplc-content .justify-content-lg-around {
4890
- -ms-flex-pack: distribute !important;
4891
- justify-content: space-around !important; }
4892
- .bootstrap-wplc-content .align-items-lg-start {
4893
- -ms-flex-align: start !important;
4894
- align-items: flex-start !important; }
4895
- .bootstrap-wplc-content .align-items-lg-end {
4896
- -ms-flex-align: end !important;
4897
- align-items: flex-end !important; }
4898
- .bootstrap-wplc-content .align-items-lg-center {
4899
- -ms-flex-align: center !important;
4900
- align-items: center !important; }
4901
- .bootstrap-wplc-content .align-items-lg-baseline {
4902
- -ms-flex-align: baseline !important;
4903
- align-items: baseline !important; }
4904
- .bootstrap-wplc-content .align-items-lg-stretch {
4905
- -ms-flex-align: stretch !important;
4906
- align-items: stretch !important; }
4907
- .bootstrap-wplc-content .align-content-lg-start {
4908
- -ms-flex-line-pack: start !important;
4909
- align-content: flex-start !important; }
4910
- .bootstrap-wplc-content .align-content-lg-end {
4911
- -ms-flex-line-pack: end !important;
4912
- align-content: flex-end !important; }
4913
- .bootstrap-wplc-content .align-content-lg-center {
4914
- -ms-flex-line-pack: center !important;
4915
- align-content: center !important; }
4916
- .bootstrap-wplc-content .align-content-lg-between {
4917
- -ms-flex-line-pack: justify !important;
4918
- align-content: space-between !important; }
4919
- .bootstrap-wplc-content .align-content-lg-around {
4920
- -ms-flex-line-pack: distribute !important;
4921
- align-content: space-around !important; }
4922
- .bootstrap-wplc-content .align-content-lg-stretch {
4923
- -ms-flex-line-pack: stretch !important;
4924
- align-content: stretch !important; }
4925
- .bootstrap-wplc-content .align-self-lg-auto {
4926
- -ms-flex-item-align: auto !important;
4927
- align-self: auto !important; }
4928
- .bootstrap-wplc-content .align-self-lg-start {
4929
- -ms-flex-item-align: start !important;
4930
- align-self: flex-start !important; }
4931
- .bootstrap-wplc-content .align-self-lg-end {
4932
- -ms-flex-item-align: end !important;
4933
- align-self: flex-end !important; }
4934
- .bootstrap-wplc-content .align-self-lg-center {
4935
- -ms-flex-item-align: center !important;
4936
- align-self: center !important; }
4937
- .bootstrap-wplc-content .align-self-lg-baseline {
4938
- -ms-flex-item-align: baseline !important;
4939
- align-self: baseline !important; }
4940
- .bootstrap-wplc-content .align-self-lg-stretch {
4941
- -ms-flex-item-align: stretch !important;
4942
- align-self: stretch !important; } }
4943
- @media (min-width: 1200px) {
4944
- .bootstrap-wplc-content .flex-xl-row {
4945
- -ms-flex-direction: row !important;
4946
- flex-direction: row !important; }
4947
- .bootstrap-wplc-content .flex-xl-column {
4948
- -ms-flex-direction: column !important;
4949
- flex-direction: column !important; }
4950
- .bootstrap-wplc-content .flex-xl-row-reverse {
4951
- -ms-flex-direction: row-reverse !important;
4952
- flex-direction: row-reverse !important; }
4953
- .bootstrap-wplc-content .flex-xl-column-reverse {
4954
- -ms-flex-direction: column-reverse !important;
4955
- flex-direction: column-reverse !important; }
4956
- .bootstrap-wplc-content .flex-xl-wrap {
4957
- -ms-flex-wrap: wrap !important;
4958
- flex-wrap: wrap !important; }
4959
- .bootstrap-wplc-content .flex-xl-nowrap {
4960
- -ms-flex-wrap: nowrap !important;
4961
- flex-wrap: nowrap !important; }
4962
- .bootstrap-wplc-content .flex-xl-wrap-reverse {
4963
- -ms-flex-wrap: wrap-reverse !important;
4964
- flex-wrap: wrap-reverse !important; }
4965
- .bootstrap-wplc-content .flex-xl-fill {
4966
- -ms-flex: 1 1 auto !important;
4967
- flex: 1 1 auto !important; }
4968
- .bootstrap-wplc-content .flex-xl-grow-0 {
4969
- -ms-flex-positive: 0 !important;
4970
- flex-grow: 0 !important; }
4971
- .bootstrap-wplc-content .flex-xl-grow-1 {
4972
- -ms-flex-positive: 1 !important;
4973
- flex-grow: 1 !important; }
4974
- .bootstrap-wplc-content .flex-xl-shrink-0 {
4975
- -ms-flex-negative: 0 !important;
4976
- flex-shrink: 0 !important; }
4977
- .bootstrap-wplc-content .flex-xl-shrink-1 {
4978
- -ms-flex-negative: 1 !important;
4979
- flex-shrink: 1 !important; }
4980
- .bootstrap-wplc-content .justify-content-xl-start {
4981
- -ms-flex-pack: start !important;
4982
- justify-content: flex-start !important; }
4983
- .bootstrap-wplc-content .justify-content-xl-end {
4984
- -ms-flex-pack: end !important;
4985
- justify-content: flex-end !important; }
4986
- .bootstrap-wplc-content .justify-content-xl-center {
4987
- -ms-flex-pack: center !important;
4988
- justify-content: center !important; }
4989
- .bootstrap-wplc-content .justify-content-xl-between {
4990
- -ms-flex-pack: justify !important;
4991
- justify-content: space-between !important; }
4992
- .bootstrap-wplc-content .justify-content-xl-around {
4993
- -ms-flex-pack: distribute !important;
4994
- justify-content: space-around !important; }
4995
- .bootstrap-wplc-content .align-items-xl-start {
4996
- -ms-flex-align: start !important;
4997
- align-items: flex-start !important; }
4998
- .bootstrap-wplc-content .align-items-xl-end {
4999
- -ms-flex-align: end !important;
5000
- align-items: flex-end !important; }
5001
- .bootstrap-wplc-content .align-items-xl-center {
5002
- -ms-flex-align: center !important;
5003
- align-items: center !important; }
5004
- .bootstrap-wplc-content .align-items-xl-baseline {
5005
- -ms-flex-align: baseline !important;
5006
- align-items: baseline !important; }
5007
- .bootstrap-wplc-content .align-items-xl-stretch {
5008
- -ms-flex-align: stretch !important;
5009
- align-items: stretch !important; }
5010
- .bootstrap-wplc-content .align-content-xl-start {
5011
- -ms-flex-line-pack: start !important;
5012
- align-content: flex-start !important; }
5013
- .bootstrap-wplc-content .align-content-xl-end {
5014
- -ms-flex-line-pack: end !important;
5015
- align-content: flex-end !important; }
5016
- .bootstrap-wplc-content .align-content-xl-center {
5017
- -ms-flex-line-pack: center !important;
5018
- align-content: center !important; }
5019
- .bootstrap-wplc-content .align-content-xl-between {
5020
- -ms-flex-line-pack: justify !important;
5021
- align-content: space-between !important; }
5022
- .bootstrap-wplc-content .align-content-xl-around {
5023
- -ms-flex-line-pack: distribute !important;
5024
- align-content: space-around !important; }
5025
- .bootstrap-wplc-content .align-content-xl-stretch {
5026
- -ms-flex-line-pack: stretch !important;
5027
- align-content: stretch !important; }
5028
- .bootstrap-wplc-content .align-self-xl-auto {
5029
- -ms-flex-item-align: auto !important;
5030
- align-self: auto !important; }
5031
- .bootstrap-wplc-content .align-self-xl-start {
5032
- -ms-flex-item-align: start !important;
5033
- align-self: flex-start !important; }
5034
- .bootstrap-wplc-content .align-self-xl-end {
5035
- -ms-flex-item-align: end !important;
5036
- align-self: flex-end !important; }
5037
- .bootstrap-wplc-content .align-self-xl-center {
5038
- -ms-flex-item-align: center !important;
5039
- align-self: center !important; }
5040
- .bootstrap-wplc-content .align-self-xl-baseline {
5041
- -ms-flex-item-align: baseline !important;
5042
- align-self: baseline !important; }
5043
- .bootstrap-wplc-content .align-self-xl-stretch {
5044
- -ms-flex-item-align: stretch !important;
5045
- align-self: stretch !important; } }
5046
- .bootstrap-wplc-content .float-left {
5047
- float: left !important; }
5048
- .bootstrap-wplc-content .float-right {
5049
- float: right !important; }
5050
- .bootstrap-wplc-content .float-none {
5051
- float: none !important; }
5052
- @media (min-width: 576px) {
5053
- .bootstrap-wplc-content .float-sm-left {
5054
- float: left !important; }
5055
- .bootstrap-wplc-content .float-sm-right {
5056
- float: right !important; }
5057
- .bootstrap-wplc-content .float-sm-none {
5058
- float: none !important; } }
5059
- @media (min-width: 768px) {
5060
- .bootstrap-wplc-content .float-md-left {
5061
- float: left !important; }
5062
- .bootstrap-wplc-content .float-md-right {
5063
- float: right !important; }
5064
- .bootstrap-wplc-content .float-md-none {
5065
- float: none !important; } }
5066
- @media (min-width: 992px) {
5067
- .bootstrap-wplc-content .float-lg-left {
5068
- float: left !important; }
5069
- .bootstrap-wplc-content .float-lg-right {
5070
- float: right !important; }
5071
- .bootstrap-wplc-content .float-lg-none {
5072
- float: none !important; } }
5073
- @media (min-width: 1200px) {
5074
- .bootstrap-wplc-content .float-xl-left {
5075
- float: left !important; }
5076
- .bootstrap-wplc-content .float-xl-right {
5077
- float: right !important; }
5078
- .bootstrap-wplc-content .float-xl-none {
5079
- float: none !important; } }
5080
- .bootstrap-wplc-content .overflow-auto {
5081
- overflow: auto !important; }
5082
- .bootstrap-wplc-content .overflow-hidden {
5083
- overflow: hidden !important; }
5084
- .bootstrap-wplc-content .position-static {
5085
- position: static !important; }
5086
- .bootstrap-wplc-content .position-relative {
5087
- position: relative !important; }
5088
- .bootstrap-wplc-content .position-absolute {
5089
- position: absolute !important; }
5090
- .bootstrap-wplc-content .position-fixed {
5091
- position: fixed !important; }
5092
- .bootstrap-wplc-content .position-sticky {
5093
- position: -webkit-sticky !important;
5094
- position: sticky !important; }
5095
- .bootstrap-wplc-content .fixed-top {
5096
- position: fixed;
5097
- top: 0;
5098
- right: 0;
5099
- left: 0;
5100
- z-index: 1030; }
5101
- .bootstrap-wplc-content .fixed-bottom {
5102
- position: fixed;
5103
- right: 0;
5104
- bottom: 0;
5105
- left: 0;
5106
- z-index: 1030; }
5107
- @supports ((position:-webkit-sticky) or (position:sticky)) {
5108
- .bootstrap-wplc-content .sticky-top {
5109
- position: -webkit-sticky;
5110
- position: sticky;
5111
- top: 0;
5112
- z-index: 1020; } }
5113
- .bootstrap-wplc-content .sr-only {
5114
- position: absolute;
5115
- width: 1px;
5116
- height: 1px;
5117
- padding: 0;
5118
- margin: -1px;
5119
- overflow: hidden;
5120
- clip: rect(0, 0, 0, 0);
5121
- white-space: nowrap;
5122
- border: 0; }
5123
- .bootstrap-wplc-content .sr-only-focusable:active, .bootstrap-wplc-content .sr-only-focusable:focus {
5124
- position: static;
5125
- width: auto;
5126
- height: auto;
5127
- overflow: visible;
5128
- clip: auto;
5129
- white-space: normal; }
5130
- .bootstrap-wplc-content .shadow-sm {
5131
- box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
5132
- .bootstrap-wplc-content .shadow {
5133
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
5134
- .bootstrap-wplc-content .shadow-lg {
5135
- box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
5136
- .bootstrap-wplc-content .shadow-none {
5137
- box-shadow: none !important; }
5138
- .bootstrap-wplc-content .w-25 {
5139
- width: 25% !important; }
5140
- .bootstrap-wplc-content .w-50 {
5141
- width: 50% !important; }
5142
- .bootstrap-wplc-content .w-75 {
5143
- width: 75% !important; }
5144
- .bootstrap-wplc-content .w-100 {
5145
- width: 100% !important; }
5146
- .bootstrap-wplc-content .w-auto {
5147
- width: auto !important; }
5148
- .bootstrap-wplc-content .h-25 {
5149
- height: 25% !important; }
5150
- .bootstrap-wplc-content .h-50 {
5151
- height: 50% !important; }
5152
- .bootstrap-wplc-content .h-75 {
5153
- height: 75% !important; }
5154
- .bootstrap-wplc-content .h-100 {
5155
- height: 100% !important; }
5156
- .bootstrap-wplc-content .h-auto {
5157
- height: auto !important; }
5158
- .bootstrap-wplc-content .mw-100 {
5159
- max-width: 100% !important; }
5160
- .bootstrap-wplc-content .mh-100 {
5161
- max-height: 100% !important; }
5162
- .bootstrap-wplc-content .min-vw-100 {
5163
- min-width: 100vw !important; }
5164
- .bootstrap-wplc-content .min-vh-100 {
5165
- min-height: 100vh !important; }
5166
- .bootstrap-wplc-content .vw-100 {
5167
- width: 100vw !important; }
5168
- .bootstrap-wplc-content .vh-100 {
5169
- height: 100vh !important; }
5170
- .bootstrap-wplc-content .stretched-link::after {
5171
- position: absolute;
5172
- top: 0;
5173
- right: 0;
5174
- bottom: 0;
5175
- left: 0;
5176
- z-index: 1;
5177
- pointer-events: auto;
5178
- content: "";
5179
- background-color: rgba(0, 0, 0, 0); }
5180
- .bootstrap-wplc-content .m-0 {
5181
- margin: 0 !important; }
5182
- .bootstrap-wplc-content .mt-0, .bootstrap-wplc-content .my-0 {
5183
- margin-top: 0 !important; }
5184
- .bootstrap-wplc-content .mr-0, .bootstrap-wplc-content .mx-0 {
5185
- margin-right: 0 !important; }
5186
- .bootstrap-wplc-content .mb-0, .bootstrap-wplc-content .my-0 {
5187
- margin-bottom: 0 !important; }
5188
- .bootstrap-wplc-content .ml-0, .bootstrap-wplc-content .mx-0 {
5189
- margin-left: 0 !important; }
5190
- .bootstrap-wplc-content .m-1 {
5191
- margin: 0.25rem !important; }
5192
- .bootstrap-wplc-content .mt-1, .bootstrap-wplc-content .my-1 {
5193
- margin-top: 0.25rem !important; }
5194
- .bootstrap-wplc-content .mr-1, .bootstrap-wplc-content .mx-1 {
5195
- margin-right: 0.25rem !important; }
5196
- .bootstrap-wplc-content .mb-1, .bootstrap-wplc-content .my-1 {
5197
- margin-bottom: 0.25rem !important; }
5198
- .bootstrap-wplc-content .ml-1, .bootstrap-wplc-content .mx-1 {
5199
- margin-left: 0.25rem !important; }
5200
- .bootstrap-wplc-content .m-2 {
5201
- margin: 0.5rem !important; }
5202
- .bootstrap-wplc-content .mt-2, .bootstrap-wplc-content .my-2 {
5203
- margin-top: 0.5rem !important; }
5204
- .bootstrap-wplc-content .mr-2, .bootstrap-wplc-content .mx-2 {
5205
- margin-right: 0.5rem !important; }
5206
- .bootstrap-wplc-content .mb-2, .bootstrap-wplc-content .my-2 {
5207
- margin-bottom: 0.5rem !important; }
5208
- .bootstrap-wplc-content .ml-2, .bootstrap-wplc-content .mx-2 {
5209
- margin-left: 0.5rem !important; }
5210
- .bootstrap-wplc-content .m-3 {
5211
- margin: 1rem !important; }
5212
- .bootstrap-wplc-content .mt-3, .bootstrap-wplc-content .my-3 {
5213
- margin-top: 1rem !important; }
5214
- .bootstrap-wplc-content .mr-3, .bootstrap-wplc-content .mx-3 {
5215
- margin-right: 1rem !important; }
5216
- .bootstrap-wplc-content .mb-3, .bootstrap-wplc-content .my-3 {
5217
- margin-bottom: 1rem !important; }
5218
- .bootstrap-wplc-content .ml-3, .bootstrap-wplc-content .mx-3 {
5219
- margin-left: 1rem !important; }
5220
- .bootstrap-wplc-content .m-4 {
5221
- margin: 1.5rem !important; }
5222
- .bootstrap-wplc-content .mt-4, .bootstrap-wplc-content .my-4 {
5223
- margin-top: 1.5rem !important; }
5224
- .bootstrap-wplc-content .mr-4, .bootstrap-wplc-content .mx-4 {
5225
- margin-right: 1.5rem !important; }
5226
- .bootstrap-wplc-content .mb-4, .bootstrap-wplc-content .my-4 {
5227
- margin-bottom: 1.5rem !important; }
5228
- .bootstrap-wplc-content .ml-4, .bootstrap-wplc-content .mx-4 {
5229
- margin-left: 1.5rem !important; }
5230
- .bootstrap-wplc-content .m-5 {
5231
- margin: 3rem !important; }
5232
- .bootstrap-wplc-content .mt-5, .bootstrap-wplc-content .my-5 {
5233
- margin-top: 3rem !important; }
5234
- .bootstrap-wplc-content .mr-5, .bootstrap-wplc-content .mx-5 {
5235
- margin-right: 3rem !important; }
5236
- .bootstrap-wplc-content .mb-5, .bootstrap-wplc-content .my-5 {
5237
- margin-bottom: 3rem !important; }
5238
- .bootstrap-wplc-content .ml-5, .bootstrap-wplc-content .mx-5 {
5239
- margin-left: 3rem !important; }
5240
- .bootstrap-wplc-content .p-0 {
5241
- padding: 0 !important; }
5242
- .bootstrap-wplc-content .pt-0, .bootstrap-wplc-content .py-0 {
5243
- padding-top: 0 !important; }
5244
- .bootstrap-wplc-content .pr-0, .bootstrap-wplc-content .px-0 {
5245
- padding-right: 0 !important; }
5246
- .bootstrap-wplc-content .pb-0, .bootstrap-wplc-content .py-0 {
5247
- padding-bottom: 0 !important; }
5248
- .bootstrap-wplc-content .pl-0, .bootstrap-wplc-content .px-0 {
5249
- padding-left: 0 !important; }
5250
- .bootstrap-wplc-content .p-1 {
5251
- padding: 0.25rem !important; }
5252
- .bootstrap-wplc-content .pt-1, .bootstrap-wplc-content .py-1 {
5253
- padding-top: 0.25rem !important; }
5254
- .bootstrap-wplc-content .pr-1, .bootstrap-wplc-content .px-1 {
5255
- padding-right: 0.25rem !important; }
5256
- .bootstrap-wplc-content .pb-1, .bootstrap-wplc-content .py-1 {
5257
- padding-bottom: 0.25rem !important; }
5258
- .bootstrap-wplc-content .pl-1, .bootstrap-wplc-content .px-1 {
5259
- padding-left: 0.25rem !important; }
5260
- .bootstrap-wplc-content .p-2 {
5261
- padding: 0.5rem !important; }
5262
- .bootstrap-wplc-content .pt-2, .bootstrap-wplc-content .py-2 {
5263
- padding-top: 0.5rem !important; }
5264
- .bootstrap-wplc-content .pr-2, .bootstrap-wplc-content .px-2 {
5265
- padding-right: 0.5rem !important; }
5266
- .bootstrap-wplc-content .pb-2, .bootstrap-wplc-content .py-2 {
5267
- padding-bottom: 0.5rem !important; }
5268
- .bootstrap-wplc-content .pl-2, .bootstrap-wplc-content .px-2 {
5269
- padding-left: 0.5rem !important; }
5270
- .bootstrap-wplc-content .p-3 {
5271
- padding: 1rem !important; }
5272
- .bootstrap-wplc-content .pt-3, .bootstrap-wplc-content .py-3 {
5273
- padding-top: 1rem !important; }
5274
- .bootstrap-wplc-content .pr-3, .bootstrap-wplc-content .px-3 {
5275
- padding-right: 1rem !important; }
5276
- .bootstrap-wplc-content .pb-3, .bootstrap-wplc-content .py-3 {
5277
- padding-bottom: 1rem !important; }
5278
- .bootstrap-wplc-content .pl-3, .bootstrap-wplc-content .px-3 {
5279
- padding-left: 1rem !important; }
5280
- .bootstrap-wplc-content .p-4 {
5281
- padding: 1.5rem !important; }
5282
- .bootstrap-wplc-content .pt-4, .bootstrap-wplc-content .py-4 {
5283
- padding-top: 1.5rem !important; }
5284
- .bootstrap-wplc-content .pr-4, .bootstrap-wplc-content .px-4 {
5285
- padding-right: 1.5rem !important; }
5286
- .bootstrap-wplc-content .pb-4, .bootstrap-wplc-content .py-4 {
5287
- padding-bottom: 1.5rem !important; }
5288
- .bootstrap-wplc-content .pl-4, .bootstrap-wplc-content .px-4 {
5289
- padding-left: 1.5rem !important; }
5290
- .bootstrap-wplc-content .p-5 {
5291
- padding: 3rem !important; }
5292
- .bootstrap-wplc-content .pt-5, .bootstrap-wplc-content .py-5 {
5293
- padding-top: 3rem !important; }
5294
- .bootstrap-wplc-content .pr-5, .bootstrap-wplc-content .px-5 {
5295
- padding-right: 3rem !important; }
5296
- .bootstrap-wplc-content .pb-5, .bootstrap-wplc-content .py-5 {
5297
- padding-bottom: 3rem !important; }
5298
- .bootstrap-wplc-content .pl-5, .bootstrap-wplc-content .px-5 {
5299
- padding-left: 3rem !important; }
5300
- .bootstrap-wplc-content .m-n1 {
5301
- margin: -0.25rem !important; }
5302
- .bootstrap-wplc-content .mt-n1, .bootstrap-wplc-content .my-n1 {
5303
- margin-top: -0.25rem !important; }
5304
- .bootstrap-wplc-content .mr-n1, .bootstrap-wplc-content .mx-n1 {
5305
- margin-right: -0.25rem !important; }
5306
- .bootstrap-wplc-content .mb-n1, .bootstrap-wplc-content .my-n1 {
5307
- margin-bottom: -0.25rem !important; }
5308
- .bootstrap-wplc-content .ml-n1, .bootstrap-wplc-content .mx-n1 {
5309
- margin-left: -0.25rem !important; }
5310
- .bootstrap-wplc-content .m-n2 {
5311
- margin: -0.5rem !important; }
5312
- .bootstrap-wplc-content .mt-n2, .bootstrap-wplc-content .my-n2 {
5313
- margin-top: -0.5rem !important; }
5314
- .bootstrap-wplc-content .mr-n2, .bootstrap-wplc-content .mx-n2 {
5315
- margin-right: -0.5rem !important; }
5316
- .bootstrap-wplc-content .mb-n2, .bootstrap-wplc-content .my-n2 {
5317
- margin-bottom: -0.5rem !important; }
5318
- .bootstrap-wplc-content .ml-n2, .bootstrap-wplc-content .mx-n2 {
5319
- margin-left: -0.5rem !important; }
5320
- .bootstrap-wplc-content .m-n3 {
5321
- margin: -1rem !important; }
5322
- .bootstrap-wplc-content .mt-n3, .bootstrap-wplc-content .my-n3 {
5323
- margin-top: -1rem !important; }
5324
- .bootstrap-wplc-content .mr-n3, .bootstrap-wplc-content .mx-n3 {
5325
- margin-right: -1rem !important; }
5326
- .bootstrap-wplc-content .mb-n3, .bootstrap-wplc-content .my-n3 {
5327
- margin-bottom: -1rem !important; }
5328
- .bootstrap-wplc-content .ml-n3, .bootstrap-wplc-content .mx-n3 {
5329
- margin-left: -1rem !important; }
5330
- .bootstrap-wplc-content .m-n4 {
5331
- margin: -1.5rem !important; }
5332
- .bootstrap-wplc-content .mt-n4, .bootstrap-wplc-content .my-n4 {
5333
- margin-top: -1.5rem !important; }
5334
- .bootstrap-wplc-content .mr-n4, .bootstrap-wplc-content .mx-n4 {
5335
- margin-right: -1.5rem !important; }
5336
- .bootstrap-wplc-content .mb-n4, .bootstrap-wplc-content .my-n4 {
5337
- margin-bottom: -1.5rem !important; }
5338
- .bootstrap-wplc-content .ml-n4, .bootstrap-wplc-content .mx-n4 {
5339
- margin-left: -1.5rem !important; }
5340
- .bootstrap-wplc-content .m-n5 {
5341
- margin: -3rem !important; }
5342
- .bootstrap-wplc-content .mt-n5, .bootstrap-wplc-content .my-n5 {
5343
- margin-top: -3rem !important; }
5344
- .bootstrap-wplc-content .mr-n5, .bootstrap-wplc-content .mx-n5 {
5345
- margin-right: -3rem !important; }
5346
- .bootstrap-wplc-content .mb-n5, .bootstrap-wplc-content .my-n5 {
5347
- margin-bottom: -3rem !important; }
5348
- .bootstrap-wplc-content .ml-n5, .bootstrap-wplc-content .mx-n5 {
5349
- margin-left: -3rem !important; }
5350
- .bootstrap-wplc-content .m-auto {
5351
- margin: auto !important; }
5352
- .bootstrap-wplc-content .mt-auto, .bootstrap-wplc-content .my-auto {
5353
- margin-top: auto !important; }
5354
- .bootstrap-wplc-content .mr-auto, .bootstrap-wplc-content .mx-auto {
5355
- margin-right: auto !important; }
5356
- .bootstrap-wplc-content .mb-auto, .bootstrap-wplc-content .my-auto {
5357
- margin-bottom: auto !important; }
5358
- .bootstrap-wplc-content .ml-auto, .bootstrap-wplc-content .mx-auto {
5359
- margin-left: auto !important; }
5360
- @media (min-width: 576px) {
5361
- .bootstrap-wplc-content .m-sm-0 {
5362
- margin: 0 !important; }
5363
- .bootstrap-wplc-content .mt-sm-0, .bootstrap-wplc-content .my-sm-0 {
5364
- margin-top: 0 !important; }
5365
- .bootstrap-wplc-content .mr-sm-0, .bootstrap-wplc-content .mx-sm-0 {
5366
- margin-right: 0 !important; }
5367
- .bootstrap-wplc-content .mb-sm-0, .bootstrap-wplc-content .my-sm-0 {
5368
- margin-bottom: 0 !important; }
5369
- .bootstrap-wplc-content .ml-sm-0, .bootstrap-wplc-content .mx-sm-0 {
5370
- margin-left: 0 !important; }
5371
- .bootstrap-wplc-content .m-sm-1 {
5372
- margin: 0.25rem !important; }
5373
- .bootstrap-wplc-content .mt-sm-1, .bootstrap-wplc-content .my-sm-1 {
5374
- margin-top: 0.25rem !important; }
5375
- .bootstrap-wplc-content .mr-sm-1, .bootstrap-wplc-content .mx-sm-1 {
5376
- margin-right: 0.25rem !important; }
5377
- .bootstrap-wplc-content .mb-sm-1, .bootstrap-wplc-content .my-sm-1 {
5378
- margin-bottom: 0.25rem !important; }
5379
- .bootstrap-wplc-content .ml-sm-1, .bootstrap-wplc-content .mx-sm-1 {
5380
- margin-left: 0.25rem !important; }
5381
- .bootstrap-wplc-content .m-sm-2 {
5382
- margin: 0.5rem !important; }
5383
- .bootstrap-wplc-content .mt-sm-2, .bootstrap-wplc-content .my-sm-2 {
5384
- margin-top: 0.5rem !important; }
5385
- .bootstrap-wplc-content .mr-sm-2, .bootstrap-wplc-content .mx-sm-2 {
5386
- margin-right: 0.5rem !important; }
5387
- .bootstrap-wplc-content .mb-sm-2, .bootstrap-wplc-content .my-sm-2 {
5388
- margin-bottom: 0.5rem !important; }
5389
- .bootstrap-wplc-content .ml-sm-2, .bootstrap-wplc-content .mx-sm-2 {
5390
- margin-left: 0.5rem !important; }
5391
- .bootstrap-wplc-content .m-sm-3 {
5392
- margin: 1rem !important; }
5393
- .bootstrap-wplc-content .mt-sm-3, .bootstrap-wplc-content .my-sm-3 {
5394
- margin-top: 1rem !important; }
5395
- .bootstrap-wplc-content .mr-sm-3, .bootstrap-wplc-content .mx-sm-3 {
5396
- margin-right: 1rem !important; }
5397
- .bootstrap-wplc-content .mb-sm-3, .bootstrap-wplc-content .my-sm-3 {
5398
- margin-bottom: 1rem !important; }
5399
- .bootstrap-wplc-content .ml-sm-3, .bootstrap-wplc-content .mx-sm-3 {
5400
- margin-left: 1rem !important; }
5401
- .bootstrap-wplc-content .m-sm-4 {
5402
- margin: 1.5rem !important; }
5403
- .bootstrap-wplc-content .mt-sm-4, .bootstrap-wplc-content .my-sm-4 {
5404
- margin-top: 1.5rem !important; }
5405
- .bootstrap-wplc-content .mr-sm-4, .bootstrap-wplc-content .mx-sm-4 {
5406
- margin-right: 1.5rem !important; }
5407
- .bootstrap-wplc-content .mb-sm-4, .bootstrap-wplc-content .my-sm-4 {
5408
- margin-bottom: 1.5rem !important; }
5409
- .bootstrap-wplc-content .ml-sm-4, .bootstrap-wplc-content .mx-sm-4 {
5410
- margin-left: 1.5rem !important; }
5411
- .bootstrap-wplc-content .m-sm-5 {
5412
- margin: 3rem !important; }
5413
- .bootstrap-wplc-content .mt-sm-5, .bootstrap-wplc-content .my-sm-5 {
5414
- margin-top: 3rem !important; }
5415
- .bootstrap-wplc-content .mr-sm-5, .bootstrap-wplc-content .mx-sm-5 {
5416
- margin-right: 3rem !important; }
5417
- .bootstrap-wplc-content .mb-sm-5, .bootstrap-wplc-content .my-sm-5 {
5418
- margin-bottom: 3rem !important; }
5419
- .bootstrap-wplc-content .ml-sm-5, .bootstrap-wplc-content .mx-sm-5 {
5420
- margin-left: 3rem !important; }
5421
- .bootstrap-wplc-content .p-sm-0 {
5422
- padding: 0 !important; }
5423
- .bootstrap-wplc-content .pt-sm-0, .bootstrap-wplc-content .py-sm-0 {
5424
- padding-top: 0 !important; }
5425
- .bootstrap-wplc-content .pr-sm-0, .bootstrap-wplc-content .px-sm-0 {
5426
- padding-right: 0 !important; }
5427
- .bootstrap-wplc-content .pb-sm-0, .bootstrap-wplc-content .py-sm-0 {
5428
- padding-bottom: 0 !important; }
5429
- .bootstrap-wplc-content .pl-sm-0, .bootstrap-wplc-content .px-sm-0 {
5430
- padding-left: 0 !important; }
5431
- .bootstrap-wplc-content .p-sm-1 {
5432
- padding: 0.25rem !important; }
5433
- .bootstrap-wplc-content .pt-sm-1, .bootstrap-wplc-content .py-sm-1 {
5434
- padding-top: 0.25rem !important; }
5435
- .bootstrap-wplc-content .pr-sm-1, .bootstrap-wplc-content .px-sm-1 {
5436
- padding-right: 0.25rem !important; }
5437
- .bootstrap-wplc-content .pb-sm-1, .bootstrap-wplc-content .py-sm-1 {
5438
- padding-bottom: 0.25rem !important; }
5439
- .bootstrap-wplc-content .pl-sm-1, .bootstrap-wplc-content .px-sm-1 {
5440
- padding-left: 0.25rem !important; }
5441
- .bootstrap-wplc-content .p-sm-2 {
5442
- padding: 0.5rem !important; }
5443
- .bootstrap-wplc-content .pt-sm-2, .bootstrap-wplc-content .py-sm-2 {
5444
- padding-top: 0.5rem !important; }
5445
- .bootstrap-wplc-content .pr-sm-2, .bootstrap-wplc-content .px-sm-2 {
5446
- padding-right: 0.5rem !important; }
5447
- .bootstrap-wplc-content .pb-sm-2, .bootstrap-wplc-content .py-sm-2 {
5448
- padding-bottom: 0.5rem !important; }
5449
- .bootstrap-wplc-content .pl-sm-2, .bootstrap-wplc-content .px-sm-2 {
5450
- padding-left: 0.5rem !important; }
5451
- .bootstrap-wplc-content .p-sm-3 {
5452
- padding: 1rem !important; }
5453
- .bootstrap-wplc-content .pt-sm-3, .bootstrap-wplc-content .py-sm-3 {
5454
- padding-top: 1rem !important; }
5455
- .bootstrap-wplc-content .pr-sm-3, .bootstrap-wplc-content .px-sm-3 {
5456
- padding-right: 1rem !important; }
5457
- .bootstrap-wplc-content .pb-sm-3, .bootstrap-wplc-content .py-sm-3 {
5458
- padding-bottom: 1rem !important; }
5459
- .bootstrap-wplc-content .pl-sm-3, .bootstrap-wplc-content .px-sm-3 {
5460
- padding-left: 1rem !important; }
5461
- .bootstrap-wplc-content .p-sm-4 {
5462
- padding: 1.5rem !important; }
5463
- .bootstrap-wplc-content .pt-sm-4, .bootstrap-wplc-content .py-sm-4 {
5464
- padding-top: 1.5rem !important; }
5465
- .bootstrap-wplc-content .pr-sm-4, .bootstrap-wplc-content .px-sm-4 {
5466
- padding-right: 1.5rem !important; }
5467
- .bootstrap-wplc-content .pb-sm-4, .bootstrap-wplc-content .py-sm-4 {
5468
- padding-bottom: 1.5rem !important; }
5469
- .bootstrap-wplc-content .pl-sm-4, .bootstrap-wplc-content .px-sm-4 {
5470
- padding-left: 1.5rem !important; }
5471
- .bootstrap-wplc-content .p-sm-5 {
5472
- padding: 3rem !important; }
5473
- .bootstrap-wplc-content .pt-sm-5, .bootstrap-wplc-content .py-sm-5 {
5474
- padding-top: 3rem !important; }
5475
- .bootstrap-wplc-content .pr-sm-5, .bootstrap-wplc-content .px-sm-5 {
5476
- padding-right: 3rem !important; }
5477
- .bootstrap-wplc-content .pb-sm-5, .bootstrap-wplc-content .py-sm-5 {
5478
- padding-bottom: 3rem !important; }
5479
- .bootstrap-wplc-content .pl-sm-5, .bootstrap-wplc-content .px-sm-5 {
5480
- padding-left: 3rem !important; }
5481
- .bootstrap-wplc-content .m-sm-n1 {
5482
- margin: -0.25rem !important; }
5483
- .bootstrap-wplc-content .mt-sm-n1, .bootstrap-wplc-content .my-sm-n1 {
5484
- margin-top: -0.25rem !important; }
5485
- .bootstrap-wplc-content .mr-sm-n1, .bootstrap-wplc-content .mx-sm-n1 {
5486
- margin-right: -0.25rem !important; }
5487
- .bootstrap-wplc-content .mb-sm-n1, .bootstrap-wplc-content .my-sm-n1 {
5488
- margin-bottom: -0.25rem !important; }
5489
- .bootstrap-wplc-content .ml-sm-n1, .bootstrap-wplc-content .mx-sm-n1 {
5490
- margin-left: -0.25rem !important; }
5491
- .bootstrap-wplc-content .m-sm-n2 {
5492
- margin: -0.5rem !important; }
5493
- .bootstrap-wplc-content .mt-sm-n2, .bootstrap-wplc-content .my-sm-n2 {
5494
- margin-top: -0.5rem !important; }
5495
- .bootstrap-wplc-content .mr-sm-n2, .bootstrap-wplc-content .mx-sm-n2 {
5496
- margin-right: -0.5rem !important; }
5497
- .bootstrap-wplc-content .mb-sm-n2, .bootstrap-wplc-content .my-sm-n2 {
5498
- margin-bottom: -0.5rem !important; }
5499
- .bootstrap-wplc-content .ml-sm-n2, .bootstrap-wplc-content .mx-sm-n2 {
5500
- margin-left: -0.5rem !important; }
5501
- .bootstrap-wplc-content .m-sm-n3 {
5502
- margin: -1rem !important; }
5503
- .bootstrap-wplc-content .mt-sm-n3, .bootstrap-wplc-content .my-sm-n3 {
5504
- margin-top: -1rem !important; }
5505
- .bootstrap-wplc-content .mr-sm-n3, .bootstrap-wplc-content .mx-sm-n3 {
5506
- margin-right: -1rem !important; }
5507
- .bootstrap-wplc-content .mb-sm-n3, .bootstrap-wplc-content .my-sm-n3 {
5508
- margin-bottom: -1rem !important; }
5509
- .bootstrap-wplc-content .ml-sm-n3, .bootstrap-wplc-content .mx-sm-n3 {
5510
- margin-left: -1rem !important; }
5511
- .bootstrap-wplc-content .m-sm-n4 {
5512
- margin: -1.5rem !important; }
5513
- .bootstrap-wplc-content .mt-sm-n4, .bootstrap-wplc-content .my-sm-n4 {
5514
- margin-top: -1.5rem !important; }
5515
- .bootstrap-wplc-content .mr-sm-n4, .bootstrap-wplc-content .mx-sm-n4 {
5516
- margin-right: -1.5rem !important; }
5517
- .bootstrap-wplc-content .mb-sm-n4, .bootstrap-wplc-content .my-sm-n4 {
5518
- margin-bottom: -1.5rem !important; }
5519
- .bootstrap-wplc-content .ml-sm-n4, .bootstrap-wplc-content .mx-sm-n4 {
5520
- margin-left: -1.5rem !important; }
5521
- .bootstrap-wplc-content .m-sm-n5 {
5522
- margin: -3rem !important; }
5523
- .bootstrap-wplc-content .mt-sm-n5, .bootstrap-wplc-content .my-sm-n5 {
5524
- margin-top: -3rem !important; }
5525
- .bootstrap-wplc-content .mr-sm-n5, .bootstrap-wplc-content .mx-sm-n5 {
5526
- margin-right: -3rem !important; }
5527
- .bootstrap-wplc-content .mb-sm-n5, .bootstrap-wplc-content .my-sm-n5 {
5528
- margin-bottom: -3rem !important; }
5529
- .bootstrap-wplc-content .ml-sm-n5, .bootstrap-wplc-content .mx-sm-n5 {
5530
- margin-left: -3rem !important; }
5531
- .bootstrap-wplc-content .m-sm-auto {
5532
- margin: auto !important; }
5533
- .bootstrap-wplc-content .mt-sm-auto, .bootstrap-wplc-content .my-sm-auto {
5534
- margin-top: auto !important; }
5535
- .bootstrap-wplc-content .mr-sm-auto, .bootstrap-wplc-content .mx-sm-auto {
5536
- margin-right: auto !important; }
5537
- .bootstrap-wplc-content .mb-sm-auto, .bootstrap-wplc-content .my-sm-auto {
5538
- margin-bottom: auto !important; }
5539
- .bootstrap-wplc-content .ml-sm-auto, .bootstrap-wplc-content .mx-sm-auto {
5540
- margin-left: auto !important; } }
5541
- @media (min-width: 768px) {
5542
- .bootstrap-wplc-content .m-md-0 {
5543
- margin: 0 !important; }
5544
- .bootstrap-wplc-content .mt-md-0, .bootstrap-wplc-content .my-md-0 {
5545
- margin-top: 0 !important; }
5546
- .bootstrap-wplc-content .mr-md-0, .bootstrap-wplc-content .mx-md-0 {
5547
- margin-right: 0 !important; }
5548
- .bootstrap-wplc-content .mb-md-0, .bootstrap-wplc-content .my-md-0 {
5549
- margin-bottom: 0 !important; }
5550
- .bootstrap-wplc-content .ml-md-0, .bootstrap-wplc-content .mx-md-0 {
5551
- margin-left: 0 !important; }
5552
- .bootstrap-wplc-content .m-md-1 {
5553
- margin: 0.25rem !important; }
5554
- .bootstrap-wplc-content .mt-md-1, .bootstrap-wplc-content .my-md-1 {
5555
- margin-top: 0.25rem !important; }
5556
- .bootstrap-wplc-content .mr-md-1, .bootstrap-wplc-content .mx-md-1 {
5557
- margin-right: 0.25rem !important; }
5558
- .bootstrap-wplc-content .mb-md-1, .bootstrap-wplc-content .my-md-1 {
5559
- margin-bottom: 0.25rem !important; }
5560
- .bootstrap-wplc-content .ml-md-1, .bootstrap-wplc-content .mx-md-1 {
5561
- margin-left: 0.25rem !important; }
5562
- .bootstrap-wplc-content .m-md-2 {
5563
- margin: 0.5rem !important; }
5564
- .bootstrap-wplc-content .mt-md-2, .bootstrap-wplc-content .my-md-2 {
5565
- margin-top: 0.5rem !important; }
5566
- .bootstrap-wplc-content .mr-md-2, .bootstrap-wplc-content .mx-md-2 {
5567
- margin-right: 0.5rem !important; }
5568
- .bootstrap-wplc-content .mb-md-2, .bootstrap-wplc-content .my-md-2 {
5569
- margin-bottom: 0.5rem !important; }
5570
- .bootstrap-wplc-content .ml-md-2, .bootstrap-wplc-content .mx-md-2 {
5571
- margin-left: 0.5rem !important; }
5572
- .bootstrap-wplc-content .m-md-3 {
5573
- margin: 1rem !important; }
5574
- .bootstrap-wplc-content .mt-md-3, .bootstrap-wplc-content .my-md-3 {
5575
- margin-top: 1rem !important; }
5576
- .bootstrap-wplc-content .mr-md-3, .bootstrap-wplc-content .mx-md-3 {
5577
- margin-right: 1rem !important; }
5578
- .bootstrap-wplc-content .mb-md-3, .bootstrap-wplc-content .my-md-3 {
5579
- margin-bottom: 1rem !important; }
5580
- .bootstrap-wplc-content .ml-md-3, .bootstrap-wplc-content .mx-md-3 {
5581
- margin-left: 1rem !important; }
5582
- .bootstrap-wplc-content .m-md-4 {
5583
- margin: 1.5rem !important; }
5584
- .bootstrap-wplc-content .mt-md-4, .bootstrap-wplc-content .my-md-4 {
5585
- margin-top: 1.5rem !important; }
5586
- .bootstrap-wplc-content .mr-md-4, .bootstrap-wplc-content .mx-md-4 {
5587
- margin-right: 1.5rem !important; }
5588
- .bootstrap-wplc-content .mb-md-4, .bootstrap-wplc-content .my-md-4 {
5589
- margin-bottom: 1.5rem !important; }
5590
- .bootstrap-wplc-content .ml-md-4, .bootstrap-wplc-content .mx-md-4 {
5591
- margin-left: 1.5rem !important; }
5592
- .bootstrap-wplc-content .m-md-5 {
5593
- margin: 3rem !important; }
5594
- .bootstrap-wplc-content .mt-md-5, .bootstrap-wplc-content .my-md-5 {
5595
- margin-top: 3rem !important; }
5596
- .bootstrap-wplc-content .mr-md-5, .bootstrap-wplc-content .mx-md-5 {
5597
- margin-right: 3rem !important; }
5598
- .bootstrap-wplc-content .mb-md-5, .bootstrap-wplc-content .my-md-5 {
5599
- margin-bottom: 3rem !important; }
5600
- .bootstrap-wplc-content .ml-md-5, .bootstrap-wplc-content .mx-md-5 {
5601
- margin-left: 3rem !important; }
5602
- .bootstrap-wplc-content .p-md-0 {
5603
- padding: 0 !important; }
5604
- .bootstrap-wplc-content .pt-md-0, .bootstrap-wplc-content .py-md-0 {
5605
- padding-top: 0 !important; }
5606
- .bootstrap-wplc-content .pr-md-0, .bootstrap-wplc-content .px-md-0 {
5607
- padding-right: 0 !important; }
5608
- .bootstrap-wplc-content .pb-md-0, .bootstrap-wplc-content .py-md-0 {
5609
- padding-bottom: 0 !important; }
5610
- .bootstrap-wplc-content .pl-md-0, .bootstrap-wplc-content .px-md-0 {
5611
- padding-left: 0 !important; }
5612
- .bootstrap-wplc-content .p-md-1 {
5613
- padding: 0.25rem !important; }
5614
- .bootstrap-wplc-content .pt-md-1, .bootstrap-wplc-content .py-md-1 {
5615
- padding-top: 0.25rem !important; }
5616
- .bootstrap-wplc-content .pr-md-1, .bootstrap-wplc-content .px-md-1 {
5617
- padding-right: 0.25rem !important; }
5618
- .bootstrap-wplc-content .pb-md-1, .bootstrap-wplc-content .py-md-1 {
5619
- padding-bottom: 0.25rem !important; }
5620
- .bootstrap-wplc-content .pl-md-1, .bootstrap-wplc-content .px-md-1 {
5621
- padding-left: 0.25rem !important; }
5622
- .bootstrap-wplc-content .p-md-2 {
5623
- padding: 0.5rem !important; }
5624
- .bootstrap-wplc-content .pt-md-2, .bootstrap-wplc-content .py-md-2 {
5625
- padding-top: 0.5rem !important; }
5626
- .bootstrap-wplc-content .pr-md-2, .bootstrap-wplc-content .px-md-2 {
5627
- padding-right: 0.5rem !important; }
5628
- .bootstrap-wplc-content .pb-md-2, .bootstrap-wplc-content .py-md-2 {
5629
- padding-bottom: 0.5rem !important; }
5630
- .bootstrap-wplc-content .pl-md-2, .bootstrap-wplc-content .px-md-2 {
5631
- padding-left: 0.5rem !important; }
5632
- .bootstrap-wplc-content .p-md-3 {
5633
- padding: 1rem !important; }
5634
- .bootstrap-wplc-content .pt-md-3, .bootstrap-wplc-content .py-md-3 {
5635
- padding-top: 1rem !important; }
5636
- .bootstrap-wplc-content .pr-md-3, .bootstrap-wplc-content .px-md-3 {
5637
- padding-right: 1rem !important; }
5638
- .bootstrap-wplc-content .pb-md-3, .bootstrap-wplc-content .py-md-3 {
5639
- padding-bottom: 1rem !important; }
5640
- .bootstrap-wplc-content .pl-md-3, .bootstrap-wplc-content .px-md-3 {
5641
- padding-left: 1rem !important; }
5642
- .bootstrap-wplc-content .p-md-4 {
5643
- padding: 1.5rem !important; }
5644
- .bootstrap-wplc-content .pt-md-4, .bootstrap-wplc-content .py-md-4 {
5645
- padding-top: 1.5rem !important; }
5646
- .bootstrap-wplc-content .pr-md-4, .bootstrap-wplc-content .px-md-4 {
5647
- padding-right: 1.5rem !important; }
5648
- .bootstrap-wplc-content .pb-md-4, .bootstrap-wplc-content .py-md-4 {
5649
- padding-bottom: 1.5rem !important; }
5650
- .bootstrap-wplc-content .pl-md-4, .bootstrap-wplc-content .px-md-4 {
5651
- padding-left: 1.5rem !important; }
5652
- .bootstrap-wplc-content .p-md-5 {
5653
- padding: 3rem !important; }
5654
- .bootstrap-wplc-content .pt-md-5, .bootstrap-wplc-content .py-md-5 {
5655
- padding-top: 3rem !important; }
5656
- .bootstrap-wplc-content .pr-md-5, .bootstrap-wplc-content .px-md-5 {
5657
- padding-right: 3rem !important; }
5658
- .bootstrap-wplc-content .pb-md-5, .bootstrap-wplc-content .py-md-5 {
5659
- padding-bottom: 3rem !important; }
5660
- .bootstrap-wplc-content .pl-md-5, .bootstrap-wplc-content .px-md-5 {
5661
- padding-left: 3rem !important; }
5662
- .bootstrap-wplc-content .m-md-n1 {
5663
- margin: -0.25rem !important; }
5664
- .bootstrap-wplc-content .mt-md-n1, .bootstrap-wplc-content .my-md-n1 {
5665
- margin-top: -0.25rem !important; }
5666
- .bootstrap-wplc-content .mr-md-n1, .bootstrap-wplc-content .mx-md-n1 {
5667
- margin-right: -0.25rem !important; }
5668
- .bootstrap-wplc-content .mb-md-n1, .bootstrap-wplc-content .my-md-n1 {
5669
- margin-bottom: -0.25rem !important; }
5670
- .bootstrap-wplc-content .ml-md-n1, .bootstrap-wplc-content .mx-md-n1 {
5671
- margin-left: -0.25rem !important; }
5672
- .bootstrap-wplc-content .m-md-n2 {
5673
- margin: -0.5rem !important; }
5674
- .bootstrap-wplc-content .mt-md-n2, .bootstrap-wplc-content .my-md-n2 {
5675
- margin-top: -0.5rem !important; }
5676
- .bootstrap-wplc-content .mr-md-n2, .bootstrap-wplc-content .mx-md-n2 {
5677
- margin-right: -0.5rem !important; }
5678
- .bootstrap-wplc-content .mb-md-n2, .bootstrap-wplc-content .my-md-n2 {
5679
- margin-bottom: -0.5rem !important; }
5680
- .bootstrap-wplc-content .ml-md-n2, .bootstrap-wplc-content .mx-md-n2 {
5681
- margin-left: -0.5rem !important; }
5682
- .bootstrap-wplc-content .m-md-n3 {
5683
- margin: -1rem !important; }
5684
- .bootstrap-wplc-content .mt-md-n3, .bootstrap-wplc-content .my-md-n3 {
5685
- margin-top: -1rem !important; }
5686
- .bootstrap-wplc-content .mr-md-n3, .bootstrap-wplc-content .mx-md-n3 {
5687
- margin-right: -1rem !important; }
5688
- .bootstrap-wplc-content .mb-md-n3, .bootstrap-wplc-content .my-md-n3 {
5689
- margin-bottom: -1rem !important; }
5690
- .bootstrap-wplc-content .ml-md-n3, .bootstrap-wplc-content .mx-md-n3 {
5691
- margin-left: -1rem !important; }
5692
- .bootstrap-wplc-content .m-md-n4 {
5693
- margin: -1.5rem !important; }
5694
- .bootstrap-wplc-content .mt-md-n4, .bootstrap-wplc-content .my-md-n4 {
5695
- margin-top: -1.5rem !important; }
5696
- .bootstrap-wplc-content .mr-md-n4, .bootstrap-wplc-content .mx-md-n4 {
5697
- margin-right: -1.5rem !important; }
5698
- .bootstrap-wplc-content .mb-md-n4, .bootstrap-wplc-content .my-md-n4 {
5699
- margin-bottom: -1.5rem !important; }
5700
- .bootstrap-wplc-content .ml-md-n4, .bootstrap-wplc-content .mx-md-n4 {
5701
- margin-left: -1.5rem !important; }
5702
- .bootstrap-wplc-content .m-md-n5 {
5703
- margin: -3rem !important; }
5704
- .bootstrap-wplc-content .mt-md-n5, .bootstrap-wplc-content .my-md-n5 {
5705
- margin-top: -3rem !important; }
5706
- .bootstrap-wplc-content .mr-md-n5, .bootstrap-wplc-content .mx-md-n5 {
5707
- margin-right: -3rem !important; }
5708
- .bootstrap-wplc-content .mb-md-n5, .bootstrap-wplc-content .my-md-n5 {
5709
- margin-bottom: -3rem !important; }
5710
- .bootstrap-wplc-content .ml-md-n5, .bootstrap-wplc-content .mx-md-n5 {
5711
- margin-left: -3rem !important; }
5712
- .bootstrap-wplc-content .m-md-auto {
5713
- margin: auto !important; }
5714
- .bootstrap-wplc-content .mt-md-auto, .bootstrap-wplc-content .my-md-auto {
5715
- margin-top: auto !important; }
5716
- .bootstrap-wplc-content .mr-md-auto, .bootstrap-wplc-content .mx-md-auto {
5717
- margin-right: auto !important; }
5718
- .bootstrap-wplc-content .mb-md-auto, .bootstrap-wplc-content .my-md-auto {
5719
- margin-bottom: auto !important; }
5720
- .bootstrap-wplc-content .ml-md-auto, .bootstrap-wplc-content .mx-md-auto {
5721
- margin-left: auto !important; } }
5722
- @media (min-width: 992px) {
5723
- .bootstrap-wplc-content .m-lg-0 {
5724
- margin: 0 !important; }
5725
- .bootstrap-wplc-content .mt-lg-0, .bootstrap-wplc-content .my-lg-0 {
5726
- margin-top: 0 !important; }
5727
- .bootstrap-wplc-content .mr-lg-0, .bootstrap-wplc-content .mx-lg-0 {
5728
- margin-right: 0 !important; }
5729
- .bootstrap-wplc-content .mb-lg-0, .bootstrap-wplc-content .my-lg-0 {
5730
- margin-bottom: 0 !important; }
5731
- .bootstrap-wplc-content .ml-lg-0, .bootstrap-wplc-content .mx-lg-0 {
5732
- margin-left: 0 !important; }
5733
- .bootstrap-wplc-content .m-lg-1 {
5734
- margin: 0.25rem !important; }
5735
- .bootstrap-wplc-content .mt-lg-1, .bootstrap-wplc-content .my-lg-1 {
5736
- margin-top: 0.25rem !important; }
5737
- .bootstrap-wplc-content .mr-lg-1, .bootstrap-wplc-content .mx-lg-1 {
5738
- margin-right: 0.25rem !important; }
5739
- .bootstrap-wplc-content .mb-lg-1, .bootstrap-wplc-content .my-lg-1 {
5740
- margin-bottom: 0.25rem !important; }
5741
- .bootstrap-wplc-content .ml-lg-1, .bootstrap-wplc-content .mx-lg-1 {
5742
- margin-left: 0.25rem !important; }
5743
- .bootstrap-wplc-content .m-lg-2 {
5744
- margin: 0.5rem !important; }
5745
- .bootstrap-wplc-content .mt-lg-2, .bootstrap-wplc-content .my-lg-2 {
5746
- margin-top: 0.5rem !important; }
5747
- .bootstrap-wplc-content .mr-lg-2, .bootstrap-wplc-content .mx-lg-2 {
5748
- margin-right: 0.5rem !important; }
5749
- .bootstrap-wplc-content .mb-lg-2, .bootstrap-wplc-content .my-lg-2 {
5750
- margin-bottom: 0.5rem !important; }
5751
- .bootstrap-wplc-content .ml-lg-2, .bootstrap-wplc-content .mx-lg-2 {
5752
- margin-left: 0.5rem !important; }
5753
- .bootstrap-wplc-content .m-lg-3 {
5754
- margin: 1rem !important; }
5755
- .bootstrap-wplc-content .mt-lg-3, .bootstrap-wplc-content .my-lg-3 {
5756
- margin-top: 1rem !important; }
5757
- .bootstrap-wplc-content .mr-lg-3, .bootstrap-wplc-content .mx-lg-3 {
5758
- margin-right: 1rem !important; }
5759
- .bootstrap-wplc-content .mb-lg-3, .bootstrap-wplc-content .my-lg-3 {
5760
- margin-bottom: 1rem !important; }
5761
- .bootstrap-wplc-content .ml-lg-3, .bootstrap-wplc-content .mx-lg-3 {
5762
- margin-left: 1rem !important; }
5763
- .bootstrap-wplc-content .m-lg-4 {
5764
- margin: 1.5rem !important; }
5765
- .bootstrap-wplc-content .mt-lg-4, .bootstrap-wplc-content .my-lg-4 {
5766
- margin-top: 1.5rem !important; }
5767
- .bootstrap-wplc-content .mr-lg-4, .bootstrap-wplc-content .mx-lg-4 {
5768
- margin-right: 1.5rem !important; }
5769
- .bootstrap-wplc-content .mb-lg-4, .bootstrap-wplc-content .my-lg-4 {
5770
- margin-bottom: 1.5rem !important; }
5771
- .bootstrap-wplc-content .ml-lg-4, .bootstrap-wplc-content .mx-lg-4 {
5772
- margin-left: 1.5rem !important; }
5773
- .bootstrap-wplc-content .m-lg-5 {
5774
- margin: 3rem !important; }
5775
- .bootstrap-wplc-content .mt-lg-5, .bootstrap-wplc-content .my-lg-5 {
5776
- margin-top: 3rem !important; }
5777
- .bootstrap-wplc-content .mr-lg-5, .bootstrap-wplc-content .mx-lg-5 {
5778
- margin-right: 3rem !important; }
5779
- .bootstrap-wplc-content .mb-lg-5, .bootstrap-wplc-content .my-lg-5 {
5780
- margin-bottom: 3rem !important; }
5781
- .bootstrap-wplc-content .ml-lg-5, .bootstrap-wplc-content .mx-lg-5 {
5782
- margin-left: 3rem !important; }
5783
- .bootstrap-wplc-content .p-lg-0 {
5784
- padding: 0 !important; }
5785
- .bootstrap-wplc-content .pt-lg-0, .bootstrap-wplc-content .py-lg-0 {
5786
- padding-top: 0 !important; }
5787
- .bootstrap-wplc-content .pr-lg-0, .bootstrap-wplc-content .px-lg-0 {
5788
- padding-right: 0 !important; }
5789
- .bootstrap-wplc-content .pb-lg-0, .bootstrap-wplc-content .py-lg-0 {
5790
- padding-bottom: 0 !important; }
5791
- .bootstrap-wplc-content .pl-lg-0, .bootstrap-wplc-content .px-lg-0 {
5792
- padding-left: 0 !important; }
5793
- .bootstrap-wplc-content .p-lg-1 {
5794
- padding: 0.25rem !important; }
5795
- .bootstrap-wplc-content .pt-lg-1, .bootstrap-wplc-content .py-lg-1 {
5796
- padding-top: 0.25rem !important; }
5797
- .bootstrap-wplc-content .pr-lg-1, .bootstrap-wplc-content .px-lg-1 {
5798
- padding-right: 0.25rem !important; }
5799
- .bootstrap-wplc-content .pb-lg-1, .bootstrap-wplc-content .py-lg-1 {
5800
- padding-bottom: 0.25rem !important; }
5801
- .bootstrap-wplc-content .pl-lg-1, .bootstrap-wplc-content .px-lg-1 {
5802
- padding-left: 0.25rem !important; }
5803
- .bootstrap-wplc-content .p-lg-2 {
5804
- padding: 0.5rem !important; }
5805
- .bootstrap-wplc-content .pt-lg-2, .bootstrap-wplc-content .py-lg-2 {
5806
- padding-top: 0.5rem !important; }
5807
- .bootstrap-wplc-content .pr-lg-2, .bootstrap-wplc-content .px-lg-2 {
5808
- padding-right: 0.5rem !important; }
5809
- .bootstrap-wplc-content .pb-lg-2, .bootstrap-wplc-content .py-lg-2 {
5810
- padding-bottom: 0.5rem !important; }
5811
- .bootstrap-wplc-content .pl-lg-2, .bootstrap-wplc-content .px-lg-2 {
5812
- padding-left: 0.5rem !important; }
5813
- .bootstrap-wplc-content .p-lg-3 {
5814
- padding: 1rem !important; }
5815
- .bootstrap-wplc-content .pt-lg-3, .bootstrap-wplc-content .py-lg-3 {
5816
- padding-top: 1rem !important; }
5817
- .bootstrap-wplc-content .pr-lg-3, .bootstrap-wplc-content .px-lg-3 {
5818
- padding-right: 1rem !important; }
5819
- .bootstrap-wplc-content .pb-lg-3, .bootstrap-wplc-content .py-lg-3 {
5820
- padding-bottom: 1rem !important; }
5821
- .bootstrap-wplc-content .pl-lg-3, .bootstrap-wplc-content .px-lg-3 {
5822
- padding-left: 1rem !important; }
5823
- .bootstrap-wplc-content .p-lg-4 {
5824
- padding: 1.5rem !important; }
5825
- .bootstrap-wplc-content .pt-lg-4, .bootstrap-wplc-content .py-lg-4 {
5826
- padding-top: 1.5rem !important; }
5827
- .bootstrap-wplc-content .pr-lg-4, .bootstrap-wplc-content .px-lg-4 {
5828
- padding-right: 1.5rem !important; }
5829
- .bootstrap-wplc-content .pb-lg-4, .bootstrap-wplc-content .py-lg-4 {
5830
- padding-bottom: 1.5rem !important; }
5831
- .bootstrap-wplc-content .pl-lg-4, .bootstrap-wplc-content .px-lg-4 {
5832
- padding-left: 1.5rem !important; }
5833
- .bootstrap-wplc-content .p-lg-5 {
5834
- padding: 3rem !important; }
5835
- .bootstrap-wplc-content .pt-lg-5, .bootstrap-wplc-content .py-lg-5 {
5836
- padding-top: 3rem !important; }
5837
- .bootstrap-wplc-content .pr-lg-5, .bootstrap-wplc-content .px-lg-5 {
5838
- padding-right: 3rem !important; }
5839
- .bootstrap-wplc-content .pb-lg-5, .bootstrap-wplc-content .py-lg-5 {
5840
- padding-bottom: 3rem !important; }
5841
- .bootstrap-wplc-content .pl-lg-5, .bootstrap-wplc-content .px-lg-5 {
5842
- padding-left: 3rem !important; }
5843
- .bootstrap-wplc-content .m-lg-n1 {
5844
- margin: -0.25rem !important; }
5845
- .bootstrap-wplc-content .mt-lg-n1, .bootstrap-wplc-content .my-lg-n1 {
5846
- margin-top: -0.25rem !important; }
5847
- .bootstrap-wplc-content .mr-lg-n1, .bootstrap-wplc-content .mx-lg-n1 {
5848
- margin-right: -0.25rem !important; }
5849
- .bootstrap-wplc-content .mb-lg-n1, .bootstrap-wplc-content .my-lg-n1 {
5850
- margin-bottom: -0.25rem !important; }
5851
- .bootstrap-wplc-content .ml-lg-n1, .bootstrap-wplc-content .mx-lg-n1 {
5852
- margin-left: -0.25rem !important; }
5853
- .bootstrap-wplc-content .m-lg-n2 {
5854
- margin: -0.5rem !important; }
5855
- .bootstrap-wplc-content .mt-lg-n2, .bootstrap-wplc-content .my-lg-n2 {
5856
- margin-top: -0.5rem !important; }
5857
- .bootstrap-wplc-content .mr-lg-n2, .bootstrap-wplc-content .mx-lg-n2 {
5858
- margin-right: -0.5rem !important; }
5859
- .bootstrap-wplc-content .mb-lg-n2, .bootstrap-wplc-content .my-lg-n2 {
5860
- margin-bottom: -0.5rem !important; }
5861
- .bootstrap-wplc-content .ml-lg-n2, .bootstrap-wplc-content .mx-lg-n2 {
5862
- margin-left: -0.5rem !important; }
5863
- .bootstrap-wplc-content .m-lg-n3 {
5864
- margin: -1rem !important; }
5865
- .bootstrap-wplc-content .mt-lg-n3, .bootstrap-wplc-content .my-lg-n3 {
5866
- margin-top: -1rem !important; }
5867
- .bootstrap-wplc-content .mr-lg-n3, .bootstrap-wplc-content .mx-lg-n3 {
5868
- margin-right: -1rem !important; }
5869
- .bootstrap-wplc-content .mb-lg-n3, .bootstrap-wplc-content .my-lg-n3 {
5870
- margin-bottom: -1rem !important; }
5871
- .bootstrap-wplc-content .ml-lg-n3, .bootstrap-wplc-content .mx-lg-n3 {
5872
- margin-left: -1rem !important; }
5873
- .bootstrap-wplc-content .m-lg-n4 {
5874
- margin: -1.5rem !important; }
5875
- .bootstrap-wplc-content .mt-lg-n4, .bootstrap-wplc-content .my-lg-n4 {
5876
- margin-top: -1.5rem !important; }
5877
- .bootstrap-wplc-content .mr-lg-n4, .bootstrap-wplc-content .mx-lg-n4 {
5878
- margin-right: -1.5rem !important; }
5879
- .bootstrap-wplc-content .mb-lg-n4, .bootstrap-wplc-content .my-lg-n4 {
5880
- margin-bottom: -1.5rem !important; }
5881
- .bootstrap-wplc-content .ml-lg-n4, .bootstrap-wplc-content .mx-lg-n4 {
5882
- margin-left: -1.5rem !important; }
5883
- .bootstrap-wplc-content .m-lg-n5 {
5884
- margin: -3rem !important; }
5885
- .bootstrap-wplc-content .mt-lg-n5, .bootstrap-wplc-content .my-lg-n5 {
5886
- margin-top: -3rem !important; }
5887
- .bootstrap-wplc-content .mr-lg-n5, .bootstrap-wplc-content .mx-lg-n5 {
5888
- margin-right: -3rem !important; }
5889
- .bootstrap-wplc-content .mb-lg-n5, .bootstrap-wplc-content .my-lg-n5 {
5890
- margin-bottom: -3rem !important; }
5891
- .bootstrap-wplc-content .ml-lg-n5, .bootstrap-wplc-content .mx-lg-n5 {
5892
- margin-left: -3rem !important; }
5893
- .bootstrap-wplc-content .m-lg-auto {
5894
- margin: auto !important; }
5895
- .bootstrap-wplc-content .mt-lg-auto, .bootstrap-wplc-content .my-lg-auto {
5896
- margin-top: auto !important; }
5897
- .bootstrap-wplc-content .mr-lg-auto, .bootstrap-wplc-content .mx-lg-auto {
5898
- margin-right: auto !important; }
5899
- .bootstrap-wplc-content .mb-lg-auto, .bootstrap-wplc-content .my-lg-auto {
5900
- margin-bottom: auto !important; }
5901
- .bootstrap-wplc-content .ml-lg-auto, .bootstrap-wplc-content .mx-lg-auto {
5902
- margin-left: auto !important; } }
5903
- @media (min-width: 1200px) {
5904
- .bootstrap-wplc-content .m-xl-0 {
5905
- margin: 0 !important; }
5906
- .bootstrap-wplc-content .mt-xl-0, .bootstrap-wplc-content .my-xl-0 {
5907
- margin-top: 0 !important; }
5908
- .bootstrap-wplc-content .mr-xl-0, .bootstrap-wplc-content .mx-xl-0 {
5909
- margin-right: 0 !important; }
5910
- .bootstrap-wplc-content .mb-xl-0, .bootstrap-wplc-content .my-xl-0 {
5911
- margin-bottom: 0 !important; }
5912
- .bootstrap-wplc-content .ml-xl-0, .bootstrap-wplc-content .mx-xl-0 {
5913
- margin-left: 0 !important; }
5914
- .bootstrap-wplc-content .m-xl-1 {
5915
- margin: 0.25rem !important; }
5916
- .bootstrap-wplc-content .mt-xl-1, .bootstrap-wplc-content .my-xl-1 {
5917
- margin-top: 0.25rem !important; }
5918
- .bootstrap-wplc-content .mr-xl-1, .bootstrap-wplc-content .mx-xl-1 {
5919
- margin-right: 0.25rem !important; }
5920
- .bootstrap-wplc-content .mb-xl-1, .bootstrap-wplc-content .my-xl-1 {
5921
- margin-bottom: 0.25rem !important; }
5922
- .bootstrap-wplc-content .ml-xl-1, .bootstrap-wplc-content .mx-xl-1 {
5923
- margin-left: 0.25rem !important; }
5924
- .bootstrap-wplc-content .m-xl-2 {
5925
- margin: 0.5rem !important; }
5926
- .bootstrap-wplc-content .mt-xl-2, .bootstrap-wplc-content .my-xl-2 {
5927
- margin-top: 0.5rem !important; }
5928
- .bootstrap-wplc-content .mr-xl-2, .bootstrap-wplc-content .mx-xl-2 {
5929
- margin-right: 0.5rem !important; }
5930
- .bootstrap-wplc-content .mb-xl-2, .bootstrap-wplc-content .my-xl-2 {
5931
- margin-bottom: 0.5rem !important; }
5932
- .bootstrap-wplc-content .ml-xl-2, .bootstrap-wplc-content .mx-xl-2 {
5933
- margin-left: 0.5rem !important; }
5934
- .bootstrap-wplc-content .m-xl-3 {
5935
- margin: 1rem !important; }
5936
- .bootstrap-wplc-content .mt-xl-3, .bootstrap-wplc-content .my-xl-3 {
5937
- margin-top: 1rem !important; }
5938
- .bootstrap-wplc-content .mr-xl-3, .bootstrap-wplc-content .mx-xl-3 {
5939
- margin-right: 1rem !important; }
5940
- .bootstrap-wplc-content .mb-xl-3, .bootstrap-wplc-content .my-xl-3 {
5941
- margin-bottom: 1rem !important; }
5942
- .bootstrap-wplc-content .ml-xl-3, .bootstrap-wplc-content .mx-xl-3 {
5943
- margin-left: 1rem !important; }
5944
- .bootstrap-wplc-content .m-xl-4 {
5945
- margin: 1.5rem !important; }
5946
- .bootstrap-wplc-content .mt-xl-4, .bootstrap-wplc-content .my-xl-4 {
5947
- margin-top: 1.5rem !important; }
5948
- .bootstrap-wplc-content .mr-xl-4, .bootstrap-wplc-content .mx-xl-4 {
5949
- margin-right: 1.5rem !important; }
5950
- .bootstrap-wplc-content .mb-xl-4, .bootstrap-wplc-content .my-xl-4 {
5951
- margin-bottom: 1.5rem !important; }
5952
- .bootstrap-wplc-content .ml-xl-4, .bootstrap-wplc-content .mx-xl-4 {
5953
- margin-left: 1.5rem !important; }
5954
- .bootstrap-wplc-content .m-xl-5 {
5955
- margin: 3rem !important; }
5956
- .bootstrap-wplc-content .mt-xl-5, .bootstrap-wplc-content .my-xl-5 {
5957
- margin-top: 3rem !important; }
5958
- .bootstrap-wplc-content .mr-xl-5, .bootstrap-wplc-content .mx-xl-5 {
5959
- margin-right: 3rem !important; }
5960
- .bootstrap-wplc-content .mb-xl-5, .bootstrap-wplc-content .my-xl-5 {
5961
- margin-bottom: 3rem !important; }
5962
- .bootstrap-wplc-content .ml-xl-5, .bootstrap-wplc-content .mx-xl-5 {
5963
- margin-left: 3rem !important; }
5964
- .bootstrap-wplc-content .p-xl-0 {
5965
- padding: 0 !important; }
5966
- .bootstrap-wplc-content .pt-xl-0, .bootstrap-wplc-content .py-xl-0 {
5967
- padding-top: 0 !important; }
5968
- .bootstrap-wplc-content .pr-xl-0, .bootstrap-wplc-content .px-xl-0 {
5969
- padding-right: 0 !important; }
5970
- .bootstrap-wplc-content .pb-xl-0, .bootstrap-wplc-content .py-xl-0 {
5971
- padding-bottom: 0 !important; }
5972
- .bootstrap-wplc-content .pl-xl-0, .bootstrap-wplc-content .px-xl-0 {
5973
- padding-left: 0 !important; }
5974
- .bootstrap-wplc-content .p-xl-1 {
5975
- padding: 0.25rem !important; }
5976
- .bootstrap-wplc-content .pt-xl-1, .bootstrap-wplc-content .py-xl-1 {
5977
- padding-top: 0.25rem !important; }
5978
- .bootstrap-wplc-content .pr-xl-1, .bootstrap-wplc-content .px-xl-1 {
5979
- padding-right: 0.25rem !important; }
5980
- .bootstrap-wplc-content .pb-xl-1, .bootstrap-wplc-content .py-xl-1 {
5981
- padding-bottom: 0.25rem !important; }
5982
- .bootstrap-wplc-content .pl-xl-1, .bootstrap-wplc-content .px-xl-1 {
5983
- padding-left: 0.25rem !important; }
5984
- .bootstrap-wplc-content .p-xl-2 {
5985
- padding: 0.5rem !important; }
5986
- .bootstrap-wplc-content .pt-xl-2, .bootstrap-wplc-content .py-xl-2 {
5987
- padding-top: 0.5rem !important; }
5988
- .bootstrap-wplc-content .pr-xl-2, .bootstrap-wplc-content .px-xl-2 {
5989
- padding-right: 0.5rem !important; }
5990
- .bootstrap-wplc-content .pb-xl-2, .bootstrap-wplc-content .py-xl-2 {
5991
- padding-bottom: 0.5rem !important; }
5992
- .bootstrap-wplc-content .pl-xl-2, .bootstrap-wplc-content .px-xl-2 {
5993
- padding-left: 0.5rem !important; }
5994
- .bootstrap-wplc-content .p-xl-3 {
5995
- padding: 1rem !important; }
5996
- .bootstrap-wplc-content .pt-xl-3, .bootstrap-wplc-content .py-xl-3 {
5997
- padding-top: 1rem !important; }
5998
- .bootstrap-wplc-content .pr-xl-3, .bootstrap-wplc-content .px-xl-3 {
5999
- padding-right: 1rem !important; }
6000
- .bootstrap-wplc-content .pb-xl-3, .bootstrap-wplc-content .py-xl-3 {
6001
- padding-bottom: 1rem !important; }
6002
- .bootstrap-wplc-content .pl-xl-3, .bootstrap-wplc-content .px-xl-3 {
6003
- padding-left: 1rem !important; }
6004
- .bootstrap-wplc-content .p-xl-4 {
6005
- padding: 1.5rem !important; }
6006
- .bootstrap-wplc-content .pt-xl-4, .bootstrap-wplc-content .py-xl-4 {
6007
- padding-top: 1.5rem !important; }
6008
- .bootstrap-wplc-content .pr-xl-4, .bootstrap-wplc-content .px-xl-4 {
6009
- padding-right: 1.5rem !important; }
6010
- .bootstrap-wplc-content .pb-xl-4, .bootstrap-wplc-content .py-xl-4 {
6011
- padding-bottom: 1.5rem !important; }
6012
- .bootstrap-wplc-content .pl-xl-4, .bootstrap-wplc-content .px-xl-4 {
6013
- padding-left: 1.5rem !important; }
6014
- .bootstrap-wplc-content .p-xl-5 {
6015
- padding: 3rem !important; }
6016
- .bootstrap-wplc-content .pt-xl-5, .bootstrap-wplc-content .py-xl-5 {
6017
- padding-top: 3rem !important; }
6018
- .bootstrap-wplc-content .pr-xl-5, .bootstrap-wplc-content .px-xl-5 {
6019
- padding-right: 3rem !important; }
6020
- .bootstrap-wplc-content .pb-xl-5, .bootstrap-wplc-content .py-xl-5 {
6021
- padding-bottom: 3rem !important; }
6022
- .bootstrap-wplc-content .pl-xl-5, .bootstrap-wplc-content .px-xl-5 {
6023
- padding-left: 3rem !important; }
6024
- .bootstrap-wplc-content .m-xl-n1 {
6025
- margin: -0.25rem !important; }
6026
- .bootstrap-wplc-content .mt-xl-n1, .bootstrap-wplc-content .my-xl-n1 {
6027
- margin-top: -0.25rem !important; }
6028
- .bootstrap-wplc-content .mr-xl-n1, .bootstrap-wplc-content .mx-xl-n1 {
6029
- margin-right: -0.25rem !important; }
6030
- .bootstrap-wplc-content .mb-xl-n1, .bootstrap-wplc-content .my-xl-n1 {
6031
- margin-bottom: -0.25rem !important; }
6032
- .bootstrap-wplc-content .ml-xl-n1, .bootstrap-wplc-content .mx-xl-n1 {
6033
- margin-left: -0.25rem !important; }
6034
- .bootstrap-wplc-content .m-xl-n2 {
6035
- margin: -0.5rem !important; }
6036
- .bootstrap-wplc-content .mt-xl-n2, .bootstrap-wplc-content .my-xl-n2 {
6037
- margin-top: -0.5rem !important; }
6038
- .bootstrap-wplc-content .mr-xl-n2, .bootstrap-wplc-content .mx-xl-n2 {
6039
- margin-right: -0.5rem !important; }
6040
- .bootstrap-wplc-content .mb-xl-n2, .bootstrap-wplc-content .my-xl-n2 {
6041
- margin-bottom: -0.5rem !important; }
6042
- .bootstrap-wplc-content .ml-xl-n2, .bootstrap-wplc-content .mx-xl-n2 {
6043
- margin-left: -0.5rem !important; }
6044
- .bootstrap-wplc-content .m-xl-n3 {
6045
- margin: -1rem !important; }
6046
- .bootstrap-wplc-content .mt-xl-n3, .bootstrap-wplc-content .my-xl-n3 {
6047
- margin-top: -1rem !important; }
6048
- .bootstrap-wplc-content .mr-xl-n3, .bootstrap-wplc-content .mx-xl-n3 {
6049
- margin-right: -1rem !important; }
6050
- .bootstrap-wplc-content .mb-xl-n3, .bootstrap-wplc-content .my-xl-n3 {
6051
- margin-bottom: -1rem !important; }
6052
- .bootstrap-wplc-content .ml-xl-n3, .bootstrap-wplc-content .mx-xl-n3 {
6053
- margin-left: -1rem !important; }
6054
- .bootstrap-wplc-content .m-xl-n4 {
6055
- margin: -1.5rem !important; }
6056
- .bootstrap-wplc-content .mt-xl-n4, .bootstrap-wplc-content .my-xl-n4 {
6057
- margin-top: -1.5rem !important; }
6058
- .bootstrap-wplc-content .mr-xl-n4, .bootstrap-wplc-content .mx-xl-n4 {
6059
- margin-right: -1.5rem !important; }
6060
- .bootstrap-wplc-content .mb-xl-n4, .bootstrap-wplc-content .my-xl-n4 {
6061
- margin-bottom: -1.5rem !important; }
6062
- .bootstrap-wplc-content .ml-xl-n4, .bootstrap-wplc-content .mx-xl-n4 {
6063
- margin-left: -1.5rem !important; }
6064
- .bootstrap-wplc-content .m-xl-n5 {
6065
- margin: -3rem !important; }
6066
- .bootstrap-wplc-content .mt-xl-n5, .bootstrap-wplc-content .my-xl-n5 {
6067
- margin-top: -3rem !important; }
6068
- .bootstrap-wplc-content .mr-xl-n5, .bootstrap-wplc-content .mx-xl-n5 {
6069
- margin-right: -3rem !important; }
6070
- .bootstrap-wplc-content .mb-xl-n5, .bootstrap-wplc-content .my-xl-n5 {
6071
- margin-bottom: -3rem !important; }
6072
- .bootstrap-wplc-content .ml-xl-n5, .bootstrap-wplc-content .mx-xl-n5 {
6073
- margin-left: -3rem !important; }
6074
- .bootstrap-wplc-content .m-xl-auto {
6075
- margin: auto !important; }
6076
- .bootstrap-wplc-content .mt-xl-auto, .bootstrap-wplc-content .my-xl-auto {
6077
- margin-top: auto !important; }
6078
- .bootstrap-wplc-content .mr-xl-auto, .bootstrap-wplc-content .mx-xl-auto {
6079
- margin-right: auto !important; }
6080
- .bootstrap-wplc-content .mb-xl-auto, .bootstrap-wplc-content .my-xl-auto {
6081
- margin-bottom: auto !important; }
6082
- .bootstrap-wplc-content .ml-xl-auto, .bootstrap-wplc-content .mx-xl-auto {
6083
- margin-left: auto !important; } }
6084
- .bootstrap-wplc-content .text-monospace {
6085
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
6086
- .bootstrap-wplc-content .text-justify {
6087
- text-align: justify !important; }
6088
- .bootstrap-wplc-content .text-wrap {
6089
- white-space: normal !important; }
6090
- .bootstrap-wplc-content .text-nowrap {
6091
- white-space: nowrap !important; }
6092
- .bootstrap-wplc-content .text-truncate {
6093
- overflow: hidden;
6094
- text-overflow: ellipsis;
6095
- white-space: nowrap; }
6096
- .bootstrap-wplc-content .text-left {
6097
- text-align: left !important; }
6098
- .bootstrap-wplc-content .text-right {
6099
- text-align: right !important; }
6100
- .bootstrap-wplc-content .text-center {
6101
- text-align: center !important; }
6102
- @media (min-width: 576px) {
6103
- .bootstrap-wplc-content .text-sm-left {
6104
- text-align: left !important; }
6105
- .bootstrap-wplc-content .text-sm-right {
6106
- text-align: right !important; }
6107
- .bootstrap-wplc-content .text-sm-center {
6108
- text-align: center !important; } }
6109
- @media (min-width: 768px) {
6110
- .bootstrap-wplc-content .text-md-left {
6111
- text-align: left !important; }
6112
- .bootstrap-wplc-content .text-md-right {
6113
- text-align: right !important; }
6114
- .bootstrap-wplc-content .text-md-center {
6115
- text-align: center !important; } }
6116
- @media (min-width: 992px) {
6117
- .bootstrap-wplc-content .text-lg-left {
6118
- text-align: left !important; }
6119
- .bootstrap-wplc-content .text-lg-right {
6120
- text-align: right !important; }
6121
- .bootstrap-wplc-content .text-lg-center {
6122
- text-align: center !important; } }
6123
- @media (min-width: 1200px) {
6124
- .bootstrap-wplc-content .text-xl-left {
6125
- text-align: left !important; }
6126
- .bootstrap-wplc-content .text-xl-right {
6127
- text-align: right !important; }
6128
- .bootstrap-wplc-content .text-xl-center {
6129
- text-align: center !important; } }
6130
- .bootstrap-wplc-content .text-lowercase {
6131
- text-transform: lowercase !important; }
6132
- .bootstrap-wplc-content .text-uppercase {
6133
- text-transform: uppercase !important; }
6134
- .bootstrap-wplc-content .text-capitalize {
6135
- text-transform: capitalize !important; }
6136
- .bootstrap-wplc-content .font-weight-light {
6137
- font-weight: 300 !important; }
6138
- .bootstrap-wplc-content .font-weight-lighter {
6139
- font-weight: lighter !important; }
6140
- .bootstrap-wplc-content .font-weight-normal {
6141
- font-weight: 400 !important; }
6142
- .bootstrap-wplc-content .font-weight-bold {
6143
- font-weight: 700 !important; }
6144
- .bootstrap-wplc-content .font-weight-bolder {
6145
- font-weight: bolder !important; }
6146
- .bootstrap-wplc-content .font-italic {
6147
- font-style: italic !important; }
6148
- .bootstrap-wplc-content .text-white {
6149
- color: #fff !important; }
6150
- .bootstrap-wplc-content .text-primary {
6151
- color: #007bff !important; }
6152
- .bootstrap-wplc-content a.text-primary:focus, .bootstrap-wplc-content a.text-primary:hover {
6153
- color: #0056b3 !important; }
6154
- .bootstrap-wplc-content .text-secondary {
6155
- color: #6c757d !important; }
6156
- .bootstrap-wplc-content a.text-secondary:focus, .bootstrap-wplc-content a.text-secondary:hover {
6157
- color: #494f54 !important; }
6158
- .bootstrap-wplc-content .text-success {
6159
- color: #28a745 !important; }
6160
- .bootstrap-wplc-content a.text-success:focus, .bootstrap-wplc-content a.text-success:hover {
6161
- color: #19692c !important; }
6162
- .bootstrap-wplc-content .text-info {
6163
- color: #17a2b8 !important; }
6164
- .bootstrap-wplc-content a.text-info:focus, .bootstrap-wplc-content a.text-info:hover {
6165
- color: #0f6674 !important; }
6166
- .bootstrap-wplc-content .text-warning {
6167
- color: #ffc107 !important; }
6168
- .bootstrap-wplc-content a.text-warning:focus, .bootstrap-wplc-content a.text-warning:hover {
6169
- color: #ba8b00 !important; }
6170
- .bootstrap-wplc-content .text-danger {
6171
- color: #dc3545 !important; }
6172
- .bootstrap-wplc-content a.text-danger:focus, .bootstrap-wplc-content a.text-danger:hover {
6173
- color: #a71d2a !important; }
6174
- .bootstrap-wplc-content .text-light {
6175
- color: #f8f9fa !important; }
6176
- .bootstrap-wplc-content a.text-light:focus, .bootstrap-wplc-content a.text-light:hover {
6177
- color: #cbd3da !important; }
6178
- .bootstrap-wplc-content .text-dark {
6179
- color: #343a40 !important; }
6180
- .bootstrap-wplc-content a.text-dark:focus, .bootstrap-wplc-content a.text-dark:hover {
6181
- color: #121416 !important; }
6182
- .bootstrap-wplc-content .text-body {
6183
- color: #212529 !important; }
6184
- .bootstrap-wplc-content .text-muted {
6185
- color: #6c757d !important; }
6186
- .bootstrap-wplc-content .text-black-50 {
6187
- color: rgba(0, 0, 0, 0.5) !important; }
6188
- .bootstrap-wplc-content .text-white-50 {
6189
- color: rgba(255, 255, 255, 0.5) !important; }
6190
- .bootstrap-wplc-content .text-hide {
6191
- font: 0/0 a;
6192
- color: transparent;
6193
- text-shadow: none;
6194
- background-color: transparent;
6195
- border: 0; }
6196
- .bootstrap-wplc-content .text-decoration-none {
6197
- text-decoration: none !important; }
6198
- .bootstrap-wplc-content .text-break {
6199
- word-break: break-word !important;
6200
- overflow-wrap: break-word !important; }
6201
- .bootstrap-wplc-content .text-reset {
6202
- color: inherit !important; }
6203
- .bootstrap-wplc-content .visible {
6204
- visibility: visible !important; }
6205
- .bootstrap-wplc-content .invisible {
6206
- visibility: hidden !important; }
6207
- @media print {
6208
- .bootstrap-wplc-content *, .bootstrap-wplc-content ::after, .bootstrap-wplc-content ::before {
6209
- text-shadow: none !important;
6210
- box-shadow: none !important; }
6211
- .bootstrap-wplc-content a:not(.btn) {
6212
- text-decoration: underline; }
6213
- .bootstrap-wplc-content abbr[title]::after {
6214
- content: " (" attr(title) ")"; }
6215
- .bootstrap-wplc-content pre {
6216
- white-space: pre-wrap !important; }
6217
- .bootstrap-wplc-content blockquote, .bootstrap-wplc-content pre {
6218
- border: 1px solid #adb5bd;
6219
- page-break-inside: avoid; }
6220
- .bootstrap-wplc-content thead {
6221
- display: table-header-group; }
6222
- .bootstrap-wplc-content img, .bootstrap-wplc-content tr {
6223
- page-break-inside: avoid; }
6224
- .bootstrap-wplc-content h2, .bootstrap-wplc-content h3, .bootstrap-wplc-content p {
6225
- orphans: 3;
6226
- widows: 3; }
6227
- .bootstrap-wplc-content h2, .bootstrap-wplc-content h3 {
6228
- page-break-after: avoid; }
6229
- @page {
6230
- .bootstrap-wplc-content {
6231
- size: a3; } }
6232
- .bootstrap-wplc-content body {
6233
- min-width: 992px !important; }
6234
- .bootstrap-wplc-content .container {
6235
- min-width: 992px !important; }
6236
- .bootstrap-wplc-content .navbar {
6237
- display: none; }
6238
- .bootstrap-wplc-content .badge {
6239
- border: 1px solid #000; }
6240
- .bootstrap-wplc-content .table {
6241
- border-collapse: collapse !important; }
6242
- .bootstrap-wplc-content .table td, .bootstrap-wplc-content .table th {
6243
- background-color: #fff !important; }
6244
- .bootstrap-wplc-content .table-bordered td, .bootstrap-wplc-content .table-bordered th {
6245
- border: 1px solid #dee2e6 !important; }
6246
- .bootstrap-wplc-content .table-dark {
6247
- color: inherit; }
6248
- .bootstrap-wplc-content .table-dark tbody + tbody, .bootstrap-wplc-content .table-dark td, .bootstrap-wplc-content .table-dark th, .bootstrap-wplc-content .table-dark thead th {
6249
- border-color: #dee2e6; }
6250
- .bootstrap-wplc-content .table .thead-dark th {
6251
- color: inherit;
6252
- border-color: #dee2e6; } }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/wplc_updater.php CHANGED
@@ -24,15 +24,18 @@ class TCXUpdater {
24
  update_option( "WPLC_SETUP_WIZARD_RUN", true );
25
  }
26
 
27
- $filtered_migration_functions = array_filter(
28
- $this->wplc_migration_functions,
29
- function ( $key ) use ( $old_version ) {
30
- return version_compare( $key, $old_version ) >= 0;
31
- },
32
- ARRAY_FILTER_USE_KEY
33
- );
34
 
35
- uksort( $filtered_migration_functions, "version_compare" );
 
 
 
 
36
 
37
  foreach ( $filtered_migration_functions as $migration_functions ) {
38
  foreach ( $migration_functions as $func ) {
24
  update_option( "WPLC_SETUP_WIZARD_RUN", true );
25
  }
26
 
27
+ $keys = array_keys($this->wplc_migration_functions);
28
+ $filtered_keys = array_filter($keys,function ( $key ) use ( $old_version ) {
29
+ return version_compare( $key, $old_version ) >= 0;
30
+ });
31
+ uksort( $filtered_keys, "version_compare" );
32
+
 
33
 
34
+ $filtered_migration_functions = array();
35
+ foreach ( $filtered_keys as $key )
36
+ {
37
+ $filtered_migration_functions[] = $this->wplc_migration_functions[$key];
38
+ }
39
 
40
  foreach ( $filtered_migration_functions as $migration_functions ) {
41
  foreach ( $migration_functions as $func ) {
modules/agent_chat/js/agent_chat.js CHANGED
@@ -193,7 +193,7 @@ function wplc_setup_chat_listing() {
193
  }
194
 
195
  function wplc_update_time_elapsed() {
196
- jQuery("#timeElapsedLabel").each(function (index, chat) {
197
  var start_time = jQuery(chat).data("start");
198
  jQuery(chat).html(wplc_generate_date_diff_string(start_time));
199
  });
@@ -475,7 +475,7 @@ function wplc_create_chat_list_element(chat,addContainer) {
475
  test_list_html += '<div class="chat_people">';
476
  test_list_html += ' <div class="chat_img"><img src="' + gravatarSource + '" alt="sunil"></div>';
477
  test_list_html += ' <div class="chat_ib">';
478
- test_list_html += ' <h5>' + v_country_image_html + v_name + ' <span class="badge badge-danger" id="wplc_message_count"></span> <span id="timeElapsedLabel" data-start="' + v_start + '" class="chat_date">' + v_time + '</span></h5>';
479
  test_list_html += ' <p>' + v_nr_status_html + '<span id="chat_status' + chat['session'] + '" style=" float: right;">' + wplc_get_chat_status_element(chat['id'], parseInt(v_status), parseInt(chat['state'])) + '</span></p>';
480
  test_list_html += ' </div>';
481
  test_list_html += ' </div>';
193
  }
194
 
195
  function wplc_update_time_elapsed() {
196
+ jQuery(".time_elapsed_label").each(function (index, chat) {
197
  var start_time = jQuery(chat).data("start");
198
  jQuery(chat).html(wplc_generate_date_diff_string(start_time));
199
  });
475
  test_list_html += '<div class="chat_people">';
476
  test_list_html += ' <div class="chat_img"><img src="' + gravatarSource + '" alt="sunil"></div>';
477
  test_list_html += ' <div class="chat_ib">';
478
+ test_list_html += ' <h5>' + v_country_image_html + v_name + ' <span class="badge badge-danger" id="wplc_message_count"></span> <span data-start="' + v_start + '" class="time_elapsed_label chat_date">' + v_time + '</span></h5>';
479
  test_list_html += ' <p>' + v_nr_status_html + '<span id="chat_status' + chat['session'] + '" style=" float: right;">' + wplc_get_chat_status_element(chat['id'], parseInt(v_status), parseInt(chat['state'])) + '</span></p>';
480
  test_list_html += ' </div>';
481
  test_list_html += ' </div>';
modules/settings/settings_controller.php CHANGED
@@ -98,7 +98,7 @@ class SettingsController extends BaseController {
98
  $tab_array = array_filter( $tab_array, function ( $tab ) {
99
  $result = true;
100
  if ( $tab->id == 'tab-advanced' ) {
101
- $result = count( explode(',',WPLC_ENABLE_CHANNELS ) ) > 1;
102
  } else if ( $tab->id == 'tab-embed-code' ) {
103
  $result = $this->wplc_settings->wplc_channel == 'phone';
104
  } else if ( in_array( $tab->id, array(
@@ -203,8 +203,8 @@ class SettingsController extends BaseController {
203
  private function load_gutenberg_settings() {
204
  $this->wplc_settings->wplc_gutenberg_settings['default_logo'] = WPLC_PLUGIN_URL . 'images/wplc_loading.png';
205
 
206
- $this->wplc_settings->wplc_gutenberg_settings['text'] = esc_html($this->wplc_settings->wplc_gutenberg_settings['text']);
207
- $this->wplc_settings->wplc_gutenberg_settings['icon'] = esc_html($this->wplc_settings->wplc_gutenberg_settings['icon']);
208
 
209
  return $this->wplc_settings->wplc_gutenberg_settings;
210
  }
@@ -216,7 +216,7 @@ class SettingsController extends BaseController {
216
  $mask_str .= $this->wplc_settings->wplc_allow_video ? '1' : '0';
217
  switch ( $mask_str ) {
218
  case '111':
219
- $mode='all';
220
  break;
221
  case '011':
222
  $mode = 'videochat';
@@ -225,18 +225,19 @@ class SettingsController extends BaseController {
225
  $mode = 'phonechat';
226
  break;
227
  case '010':
228
- $mode ='chat';
229
  break;
230
  case '100':
231
  $mode = 'phone';
232
  break;
233
  }
 
234
  return $mode;
235
  }
236
 
237
  private function check_business_hours_conflict( $schedules ) {
238
  $found_conflict = false;
239
- if(is_array($schedules)) {
240
  foreach ( $schedules as $dayschedule ) {
241
  if ( is_array( $dayschedule ) ) {
242
  $dayschedule = array_map( function ( $span ) {
@@ -275,6 +276,7 @@ class SettingsController extends BaseController {
275
  }
276
  }
277
  }
 
278
  return $found_conflict;
279
  }
280
 
@@ -337,7 +339,7 @@ class SettingsController extends BaseController {
337
  $this->view_data["wplc_environment"] = intval( $this->wplc_settings->wplc_environment );
338
 
339
  $this->view_data["node_server_token"] = TCXUtilsHelper::node_server_token_get();
340
- $this->view_data["typing_enable"] = ! ( $this->wplc_settings->wplc_gdpr_enabled || ! $this->wplc_settings->wplc_channel==='mcu' );
341
  $this->view_data["gutenberg"] = $this->load_gutenberg_settings();
342
  $this->view_data["save_action_url"] = $this->wplc_settings->getSaveUrl();
343
  $this->view_data["wplc_pbx_mode"] = $this->load_pbx_mode();
@@ -346,7 +348,7 @@ class SettingsController extends BaseController {
346
  $this->view_data["config_safe_mode_enabled"] = ini_get( 'safe_mode' );
347
 
348
  //Only show config warnings messages to Legacy users as they will be affected, not Node users.
349
- $this->view_data["show_config_warning"] = is_admin() && $this->wplc_settings->wplc_channel!='mcu' && ( $this->view_data["function_time_limit_missing"] || $this->view_data["config_safe_mode_enabled"] );
350
 
351
  $this->view_data["call_us_file"] = wplc_plugins_url( '/modules/chat_client/js/callus.js', $wplc_base_file );
352
 
@@ -372,70 +374,70 @@ class SettingsController extends BaseController {
372
  } else {
373
  if ( $this->wplc_settings->wplc_channel !== 'phone' ) {
374
  if ( strlen( $data["wplc_pro_na"] ) == 0 ) {
375
- $result = TCXError::createShowError( __( "Field \"Offline Form Title\" can't be empty.", 'wp-live-chat-support' ) );
376
  } else if ( strlen( $data["wplc_pro_chat_email_address"] ) == 0 ) {
377
- $result = TCXError::createShowError( __( "Field \"Send to agent(s)\" can't be empty.", 'wp-live-chat-support' ) );
378
  } else if ( strlen( $data["wplc_offline_initial_message"] ) == 0 ) {
379
- $result = TCXError::createShowError( __( "Field \"Offline form initial message\" can't be empty.", 'wp-live-chat-support' ) );
380
  } else if ( strlen( $data["wplc_offline_finish_message"] ) == 0 ) {
381
- $result = TCXError::createShowError( __( "Field \"Offline form finish message\" can't be empty.", 'wp-live-chat-support' ) );
382
  } else if ( strlen( $data["wplc_pro_offline_btn_send"] ) == 0 ) {
383
- $result = TCXError::createShowError( __( "Field \"Offline Send Button Text\" can't be empty.", 'wp-live-chat-support' ) );
384
  } else if ( strlen( $data["wplc_ringtone"] ) == 0 ) {
385
- $result = TCXError::createShowError( __( "Field \"Incoming chat ring tone\" can't be empty.", 'wp-live-chat-support' ) );
386
  } else if ( strlen( $data["wplc_messagetone"] ) == 0 ) {
387
- $result = TCXError::createShowError( __( "Field \"Incoming message tone\" can't be empty.", 'wp-live-chat-support' ) );
388
  } else if ( strlen( $data["wplc_default_department"] ) == 0 ) {
389
- $result = TCXError::createShowError( __( "Field \"Default Department\" can't be empty.", 'wp-live-chat-support' ) );
390
  } else if ( strlen( $data["wplc_pro_chat_email_address"] ) == 0 ) {
391
- $result = TCXError::createShowError( __( "Field \"Email Send to agent(s)\" can't be empty.", 'wp-live-chat-support' ) );
392
  } else if ( strlen( $data["wplc_send_transcripts_to"] ) == 0 ) {
393
- $result = TCXError::createShowError( __( "Field \"Send transcripts to\" can't be empty.", 'wp-live-chat-support' ) );
394
  } else if ( strlen( $data["wplc_et_email_header"] ) == 0 ) {
395
- $result = TCXError::createShowError( __( "Field \"Email header\" can't be empty.", 'wp-live-chat-support' ) );
396
  } else if ( strlen( $data["wplc_et_email_footer"] ) == 0 ) {
397
- $result = TCXError::createShowError( __( "Field \"Email footer\" can't be empty.", 'wp-live-chat-support' ) );
398
  } else if ( strlen( $data["wplc_et_email_body"] ) == 0 ) {
399
- $result = TCXError::createShowError( __( "Field \"Email body\" can't be empty.", 'wp-live-chat-support' ) );
400
  } else if ( strlen( $data["wplc_text_chat_ended"] ) == 0 ) {
401
- $result = TCXError::createShowError( __( "Field \"Other text\" can't be empty.", 'wp-live-chat-support' ) );
402
  }
403
  }
404
  if ( ! $result->ErrorFound ) {
405
  if ( strlen( $data["wplc_settings_enabled"] ) == 0 ) {
406
- $result = TCXError::createShowError( __( "Field \"Chat enabled\" can't be empty.", 'wp-live-chat-support' ) );
407
  } else if ( strlen( $data["wplc_settings_align"] ) == 0 ) {
408
- $result = TCXError::createShowError( __( "Field \"Alignment\" can't be empty.", 'wp-live-chat-support' ) );
409
  } else if ( strlen( $data["wplc_settings_base_color"] ) == 0 ) {
410
- $result = TCXError::createShowError( __( "Field \"Palette Color 1\" can't be empty.", 'wp-live-chat-support' ) );
411
  } else if ( strlen( $data["wplc_settings_agent_color"] ) == 0 ) {
412
- $result = TCXError::createShowError( __( "Field \"Palette Color 2\" can't be empty.", 'wp-live-chat-support' ) );
413
  } else if ( strlen( $data["wplc_settings_client_color"] ) == 0 ) {
414
- $result = TCXError::createShowError( __( "Field \"Palette Color 3\" can't be empty.", 'wp-live-chat-support' ) );
415
  } else if ( strlen( $data["wplc_require_user_info"] ) == 0 ) {
416
- $result = TCXError::createShowError( __( "Field \"Required Chat Box Fields\" can't be empty.", 'wp-live-chat-support' ) );
417
  } else if ( strlen( $data["wplc_user_alternative_text"] ) == 0 ) {
418
- $result = TCXError::createShowError( __( "Field \"Input Field \"Replacement Text\" can't be empty.", 'wp-live-chat-support' ) );
419
  } else if ( strlen( $data["wplc_chat_title"] ) == 0 ) {
420
- $result = TCXError::createShowError( __( "Field \"Chat box title\" can't be empty.", 'wp-live-chat-support' ) );
421
  } else if ( strlen( $data["wplc_button_start_text"] ) == 0 ) {
422
- $result = TCXError::createShowError( __( "Field \"Start chat button label\" can't be empty.", 'wp-live-chat-support' ) );
423
  } else if ( strlen( $data["wplc_chat_intro"] ) == 0 ) {
424
- $result = TCXError::createShowError( __( "Field \"Chat box intro\" can't be empty.", 'wp-live-chat-support' ) );
425
  } else if ( strlen( $data["wplc_welcome_msg"] ) == 0 ) {
426
- $result = TCXError::createShowError( __( "Field \"Welcome message\" can't be empty.", 'wp-live-chat-support' ) );
427
  } else if ( strlen( $data["wplc_animation"] ) == 0 ) {
428
- $result = TCXError::createShowError( __( "Field \"Chat box animation\" can't be empty.", 'wp-live-chat-support' ) );
429
  } else if ( strlen( $data["wplc_user_no_answer"] ) == 0 ) {
430
- $result = TCXError::createShowError( __( "Field \"Agent no answer message\" can't be empty.", 'wp-live-chat-support' ) );
431
  } else if ( strlen( $data["wplc_gdpr_notice_company"] ) == 0 ) {
432
- $result = TCXError::createShowError( __( "Field \"Organization name\" can't be empty.", 'wp-live-chat-support' ) );
433
  } else if ( strlen( $data["wplc_gdpr_notice_retention_purpose"] ) == 0 ) {
434
- $result = TCXError::createShowError( __( "Field \"Data retention purpose\" can't be empty.", 'wp-live-chat-support' ) );
435
  } else if ( strlen( $data["wplc_user_default_visitor_name"] ) == 0 ) {
436
- $result = TCXError::createShowError( __( "Field \"Default visitor name\" can't be empty.", 'wp-live-chat-support' ) );
437
  } else if ( strlen( $data["wplc_gdpr_notice_text"] ) > 1000 ) {
438
- $result = TCXError::createShowError( __( "\"GDPR notice\" field can't be longer than 1000 characters.", 'wp-live-chat-support' ) );
439
  } else if ( $this->check_business_hours_conflict( json_decode( stripslashes( $data["wplc_bh_schedule"] ) ) ) ) {
440
  $result = TCXError::createShowError( __( "There are conflicts between scheduled business hours.", 'wp-live-chat-support' ) );
441
  }
@@ -450,8 +452,7 @@ class SettingsController extends BaseController {
450
  $data['wplc_channel'] = 'wp';
451
  }
452
 
453
- if($data['wplc_channel']!=$this->wplc_settings->wplc_channel)
454
- {
455
  TCXChatHelper::complete_all_ended_chats();
456
  }
457
 
@@ -464,8 +465,8 @@ class SettingsController extends BaseController {
464
  $data['wplc_chat_party'] = '';
465
  $data['wplc_channel_url'] = admin_url( 'admin-ajax.php' );
466
  }
467
-
468
- $data['wplc_files_url'] = $data['wplc_channel'] === 'wp' ? WPLC_PLUGIN_URL : '';
469
 
470
  $data['wplc_include_on_pages'] = array_key_exists( 'wplc_include_on_pages', $data ) && is_array( $data['wplc_include_on_pages'] ) ? sanitize_text_field( implode( ",", $data['wplc_include_on_pages'] ) ) : "";
471
  $data['wplc_exclude_from_pages'] = array_key_exists( 'wplc_exclude_from_pages', $data ) && is_array( $data['wplc_exclude_from_pages'] ) ? sanitize_text_field( implode( ",", $data['wplc_exclude_from_pages'] ) ) : "";
98
  $tab_array = array_filter( $tab_array, function ( $tab ) {
99
  $result = true;
100
  if ( $tab->id == 'tab-advanced' ) {
101
+ $result = count( explode( ',', WPLC_ENABLE_CHANNELS ) ) > 1;
102
  } else if ( $tab->id == 'tab-embed-code' ) {
103
  $result = $this->wplc_settings->wplc_channel == 'phone';
104
  } else if ( in_array( $tab->id, array(
203
  private function load_gutenberg_settings() {
204
  $this->wplc_settings->wplc_gutenberg_settings['default_logo'] = WPLC_PLUGIN_URL . 'images/wplc_loading.png';
205
 
206
+ $this->wplc_settings->wplc_gutenberg_settings['text'] = esc_html( $this->wplc_settings->wplc_gutenberg_settings['text'] );
207
+ $this->wplc_settings->wplc_gutenberg_settings['icon'] = esc_html( $this->wplc_settings->wplc_gutenberg_settings['icon'] );
208
 
209
  return $this->wplc_settings->wplc_gutenberg_settings;
210
  }
216
  $mask_str .= $this->wplc_settings->wplc_allow_video ? '1' : '0';
217
  switch ( $mask_str ) {
218
  case '111':
219
+ $mode = 'all';
220
  break;
221
  case '011':
222
  $mode = 'videochat';
225
  $mode = 'phonechat';
226
  break;
227
  case '010':
228
+ $mode = 'chat';
229
  break;
230
  case '100':
231
  $mode = 'phone';
232
  break;
233
  }
234
+
235
  return $mode;
236
  }
237
 
238
  private function check_business_hours_conflict( $schedules ) {
239
  $found_conflict = false;
240
+ if ( is_array( $schedules ) ) {
241
  foreach ( $schedules as $dayschedule ) {
242
  if ( is_array( $dayschedule ) ) {
243
  $dayschedule = array_map( function ( $span ) {
276
  }
277
  }
278
  }
279
+
280
  return $found_conflict;
281
  }
282
 
339
  $this->view_data["wplc_environment"] = intval( $this->wplc_settings->wplc_environment );
340
 
341
  $this->view_data["node_server_token"] = TCXUtilsHelper::node_server_token_get();
342
+ $this->view_data["typing_enable"] = ! ( $this->wplc_settings->wplc_gdpr_enabled || ! $this->wplc_settings->wplc_channel === 'mcu' );
343
  $this->view_data["gutenberg"] = $this->load_gutenberg_settings();
344
  $this->view_data["save_action_url"] = $this->wplc_settings->getSaveUrl();
345
  $this->view_data["wplc_pbx_mode"] = $this->load_pbx_mode();
348
  $this->view_data["config_safe_mode_enabled"] = ini_get( 'safe_mode' );
349
 
350
  //Only show config warnings messages to Legacy users as they will be affected, not Node users.
351
+ $this->view_data["show_config_warning"] = is_admin() && $this->wplc_settings->wplc_channel != 'mcu' && ( $this->view_data["function_time_limit_missing"] || $this->view_data["config_safe_mode_enabled"] );
352
 
353
  $this->view_data["call_us_file"] = wplc_plugins_url( '/modules/chat_client/js/callus.js', $wplc_base_file );
354
 
374
  } else {
375
  if ( $this->wplc_settings->wplc_channel !== 'phone' ) {
376
  if ( strlen( $data["wplc_pro_na"] ) == 0 ) {
377
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Offline Form Title', 'wp-live-chat-support')) );
378
  } else if ( strlen( $data["wplc_pro_chat_email_address"] ) == 0 ) {
379
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Send to agent(s)', 'wp-live-chat-support')) );
380
  } else if ( strlen( $data["wplc_offline_initial_message"] ) == 0 ) {
381
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Offline form initial message', 'wp-live-chat-support')) );
382
  } else if ( strlen( $data["wplc_offline_finish_message"] ) == 0 ) {
383
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Offline form finish message', 'wp-live-chat-support')) );
384
  } else if ( strlen( $data["wplc_pro_offline_btn_send"] ) == 0 ) {
385
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Offline Send Button Text', 'wp-live-chat-support')) );
386
  } else if ( strlen( $data["wplc_ringtone"] ) == 0 ) {
387
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Incoming chat ring tone', 'wp-live-chat-support')) );
388
  } else if ( strlen( $data["wplc_messagetone"] ) == 0 ) {
389
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Incoming message tone', 'wp-live-chat-support')) );
390
  } else if ( strlen( $data["wplc_default_department"] ) == 0 ) {
391
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Default Department', 'wp-live-chat-support')) );
392
  } else if ( strlen( $data["wplc_pro_chat_email_address"] ) == 0 ) {
393
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Send to agent(s)', 'wp-live-chat-support')) );
394
  } else if ( strlen( $data["wplc_send_transcripts_to"] ) == 0 ) {
395
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Send transcripts to', 'wp-live-chat-support')) );
396
  } else if ( strlen( $data["wplc_et_email_header"] ) == 0 ) {
397
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Email header', 'wp-live-chat-support')) );
398
  } else if ( strlen( $data["wplc_et_email_footer"] ) == 0 ) {
399
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Email footer', 'wp-live-chat-support')) );
400
  } else if ( strlen( $data["wplc_et_email_body"] ) == 0 ) {
401
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Email body', 'wp-live-chat-support')) );
402
  } else if ( strlen( $data["wplc_text_chat_ended"] ) == 0 ) {
403
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'On chat end message', 'wp-live-chat-support')) );
404
  }
405
  }
406
  if ( ! $result->ErrorFound ) {
407
  if ( strlen( $data["wplc_settings_enabled"] ) == 0 ) {
408
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Chat enabled', 'wp-live-chat-support')) );
409
  } else if ( strlen( $data["wplc_settings_align"] ) == 0 ) {
410
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Alignment', 'wp-live-chat-support')) );
411
  } else if ( strlen( $data["wplc_settings_base_color"] ) == 0 ) {
412
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Chat main color', 'wp-live-chat-support')) );
413
  } else if ( strlen( $data["wplc_settings_agent_color"] ) == 0 ) {
414
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Agent message color', 'wp-live-chat-support')) );
415
  } else if ( strlen( $data["wplc_settings_client_color"] ) == 0 ) {
416
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Client message color', 'wp-live-chat-support')) );
417
  } else if ( strlen( $data["wplc_require_user_info"] ) == 0 ) {
418
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Required Chat Box Fields', 'wp-live-chat-support')) );
419
  } else if ( strlen( $data["wplc_user_alternative_text"] ) == 0 ) {
420
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Replacement Text', 'wp-live-chat-support')) );
421
  } else if ( strlen( $data["wplc_chat_title"] ) == 0 ) {
422
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Chat box title', 'wp-live-chat-support')) );
423
  } else if ( strlen( $data["wplc_button_start_text"] ) == 0 ) {
424
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Start chat button label', 'wp-live-chat-support')) );
425
  } else if ( strlen( $data["wplc_chat_intro"] ) == 0 ) {
426
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Chat box intro', 'wp-live-chat-support')) );
427
  } else if ( strlen( $data["wplc_welcome_msg"] ) == 0 ) {
428
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Welcome message', 'wp-live-chat-support')) );
429
  } else if ( strlen( $data["wplc_animation"] ) == 0 ) {
430
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Chat box animation', 'wp-live-chat-support')) );
431
  } else if ( strlen( $data["wplc_user_no_answer"] ) == 0 ) {
432
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Agent no answer message', 'wp-live-chat-support')) );
433
  } else if ( strlen( $data["wplc_gdpr_notice_company"] ) == 0 ) {
434
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Organization name', 'wp-live-chat-support')) );
435
  } else if ( strlen( $data["wplc_gdpr_notice_retention_purpose"] ) == 0 ) {
436
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Data retention purpose', 'wp-live-chat-support')) );
437
  } else if ( strlen( $data["wplc_user_default_visitor_name"] ) == 0 ) {
438
+ $result = TCXError::createShowError( sprintf(__( "Field '%s' can't be empty.", 'wp-live-chat-support' ), __( 'Default visitor name', 'wp-live-chat-support')) );
439
  } else if ( strlen( $data["wplc_gdpr_notice_text"] ) > 1000 ) {
440
+ $result = TCXError::createShowError( sprintf(__( "'%s' field can't be longer than 1000 characters.", 'wp-live-chat-support' ), __( 'GDPR notice to visitors', 'wp-live-chat-support')) );
441
  } else if ( $this->check_business_hours_conflict( json_decode( stripslashes( $data["wplc_bh_schedule"] ) ) ) ) {
442
  $result = TCXError::createShowError( __( "There are conflicts between scheduled business hours.", 'wp-live-chat-support' ) );
443
  }
452
  $data['wplc_channel'] = 'wp';
453
  }
454
 
455
+ if ( $data['wplc_channel'] != $this->wplc_settings->wplc_channel ) {
 
456
  TCXChatHelper::complete_all_ended_chats();
457
  }
458
 
465
  $data['wplc_chat_party'] = '';
466
  $data['wplc_channel_url'] = admin_url( 'admin-ajax.php' );
467
  }
468
+
469
+ $data['wplc_files_url'] = $data['wplc_channel'] === 'wp' ? WPLC_PLUGIN_URL : '';
470
 
471
  $data['wplc_include_on_pages'] = array_key_exists( 'wplc_include_on_pages', $data ) && is_array( $data['wplc_include_on_pages'] ) ? sanitize_text_field( implode( ",", $data['wplc_include_on_pages'] ) ) : "";
472
  $data['wplc_exclude_from_pages'] = array_key_exists( 'wplc_exclude_from_pages', $data ) && is_array( $data['wplc_exclude_from_pages'] ) ? sanitize_text_field( implode( ",", $data['wplc_exclude_from_pages'] ) ) : "";
readme.txt CHANGED
@@ -159,6 +159,10 @@ Huge update with over 300 changes that include: Bugfixes, Vulnerability Fixes &
159
 
160
  == Changelog ==
161
 
 
 
 
 
162
  = 9.0.1 - 2020-07-17 =
163
  * Fix warning about PHP constants for PHP versions older than 5.6
164
  * Changed default chat height to 50% from 70%
159
 
160
  == Changelog ==
161
 
162
+ = 9.0.2 - 2020-07-17 =
163
+ * Fix validation error texts.
164
+ * Fix activation process after update from old version.
165
+
166
  = 9.0.1 - 2020-07-17 =
167
  * Fix warning about PHP constants for PHP versions older than 5.6
168
  * Changed default chat height to 50% from 70%
wp-live-chat-support.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP-Live Chat by 3CX
4
  Plugin URI: https://www.3cx.com/wp-live-chat/
5
  Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP-Live Chat by 3CX.
6
- Version: 9.0.1
7
  Author: 3CX
8
  Author URI: https://www.3cx.com/wp-live-chat/
9
  Domain Path: /languages
@@ -222,6 +222,7 @@ function wplc_init() {
222
  $wplc_settings = TCXSettings::getSettings();
223
  $wplc_updater = new TCXUpdater();
224
  $wplc_updater->versionMigration($wplc_settings);
 
225
  }
226
  }
227
 
3
  Plugin Name: WP-Live Chat by 3CX
4
  Plugin URI: https://www.3cx.com/wp-live-chat/
5
  Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP-Live Chat by 3CX.
6
+ Version: 9.0.2
7
  Author: 3CX
8
  Author URI: https://www.3cx.com/wp-live-chat/
9
  Domain Path: /languages
222
  $wplc_settings = TCXSettings::getSettings();
223
  $wplc_updater = new TCXUpdater();
224
  $wplc_updater->versionMigration($wplc_settings);
225
+ wplc_check_guid(true);
226
  }
227
  }
228