PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 3.9
Tagembed: Social Media Feeds and Customer Reviews Widget v3.9
7.8 7.5 7.6 7.7 7.4 trunk 3.10 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 All 43 releases
tagembed-widget / assets / css / tagembedstyle.scss

tagembedstyle.scss in Tagembed: Social Media Feeds and Customer Reviews Widget 3.9, at assets/css/tagembedstyle.scss

4,572 lines 192.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "variables";
2 @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
3 div#wpbody,//Universal
4 div#wpbody-content,//Universal
5 .__tagembed__container,
6 .__tagembed__row {
7 height: $sizefull;
8 }
9 #wpfooter {
10 display: $none;
11 } //Universal
12 div#wpbody {
13 min-height: calc(100vh - 65px);
14 } //Universal
15 .__tagembed__container > .__tagembed__row > .__tagembed__col.__tagembed__widget {
16 min-height: calc(100vh - 195px);
17 }
18 .__tagembed__container a {
19 text-decoration: $none;
20 @extend %trans;
21 }
22 .__tagembed__container a:active,
23 .__tagembed__container a:hover {
24 color: $hover-color;
25 }
26 a:focus,
27 input,
28 select {
29 box-shadow: $none !important;
30 outline: $none !important;
31 } //Universal
32 input[type="color"]="color""],
33 input[type="date"]="date""],
34 input[type="datetime-local"]="datetime-local""],
35 input[type="datetime"]="datetime""],
36 input[type="email"]="email""],
37 input[type="month"]="month""],
38 input[type="number"]="number""],
39 input[type="password"]="password""],
40 input[type="search"]="search""],
41 input[type="tel"]="tel""],
42 input[type="text"]="text""],
43 input[type="time"]="time""],
44 input[type="url"]="url""],
45 input[type="week"]="week""],
46 select,
47 textarea {
48 border-radius: $zero;
49 } //Universal
50 /*-- Account-Setion-START --*/
51 * {
52 // box-sizing: $boxs;
53 }
54 #wpbody-content > .__tagembed__container > .__tagembed__row {
55 position: relative;
56 flex-direction: column;
57 .__tagembed__foot_nextprevious {
58 clear: $both;
59 margin: $h15 $zero $zero;
60 padding: $h10;
61 background-color: rgba(255, 255, 255, 0.9);
62 border: $zero;
63 position: $fixed;
64 bottom: $zero;
65 width: calc(100% - 160px);
66 left: $selectw;
67 border: $border $bdrcolor2;
68 .__tagembed__footnp_inn {
69 @extend %d-flex;
70 @extend %jc-center;
71 .__tagembed__btn {
72 margin: $zero $h10;
73 padding: $h5 $h40;
74 font-size: $fs13;
75 line-height: 2.15;
76 min-height: $h30;
77 border-radius: $zero;
78 display: $dinblock;
79 background: $white-color;
80 color: $blue-color;
81 border: $border $blue-color;
82 i {
83 display: $dinblock;
84 vertical-align: $middle;
85 margin-left: $h5;
86 margin-right: $zero;
87 @extend %trans;
88 }
89 &:hover {
90 cursor: $pointer;
91 @extend %box-shadow3;
92 }
93 }
94 .__tagembed__btn.__tagembed__backbtn {
95 i {
96 margin-right: $h5;
97 margin-left: $zero;
98 }
99 }
100 }
101 }
102 }
103 .folded #wpbody-content > .__tagembed__container > .__tagembed__row .__tagembed__foot_nextprevious {
104 left: $h36;
105 width: calc(100% - 36px);
106 }
107 .__tagembed__container {
108 @extend %plrequal;
109 margin: $zero $auto;
110 max-width: $sizefull;
111 font-family: $Poppins;
112 // box-sizing: $boxs;
113 * {
114 box-sizing: $boxs;
115 }
116 .__tagembed__row {
117 margin-left: -$h15;
118 margin-right: -$h15;
119 @extend %d-flex;
120 box-sizing: $boxs;
121 .__tagembed__col {
122 @extend %plrequal;
123 // box-sizing: $boxs;
124 }
125 .__tagembed__col_12 {
126 width: $sizefull;
127 // box-sizing: $boxs;
128 }
129 .__tagembed__login_account {
130 @extend %d-flex;
131 @extend %ai-center;
132 @extend %jc-center;
133 @extend %fd-column;
134 padding-left: $zero;
135 height: calc(100vh - 97px);
136 .__tagembed__brandingataccount {
137 margin-bottom: $h25;
138 a {
139 display: $dinblock;
140 img {
141 border-radius: $sizehalf;
142 }
143 }
144 }
145 div.__tagembed__forgot_inn {
146 max-width: $w3;
147 border-top: $border $bdrcolor;
148 }
149 div.__tagembed__register_inn,
150 div.__tagembed__forgot_inn {
151 display: $none;
152 }
153 .__tagembed__login_account_inn,
154 .__tagembed__register_inn,
155 .__tagembed__forgot_inn {
156 @extend %ai-center;
157 @extend %jc-center;
158 @extend %d-flex;
159 @extend %fd-column;
160 @extend %box-shadow;
161 min-width: $tbw;
162 border: $border $bdrcolor;
163 background: $white-color;
164 padding: $fs12;
165 border-top: $zero;
166 text-align: $center;
167 h2 {
168 font-size: $fs16;
169 margin: $h15 $zero;
170 color: $para-color;
171 font-weight: $fw6;
172 }
173 .__tagembed__or {
174 margin-top: $h20;
175 margin-bottom: $h10;
176 }
177 p {
178 margin: $h5 $zero $zero;
179 }
180 form {
181 margin: $h40 $zero $h15;
182 @extend %fd-column;
183 @extend %d-flex;
184 width: $sizefull;
185 margin-top: $h15;
186 input {
187 padding: $zero $h8;
188 line-height: $lh2;
189 min-height: $h30;
190 width: $sizefull;
191 border-radius: $bradius4;
192 border: $border $input-bcolor;
193 background-color: $white-color;
194 color: $input-color;
195 border-color: $bdrcolor3;
196 &:focus {
197 border-color: $blue-color;
198 @extend %input-focus;
199 @extend %outline;
200 }
201 }
202 .__tagembed__form_row {
203 position: $rel;
204 margin-top: $h10;
205 margin-bottom: $h10;
206 text-align: $left;
207 span {
208 color: $error-color;
209 font-size: $fs12;
210 display: $d-block;
211 margin-top: $bradius;
212 display: $none;
213 }
214 }
215 }
216 .__tagembed__login_with {
217 a {
218 background: $blue-color;
219 color: $white-color;
220 font-weight: $fw5;
221 padding: $zero $h10;
222 border-radius: $bradius;
223 display: $dinblock;
224 &:hover {
225 color: $white-color;
226 background: $hover-color;
227 }
228 span {
229 margin-right: $h10;
230 padding-right: $h5;
231 border-right: $border $white-color;
232 @extend %with-span;
233 }
234 i {
235 @extend %with-span;
236 }
237 }
238 }
239 .__tagembed__submit_sec {
240 @extend %d-flex;
241 @extend %jc-between;
242 width: $sizefull;
243 @extend %ai-center;
244 a {
245 color: $blue-color;
246 }
247 }
248 .__tagembed__flexend {
249 justify-content: $f-end;
250 }
251 .__tagembed__btn {
252 background: $blue-color;
253 color: $white-color;
254 font-size: $fs13;
255 line-height: $lh;
256 min-height: $h30;
257 padding: $zero $h10;
258 border-radius: $bradius;
259 display: $dinblock;
260 border: $zero;
261 margin-top: $h15;
262 border: $border $blue-color2;
263 &:hover {
264 cursor: $pointer;
265 background: $hover-color;
266 }
267 }
268 .__tagembed__socialogin {
269 border-top: $border $bdrcolor;
270 padding-top: $fs12;
271 margin-top: $fs12;
272 width: $sizefull;
273 text-align: $center;
274 a {
275 padding: $bradius $h5;
276 border: $border $blue-color;
277 background: $blue-color;
278 border-radius: $bradius;
279 width: $h15;
280 display: $dinblock;
281 line-height: $fs24;
282 min-height: $fs24;
283 &:hover {
284 background: $bg-transparent;
285 }
286 &:hover i {
287 color: $blue-color;
288 }
289 &:focus {
290 box-shadow: $none;
291 outline: $none;
292 }
293 i {
294 color: $white-color;
295 }
296 }
297 }
298 }
299 .__tagembed__tabarea {
300 width: $sizefull;
301 max-width: $tbw;
302 ul {
303 margin: $zero;
304 padding: $zero;
305 @extend %d-flex;
306 li {
307 width: $sizehalf;
308 text-align: $center;
309 margin: $zero;
310 border: $border $bdrcolor;
311 border-bottom: $zero;
312 &:first-child {
313 border-right: $zero;
314 }
315 a {
316 display: $d-block;
317 padding: $h15 $h10;
318 font-size: $fs16;
319 border-bottom: $border $bdrcolor;
320 background: $blue-color;
321 color: $white-color;
322 &:focus {
323 outline: $none;
324 box-shadow: $none;
325 }
326 &:hover {
327 background: $hover-color;
328 }
329 }
330 a.active {
331 font-weight: $fw5;
332 color: $blue-color;
333 background: $white-color;
334 border-bottom-color: $bg-transparent;
335 }
336 }
337 }
338 }
339 .__tagembed__acount_error {
340 border: $border $bdrcolor;
341 border-left: $border4 $bg-transparent;
342 padding: $fs12;
343 margin-left: $zero;
344 margin-bottom: $h20;
345 background-color: $white-color;
346 min-width: $w3;
347 color: $primary-color;
348 box-shadow: $none;
349 display: $none;
350 }
351 .__tagembed__acount_error.__tagembed__danger {
352 border-left-color: $danger;
353 }
354 .__tagembed__acount_error.__tagembed__success {
355 border-left-color: $success;
356 }
357 .__tagembed__acount_error.__tagembed__warning {
358 border-left-color: $warning;
359 }
360 }
361 .__tagembed__widget {
362 padding-left: $zero;
363 .__tagembed__widget_inn {
364 float: $left;
365 clear: $both;
366 width: $sizefull;
367 height: $sizefull;
368 padding-top: $zero;
369 margin-bottom: $h50;
370 .__tagembed__tabing {
371 .__tagembed__tabingone {
372 @extend %d-flex;
373 @extend %ai-center;
374 @extend %jc-between;
375 .__tagembed__menumob {
376 display: none;
377 ul {
378 @extend %d-flex;
379 @extend %ai-center;
380 @extend %jc-between;
381 li {
382 .__tagembed__addclose {
383 i {
384 &::before {
385 content: "\f00d";
386 }
387 }
388 }
389 }
390 }
391 }
392 }
393 .__tagembed__tabingtwo {
394 padding-top: $zero;
395 padding-bottom: $zero;
396 border-top: $border $bdrcolor2;
397 position: $rel;
398 @extend %d-flex;
399 @extend %jc-between;
400 @extend %ai-center;
401 padding-left: $h15;
402 padding-right: $h15;
403 .__tagembed__tabtwoleft {
404 @extend %d-flex;
405 @extend %ai-center;
406 font-weight: $fw5;
407 .__tagembed__selectwid {
408 span.add-select-widget {
409 width: 232px;
410 display: $dinblock;
411 }
412 select {
413 margin-left: $h5;
414 padding-right: $h30;
415 height: $fs32;
416 background: url(../images/arrow-down.png) no-repeat
417 right 5px top 55%;
418 width: $h-double;
419 border: $border $lightbg;
420 border-radius: $zero;
421 font-size: $fs13;
422 min-height: $h30;
423 font-weight: $normal;
424 color: $dark-grey;
425 border-color: $lightbg2;
426 border-color: $bdrcolor3;
427 background-size: $h8;
428 &:focus {
429 box-shadow: $none;
430 }
431 }
432 }
433 }
434 .__tagembed__tabtworight {
435 @extend %d-flex;
436 @extend %ai-center;
437 .__tagembed__msg {
438 border-right: $border $bdrcolor2;
439 padding-right: $h10;
440 margin-right: $h10;
441 @extend %d-flex;
442 @extend %ai-center;
443 @extend %ai-top;
444 padding-top: $fs14;
445 padding-bottom: $fs14;
446 span {
447 font-weight: $normal;
448 display: $dinblock;
449 padding-left: $p4;
450 }
451 img {
452 height: $h20;
453 margin-right: $h10;
454 }
455 b {
456 margin-right: $p3;
457 }
458 }
459 a {
460 @extend %d-flex;
461 @extend %ai-center;
462 color: $primary-color;
463 &:hover {
464 color: $hover-color2;
465 }
466 img {
467 display: $d-block;
468 max-width: $sizefull;
469 margin-left: $h5;
470 }
471 }
472 }
473 }
474 background-color: $white-color;
475 right: $zero;
476 z-index: 1;
477 border-bottom: $border $bdrcolor2;
478 ul {
479 @extend %d-flex;
480 margin: $zero;
481 }
482 .__tagembed__tablinks {
483 border: $zero;
484 // padding: $fs13 $h15 $fs14;
485 padding: $fs13 $h10 $fs14 $h10;
486 height: $auto;
487 font-size: $fs14;
488 text-decoration: $none;
489 background: $zero $zero;
490 cursor: $pointer;
491 margin: $zero;
492 border-right: $border $bdrcolor2;
493 &:last-child {
494 color: $activeblue;
495 }
496 &:hover {
497 color: $hover-color2;
498 span {
499 border-color: $hover-color2;
500 color: $hover-color2;
501 }
502 }
503 span {
504 background: $white-color;
505 width: $h20;
506 height: $h20;
507 display: $dinblock;
508 text-align: $center;
509 color: $primary-color;
510 border: $border $bdrcolor2;
511 font-weight: $fw5;
512 margin-right: $p7;
513 line-height: $h20;
514 font-size: $fs12;
515 background-color: $white-color;
516 }
517 }
518 .__tagembed__active {
519 position: $rel;
520 margin-bottom: -1px;
521 background: $activeblue;
522 color: $white-color;
523 &:last-child {
524 color: $white-color;
525 }
526 &:hover {
527 color: $white-color;
528 span {
529 border-color: $bdrcolor2;
530 }
531 }
532 span {
533 color: $hover-color2;
534 }
535 }
536 }
537 .__tagembed__tabcontent {
538 padding-top: $h10;
539 padding-bottom: $h15;
540 @extend %fd-column;
541 float: $left;
542 clear: $both;
543 width: $sizefull;
544 .__tagembed__ssource {
545 display: $d-block !important;
546 .__tagembed__error {
547 color: $error-color;
548 font-size: $fs12;
549 display: $none;
550 margin-top: $zero;
551 }
552 }
553 .__tagembed__sourcerow {
554 @extend %d-flex;
555 @extend %ai-top;
556 width: $sizefull;
557 margin-top: $h15;
558 margin-bottom: $h30;
559 .__tagembed__ssleft {
560 width: $mwpopup;
561 h3 {
562 margin-bottom: $h5;
563 margin-top: $zero;
564 }
565 div {
566 padding: $zero $h15 $h5 $zero;
567 @extend %align-justify;
568 }
569 span i,
570 div i {
571 font-style: $normal;
572 }
573 }
574 .__tagembed__ssright {
575 @extend %d-flex;
576 @extend %ai-top;
577 width: calc(100% - 255px);
578 button,
579 select,
580 .__tagembed__selcource li label {
581 @extend %feed-btn;
582 &:hover {
583 background: $bg-color;
584 border-color: $btnhover-color;
585 color: $btnhover-color;
586 }
587 input {
588 display: $none;
589 }
590 }
591 select {
592 padding-right: $h30;
593 height: $fs32;
594 background: $down-arrow;
595 background-color: $white-color;
596 width: $h-double;
597 border-color: $bdrcolor3;
598 color: $primary-color;
599 background-size: $h8;
600 &:hover {
601 background: $bg-color $down-arrow;
602 background-color: $white-color;
603 background-size: $h8;
604 }
605 }
606 .__tagembed__feedactive {
607 background: $bg-color;
608 border-color: $btnhover-color;
609 color: $btnhover-color;
610 }
611 .__tagembed__feedtype {
612 ul {
613 margin: $zero;
614 }
615 li {
616 display: $dinblock;
617 margin-right: $h30;
618 margin-bottom: $h5;
619 }
620 .__tagembed__enterhashtag {
621 margin-top: $h10;
622 }
623 }
624 .__tagembed__checkbox {
625 @extend %d-flex;
626 @extend %ai-center;
627 margin-right: $zero;
628 label {
629 margin-bottom: $zero;
630 height: $h30;
631 width: $h30;
632 display: $d-block;
633 margin-right: $h10;
634 cursor: $auto;
635 img {
636 height: $h30;
637 max-width: $sizefull;
638 border: $border $bdrcolor2;
639 border-radius: $sizehalf;
640 padding: $p2;
641 }
642 }
643 span {
644 display: -webkit-box !important;
645 display: -ms-flexbox !important;
646 display: flex !important;
647 white-space: $normal;
648 overflow: $hidden;
649 @include line-clamp;
650 @extend %ai-center;
651 width: calc(100% - 36px);
652 img {
653 margin-right: $h5;
654 max-height: $fs18;
655 }
656 }
657 }
658 .__tagembed__mod__actions {
659 @extend %d-flex;
660 @extend %ai-center;
661 @extend %jc-between;
662 width: $sizefull;
663 margin-top: $h5;
664 padding: $h5;
665 border-top: $border $bdrcolor2;
666 padding-left: $h15;
667 padding-right: $h15;
668 box-sizing: $boxs;
669 .__tagembed__status {
670 @extend %d-flex;
671 @extend %ai-center;
672 }
673 .__tagembed__status > span,
674 .__tagembed__moderation > span {
675 font-weight: $fw6;
676 display: $d-block;
677 }
678 .__tagembed__moderation {
679 @extend %d-flex;
680 @extend %fd-column;
681 .tooltip {
682 font-style: $normal;
683 }
684 .tooltiptext {
685 width: $h-double;
686 font-weight: $normal;
687 right: -9px;
688 margin-left: $zero;
689 left: $inherit;
690 bottom: $fs12;
691 &:after {
692 left: $inherit;
693 right: $h9;
694 }
695 }
696 .__tagembed__toggleOnBut {
697 @extend %flexend;
698 }
699 }
700 .__tagembed__totalpostcount span {
701 font-weight: $fw5;
702 }
703 }
704 .__tagembed__checkbox.__tagembed__reconninn {
705 padding: $h10;
706 @extend %jc-between;
707 @extend %d-flex;
708 width: $sizefull;
709 box-sizing: $boxs;
710 .__tagembed__feediconame {
711 @extend %d-flex;
712 @extend %ai-center;
713 b {
714 white-space: $normal;
715 overflow: $hidden;
716 @include line-clamp;
717 word-break: $breakall;
718 }
719 }
720 }
721 .__tagembed__trash {
722 @extend %aicenter-self;
723 margin-left: $h15;
724 font-size: $fs16;
725 &:hover {
726 opacity: $opcity09;
727 }
728 a {
729 color: $danger;
730 outline: $none;
731 &:focus {
732 outline: $none;
733 box-shadow: $none;
734 }
735 .fa {
736 font-size: $fs18;
737 }
738 }
739 }
740 .__tagembed__conacclist {
741 margin: $zero;
742 width: $sizefull;
743 overflow: $unset;
744 @extend %d-flex;
745 @extend %f-wrap;
746 li {
747 vertical-align: $middle;
748 width: $width23;
749 @extend %d-flex;
750 margin-right: $twoper;
751 margin-bottom: $h5;
752 padding: $zero;
753 background-color: $white-color;
754 @extend %jc-between;
755 @extend %ai-center;
756 box-sizing: $boxs;
757 border: $border $bdrcolor2;
758 @extend %fd-column;
759 }
760 :nth-child(4n) {
761 margin-right: $zero;
762 }
763 .__tagembed__mod__actions,
764 .__tagembed__conn__actions {
765 @extend %d-flex;
766 @extend %ai-center;
767 a {
768 margin-left: $h8;
769 font-size: $fs18;
770 }
771 .__tagembed__btn_reconn {
772 color: $error-color;
773 font-size: $fs12;
774 line-height: $normal;
775 white-space: $nowrap;
776 }
777 .__tagembed__btn__trash {
778 color: $danger;
779 background-color: $white-color;
780 padding: $h5 $p7;
781 }
782 }
783 }
784 .__tagembed__conntectedacc {
785 display: $d-block;
786 width: $sizefull;
787 overflow-x: $auto;
788 .__tagembed__addaccount {
789 text-align: $center;
790 background: $bg-transparent;
791 border: $p1 dashed $activeblue;
792 padding-top: $zero;
793 padding-bottom: $zero;
794 margin-bottom: $h5;
795 a {
796 color: $activeblue;
797 vertical-align: $middle;
798 font-size: $fs18;
799 @extend %d-flex;
800 @extend %ai-center;
801 @extend %jc-center;
802 padding-top: $h15;
803 padding-bottom: $h15;
804 i {
805 margin-right: $p7;
806 font-size: $fs13;
807 color: $activeblue;
808 border: $border $activeblue;
809 border-radius: $sizehalf;
810 padding: $p2;
811 width: $h20;
812 height: $h20;
813 text-align: $center;
814 display: $dinblock;
815 padding-top: $p2;
816 margin-bottom: $p1;
817 margin-right: $p7;
818 box-sizing: $boxs;
819 line-height: $h15;
820 }
821 span {
822 font-weight: $fw6;
823 }
824 }
825 }
826 table {
827 width: $sizefull;
828 max-width: $sizefull;
829 margin-top: -5px;
830 @include tablecoll;
831 border-spacing: $zero $h5;
832 }
833 th {
834 background-color: $white-color;
835 color: $primary-color;
836 padding: $fs18 $h15;
837 font-size: $fs14;
838 font-weight: $fw6;
839 text-align: $left;
840 padding-left: $h30;
841 white-space: $nowrap;
842 @include boxshadow;
843 }
844 td {
845 background: $white-color;
846 color: $dark-grey;
847 padding: $h8 $h15;
848 font-size: $fs13;
849 font-weight: $normal;
850 padding-left: $h30;
851 p {
852 margin: $zero;
853 @extend %d-flex;
854 @extend %ai-center;
855 img {
856 max-height: $fs34;
857 min-height: $fs34;
858 border-radius: $sizehalf;
859 margin-right: $p7;
860 }
861 span {
862 font-size: $fs13;
863 margin-bottom: $p1;
864 }
865 }
866 .__tagembed__connected {
867 color: $success;
868 }
869 .__tagembed__disconnected,
870 .__tagembed__trash {
871 color: $danger;
872 }
873 a {
874 text-decoration: $none;
875 }
876 .__tagembed__refresh {
877 color: $hover-color2;
878 font-size: $fs16;
879 margin-left: $h15;
880 &:hover {
881 opacity: $opcity09;
882 }
883 }
884 }
885 .__tagembed__nodatafound {
886 text-align: $center;
887 color: $danger;
888 font-size: $fs16;
889 background: rgba(214, 54, 56, 0.05);
890 padding-top: $h15;
891 padding-bottom: $h15;
892 }
893 .__tagembed__accchildtable {
894 img {
895 max-width: $sizefull;
896 width: $h10;
897 height: $auto;
898 min-height: $inherit;
899 vertical-align: $middle;
900 margin-left: $h10;
901 &:hover {
902 cursor: $pointer;
903 }
904 }
905 }
906 .__tagembed__innertable {
907 @include collapse;
908 thead {
909 td {
910 padding-top: $h10;
911 padding-bottom: $h10;
912 color: $tdcolor;
913 }
914 }
915 tbody {
916 td {
917 color: $tdcolor;
918 border-top: $border $border-lighttop;
919 }
920 .__tagembed__connsocial_icon {
921 img {
922 height: $h30;
923 }
924 }
925 }
926 }
927 }
928 .__tagembed__copycode {
929 margin: $zero;
930 @extend %d-flex;
931 @extend %fd-column;
932 padding: $h10;
933 min-width: $w3;
934 background-color: $white-color;
935 border: $border $bdrcolor2;
936 .__tagembed__btn {
937 margin: $zero;
938 background: $blue-color;
939 color: $white-color;
940 border: $border;
941 }
942 .__tabembed__fromrow {
943 margin-bottom: $zero !important;
944 span {
945 background: $btn-darkbg;
946 color: $white-color;
947 padding: $fs13 $h10;
948 display: $dinblock;
949 font-size: $fs14;
950 white-space: $nowrap;
951 }
952 .__tagembed__copyvalue {
953 background: $input-lightbg;
954 border: $zero;
955 padding: $h5 $h10;
956 width: $sizefull;
957 height: $fs44;
958 font-size: $fs14;
959 outline: $none;
960 box-sizing: $boxs;
961 @extend %d-flex;
962 @extend %ai-center;
963 }
964 div + span {
965 background: $input-lightbg;
966 color: $primary-color;
967 cursor: $pointer;
968 border-left: $border #d6e5ff;
969 }
970 @extend %d-flex;
971 @extend %ai-center;
972 margin-bottom: $h15;
973 }
974 }
975 }
976 .__tagembed__ssright.__tagembed__ssource.__tagembe__singline {
977 @include flex;
978 @extend %jc-between;
979 }
980 .__tagembed__tabheading {
981 h3 {
982 margin: $zero $zero $h5;
983 }
984 }
985 .__tagembed__layoutarea {
986 ul {
987 margin: $zero;
988 float: $left;
989 clear: $both;
990 .__tagembed__themeactive {
991 border: $border $bdrcolor;
992 @include boxshadow;
993 padding: $zero;
994 background-color: $white-color;
995 .__tagembed__theme-img {
996 display: $d-block;
997 background: $lightbg;
998 img {
999 max-width: $sizefull;
1000 }
1001 }
1002 .__tagembed__themename {
1003 color: $light-blue;
1004 }
1005 }
1006 .__tagembed__theme-img {
1007 display: $d-block;
1008 background: $lightbg;
1009 img {
1010 max-width: $sizefull;
1011 }
1012 }
1013 li {
1014 width: $size15;
1015 float: $left;
1016 margin-right: $twoper;
1017 margin-bottom: $h15;
1018 position: $rel;
1019 input[type="radio"]="radio""] {
1020 position: $abs;
1021 top: -6px;
1022 right: -14px;
1023 width: $h20;
1024 height: $h20;
1025 border: $zero;
1026 display: $none;
1027 &:focus {
1028 border: $zero;
1029 box-shadow: $none;
1030 outline: $none;
1031 }
1032 }
1033 input[type="radio"]="radio""]:checked {
1034 display: $d-block;
1035 &::before {
1036 content: "\f00c";
1037 background: $success;
1038 width: $sizefull;
1039 height: $sizefull;
1040 margin: $zero;
1041 font-family: $fa;
1042 color: $white-color;
1043 line-height: $h20;
1044 font-weight: $fw4;
1045 }
1046 }
1047 &:nth-child(6n) {
1048 margin-right: $zero;
1049 }
1050 a,
1051 label {
1052 display: $d-block;
1053 position: $rel;
1054 text-align: $center;
1055 @extend %trans;
1056 border: $border $bdrcolor2;
1057 @include boxshadow;
1058 padding: $zero;
1059 background-color: $white-color;
1060 .__tagembed__themename {
1061 display: $d-block;
1062 font-weight: $fw6;
1063 padding-top: $h10;
1064 padding-bottom: $h10;
1065 border-top: $border $bdrcolor2;
1066 }
1067 &:hover .__tagembed__themename {
1068 color: $light-blue;
1069 font-weight: $fw6;
1070 }
1071 &:hover .__tagembed__theme-img {
1072 display: $d-block;
1073 }
1074 .__tagembed__applybtn {
1075 position: $abs;
1076 top: $size45;
1077 @extend %translate;
1078 left: $zero;
1079 right: $zero;
1080 margin: $zero $auto;
1081 text-align: $center;
1082 display: $none;
1083 button {
1084 color: $white-color;
1085 background-color: $hover-color2;
1086 border-color: $hover-color2;
1087 border: $zero;
1088 padding: $h5 $h10 $h8;
1089 line-height: $normal;
1090 vertical-align: $middle;
1091 display: $dinblock;
1092 border-radius: $p4;
1093 cursor: $pointer;
1094 &:hover {
1095 color: $white-color;
1096 background-color: $light-blue;
1097 border-color: $light-blue;
1098 }
1099 }
1100 }
1101 &:hover {
1102 .__tagembed__applybtn {
1103 display: $d-block;
1104 }
1105 }
1106 }
1107 }
1108 }
1109 }
1110 }
1111 .__tagembed__widgetarea {
1112 float: $left;
1113 clear: $both;
1114 width: $sizefull;
1115 .__tagembed__widgetinn {
1116 .__tagembed__nowidget {
1117 h2 {
1118 margin-bottom: $zero;
1119 }
1120 p {
1121 margin-top: $p3;
1122 }
1123 }
1124 }
1125 .__tagembed__widgetactions {
1126 h3 {
1127 margin: $zero;
1128 }
1129 border-bottom: $border $bdrcolor2;
1130 padding-bottom: $h10;
1131 padding-left: $h20;
1132 padding-right: $h15;
1133 @extend %d-flex;
1134 @extend %ai-center;
1135 @extend %jc-between;
1136 a {
1137 margin-left: $h10;
1138 }
1139 }
1140 .__tagembed__widgetbox {
1141 float: $left;
1142 width: calc(23.5% - 2px);
1143 margin-right: $twoper;
1144 margin-top: $h15;
1145 margin-bottom: $h15;
1146 background-color: $white-color;
1147 border: $border $bdrcolor2;
1148 .__tagembed__widgethead {
1149 padding: $h15;
1150 // border-bottom: $border $bdrcolor2;
1151 border-bottom: 1px solid #00aeef30;
1152 @extend %d-flex;
1153 @extend %jc-between;
1154 @extend %ai-top;
1155 h3 {
1156 margin: $zero;
1157 margin-bottom: $h20;
1158 }
1159 ul {
1160 margin-bottom: $zero;
1161 margin-top: $h15;
1162 @extend %d-flex;
1163 @extend %ai-center;
1164 line-height: $normal;
1165 li {
1166 @extend %d-flex;
1167 @extend %ai-center;
1168 line-height: $normal;
1169 margin-bottom: $zero;
1170 span {
1171 margin-left: $h5;
1172 }
1173 &:not(:first-child) {
1174 margin-left: $h30;
1175 }
1176 }
1177 }
1178 .tooltip {
1179 .__tagembed__switch {
1180 margin-right: $zero;
1181 }
1182 }
1183 }
1184 .__tagembed__widget_sourcecode {
1185 @extend %d-flex;
1186 @extend %ai-center;
1187 @extend %jc-between;
1188 padding: $h5 $h15;
1189 // border-bottom: $border $bdrcolor2;
1190 border-bottom: 1px solid #00aeef30;
1191 // border-top: 1px solid #00aeef30;
1192 p {
1193 margin: $zero;
1194 font-size: $fs14;
1195 }
1196 button {
1197 display: $dinblock;
1198 font-size: $fs18;
1199 padding: $p4 $p7;
1200 cursor: $pointer;
1201 border: $zero;
1202 // background: $white-color;
1203 background: transparent;
1204 &:hover {
1205 opacity: $opcity09;
1206 background-color: $btnhover-bdr;
1207 }
1208 }
1209 }
1210 .__tagembed__widgetfoot {
1211 padding: $zero;
1212 ul {
1213 margin: $zero;
1214 @extend %d-flex;
1215 @extend %ai-center;
1216 @extend %jc-between;
1217 li {
1218 margin: $zero;
1219 width: $sizeoneth;
1220 text-align: $center;
1221 border-right: $border $bdrcolor2;
1222 border-color: #00aeef30;
1223 i {
1224 margin-right: $p3;
1225 }
1226 a {
1227 text-decoration: $none;
1228 padding-top: $h10;
1229 padding-bottom: $h10;
1230 display: $d-block;
1231 color: $primary-color;
1232 &:hover {
1233 background: $activeblue;
1234 color: $white-color;
1235 }
1236 }
1237 &:last-child {
1238 @extend %d-flex;
1239 @extend %ai-center;
1240 @extend %jc-around;
1241 border-right: $zero;
1242 }
1243 &:last-child {
1244 a {
1245 width: $sizefull;
1246 }
1247 }
1248 }
1249 }
1250 }
1251 &:nth-child(4n) {
1252 margin-right: $zero;
1253 }
1254 }
1255 .__tagembed__widgetbox.active {
1256 position: $rel;
1257 // border-color: $success;
1258 // background-color: #edf7ff;
1259 border-color: #00aeef;
1260 box-shadow: 5px 5px 10px #ede5e5;
1261 background: #fff;
1262 &::before {
1263 // content: "\f00c";
1264 // background: $success;
1265 // width: $h20;
1266 // height: $h20;
1267 // margin: $zero;
1268 // font-family: $fa;
1269 // color: $white-color;
1270 // line-height: $h20;
1271 // font-weight: $fw4;
1272 // position: $abs;
1273 // text-align: $center;
1274 // right: -8px;
1275 // top: -8px;
1276 // border-radius: $sizehalf;
1277 }
1278 }
1279 }
1280 }
1281 .__tagembed__branding {
1282 @extend %d-flex;
1283 @extend %ai-center;
1284 li {
1285 margin-bottom: $zero;
1286 padding-left: $h15;
1287 padding-right: $h15;
1288 &:not(:last-child) {
1289 margin-right: $h20;
1290 border-right: $border $bdrcolor2;
1291 padding-right: $h20;
1292 line-height: $h45;
1293 }
1294 a {
1295 color: $primary-color;
1296 i {
1297 margin-right: $h5;
1298 }
1299 &:hover {
1300 color: $hover-color2;
1301 }
1302 }
1303 &:last-child {
1304 a {
1305 @extend %d-flex;
1306 }
1307 }
1308 }
1309 a {
1310 &:focus {
1311 box-shadow: $none;
1312 outline: $none;
1313 }
1314 img {
1315 max-height: $fs24;
1316 }
1317 }
1318 }
1319 .__tagembed__btn {
1320 background: $blue-color;
1321 color: $white-color;
1322 font-size: $fs13;
1323 line-height: $lh;
1324 min-height: $h30;
1325 padding: $zero $h10;
1326 border-radius: $bradius;
1327 display: $dinblock;
1328 border: $zero;
1329 &:hover {
1330 cursor: $pointer;
1331 background: $hover-color;
1332 }
1333 }
1334 .__tagembed__customizedfeed {
1335 h2 {
1336 font-weight: $normal;
1337 strong {
1338 font-weight: $fw6;
1339 }
1340 }
1341 button {
1342 margin-top: $h30;
1343 }
1344 }
1345 .__tagembed___displayfeedrow {
1346 @extend %d-flex;
1347 @extend %ai-top;
1348 .__tagembed__displayleft {
1349 width: $previewleftw;
1350 padding-right: $h15;
1351 box-sizing: $boxs;
1352 .__tagembed__dispsteps {
1353 background: $white-color;
1354 padding: $h15 $h10;
1355 border: $border $bdrcolor2;
1356 h3 {
1357 margin-top: $zero;
1358 }
1359 li {
1360 a {
1361 color: $hover-color2;
1362 text-decoration: $none;
1363 font-weight: $fw5;
1364 &:hover {
1365 color: $hover-color;
1366 }
1367 }
1368 }
1369 }
1370 .__tagembed__copycode {
1371 margin: $h15 $zero;
1372 @extend %d-flex;
1373 @extend %fd-column;
1374 padding: $h10;
1375 background-color: $white-color;
1376 border: $border $bdrcolor2;
1377 .__tabembed__fromrow {
1378 span {
1379 background: $btn-darkbg;
1380 color: $white-color;
1381 padding: $h10;
1382 display: $dinblock;
1383 font-size: $fs24;
1384 }
1385 .__tagembed__copyvalue {
1386 background: $input-lightbg;
1387 border: $zero;
1388 padding: $h5 $h10;
1389 width: $sizefull;
1390 height: $fs44;
1391 font-size: $fs14;
1392 outline: $none;
1393 box-sizing: $boxs;
1394 @extend %d-flex;
1395 @extend %ai-center;
1396 }
1397 @extend %d-flex;
1398 @extend %ai-center;
1399 margin-bottom: $h15;
1400 }
1401 }
1402 //DisplayAccordion
1403 .__tagembed__accordionItem {
1404 display: block;
1405 width: 100%;
1406 background: #fff;
1407 padding: 15px 10px;
1408 border: 1px solid #eee;
1409 margin: 15px 0;
1410 margin-top: 0px;
1411 .__tagembed__accordionItemHeading {
1412 cursor: pointer;
1413 position: relative;
1414 margin: 0;
1415 width: 100%;
1416 &::after {
1417 // content: "\f078";
1418 // position: absolute;
1419 // right: 0;
1420 // font-family: "Font Awesome 5 Free";
1421 // font-weight: 900;
1422 // font-size: 14px;
1423 content: "";
1424 background: url(../images/arrow-down.png) no-repeat;
1425 display: block;
1426 width: 11px;
1427 height: 11px;
1428 background-size: contain;
1429 top: 4px;
1430 position: absolute;
1431 right: 5px;
1432 }
1433 }
1434 .__tagembed__accordionItemContent {
1435 display: -webkit-box !important;
1436 display: -ms-flexbox !important;
1437 display: flex !important;
1438 @extend %f-wrap;
1439 .__tagembed__htmlcode,
1440 .__tagembed__iframecode {
1441 p {
1442 margin-bottom: 5px;
1443 }
1444 textarea {
1445 border: 1px solid #e4e6ef;
1446 resize: none;
1447 padding: 10px;
1448 background: #fff;
1449 width: 100%;
1450 margin-top: 15px;
1451 margin-bottom: 10px;
1452 &::-webkit-scrollbar {
1453 width: 8px;
1454 }
1455 &::-webkit-scrollbar-track {
1456 background: #f1f1f1;
1457 }
1458 &::-webkit-scrollbar-thumb {
1459 background: #888;
1460 }
1461 &::-webkit-scrollbar-thumb:hover {
1462 background: #555;
1463 }
1464 }
1465 }
1466 .__tagembed__iframecode {
1467 width: 100%;
1468 textarea {
1469 }
1470 }
1471 .__tagembed__dispsteps,
1472 .__tagembed__copycode {
1473 padding: 0;
1474 border: 0;
1475 background-color: transparent;
1476 }
1477 .__tagembed__copycode {
1478 margin-bottom: 0px;
1479 }
1480 }
1481 }
1482 .__tagembed__close {
1483 .__tagembed__accordionItemContent {
1484 height: 0px;
1485 transition: height 1s ease-out;
1486 -webkit-transform: scaleY(0);
1487 -o-transform: scaleY(0);
1488 -ms-transform: scaleY(0);
1489 transform: scaleY(0);
1490 // float: left;
1491 display: block;
1492 }
1493 }
1494 .__tagembed__open {
1495 .__tagembed__accordionItemHeading {
1496 &::after {
1497 // content: "\f077";
1498 content: "";
1499 transform: rotate(180deg);
1500 }
1501 margin: 0px;
1502 }
1503 .__tagembed__accordionItemContent {
1504 width: 100%;
1505 display: block;
1506 -webkit-transform: scaleY(1);
1507 -o-transform: scaleY(1);
1508 -ms-transform: scaleY(1);
1509 transform: scaleY(1);
1510 -webkit-transform-origin: top;
1511 -o-transform-origin: top;
1512 -ms-transform-origin: top;
1513 transform-origin: top;
1514 -webkit-transition: -webkit-transform 0.4s ease-out;
1515 -o-transition: -o-transform 0.4s ease;
1516 -ms-transition: -ms-transform 0.4s ease;
1517 transition: transform 0.4s ease;
1518 box-sizing: border-box;
1519 }
1520 }
1521 //DisplayAccordion
1522 }
1523 .__tagembed__displayright {
1524 // margin-left: $h15;
1525 width: calc(100% - 315px);
1526 .__tagembed__previewarea {
1527 border: $border $bdrcolor2;
1528 .__tagembed__previewation {
1529 background: $white-color;
1530 position: $rel;
1531 ul {
1532 @extend %d-flex;
1533 @extend %jc-center;
1534 @extend %ai-center;
1535 margin: $zero;
1536 li {
1537 height: $h50;
1538 margin: $zero;
1539 .__tagembed__tabcommpreivew {
1540 padding: $h5 $h20;
1541 height: $sizefull;
1542 box-sizing: $boxs;
1543 @extend %d-flex;
1544 @extend %ai-center;
1545 &:hover {
1546 background: $lightbg2;
1547 }
1548 }
1549 .__tagembed__previewactive {
1550 background: $lightbg2;
1551 svg {
1552 path {
1553 fill: $activeblue;
1554 }
1555 }
1556 }
1557 border-left: $border $bdrcolor2;
1558 &:first-child {
1559 border-left: $zero;
1560 }
1561 }
1562 }
1563 .__tagembed_expand {
1564 position: $abs;
1565 top: $h10;
1566 right: $h15;
1567 i {
1568 font-size: $fs16;
1569 padding: $p6;
1570 @extend %trans;
1571 &:hover {
1572 cursor: $pointer;
1573 opacity: $opcity85;
1574 background-color: $border-lighttop;
1575 }
1576 }
1577 }
1578 }
1579 .__tagembed__viewofpreview {
1580 background-color: $white-color;
1581 margin-top: $p1;
1582 position: $rel;
1583 height: calc(100vh - 214px);
1584 .__tagembed__loader {
1585 position: absolute;
1586 left: $zero;
1587 right: $zero;
1588 text-align: center;
1589 top: $sizehalf;
1590 z-index: 9;
1591 @extend %translate;
1592 }
1593 .__tagembed__previewdesk {
1594 height: calc(100vh - 240px);
1595 padding: $onem $onem;
1596 max-width: $desktopmax;
1597 background-color: $white-color;
1598 }
1599 .__tagembed__previewtab {
1600 width: $size80;
1601 height: calc(100vh - 245px);
1602 padding: $onem;
1603 max-width: $tabmax;
1604 margin-left: $auto;
1605 margin-right: $auto;
1606 background-color: $white-color;
1607 }
1608 .__tagembed__previewmob {
1609 width: $sizehalf;
1610 height: calc(100vh - 246px);
1611 max-width: $mobmax;
1612 padding: $eight;
1613 margin-left: $auto;
1614 margin-right: $auto;
1615 background-color: $white-color;
1616 }
1617 .__tagembed__previewloader {
1618 position: $abs;
1619 left: $zero;
1620 right: $zero;
1621 margin: $zero $auto;
1622 text-align: $center;
1623 top: $sizehalf;
1624 @extend %translate;
1625 }
1626 }
1627 }
1628 }
1629 }
1630 .__tagembed__support {
1631 margin-bottom: $h30;
1632 p {
1633 margin-bottom: $zero;
1634 margin-top: $zero;
1635 }
1636 }
1637 .__tagembed__switch {
1638 @extend %aicenter-self;
1639 margin-right: $h10;
1640 .__tagembed__onoffswitch-label {
1641 display: $d-block;
1642 overflow: $hidden;
1643 cursor: $pointer;
1644 border-radius: $h20;
1645 -moz-border-radius: $h20;
1646 -webkit-border-radius: $h20;
1647 }
1648
1649 .__tagembed__onoffswitch-inner {
1650 display: $d-block;
1651 width: $sizedouble;
1652 margin-left: -100%;
1653 @extend %transication-mar;
1654 }
1655
1656 .__tagembed__onoffswitch-checkbox:checked
1657 + .__tagembed__onoffswitch-label
1658 .__tagembed__onoffswitch-inner {
1659 margin-left: $zero;
1660 }
1661
1662 .__tagembed__onoffswitch-inner:after,
1663 .__tagembed__onoffswitch-inner:before {
1664 display: $d-block;
1665 float: $left;
1666 width: $sizehalf;
1667 height: $fs24;
1668 padding: $zero;
1669 line-height: $fs24;
1670 font-size: $h10;
1671 color: $white-color;
1672 font-family: $Trebuchet;
1673 font-weight: $fw7;
1674 box-sizing: $boxs;
1675 }
1676
1677 .__tagembed__onoffswitch-inner:before {
1678 content: "ON";
1679 padding-left: $h8;
1680 background-color: $dark-grey2;
1681 color: $light-blue;
1682 padding-right: $fs24;
1683 }
1684
1685 .__tagembed__onoffswitch-inner:after {
1686 content: "OFF";
1687 padding-right: $h8;
1688 background-color: $light-grey2;
1689 color: $grey2;
1690 text-align: $right;
1691 }
1692
1693 .__tagembed__onoffswitch-checkbox:checked
1694 + .__tagembed__onoffswitch-label
1695 .__tagembed__onoffswitch-switch {
1696 right: $p4;
1697 background: $light-blue;
1698 }
1699
1700 .__tagembed__onoffswitch-switch {
1701 display: $d-block;
1702 width: $fs16;
1703 height: $fs16;
1704 margin: $p3 $zero;
1705 position: $abs;
1706 top: $p1;
1707 bottom: $zero;
1708 right: $h30;
1709 border-radius: $h20;
1710 -webkit-border-radius: $h20;
1711 -moz-border-radius: $h20;
1712 @extend %trans2;
1713 @extend %switch-shadow;
1714 background-color: $white-color;
1715 }
1716
1717 .__tagembed__onoffswitch {
1718 position: $rel;
1719 width: $h48;
1720 @extend %userselect;
1721 margin: $zero $auto;
1722 margin-top: $zero;
1723 }
1724
1725 /**/
1726 .__tagembed__onoffswitch {
1727 width: $h36;
1728 }
1729
1730 .__tagembed__onoffswitch-inner:after,
1731 .__tagembed__onoffswitch-inner:before {
1732 height: $fs18;
1733 }
1734
1735 .__tagembed__onoffswitch
1736 .onoffswitch-checkbox:checked
1737 + .__tagembed__onoffswitch-label
1738 .__tagembed__onoffswitch-switch,
1739 .__tagembed__onoffswitch .__tagembed__onoffswitch-switch {
1740 width: $h20 !important;
1741 height: $h20 !important;
1742 }
1743
1744 .__tagembed__onoffswitch .__tagembed__onoffswitch-inner:before {
1745 content: "";
1746 background-color: $light-blue2;
1747 color: $white-color;
1748 }
1749
1750 .__tagembed__onoffswitch .__tagembed__onoffswitch-inner:after {
1751 background-color: $switch-bg;
1752 content: "";
1753 color: $white-color;
1754 }
1755
1756 .__tagembed__onoffswitch
1757 .__tagembed__onoffswitch-checkbox
1758 + .__tagembed__onoffswitch-label
1759 .__tagembed__onoffswitch-switch,
1760 .__tagembed__onoffswitch .__tagembed__onoffswitch-switch {
1761 background-color: $switch-bg2 !important;
1762 }
1763
1764 .__tagembed__onoffswitch
1765 .__tagembed__onoffswitch-checkbox:checked
1766 + .__tagembed__onoffswitch-label
1767 .__tagembed__onoffswitch-switch,
1768 .__tagembed__onoffswitch .__tagembed__onoffswitch-switch {
1769 background-color: $light-blue !important;
1770 width: $h26;
1771 height: $h26;
1772 top: -4px;
1773 }
1774
1775 .__tagembed__onoffswitch .__tagembed__onoffswitch-switch {
1776 right: $fs18;
1777 }
1778
1779 .__tagembed__onoffswitch
1780 .__tagembed__onoffswitch-checkbox:checked
1781 + .__tagembed__onoffswitch-label
1782 .__tagembed__onoffswitch-switch {
1783 right: -2px;
1784 }
1785 input:empty {
1786 margin-left: -999px;
1787 height: $zero;
1788 width: $zero;
1789 overflow: $hidden;
1790 position: $abs;
1791 opacity: $zero;
1792 }
1793 }
1794 div.__tagembed__accountsection {
1795 div.__tagembed__ssright.__tagembed__sizefull {
1796 width: $sizefull;
1797 }
1798 h3 {
1799 margin-bottom: $h5;
1800 }
1801 .__tagembed__connaccountwrap {
1802 @extend %d-flex;
1803 @extend %jc-between;
1804 @extend %flexend;
1805 .__tagembed__caright {
1806 width: $sizefull;
1807 max-width: 500px;
1808 .__tagembed__clipboard {
1809 @extend %d-flex;
1810 input,
1811 label {
1812 background: $input-lightbg;
1813 border: $zero;
1814 padding: $h5 $h10;
1815 width: $sizefull;
1816 height: $fs44;
1817 font-size: 12.7px;
1818 outline: $none;
1819 box-sizing: $boxs;
1820 @extend %d-flex;
1821 @extend %ai-center;
1822 }
1823 button {
1824 background: $btn-darkbg;
1825 color: $white-color;
1826 padding: $h10;
1827 display: $dinblock;
1828 border: $zero;
1829 font-size: $fs14;
1830 line-height: $normal;
1831 &:hover {
1832 opacity: 0.75;
1833 cursor: $pointer;
1834 }
1835 }
1836 }
1837 }
1838 }
1839 }
1840 .__tagembed__thankyou {
1841 text-align: $center;
1842 padding-top: $h50;
1843 padding-bottom: $h50;
1844 h2 {
1845 font-size: $h30;
1846 span {
1847 font-size: $fs14;
1848 font-weight: $normal;
1849 display: $d-block;
1850 margin-top: $h10;
1851 }
1852 }
1853 .__tagembed__plandetail {
1854 @extend %d-flex;
1855 @extend %ai-center;
1856 @extend %jc-center;
1857 margin: $onem $zero;
1858 .__tagembed__planbox {
1859 margin: $zero;
1860 border: $border $bdrcolor2;
1861 border-right: $zero;
1862 padding: $h15;
1863 background-color: $planbox-bg;
1864 &:last-child {
1865 border-right: $border $bdrcolor2;
1866 }
1867 p {
1868 margin: $zero $zero $h15;
1869 font-weight: $fw6;
1870 font-size: $fs16;
1871 }
1872 span {
1873 display: $d-block;
1874 }
1875 }
1876 }
1877 .__tagembed__gotohome {
1878 margin-top: $tworem;
1879 @extend %d-flex;
1880 @extend %ai-center;
1881 @extend %jc-center;
1882 img {
1883 margin: $zero $h5 $zero;
1884 @include rotate180;
1885 height: $fs13;
1886 }
1887 }
1888 }
1889 }
1890 }
1891 .__tagembed__pricesection {
1892 .__tagembed__tabheading {
1893 padding: $h10 $h15;
1894 margin-bottom: $h30;
1895 border-bottom: $border $bdrcolor2;
1896 h3 {
1897 margin: $zero;
1898 }
1899 }
1900 .__tagembed__priceswitcher {
1901 background: $white-color;
1902 border-radius: $p2;
1903 padding: $zero;
1904 margin-bottom: $h15;
1905 max-width: 298px;
1906 margin-left: $auto;
1907 margin-right: $auto;
1908 text-align: $center;
1909 @extend %d-flex;
1910 @extend %ai-center;
1911 @extend %jc-around;
1912 a {
1913 padding: $h10 $h15;
1914 width: $sizefull;
1915 border: $border $bdrcolor2;
1916 }
1917 a.__tagembed__active {
1918 background: $activeblue;
1919 color: $white-color;
1920 border-color: $activeblue;
1921 }
1922 }
1923 .__tagembed__fourplan {
1924 @extend %d-flex;
1925 @extend %jc-between;
1926 margin-top: $h30;
1927 .__tagembed__planbox {
1928 background: $white-color;
1929 padding: $h15;
1930 border: $border $bdrcolor2;
1931 width: $width23;
1932 margin-right: $h15;
1933 position: $rel;
1934 h2 {
1935 margin: $h5 $zero;
1936 }
1937 p {
1938 margin: $zero;
1939 font-size: $fs12;
1940 min-height: $h36;
1941 margin-bottom: $h15;
1942 }
1943 ul {
1944 margin: $h30 $zero $zero;
1945 li {
1946 margin-bottom: $h10;
1947 img {
1948 vertical-align: $middle;
1949 margin-right: $h8;
1950 height: $fs22;
1951 }
1952 }
1953 }
1954 .__tagembed__selectbtn {
1955 border-color: $selectbtn-bg;
1956 @extend %trans;
1957 padding: $h10 $h15;
1958 text-align: $center;
1959 width: $sizefull;
1960 margin-top: $h15;
1961 display: $d-block;
1962 box-sizing: $boxs;
1963 background: $white-color;
1964 color: $activeblue;
1965 border: $border $activeblue;
1966 font-weight: $fw5;
1967 &:hover {
1968 color: $white-color;
1969 background: $activeblue;
1970 }
1971 }
1972 .__tagembed__currentplan {
1973 display: $none;
1974 }
1975 &:last-child {
1976 margin-right: $zero;
1977 }
1978 }
1979 .__tagembed__planbox.__tagembed__activeplan {
1980 .__tagembed__currentplan {
1981 color: $white-color;
1982 display: $d-block;
1983 background-color: $activeblue;
1984 display: $dinblock;
1985 padding: $p3 $h10;
1986 position: $abs;
1987 right: $h10;
1988 top: -12px;
1989 }
1990 }
1991 }
1992 .__tagembed__planfeatures {
1993 border: $border $bdrcolor2;
1994 margin-top: $h30;
1995 table {
1996 @include tablecoll;
1997 margin-bottom: $zero;
1998 width: $sizefull;
1999 tbody {
2000 tr {
2001 &:nth-child(odd) {
2002 td {
2003 background-color: $border-lighttop;
2004 }
2005 }
2006 }
2007 }
2008 th,
2009 td {
2010 border-right: $border $tbl-bdrcolor;
2011 border-bottom: $border $tbl-bdrcolor;
2012 vertical-align: $middle;
2013 padding: $sevenfive $onerem;
2014 }
2015 th {
2016 color: $black-color;
2017 background-color: $white-color;
2018 h4 {
2019 font-size: $fs16;
2020 font-weight: $fw5;
2021 }
2022 &:not(:first-child) {
2023 text-align: $center;
2024 }
2025 }
2026 td {
2027 background-color: $white-color;
2028 position: $rel;
2029 &:not(:first-child) {
2030 text-align: $center;
2031 }
2032 img[alt="no-access"]="no-access""] {
2033 max-width: $fs24;
2034 }
2035 .p_tooltip[tooltip]] {
2036 position: $rel;
2037 }
2038 svg {
2039 vertical-align: $middle;
2040 }
2041 .platform__icons {
2042 max-width: $selectw;
2043 margin-left: $auto;
2044 margin-right: $auto;
2045 }
2046 ul.platform__icons.colored_social_icons li {
2047 display: $dinblock;
2048 margin-right: $p2;
2049 margin-left: $p2;
2050 }
2051 .platform__icons .fa-twitter {
2052 color: $twitter;
2053 }
2054 .platform__icons .fa-instagram {
2055 color: $instagram;
2056 }
2057 .platform__icons .fa-facebook {
2058 color: $facebook;
2059 }
2060 .platform__icons .fa-linkedin {
2061 color: $linkedin;
2062 }
2063 .platform__icons .fa-rss {
2064 color: $rss;
2065 }
2066 .fa-youtube-play {
2067 color: $youtube;
2068 }
2069 .platform__icons .fa-tumblr {
2070 color: $tumblr;
2071 }
2072 .platform__icons .fa-pinterest {
2073 color: $pinterest;
2074 }
2075 .platform__icons .fa-yelp {
2076 color: $yelp;
2077 }
2078 .platform__icons .fa-soundcloud {
2079 color: $soundcloud;
2080 }
2081 .platform__icons .svg-airbnb svg,
2082 .platform__icons .svg-workplace svg,
2083 .svg-airbnb svg,
2084 .svg-workplace svg,
2085 .svg-vimeo svg,
2086 .svg-yammer svg {
2087 height: $fs18;
2088 width: $auto;
2089 vertical-align: $middle;
2090 margin-top: $p3;
2091 }
2092 .tooltip {
2093 position: $inherit;
2094 .tooltiptext {
2095 left: $h20;
2096 right: $zero;
2097 margin: $zero;
2098 bottom: -13px;
2099 width: $inherit;
2100 min-width: $selectw;
2101 padding: $p7;
2102 padding-right: $p7;
2103 &::after {
2104 border-color: transparent #555 transparent transparent;
2105 top: $inherit;
2106 left: -5px;
2107 bottom: $fs18;
2108 }
2109 }
2110 }
2111 }
2112 }
2113 }
2114 .__tagembed__showallfeatures {
2115 margin-top: $h30;
2116 text-align: $center;
2117 }
2118 }
2119 .__tagembed__filtermoderation {
2120 .__tagembed__tabheading {
2121 padding: $h10 $zero;
2122 @extend %d-flex;
2123 @extend %ai-center;
2124 @extend %jc-between;
2125 border-bottom: $border $bdrcolor2;
2126 position: $rel;
2127 flex-flow: row wrap;
2128 ul {
2129 margin: $zero;
2130 @extend %d-flex;
2131 @extend %ai-center;
2132 @extend %jc-between;
2133 li {
2134 margin: $zero;
2135 a {
2136 margin-right: $h10;
2137 padding-left: $h20;
2138 background-color: $bdrcolor2;
2139 display: $dinblock;
2140 color: $white-color;
2141 i {
2142 font-style: $normal;
2143 margin-left: $h10;
2144 background: $filter-bg;
2145 padding: $h10;
2146 display: $dinblock;
2147 }
2148 &:hover {
2149 opacity: 0.9;
2150 }
2151 }
2152 .__tagembed__btnwarning {
2153 background-color: $warning;
2154 }
2155 .__tagembed__btnwarning.__tagembed__btnactive {
2156 @extend %btnwarning-active;
2157 }
2158 .__tagembed__btnprimary {
2159 background-color: $hover-color2;
2160 }
2161 .__tagembed__btnprimary.__tagembed__btnactive {
2162 @extend %btnprimary-active;
2163 }
2164 .__tagembed__btnsuccess {
2165 background-color: $success;
2166 }
2167 .__tagembed__btnsuccess.__tagembed__btnactive {
2168 @extend %btnsuccess-active;
2169 }
2170 .__tagembed__btndanger {
2171 background-color: $danger;
2172 }
2173 .__tagembed__btndanger.__tagembed__btnactive {
2174 @extend %btndanger-active;
2175 }
2176 :last-child a {
2177 margin-right: $zero;
2178 }
2179 }
2180 }
2181 .__tagembed__modbtnaction {
2182 li {
2183 a {
2184 @extend %d-flex;
2185 @extend %ai-center;
2186 padding: $h10 $h20;
2187 img {
2188 margin-right: $h5;
2189 max-height: $fs16;
2190 }
2191 }
2192 }
2193 }
2194 .__tagembed__modfilter {
2195 @extend %d-flex;
2196 @extend %ai-center;
2197 @extend %jc-between;
2198 .__tagembed__modsearch {
2199 position: $rel;
2200 margin-right: $h10;
2201 @extend %embose-button;
2202 &:hover {
2203 box-shadow: $none;
2204 }
2205 input {
2206 padding-right: $h30;
2207 height: $fs32;
2208 width: $h-double;
2209 border: $border $lightbg;
2210 border-radius: $zero;
2211 font-size: $fs13;
2212 min-height: $h30;
2213 font-weight: $normal;
2214 color: $dark-grey;
2215 border-color: $borderlight;
2216 position: $abs;
2217 right: -7px;
2218 top: -3px;
2219 }
2220 img {
2221 max-height: $fs14;
2222 position: $abs;
2223 right: $h5;
2224 top: -7px;
2225 }
2226 button {
2227 background: $norepeat;
2228 border: $zero;
2229 @extend %ai-center;
2230 position: $abs;
2231 right: $zero;
2232 top: $p2;
2233 cursor: $pointer;
2234 }
2235 }
2236 span {
2237 font-weight: $fw5;
2238 margin-right: $h5;
2239 }
2240 a {
2241 svg {
2242 color: $new-blue;
2243 max-height: $fs18;
2244 }
2245 }
2246 .__tagembed__filgerarea {
2247 position: $abs;
2248 left: $zero;
2249 top: $h58;
2250 background: $white-color;
2251 width: $sizefull;
2252 padding: $h10 $h15;
2253 box-sizing: $boxs;
2254 z-index: 11;
2255 @extend %d-flex;
2256 box-shadow: $p1 $p1 $p3 $input-color2;
2257 @extend %f-wrap;
2258 > div {
2259 @extend %d-flex;
2260 width: $size32;
2261 margin-right: $twoper;
2262 background-color: $light-bgcolor;
2263 padding: $h15;
2264 box-sizing: $boxs;
2265 &:nth-child(3n) {
2266 margin-right: $zero;
2267 }
2268 ul {
2269 @extend %fd-column;
2270 @extend %d-flex;
2271 @extend %ai-selftstart;
2272 @extend %jc-start;
2273 width: $sizefull;
2274 max-height: 128px;
2275 overflow-y: $auto;
2276 &::-webkit-scrollbar {
2277 width: $p6;
2278 }
2279 &::-webkit-scrollbar-track {
2280 background: $borderlight;
2281 }
2282 &::-webkit-scrollbar-thumb {
2283 background: $activeblue;
2284 }
2285 h4 {
2286 margin: $zero $zero $h5;
2287 }
2288 li {
2289 margin-top: $p7;
2290 input {
2291 margin-top: $zero;
2292 border-radius: $zero;
2293 }
2294 label {
2295 img {
2296 max-height: $fs14;
2297 vertical-align: $middle;
2298 margin-right: $p2;
2299 margin-left: $p3;
2300 }
2301 }
2302 }
2303 }
2304 }
2305 &::after {
2306 bottom: $sizefull;
2307 right: 43px;
2308 border: solid $bg-transparent;
2309 content: "";
2310 height: $zero;
2311 width: $zero;
2312 position: $abs;
2313 pointer-events: $none;
2314 border-color: $rgbordercolor;
2315 border-bottom-color: $white-color;
2316 border-width: $h8;
2317 margin-left: -8px;
2318 }
2319 .__tagembed__filaction {
2320 width: $sizefull;
2321 background-color: $bg-transparent;
2322 justify-content: $center;
2323 button {
2324 margin-left: $h5;
2325 margin-right: $h5;
2326 }
2327 .__tagembed__cancelbtn {
2328 color: $blue-color;
2329 box-shadow: $zero $zero $zero $p1 $blue-color inset;
2330 background-color: $bg-transparent;
2331 &:hover {
2332 opacity: 0.9;
2333 }
2334 }
2335 }
2336 }
2337 .__tagembed__moddaterande {
2338 margin-top: $p2;
2339 @extend %embose-button;
2340 &:hover {
2341 cursor: $pointer;
2342 box-shadow: $none;
2343 }
2344 }
2345 .__tagembed__filtericon {
2346 @extend %embose-button;
2347 &:hover {
2348 box-shadow: $none;
2349 }
2350 }
2351 }
2352 .__tagembed__modcheckall {
2353 @extend %d-flex;
2354 @extend %ai-center;
2355 input {
2356 border-radius: $zero;
2357 margin-top: $zero;
2358 @extend %embose-button;
2359 &:hover {
2360 box-shadow: $none;
2361 }
2362 &:before {
2363 margin-top: $p1;
2364 }
2365 }
2366 a {
2367 margin-left: $p7;
2368 @extend %embose-button;
2369 &:hover {
2370 box-shadow: $none;
2371 }
2372 img {
2373 max-height: $fs14;
2374 }
2375 }
2376 }
2377 .__tagembed__filterby {
2378 @extend %flex-basis;
2379 @extend %d-flex;
2380 @extend %ai-center;
2381 margin-top: $h10;
2382 padding-top: $h10;
2383 border-top: $border $bdrcolor2;
2384 strong {
2385 margin-right: $zero;
2386 }
2387 ul {
2388 margin-left: $h10;
2389 li {
2390 @extend %d-flex;
2391 @extend %ai-center;
2392 padding: $h5 $h10;
2393 background: $white-color;
2394 margin-right: $p7;
2395 padding-right: $h5;
2396 box-shadow: $zero $zero $zero $p1 inset $bdrcolor2;
2397 i {
2398 margin-right: $h5;
2399 }
2400 .__tagembed__img {
2401 max-height: $fs12;
2402 margin-right: $h5;
2403 }
2404 .__tagembed__name {
2405 margin-right: $h5;
2406 display: $dinblock;
2407 }
2408 .__tagembed__close {
2409 background-color: $bg-transparent;
2410 padding: $zero;
2411 margin: $zero;
2412 @extend %d-flex;
2413 position: $rel;
2414 padding-left: $p7;
2415 img {
2416 height: $fs18;
2417 width: $fs18;
2418 position: $rel;
2419 z-index: 2;
2420 }
2421 &::before {
2422 content: "";
2423 background: $bdrcolor2;
2424 width: $p1;
2425 height: $h26;
2426 position: $abs;
2427 top: -4px;
2428 left: $zero;
2429 }
2430 }
2431 #reportrange {
2432 @extend %d-flex;
2433 }
2434 }
2435 .__tagembed__reset {
2436 background-color: $success;
2437 button {
2438 border: $zero;
2439 background: $bg-transparent;
2440 color: $white-color;
2441 height: $auto;
2442 padding-top: $zero;
2443 padding-bottom: $zero;
2444 margin: $zero;
2445 line-height: $fs18;
2446 &:hover {
2447 opacity: 0.9;
2448 cursor: $pointer;
2449 }
2450 }
2451 }
2452 }
2453 }
2454 }
2455 .__tagembed__modsection.__tagembed__grid {
2456 margin-top: $h10;
2457 width: $sizefull;
2458 .__tagembed__grid_item {
2459 float: $left;
2460 width: $size20;
2461 min-height: $h100;
2462 padding: 7.5px;
2463 .__tagembed__modpost {
2464 box-shadow: $zero $zero $zero $p1 $bdrcolor2;
2465 background-color: $white-color;
2466 .__tagembed__modimg {
2467 position: $rel;
2468 .__tagembed__switch {
2469 position: $abs;
2470 top: $h15;
2471 right: $h5;
2472 z-index: $z-index10;
2473 }
2474 .__tagembed__iframe_preloader {
2475 min-height: $h-double;
2476 width: $sizefull;
2477 display: $d-block;
2478 &::before {
2479 position: $abs;
2480 color: $white-color;
2481 z-index: $z-index1;
2482 top: $size46;
2483 @extend %translate;
2484 left: $zero;
2485 right: $zero;
2486 text-align: $center;
2487 font-family: $fa5;
2488 content: "\f110";
2489 font-weight: $fw9;
2490 font-size: $h30;
2491 @extend %infinitespin;
2492 }
2493 }
2494 img {
2495 max-width: $sizefull;
2496 @extend %cover;
2497 width: $sizefull;
2498 }
2499 img.__tagembed__imgloader {
2500 width: $inherit !important;
2501 margin: $zero $auto;
2502 padding-top: $h15;
2503 padding-bottom: $h15;
2504 }
2505 iframe {
2506 min-height: $h-double;
2507 position: $rel;
2508 z-index: $z-index9;
2509 max-width: $sizefull;
2510 }
2511 video {
2512 min-height: $h-double;
2513 background: $black-color;
2514 }
2515 .__tagembed__playicon {
2516 position: $abs;
2517 top: $sizehalf;
2518 @extend %translate;
2519 left: $zero;
2520 right: $zero;
2521 text-align: $center;
2522 max-width: $h48;
2523 margin: $zero $auto;
2524 img {
2525 width: $h48;
2526 }
2527 }
2528 }
2529 .__tagembed__modimg.__tagembed__nomodimg {
2530 .__tagembed__switch {
2531 position: $abs;
2532 top: $h35;
2533 right: $zero;
2534 }
2535 }
2536 .__tagembed__modhead {
2537 padding: $h10;
2538 @extend %d-flex;
2539 @extend %ai-top;
2540 @extend %jc-between;
2541 .__tagembed__profile {
2542 @extend %d-flex;
2543 @extend %ai-center;
2544 width: $sizefull;
2545 img {
2546 max-width: $sizefull;
2547 display: $d-block;
2548 border-radius: $sizehalf;
2549 max-height: $h40;
2550 }
2551 .__tagembed__profilecontent {
2552 margin-left: $h10;
2553 ul {
2554 @extend %d-flex;
2555 @extend %ai-center;
2556 margin: $zero;
2557 @extend %f-wrap;
2558 li {
2559 margin: $zero;
2560 font-size: $h10;
2561 color: $bdrcolor3;
2562 &:first-child {
2563 border-right: $border $bdrcolor2;
2564 padding-right: $p3;
2565 margin-right: $p3;
2566 line-height: $h10;
2567 }
2568 }
2569 }
2570 }
2571 }
2572 .__tagembed__networkicon {
2573 img {
2574 max-width: $fs16;
2575 }
2576 }
2577 }
2578 .__tagembed__modcontent {
2579 padding-left: $h10;
2580 padding-right: $h10;
2581 padding-top: $h5;
2582 h4 {
2583 margin: $zero;
2584 @include line-clamp;
2585 white-space: $normal;
2586 overflow: $hidden;
2587 }
2588 p {
2589 white-space: $normal;
2590 overflow: $hidden;
2591 @include line-clamp;
2592 }
2593 }
2594 .__tagembed__modaction {
2595 @extend %d-flex;
2596 @extend %ai-center;
2597 @extend %jc-between;
2598 padding: $p7 $h10;
2599 background: $moaction-bg;
2600 .__tagembed__modactionleft {
2601 ul {
2602 @extend %d-flex;
2603 @extend %ai-center;
2604 margin: $zero;
2605 li {
2606 margin: $zero;
2607 a {
2608 @extend %ai-center;
2609 @extend %d-flex;
2610 margin-right: $h5;
2611 background: $bg-transparent;
2612 vertical-align: $middle;
2613 padding: $p3 $h5 $h5 $h5;
2614 border: $border $bg-transparent;
2615 width: $h28;
2616 height: $h28;
2617 img {
2618 max-width: $fs16;
2619 }
2620 }
2621 a.__tagembed__modaction_active {
2622 margin-right: $h5;
2623 background: $white-color;
2624 border: $border $moaction-active;
2625 }
2626 }
2627 }
2628 }
2629 .__tagembed__modactionright {
2630 @extend %d-flex;
2631 @extend %ai-center;
2632 position: $rel;
2633 input {
2634 border-radius: $zero;
2635 }
2636 a {
2637 display: $d-block;
2638 img {
2639 max-height: $fs18;
2640 margin-left: $h5;
2641 }
2642 }
2643 .__tagembed__modmore {
2644 background: $mod-more;
2645 position: $abs;
2646 right: $zero;
2647 top: -40px;
2648 ul {
2649 margin: $zero;
2650 @extend %d-flex;
2651 padding: $h5 $p7 $p6;
2652 li {
2653 margin: $zero;
2654 a {
2655 display: $d-block;
2656 margin-left: $p3;
2657 margin-right: $p3;
2658 width: $h20;
2659 @extend %d-flex;
2660 @extend %ai-center;
2661 @extend %jc-between;
2662 img {
2663 margin: $zero;
2664 height: $fs14;
2665 }
2666 &:hover {
2667 opacity: 0.9;
2668 }
2669 }
2670 }
2671 }
2672 &:after {
2673 top: $sizefull;
2674 right: $p4;
2675 border: $solid $bg-transparent;
2676 content: "";
2677 height: $zero;
2678 width: $zero;
2679 position: $abs;
2680 pointer-events: $none;
2681 border-color: $modaction-right;
2682 border-top-color: $mod-more;
2683 border-width: $h5;
2684 margin-left: -5px;
2685 }
2686 }
2687 }
2688 }
2689 img {
2690 max-width: $sizefull;
2691 display: $d-block;
2692 }
2693 }
2694 .__tagembed__switch {
2695 div.__tagembed__onoffswitch {
2696 .__tagembed__onoffswitch-inner {
2697 &::before {
2698 background-color: $mod-switchgreen;
2699 }
2700 }
2701 .__tagembed__onoffswitch-inner {
2702 &::after {
2703 background-color: $mod-switchprivate;
2704 }
2705 }
2706 }
2707
2708 .__tagembed__onoffswitch
2709 .__tagembed__onoffswitch-checkbox:checked
2710 + .__tagembed__onoffswitch-label
2711 .__tagembed__onoffswitch-switch,
2712 .__tagembed__onoffswitch .__tagembed__onoffswitch-switch {
2713 background-color: $success !important;
2714 }
2715
2716 .__tagembed__onoffswitch
2717 .__tagembed__onoffswitch-checkbox
2718 + .__tagembed__onoffswitch-label
2719 .__tagembed__onoffswitch-switch,
2720 .__tagembed__onoffswitch .__tagembed__onoffswitch-switch {
2721 background-color: $danger !important;
2722 }
2723 }
2724 }
2725 .__tagembed__grid_item.__tagembed__grid_item_highlighter {
2726 width: $size40;
2727 }
2728 &::after {
2729 content: "";
2730 display: $d-block;
2731 clear: $both;
2732 }
2733 }
2734
2735 .__tagembed__modsection.__tagembed__nofound {
2736 .__tagembed__nofound-inn {
2737 @extend %d-flex;
2738 @extend %ai-center;
2739 @extend %jc-center;
2740 padding-top: $h30;
2741 padding-bottom: $h30;
2742 position: $unset !important;
2743 img {
2744 margin-right: $h10;
2745 max-height: $h30;
2746 }
2747 }
2748 }
2749 .__tagembed__pager {
2750 clear: $both;
2751 padding: $h15;
2752 background-color: $white-color;
2753 margin-top: $h15;
2754 @extend %d-flex;
2755 @extend %ai-center;
2756 @extend %ai-top;
2757 ul {
2758 @extend %d-flex;
2759 @extend %ai-center;
2760 margin: $zero;
2761 li {
2762 margin: $zero;
2763 margin-right: $h5;
2764 a {
2765 width: $fs32;
2766 height: $fs32;
2767 @extend %d-flex;
2768 @extend %ai-center;
2769 @extend %jc-center;
2770 background-color: $pager-bg;
2771 img {
2772 opacity: 0.35;
2773 }
2774 &:hover {
2775 img {
2776 @extend %invertone;
2777 }
2778 }
2779 }
2780 .__tagembed__page-active,
2781 a:hover {
2782 background-color: $hover-color2;
2783 color: $white-color;
2784 }
2785 .__tagembed__first,
2786 .__tagembed__previous {
2787 @include rotate180;
2788 }
2789 .__tagembed__deactive {
2790 cursor: not-allowed;
2791 a {
2792 pointer-events: $none;
2793 }
2794 }
2795 }
2796 }
2797 .__tagembed__pager-info {
2798 select {
2799 margin-right: $h5;
2800 margin-left: $h5;
2801 padding-right: $h30;
2802 height: $fs32;
2803 background: #ecf1f6 url(../images/arrow-down.png) $norepeat
2804 $right $h5 top 55%;
2805 border-radius: $zero;
2806 font-size: $fs13;
2807 min-height: $h30;
2808 font-weight: $normal;
2809 background-size: $h8;
2810 border: $zero;
2811 color: $primary-color;
2812 &:focus {
2813 box-shadow: $none;
2814 }
2815 }
2816 }
2817 }
2818 }
2819 .__tagembed__customization {
2820 .__tagembed__customization_title {
2821 border-bottom: $border $bdrcolor2;
2822 padding-bottom: $h10;
2823 padding-left: $h20;
2824 padding-right: $h15;
2825 margin-bottom: $h15;
2826 padding-top: $h10;
2827 h3 {
2828 margin: $zero;
2829 }
2830 }
2831 .__tagembed___customization_contain {
2832 @extend %d-flex;
2833 @extend %ai-top;
2834 .__tagembed__customization_left {
2835 width: $previewleftw;
2836 padding-right: $h15;
2837 box-sizing: $boxs;
2838 .__tagembed__customization_left_inn {
2839 background: $white-color;
2840 padding: $h15 $h10;
2841 border: $border $bdrcolor2;
2842 ul {
2843 margin: $zero;
2844 li {
2845 a {
2846 padding: $h15 $h10;
2847 display: $d-block;
2848 background: $btnhover-bdr;
2849 color: $primary-color;
2850 position: $rel;
2851 &:hover {
2852 background: $input-lightbg;
2853 }
2854 &::before {
2855 right: $h10;
2856 content: "»";
2857 font-size: $fs24;
2858 position: $abs;
2859 right: $h10;
2860 font-weight: $normal;
2861 color: $input-color2;
2862 }
2863 }
2864 .__tagembed__active,
2865 .__tagembed__active:hover {
2866 background: $activeblue;
2867 color: $white-color;
2868 position: $rel;
2869 }
2870 }
2871 }
2872 }
2873 }
2874 .__tagembed__customization_right {
2875 width: calc(100% - 315px);
2876 background: $white-color;
2877 padding: $h15 $zero;
2878 border: $border $bdrcolor2;
2879 .__tagembed__container {
2880 @extend %plrequal;
2881 margin: $zero $auto;
2882 max-width: $sizefull;
2883 font-family: $Poppins;
2884 .__tagembed__row {
2885 margin-left: -$h15;
2886 margin-right: -$h15;
2887 @extend %f-wrap;
2888 @extend %d-flex;
2889 .__tagembed_range {
2890 margin: $h15 $zero;
2891 width: $sizefull;
2892 }
2893 .__tagembed_singlerow {
2894 @extend %d-flex;
2895 margin-top: $h15;
2896 .__tagembed__lablename {
2897 @extend %d-flex;
2898 @extend %ai-center;
2899 }
2900 }
2901 .__tagembed__col {
2902 @extend %plrequal;
2903 width: $sizehalf;
2904 margin-bottom: $h15;
2905 /*New*/
2906 .__tagembed__mt_zero {
2907 margin-top: $zero !important;
2908 }
2909 .__tagembed__radio_button {
2910 display: -webkit-box !important;
2911 display: -ms-flexbox !important;
2912 display: flex !important;
2913 @extend %f-wrap;
2914 padding-left: $h5;
2915 span {
2916 position: $rel;
2917 input {
2918 position: $abs;
2919 opacity: $zero;
2920 visibility: $hidden;
2921 }
2922 label {
2923 font-size: $fs14;
2924 color: $switch-bg2;
2925 border: 1px solid #e4e6ee;
2926 margin: -1px;
2927 width: $h50;
2928 height: $h40;
2929 @extend %d-flex;
2930 @extend %f-wrap;
2931 @extend %jc-center;
2932 @extend %ai-center;
2933 background: $white-color;
2934 cursor: $pointer;
2935 @extend %trans;
2936 svg {
2937 fill: #22232c;
2938 transition: 0.2s;
2939 }
2940 &:hover {
2941 border-color: #f5f0f0;
2942 background: #f5f0f0;
2943 }
2944 }
2945 input[type="radio"]="radio""]:checked + label {
2946 background: #4179ff;
2947 border-color: #4179ff;
2948 }
2949 input[type="radio"]="radio""]:checked + label svg {
2950 fill: #fff;
2951 }
2952 }
2953 }
2954 /*New*/
2955 input {
2956 padding-right: $zero;
2957 }
2958 select {
2959 padding-right: $h30;
2960 height: $fs32;
2961 background: url(../images/arrow-down.png) no-repeat
2962 right 5px top 55%;
2963 background-color: $white-color;
2964 width: $h-double;
2965 border-color: $bdrcolor3;
2966 color: $primary-color;
2967 background-size: $h8;
2968 border-radius: $zero;
2969 }
2970 .__tagembed__lablename {
2971 width: 240px;
2972 display: $dinblock;
2973 }
2974 .__tagembed__input {
2975 width: $h-double;
2976 }
2977 .__tagembed__lablename + div {
2978 display: $dinblock;
2979 vertical-align: $top;
2980 position: $rel;
2981 }
2982 .__tagembed__colorSelector {
2983 width: $h30;
2984 height: $h30;
2985 margin: $zero;
2986 padding: $zero;
2987 border: $zero;
2988 }
2989 .__tagembed_selectedColor_code {
2990 vertical-align: $super;
2991 }
2992 /**/
2993
2994 .__tagembed__ff_dropdwon {
2995 width: $h-double;
2996 }
2997
2998 .__tagembed__ff_dropdwon ul {
2999 list-style: $none;
3000 padding: $zero;
3001 margin: $zero;
3002 border: $zero;
3003 }
3004
3005 .__tagembed__ff_dropdwon ul li,
3006 .__tagembed__ff_dropdwon .__tagembed__dd_first {
3007 padding: $zero;
3008 color: $mod-more;
3009 padding: $h5;
3010 margin-bottom: $zero;
3011 }
3012
3013 .__tagembed__ff_dropdwon ul li:last-child {
3014 border-bottom: $border $bdrcolor3;
3015 }
3016
3017 .__tagembed__ff_dropdwon ul li {
3018 display: $none;
3019 padding-left: $h5;
3020 }
3021
3022 .__tagembed__ff_dropdwon ul li.main {
3023 display: $d-block;
3024 }
3025
3026 .__tagembed__ff_dropdwon ul li img {
3027 height: $h20;
3028 }
3029
3030 .__tagembed__ff_dropdwon .__tagembed__dd_first {
3031 padding-right: $h30;
3032 height: $fs32;
3033 background: url(../images/arrow-down.png) no-repeat
3034 right 5px top 55%;
3035 background-color: $white-color;
3036 border: $border $bdrcolor3;
3037 color: $primary-color;
3038 background-size: $h8;
3039 border-radius: $zero;
3040 line-height: $fs22;
3041 }
3042
3043 .__tagembed__ff_dropdwon .__tagembed__dd_first img {
3044 max-height: $h20;
3045 }
3046
3047 .__tagembed__ff_dropdwon ul {
3048 list-style: $none;
3049 padding: $zero;
3050 margin: $zero;
3051 position: $abs;
3052 z-index: $z-index999;
3053 width: $sizefull;
3054 border: $border $bdrcolor3;
3055 background-color: $white-color;
3056 color: $primary-color;
3057 background-size: $h8;
3058 border-radius: $zero;
3059 border-top: $zero;
3060 top: $fs32;
3061 box-sizing: $boxs;
3062 max-height: $selectw;
3063 overflow-y: $auto;
3064 }
3065
3066 .__tagembed__ff_dropdwon ul li:hover {
3067 background-color: $border-lighttop;
3068 cursor: $pointer;
3069 }
3070
3071 /**/
3072 .__tagmebed__layoutQuick_settings {
3073 .__tagembed__lablename {
3074 display: $d-block;
3075 margin-bottom: $h5;
3076 margin-top: $h15;
3077 }
3078 ul {
3079 margin: $zero;
3080 padding: $zero;
3081 @extend %d-flex;
3082 li {
3083 position: $rel;
3084 margin: $zero $h20 $zero $zero;
3085 input {
3086 position: $abs;
3087 z-index: 99;
3088 width: $sizefull;
3089 height: $sizefull;
3090 opacity: $zero;
3091 }
3092 input:checked + img {
3093 border: $zero;
3094 filter: grayscale(0);
3095 }
3096 input:checked ~ span {
3097 color: #8ac2f7;
3098 font-weight: $fw5;
3099 }
3100 img {
3101 height: 80px;
3102 width: $auto;
3103 filter: grayscale(1);
3104 }
3105 span {
3106 display: $d-block;
3107 text-align: $center;
3108 font-size: $fs12;
3109 }
3110 }
3111 }
3112 }
3113 }
3114 .__tagembed_colfull {
3115 width: $sizefull;
3116 }
3117 .__tagembed__applyBtn {
3118 margin-bottom: $zero;
3119 width: $sizefull;
3120 text-align: $left;
3121 border-top: $border $bdrcolor2;
3122 padding-top: $h10;
3123 margin-top: $h10;
3124 }
3125 }
3126 }
3127 .__tagembed__customtextarea {
3128 .__tagembed_ct_header {
3129 margin-bottom: $p2;
3130 }
3131 textarea {
3132 border: $border $bdrcolor2;
3133 width: $sizefull;
3134 min-height: $w3;
3135 resize: $none;
3136 &:focus {
3137 border-color: $bdrcolor2;
3138 box-shadow: 0 0 5px $bdrcolor2 inset;
3139 }
3140 }
3141 }
3142 }
3143 }
3144 }
3145 }
3146 }
3147 /*-- Account-Setion-END --*/
3148
3149 /*-- Popup-START --*/
3150 .__tagembed__overlay {
3151 &::before {
3152 content: "";
3153 position: $fixed;
3154 left: $zero;
3155 top: $zero;
3156 background: rgba(0, 0, 0, 0.2);
3157 height: $sizefull;
3158 width: $sizefull;
3159 z-index: $z-index9;
3160 }
3161 }
3162 .__tagembed__popupwrap {
3163 position: $fixed;
3164 left: $selectw;
3165 right: $zero;
3166 top: $sizehalf;
3167 @extend %translate;
3168 @extend %box-shadow;
3169 margin: $zero $auto;
3170 max-width: $mw310;
3171 background: $white-color;
3172 border: $border $bdrcolor;
3173 padding: $zero;
3174 min-width: $mwpopup;
3175 text-align: $center;
3176 z-index: $z-index999;
3177 .__tagembed__iconarea {
3178 background: $blue-color;
3179 width: $h50;
3180 height: $h50;
3181 margin: $zero $auto;
3182 margin-top: $h15;
3183 border-radius: $sizehalf;
3184 @extend %d-flex;
3185 @extend %ai-center;
3186 @extend %jc-center;
3187 .fa {
3188 font-size: $fs24;
3189 color: $white-color;
3190 }
3191 }
3192 .__tagembed__btnwrap button,
3193 .__tagembed__btnwrap a.__tagembed__okaybtn {
3194 text-decoration: $none;
3195 border: $zero;
3196 text-decoration: $none;
3197 text-shadow: $none;
3198 padding: $zero $h10;
3199 border-radius: $bradius;
3200 line-height: $lh;
3201 min-height: $fs32;
3202 display: $dinblock;
3203 min-width: $mw62;
3204 &:hover {
3205 opacity: $opcity85;
3206 cursor: $pointer;
3207 }
3208 }
3209 .__tagembed__okaybtn {
3210 background: $blue-color;
3211 color: $white-color;
3212 margin-right: $h10;
3213 }
3214 .__tagembed__title {
3215 padding: $zero;
3216 h2 {
3217 font-size: $fs21;
3218 font-weight: $fw4;
3219 }
3220 }
3221 .__tagembed__desc {
3222 padding: $zero $fs12;
3223 }
3224 .__tagembed__btnwrap {
3225 padding-top: $h15;
3226 padding-bottom: $h15;
3227 margin-top: $h15;
3228 border-top: $border $btnb-wrapcolor;
3229 }
3230 .__tagembed__horizontaborder {
3231 padding-bottom: $fs14;
3232 margin-bottom: $h15;
3233 border: $zero;
3234 margin-top: $zero;
3235 border-bottom: $border $btnb-wrapcolor;
3236 border-color: $bdrcolor2;
3237 }
3238 .__tagembed__header {
3239 padding: $h15 $fs12 $zero $fs12;
3240 position: $rel;
3241 h2 {
3242 margin: $zero;
3243 color: $primary-color;
3244 }
3245 a {
3246 position: $abs;
3247 right: -10px;
3248 background: $white-color;
3249 width: $fs22;
3250 height: $fs22;
3251 border-radius: $sizehalf;
3252 top: -10px;
3253 border: $border $btnb-wrapcolor;
3254 line-height: $fs21;
3255 text-align: $center;
3256 }
3257 }
3258 .__tagembed__formwbody {
3259 .__tagembed__formwrow {
3260 @extend %fd-column;
3261 @extend %d-flex;
3262 padding: $zero $fs12;
3263 text-align: $left;
3264 margin-bottom: $h10;
3265 .__tagembed__form-check {
3266 padding: $zero $h5;
3267 label {
3268 display: $dinblock !important;
3269 vertical-align: $middle;
3270 }
3271 }
3272 .__tagembed__error {
3273 color: $error-color;
3274 font-size: $fs12;
3275 margin-top: $zero;
3276 display: $none;
3277 }
3278 label {
3279 margin-bottom: $h5;
3280 display: $d-block;
3281 text-transform: $capitalize;
3282 }
3283 input[type="text"]="text""],
3284 input[type="password"]="password""],
3285 select {
3286 padding: $zero $h8;
3287 line-height: $lh2;
3288 min-height: $h30;
3289 width: $sizefull;
3290 max-width: $sizefull;
3291 border-radius: $zero;
3292 border: $border $input-bcolor;
3293 background-color: $white-color;
3294 color: $input-color;
3295 border-color: $bdrcolor3;
3296 }
3297 input[type="checkbox"]="checkbox""],
3298 input[type="radio"]="radio""] {
3299 width: $fs12;
3300 height: $fs12;
3301 min-width: $inherit;
3302 border-radius: $zero;
3303 margin-right: $zero;
3304 }
3305 input[type="radio"]="radio""] {
3306 border-radius: $sizehalf;
3307 &::before {
3308 width: $h8;
3309 height: $h8;
3310 margin: $p1 $zero $zero $p1;
3311 }
3312 }
3313 &:last-child {
3314 margin-bottom: $zero;
3315 }
3316 /**/
3317 .__tagembed__shareconn {
3318 padding: $h30;
3319 h2 {
3320 font-weight: $fw6;
3321 text-align: $center;
3322 color: $black-color;
3323 margin-bottom: $h10;
3324 }
3325 p {
3326 text-align: $center;
3327 color: $grey3;
3328 margin-top: $zero;
3329 margin-bottom: $h15;
3330 }
3331 textarea {
3332 color: $dark-grey;
3333 width: $sizefull;
3334 border: $border $bdrcolor2;
3335 resize: $none;
3336 padding: $h10 $h15;
3337 margin-bottom: $zero;
3338 margin-top: $h15;
3339 &:focus {
3340 border-color: $activeblue;
3341 box-shadow: $none;
3342 }
3343 }
3344 button#shareButton {
3345 margin: $zero $auto;
3346 @extend %d-flex;
3347 }
3348 span {
3349 font-size: $h11;
3350 margin-bottom: $h15;
3351 display: $d-block;
3352 }
3353 #__tagembed__share_link_input {
3354 background: $input-lightbg;
3355 border-color: $input-lightbg;
3356 }
3357 }
3358 /**/
3359 .__tagembed__addnetwork {
3360 @extend %d-flex;
3361 @extend %f-wrap;
3362 li {
3363 width: $size32;
3364 margin-right: $twoper;
3365 margin-bottom: $twoper;
3366 &:nth-child(3n) {
3367 margin-right: $zero;
3368 }
3369 a {
3370 padding: $h15;
3371 color: $add-network;
3372 font-size: $h15;
3373 @extend %d-flex;
3374 @extend %ai-center;
3375 border: $border $bdrcolor2;
3376 border-radius: $zero;
3377 @extend %trans;
3378 img {
3379 max-height: $fs42;
3380 margin-right: $h10;
3381 border-radius: $sizehalf;
3382 }
3383 }
3384 .__tagembed__network__1 {
3385 &:hover {
3386 color: $twitterhover;
3387 border-color: $twitterhover;
3388 }
3389 }
3390 .__tagembed__network__2 {
3391 &:hover {
3392 color: $instagramhover;
3393 border-color: $instagramhover;
3394 }
3395 }
3396 .__tagembed__network__18 {
3397 &:hover {
3398 color: $facebookhover;
3399 border-color: $facebookhover;
3400 }
3401 }
3402 .__tagembed__network__3 {
3403 &:hover {
3404 color: $linkedinhover;
3405 border-color: $linkedinhover;
3406 }
3407 }
3408 .__tagembed__network__4 {
3409 &:hover {
3410 border-color: $googlehover;
3411 span {
3412 @include googletxt;
3413 }
3414 }
3415 }
3416 .__tagembed__network__8 {
3417 &:hover {
3418 color: $vimeohover;
3419 border-color: $vimeohover;
3420 }
3421 }
3422 .__tagembed__network__21 {
3423 &:hover {
3424 color: $yammerhover;
3425 border-color: $yammerhover;
3426 }
3427 }
3428 .__tagembed__network__20 {
3429 &:hover {
3430 color: $slackhover;
3431 border-color: $slackhover;
3432 }
3433 }
3434 .__tagembed__network__31 {
3435 &:hover {
3436 color: $black-color;
3437 border-color: $slackhover;
3438 }
3439 }
3440 }
3441 }
3442 }
3443 .__tagembed__formwrow:first-child {
3444 position: relative;
3445 input + i {
3446 position: $abs;
3447 right: $fs12;
3448 top: $fs24;
3449 background: $bdrcolor2;
3450 width: $h30;
3451 height: $h28;
3452 @extend %d-flex;
3453 @extend %ai-center;
3454 @extend %jc-center;
3455 border-left: $border #afafaf;
3456 cursor: $pointer;
3457 }
3458 }
3459 .__tagembed__formwrow.__tagembed__checkboxrow {
3460 font-size: $fs14;
3461 @extend %fd-row;
3462 @extend %d-flex;
3463 @extend %ai-center;
3464 input[type="checkbox"]="checkbox""] {
3465 margin-right: $h5;
3466 @extend %d-order1;
3467 &::before {
3468 margin: -4px $zero $zero -5px;
3469 height: $fs18;
3470 width: $fs18;
3471 }
3472 }
3473 label {
3474 @extend %d-order2;
3475 }
3476 }
3477 .__tagembed__formwrow.__tagembed__mbzero {
3478 margin-bottom: $zero;
3479 label {
3480 margin-left: $p7;
3481 font-size: $fs13;
3482 }
3483 }
3484 }
3485 .__tagembed__closebtn {
3486 background-image: url(../images/close.png) !important;
3487 position: $abs;
3488 display: $dinblock;
3489 margin-top: -30px;
3490 margin-right: -30px;
3491 width: $fs16;
3492 height: $fs16;
3493 background-repeat: $norepeat !important;
3494 text-indent: -10000px;
3495 border: $zero;
3496 background: $bg-transparent;
3497 right: $h15;
3498 top: $h15;
3499 z-index: $z-index9;
3500 background-color: $danger;
3501 background-size: $fs16;
3502 background-position: $center $center;
3503 padding: $fs16;
3504 border-radius: $sizehalf;
3505 @extend %trans;
3506 &:hover {
3507 cursor: $pointer;
3508 @include rotate90;
3509 }
3510 }
3511 }
3512 .__tagembed__popupwrap.__tagembed__popup_lg {
3513 .__tagembed__formwbody {
3514 @extend %fd-row;
3515 @extend %d-flex;
3516 vertical-align: $middle;
3517 @extend %f-wrap;
3518 width: $sizefull;
3519 @extend %jc-between;
3520 }
3521 .__tagembed__formwrow {
3522 width: $size46;
3523 }
3524 }
3525 .__tagembed__popupwrap.__tagembed__acclist,
3526 .__tagembed__popupwrap.__tagembed__popup_xl.__tagembed__acclist,
3527 .__tagembed__popupwrap.__tagembed__popup_md.__tagembed__acclist,
3528 .__tagembed__popupwrap.__tagembed__popup_lg.__tagembed__acclist {
3529 .__tagembed__formwrow {
3530 width: $sizefull;
3531 box-sizing: $boxs;
3532 select {
3533 @include appearance;
3534 background: url(../images/arrow-down.png) $norepeat $right $h5 $top 55%;
3535 background-size: $h8;
3536 }
3537 }
3538 }
3539 .__tagembed__popupwrap .__tagembed__formwbody .__tagembed__formwrow select {
3540 background: url(../images/arrow-down.png) $norepeat $right $h5 $top 55%;
3541 background-size: $h8;
3542 }
3543 .__tagembed__popupwrap.__tagembed__acclist {
3544 .__tagembed__formwbody {
3545 padding-bottom: $h10;
3546 }
3547 }
3548 .__tagembed__popupwrap.__tagembed__popup_xl {
3549 max-width: $popupxl;
3550 }
3551 .__tagembed__popupwrap.__tagembed__popup_lg {
3552 max-width: $tabmax;
3553 }
3554 .__tagembed__popupwrap.__tagembed__popup_md {
3555 max-width: $popupmd;
3556 }
3557 .__tagembed__popupwrap.__tagembed__popup_sm {
3558 max-width: $mw310;
3559 }
3560 input,
3561 select,
3562 textarea {
3563 @include placeholder {
3564 color: $bdrcolor3;
3565 }
3566 }
3567 /*-- Popup-END --*/
3568 /*-- ToolTip-START --*/
3569 .tooltip {
3570 position: $rel;
3571 display: $dinblock;
3572 }
3573
3574 .tooltip .tooltiptext {
3575 display: $none;
3576 width: $h120;
3577 background-color: $tooltop-bg;
3578 color: $white-color;
3579 text-align: $center;
3580 border-radius: $zero;
3581 padding: $h5 $zero;
3582 position: $abs;
3583 z-index: $z-index1;
3584 bottom: $size125;
3585 left: $sizehalf;
3586 margin-left: -60px;
3587 opacity: $zero;
3588 @extend %transication-opacity;
3589 font-weight: $normal !important;
3590 overflow: $unset !important;
3591 }
3592
3593 .tooltip .tooltiptext::after {
3594 content: "";
3595 position: $abs;
3596 top: $sizefull;
3597 left: $sizehalf;
3598 margin-left: -5px;
3599 border-width: $h5;
3600 border-style: $solid;
3601 border-color: $tooltop-bg $bg-transparent $bg-transparent $bg-transparent;
3602 }
3603
3604 .tooltip:hover .tooltiptext {
3605 display: $d-block;
3606 opacity: $z-index1;
3607 }
3608 /*-- ToolTip-END --*/
3609 /**/
3610 body {
3611 background: $border-lighttop;
3612 } //Universal
3613 div#screen-meta + div {
3614 margin-bottom: $h15;
3615 } //Universal
3616 div#wpwrap ~ div#__tagembed__loader {
3617 width: calc(100% - 160px);
3618 right: $zero;
3619 left: $inherit;
3620 height: calc(100vh - 32px);
3621 }
3622 div#wpwrap ~ .__tagembed__overlay .__tagembed__popupwrap {
3623 left: $selectw;
3624 }
3625 #screen-meta ~ .notice {
3626 margin: $h15 $zero;
3627 width: calc(100% - 70px);
3628 // width: calc(100% - 15px);
3629 }
3630 #screen-meta ~ .notice ~ .__tagembed__container .__tagembed__tabing {
3631 border-top: $border $bdrcolor2;
3632 }
3633 div.daterangepicker.opensright:before {
3634 right: $h84;
3635 left: $inherit;
3636 }
3637 div.daterangepicker.opensright:after {
3638 right: $h85;
3639 left: $inherit;
3640 }
3641 .__tagembed_selected_color_code {
3642 vertical-align: $super;
3643 }
3644 /*--MediaQuery--*/
3645 @media (max-width: 1400px) {
3646 .__tagembed__container {
3647 .__tagembed__row {
3648 .__tagembed__widget {
3649 .__tagembed__widget_inn {
3650 .__tagembed__tabing {
3651 .__tagembed__tablinks {
3652 // padding-left: $h15;
3653 // padding-right: $h15;
3654 padding-left: $h10;
3655 padding-right: $h10;
3656 }
3657 }
3658 }
3659 }
3660 .__tagembed__filtermoderation {
3661 .__tagembed__modsection.__tagembed__grid {
3662 .__tagembed__grid_item {
3663 width: $size33;
3664 }
3665 .__tagembed__grid_item.__tagembed__grid_item_highlighter {
3666 width: $size66;
3667 }
3668 }
3669 }
3670 }
3671 }
3672 }
3673 @media (max-width: 1299px) {
3674 .__tagembed__container {
3675 .__tagembed__row {
3676 .__tagembed__widget {
3677 .__tagembed__widget_inn {
3678 .__tagembed__tabing {
3679 .__tagembed__tablinks {
3680 display: -webkit-box;
3681 display: -ms-flexbox;
3682 display: flex;
3683 -webkit-box-orient: vertical;
3684 -webkit-box-direction: normal;
3685 -ms-flex-direction: column;
3686 flex-direction: column;
3687 -webkit-box-align: center;
3688 -ms-flex-align: center;
3689 align-items: center;
3690 -webkit-box-pack: center;
3691 -ms-flex-pack: center;
3692 justify-content: center;
3693 padding: $h5 $h10;
3694 font-size: $fs13;
3695 span {
3696 margin: $zero $zero $h5;
3697 }
3698 }
3699 }
3700 }
3701 }
3702 }
3703 }
3704 }
3705 @media (max-width: 1280px) {
3706 .__tagembed__container
3707 .__tagembed__row
3708 .__tagembed__widget
3709 .__tagembed__widget_inn
3710 .__tagembed__tabcontent
3711 .__tagembed__sourcerow
3712 .__tagembed__ssright
3713 .__tagembed__conacclist
3714 li {
3715 width: $size49;
3716 }
3717 .__tagembed__container
3718 .__tagembed__row
3719 .__tagembed__widget
3720 .__tagembed__widget_inn
3721 .__tagembed__tabcontent
3722 .__tagembed__sourcerow
3723 .__tagembed__ssright
3724 .__tagembed__conacclist
3725 :nth-child(3n) {
3726 margin-right: $twoper;
3727 }
3728 .__tagembed__container
3729 .__tagembed__row
3730 .__tagembed__widget
3731 .__tagembed__widget_inn
3732 .__tagembed__tabcontent
3733 .__tagembed__sourcerow
3734 .__tagembed__ssright
3735 .__tagembed__conacclist
3736 :last-child {
3737 margin-right: 0;
3738 }
3739 .__tagembed__container
3740 .__tagembed__row
3741 .__tagembed__widget
3742 .__tagembed__widget_inn
3743 .__tagembed__tabcontent
3744 .__tagembed__sourcerow
3745 .__tagembed__ssright
3746 .__tagembed__conacclist
3747 :nth-child(2n) {
3748 margin-right: $zero;
3749 }
3750 .__tagembed__container
3751 .__tagembed__row
3752 .__tagembed__widget
3753 .__tagembed__widget_inn
3754 .__tagembed__tabcontent
3755 .__tagembed__sourcerow
3756 .__tagembed__ssright
3757 .__tagembed__conntectedacc
3758 th {
3759 padding-top: $h10;
3760 padding-bottom: $h10;
3761 }
3762 .__tagembed__container {
3763 .__tagembed__row {
3764 .__tagembed__widget {
3765 .__tagembed__widget_inn {
3766 .__tagembed__tabing {
3767 .__tagembed__tablinks {
3768 // padding: $h11 $h15 $fs12;
3769 text-align: $center;
3770 padding: $h5 $h8;
3771 }
3772 .__tagembed__tabingtwo {
3773 .__tagembed__tabtworight {
3774 .__tagembed__selectwid select {
3775 width: $auto;
3776 }
3777 }
3778 .__tagembed__tabtworight {
3779 a {
3780 font-size: $zero;
3781 img {
3782 margin-left: $zero;
3783 }
3784 }
3785 }
3786 }
3787 }
3788 .__tagembed__tabcontent {
3789 .__tagembed__widgetarea {
3790 .__tagembed__widgetbox {
3791 width: calc(49% - 2px);
3792 &:nth-child(2n) {
3793 margin-right: $zero;
3794 }
3795 }
3796 }
3797 .__tagembed__sourcerow {
3798 .__tagembed__layoutarea {
3799 ul {
3800 li {
3801 width: $width23;
3802 &:nth-child(6n) {
3803 margin-right: $twoper;
3804 }
3805 &:nth-child(4n) {
3806 margin-right: $zero;
3807 }
3808 }
3809 }
3810 }
3811 }
3812 }
3813 .__tagembed___displayfeedrow {
3814 -webkit-box-orient: vertical;
3815 -webkit-box-direction: normal;
3816 -ms-flex-direction: column;
3817 flex-direction: column;
3818 .__tagembed__displayleft {
3819 padding-right: $zero;
3820 width: $sizefull;
3821 }
3822 .__tagembed__displayright {
3823 margin-left: $zero;
3824 width: $sizefull;
3825 }
3826 }
3827 }
3828 }
3829 }
3830 }
3831 }
3832 @media (max-width: 1199px) {
3833 .__tagembed__container {
3834 .__tagembed__row {
3835 .__tagembed__widget {
3836 .__tagembed__widget_inn {
3837 .__tagembed__tabcontent {
3838 .__tagembed__widgetarea {
3839 .__tagembed__widgetbox {
3840 width: calc(49% - 2px);
3841 &:nth-child(2n) {
3842 margin-right: $zero;
3843 }
3844 }
3845 }
3846 }
3847 .__tagembed__tabing {
3848 .__tagembed__tabingtwo {
3849 .__tagembed__tabtwoleft {
3850 div.__tagembed__selectwid select {
3851 width: $auto;
3852 margin: $h5;
3853 margin-left: $zero;
3854 }
3855 .__tagembed__selectwid {
3856 display: -webkit-box;
3857 display: -ms-flexbox;
3858 display: flex;
3859 -webkit-box-align: $center;
3860 -ms-flex-align: $center;
3861 align-items: $center;
3862 span {
3863 white-space: $nowrap;
3864 margin-right: $h5;
3865 }
3866 .add-select-widget + select {
3867 width: $h-double;
3868 }
3869 }
3870 }
3871 .__tagembed__tabtworight {
3872 .__tagembed__msg {
3873 padding-top: $h10;
3874 padding-bottom: $h10;
3875 }
3876 }
3877 }
3878 .__tagembed__tablinks {
3879 font-size: $fs12;
3880 }
3881 }
3882 }
3883 }
3884 .__tagembed__pricesection {
3885 .__tagembed__fourplan {
3886 -ms-flex-wrap: $wrap;
3887 flex-wrap: $wrap;
3888 .__tagembed__planbox {
3889 width: $size49;
3890 margin-right: $zero;
3891 margin-bottom: $h15;
3892 box-sizing: $boxs;
3893 }
3894 }
3895 }
3896 .__tagembed__customization {
3897 .__tagembed___customization_contain {
3898 .__tagembed__customization_left {
3899 width: $w260;
3900 }
3901 .__tagembed__customization_right {
3902 width: calc(100% - 260px);
3903 }
3904 }
3905 }
3906 }
3907 }
3908 }
3909 @media (max-width: 1080px) {
3910 .__tagembed__container {
3911 .__tagembed__row {
3912 .__tagembed__widget {
3913 .__tagembed__widget_inn {
3914 .__tagembed__branding a img {
3915 max-height: $fs16;
3916 }
3917 }
3918 .__tagembed__tabing {
3919 .__tagembed__tablinks {
3920 padding: $h5 $h8;
3921 font-size: $fs13;
3922 }
3923 }
3924 }
3925 }
3926 }
3927 }
3928 @media (max-width: 991px) {
3929 .__tagembed__container {
3930 .__tagembed__row {
3931 .__tagembed__widget {
3932 .__tagembed__widget_inn {
3933 .__tagembed__branding {
3934 li {
3935 padding-left: $h10;
3936 padding-right: $h10;
3937 }
3938 }
3939 }
3940 }
3941 .__tagembed__filtermoderation {
3942 .__tagembed__modsection.__tagembed__grid {
3943 .__tagembed__grid_item {
3944 width: $sizehalf;
3945 }
3946 .__tagembed__grid_item.__tagembed__grid_item_highlighter {
3947 width: $sizefull;
3948 }
3949 }
3950 }
3951 }
3952 }
3953 .__tagembed__popupwrap.__tagembed__popup_xl {
3954 max-width: $size90;
3955 }
3956 }
3957 @media (max-width: 960px) {
3958 .__tagembed__container {
3959 .__tagembed__row {
3960 .__tagembed__widget {
3961 .__tagembed__widget_inn {
3962 .__tagembed__tabing {
3963 .__tagembed__tablinks {
3964 // padding: $h10 $p3;
3965 // font-size: 12.5px;
3966 &:nth-child(3) {
3967 white-space: nowrap;
3968 }
3969 }
3970 .__tagembed__tabingtwo {
3971 .__tagembed__tabtwoleft {
3972 span {
3973 padding-left: $p3;
3974 font-size: $fs12;
3975 }
3976 }
3977 .__tagembed__tabtworight {
3978 .__tagembed__selectwid {
3979 select {
3980 line-height: $normal;
3981 height: $h28;
3982 min-height: $h28;
3983 padding-top: $zero;
3984 padding-bottom: $zero;
3985 }
3986 }
3987 }
3988 }
3989 }
3990 .__tagembed__ssource {
3991 -webkit-box-orient: vertical;
3992 -webkit-box-direction: normal;
3993 -ms-flex-direction: column;
3994 flex-direction: column;
3995 }
3996 .__tagembed__tabcontent {
3997 .__tagembed__widgetarea {
3998 .__tagembed__widgetbox {
3999 width: calc(49% - 2px);
4000 &:nth-child(4n) {
4001 margin-right: $zero;
4002 }
4003 }
4004 }
4005 }
4006 }
4007 }
4008 .__tagembed__planfeatures {
4009 max-width: $sizefull;
4010 overflow-x: $auto;
4011 margin: $zero;
4012 table {
4013 width: $sizefull;
4014 }
4015 }
4016 }
4017 }
4018 div#wpwrap ~ div#__tagembed__loader {
4019 width: calc(100% - 36px);
4020 }
4021 .__tagembed__popupwrap,
4022 div#wpwrap ~ .__tagembed__overlay .__tagembed__popupwrap {
4023 left: $h36;
4024 }
4025 #wpbody-content > .__tagembed__container > .__tagembed__row .__tagembed__foot_nextprevious {
4026 width: $sizefull;
4027 left: $zero;
4028 }
4029 }
4030 @media (max-width: 782px) {
4031 div#wpwrap ~ div#__tagembed__loader {
4032 width: $sizefull;
4033 }
4034 .__tagembed__popupwrap,
4035 div#wpwrap ~ .__tagembed__overlay .__tagembed__popupwrap {
4036 left: $zero;
4037 right: $zero;
4038 }
4039 }
4040 @media (max-width: 767px) {
4041 .__tagembed__sourcerow {
4042 -webkit-box-orient: vertical;
4043 -webkit-box-direction: normal;
4044 -ms-flex-direction: column;
4045 flex-direction: column;
4046 }
4047 .__tagembed__container
4048 .__tagembed__row
4049 .__tagembed__widget
4050 .__tagembed__widget_inn
4051 .__tagembed__tabcontent
4052 .__tagembed__sourcerow
4053 .__tagembed__ssleft {
4054 margin-bottom: $h10;
4055 }
4056 .__tagembed__container
4057 .__tagembed__row
4058 .__tagembed__widget
4059 .__tagembed__widget_inn
4060 .__tagembed__tabcontent
4061 .__tagembed__sourcerow
4062 .__tagembed__ssleft,
4063 .__tagembed__container
4064 .__tagembed__row
4065 .__tagembed__widget
4066 .__tagembed__widget_inn
4067 .__tagembed__tabcontent
4068 .__tagembed__sourcerow
4069 .__tagembed__ssright {
4070 width: $sizefull;
4071 -ms-flex-wrap: wrap;
4072 flex-wrap: wrap;
4073 }
4074 .__tagembed__popupwrap.__tagembed__popup_xl,
4075 .__tagembed__popupwrap.__tagembed__popup_lg,
4076 .__tagembed__popupwrap.__tagembed__popup_md,
4077 .__tagembed__popupwrap.__tagembed__popup_sm {
4078 max-width: $size90;
4079 }
4080 .__tagembed__container
4081 .__tagembed__row
4082 .__tagembed__widget
4083 .__tagembed__widget_inn
4084 .__tagembed__tabcontent
4085 .__tagembed__sourcerow
4086 .__tagembed__ssright {
4087 border-bottom: $border $bdrcolor2;
4088 padding-bottom: $h15;
4089 }
4090 /**/
4091 .__tagembed__container {
4092 .__tagembed__row {
4093 .__tagembed__customization {
4094 .__tagembed___customization_contain {
4095 -webkit-box-orient: vertical;
4096 -webkit-box-direction: normal;
4097 -ms-flex-direction: column;
4098 flex-direction: column;
4099 .__tagembed__customization_left {
4100 width: $sizefull;
4101 padding-right: $zero;
4102 margin-bottom: $h5;
4103 }
4104 .__tagembed__customization_right {
4105 width: $sizefull;
4106 .__tagembed__container {
4107 .__tagembed__row {
4108 .__tagembed__col {
4109 width: $sizefull;
4110 label.__tagembed__lablename {
4111 min-width: 240px;
4112 width: $auto;
4113 }
4114 input,
4115 select,
4116 .__tagembed__input {
4117 width: $sizefull;
4118 }
4119 }
4120 }
4121 }
4122 }
4123 }
4124 }
4125 }
4126 }
4127 .__tagembed__container {
4128 .__tagembed__row {
4129 .__tagembed__widget {
4130 padding-right: $h10;
4131 .__tagembed__widget_inn {
4132 .__tagembed__tabing,
4133 .__tagembed__tabing ul {
4134 -webkit-box-orient: vertical;
4135 -webkit-box-direction: normal;
4136 -ms-flex-direction: column;
4137 flex-direction: column;
4138 position: $unset;
4139 padding-left: $zero;
4140 padding-right: $zero;
4141 width: $sizefull;
4142 ul {
4143 width: $sizefull;
4144 margin-top: $h5;
4145 padding-left: $zero;
4146 }
4147 .__tagembed__tablinks {
4148 padding: $h10 $h15;
4149 box-sizing: $boxs;
4150 border-right: $zero;
4151 width: $sizefull;
4152 border-bottom: $border $bdrcolor2;
4153 font-size: 14px;
4154 -webkit-box-orient: horizontal;
4155 -webkit-box-direction: normal;
4156 -ms-flex-direction: row;
4157 flex-direction: row;
4158 vertical-align: middle;
4159 text-align: left;
4160 -webkit-box-align: center;
4161 -ms-flex-align: center;
4162 align-items: center;
4163 -webkit-box-pack: start;
4164 -ms-flex-pack: start;
4165 justify-content: flex-start;
4166 &:first-child {
4167 border-top: $border $bdrcolor2;
4168 }
4169 span {
4170 margin: 0 10px 0 0;
4171 }
4172 }
4173 }
4174 .__tagembed__tabing {
4175 ul {
4176 -webkit-box-ordinal-group: 4;
4177 -ms-flex-order: 3;
4178 order: 3;
4179 }
4180 .__tagembed__branding {
4181 -webkit-box-ordinal-group: 2;
4182 -ms-flex-order: 1;
4183 order: 1;
4184 padding-top: $h10;
4185 padding-bottom: $h10;
4186 margin-top: $zero;
4187 }
4188 .__tagembed__tabingone {
4189 -webkit-box-orient: vertical;
4190 -webkit-box-direction: normal;
4191 -ms-flex-direction: column;
4192 flex-direction: column;
4193 margin-left: $zero;
4194 margin-right: $zero;
4195 .__tagembed__mainmenu {
4196 display: $none;
4197 }
4198 .__tagembed__menumob {
4199 -webkit-box-ordinal-group: 3;
4200 -ms-flex-order: 2;
4201 order: 2;
4202 display: -webkit-box;
4203 display: -ms-flexbox;
4204 display: flex;
4205 width: $sizefull;
4206 ul {
4207 margin: $zero;
4208 padding-left: $h15;
4209 padding-right: $h15;
4210 padding-top: $h10;
4211 border-top: $border $bdrcolor2;
4212 padding-bottom: $h10;
4213 li {
4214 display: -webkit-box;
4215 display: -ms-flexbox;
4216 display: flex;
4217 -webkit-box-pack: justify;
4218 -ms-flex-pack: justify;
4219 justify-content: space-between;
4220 -webkit-box-align: center;
4221 -ms-flex-align: center;
4222 align-items: center;
4223 width: $sizefull;
4224 margin: $zero;
4225 span {
4226 font-weight: $fw5;
4227 }
4228 a {
4229 font-size: $h20;
4230 }
4231 }
4232 }
4233 }
4234 }
4235 .__tagembed__tabingtwo {
4236 padding-left: $zero;
4237 padding-right: $zero;
4238 .__tagembed__tabtwoleft {
4239 -webkit-box-align: start;
4240 -ms-flex-align: start;
4241 align-items: flex-start;
4242 margin-bottom: $h10;
4243 border-bottom: $border $border-lighttop;
4244 border-bottom: $zero;
4245 padding-bottom: $h10;
4246 width: $sizefull;
4247 padding-left: $h10;
4248 padding-right: $h10;
4249 box-sizing: $boxs;
4250 padding-bottom: $h5;
4251 padding-top: $h5;
4252 padding: $zero $h15;
4253 border: $zero;
4254 margin: $zero;
4255 div.__tagembed__selectwid {
4256 width: $sizefull;
4257 border-bottom: $zero;
4258 padding: $zero;
4259 span {
4260 padding-left: $zero;
4261 }
4262 select {
4263 width: $sizefull;
4264 margin-right: $zero;
4265 }
4266 span.add-select-widget {
4267 width: $auto;
4268 }
4269 }
4270 }
4271 .__tagembed__tabtworight {
4272 display: -webkit-box;
4273 display: -ms-flexbox;
4274 display: flex;
4275 -webkit-box-pack: justify;
4276 -ms-flex-pack: justify;
4277 justify-content: space-between;
4278 width: $sizefull;
4279 padding-left: $h10;
4280 padding-right: $h10;
4281 box-sizing: $boxs;
4282 border-top: $border $bdrcolor2;
4283 .__tagembed__selectwid {
4284 border: $zero;
4285 padding: $zero;
4286 margin: $zero;
4287 }
4288 .__tagembed__msg {
4289 display: $d-block;
4290 border: $zero;
4291 }
4292 .__tagembed__msg {
4293 img {
4294 vertical-align: $top;
4295 }
4296 }
4297 }
4298 &:before {
4299 display: $none;
4300 }
4301 &:after {
4302 display: $none;
4303 }
4304 }
4305 }
4306 ~ div {
4307 margin-top: $h15;
4308 }
4309 .__tagembed__tabcontent {
4310 .__tagembed__sourcerow {
4311 .__tagembed__layoutarea {
4312 ul {
4313 li {
4314 width: $size49;
4315 margin-right: $twoper;
4316 &:nth-child(6n),
4317 &:nth-child(5n) {
4318 margin-right: $twoper;
4319 }
4320 &:nth-child(2n) {
4321 margin-right: $zero;
4322 }
4323 }
4324 }
4325 }
4326 }
4327 .__tagembed__widgetarea {
4328 .__tagembed__widgetbox {
4329 width: calc(49% - 2px);
4330 width: $sizefull;
4331 margin-bottom: $zero;
4332 }
4333 .__tagembed__widgetactions {
4334 padding-left: $h15;
4335 padding-right: $h15;
4336 }
4337 }
4338 }
4339 .__tagembed___displayfeedrow {
4340 .__tagembed__displayright {
4341 .__tagembed__previewarea {
4342 .__tagembed__previewation {
4343 ul li:not(:last-child) {
4344 display: $none;
4345 }
4346 ul li:last-child {
4347 border-right: $border $bdrcolor2;
4348 a.__tagembed__tabcommpreivew {
4349 background: $lightbg2;
4350 padding-left: $fs12;
4351 padding-right: $fs12;
4352 svg path {
4353 fill: $activeblue;
4354 }
4355 }
4356 }
4357 }
4358 }
4359 }
4360 }
4361 .__tagembed__tabing ~ div {
4362 margin-top: $zero;
4363 }
4364 .__tagembed__tabingtwo {
4365 -webkit-box-orient: vertical;
4366 -webkit-box-direction: normal;
4367 -ms-flex-direction: column;
4368 flex-direction: column;
4369 padding-left: $h10;
4370 padding-right: $h10;
4371 }
4372 .__tagembed__branding a img {
4373 max-height: $fs24;
4374 }
4375 }
4376 #__tagembed__accounts {
4377 .__tagembed__connaccountwrap {
4378 -webkit-box-orient: vertical;
4379 -webkit-box-direction: normal;
4380 -ms-flex-direction: column;
4381 flex-direction: column;
4382 -webkit-box-align: start;
4383 -ms-flex-align: start;
4384 align-items: flex-start;
4385 .__tagembed__caright {
4386 margin-top: $h10;
4387 input {
4388 margin-left: $zero;
4389 }
4390 }
4391 }
4392 }
4393 }
4394 .__tagembed__filtermoderation {
4395 .__tagembed__tabheading {
4396 .__tagembed__modfilter {
4397 .__tagembed__filgerarea {
4398 -webkit-box-orient: vertical;
4399 -webkit-box-direction: normal;
4400 -ms-flex-direction: column;
4401 flex-direction: column;
4402 > div {
4403 width: $sizefull;
4404 margin: $zero $zero $twoper;
4405 box-sizing: $boxs;
4406 &:last-child {
4407 margin-bottom: $zero;
4408 }
4409 }
4410 }
4411 }
4412 }
4413 }
4414 .__tagembed__filtermoderation {
4415 .__tagembed__modsection.__tagembed__grid {
4416 .__tagembed__grid_item {
4417 width: $sizefull;
4418 }
4419 .__tagembed__grid_item.__tagembed__grid_item_highlighter > .__tagembed__modpost {
4420 box-shadow: $zero $zero $zero $p1 #325fd7 !important;
4421 }
4422 }
4423 }
4424 input[type="checkbox"]="checkbox""] {
4425 width: $fs16;
4426 height: $fs16;
4427 }
4428 }
4429 }
4430 /**/
4431 }
4432 @media (max-width: 640px) {
4433 .__tagembed__container {
4434 .__tagembed__row {
4435 .__tagembed__filtermoderation {
4436 .__tagembed__tabheading {
4437 position: $rel;
4438 padding-bottom: $h48;
4439 .__tagembed__modaction {
4440 position: $abs;
4441 bottom: $h5;
4442 left: $zero;
4443 right: $zero;
4444 ul {
4445 li {
4446 width: $sizefull;
4447 &:not(:last-child) {
4448 margin-right: $h10;
4449 }
4450 a {
4451 width: $sizefull;
4452 display: -webkit-box;
4453 display: -ms-flexbox;
4454 display: flex;
4455 -webkit-box-align: center;
4456 -ms-flex-align: center;
4457 align-items: center;
4458 -webkit-box-pack: justify;
4459 -ms-flex-pack: justify;
4460 justify-content: space-between;
4461 -webkit-box-sizing: border-box;
4462 box-sizing: border-box;
4463 }
4464 }
4465 }
4466 }
4467 }
4468 }
4469 }
4470 }
4471 .__tagembed__popupwrap {
4472 .__tagembed__formwbody {
4473 .__tagembed__formwrow {
4474 .__tagembed__addnetwork {
4475 -webkit-box-pack: center;
4476 -ms-flex-pack: center;
4477 justify-content: center;
4478 li {
4479 width: $auto;
4480 a {
4481 img {
4482 margin-right: $zero;
4483 }
4484 span {
4485 display: $none;
4486 }
4487 }
4488 &:nth-child(3n) {
4489 margin-right: $twoper;
4490 }
4491 }
4492 }
4493 }
4494 }
4495 }
4496 }
4497 @media (max-width: 479px) {
4498 .__tagembed__feedtype p,
4499 .__tagembed__container
4500 .__tagembed__row
4501 .__tagembed__widget
4502 .__tagembed__widget_inn
4503 .__tagembed__tabcontent
4504 .__tagembed__sourcerow
4505 .__tagembed__ssright
4506 .__tagembed__conacclist
4507 li {
4508 width: $sizefull;
4509 margin-right: $zero;
4510 }
4511 .__tagembed__container {
4512 .__tagembed__row {
4513 .__tagembed__pricesection {
4514 .__tagembed__fourplan {
4515 .__tagembed__planbox {
4516 width: $sizefull;
4517 }
4518 }
4519 }
4520 .__tagembed__formwrow {
4521 .__tagembed__shareconn {
4522 padding: $h15;
4523 }
4524 }
4525 /**/
4526 .__tagembed__filtermoderation {
4527 .__tagembed__tabheading {
4528 padding-bottom: 88px;
4529 .__tagembed__modaction {
4530 bottom: $p2;
4531 ul {
4532 -ms-flex-wrap: wrap;
4533 flex-wrap: wrap;
4534 margin: $zero;
4535 li {
4536 width: $size49;
4537 margin-bottom: $p3;
4538 margin-top: $p3;
4539 &:nth-child(2n),
4540 &:not(:last-child) {
4541 margin-right: $zero;
4542 }
4543 }
4544 }
4545 }
4546 }
4547 .__tagembed__pager {
4548 padding: $h10 $h5;
4549 ul {
4550 margin: $zero $auto;
4551 }
4552 .__tagembed__pager-info {
4553 display: $none;
4554 }
4555 }
4556 .__tagembed__filgerarea {
4557 -webkit-box-orient: vertical;
4558 -webkit-box-direction: normal;
4559 -ms-flex-direction: column;
4560 flex-direction: column;
4561 ~ div {
4562 width: $sizefull;
4563 float: $none;
4564 margin-right: $zero;
4565 margin-bottom: $h10;
4566 }
4567 }
4568 }
4569 }
4570 }
4571 }
4572