PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.73
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.73
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 8.5.4 All 221 releases
wpvr / admin / css / wpvr-admin-post-type.css

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

871 lines 22.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: 10px;
283 right: 0;
284 width: calc(100% - 160px);
285 height: 100%;
286 z-index: 999;
287 display: flex;
288 flex-flow: row wrap;
289 align-items: center;
290 justify-content: center;
291 padding: 15px;
292 background: rgba(22, 7, 73, 0.30);
293 backdrop-filter: blur(7px);
294 }
295
296 .wpvr-premium-feature__wrapper {
297 width: 100%;
298 max-width: 542px;
299 margin: 0 auto;
300 background: #fff;
301 filter: drop-shadow(0px 14px 14px #a7a4af);
302 border-radius: 10px 0px 10px 10px;
303 }
304
305 .wpvr-premium-feature__body {
306 position: relative;
307 padding: 30px 0px;
308 text-align: center;
309 overflow: hidden;
310 }
311
312 .wpvr-premium-feature__body::before {
313 position: absolute;
314 content: "Premium";
315 top: 30px;
316 left: -40px;
317 background-color: #00b4ff;
318 padding: 7px;
319 font-weight: 600;
320 font-size: 13px;
321 text-align: center;
322 line-height: 1.13;
323 color: #fff;
324 width: 150px;
325 transform: rotate(-47.19deg);
326 }
327
328 .wpvr-premium-feature__close-btn {
329 position: absolute;
330 right: -13px;
331 top: -14px;
332 display: flex;
333 justify-content: center;
334 align-items: center;
335 cursor: pointer;
336 background: #fff;
337 box-shadow: 0px 1px 1px 0px #cdd8ec;
338 border-radius: 100%;
339 width: 46px;
340 height: 46px;
341 z-index: 11;
342 }
343
344 .wpvr-premium-feature__message {
345 display: flex;
346 flex-direction: column;
347 justify-content: center;
348 }
349
350 .wpvr-premium-feature__message p {
351 font-size: 15px;
352 font-style: normal;
353 font-weight: 400;
354 line-height: 1.3;
355 color: #6c798f;
356 margin-top: 0;
357 margin-bottom: 0;
358 }
359
360 .wpvr-premium-feature__svg-icon {
361 text-align: center;
362 margin-bottom: 8px;
363 }
364
365 .wpvr-premium-feature__heading {
366 font-size: 22px;
367 font-style: normal;
368 font-weight: 600;
369 line-height: normal;
370 color: #0f2f72;
371 margin-top: 0;
372 margin-bottom: 12px;
373 }
374
375 .wpvr-premium-feature__subheading {
376 max-width: 290px;
377 margin: 0 auto;
378 }
379
380 .wpvr-premium-feature__btn-area {
381 display: flex;
382 align-items: center;
383 flex-direction: column;
384 gap: 14px;
385 border-top: 1px solid #e7f0ff;
386 padding-top: 46px;
387 margin-top: 30px;
388 justify-content: center;
389 }
390
391 .wpvr-premium-feature__discount-price {
392 display: flex;
393 align-items: center;
394 gap:22px;
395 }
396
397 p.wpvr-premium-feature__discount-price-label {
398 position: relative;
399 font-size: 16px;
400 }
401
402 p.wpvr-premium-feature__discount-price-label:before {
403 content: "";
404 position: absolute;
405 background: #00b4ff;
406 border-radius: 16px 16px 16px 0;
407 font-weight: 600;
408 font-size: 12px;
409 line-height: 13px;
410 text-align: center;
411 color: #fff;
412 padding: 7px 11px;
413 top: -27px;
414 left: 74%;
415 -webkit-transform: translateX(-50%);
416 -moz-transform: translateX(-50%);
417 -ms-transform: translateX(-50%);
418 transform: translateX(-50%);
419 min-width: 69px;
420 box-sizing: content-box;
421 }
422
423
424 .wpvr-premium-feature__btn {
425 display: flex;
426 align-items: center;
427 gap: 8px;
428 font-size: 16px;
429 font-weight: 600;
430 line-height: 1.2;
431 color: #fff;
432 background-color: #3F04FE;
433 border: 1px solid #3F04FE;
434 border-radius: 10px;
435 padding: 14px 30px;
436 text-decoration: none;
437 transition: all 0.3s ease;
438 }
439
440 a:active.wpvr-premium-feature__btn {
441 color: #3F04FE;
442 }
443
444 a:focus.wpvr-premium-feature__btn {
445 outline: none;
446 box-shadow: none;
447 color:#fff;
448 }
449
450 .wpvr-premium-feature__btn:hover {
451 background-color: #fff;
452 color: #3F04FE;
453 }
454
455 .wpvr-premium-feature__close-btn:hover svg path {
456 stroke: #3F04FE;
457 }
458
459 .wpvr-premium-feature__btn:hover svg path {
460 fill: #3F04FE;
461 }
462
463 .page-title-action.wpvr-import-button {
464 position: relative;
465 }
466
467 .page-title-action.wpvr-import-button .is-pro {
468 position: absolute;
469 right: -15px;
470 top: -2px;
471 display: block;
472 border-radius: 9px 9px 9px 0px;
473 background: #00B4FF;
474 font-size: 11px;
475 color: #ffffff;
476 font-weight: 600;
477 padding: 5px 6px;
478 text-transform: capitalize;
479 z-index: 1;
480 line-height: 0.8;
481 }
482
483 #wpvr-import-template-action:disabled {
484 background: #f6f7f7;
485 cursor: not-allowed;
486 color: #a7aaad;
487 border-color: #dcdcde;
488 opacity: 0.6;
489 }
490
491 .wpvr-tour-list .search-box {
492 position: absolute;
493 top: 29px;
494 right: 0;
495 }
496 .wpvr-tour-list .search-box input[type=search] {
497 border-radius: 6px;
498 border: 1px solid #D6CDF0;
499 background-color: #FCFBFF;
500 height: 40px;
501 margin: 0;
502 width: 240px;
503 padding: 10px 40px 10px 15px;
504 box-shadow: none;
505 outline: none;
506 color: #666666;
507 }
508 .wpvr-tour-list .search-box #search-submit {
509 background: transparent;
510 border: none;
511 background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNOC4yNSAxNWE2Ljc1IDYuNzUgMCAxMDAtMTMuNSA2Ljc1IDYuNzUgMCAwMDAgMTMuNXptNS45NDguNTE3Yy4zOTggMS4yIDEuMzA1IDEuMzIgMi4wMDMuMjcuNjM3LS45Ni4yMTctMS43NDctLjkzOC0xLjc0Ny0uODU1LS4wMDgtMS4zMzUuNjYtMS4wNjUgMS40Nzd6Ii8+PC9zdmc+");
512 background-repeat: no-repeat;
513 background-size: 18px;
514 background-position: calc(100% - 12px) center;
515 text-indent: -999px;
516 font-size: 0px;
517 line-height: 1;
518 width: 40px;
519 height: 38px;
520 position: absolute;
521 right: 0;
522 padding: 0;
523 z-index: 1;
524 }
525 .wpvr-tour-list .tablenav {
526 height: auto;
527 }
528 .wpvr-tour-list .tablenav .actions select {
529 border-radius: 6px;
530 border: 1px solid #D6CDF0;
531 background-color: #FCFBFF;
532 padding: 12px 35px 12px 14px;
533 line-height: 1;
534 color: #73707D;
535 font-size: 15px;
536 font-weight: 400;
537 background-position: calc(100% - 12px) 13px;
538 box-shadow: none;
539 outline: none;
540 }
541 .wpvr-tour-list .tablenav .actions input[type=submit] {
542 border-radius: 6px;
543 border: 1px solid #D6CDF0;
544 background-color: #FCFBFF;
545 padding: 12px 14px;
546 line-height: 1;
547 color: #73707D;
548 font-size: 15px;
549 font-weight: 400;
550 box-shadow: none;
551 outline: none;
552 }
553 .wpvr-tour-list .tablenav.top {
554 margin-bottom: 10px;
555 }
556 .wpvr-tour-list .tablenav.top .tablenav-pages {
557 display: none;
558 }
559 .wpvr-tour-list .tablenav.top .pagination-links {
560 display: inline-flex;
561 align-items: center;
562 gap: 5px;
563 }
564 .wpvr-tour-list .tablenav-pages .tablenav-pages-navspan,
565 .wpvr-tour-list .tablenav-pages a.button,
566 .wpvr-tour-list .tablenav-pages .current-page {
567 margin: 0 2px 0 0;
568 font-size: 15px;
569 text-align: center;
570 border: 1px solid #d1d0d6;
571 color: #73707D;
572 border-radius: 6px;
573 height: 36px;
574 width: 36px;
575 box-shadow: none;
576 outline: none;
577 }
578 .wpvr-tour-list .tablenav-pages .tablenav-pages-navspan,
579 .wpvr-tour-list .tablenav-pages a.button span {
580 font-size: 20px;
581 }
582 .wpvr-tour-list .widefat * {
583 box-sizing: border-box;
584 }
585 .wpvr-tour-list table.wp-list-table {
586 border: none;
587 border-radius: 5px;
588 background: #FFF;
589 box-shadow: 0px 1px 1px 0px rgba(30, 0, 125, 0.1019607843);
590 /* -------checkbox stle--------- */
591 }
592 .wpvr-tour-list table.wp-list-table thead tr {
593 box-shadow: 0px 1px 1px 0px rgba(65, 26, 188, 0.0784313725);
594 position: relative;
595 }
596 .wpvr-tour-list table.wp-list-table tfoot th,
597 .wpvr-tour-list table.wp-list-table tfoot td,
598 .wpvr-tour-list table.wp-list-table thead th,
599 .wpvr-tour-list table.wp-list-table thead td {
600 border: none;
601 }
602 .wpvr-tour-list table.wp-list-table tfoot th,
603 .wpvr-tour-list table.wp-list-table tfoot th a,
604 .wpvr-tour-list table.wp-list-table thead th,
605 .wpvr-tour-list table.wp-list-table thead th a {
606 color: #73707D;
607 font-size: 14px;
608 font-weight: 500;
609 line-height: 1;
610 }
611 .wpvr-tour-list table.wp-list-table tfoot td,
612 .wpvr-tour-list table.wp-list-table thead td {
613 padding: 15px 16px;
614 }
615 .wpvr-tour-list table.wp-list-table tfoot a,
616 .wpvr-tour-list table.wp-list-table thead a {
617 display: flex;
618 align-items: center;
619 gap: 15px;
620 }
621 .wpvr-tour-list table.wp-list-table tfoot a:hover,
622 .wpvr-tour-list table.wp-list-table thead a:hover {
623 color: #3F04FE;
624 }
625 .wpvr-tour-list table.wp-list-table tfoot a:focus,
626 .wpvr-tour-list table.wp-list-table thead a:focus {
627 border: none;
628 outline: none;
629 box-shadow: none;
630 }
631 .wpvr-tour-list table.wp-list-table tfoot th.sortable a span,
632 .wpvr-tour-list table.wp-list-table tfoot th.sorted a span,
633 .wpvr-tour-list table.wp-list-table thead th.sortable a span,
634 .wpvr-tour-list table.wp-list-table thead th.sorted a span {
635 float: none;
636 cursor: pointer;
637 }
638 .wpvr-tour-list table.wp-list-table .sorting-indicator {
639 width: 10px;
640 height: 9px;
641 margin-top: 0;
642 margin-left: 0;
643 }
644 .wpvr-tour-list table.wp-list-table .sorting-indicator:before {
645 display: block;
646 width: 8px;
647 top: -7px;
648 left: 0;
649 }
650 .wpvr-tour-list table.wp-list-table .sorting-indicator.asc:before {
651 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgOCA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZT0iIzczNzA3RCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEgNGwzLTMgMyAzIi8+PC9zdmc+);
652 }
653 .wpvr-tour-list table.wp-list-table .sorting-indicator.desc:before {
654 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgOCA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZT0iIzczNzA3RCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEgMWwzIDMgMy0zIi8+PC9zdmc+);
655 }
656 .wpvr-tour-list table.wp-list-table.striped > tbody > :nth-child(odd) {
657 background-color: #EFEDF5;
658 }
659 .wpvr-tour-list table.wp-list-table.striped > tbody > :nth-child(even) {
660 background-color: #F7F6FC;
661 }
662 .wpvr-tour-list table.wp-list-table tbody .wpvr-thumbnail-image {
663 border-radius: 5px;
664 object-fit: cover;
665 display: block;
666 }
667 .wpvr-tour-list table.wp-list-table tbody th:first-child {
668 border-left: 2px solid #ffffff;
669 }
670 .wpvr-tour-list table.wp-list-table tbody td {
671 color: #73707D;
672 font-size: 15px;
673 font-weight: 400;
674 line-height: 1.3;
675 vertical-align: middle;
676 padding: 13px 10px;
677 }
678 .wpvr-tour-list table.wp-list-table tbody td:last-child {
679 border-right: 2px solid #ffffff;
680 }
681 .wpvr-tour-list table.wp-list-table tfoot td.check-column,
682 .wpvr-tour-list table.wp-list-table thead td.check-column {
683 padding: 15px 0 15px 24px;
684 }
685 .wpvr-tour-list table.wp-list-table tbody th.check-column {
686 padding: 23px 0 15px 22px;
687 }
688 .wpvr-tour-list table.wp-list-table tfoot .check-column input[type=checkbox],
689 .wpvr-tour-list table.wp-list-table thead .check-column input[type=checkbox],
690 .wpvr-tour-list table.wp-list-table tbody .check-column input[type=checkbox] {
691 box-shadow: none;
692 width: 18px;
693 height: 18px;
694 border: 1px solid #ddd;
695 display: flex;
696 align-items: center;
697 justify-content: center;
698 border-radius: 4px;
699 border: 1px solid #D6CDF0;
700 background: #FFF;
701 margin: 0;
702 }
703 .wpvr-tour-list table.wp-list-table tfoot .check-column input[type=checkbox]:checked::before,
704 .wpvr-tour-list table.wp-list-table thead .check-column input[type=checkbox]:checked::before,
705 .wpvr-tour-list table.wp-list-table tbody .check-column input[type=checkbox]:checked::before {
706 height: 18px;
707 width: 20px;
708 position: relative;
709 top: 1px;
710 left: 1px;
711 }
712 .wpvr-tour-list table.wp-list-table .check-column input:hover + label,
713 .wpvr-tour-list table.wp-list-table .check-column label:hover {
714 background: rgba(0, 0, 0, 0);
715 }
716 .wpvr-tour-list table.wp-list-table tfoot th.column-title a,
717 .wpvr-tour-list table.wp-list-table thead th.column-title a {
718 padding-left: 24px;
719 }
720 .wpvr-tour-list table.wp-list-table tbody td.title {
721 padding-left: 23px;
722 }
723 .wpvr-tour-list table.wp-list-table tbody td.title .row-title {
724 color: #0E003C;
725 font-size: 15px;
726 font-weight: 500;
727 line-height: 1.2;
728 box-shadow: none;
729 }
730 .wpvr-tour-list table.wp-list-table tbody td.title .row-title:hover {
731 color: #3F04FE;
732 }
733 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions button,
734 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions a,
735 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions {
736 color: #73707D;
737 font-size: 13px;
738 font-weight: 400;
739 line-height: 1.2;
740 }
741 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions button:hover,
742 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions a:hover {
743 color: #3F04FE;
744 }
745 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions .trash a {
746 color: #FF1F1F;
747 }
748 .wpvr-tour-list table.wp-list-table tbody td.type .tour-type {
749 display: flex;
750 align-items: center;
751 gap: 7px;
752 }
753 .wpvr-tour-list table.wp-list-table #author,
754 .wpvr-tour-list table.wp-list-table #thumbnail {
755 width: 12%;
756 }
757 .wpvr-tour-list table.wp-list-table tbody td.author a {
758 color: #73707D;
759 font-weight: 400;
760 text-decoration: underline;
761 }
762 .wpvr-tour-list table.wp-list-table tbody td.author a:hover {
763 color: #3f05fe;
764 }
765 .wpvr-tour-list table.wp-list-table tbody td.date {
766 font-size: 14px;
767 }
768 .wpvr-tour-list table.wp-list-table tbody #wpvr-copy-shortcode-listing {
769 display: flex;
770 align-items: center;
771 cursor: pointer;
772 gap: 5px;
773 position: relative;
774 top: 2px;
775 }
776 .wpvr-tour-list table.wp-list-table tbody .wpvr-listing-shortcode {
777 display: flex;
778 align-items: center;
779 cursor: pointer;
780 gap: 10px;
781 position: relative;
782 top: 2px;
783 }
784 .wpvr-tour-list table.wp-list-table tbody .copy-shortcode-text {
785 display: none;
786 font-size: 12px;
787 color: #27bb46;
788 }
789
790 @media screen and (max-width: 1199px) {
791 .wpvr-tour-list table.wp-list-table #type,
792 .wpvr-tour-list table.wp-list-table #thumbnail {
793 display: none;
794 }
795 .wpvr-tour-list table.wp-list-table tbody .column-type,
796 .wpvr-tour-list table.wp-list-table tbody .column-thumbnail {
797 display: none;
798 }
799 .wpvr-tour-list table.wp-list-table tfoot .column-type,
800 .wpvr-tour-list table.wp-list-table tfoot .column-thumbnail {
801 display: none;
802 }
803 }
804 @media screen and (max-width: 782px) {
805 .wpvr-tour-list .search-box {
806 left: 0;
807 right: inherit;
808 width: 240px;
809 }
810 .wpvr-tour-list .search-box input[type=search] {
811 width: 100%;
812 }
813 .wpvr-tour-list .search-box #search-submit {
814 margin: 0;
815 }
816 .wpvr-tour-list table.wp-list-table tbody th.check-column {
817 padding: 15px 0 15px 22px;
818 }
819 .wpvr-tour-list .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
820 padding-top: 5px;
821 padding-bottom: 5px;
822 }
823 .wpvr-tour-list .wp-list-table td.column-date {
824 padding-bottom: 15px !important;
825 }
826 .wpvr-tour-list .tablenav .tablenav-pages .button,
827 .wpvr-tour-list .tablenav .tablenav-pages .tablenav-pages-navspan {
828 padding: 6px 8px;
829 }
830 .wpvr-tour-list .tablenav.bottom .tablenav-pages {
831 margin-top: 15px;
832 margin-bottom: 15px;
833 }
834 .wpvr-tour-list .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
835 left: 23px;
836 }
837 }
838 /*
839 .wp-list-table {
840 display: grid;
841 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
842 gap: 20px;
843 border-collapse: collapse;
844 }
845
846 .wp-list-table thead,
847 .wp-list-table tr {
848 display: none;
849 }
850
851 .wp-list-table tbody tr {
852 display: block;
853 background: #fff;
854 padding: 10px;
855 border: 1px solid #ddd;
856 box-shadow: 0 1px 3px rgba(0,0,0,0.1);
857 }
858
859 .wp-list-table tbody tr td {
860 display: block;
861 margin-bottom: 10px;
862 }
863
864 .wp-list-table .column-thumbnail img {
865 max-width: 100%;
866 height: auto;
867 margin-bottom: 10px;
868 } */
869
870 /*# sourceMappingURL=wpvr-admin-post-type.css.map */
871