PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.1.3
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.1.3
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
wpvr / legacy / admin / css / wpvr-admin-post-type.css

wpvr-admin-post-type.css in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 9.1.3, at legacy/admin/css/wpvr-admin-post-type.css

915 lines 23.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpvr-tour-list .pro-tag {
2 position: absolute;
3 right: -15px;
4 top: -10px;
5 display: block;
6 border-radius: 9px 9px 9px 0px;
7 background: #00B4FF;
8 font-size: 11px;
9 color: #ffffff;
10 font-weight: 600;
11 padding: 5px 6px;
12 text-transform: capitalize;
13 z-index: 1;
14 line-height: 0.8;
15 }
16 .wpvr-tour-list .wpvr-create-tour-modal {
17 position: fixed;
18 top: 0;
19 left: 0;
20 width: 100%;
21 height: 100%;
22 z-index: 99999;
23 background-color: rgba(8, 7, 34, 0.6);
24 backdrop-filter: blur(5px);
25 transition: all 0.3s ease;
26 opacity: 0;
27 visibility: hidden;
28 }
29 .wpvr-tour-list .wpvr-create-tour-modal.show {
30 opacity: 1;
31 visibility: visible;
32 }
33 .wpvr-tour-list .wpvr-create-tour-modal * {
34 box-sizing: border-box;
35 }
36 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-inner {
37 width: 100%;
38 height: 100%;
39 display: flex;
40 flex-flow: column;
41 align-items: center;
42 justify-content: center;
43 padding: 30px;
44 }
45 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-wrapper {
46 background-color: #FFF;
47 filter: drop-shadow(0px 10px 40px rgba(24, 0, 100, 0.2));
48 border-radius: 10px;
49 width: 100%;
50 max-width: 782px;
51 position: relative;
52 }
53 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-close {
54 border-radius: 100px;
55 background-color: #FFF;
56 box-shadow: 0px 1px 1px 0px #C2BCD5;
57 width: 40px;
58 height: 40px;
59 border: none;
60 padding: 0;
61 display: flex;
62 align-items: center;
63 justify-content: center;
64 line-height: 1;
65 position: absolute;
66 right: -18px;
67 top: -18px;
68 z-index: 1;
69 cursor: pointer;
70 }
71 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-title {
72 margin: 0;
73 color: #0E003C;
74 font-size: 22px;
75 font-weight: 600;
76 line-height: 1.2;
77 border-bottom: 1px solid #F2EDFF;
78 padding: 14px 30px;
79 }
80 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content {
81 padding: 25px 30px;
82 }
83 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content .field-label {
84 color: #0E003C;
85 font-size: 16px;
86 font-weight: 500;
87 line-height: 1.3;
88 display: block;
89 margin-bottom: 9px;
90 }
91 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content input[type=text] {
92 border-radius: 5px;
93 border: 1px solid #EAE4FF;
94 width: 100%;
95 color: #73707D;
96 font-size: 16px;
97 font-weight: 400;
98 line-height: 1.3;
99 padding: 14px 20px;
100 box-shadow: none;
101 outline: none;
102 }
103 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content .tour-type-group {
104 margin-bottom: 25px;
105 }
106 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content .tour-type-wrapper {
107 display: flex;
108 flex-flow: row wrap;
109 gap: 20px;
110 }
111 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type input[type=radio] {
112 display: none;
113 }
114 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-box {
115 position: relative;
116 border-radius: 10px;
117 border: 1px solid #EAE4FF;
118 background: #FAF9FF;
119 display: flex;
120 align-items: center;
121 gap: 6px;
122 padding: 11px 14px;
123 cursor: pointer;
124 transition: all 0.3s ease;
125 }
126 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-box circle {
127 opacity: 0;
128 visibility: hidden;
129 transition: all 0.3s ease;
130 }
131 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-box rect {
132 transition: all 0.3s ease;
133 }
134 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-label {
135 color: #0E003C;
136 font-size: 15px;
137 font-weight: 400;
138 line-height: 1.3;
139 }
140 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type input[type=radio]:checked + .radio-box {
141 border-color: #3F04FE;
142 }
143 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type input[type=radio]:checked + .radio-box .rect2 {
144 stroke: #3F04FE;
145 }
146 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type input[type=radio]:checked + .radio-box circle {
147 opacity: 1;
148 visibility: visible;
149 }
150 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type.is-pro .radio-box {
151 cursor: not-allowed;
152 }
153 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type.is-pro .radio-label {
154 opacity: 0.5;
155 }
156 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer {
157 border-top: 1px solid #F2EDFF;
158 padding: 20px 30px;
159 }
160 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .modal-action-buttons {
161 display: flex;
162 align-items: center;
163 justify-content: flex-end;
164 gap: 10px;
165 }
166 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn {
167 border-radius: 12px;
168 border: 1px solid #EAE4FF;
169 color: #0E003C;
170 font-size: 16px;
171 font-weight: 600;
172 line-height: 1.3;
173 background-color: transparent;
174 padding: 14px 25px;
175 cursor: pointer;
176 transition: all 0.3s ease;
177 }
178 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn:hover {
179 background-color: #f8f8f8;
180 }
181 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn.modal-submit {
182 background-color: #3F04FE;
183 color: #FFF;
184 border-color: #3F04FE;
185 }
186 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn.modal-submit:hover {
187 background-color: #3604d7;
188 border-color: #3604d7;
189 }
190
191 @media screen and (max-width: 991px) {
192 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content .tour-type-wrapper {
193 gap: 10px;
194 }
195 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-box {
196 border-radius: 6px;
197 padding: 8px 11px;
198 }
199 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-label {
200 font-size: 14px;
201 }
202 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn {
203 border-radius: 8px;
204 font-size: 14px;
205 padding: 12px 20px;
206 }
207 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content input[type=text] {
208 font-size: 15px;
209 padding: 12px 17px;
210 }
211 }
212 /* -----------start wpvr list page style------------ */
213 .wpvr-tour-list {
214 background-color: #EDEBF4;
215 /* -----start search box style----- */
216 /* -----end search box style----- */
217 /* -----start filter style----- */
218 /* -----end filter style----- */
219 /* -----start pagination style----- */
220 /* -----end pagination style----- */
221 }
222 .wpvr-tour-list .subsubsub {
223 position: relative;
224 z-index: 2;
225 }
226 .wpvr-tour-list #posts-filter {
227 position: relative;
228 }
229 .wpvr-tour-list .wrap .page-title-action:active,
230 .wpvr-tour-list .wrap .page-title-action {
231 border-radius: 6px;
232 background-color: #3F04FE;
233 color: #FFF;
234 font-size: 15px;
235 font-weight: 500;
236 line-height: 1;
237 padding: 15px 20px;
238 border: none;
239 display: inline-flex;
240 align-items: center;
241 gap: 10px;
242 box-shadow: none;
243 outline: none;
244 }
245 .wpvr-tour-list .wrap .page-title-action:hover {
246 background-color: #3F04FE;
247 color: #FFF;
248 }
249 .wpvr-tour-list .wrap .page-title-action:before {
250 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTMgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi41IDBjLjU1OCAwIDEuMDExLjQ1MyAxLjAxMSAxLjAxMVY1LjQ5aDQuNDc4YTEuMDExIDEuMDExIDAgMDEwIDIuMDIySDcuNTF2NC40NzhhMS4wMTEgMS4wMTEgMCAwMS0yLjAyMiAwVjcuNTFIMS4wMWExLjAxMSAxLjAxMSAwIDAxMC0yLjAyMmg0LjQ4VjEuMDFBMS4wMSAxLjAxIDAgMDE2LjUgMHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
251 display: block;
252 position: relative;
253 width: 12px;
254 height: auto;
255 }
256
257 .wpvr-tour-list .wrap .page-title-action.wpvr-import-button:before {
258 display: none;
259 }
260
261 #wpvr-import-template-area {
262 display: none;
263 padding: 35px;
264 border: 1px solid #ddd;
265 background: #f9f9f9;
266 margin-top: 15px;
267 text-align: center;
268 }
269
270 #wpvr-import-template-area #wpvr-import-template-title {
271 color: #50575e;
272 font-size: 18px;
273 font-style: normal;
274 margin-bottom: 15px;
275 padding: 0;
276 text-align: center;
277 }
278
279 /* -------wpvr premium feature popup------- */
280 .wpvr-premium-feature {
281 position: fixed;
282 top: 32px;
283 right: 0;
284 bottom: 0;
285 left: 160px;
286 box-sizing: border-box;
287 width: auto;
288 height: auto;
289 z-index: 999;
290 display: flex;
291 flex-flow: row wrap;
292 align-items: center;
293 justify-content: center;
294 padding: 15px;
295 background: rgba(22, 7, 73, 0.45);
296 }
297
298 body.folded .wpvr-premium-feature {
299 left: 36px;
300 }
301
302 @media screen and (max-width: 960px) {
303 body.auto-fold .wpvr-premium-feature {
304 left: 36px;
305 }
306 }
307
308 @media screen and (max-width: 782px) {
309 body.folded .wpvr-premium-feature,
310 body.auto-fold .wpvr-premium-feature,
311 .wpvr-premium-feature {
312 top: 46px;
313 left: 0;
314 }
315 }
316
317 .wpvr-premium-feature__wrapper {
318 width: 100%;
319 max-width: 542px;
320 margin: 0 auto;
321 background: #fff;
322 filter: drop-shadow(0px 14px 14px #a7a4af);
323 border-radius: 10px 0px 10px 10px;
324 }
325
326 .wpvr-premium-feature__body {
327 position: relative;
328 padding: 30px 0px;
329 text-align: center;
330 overflow: hidden;
331 }
332
333 .wpvr-premium-feature__body::before {
334 position: absolute;
335 content: "Premium";
336 top: 30px;
337 left: -40px;
338 background-color: #00b4ff;
339 padding: 7px;
340 font-weight: 600;
341 font-size: 13px;
342 text-align: center;
343 line-height: 1.13;
344 color: #fff;
345 width: 150px;
346 transform: rotate(-47.19deg);
347 }
348
349 .wpvr-premium-feature__close-btn {
350 position: absolute;
351 right: -13px;
352 top: -14px;
353 display: flex;
354 justify-content: center;
355 align-items: center;
356 cursor: pointer;
357 background: #fff;
358 box-shadow: 0px 1px 1px 0px #cdd8ec;
359 border-radius: 100%;
360 width: 46px;
361 height: 46px;
362 z-index: 11;
363 }
364
365 .wpvr-premium-feature__message {
366 display: flex;
367 flex-direction: column;
368 justify-content: center;
369 }
370
371 .wpvr-premium-feature__message p {
372 font-size: 15px;
373 font-style: normal;
374 font-weight: 400;
375 line-height: 1.3;
376 color: #6c798f;
377 margin-top: 0;
378 margin-bottom: 0;
379 }
380
381 .wpvr-premium-feature__svg-icon {
382 text-align: center;
383 margin-bottom: 8px;
384 }
385
386 .wpvr-premium-feature__heading {
387 font-size: 22px;
388 font-style: normal;
389 font-weight: 600;
390 line-height: normal;
391 color: #0f2f72;
392 margin-top: 0;
393 margin-bottom: 12px;
394 }
395
396 .wpvr-premium-feature__subheading {
397 max-width: 290px;
398 margin: 0 auto;
399 }
400
401 .wpvr-premium-feature__btn-area {
402 display: flex;
403 align-items: center;
404 flex-direction: column;
405 gap: 14px;
406 border-top: 1px solid #e7f0ff;
407 padding-top: 46px;
408 margin-top: 30px;
409 justify-content: center;
410 }
411
412 .wpvr-premium-feature__discount-price {
413 display: flex;
414 align-items: center;
415 gap:22px;
416 }
417
418 p.wpvr-premium-feature__discount-price-label {
419 position: relative;
420 font-size: 16px;
421 }
422
423 p.wpvr-premium-feature__discount-price-label:before {
424 content: "";
425 position: absolute;
426 background: #00b4ff;
427 border-radius: 16px 16px 16px 0;
428 font-weight: 600;
429 font-size: 12px;
430 line-height: 13px;
431 text-align: center;
432 color: #fff;
433 padding: 7px 11px;
434 top: -27px;
435 left: 74%;
436 -webkit-transform: translateX(-50%);
437 -moz-transform: translateX(-50%);
438 -ms-transform: translateX(-50%);
439 transform: translateX(-50%);
440 min-width: 69px;
441 box-sizing: content-box;
442 }
443
444
445 .wpvr-premium-feature__btn {
446 display: flex;
447 align-items: center;
448 gap: 8px;
449 font-size: 16px;
450 font-weight: 600;
451 line-height: 1.2;
452 color: #fff;
453 background-color: #3F04FE;
454 border: 1px solid #3F04FE;
455 border-radius: 10px;
456 padding: 14px 30px;
457 text-decoration: none;
458 transition: all 0.3s ease;
459 }
460
461 a:active.wpvr-premium-feature__btn {
462 color: #3F04FE;
463 }
464
465 a:focus.wpvr-premium-feature__btn {
466 outline: none;
467 box-shadow: none;
468 color:#fff;
469 }
470
471 .wpvr-premium-feature__btn:hover {
472 background-color: #fff;
473 color: #3F04FE;
474 }
475
476 .wpvr-premium-feature__close-btn:hover svg path {
477 stroke: #3F04FE;
478 }
479
480 .wpvr-premium-feature__btn:hover svg path {
481 fill: #3F04FE;
482 }
483
484 .page-title-action.wpvr-import-button {
485 position: relative;
486 }
487
488 .page-title-action.wpvr-import-button .is-pro {
489 position: absolute;
490 right: -15px;
491 top: -2px;
492 display: block;
493 border-radius: 9px 9px 9px 0px;
494 background: #00B4FF;
495 font-size: 11px;
496 color: #ffffff;
497 font-weight: 600;
498 padding: 5px 6px;
499 text-transform: capitalize;
500 z-index: 1;
501 line-height: 0.8;
502 }
503
504 #wpvr-import-template-action:disabled {
505 background: #f6f7f7;
506 cursor: not-allowed;
507 color: #a7aaad;
508 border-color: #dcdcde;
509 opacity: 0.6;
510 }
511
512 .wpvr-tour-list .search-box {
513 position: absolute;
514 top: 29px;
515 right: 0;
516 }
517 .wpvr-tour-list .search-box input[type=search] {
518 border-radius: 6px;
519 border: 1px solid #D6CDF0;
520 background-color: #FCFBFF;
521 height: 40px;
522 margin: 0;
523 width: 240px;
524 padding: 10px 40px 10px 15px;
525 box-shadow: none;
526 outline: none;
527 color: #666666;
528 }
529 .wpvr-tour-list .search-box #search-submit {
530 background: transparent;
531 border: none;
532 background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNOC4yNSAxNWE2Ljc1IDYuNzUgMCAxMDAtMTMuNSA2Ljc1IDYuNzUgMCAwMDAgMTMuNXptNS45NDguNTE3Yy4zOTggMS4yIDEuMzA1IDEuMzIgMi4wMDMuMjcuNjM3LS45Ni4yMTctMS43NDctLjkzOC0xLjc0Ny0uODU1LS4wMDgtMS4zMzUuNjYtMS4wNjUgMS40Nzd6Ii8+PC9zdmc+");
533 background-repeat: no-repeat;
534 background-size: 18px;
535 background-position: calc(100% - 12px) center;
536 text-indent: -999px;
537 font-size: 0px;
538 line-height: 1;
539 width: 40px;
540 height: 38px;
541 position: absolute;
542 right: 0;
543 padding: 0;
544 z-index: 1;
545 }
546 .wpvr-tour-list .tablenav {
547 height: auto;
548 }
549 .wpvr-tour-list .tablenav .actions select {
550 border-radius: 6px;
551 border: 1px solid #D6CDF0;
552 background-color: #FCFBFF;
553 padding: 12px 35px 12px 14px;
554 line-height: 1;
555 color: #73707D;
556 font-size: 15px;
557 font-weight: 400;
558 background-position: calc(100% - 12px) 13px;
559 box-shadow: none;
560 outline: none;
561 }
562 .wpvr-tour-list .tablenav .actions input[type=submit] {
563 border-radius: 6px;
564 border: 1px solid #D6CDF0;
565 background-color: #FCFBFF;
566 padding: 12px 14px;
567 line-height: 1;
568 color: #73707D;
569 font-size: 15px;
570 font-weight: 400;
571 box-shadow: none;
572 outline: none;
573 }
574 .wpvr-tour-list .tablenav.top {
575 margin-bottom: 10px;
576 }
577 .wpvr-tour-list .tablenav.top .tablenav-pages {
578 display: none;
579 }
580 .wpvr-tour-list .tablenav.top .pagination-links {
581 display: inline-flex;
582 align-items: center;
583 gap: 5px;
584 }
585 .wpvr-tour-list .tablenav-pages .tablenav-pages-navspan,
586 .wpvr-tour-list .tablenav-pages a.button,
587 .wpvr-tour-list .tablenav-pages .current-page {
588 margin: 0 2px 0 0;
589 font-size: 15px;
590 text-align: center;
591 border: 1px solid #d1d0d6;
592 color: #73707D;
593 border-radius: 6px;
594 height: 36px;
595 width: 36px;
596 box-shadow: none;
597 outline: none;
598 }
599 .wpvr-tour-list .tablenav-pages .tablenav-pages-navspan,
600 .wpvr-tour-list .tablenav-pages a.button span {
601 font-size: 20px;
602 }
603 .wpvr-tour-list .widefat * {
604 box-sizing: border-box;
605 }
606 .wpvr-tour-list table.wp-list-table {
607 border: none;
608 border-radius: 5px;
609 background: #FFF;
610 box-shadow: 0px 1px 1px 0px rgba(30, 0, 125, 0.1019607843);
611 /* -------checkbox stle--------- */
612 }
613 .wpvr-tour-list table.wp-list-table thead tr {
614 box-shadow: 0px 1px 1px 0px rgba(65, 26, 188, 0.0784313725);
615 position: relative;
616 }
617 .wpvr-tour-list table.wp-list-table tfoot th,
618 .wpvr-tour-list table.wp-list-table tfoot td,
619 .wpvr-tour-list table.wp-list-table thead th,
620 .wpvr-tour-list table.wp-list-table thead td {
621 border: none;
622 }
623 .wpvr-tour-list table.wp-list-table tfoot th,
624 .wpvr-tour-list table.wp-list-table tfoot th a,
625 .wpvr-tour-list table.wp-list-table thead th,
626 .wpvr-tour-list table.wp-list-table thead th a {
627 color: #73707D;
628 font-size: 14px;
629 font-weight: 500;
630 line-height: 1;
631 }
632 .wpvr-tour-list table.wp-list-table tfoot td,
633 .wpvr-tour-list table.wp-list-table thead td {
634 padding: 15px 16px;
635 }
636 .wpvr-tour-list table.wp-list-table tfoot a,
637 .wpvr-tour-list table.wp-list-table thead a {
638 display: flex;
639 align-items: center;
640 gap: 15px;
641 }
642 .wpvr-tour-list table.wp-list-table tfoot a:hover,
643 .wpvr-tour-list table.wp-list-table thead a:hover {
644 color: #3F04FE;
645 }
646 .wpvr-tour-list table.wp-list-table tfoot a:focus,
647 .wpvr-tour-list table.wp-list-table thead a:focus {
648 border: none;
649 outline: none;
650 box-shadow: none;
651 }
652 .wpvr-tour-list table.wp-list-table tfoot th.sortable a span,
653 .wpvr-tour-list table.wp-list-table tfoot th.sorted a span,
654 .wpvr-tour-list table.wp-list-table thead th.sortable a span,
655 .wpvr-tour-list table.wp-list-table thead th.sorted a span {
656 float: none;
657 cursor: pointer;
658 }
659 .wpvr-tour-list table.wp-list-table .sorting-indicator {
660 width: 10px;
661 height: 9px;
662 margin-top: 0;
663 margin-left: 0;
664 }
665 .wpvr-tour-list table.wp-list-table .sorting-indicator:before {
666 display: block;
667 width: 8px;
668 top: -7px;
669 left: 0;
670 }
671 .wpvr-tour-list table.wp-list-table .sorting-indicator.asc:before {
672 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgOCA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZT0iIzczNzA3RCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEgNGwzLTMgMyAzIi8+PC9zdmc+);
673 }
674 .wpvr-tour-list table.wp-list-table .sorting-indicator.desc:before {
675 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgOCA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZT0iIzczNzA3RCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEgMWwzIDMgMy0zIi8+PC9zdmc+);
676 }
677 .wpvr-tour-list table.wp-list-table.striped > tbody > :nth-child(odd) {
678 background-color: #EFEDF5;
679 }
680 .wpvr-tour-list table.wp-list-table.striped > tbody > :nth-child(even) {
681 background-color: #F7F6FC;
682 }
683 .wpvr-tour-list table.wp-list-table tbody .wpvr-thumbnail-image {
684 border-radius: 5px;
685 object-fit: cover;
686 display: block;
687 }
688 .wpvr-tour-list table.wp-list-table tbody th:first-child {
689 border-left: 2px solid #ffffff;
690 }
691 .wpvr-tour-list table.wp-list-table tbody td {
692 color: #73707D;
693 font-size: 15px;
694 font-weight: 400;
695 line-height: 1.3;
696 vertical-align: middle;
697 padding: 13px 10px;
698 }
699 .wpvr-tour-list table.wp-list-table tbody td:last-child {
700 border-right: 2px solid #ffffff;
701 }
702 .wpvr-tour-list table.wp-list-table tfoot td.check-column,
703 .wpvr-tour-list table.wp-list-table thead td.check-column {
704 padding: 15px 0 15px 24px;
705 }
706 .wpvr-tour-list table.wp-list-table tbody th.check-column {
707 padding: 23px 0 15px 22px;
708 }
709 .wpvr-tour-list table.wp-list-table tfoot .check-column input[type=checkbox],
710 .wpvr-tour-list table.wp-list-table thead .check-column input[type=checkbox],
711 .wpvr-tour-list table.wp-list-table tbody .check-column input[type=checkbox] {
712 box-shadow: none;
713 width: 18px;
714 height: 18px;
715 border: 1px solid #ddd;
716 display: flex;
717 align-items: center;
718 justify-content: center;
719 border-radius: 4px;
720 border: 1px solid #D6CDF0;
721 background: #FFF;
722 margin: 0;
723 cursor: pointer;
724 }
725 .wpvr-tour-list table.wp-list-table tfoot .check-column input[type=checkbox]:checked::before,
726 .wpvr-tour-list table.wp-list-table thead .check-column input[type=checkbox]:checked::before,
727 .wpvr-tour-list table.wp-list-table tbody .check-column input[type=checkbox]:checked::before {
728 height: 18px;
729 width: 20px;
730 position: relative;
731 top: 1px;
732 left: 1px;
733 }
734 .wpvr-tour-list table.wp-list-table .check-column input:hover + label,
735 .wpvr-tour-list table.wp-list-table .check-column label:hover {
736 background: rgba(0, 0, 0, 0);
737 }
738 .wpvr-tour-list table.wp-list-table tfoot th.column-title a,
739 .wpvr-tour-list table.wp-list-table thead th.column-title a {
740 padding-left: 24px;
741 }
742 .wpvr-tour-list table.wp-list-table tbody td.title {
743 padding-left: 23px;
744 }
745 .wpvr-tour-list table.wp-list-table tbody td.title .row-title {
746 color: #0E003C;
747 font-size: 15px;
748 font-weight: 500;
749 line-height: 1.2;
750 box-shadow: none;
751 }
752 .wpvr-tour-list table.wp-list-table tbody td.title .row-title:hover {
753 color: #3F04FE;
754 }
755 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions button,
756 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions a,
757 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions {
758 color: #73707D;
759 font-size: 13px;
760 font-weight: 400;
761 line-height: 1.2;
762 }
763 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions button:hover,
764 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions a:hover {
765 color: #3F04FE;
766 }
767 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions .trash a {
768 color: #FF1F1F;
769 }
770 .wpvr-tour-list table.wp-list-table tbody td.type .tour-type {
771 display: flex;
772 align-items: center;
773 gap: 7px;
774 }
775 .wpvr-tour-list table.wp-list-table #author,
776 .wpvr-tour-list table.wp-list-table #thumbnail {
777 width: 16%;
778 }
779 .wpvr-tour-list table.wp-list-table tbody td.author a {
780 color: #73707D;
781 font-weight: 400;
782 text-decoration: underline;
783 }
784 .wpvr-tour-list table.wp-list-table tbody td.author a:hover {
785 color: #3f05fe;
786 }
787 .wpvr-tour-list table.wp-list-table tbody td.date {
788 font-size: 14px;
789 }
790 .wpvr-tour-list table.wp-list-table tbody .wpvr-copy-shortcode-listing {
791 display: flex;
792 align-items: center;
793 cursor: pointer;
794 gap: 5px;
795 position: relative;
796 top: 2px;
797 }
798 .wpvr-tour-list table.wp-list-table tbody .wpvr-listing-shortcode {
799 display: flex;
800 align-items: center;
801 cursor: pointer;
802 gap: 10px;
803 position: relative;
804 top: 2px;
805 }
806 .wpvr-tour-list table.wp-list-table tbody .copy-shortcode-text {
807 display: none;
808 font-size: 12px;
809 color: #27bb46;
810 }
811
812 @media screen and (max-width: 1199px) {
813 .wpvr-tour-list table.wp-list-table #type,
814 .wpvr-tour-list table.wp-list-table #thumbnail {
815 display: none;
816 }
817 .wpvr-tour-list table.wp-list-table tbody .column-type,
818 .wpvr-tour-list table.wp-list-table tbody .column-thumbnail {
819 display: none;
820 }
821 .wpvr-tour-list table.wp-list-table tfoot .column-type,
822 .wpvr-tour-list table.wp-list-table tfoot .column-thumbnail {
823 display: none;
824 }
825 }
826 @media screen and (max-width: 782px) {
827 .wpvr-tour-list .search-box {
828 left: 0;
829 right: inherit;
830 width: 240px;
831 }
832 .wpvr-tour-list .search-box input[type=search] {
833 width: 100%;
834 }
835 .wpvr-tour-list .search-box #search-submit {
836 margin: 0;
837 }
838 .wpvr-tour-list table.wp-list-table tbody th.check-column {
839 padding: 15px 0 15px 22px;
840 }
841 .wpvr-tour-list .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
842 padding-top: 5px;
843 padding-bottom: 5px;
844 }
845 .wpvr-tour-list .wp-list-table td.column-date {
846 padding-bottom: 15px !important;
847 }
848 .wpvr-tour-list .tablenav .tablenav-pages .button,
849 .wpvr-tour-list .tablenav .tablenav-pages .tablenav-pages-navspan {
850 padding: 6px 8px;
851 }
852 .wpvr-tour-list .tablenav.bottom .tablenav-pages {
853 margin-top: 15px;
854 margin-bottom: 15px;
855 }
856 .wpvr-tour-list .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
857 left: 23px;
858 }
859 }
860 /*
861 .wp-list-table {
862 display: grid;
863 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
864 gap: 20px;
865 border-collapse: collapse;
866 }
867
868 .wp-list-table thead,
869 .wp-list-table tr {
870 display: none;
871 }
872
873 .wp-list-table tbody tr {
874 display: block;
875 background: #fff;
876 padding: 10px;
877 border: 1px solid #ddd;
878 box-shadow: 0 1px 3px rgba(0,0,0,0.1);
879 }
880
881 .wp-list-table tbody tr td {
882 display: block;
883 margin-bottom: 10px;
884 }
885
886 .wp-list-table .column-thumbnail img {
887 max-width: 100%;
888 height: auto;
889 margin-bottom: 10px;
890 } */
891
892 /*# sourceMappingURL=wpvr-admin-post-type.css.map */
893 .post-type-wpvr_item .wpvr-imported-tour-badge {
894 display: inline-flex;
895 align-items: center;
896 margin-left: 7px;
897 padding: 2px 7px;
898 border-radius: 10px;
899 background: #e7f7ed;
900 color: #08783e;
901 font-size: 11px;
902 font-weight: 600;
903 line-height: 1.4;
904 }
905
906 .wpvr-tour-list table.wp-list-table tbody tr.wpvr-pro-feature-tour,
907 .wpvr-tour-list table.wp-list-table.striped > tbody > tr.wpvr-pro-feature-tour {
908 background-color: #fff8f8;
909 }
910
911 .wpvr-tour-list table.wp-list-table tbody tr.wpvr-pro-feature-tour > td:first-child,
912 .wpvr-tour-list table.wp-list-table tbody tr.wpvr-pro-feature-tour > th:first-child {
913 border-left: 3px solid #d63638;
914 }
915