PluginProbe
WDesignKit – AI Templates, Widget Builder & MCP Workflow / 1.0.7
WDesignKit – AI Templates, Widget Builder & MCP Workflow v1.0.7
2.6.6 2.6.5 2.6.4 2.6.3 2.6.2 2.6.1 2.6.0 2.5.5 2.5.4 2.5.3 2.5.2 2.5.1 2.5.0 2.4.0 2.3.3 2.3.2 2.3.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 All 128 releases
wdesignkit / build / index.css

index.css in WDesignKit – AI Templates, Widget Builder & MCP Workflow 1.0.7, at build/index.css

17,220 lines 445.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!****************************************************************************************************************************************************************************************************************************************************************************!*\
2 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style/main.scss ***!
3 \****************************************************************************************************************************************************************************************************************************************************************************/
4 @import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;400&display=swap);
5 /*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
6 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/login/login.scss ***!
7 \***********************************************************************************************************************************************************************************************************************************************************************************/
8 .wkit-login {
9 display: flex;
10 height: 100%;
11 width: 100%;
12 /**Social Login Loading*/
13 }
14 .wkit-login .wkit-login-left-side {
15 padding: 36px 36px;
16 display: flex;
17 flex-direction: column;
18 position: relative;
19 row-gap: 15px;
20 width: 40%;
21 margin-bottom: 50px;
22 }
23 .wkit-login .wkit-login-left-side .wkit-login-google-fb {
24 display: flex;
25 align-items: center;
26 -moz-column-gap: 8px;
27 column-gap: 8px;
28 border: 1px solid #C4C4C4;
29 border-radius: 6px;
30 padding: 8px 10px;
31 justify-content: center;
32 width: auto;
33 cursor: pointer;
34 }
35 .wkit-login .wkit-login-left-side .wkit-login-google-fb .wkit-login-link {
36 display: flex;
37 -moz-column-gap: 5px;
38 column-gap: 5px;
39 align-items: center;
40 color: #C4C4C4;
41 font-size: 12px;
42 }
43 .wkit-login .wkit-login-left-side .wkit-login-google-fb .wkit-login-link img.wkit-logo {
44 max-width: 30px;
45 }
46 .wkit-login .wkit-login-left-side .wkit-login-heading {
47 display: flex;
48 flex-direction: column;
49 font-weight: 600;
50 font-size: 30px;
51 color: #040483;
52 margin-bottom: 10px;
53 }
54 .wkit-login .wkit-login-left-side .wkit-login-heading span {
55 display: flex;
56 line-height: 36px;
57 }
58 .wkit-login .wkit-login-left-side .wkit-login-desc {
59 font-weight: 400;
60 font-size: 15px;
61 color: #040483;
62 margin: 15px 0px 0px 0px;
63 }
64 .wkit-login .wkit-login-left-side .wkit-or-sign-main {
65 display: flex;
66 justify-content: center;
67 align-items: center;
68 -moz-column-gap: 10px;
69 column-gap: 10px;
70 }
71 .wkit-login .wkit-login-left-side .wkit-or-sign-main .wkit-bottom-border {
72 border-top: 1px solid #C4C4C4;
73 width: 80px;
74 }
75 .wkit-login .wkit-login-left-side .wkit-form-group {
76 position: relative;
77 display: flex;
78 flex-direction: column;
79 margin-bottom: 10px;
80 gap: 5px;
81 }
82 .wkit-login .wkit-login-left-side .wkit-form-group .wkit-login-label {
83 font-weight: 500;
84 font-size: 14px;
85 color: #19191B;
86 }
87 .wkit-login .wkit-login-left-side .wkit-form-group .wkit-label {
88 display: flex;
89 font-weight: bold;
90 cursor: unset;
91 }
92 .wkit-login .wkit-login-left-side .wkit-form-group.wkit-form-password .wkit-login-password-inp {
93 width: 100%;
94 display: flex;
95 flex-direction: row;
96 align-items: center;
97 border: 1px solid #e8f0fe;
98 border-radius: 6px;
99 }
100 .wkit-login .wkit-login-left-side .wkit-form-group.wkit-form-password .wkit-login-password-inp input {
101 width: 92%;
102 }
103 .wkit-login .wkit-login-left-side .wkit-form-group.wkit-form-password .wkit-login-password-inp .wkit-password-eye {
104 display: flex;
105 flex-direction: row;
106 align-items: center;
107 justify-content: center;
108 cursor: pointer;
109 }
110 .wkit-login .wkit-login-left-side .wkit-form-group.wkit-form-password .wkit-login-password-inp .wkit-password-eye svg {
111 display: flex;
112 width: 18px;
113 height: 18px;
114 margin: 10px;
115 }
116 .wkit-login .wkit-login-left-side .wkit-form-group.wkit-form-password .wkit-login-password-inp .wkit-password-eye:hover {
117 background: rgba(3, 4, 131, 0.03);
118 }
119 .wkit-login .wkit-login-left-side input.wkit-input-field {
120 padding: 9px 10px;
121 background: rgba(126, 126, 193, 0.05);
122 color: #040483;
123 font-weight: 400;
124 border: none;
125 font-size: 13px;
126 }
127 .wkit-login .wkit-login-left-side input.wkit-input-field:focus {
128 border: none;
129 box-shadow: none;
130 }
131 .wkit-login .wkit-login-left-side input.wkit-input-field::-moz-placeholder {
132 color: #C4C4C4;
133 }
134 .wkit-login .wkit-login-left-side input.wkit-input-field::placeholder {
135 color: #C4C4C4;
136 }
137 .wkit-login .wkit-login-left-side .wkit-remember-wrapper {
138 display: flex;
139 flex-direction: row;
140 justify-content: space-between;
141 margin-bottom: 10px;
142 }
143 .wkit-login .wkit-login-left-side .wkit-remember-wrapper .wkit-styled-checkbox {
144 width: 18px;
145 height: 18px;
146 border-radius: 6px;
147 margin-top: 1px;
148 margin-bottom: 1px;
149 }
150 .wkit-login .wkit-login-left-side .wkit-remember-wrapper .wkit-styled-checkbox + label {
151 position: relative;
152 cursor: pointer;
153 flex-direction: row;
154 display: flex;
155 padding: 0;
156 color: #19191B;
157 overflow-wrap: break-word;
158 word-wrap: break-word;
159 word-break: break-word;
160 }
161 .wkit-login .wkit-login-left-side .wkit-check-box:focus {
162 border-color: #DADAF0;
163 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
164 outline: 0px solid transparent;
165 }
166 .wkit-login .wkit-login-left-side .wkit-check-box:checked {
167 background-color: #040483;
168 display: flex;
169 align-items: center;
170 justify-content: center;
171 }
172 .wkit-login .wkit-login-left-side .wkit-check-box:checked::before {
173 content: "";
174 border: 2px solid white;
175 border-left: 0px;
176 border-top: 0px;
177 transform: rotate(40deg);
178 width: 4px;
179 height: 9px;
180 margin: 0;
181 margin-bottom: 2px;
182 }
183 .wkit-login .wkit-login-left-side .wkit-remember-text {
184 display: flex;
185 flex-direction: row;
186 align-items: center;
187 }
188 .wkit-login .wkit-login-left-side .wkit-remember-text label {
189 font-size: 12px;
190 color: #19191B;
191 font-weight: 400;
192 color: #5e5873;
193 margin-left: 5px;
194 }
195 .wkit-login .wkit-login-left-side .wkit-login-btn {
196 display: flex;
197 height: 55px;
198 background: #C22076;
199 border: none;
200 border-radius: 6px;
201 color: #fff;
202 width: 100%;
203 margin-bottom: 10px;
204 cursor: pointer;
205 font-size: 16px;
206 align-items: center;
207 justify-content: center;
208 transition: 0.3s linear;
209 }
210 .wkit-login .wkit-login-left-side .wkit-login-btn i.fa-file-word {
211 padding-right: 0.5em;
212 }
213 .wkit-login .wkit-login-left-side .wkit-login-btn:hover {
214 box-shadow: 2px 3px 20px -8px #C22076;
215 }
216 .wkit-login .wkit-login-left-side .wkit-login-desc-text {
217 font-weight: 400;
218 font-size: 13px;
219 color: #19191B;
220 text-align: center;
221 text-wrap: nowrap;
222 }
223 .wkit-login .wkit-login-left-side .wkit-check-box:active {
224 background: #2A2A96;
225 font-size: 12px;
226 color: #19191B;
227 }
228 .wkit-login .wkit-wb-form {
229 display: flex;
230 flex-direction: column;
231 gap: 4px;
232 }
233 .wkit-login .wkit-login-right-side {
234 display: flex;
235 position: relative;
236 padding: 25px 25px;
237 border-radius: 10px;
238 align-items: center;
239 background: #040483;
240 flex: 1;
241 width: 60%;
242 }
243 .wkit-login .wkit-login-right-side .login-right-heading {
244 font-size: 32px;
245 color: #fff;
246 display: flex;
247 line-height: 1.5em;
248 font-weight: 600;
249 flex-direction: column;
250 align-items: center;
251 justify-content: "center";
252 width: 100%;
253 flex: 1 1 auto;
254 }
255 .wkit-login .wkit-login-right-side .login-right-heading .login-right-h2 {
256 color: white;
257 font-size: 30px;
258 font-weight: 600;
259 line-height: 45px;
260 width: 440px;
261 text-align: center;
262 }
263 .wkit-login .wkit-login-right-side .login-right-heading .login-right-h2 span img {
264 margin-bottom: -5px;
265 }
266 .wkit-login .wkit-login-right-side .login-right-heading .login-right-p {
267 display: flex;
268 font-size: 14px;
269 font-weight: 400;
270 align-items: center;
271 line-height: 21px;
272 color: #fff;
273 opacity: 80%;
274 width: 440px;
275 text-align: center;
276 padding: 10px;
277 margin-bottom: 20px;
278 }
279 .wkit-login .wkit-wb-btns {
280 display: flex;
281 flex-direction: row !important;
282 gap: 10px 10px;
283 width: 100%;
284 }
285 .wkit-login .wkit-wb-btns .wkit-wb-btn {
286 display: flex;
287 flex-direction: row;
288 justify-content: center;
289 align-items: center;
290 gap: 5px;
291 width: 50%;
292 color: #19191B !important;
293 padding: 10px 15px;
294 background: rgba(255, 255, 255, 0.05);
295 border: 0.784615px solid #C4C4C4;
296 border-radius: 6px;
297 transition: 0.4s linear;
298 cursor: pointer;
299 }
300 .wkit-login .wkit-wb-btns .wkit-wb-btn img {
301 width: 24px;
302 height: 24px;
303 margin-right: 5px;
304 }
305 .wkit-login .wkit-wb-btns .wkit-wb-btn span {
306 display: flex;
307 width: -moz-max-content;
308 width: max-content;
309 }
310 .wkit-login .wkit-wb-btns .wkit-wb-btn:hover {
311 color: #0b0b0b;
312 border: 0.784615px solid #0b0b0b;
313 }
314 .wkit-login .wkit-wb-btn-api {
315 display: flex;
316 flex-direction: row;
317 }
318 .wkit-login .wkit-wb-btn-api .wkit-wb-login-api-link {
319 display: contents;
320 }
321 .wkit-login .wkit-wb-btn-api .wkit-wb-apiKey {
322 display: flex;
323 flex-direction: row;
324 gap: 5px;
325 color: #C4C4C4;
326 padding: 10px 18px 10px 18px;
327 background: rgba(255, 255, 255, 0.05);
328 border: 0.784615px solid #C4C4C4;
329 border-radius: 6px;
330 align-items: center;
331 cursor: pointer;
332 flex: 1;
333 justify-content: center;
334 }
335 .wkit-login .wkit-wb-btn-api .wkit-wb-apiKey img {
336 width: 24px;
337 height: 24px;
338 }
339 .wkit-login .wkit-wb-btn-api .wkit-wb-apiKey span {
340 width: -moz-max-content;
341 width: max-content;
342 color: #0b0b0b;
343 }
344 .wkit-login .wkit-wb-btn-api .wkit-wb-apiKey:hover {
345 transition: 0.3s linear;
346 color: #0b0b0b;
347 border: 0.784615px solid #0b0b0b;
348 }
349 .wkit-login .wkit-wb-main-line {
350 display: flex;
351 flex-direction: row;
352 align-items: center;
353 color: #C4C4C4;
354 justify-content: center;
355 padding-top: 20px;
356 }
357 .wkit-login .wkit-wb-main-line .wkit-wb-sign-email {
358 display: flex;
359 flex-direction: row;
360 width: 100%;
361 align-items: center;
362 justify-content: space-around;
363 }
364 .wkit-login .wkit-wb-main-line .wkit-wb-line-text {
365 color: #C4C4C4;
366 }
367 .wkit-login .wkit-wb-main-line .wkit-wb-line {
368 color: #C4C4C4;
369 width: 20%;
370 border: 0;
371 border-top: 1px solid #dcdcde;
372 border-bottom: 1px solid #f6f7f7;
373 }
374 .wkit-login .wkit-loader {
375 display: flex;
376 align-items: center;
377 justify-content: center;
378 padding-left: 10px;
379 width: 40px;
380 position: relative;
381 margin: 0 auto;
382 }
383 .wkit-login .wkit-loader:before {
384 content: "";
385 display: block;
386 width: 10px;
387 height: 10px;
388 border-radius: 50%;
389 background-color: #040483;
390 animation: loaderAnimation 1.2s infinite ease-in-out;
391 }
392 @keyframes loaderAnimation {
393 0% {
394 transform: scale(0);
395 }
396 50% {
397 background-color: #040483;
398 transform: scale(1);
399 }
400 100% {
401 transform: scale(0);
402 }
403 }
404 .wkit-login .login-api-right-img {
405 width: 650px;
406 }
407
408 /***Media Query Started***/
409 @media (max-width: 1440px) {
410 .wkit-login .login-api-right-img {
411 width: 450px;
412 }
413 }
414 @media (min-width: 1025px) and (max-width: 1700px) {
415 .wkit-wb-btns {
416 display: flex;
417 flex-direction: column;
418 flex-wrap: wrap;
419 }
420 .wkit-wb-btn {
421 width: 100% !important;
422 justify-content: center;
423 }
424 }
425 @media (max-width: 1024px) {
426 .wkit-login .wkit-login-right-side .login-right-heading {
427 font-size: 20px;
428 }
429 .wkit-login .wkit-login-right-side {
430 width: 100%;
431 }
432 .wkit-login {
433 width: 100%;
434 }
435 .wkit-wb-btns {
436 display: flex;
437 flex-direction: column;
438 gap: 10px 10px;
439 width: -moz-max-content;
440 width: max-content;
441 flex-wrap: wrap;
442 }
443 .wkit-login .wkit-wb-btns .wkit-wb-btn {
444 display: flex;
445 flex-direction: row;
446 gap: 5px;
447 color: #C4C4C4;
448 padding: 10px 7px 10px 7px;
449 background: rgba(255, 255, 255, 0.05);
450 border: 0.784615px solid #C4C4C4;
451 border-radius: 6px;
452 align-items: center;
453 cursor: pointer;
454 font-size: 14px;
455 width: 100%;
456 justify-content: center;
457 }
458 .wkit-login .wkit-login-left-side {
459 padding: 24px 24px;
460 }
461 }
462 @media (max-width: 1024px) {
463 .wkit-login {
464 display: flex;
465 flex-direction: column;
466 flex: 1;
467 max-width: 100% !important;
468 }
469 .wkit-login-left-side {
470 width: 100% !important;
471 }
472 .wkit-login .wkit-wb-btns {
473 width: 100%;
474 }
475 .wkit-login .wkit-wb-btns .wkit-wb-btn {
476 flex: 1;
477 justify-content: center;
478 }
479 .wkit-login .wkit-login-right-side {
480 justify-content: center;
481 }
482 .wkit-login .wkit-login-right-side .login-right-heading {
483 height: 100%;
484 min-height: 300px;
485 }
486 .wkit-main-menu-dashbord {
487 row-gap: 45px !important;
488 }
489 }
490 @media (max-width: 576px) {
491 .wkit-main-menu-dashbord {
492 display: flex;
493 row-gap: 15px;
494 }
495 .wkit-main-menu-dashbord .wkit-left-side {
496 display: flex;
497 flex-direction: column;
498 width: 13%;
499 }
500 .wkit-main-menu-dashbord .wkit-right-side {
501 width: 100%;
502 }
503 .wkit-main-menu-dashbord .wkit-right-side .wkit-user-details-wrapper {
504 -moz-column-gap: 0px;
505 column-gap: 0px;
506 }
507 .wkit-main-menu-dashbord .wkit-right-side .wkit-img img {
508 width: 45px;
509 }
510 .wkit-main-menu-dashbord .wkit-right-side .login-right-heading .login-right-h2 {
511 font-size: 20px;
512 width: auto;
513 line-height: 30px;
514 }
515 .wkit-main-menu-dashbord .wkit-right-side .login-right-heading .login-right-h2 span img {
516 height: 25px;
517 width: 150px;
518 }
519 .wkit-main-menu-dashbord .wkit-right-side .login-right-heading .login-right-p {
520 font-size: 12px;
521 line-height: 16px;
522 width: auto;
523 }
524 .wkit-main-menu-dashbord .wkit-right-side .login-right-heading .login-right-img {
525 height: 250px;
526 width: 300px;
527 }
528 .wkit-main-menu-dashbord .wkit-login-heading span {
529 font-size: 25px;
530 }
531 .wkit-main-menu-dashbord .wkit-login-heading .wkit-login-desc {
532 font-size: 12px;
533 }
534 .wkit-main-menu-dashbord .wkit-login-right-side {
535 width: 100% !important;
536 box-sizing: border-box;
537 }
538 .wkit-main-menu-dashbord .login-right-heading {
539 width: 100% !important;
540 }
541 .wkit-main-menu-dashbord .wkit-remember-wrapper {
542 display: flex;
543 flex-direction: column;
544 gap: 16px;
545 }
546 .wkit-main-menu-dashbord .wkit-remember-text label {
547 width: -moz-max-content;
548 width: max-content;
549 gap: 8px;
550 }
551 .wkit-main-menu-dashbord .wkit-wb-btns {
552 display: flex;
553 flex-direction: column;
554 }
555 .wkit-main-menu-dashbord .wkit-wb-btns .wkit-wb-btn {
556 width: 100%;
557 }
558 .wkit-main-menu-dashbord .wkit-wb-btns .wkit-wb-btn span {
559 font-size: 12px;
560 }
561 .wkit-main-menu-dashbord .wkit-form-group {
562 gap: 10px;
563 }
564 .wkit-main-menu-dashbord .wkit-login-btn {
565 padding: 16px 10px !important;
566 }
567 .wkit-main-menu-dashbord .wkit-form-group {
568 margin-bottom: 14px !important;
569 }
570 .wkit-main-menu-dashbord .wkit-wb-line-text {
571 font-size: 12px;
572 }
573 .wkit-success {
574 width: 35%;
575 }
576 .wkit-failed {
577 width: 35%;
578 top: 4%;
579 }
580 .wkit-pagination-main {
581 display: flex;
582 flex-direction: column;
583 row-gap: 5px;
584 }
585 }
586 @media (max-width: 425px) {
587 .wkit-login .login-api-right-img {
588 width: 325px;
589 }
590 .wkit-right-side {
591 width: 100%;
592 }
593 .wkit-right-side .login-right-heading .login-right-h2 {
594 font-size: 24px;
595 width: 380px;
596 }
597 .wkit-right-side .login-right-heading .login-right-p {
598 font-size: 12px;
599 width: 380px;
600 }
601 .wkit-wb-btn {
602 width: 100%;
603 }
604 }
605 @media (max-width: 375px) {
606 .wkit-right-side {
607 width: 78% !important;
608 }
609 }
610 @media (max-width: 320px) {
611 .wkit-right-side {
612 width: 76% !important;
613 }
614 }
615 .wkit-login-back-btn {
616 padding: 20px 10px;
617 background: #fff;
618 border: 1px solid rgba(194, 32, 118, 0.1);
619 border-radius: 6px;
620 color: #C22076;
621 width: 100%;
622 margin-bottom: 10px;
623 align-items: center;
624 cursor: pointer;
625 display: flex;
626 justify-content: center;
627 gap: 10px;
628 font-size: 16px;
629 }
630 .wkit-login-back-btn img {
631 width: 20px;
632 }
633
634 .wkit-wb-loginloader {
635 display: flex;
636 justify-content: center;
637 gap: 5px;
638 }
639
640 /************************ POPUP ************************/
641 .wkit-contentbox-modal .dialog-content.dialog-lightbox-content .wkit-login .wkit-login-left-side .wkit-remember-wrapper .wkit-styled-checkbox {
642 width: 17px;
643 height: 17px;
644 }
645 .wkit-contentbox-modal .dialog-content.dialog-lightbox-content .wkit-login .wkit-login-left-side .wkit-check-box:checked::before {
646 width: 6px;
647 height: 11px;
648 margin-left: 1px;
649 }
650
651 .wkit-background-modal .wkit-contentbox-modal .wkit-login .wkit-login-left-side .wkit-check-box:checked::before {
652 width: 4px;
653 height: 9px;
654 margin-bottom: 2px;
655 }
656 /*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
657 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/browse/browse.scss ***!
658 \*************************************************************************************************************************************************************************************************************************************************************************************/
659 .wkit-browse-main {
660 display: flex;
661 width: 100%;
662 }
663 .wkit-browse-main .wkit-mobile-filter-main.wkit-filter-menu-show + .wkit-browse-right-column {
664 display: none !important;
665 }
666 .wkit-browse-main .wkit-mobile-filter-main {
667 top: 0%;
668 left: -5px;
669 position: absolute;
670 list-style-type: none;
671 width: 100%;
672 background-color: #fff;
673 flex-direction: column;
674 padding: 15px;
675 opacity: 0;
676 visibility: hidden;
677 z-index: -1;
678 display: none;
679 padding: 30px;
680 transition: all 0.8s;
681 }
682 @media (min-width: 1024px) {
683 .wkit-browse-main .wkit-mobile-filter-main {
684 display: none !important;
685 opacity: 0 !important;
686 visibility: hidden !important;
687 }
688 }
689 .wkit-browse-main .wkit-mobile-filter-main .close-icon {
690 position: absolute;
691 top: 20px;
692 right: 15px;
693 transition: all 200ms;
694 cursor: pointer;
695 background: #fff;
696 padding: 4px;
697 border: 3px solid #EFEFEF;
698 border-radius: 50px;
699 font-size: 23px;
700 display: flex;
701 color: #19191B;
702 width: 30px;
703 height: 30px;
704 line-height: 1;
705 align-items: center;
706 justify-content: center;
707 flex-direction: row;
708 }
709 .wkit-browse-main .wkit-mobile-filter-main .close-icon a {
710 display: flex;
711 flex-direction: row;
712 align-items: center;
713 justify-content: center;
714 color: #000;
715 font-size: 25px;
716 }
717 .wkit-browse-main .wkit-mobile-filter-main .wkit-filter-main-heading {
718 font-weight: 500;
719 font-size: 20px;
720 color: #19191B;
721 margin-bottom: 15px;
722 }
723 .wkit-browse-main .wkit-mobile-filter-main .wkit-filter-category {
724 margin-top: 10px;
725 }
726 .wkit-browse-main .wkit-mobile-filter-main .wkit-filter-category span {
727 font-size: 14px;
728 font-weight: 400;
729 }
730 .wkit-browse-main .wkit-mobile-filter-main .wkit-category-mobile-filter {
731 position: relative;
732 display: flex;
733 -moz-column-gap: 10px;
734 column-gap: 10px;
735 row-gap: 8px;
736 flex-wrap: wrap;
737 }
738 .wkit-browse-main .wkit-mobile-filter-main .wkit-category-mobile-filter.wkit-template-filter {
739 flex-direction: column;
740 }
741 .wkit-browse-main .wkit-mobile-filter-main .wkit-category-mobile-filter .wkit-filter-category-list {
742 display: flex;
743 flex-direction: row;
744 flex-wrap: wrap;
745 gap: 8px;
746 margin-top: 10px;
747 }
748 .wkit-browse-main .wkit-mobile-filter-main .wkit-browse-filter-heading {
749 font-weight: 500;
750 font-size: 15px;
751 line-height: 21px;
752 color: #19191B;
753 margin-top: 15px;
754 margin-bottom: 15px;
755 }
756 .wkit-browse-main .wkit-mobile-filter-main .wkit-check-wrapper {
757 border: 0.5px solid #DADAF0;
758 border-radius: 50px;
759 padding: 8px 15px;
760 display: flex;
761 align-items: center;
762 -moz-column-gap: 5px;
763 column-gap: 5px;
764 position: relative;
765 width: -moz-fit-content;
766 width: fit-content;
767 }
768 .wkit-browse-main .wkit-mobile-filter-main .wkit-check-wrapper img {
769 width: 25px;
770 }
771 .wkit-browse-main .wkit-mobile-filter-main .wkit-custom-cateogry {
772 opacity: 0;
773 position: absolute;
774 left: 0;
775 }
776 .wkit-browse-main .wkit-mobile-filter-main .wkit-custom-cateogry:checked ~ label {
777 background: #F5F5FA;
778 border: 0.5px solid #040483;
779 border-radius: 10px;
780 }
781 .wkit-browse-main .wkit-mobile-filter-main .wkit-common-btn {
782 padding: 15px 30px;
783 background: #C22076;
784 border-radius: 10px;
785 border: none;
786 text-align: center;
787 font-weight: 400;
788 font-size: 14px;
789 color: #fff;
790 cursor: pointer;
791 margin-top: 15px;
792 }
793 .wkit-browse-main .wkit-mobile-filter-main .wkit-common-btn a {
794 color: #fff;
795 }
796 @media (max-width: 600px) {
797 .wkit-browse-main .wkit-mobile-filter-main {
798 top: 45px;
799 }
800 }
801 .wkit-browse-main .wkit-browse-column {
802 width: 25%;
803 flex-basis: 25%;
804 height: -moz-fit-content;
805 height: fit-content;
806 position: relative;
807 margin-right: 20px;
808 }
809 .wkit-browse-main .wkit-browse-column .filter-abosulte {
810 position: absolute;
811 display: flex;
812 align-items: center;
813 background: #040483;
814 transform: rotate(90deg);
815 color: #fff;
816 left: -65px;
817 padding: 10px;
818 border-radius: 6px 6px 0px 0px;
819 top: 108px;
820 -moz-column-gap: 10px;
821 column-gap: 10px;
822 font-style: normal;
823 font-weight: 500;
824 font-size: 14px;
825 box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.0823529412);
826 z-index: 1;
827 cursor: pointer;
828 letter-spacing: 2px;
829 text-transform: uppercase;
830 }
831 .wkit-browse-main .wkit-browse-column .filter-abosulte svg {
832 transform: rotate(270deg);
833 }
834 .wkit-browse-main .wkit-browse-column-collapse {
835 width: 0% !important;
836 flex-basis: 0% !important;
837 margin-right: 0px !important;
838 }
839 .wkit-browse-main .wkit-browse-column-collapse .wkit-left-main-title {
840 display: none;
841 }
842 .wkit-browse-main .wkit-browse-inner-column {
843 background: #fff;
844 display: flex;
845 flex-direction: column;
846 height: 100%;
847 -moz-column-gap: 45px;
848 column-gap: 45px;
849 border-radius: 10px;
850 border: 1px solid #f1f1f4;
851 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
852 }
853 .wkit-browse-main .wkit-browse-inner-column .wkit-free-dropdown-mixed,
854 .wkit-browse-main .wkit-browse-inner-column .wkit-choose-builder-wrap {
855 border-bottom: 1px solid #E0E0E0;
856 }
857 .wkit-browse-main .wkit-browse-inner-column .wkit-choose-builder-wrap {
858 padding-bottom: 15px;
859 display: flex;
860 flex-direction: row;
861 gap: 10px;
862 padding: 0px 15px 15px 15px;
863 }
864 .wkit-browse-main .wkit-browse-inner-column .filter-wrapper hr {
865 border: 0;
866 border-bottom: 1px solid #E0E0E0;
867 margin-top: 10px;
868 }
869 .wkit-browse-main .wkit-browse-inner-column .wkit-wb-filterTitle {
870 color: #19191B;
871 font-style: normal;
872 font-weight: 400;
873 padding-left: 15px;
874 font-size: 14px;
875 margin: 20px 0px 15px 0px;
876 font-weight: bold;
877 }
878 .wkit-browse-main .wkit-browse-column.wkit-browse-column-collapse + .wkit-browse-right-column {
879 flex-basis: 100%;
880 width: 100%;
881 }
882 .wkit-browse-main .wkit-browse-column.wkit-browse-column-collapse + .wkit-browse-right-column .wdesign-template-boxed .temp-title {
883 font-size: 16px;
884 }
885 .wkit-browse-main .wkit-expand-filter {
886 display: flex;
887 align-items: center;
888 justify-content: space-between;
889 padding: 15px;
890 border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
891 }
892 .wkit-browse-main .wkit-expand-filter .wkit-left-main-title {
893 font-weight: 700;
894 font-size: 15px;
895 color: #19191B;
896 }
897 .wkit-browse-main .wkit-search-filter {
898 display: flex;
899 flex-direction: column;
900 padding: 0px 15px;
901 }
902 .wkit-browse-main .wkit-filter-accordion {
903 display: flex;
904 align-items: center;
905 justify-content: space-between;
906 cursor: pointer;
907 transition: 0.3s linear;
908 padding: 5px 15px 0px 15px;
909 }
910 .wkit-browse-main .active .wkit-arrow-down {
911 transition: 0.1s linear;
912 }
913 .wkit-browse-main .wkit-arrow-down {
914 transition: 0.1s linear;
915 }
916 .wkit-browse-main .wkit-accordion-content {
917 padding: 0px 15px;
918 }
919 .wkit-browse-main .wkit-filter-heading {
920 font-weight: 400;
921 font-size: 14px;
922 color: #19191B;
923 margin-bottom: 10px;
924 margin-top: 10px;
925 font-weight: bold;
926 }
927 .wkit-browse-main .wkit-freePro-wrap {
928 display: flex;
929 flex-direction: row;
930 align-items: center;
931 justify-content: flex-start;
932 margin: 5px 0px 15px 0px;
933 gap: 15px;
934 }
935 .wkit-browse-main .wkit-freePro-wrap .wkit-select-freePro-type {
936 display: flex;
937 flex-direction: row;
938 align-items: center;
939 gap: 5px;
940 }
941 .wkit-browse-main .wkit-freePro-wrap .wkit-select-freePro-type .wkit-freePro-radio-inp {
942 width: 18px;
943 height: 18px;
944 }
945 .wkit-browse-main .wkit-freePro-wrap .wkit-select-freePro-type .wkit-freePro-radio-inp::before {
946 content: "";
947 border-radius: 50%;
948 margin: 3px;
949 background-color: #040483;
950 line-height: 1.14285714;
951 width: 10px;
952 height: 10px;
953 }
954 .wkit-browse-main .wkit-freePro-wrap .wkit-select-freePro-type .wkit-freePro-radio-inp:checked {
955 border: 1px solid #040483;
956 }
957 .wkit-browse-main .wkit-freePro-wrap .wkit-select-freePro-type .wkit-freePro-radio-inp:focus {
958 border-color: #040483;
959 box-shadow: none;
960 outline: 2px solid transparent;
961 }
962 .wkit-browse-main .wkit-pageType-wrap {
963 display: flex;
964 flex-direction: column;
965 gap: 15px;
966 align-items: flex-start;
967 margin: 5px 0px 15px 0px;
968 }
969 .wkit-browse-main .wkit-pageType-wrap .wkit-pageType-list {
970 display: flex;
971 flex-direction: row;
972 align-items: center;
973 justify-content: flex-start;
974 gap: 10px;
975 }
976 .wkit-browse-main .wkit-pageType-wrap .wkit-pageType-list label {
977 display: flex;
978 flex-direction: row;
979 align-items: center;
980 justify-content: flex-start;
981 gap: 7px;
982 }
983 .wkit-browse-main .wkit-plugin-wrap {
984 display: flex;
985 flex-direction: column;
986 row-gap: 20px;
987 margin-top: 10px;
988 margin-bottom: 30px;
989 overflow-y: scroll;
990 max-height: 200px;
991 /** Handle */
992 /** Track */
993 /** Handle on hover */
994 }
995 .wkit-browse-main .wkit-plugin-wrap::-webkit-scrollbar {
996 width: 4px;
997 }
998 .wkit-browse-main .wkit-plugin-wrap::-webkit-scrollbar-thumb {
999 background: #e0e0e0;
1000 border-radius: 25px;
1001 }
1002 .wkit-browse-main .wkit-plugin-wrap::-webkit-scrollbar-track {
1003 background: #f8f8f8;
1004 border-radius: 25px;
1005 }
1006 .wkit-browse-main .wkit-plugin-wrap::-webkit-scrollbar-thumb:hover {
1007 background: #cdcdce;
1008 }
1009 .wkit-browse-main .wkit-check-box {
1010 border: 1px solid #DADAF0;
1011 }
1012 .wkit-browse-main .wkit-styled-checkbox {
1013 margin: 0;
1014 min-width: 20px;
1015 min-height: 20px;
1016 border-radius: 6px;
1017 }
1018 .wkit-browse-main .wkit-styled-checkbox + label {
1019 position: relative;
1020 cursor: pointer;
1021 flex-direction: row;
1022 display: flex;
1023 padding: 0;
1024 color: #19191B;
1025 overflow-wrap: break-word;
1026 word-wrap: break-word;
1027 word-break: break-word;
1028 }
1029 .wkit-browse-main .wkit-check-box:focus {
1030 border-color: #DADAF0;
1031 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1032 outline: 0px solid transparent;
1033 }
1034 .wkit-browse-main .wkit-check-box:checked {
1035 background-color: #040483;
1036 display: flex;
1037 align-items: center;
1038 justify-content: center;
1039 }
1040 .wkit-browse-main .wkit-check-box:checked::before {
1041 content: "";
1042 border: 2px solid white;
1043 border-left: 0px;
1044 border-top: 0px;
1045 transform: rotate(40deg);
1046 width: 4px;
1047 height: 9px;
1048 margin-bottom: 0px;
1049 margin-left: 0px;
1050 }
1051 .wkit-browse-main .wkit-plugin-wrap .wkit-plugin-name {
1052 display: flex;
1053 align-items: center;
1054 -moz-column-gap: 10px;
1055 column-gap: 10px;
1056 font-size: 12px;
1057 color: #19191B;
1058 width: 100%;
1059 }
1060 .wkit-browse-main .wkit-plugin-wrap .wkit-plugin-name img {
1061 width: 30px;
1062 margin-right: 7px;
1063 }
1064 .wkit-browse-main .wkit-plugin-wrap .wkit-plugin-name label {
1065 display: flex;
1066 align-items: center;
1067 text-align: left;
1068 }
1069 .wkit-browse-main .wkit-browse-search-inner {
1070 display: inline-flex;
1071 align-items: center;
1072 position: relative;
1073 width: 100%;
1074 padding: 5px 5px 5px 10px;
1075 border: 1px solid #DADAF0;
1076 border-radius: 6px;
1077 margin-bottom: 15px;
1078 }
1079 .wkit-browse-main .wkit-browse-search-inner span {
1080 display: flex;
1081 padding: 6px;
1082 justify-content: center;
1083 align-items: center;
1084 gap: 10px;
1085 border-radius: 6px;
1086 background: #040483;
1087 background: #040483;
1088 transition: 0.3s linear;
1089 cursor: pointer;
1090 }
1091 .wkit-browse-main .wkit-browse-search-inner span:hover {
1092 background-color: #030369;
1093 }
1094 .wkit-browse-main input[type=text].wkit-browse-search {
1095 padding: 0px;
1096 color: #040483;
1097 width: 100%;
1098 border: none;
1099 font-size: 12px;
1100 background: white;
1101 }
1102 .wkit-browse-main input[type=text].wkit-browse-search::-moz-placeholder {
1103 color: #DADAF0;
1104 }
1105 .wkit-browse-main input[type=text].wkit-browse-search::placeholder {
1106 color: #DADAF0;
1107 }
1108 .wkit-browse-main input[type=text].wkit-browse-search:focus {
1109 border: none;
1110 box-shadow: none;
1111 }
1112 .wkit-browse-main button.wkit_search_button {
1113 background: #040483;
1114 border-radius: 6px;
1115 display: block;
1116 align-items: center;
1117 padding: 8px;
1118 border: none;
1119 cursor: pointer;
1120 display: flex;
1121 justify-content: center;
1122 flex-direction: row;
1123 }
1124 .wkit-browse-main button.wkit_search_button .wkit-search-icon {
1125 width: 15px;
1126 }
1127 .wkit-browse-main .wkit-browse-tag {
1128 display: flex;
1129 flex-wrap: wrap;
1130 -moz-column-gap: 10px;
1131 column-gap: 10px;
1132 row-gap: 10px;
1133 max-width: -moz-fit-content;
1134 max-width: fit-content;
1135 margin-bottom: 20px;
1136 }
1137 .wkit-browse-main .wkit-browse-tag .wkit-tag-checkbox {
1138 display: none;
1139 }
1140 .wkit-browse-main .wkit-browse-tag .wkit-browse-tag-name {
1141 padding: 8px 10px;
1142 border: 1px solid #DADAF0;
1143 border-radius: 6px;
1144 display: flex;
1145 font-weight: 400;
1146 font-size: 13px;
1147 color: #19191B;
1148 text-transform: capitalize;
1149 cursor: pointer;
1150 }
1151 .wkit-browse-main .wkit-browse-tag .wkit-browse-tag-name:hover {
1152 transition: 0.3s linear;
1153 background-color: #040483;
1154 border: 1px solid #040483;
1155 color: #fff;
1156 }
1157 .wkit-browse-main .wkit-browse-tag .wkit-tag-checkbox:checked + .wkit-browse-tag-name {
1158 background-color: #040483;
1159 border: 1px solid #040483;
1160 color: #fff;
1161 }
1162 .wkit-browse-main .wkit-browse-applied-filter {
1163 display: flex;
1164 flex-wrap: wrap;
1165 align-items: center;
1166 margin-bottom: 15px;
1167 gap: 8px;
1168 }
1169 .wkit-browse-main .wkit-browse-applied-filter .applied-filter-text {
1170 font-weight: 600;
1171 color: #19191b;
1172 font-size: 13px;
1173 }
1174 .wkit-browse-main .wkit-browse-applied-filter .wkit-applied-list {
1175 display: flex;
1176 align-items: center;
1177 -moz-column-gap: 8px;
1178 column-gap: 8px;
1179 background: #fff;
1180 padding: 5px 8px;
1181 height: 36px;
1182 border-radius: 6px;
1183 border: 1px solid rgba(0, 0, 0, 0.062745098);
1184 }
1185 .wkit-browse-main .wkit-browse-applied-filter .wkit-applied-list label {
1186 display: flex;
1187 align-items: center;
1188 -moz-column-gap: 6px;
1189 column-gap: 6px;
1190 }
1191 .wkit-browse-main .wkit-browse-applied-filter .wkit-applied-list label img {
1192 max-width: 27px;
1193 }
1194 .wkit-browse-main .wkit-browse-applied-filter .wkit-applied-list label span {
1195 font-size: 12px;
1196 font-weight: 400;
1197 max-width: 110px;
1198 white-space: nowrap;
1199 overflow: hidden;
1200 text-overflow: ellipsis;
1201 text-transform: capitalize;
1202 color: black;
1203 }
1204 .wkit-browse-main .wkit-browse-applied-filter .wkit-applied-list button {
1205 display: flex;
1206 background: transparent;
1207 border: none;
1208 box-shadow: none;
1209 outline: none;
1210 font-size: 15px;
1211 line-height: 1;
1212 cursor: pointer;
1213 color: black;
1214 }
1215 .wkit-browse-main .wkit-browse-applied-filter .wdkit-reset-all-filters {
1216 background: #040483;
1217 border-radius: 6px;
1218 display: flex;
1219 flex-direction: row;
1220 justify-content: center;
1221 align-items: center;
1222 border: none;
1223 font-size: 12px;
1224 height: 36px;
1225 color: #fff;
1226 padding: 5px 20px;
1227 -moz-column-gap: 5px;
1228 column-gap: 5px;
1229 position: relative;
1230 cursor: pointer;
1231 }
1232 .wkit-browse-main .wkit-browse-applied-filter .wdkit-reset-all-filters .tooltip-reset-text {
1233 position: absolute;
1234 top: -30px;
1235 white-space: nowrap;
1236 background: #19191B;
1237 border-radius: 6px;
1238 color: #fff;
1239 padding: 4px;
1240 }
1241 .wkit-browse-main .wkit-browse-right-column {
1242 display: flex;
1243 flex-direction: column;
1244 flex-basis: 100%;
1245 width: 100%;
1246 }
1247 .wkit-browse-main .wkit-browse-right-column .wkit-free-dropdown-mixed {
1248 display: flex;
1249 justify-content: space-between;
1250 align-items: center;
1251 row-gap: 10px;
1252 }
1253 .wkit-browse-main .wkit-browse-right-column button.wkit-category-free {
1254 background: transparent;
1255 border: 1px solid #DADAF0;
1256 border-radius: 6px;
1257 padding: 7px 13px;
1258 font-size: 12px;
1259 cursor: pointer;
1260 }
1261 .wkit-browse-main .wkit-browse-right-column button.wkit-category-free:hover {
1262 background-color: #040483;
1263 color: #fff;
1264 transition: 0.3s linear;
1265 }
1266 .wkit-browse-main .wkit-browse-right-column .wkit-builder-wrapper-main {
1267 display: flex;
1268 align-items: center;
1269 -moz-column-gap: 10px;
1270 column-gap: 10px;
1271 }
1272 .wkit-browse-main .wkit-browse-right-column .wkit-browse-title-dropdown {
1273 display: flex;
1274 align-items: center;
1275 -moz-column-gap: 5px;
1276 column-gap: 5px;
1277 padding: 5px 7px;
1278 border: 1px solid #DADAF0;
1279 background: transparent;
1280 border-radius: 6px;
1281 font-weight: 400;
1282 font-size: 13px;
1283 line-height: 1;
1284 color: #19191B;
1285 text-transform: capitalize;
1286 cursor: pointer;
1287 }
1288 .wkit-browse-main .wkit-browse-right-column .wkit-browse-title-dropdown.active {
1289 border-color: red;
1290 }
1291 .wkit-browse-main .wkit-browse-right-column .wkit-browse-openbtn {
1292 background-color: #F8F8FF;
1293 color: #19191B;
1294 padding: 11px 20px;
1295 font-size: 12px;
1296 border: none;
1297 display: flex;
1298 align-items: center;
1299 -moz-column-gap: 5px;
1300 column-gap: 5px;
1301 cursor: pointer;
1302 border: 1px solid #F8F8FF;
1303 border-radius: 10px;
1304 }
1305 .wkit-browse-main .wkit-browse-right-column .wkit-action:hover .wkit-browse-select-content {
1306 display: block;
1307 }
1308 .wkit-browse-main .wkit-browse-right-column .wkit-browse-select-content {
1309 display: none;
1310 position: absolute;
1311 background-color: #F8F8FF;
1312 min-width: 80px;
1313 padding: 5px;
1314 top: 42px;
1315 z-index: 1;
1316 border-radius: 6px;
1317 }
1318 .wkit-browse-main .wkit-browse-right-column .wkit-browse-select-content .wkit-browse-select-item {
1319 color: #19191B;
1320 padding: 8px 5px;
1321 display: block;
1322 text-align: center;
1323 font-weight: 500;
1324 font-size: 11px;
1325 display: flex;
1326 align-items: center;
1327 -moz-column-gap: 5px;
1328 column-gap: 5px;
1329 cursor: pointer;
1330 }
1331 .wkit-browse-main .wkit-browse-right-column .wkit-browse-select-content .wkit-browse-select-item img {
1332 width: 20px;
1333 }
1334 .wkit-browse-main .wkit-browse-right-column .wkit-browse-select-content .wkit-browse-select-item:hover {
1335 color: #19191B;
1336 transition: 0.3s linear;
1337 }
1338 .wkit-browse-main .wkit-browse-right-column .wkit-browse-select-content .wkit-browse-select-item:not(:last-child) {
1339 border-bottom: 1px solid #E0E0E0;
1340 }
1341 .wkit-browse-main .wkit-free-dropdown-mixed .button-wrap {
1342 display: flex;
1343 -moz-column-gap: 8px;
1344 column-gap: 8px;
1345 margin-bottom: 10px;
1346 }
1347 .wkit-browse-main .wkit-free-pro-filter-list .wkit-free-pro-checkbox {
1348 display: none;
1349 }
1350 .wkit-browse-main .wkit-free-pro-filter-list label.wkit-free-pro {
1351 padding: 8px 10px;
1352 border: 1px solid #DADAF0;
1353 border-radius: 6px;
1354 display: flex;
1355 font-weight: 400;
1356 font-size: 13px;
1357 line-height: 1;
1358 color: #19191B;
1359 text-transform: capitalize;
1360 align-items: center;
1361 -moz-column-gap: 3px;
1362 column-gap: 3px;
1363 height: 32px;
1364 }
1365 .wkit-browse-main .wkit-free-pro-filter-list .wkit-free-pro-checkbox:checked + label.wkit-free-pro {
1366 background-color: #040483;
1367 border: 1px solid #040483;
1368 color: #fff;
1369 }
1370
1371 @media (max-width: 1024px) {
1372 .wkit-browse-main .wkit-browse-column {
1373 display: none;
1374 }
1375 }
1376 @media (max-width: 768px) {
1377 .wkit-browse-main {
1378 display: flex;
1379 flex-direction: column;
1380 }
1381 .wkit-browse-main .wkit-browse-column {
1382 width: 100%;
1383 padding: 0px 6px;
1384 }
1385 .wkit-browse-main .wkit-browse-right-column {
1386 margin-left: 0px;
1387 margin-top: 15px;
1388 }
1389 }
1390 /************************ POPUP ************************/
1391 .wkit-contentbox-modal .dialog-content .dialog-lightbox-content .wkit-browse-main .wkit-plugin-wrap .wkit-plugin-name .wkit-styled-checkbox {
1392 min-width: 18px;
1393 min-height: 18px;
1394 }
1395 .wkit-contentbox-modal .dialog-content .dialog-lightbox-content .wkit-browse-main .wkit-plugin-wrap .wkit-plugin-name .wkit-check-box:checked::before {
1396 width: 5px;
1397 height: 10px;
1398 margin-left: 1px;
1399 }
1400
1401 .wkit-background-modal .wkit-contentbox-modal .wkit-browse-main .wkit-plugin-wrap .wkit-plugin-name .wkit-check-box:checked::before {
1402 width: 4px;
1403 height: 9px;
1404 margin-left: 0px;
1405 }
1406 /*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
1407 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/myuploaded/myuploaded.scss ***!
1408 \*********************************************************************************************************************************************************************************************************************************************************************************************/
1409 .wkit-myupload-main .wkit-kit-header {
1410 display: flex;
1411 flex-direction: row;
1412 justify-content: center;
1413 gap: 10px;
1414 }
1415 .wkit-myupload-main .wkit-kit-header .wkit-kit-header-back {
1416 display: flex;
1417 justify-content: center;
1418 align-items: center;
1419 background-color: #fff;
1420 height: 68px;
1421 width: 68px;
1422 margin-bottom: 30px;
1423 border: 1px solid #f1f1f4;
1424 border-radius: 10px;
1425 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
1426 }
1427 .wkit-myupload-main .wkit-kit-header .wkit-kit-header-back .wkit-kit-header-backbtn {
1428 display: flex;
1429 justify-content: center;
1430 align-items: center;
1431 border-radius: 32px;
1432 background: #F9E9F1;
1433 width: 32px;
1434 height: 32px;
1435 gap: 10px;
1436 cursor: pointer;
1437 }
1438 .wkit-myupload-main .wkit-kit-header .wkit-kit-selectAll-btn {
1439 display: flex;
1440 flex-direction: row;
1441 gap: 5px;
1442 align-items: center;
1443 justify-content: center;
1444 color: #040483;
1445 font-size: 14px;
1446 font-weight: 400;
1447 }
1448 .wkit-myupload-main .wkit-kit-header .wkit-selectAll-check-box {
1449 border: 2px solid #040483;
1450 height: 18px;
1451 width: 18px;
1452 box-shadow: none;
1453 margin: 0;
1454 min-width: 20px;
1455 min-height: 20px;
1456 border-radius: 3px;
1457 position: relative;
1458 background-color: #fff;
1459 }
1460 .wkit-myupload-main .wkit-kit-header .wkit-selectAll-check-box:checked::before {
1461 content: "";
1462 position: absolute;
1463 top: 4px;
1464 left: 9px;
1465 border: 2px solid #040483;
1466 background: white;
1467 border-left: 0px;
1468 border-top: 0px;
1469 transform: rotate(40deg);
1470 width: 4px;
1471 height: 10px;
1472 }
1473 .wkit-myupload-main .wkit-total-template-wrapper {
1474 background: #FFFFFF;
1475 padding: 12px 15px;
1476 border-radius: 6px;
1477 display: flex;
1478 justify-content: space-between;
1479 border: 1px solid rgba(4, 4, 131, 0.1);
1480 position: fixed;
1481 z-index: 3;
1482 bottom: 10px;
1483 width: -moz-max-content;
1484 width: max-content;
1485 margin: 0 15px;
1486 right: 15px;
1487 align-items: center;
1488 box-shadow: 0px 5px 3px 0px rgba(78, 69, 69, 0.17);
1489 }
1490 .wkit-myupload-main .wdesign-template-boxed .temp-title {
1491 font-size: 16px !important;
1492 }
1493 .wkit-myupload-main .wkit-download-select {
1494 background: transparent;
1495 border-radius: 30px;
1496 padding: 5px 15px;
1497 border: none;
1498 font-weight: 400;
1499 font-size: 14px;
1500 cursor: pointer;
1501 display: flex;
1502 align-items: center;
1503 color: rgba(25, 25, 27, 0.5);
1504 }
1505 .wkit-myupload-main .wkit-continue-toot-tip-text {
1506 display: none;
1507 flex-direction: column;
1508 justify-content: center;
1509 align-items: center;
1510 background-color: #19191B;
1511 position: absolute;
1512 bottom: 25px;
1513 width: 200px;
1514 padding: 5px;
1515 border-radius: 6px;
1516 font-size: 12px;
1517 }
1518 .wkit-myupload-main .wkit-continue-toot-tip-text::before {
1519 content: "";
1520 background-color: #19191B;
1521 padding: 5px;
1522 display: flex;
1523 flex-direction: row;
1524 align-items: center;
1525 justify-content: center;
1526 position: absolute;
1527 margin-bottom: -53;
1528 transform: rotate(45deg);
1529 }
1530 .wkit-myupload-main .wkit-continue-toot-tip {
1531 position: relative;
1532 display: flex;
1533 flex-direction: row;
1534 justify-content: center;
1535 align-items: center;
1536 margin-left: 7px;
1537 }
1538 .wkit-myupload-main .wkit-continue-toot-tip:hover .wkit-continue-toot-tip-text {
1539 display: flex;
1540 color: #fff;
1541 }
1542 .wkit-myupload-main .wkit-button-wrapper-group {
1543 display: flex;
1544 -moz-column-gap: 15px;
1545 column-gap: 15px;
1546 }
1547 .wkit-myupload-main .wkit-button-wrapper-group .wkit-download-select {
1548 background: #CFCFEA;
1549 color: #2A2A96;
1550 }
1551 .wkit-myupload-main .wkit-download-all,
1552 .wkit-myupload-main .wkit-next-step {
1553 background: #2A2A96;
1554 border-radius: 6px;
1555 font-style: normal;
1556 font-weight: 400;
1557 font-size: 12px;
1558 padding: 10px 20px;
1559 color: #fff;
1560 border: none;
1561 cursor: pointer;
1562 /* margin-left: auto; */
1563 margin-right: 0;
1564 display: block;
1565 }
1566 .wkit-myupload-main .wkit-next-step.disable-btn-step {
1567 background: #dddddd;
1568 color: #000;
1569 cursor: not-allowed;
1570 }
1571 .wkit-myupload-main .wkit-total-title {
1572 font-style: normal;
1573 font-weight: 600;
1574 font-size: 14px;
1575 line-height: 27px;
1576 color: #19191b;
1577 margin-right: 15px;
1578 }
1579 .wkit-myupload-main .plugin-heading {
1580 font-weight: 500;
1581 font-size: 14px;
1582 line-height: 1.2em;
1583 }
1584 .wkit-myupload-main .plugin-wrapper {
1585 position: relative;
1586 display: flex;
1587 flex-wrap: wrap;
1588 -moz-column-gap: 10px;
1589 column-gap: 10px;
1590 row-gap: 10px;
1591 width: 100%;
1592 }
1593 .wkit-myupload-main .wkit-plugin-list-item {
1594 display: flex;
1595 -moz-column-gap: 10px;
1596 column-gap: 10px;
1597 align-items: center;
1598 flex-basis: 48%;
1599 justify-content: space-between;
1600 border: 1px solid rgba(207, 207, 234, 0.3);
1601 border-radius: 6px;
1602 padding: 8px;
1603 position: relative;
1604 }
1605 .wkit-myupload-main .wkit-plugin-list-item img {
1606 line-height: 0;
1607 max-width: 30px;
1608 }
1609 .wkit-myupload-main .wkit-plugin-img-title-wrapper {
1610 display: flex;
1611 -moz-column-gap: 8px;
1612 column-gap: 8px;
1613 align-items: center;
1614 }
1615 .wkit-myupload-main .wkit-pluginMissing-text {
1616 font-style: normal;
1617 font-weight: 500;
1618 font-size: 14px;
1619 margin-top: 18px;
1620 color: #19191B;
1621 margin-bottom: 18px;
1622 }
1623 .wkit-myupload-main .wkit-plugin-name {
1624 font-weight: 400;
1625 font-size: 14px;
1626 line-height: 18px;
1627 color: #19191B;
1628 }
1629 .wkit-myupload-main .wkit-button-popup {
1630 display: flex;
1631 -moz-column-gap: 10px;
1632 column-gap: 10px;
1633 justify-content: flex-end;
1634 margin-top: 25px;
1635 margin-left: auto;
1636 width: 100%;
1637 }
1638 .wkit-myupload-main .popup-designkit-dropdown {
1639 position: relative;
1640 display: inline-block;
1641 }
1642 .wkit-myupload-main .wkit-tooltip {
1643 position: absolute;
1644 z-index: 1;
1645 background-color: #19191B;
1646 border-radius: 6px;
1647 padding: 8px 15px;
1648 color: #fff;
1649 width: -moz-max-content;
1650 width: max-content;
1651 bottom: 41px;
1652 left: auto;
1653 right: 0;
1654 font-size: 11px;
1655 text-align: right;
1656 transition: 0.3s linear;
1657 box-shadow: none;
1658 }
1659 .wkit-myupload-main .wkit-tooltip::before {
1660 content: "";
1661 display: block;
1662 position: absolute;
1663 z-index: -1;
1664 top: 25px;
1665 border: 6px solid #19191B;
1666 right: 7%;
1667 transform: rotate(45deg);
1668 }
1669
1670 .dialog-lightbox-content .wkit-main-menu-dashbord .wkit-total-template-wrapper {
1671 bottom: 12%;
1672 right: 8%;
1673 }
1674
1675 .trans-data {
1676 transform: translateX(110%);
1677 top: 5%;
1678 position: absolute;
1679 opacity: 0;
1680 visibility: hidden;
1681 }
1682
1683 .wkit-next-plugin {
1684 transform: translateX(0%) !important;
1685 opacity: 1 !important;
1686 position: relative !important;
1687 }
1688
1689 .wkit-model-transp .success-body {
1690 display: flex;
1691 justify-content: center;
1692 flex-direction: column;
1693 text-align: center;
1694 row-gap: 15px;
1695 }
1696 .wkit-model-transp .success-icon-temp {
1697 max-width: 180px;
1698 margin: 15px auto;
1699 }
1700
1701 .wkit-main-menu-dashbord .import-data-loading {
1702 position: relative;
1703 display: flex;
1704 justify-content: center;
1705 align-items: center;
1706 min-height: 200px;
1707 width: 100%;
1708 }
1709 .wkit-main-menu-dashbord .import-data-loading .wkit-loading-check {
1710 width: 70px;
1711 height: 70px;
1712 border-radius: 50px;
1713 }
1714 .wkit-main-menu-dashbord .import-data-loading .wkit-loading-check svg {
1715 width: 80px;
1716 height: 80px;
1717 }
1718
1719 .wkit-desc {
1720 color: rgba(25, 25, 27, 0.5294117647);
1721 font-style: normal;
1722 font-weight: 400;
1723 font-size: 15px;
1724 margin-bottom: 15px;
1725 }
1726
1727 .wkit-success-wrapper {
1728 position: relative;
1729 display: flex;
1730 flex-wrap: wrap;
1731 row-gap: 10px;
1732 -moz-column-gap: 10px;
1733 column-gap: 10px;
1734 row-gap: 15px;
1735 width: 100%;
1736 justify-content: center;
1737 margin-bottom: 20px;
1738 }
1739 .wkit-success-wrapper .wkit-success-list-content {
1740 display: flex;
1741 flex-direction: column;
1742 flex-grow: 1;
1743 flex-basis: auto;
1744 padding: 10px;
1745 border-radius: 10px;
1746 background-color: #F5F5FA;
1747 }
1748 .wkit-success-wrapper .wkit-success-col {
1749 display: flex;
1750 flex-direction: column;
1751 gap: 10px;
1752 overflow-y: auto;
1753 max-height: 150px;
1754 }
1755 .wkit-success-wrapper .wkit-plugin-success-heading {
1756 font-style: normal;
1757 font-weight: 600;
1758 font-size: 15px;
1759 line-height: 20px;
1760 color: #19191B;
1761 text-align: left;
1762 margin-bottom: 6px;
1763 border-bottom: 2px solid rgba(207, 207, 234, 0.3);
1764 padding-bottom: 5px;
1765 }
1766 .wkit-success-wrapper a.wkit-view-temp-btn {
1767 color: #2A2A96;
1768 font-size: 13px;
1769 line-height: 18px;
1770 font-weight: 500;
1771 display: flex;
1772 align-items: center;
1773 -moz-column-gap: 5px;
1774 column-gap: 5px;
1775 margin-right: 5px;
1776 }
1777
1778 .wkit-success-list-item {
1779 display: flex;
1780 align-items: center;
1781 justify-content: space-between;
1782 position: relative;
1783 padding: 5px;
1784 background-color: #fff;
1785 padding: 10px 15px;
1786 border-radius: 6px;
1787 margin-right: 5px;
1788 }
1789 .wkit-success-list-item.wkit-import-fail {
1790 border: 1px solid #FC4032;
1791 background-color: #FFECEB;
1792 }
1793 .wkit-success-list-item img {
1794 width: 33px;
1795 height: 30px;
1796 border-radius: 6px;
1797 margin-right: 5px;
1798 -o-object-fit: cover;
1799 object-fit: cover;
1800 }
1801
1802 .wkit-success-heading {
1803 font-style: normal;
1804 font-weight: 600;
1805 font-size: 20px;
1806 line-height: 1.8em;
1807 color: #19191B;
1808 margin-bottom: 8px;
1809 }
1810
1811 /************************ POPUP ************************/
1812 .wkit-contentbox-modal.wdkit-elementor .wkit-myupload-main .wkit-kit-header .wkit-selectAll-check-box:checked::before {
1813 width: 6px;
1814 height: 10px;
1815 left: 6px;
1816 top: 2px;
1817 }
1818 .wkit-contentbox-modal.wkit-gutenberg .wkit-myupload-main .wkit-kit-header .wkit-selectAll-check-box:checked::before {
1819 width: 6px;
1820 height: 10px;
1821 right: 0px;
1822 top: 5px;
1823 }
1824
1825 @media (max-width: 1024px) {
1826 .wkit-myupload-main .wkit-continue-toot-tip-text {
1827 bottom: 24px;
1828 }
1829 .wkit-myupload-main .wkit-continue-toot-tip-text::before {
1830 content: "";
1831 margin-top: 47px;
1832 transform: rotate(45deg);
1833 }
1834 .wkit-myupload-main .wkit-plugin-list-item {
1835 flex-basis: 100%;
1836 }
1837 .wkit-myupload-main .wkit-total-title {
1838 font-size: 12px;
1839 }
1840 .wkit-myupload-main .wkit-download-select,
1841 .wkit-myupload-main .wkit-download-all {
1842 font-size: 10px;
1843 }
1844 }
1845 @media (max-width: 576px) {
1846 .wkit-plugin-model-content {
1847 width: 80% !important;
1848 margin: 30px auto;
1849 }
1850 .wkit-myupload-main .wkit-total-template-wrapper {
1851 width: auto;
1852 flex-direction: column;
1853 gap: 10px;
1854 }
1855 .wkit-kit-content {
1856 font-size: 14px;
1857 }
1858 .wkit-kit-content .wkit-kit-content2 .wkit-selectAll-check-box {
1859 height: 16px;
1860 width: 16px;
1861 }
1862 }
1863 /*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
1864 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/share_with_me/share_with_me.scss ***!
1865 \***************************************************************************************************************************************************************************************************************************************************************************************************/
1866 .wkit-share-designkit-dropdown {
1867 position: relative;
1868 display: inline-block;
1869 }
1870 .wkit-share-designkit-dropdown .wkit-select-dropdown-value {
1871 padding: 10px;
1872 border: 1px solid rgba(207, 207, 234, 0.75);
1873 border-radius: 6px;
1874 font-weight: 400;
1875 font-size: 12px;
1876 color: #19191B;
1877 display: flex;
1878 color: #19191B;
1879 align-items: center;
1880 -moz-column-gap: 10px;
1881 column-gap: 10px;
1882 }
1883 .wkit-share-designkit-dropdown .wkit-select-dropdown-value .wkit-value-item {
1884 display: flex;
1885 -moz-column-gap: 10px;
1886 column-gap: 10px;
1887 }
1888 .wkit-share-designkit-dropdown:hover .wkit-share-design-dropdown-content {
1889 visibility: visible;
1890 opacity: 1;
1891 }
1892 .wkit-share-designkit-dropdown .wkit-share-design-dropdown-content {
1893 visibility: hidden;
1894 opacity: 0;
1895 position: absolute;
1896 background-color: #ffffff;
1897 box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.1);
1898 z-index: 1;
1899 transition: 0.3s linear;
1900 padding: 8px;
1901 border-radius: 10px;
1902 border: 1px solid #F8F8FF;
1903 width: 135px;
1904 right: 0px;
1905 }
1906 .wkit-share-designkit-dropdown .wkit-share-design-dropdown-content ul {
1907 margin: 0px;
1908 }
1909 .wkit-share-designkit-dropdown .wkit-share-design-dropdown-content ul li {
1910 border-radius: 6px;
1911 padding: 8px;
1912 font-weight: 400;
1913 font-size: 12px;
1914 cursor: pointer;
1915 color: #19191B;
1916 margin: 0px;
1917 display: flex;
1918 -moz-column-gap: 7px;
1919 column-gap: 7px;
1920 }
1921 .wkit-share-designkit-dropdown .wkit-share-design-dropdown-content ul li:hover {
1922 background: #F1F1F1;
1923 }
1924
1925 .wkit-custom-dropDown .wkit-custom-dropDown-header.wkit-shareWithMe-drop-down {
1926 width: 100%;
1927 padding: 8px 3px;
1928 }
1929 /*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
1930 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/manage_workspace/manage_workspace.scss ***!
1931 \*********************************************************************************************************************************************************************************************************************************************************************************************************/
1932 img.wkit-workspace-profile-img {
1933 max-width: 75px;
1934 width: 75px;
1935 height: 75px;
1936 border-radius: 6px;
1937 }
1938
1939 .wkit-add-new-workspace-wrapperd {
1940 min-height: 182px;
1941 }
1942
1943 .wkit-profile-back {
1944 width: 80px !important;
1945 height: 80px;
1946 background: #DADAF0;
1947 border-radius: 10px;
1948 }
1949
1950 .wkit-profile-back.wkit-profile-letter {
1951 display: flex;
1952 justify-content: center;
1953 align-items: center;
1954 font-size: 27px;
1955 font-weight: 500;
1956 color: #040483;
1957 line-height: 1;
1958 }
1959
1960 .wkit-workspace-edit-icon {
1961 border: 0.5px solid #8991A4;
1962 border-radius: 6px;
1963 padding: 5px;
1964 display: flex;
1965 flex-direction: row;
1966 align-items: center;
1967 justify-content: center;
1968 cursor: pointer;
1969 }
1970
1971 .wkit-popup-content-title {
1972 color: #19191B;
1973 font-size: 16px;
1974 font-weight: 500;
1975 width: 100%;
1976 }
1977
1978 .wkit-manage-main {
1979 min-height: 100vh;
1980 }
1981 .wkit-manage-main .wkit-add-workspace-btn {
1982 padding: 13px 30px;
1983 background: #2A2A96;
1984 color: #fff;
1985 border: none;
1986 border-radius: 10px;
1987 cursor: pointer;
1988 display: flex;
1989 align-items: center;
1990 justify-content: center;
1991 min-width: 88px;
1992 }
1993 .wkit-manage-main .wkit-mydownload-heading {
1994 padding: 20px;
1995 display: flex;
1996 background: #ffffff;
1997 border-radius: 10px;
1998 align-items: center;
1999 -moz-column-gap: 10px;
2000 column-gap: 10px;
2001 margin-bottom: 30px;
2002 }
2003 .wkit-manage-main .wkit-mydownload-heading svg {
2004 width: 20px;
2005 height: 20px;
2006 }
2007 .wkit-manage-main .wkit-mydownload-heading .wkit-manage-workspace-heading {
2008 color: #040483;
2009 font-style: normal;
2010 font-weight: 500;
2011 font-size: 14px;
2012 }
2013 .wkit-manage-main .wkit-workspace-wrapper {
2014 display: flex;
2015 gap: 15px;
2016 flex-wrap: wrap;
2017 width: 100%;
2018 position: relative;
2019 flex-direction: row;
2020 }
2021 .wkit-manage-main .wkit-workspace-wrapper-content {
2022 display: grid;
2023 width: 100%;
2024 grid-template-columns: repeat(3, 1fr);
2025 gap: 15px;
2026 }
2027 .wkit-manage-main .wkit-workspace-box {
2028 background-color: #ffffff;
2029 border-radius: 10px;
2030 position: relative;
2031 border: 1px solid #f1f1f4;
2032 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
2033 }
2034 .wkit-manage-main .wkit-workspace-box .wkit-workspace-card-container {
2035 padding: 20px;
2036 }
2037 .wkit-manage-main .wkit-workspace-mixed {
2038 display: flex;
2039 justify-content: space-between;
2040 }
2041 .wkit-manage-main .wkit-live-user {
2042 background: #FEEEE9;
2043 padding: 5px 10px;
2044 border-radius: 6px;
2045 color: #F35421;
2046 display: inline-flex;
2047 -moz-column-gap: 5px;
2048 column-gap: 5px;
2049 align-items: center;
2050 }
2051 .wkit-manage-main .wkit-live-user img {
2052 width: 13px;
2053 height: 13px;
2054 }
2055 .wkit-manage-main .wkit-live-user span {
2056 color: #F35421;
2057 }
2058 .wkit-manage-main .wkit-workspace-detail {
2059 display: flex;
2060 flex-direction: row;
2061 justify-content: center;
2062 align-items: center;
2063 position: relative;
2064 }
2065 .wkit-manage-main .wkit-workspace-detail:hover .wkit-workspace-tool-tip {
2066 display: flex;
2067 color: #fff;
2068 }
2069 .wkit-manage-main .wkit-workspace-tool-tip {
2070 display: none;
2071 background-color: #19191B;
2072 color: white;
2073 position: absolute;
2074 bottom: 32px;
2075 padding: 4px 8px;
2076 border-radius: 6px;
2077 flex-direction: column;
2078 justify-content: center;
2079 align-items: center;
2080 }
2081 .wkit-manage-main .wkit-workspace-tool-tip::before {
2082 content: "";
2083 background-color: #19191B;
2084 transform: rotate(45deg);
2085 display: flex;
2086 flex-direction: row;
2087 align-items: center;
2088 width: 8px;
2089 height: 8px;
2090 position: absolute;
2091 bottom: -3px;
2092 }
2093 .wkit-manage-main .wkit-top-user {
2094 display: flex;
2095 height: -moz-fit-content;
2096 height: fit-content;
2097 -moz-column-gap: 10px;
2098 column-gap: 10px;
2099 }
2100 .wkit-manage-main .wkit-user-name {
2101 font-size: 17px;
2102 color: #040483;
2103 font-weight: 500;
2104 padding-top: 10px;
2105 text-transform: capitalize;
2106 }
2107 .wkit-manage-main .wkit-avatar-name {
2108 color: rgba(25, 25, 27, 0.4);
2109 font-size: 12px;
2110 font-weight: 400;
2111 display: flex;
2112 align-items: center;
2113 -moz-column-gap: 5px;
2114 column-gap: 5px;
2115 }
2116 .wkit-manage-main .wkit-avatar-name .wkit-avatar-main-name {
2117 text-transform: capitalize;
2118 }
2119 .wkit-manage-main .wkit-avatar-name img {
2120 width: 25px !important;
2121 height: 25px;
2122 }
2123 .wkit-manage-main .wkit-workspace-edit-temp {
2124 background: #EDF0FF;
2125 padding: 5px 10px;
2126 color: #4D69FA;
2127 display: flex;
2128 -moz-column-gap: 5px;
2129 column-gap: 5px;
2130 border-radius: 6px;
2131 align-items: center;
2132 }
2133 .wkit-manage-main .wkit-workspace-edit-temp img {
2134 width: 13px;
2135 height: 13px;
2136 }
2137 .wkit-manage-main .wkit-workspace-edit-temp span {
2138 color: #4D69FA;
2139 }
2140 .wkit-manage-main .wkit-workspace-edit-widget {
2141 background: #F9E9F1;
2142 padding: 5px 10px;
2143 color: #C22076;
2144 display: flex;
2145 -moz-column-gap: 5px;
2146 column-gap: 5px;
2147 border-radius: 6px;
2148 align-items: center;
2149 }
2150 .wkit-manage-main .wkit-workspace-edit-widget img {
2151 width: 13px;
2152 height: 13px;
2153 }
2154 .wkit-manage-main .wkit-workspace-edit-widget span {
2155 color: #C22076;
2156 }
2157 .wkit-manage-main .wkit-author-select-wrapper {
2158 display: flex;
2159 justify-content: space-between;
2160 align-items: center;
2161 margin-top: 6px;
2162 }
2163 .wkit-manage-main .wkit-add-new-workspace {
2164 display: flex;
2165 background-color: #fff;
2166 height: 100%;
2167 padding: 20px;
2168 gap: 15px;
2169 flex-direction: row;
2170 justify-content: space-between;
2171 align-items: center;
2172 border: 1px solid #f1f1f4;
2173 border-radius: 10px;
2174 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
2175 }
2176 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-content {
2177 display: flex;
2178 flex-direction: column;
2179 row-gap: 20px;
2180 }
2181 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-content button {
2182 display: flex;
2183 flex-direction: row;
2184 align-items: center;
2185 justify-content: center;
2186 color: white;
2187 padding: 10px 0px;
2188 background: #C22076;
2189 border-radius: 6px;
2190 border: 0px;
2191 font-weight: 500;
2192 font-size: 14px;
2193 width: 70%;
2194 transition: 0.3s linear;
2195 }
2196 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-content button:hover {
2197 background: #9B1A5E;
2198 }
2199 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-content .wkit-btn-buy-now {
2200 padding: 10px 15px;
2201 color: white;
2202 border: 0px;
2203 background: #C22076;
2204 border-radius: 10px;
2205 font-weight: 500;
2206 font-size: 14px;
2207 white-space: nowrap;
2208 }
2209 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-text {
2210 display: flex;
2211 flex-direction: column;
2212 gap: 10px;
2213 }
2214 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-text .wkit-add-new-Title {
2215 font-style: normal;
2216 font-size: 16px;
2217 font-weight: 500;
2218 }
2219 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-text .wkit-add-new-desc {
2220 font-style: normal;
2221 font-weight: 400;
2222 font-size: 13px;
2223 color: rgba(25, 25, 27, 0.5019607843);
2224 }
2225 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-btn {
2226 cursor: pointer;
2227 }
2228 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-workspace-img img {
2229 width: 135px;
2230 height: auto;
2231 }
2232
2233 .wkit-workspace-sigle-page {
2234 display: flex;
2235 flex-direction: column;
2236 gap: 30px;
2237 }
2238
2239 .wkit-kit-box-wrapper {
2240 background: #ffffff;
2241 padding: 50px;
2242 border-radius: 10px;
2243 border: 1px solid #f1f1f4;
2244 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
2245 }
2246
2247 .wkit-work-space {
2248 display: flex;
2249 justify-content: space-between;
2250 align-items: center;
2251 }
2252
2253 .wkit-manage-member span {
2254 color: #2A2A96;
2255 font-weight: 500;
2256 font-size: 17px;
2257 }
2258
2259 .wkit-popup-openbtn {
2260 background-color: white;
2261 color: #040483;
2262 padding: 13px 20px;
2263 font-size: 13px;
2264 border: none;
2265 display: flex;
2266 align-items: center;
2267 -moz-column-gap: 5px;
2268 column-gap: 5px;
2269 cursor: pointer;
2270 border: 1px solid #F5F5FF;
2271 border-radius: 10px;
2272 }
2273
2274 .wkit-popup-select-content {
2275 display: none;
2276 position: absolute;
2277 background-color: #f9f9f9;
2278 min-width: 95px;
2279 top: 45px;
2280 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
2281 z-index: 1;
2282 border-radius: 10px;
2283 }
2284 .wkit-popup-select-content .wkit-popup-select-item {
2285 color: black;
2286 padding: 12px 16px;
2287 display: block;
2288 text-align: center;
2289 font-size: 13px;
2290 border-radius: 10px;
2291 }
2292 .wkit-popup-select-content .wkit-popup-select-item:hover {
2293 background-color: #040483;
2294 color: #fff;
2295 transition: 0.3s linear;
2296 }
2297
2298 .wkit-work-left-column {
2299 display: flex;
2300 flex-direction: column;
2301 row-gap: 13px;
2302 width: 60%;
2303 }
2304
2305 .wkit-workspace-title {
2306 display: inline-flex;
2307 align-items: center;
2308 -moz-column-gap: 5px;
2309 column-gap: 5px;
2310 }
2311 .wkit-workspace-title span {
2312 font-size: 20px;
2313 color: #2A2A96;
2314 font-weight: 500;
2315 text-transform: capitalize;
2316 }
2317
2318 .wkit-kit-box-wrapper .wkit-workspace-title img {
2319 width: auto;
2320 }
2321
2322 .wkit-btn {
2323 background: #ffffff;
2324 border-radius: 2px;
2325 padding: 7px 10px;
2326 display: flex;
2327 -moz-column-gap: 5px;
2328 column-gap: 5px;
2329 font-size: 14px;
2330 font-weight: 500;
2331 position: relative;
2332 cursor: pointer;
2333 border: 1px solid #edf0ff;
2334 align-items: center;
2335 width: 170px;
2336 justify-content: space-between;
2337 }
2338 .wkit-btn svg {
2339 width: 15px;
2340 height: 15px;
2341 }
2342
2343 .wkit-check-wrapper {
2344 font-size: 12px;
2345 color: #040483;
2346 }
2347
2348 .wkit-check {
2349 font-size: 12px;
2350 color: #040483;
2351 }
2352
2353 .wkit-check:checked {
2354 background-color: #040483;
2355 color: #fff;
2356 }
2357
2358 input[type=checkbox].wkit-check:checked:before {
2359 content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMS42NjczIDMuNzkxOTlMNS4yNTA2NSAxMC4yMDg3TDIuMzMzOTggNy4yOTE5OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=) !important;
2360 background-position: top;
2361 background-size: cover;
2362 }
2363
2364 .wkit-kit-box-wrapper .img-group img {
2365 border-radius: 50px;
2366 width: 45px !important;
2367 height: 45px;
2368 }
2369
2370 .wkit-roundimg {
2371 display: inline-block;
2372 transition: 0.3s linear;
2373 border: 2px solid #fff;
2374 }
2375 .wkit-roundimg:not(:last-child) {
2376 margin-right: -15px;
2377 }
2378 .wkit-roundimg:hover {
2379 transition: all 0.25s ease 0s;
2380 transform: translateY(-4px) scale(1.07);
2381 }
2382
2383 .workspace_btn {
2384 padding: 10px 20px;
2385 background: #FFFFFF;
2386 color: #040483;
2387 font-size: 12px;
2388 display: flex;
2389 align-items: center;
2390 -moz-column-gap: 5px;
2391 column-gap: 5px;
2392 border-radius: 10px;
2393 }
2394 .workspace_btn:hover {
2395 transition: 0.3s linear;
2396 background-color: #040483;
2397 color: #fff;
2398 }
2399 .workspace_btn:hover .wkitsvghover {
2400 fill: #fff;
2401 }
2402
2403 .wkit-work-right-column {
2404 display: flex;
2405 flex-direction: column;
2406 align-items: flex-end;
2407 row-gap: 10px;
2408 }
2409 .wkit-work-right-column .img-group {
2410 display: flex;
2411 flex-direction: row;
2412 align-items: center;
2413 }
2414 .wkit-work-right-column .wkitsvghover {
2415 fill: #040483;
2416 width: 20px;
2417 }
2418 .wkit-work-right-column .wkit-more-user-proflie {
2419 padding: 12px 12px 12px 10px;
2420 border-radius: 50%;
2421 background-color: #040483;
2422 color: white;
2423 font-size: 16px;
2424 font-weight: 500;
2425 display: flex;
2426 flex-direction: row;
2427 align-items: center;
2428 justify-content: center;
2429 border: 2px solid #fff;
2430 }
2431
2432 .wtitle {
2433 font-size: 14px;
2434 color: #2A2A96;
2435 }
2436
2437 .profile-wrapper {
2438 display: flex;
2439 align-items: center;
2440 -moz-column-gap: 14px;
2441 column-gap: 14px;
2442 justify-content: space-between;
2443 flex-wrap: wrap;
2444 row-gap: 10px;
2445 }
2446
2447 .wkit-action {
2448 display: flex;
2449 align-items: center;
2450 -moz-column-gap: 10px;
2451 column-gap: 10px;
2452 position: relative;
2453 }
2454 .wkit-action:hover .wkit-popup-select-content {
2455 display: block;
2456 transition: 0.3s linear;
2457 }
2458
2459 .wkit-profile {
2460 display: flex;
2461 align-items: center;
2462 -moz-column-gap: 10px;
2463 column-gap: 10px;
2464 }
2465 .wkit-profile .email-title {
2466 font-size: 13px;
2467 font-weight: 400;
2468 color: #19191B;
2469 }
2470
2471 .wkit-delete-boxed {
2472 background: #F7D7D3;
2473 padding: 12px;
2474 border-radius: 10px;
2475 cursor: pointer;
2476 }
2477
2478 .wkit-member-popup {
2479 background: #F8F8FF;
2480 padding: 15px;
2481 display: flex;
2482 position: relative;
2483 border-radius: 10px;
2484 flex-direction: column;
2485 row-gap: 15px;
2486 }
2487 .wkit-member-popup .wkit-img {
2488 border-radius: 50px;
2489 width: auto;
2490 }
2491
2492 .wkit-group {
2493 display: flex;
2494 align-items: center;
2495 -moz-column-gap: 10px;
2496 column-gap: 10px;
2497 }
2498
2499 .wkit-close {
2500 position: absolute;
2501 top: 0px;
2502 right: 0px;
2503 transition: all 200ms;
2504 font-size: 30px;
2505 color: #313131;
2506 cursor: pointer;
2507 }
2508
2509 .wkit-action select {
2510 padding: 10px 30px;
2511 color: #040483;
2512 border-radius: 10px;
2513 border: none;
2514 height: auto;
2515 }
2516
2517 .wkit-save-btn {
2518 padding: 12px 30px;
2519 background: #C22076;
2520 color: #fff;
2521 border: none;
2522 border-radius: 10px;
2523 cursor: pointer;
2524 font-size: 12px;
2525 width: -moz-fit-content;
2526 width: fit-content;
2527 }
2528
2529 .wkit-label {
2530 font-size: 13px;
2531 font-weight: 400;
2532 text-align: left;
2533 }
2534
2535 input.wkit-search {
2536 background: #F8F8FF;
2537 width: 61%;
2538 border: 1px solid #CFCFEA;
2539 border-radius: 10px;
2540 font-size: 12px;
2541 color: #CFCFEA;
2542 font-weight: 300;
2543 padding: 10px 15px;
2544 }
2545 input.wkit-search:focus {
2546 color: #040483;
2547 }
2548
2549 input.wkit-search-share {
2550 background: #F8F8FF;
2551 width: 100%;
2552 border: 1px solid #CFCFEA;
2553 border-radius: 10px;
2554 font-size: 12px;
2555 font-weight: 400;
2556 font-size: 12px;
2557 padding: 10px 15px;
2558 border-radius: 6px;
2559 }
2560
2561 .wkit-textarea {
2562 padding: 10px 30px 50px 10px;
2563 border-radius: 10px;
2564 border: 1px solid #CFCFEA;
2565 font-size: 13px;
2566 }
2567 .wkit-textarea:focus-visible {
2568 outline: 0;
2569 color: #040483;
2570 }
2571
2572 .wkit-title-update-btn {
2573 height: 40px;
2574 display: inline-flex;
2575 justify-content: center;
2576 align-items: center;
2577 background: #040483;
2578 transition: 0.3s linear;
2579 border: none;
2580 outline: 0;
2581 padding: 0px 15px;
2582 color: #fff;
2583 border-radius: 6px;
2584 cursor: pointer;
2585 }
2586 .wkit-title-update-btn:hover {
2587 background: #030369;
2588 }
2589
2590 .wkit-text-field {
2591 display: flex;
2592 align-items: center;
2593 justify-content: center;
2594 width: 60%;
2595 }
2596 .wkit-text-field input {
2597 width: 100%;
2598 margin-right: 15px;
2599 min-height: 40px;
2600 }
2601
2602 .wkit-tooltip-dropdown-content {
2603 display: flex;
2604 align-items: center;
2605 gap: 15px;
2606 }
2607
2608 .wkit-single-workspace-filter {
2609 width: 180px !important;
2610 font-size: 14px !important;
2611 font-weight: 400 !important;
2612 }
2613 .wkit-single-workspace-filter.wkit-custom-dropDown .wkit-custom-dropDown-header {
2614 width: 100%;
2615 padding: 8px 3px;
2616 height: unset;
2617 }
2618
2619 .wkit-tooltip-dropdown {
2620 position: relative;
2621 width: 100%;
2622 display: flex;
2623 flex-direction: column;
2624 align-items: center;
2625 }
2626
2627 .wkit-kit-box-wrapper .wkit-tooltip-dropdown img {
2628 width: auto;
2629 }
2630
2631 .wkit-tooltip {
2632 background-color: #fff;
2633 padding: 5px 5px;
2634 display: none;
2635 color: #000;
2636 margin-top: 35px;
2637 position: absolute;
2638 box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.1);
2639 border-radius: 6px;
2640 border: 1px solid #EDF0FF;
2641 width: 100%;
2642 z-index: 1;
2643 }
2644
2645 .wkit-tooltip-dropdown:hover .wkit-tooltip {
2646 display: block;
2647 }
2648
2649 .wkit-tooltip-inner {
2650 display: flex;
2651 flex-direction: column;
2652 justify-content: center;
2653 }
2654 .wkit-tooltip-inner .wkit-tooltip-item {
2655 display: flex;
2656 align-items: center;
2657 -moz-column-gap: 5px;
2658 column-gap: 5px;
2659 color: #000;
2660 font-size: 14px;
2661 font-weight: 300;
2662 padding: 5px;
2663 border-radius: 2px;
2664 cursor: pointer;
2665 }
2666 .wkit-tooltip-inner .wkit-tooltip-item:hover {
2667 background: #edf0ff;
2668 }
2669 .wkit-tooltip-inner .wkit-tooltip-item img {
2670 width: 20px;
2671 }
2672
2673 .wkit-model-transp,
2674 .wkit-author-transp {
2675 position: fixed;
2676 top: 0;
2677 bottom: 0;
2678 left: 0;
2679 right: 0;
2680 background: rgba(0, 0, 0, 0.7);
2681 visibility: hidden;
2682 opacity: 0;
2683 z-index: 199;
2684 overflow: hidden;
2685 }
2686
2687 .wdesignkit-model-content {
2688 border-radius: 6px;
2689 width: 100%;
2690 position: relative;
2691 }
2692 .wdesignkit-model-content .wkit-AddWp-popup-body {
2693 display: flex;
2694 flex-direction: column;
2695 align-items: center;
2696 gap: 15px;
2697 }
2698
2699 .wkit-dropdown {
2700 position: relative;
2701 }
2702 .wkit-dropdown:hover .wkit-popup-content-second {
2703 display: block;
2704 }
2705
2706 .wkit-popup-transp-second {
2707 width: 100%;
2708 height: 100%;
2709 }
2710
2711 .wkit-popup-content-second {
2712 display: block;
2713 width: 100%;
2714 margin-top: 12px;
2715 }
2716
2717 .wkit-hide {
2718 display: none !important;
2719 }
2720
2721 @media (max-width: 1420px) {
2722 .wkit-work-left-column .wkit-text-field {
2723 width: 80%;
2724 }
2725 .wkit-manage-main .wkit-workspace-wrapper-content {
2726 grid-template-columns: repeat(2, 1fr);
2727 }
2728 }
2729 @media (max-width: 1024px) {
2730 .wkit-work-left-column .wkit-text-field {
2731 width: 100%;
2732 }
2733 }
2734 @media (max-width: 768px) {
2735 .wkit-manage-main .wkit-workspace-wrapper-content {
2736 grid-template-columns: repeat(1, 1fr);
2737 }
2738 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-text .wkit-add-new-Title {
2739 font-size: 15px;
2740 }
2741 input.wkit-search {
2742 width: 100%;
2743 }
2744 .profile-wrapper {
2745 row-gap: 10px;
2746 }
2747 .wkit-kit-box-wrapper {
2748 padding: 30px;
2749 }
2750 }
2751 @media (max-width: 576px) {
2752 .wkit-manage-main .wkit-workspace-wrapper {
2753 display: grid;
2754 grid-template-columns: repeat(1, 1fr);
2755 }
2756 .wkit-work-space {
2757 padding: 20px;
2758 }
2759 .popup-body.wkit-AddWp-popup-body {
2760 padding: 10px;
2761 }
2762 .wkit-kit-box-wrapper {
2763 padding: 0px;
2764 }
2765 .wkit-workspace-profile-img {
2766 width: 35px;
2767 }
2768 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-content .wkit-btn-buy-now {
2769 padding: 10px 10px;
2770 font-size: 12px;
2771 }
2772 .wkit-manage-main .wkit-add-new-workspace .wkit-add-new-workspace-img img {
2773 width: 120px;
2774 }
2775 .img-group img {
2776 width: 35px;
2777 height: 35px;
2778 }
2779 .wkit-work-space {
2780 flex-direction: column;
2781 row-gap: 30px;
2782 }
2783 .wkit-work-space {
2784 align-items: unset;
2785 }
2786 .wkit-work-left-column {
2787 width: 100%;
2788 }
2789 }
2790 .wkit-ws-popup-outerDiv {
2791 position: fixed;
2792 background-color: rgba(0, 0, 0, 0.4509803922);
2793 width: 100%;
2794 height: 100vh;
2795 top: 0;
2796 left: 0;
2797 right: 0;
2798 bottom: 0;
2799 display: flex;
2800 justify-content: center;
2801 flex-direction: row;
2802 z-index: 50;
2803 }
2804
2805 .wkit-ws-popup {
2806 width: 35%;
2807 position: fixed;
2808 top: 70px;
2809 left: 35%;
2810 height: -moz-max-content;
2811 height: max-content;
2812 background-color: #fff;
2813 padding: 10px;
2814 border-radius: 10px;
2815 z-index: 50;
2816 }
2817
2818 .wkit-popup-show {
2819 visibility: visible !important;
2820 opacity: 1 !important;
2821 z-index: 9999;
2822 }
2823
2824 .wkit-widget-options-outer {
2825 position: fixed;
2826 width: 100%;
2827 height: 100vh;
2828 background-color: transparent;
2829 top: 0;
2830 left: 0;
2831 z-index: 1;
2832 }
2833 /*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
2834 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/manage_workspace/single_workspace_header.scss ***!
2835 \****************************************************************************************************************************************************************************************************************************************************************************************************************/
2836 .wkit-single-workspace-header {
2837 background: #FFFFFF;
2838 display: flex;
2839 justify-content: space-between;
2840 padding: 50px;
2841 border-radius: 10px;
2842 margin-bottom: 20px;
2843 }
2844 .wkit-single-workspace-header .wkit-skeleton-line {
2845 width: 150px;
2846 height: 12px;
2847 margin-bottom: 6px;
2848 border-radius: 2px;
2849 background: rgba(130, 130, 130, 0.2);
2850 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
2851 background-size: 800px 100px;
2852 animation: wkit-wave-lines-anim 2s infinite ease-out;
2853 }
2854 .wkit-single-workspace-header .wkit-single-skeleton-left-side {
2855 display: flex;
2856 flex-direction: column;
2857 row-gap: 15px;
2858 }
2859 .wkit-single-workspace-header .wkit-skeleton-profile-img.wkit-main-profile-skeleton {
2860 border-radius: 6px;
2861 height: 75px;
2862 width: 75px;
2863 }
2864 .wkit-single-workspace-header .wkit-skeleton-profile-img {
2865 height: -moz-fit-content;
2866 height: fit-content;
2867 width: 40px;
2868 height: 40px;
2869 border-radius: 100px;
2870 background: rgba(130, 130, 130, 0.2);
2871 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
2872 background-size: 800px 100px;
2873 animation: wkit-squares-anim 2s infinite ease-out;
2874 }
2875 .wkit-single-workspace-header .wkit-btn {
2876 padding: 15px 50px;
2877 background: rgba(130, 130, 130, 0.2);
2878 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
2879 background-size: 800px 100px;
2880 animation: wkit-squares-anim 2s infinite ease-out;
2881 }
2882 .wkit-single-workspace-header .wkit-workspace-skeleton-btn-wrapper {
2883 display: flex;
2884 -moz-column-gap: 10px;
2885 column-gap: 10px;
2886 }
2887 .wkit-single-workspace-header .wkit-small-img-wrapper {
2888 display: flex;
2889 -moz-column-gap: 10px;
2890 column-gap: 10px;
2891 justify-content: flex-end;
2892 }
2893 .wkit-single-workspace-header .wkit-single-skeleton-right-side {
2894 display: flex;
2895 flex-direction: column;
2896 align-items: end;
2897 }
2898
2899 @media (max-width: 1024px) {
2900 .wkit-skeleton-line {
2901 width: 90px;
2902 }
2903 }
2904 @media (max-width: 768px) {
2905 .wkit-single-workspace-header {
2906 padding: 30px;
2907 }
2908 }
2909 @media (max-width: 576px) {
2910 .wkit-single-workspace-header {
2911 flex-direction: column;
2912 gap: 30px;
2913 }
2914 }
2915 /*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
2916 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/save_template/save_template.scss ***!
2917 \***************************************************************************************************************************************************************************************************************************************************************************************************/
2918 .wkit-select-main {
2919 padding: 10px;
2920 width: 100%;
2921 height: 100%;
2922 /** skeleton design */
2923 }
2924 .wkit-select-main .wkit-switch-setting-wrap {
2925 display: flex;
2926 align-items: center;
2927 justify-content: center;
2928 -moz-column-gap: 10px;
2929 column-gap: 10px;
2930 margin-bottom: 50px;
2931 }
2932 .wkit-select-main .wkit-switch-setting-wrap .wdkit-switch {
2933 position: relative;
2934 display: inline-block;
2935 width: 60px;
2936 height: 30px;
2937 }
2938 .wkit-select-main .wkit-switch-setting-wrap .wdkit-switch input {
2939 opacity: 0;
2940 width: 0;
2941 height: 0;
2942 }
2943 .wkit-select-main .wkit-switch-setting-wrap .wdkit-slider {
2944 position: absolute;
2945 cursor: pointer;
2946 top: 0;
2947 left: 0;
2948 width: 60px;
2949 right: 0;
2950 bottom: 0;
2951 background-color: #C22076;
2952 transition: 0.4s;
2953 }
2954 .wkit-select-main .wkit-switch-setting-wrap .wdkit-slider:before {
2955 position: absolute;
2956 content: "";
2957 height: 22px;
2958 width: 22px;
2959 display: flex;
2960 left: 4px;
2961 top: 4px;
2962 background-color: #fff;
2963 transition: 0.4s;
2964 }
2965 .wkit-select-main .wkit-switch-setting-wrap .wdkit-switch-text {
2966 font-weight: 400;
2967 }
2968 .wkit-select-main .wkit-switch-setting-wrap input:checked + .wdkit-switch-text {
2969 color: #19191B;
2970 }
2971 .wkit-select-main .wkit-switch-setting-wrap input:checked + .wdkit-switch-text-2 {
2972 color: #C22076;
2973 }
2974 .wkit-select-main .wkit-switch-setting-wrap input:checked + .wdkit-slider {
2975 background-color: #C22076;
2976 }
2977 .wkit-select-main .wkit-switch-setting-wrap input:checked + .wdkit-slider:before {
2978 transform: translateX(28px);
2979 }
2980 .wkit-select-main .wkit-switch-setting-wrap .wdkit-slider.round {
2981 border-radius: 100px;
2982 }
2983 .wkit-select-main .wkit-switch-setting-wrap .wdkit-slider.round:before {
2984 border-radius: 80px;
2985 }
2986 .wkit-select-main .wkit-existing-template {
2987 display: flex;
2988 flex-direction: row;
2989 gap: 30px;
2990 height: 100%;
2991 }
2992 .wkit-select-main .wkit-existing-template .wkit-search-template {
2993 display: flex;
2994 flex-direction: column;
2995 width: 50%;
2996 height: 100%;
2997 gap: 10px;
2998 }
2999 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-search-template-input {
3000 display: flex;
3001 gap: 10px;
3002 }
3003 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-search-template-input .wkit-existing-temp-search {
3004 position: relative;
3005 display: flex;
3006 width: 100%;
3007 background-color: #fff;
3008 border: 1px solid #CFCFEA;
3009 border-radius: 6px;
3010 padding: 10px 15px;
3011 font-size: 12px;
3012 line-height: 0;
3013 }
3014 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-search-template-input .wkit-existing-temp-search::-moz-placeholder {
3015 color: #CFCFEA;
3016 }
3017 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-search-template-input .wkit-existing-temp-search::placeholder {
3018 color: #CFCFEA;
3019 }
3020 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-no-data {
3021 display: flex;
3022 flex-direction: column;
3023 justify-content: center;
3024 align-items: center;
3025 padding: 20px;
3026 margin-top: 20px;
3027 gap: 10px;
3028 border-radius: 10px;
3029 }
3030 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-no-data img {
3031 width: 40%;
3032 }
3033 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content {
3034 padding: 10px;
3035 border: 1px solid #F5F5FA;
3036 background-color: #fff;
3037 border-radius: 10px;
3038 height: -moz-max-content;
3039 height: max-content;
3040 }
3041 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list {
3042 display: flex;
3043 flex-direction: column;
3044 max-height: 40vh;
3045 overflow-y: auto;
3046 margin: 0;
3047 gap: 10px;
3048 }
3049 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list .wkit-Flist-notice {
3050 color: #040483;
3051 font-size: 12px;
3052 font-weight: 600;
3053 margin-left: 10px;
3054 margin-top: 5px;
3055 }
3056 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list .wkit-content-loader {
3057 display: flex;
3058 justify-content: center;
3059 align-items: center;
3060 width: auto;
3061 width: 100%;
3062 height: 250px;
3063 }
3064 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list .wkit-content-loader .wb-contentLoader-circle {
3065 border-radius: 50%;
3066 border: 4px solid #040483;
3067 width: 40px;
3068 border-top: 4px solid rgba(4, 4, 131, 0.1);
3069 height: 40px;
3070 animation: spin 1.5s linear infinite;
3071 }
3072 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list li {
3073 display: flex;
3074 align-items: center;
3075 justify-content: flex-start;
3076 gap: 20px;
3077 background-color: #fff;
3078 padding: 7px 10px 7px 7px;
3079 margin-right: 5px;
3080 border: 1px solid #fff;
3081 cursor: pointer;
3082 }
3083 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list li:hover {
3084 border: 1px solid #F5F5FA;
3085 border-radius: 10px;
3086 background-color: #F5F5FA;
3087 }
3088 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list li img {
3089 border-radius: 6px;
3090 margin-right: 7px;
3091 width: 50px;
3092 height: 40px;
3093 -o-object-fit: cover;
3094 object-fit: cover;
3095 }
3096 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list::-webkit-scrollbar-track,
3097 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list .wkit-success-col::-webkit-scrollbar-track {
3098 box-shadow: inset 0 0 3px rgba(207, 207, 234, 0.3647058824);
3099 }
3100 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list::-webkit-scrollbar,
3101 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list .wkit-success-col::-webkit-scrollbar {
3102 width: 3px;
3103 background-color: transparent;
3104 }
3105 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list::-webkit-scrollbar-thumb,
3106 .wkit-select-main .wkit-existing-template .wkit-search-template .wkit-find-temp-list-content ul.wkit-find-temp-list .wkit-success-col::-webkit-scrollbar-thumb {
3107 background-color: #cfcfea;
3108 }
3109 .wkit-select-main .wkit-existing-template .wkit-find-template-btn {
3110 background: #040483;
3111 border-radius: 6px;
3112 display: block;
3113 align-items: center;
3114 padding: 10px;
3115 border: none;
3116 cursor: pointer;
3117 display: flex;
3118 justify-content: center;
3119 flex-direction: row;
3120 }
3121 .wkit-select-main .wkit-existing-template .wkit-find-template-btn .wkit-search-icon {
3122 width: 18px;
3123 height: 18px;
3124 }
3125 .wkit-select-main .wkit-existing-template .wkit-find-template-btn .wkit-content-loader .wb-contentLoader-circle {
3126 border: 3px solid #fff;
3127 border-top: 3px solid rgba(255, 255, 255, 0.3490196078);
3128 }
3129 .wkit-select-main .wkit-existing-template .wkit-select-template {
3130 display: flex;
3131 flex-direction: column;
3132 width: 50%;
3133 height: 100%;
3134 }
3135 .wkit-select-main .wkit-existing-template .wkit-select-template .wkit-selected-img {
3136 display: flex;
3137 justify-content: center;
3138 align-items: center;
3139 border-radius: 6px;
3140 height: 250px;
3141 background-color: #f1f1f4;
3142 }
3143 .wkit-select-main .wkit-existing-template .wkit-select-template .wkit-selected-template-content .wkit-selected-template-info {
3144 display: flex;
3145 justify-content: center;
3146 font-size: 14px;
3147 font-weight: 400;
3148 }
3149 .wkit-select-main .wkit-existing-template .wkit-select-template .wkit-selected-template-content .wkit-selected-template {
3150 display: flex;
3151 flex-direction: row;
3152 align-items: center;
3153 justify-content: center;
3154 margin: 15px 0px;
3155 pointer-events: none;
3156 }
3157 .wkit-select-main .wkit-existing-template .wkit-select-template .wkit-selected-template-content .wkit-selected-template .wdesign-template-boxed {
3158 width: 50%;
3159 pointer-events: none;
3160 }
3161 .wkit-select-main .wkit-existing-template .wkit-quickedit-note {
3162 display: flex;
3163 padding: 8px 0px 8px 8px;
3164 justify-content: flex-start;
3165 align-items: center;
3166 gap: 45px;
3167 flex: 1 0 0;
3168 border-left: 3px solid #FFCD38;
3169 width: 70%;
3170 margin-top: 10px;
3171 }
3172 .wkit-select-main .wkit-existing-template .wkit-quickedit-note span {
3173 max-width: 85%;
3174 }
3175 .wkit-select-main .wkit-replace-button {
3176 width: 100%;
3177 display: flex;
3178 align-items: center;
3179 flex-direction: row;
3180 justify-content: center;
3181 margin: 20px 0px;
3182 }
3183 .wkit-select-main .wkit-replace-button button {
3184 background-color: #040483;
3185 border-radius: 6px;
3186 font-size: 14px;
3187 border: none;
3188 color: white;
3189 padding: 15px 30px;
3190 cursor: pointer;
3191 }
3192 .wkit-select-main .wkit-save-heading {
3193 font-size: 17px;
3194 color: #19191B;
3195 font-weight: 500;
3196 margin-bottom: 5px;
3197 }
3198 .wkit-select-main .wkit-select-template {
3199 display: flex;
3200 flex-wrap: wrap;
3201 gap: 15px;
3202 margin-bottom: 20px;
3203 }
3204 .wkit-select-main .kit-field-wrap input.wkit-input-filed {
3205 width: 100%;
3206 }
3207 .wkit-select-main .kit-field-wrap select {
3208 -webkit-appearance: none;
3209 -moz-appearance: none;
3210 appearance: none;
3211 border: none;
3212 background: transparent;
3213 }
3214 .wkit-select-main .wkit-saveTemplate-dowpDown {
3215 position: relative;
3216 display: flex;
3217 flex-direction: row;
3218 align-items: center;
3219 background-color: white;
3220 padding: 0;
3221 border: 1px solid #CFCFEA;
3222 border-radius: 10px;
3223 }
3224 .wkit-select-main .wkit-saveTemplate-dowpDown svg {
3225 position: absolute;
3226 right: 10px;
3227 }
3228 .wkit-select-main .wkit-input-filed {
3229 padding: 10px 15px;
3230 border: 1px solid #CFCFEA;
3231 border-radius: 10px;
3232 width: 50%;
3233 font-size: 13px;
3234 background-color: #fff;
3235 color: #19191b;
3236 }
3237 .wkit-select-main .wkit-input-filed::-moz-placeholder {
3238 color: #CFCFEA;
3239 }
3240 .wkit-select-main .wkit-input-filed::placeholder {
3241 color: #CFCFEA;
3242 }
3243 .wkit-select-main .wkit-input-filed:focus {
3244 border: 1px solid #2A2A96;
3245 box-shadow: none;
3246 }
3247 .wkit-select-main .wkit-text-center {
3248 text-align: center;
3249 }
3250 .wkit-select-main .wkit-select {
3251 padding: 11px 15px;
3252 border: 1px solid #CFCFEA;
3253 border-radius: 10px;
3254 width: 100%;
3255 max-width: 50%;
3256 color: #19191B;
3257 background-color: #fff;
3258 font-size: 12px;
3259 height: auto;
3260 }
3261 .wkit-select-main .wkit-select:hover {
3262 color: #19191B;
3263 }
3264 .wkit-select-main .wkit-select:focus {
3265 border: none;
3266 box-shadow: 0 0 0 1px transparent;
3267 }
3268 .wkit-select-main .wkit-save-btn,
3269 .wkit-select-main .wkit-add-workspace-btn {
3270 padding: 15px 30px;
3271 background: #2A2A96;
3272 color: #fff;
3273 border: none;
3274 border-radius: 10px;
3275 cursor: pointer;
3276 min-width: 150px;
3277 }
3278 .wkit-select-main .wkit-save-btn a,
3279 .wkit-select-main .wkit-add-workspace-btn a {
3280 color: white;
3281 text-decoration: none;
3282 }
3283 .wkit-select-main .wkit-save-plugin-wrapper {
3284 position: relative;
3285 display: flex;
3286 flex-wrap: wrap;
3287 gap: 15px;
3288 width: 100%;
3289 margin-bottom: 30px;
3290 }
3291 .wkit-select-main .wkit-plugin-list {
3292 display: flex;
3293 -moz-column-gap: 10px;
3294 column-gap: 10px;
3295 align-items: center;
3296 min-width: 48%;
3297 border: 1px solid rgba(207, 207, 234, 0.3);
3298 border-radius: 6px;
3299 padding: 10px 15px;
3300 position: relative;
3301 background-color: #fff;
3302 flex-basis: 0%;
3303 flex-grow: 1;
3304 }
3305 .wkit-select-main .wkit-plugin-list .wkit-plugin-image {
3306 display: flex;
3307 max-width: 50px;
3308 }
3309 .wkit-select-main .wkit-plugin-list label {
3310 display: flex;
3311 align-items: center;
3312 -moz-column-gap: 8px;
3313 column-gap: 8px;
3314 cursor: pointer;
3315 }
3316 .wkit-select-main .wkit-plugin-text {
3317 font-style: normal;
3318 font-weight: 400;
3319 font-size: 13px;
3320 color: #19191B;
3321 }
3322 .wkit-select-main .wkit-workspace {
3323 font-weight: 400;
3324 font-size: 14px;
3325 color: #040483;
3326 display: flex;
3327 align-items: center;
3328 -moz-column-gap: 5px;
3329 column-gap: 5px;
3330 cursor: pointer;
3331 margin-left: auto;
3332 }
3333 .wkit-select-main .wkit-btn-right {
3334 text-align: right;
3335 }
3336 .wkit-select-main .save-wkit-check {
3337 display: flex;
3338 justify-content: center;
3339 align-items: center;
3340 border: 1px solid #CFCFEA;
3341 width: 20px !important;
3342 height: 20px !important;
3343 min-width: 20px !important;
3344 cursor: pointer;
3345 background: white;
3346 }
3347 .wkit-select-main .save-wkit-check:focus {
3348 border: 1px solid #CFCFEA;
3349 box-shadow: none;
3350 }
3351 .wkit-select-main .save-wkit-check:checked {
3352 background-color: #040483;
3353 background-repeat: no-repeat;
3354 background-size: 12px;
3355 background-position: center center;
3356 }
3357 .wkit-select-main input[type=checkbox].save-wkit-check:checked::before {
3358 content: "";
3359 border: 2px solid white;
3360 border-left: 0px;
3361 border-top: 0px;
3362 transform: rotate(40deg);
3363 width: 6px;
3364 height: 11px;
3365 margin-top: -3px;
3366 margin-left: 0px;
3367 }
3368 .wkit-select-main .wkit-plugin-model-content {
3369 margin: 70px auto;
3370 padding: 20px;
3371 background: #fff;
3372 border-radius: 20px;
3373 width: 38%;
3374 position: relative;
3375 }
3376 .wkit-select-main .wkit-successfully-imported {
3377 display: flex;
3378 flex-direction: column;
3379 justify-content: center;
3380 align-items: center;
3381 row-gap: 15px;
3382 }
3383 .wkit-select-main .wkit-sekeleton-template {
3384 display: flex;
3385 flex-wrap: wrap;
3386 margin-top: 15px;
3387 margin-bottom: 20px;
3388 gap: 15px;
3389 }
3390 .wkit-select-main .wkit-sekeleton-template .wkit-skeleton-col {
3391 display: flex;
3392 flex-direction: column;
3393 flex: 1;
3394 gap: 15px;
3395 }
3396 .wkit-select-main .kit-field-wrap1 {
3397 display: flex;
3398 flex-direction: row;
3399 -moz-column-gap: 15px;
3400 column-gap: 15px;
3401 gap: 15px;
3402 }
3403 .wkit-select-main .kit-field-wrap1 .wkit-input-skeleton {
3404 padding: 20px 15px;
3405 border: 1px solid #CFCFEA;
3406 border-radius: 10px;
3407 width: 100%;
3408 background: #fff;
3409 }
3410 .wkit-select-main .kit-field-wrap1 .wkit-input-skeleton .wkit-skeleton-line {
3411 width: 150px;
3412 height: 12px;
3413 border-radius: 6px;
3414 background: rgba(130, 130, 130, 0.2);
3415 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
3416 animation: wkit-wave-lines-anim 2s infinite ease-out;
3417 }
3418 .wkit-select-main .kit-field-wrap1 .wkit-plugin-skeleton {
3419 display: flex;
3420 align-items: center;
3421 justify-content: center;
3422 gap: 15px;
3423 }
3424 .wkit-select-main .kit-field-wrap1 .wkit-plugin-skeleton .wkit-small-check-box {
3425 width: 20px;
3426 height: 20px;
3427 }
3428 .wkit-select-main .kit-field-wrap1 .wkit-plugin-skeleton .wkit-small-img-box {
3429 width: 30px;
3430 height: 30px;
3431 }
3432 .wkit-select-main .kit-field-wrap1 .wkit-plugin-skeleton .wkit-small-check-box,
3433 .wkit-select-main .kit-field-wrap1 .wkit-plugin-skeleton .wkit-small-img-box {
3434 height: -moz-fit-content;
3435 height: fit-content;
3436 border-radius: 6px;
3437 background: rgba(130, 130, 130, 0.2);
3438 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
3439 background-size: 800px 100px;
3440 animation: wkit-squares-anim 2s infinite ease-out;
3441 }
3442 .wkit-select-main .kit-field-wrap1 .wkit-plugin-skeleton .wkit-skeleton-line {
3443 width: 150px;
3444 height: 12px;
3445 border-radius: 6px;
3446 background: rgba(130, 130, 130, 0.2);
3447 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
3448 animation: wkit-wave-lines-anim 2s infinite ease-out;
3449 }
3450 .wkit-select-main .wkit-skeleton-heading {
3451 width: 150px;
3452 height: 12px;
3453 border-radius: 6px;
3454 margin-bottom: 50px;
3455 background: rgba(130, 130, 130, 0.2);
3456 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
3457 animation: wkit-wave-lines-anim 2s infinite ease-out;
3458 }
3459 .wkit-select-main .wkit-skeleton-addBtn {
3460 display: flex;
3461 align-items: end;
3462 width: 150px;
3463 height: 12px;
3464 float: right;
3465 border-radius: 6px;
3466 margin-bottom: 20px;
3467 background: rgba(130, 130, 130, 0.2);
3468 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
3469 animation: wkit-wave-lines-anim 2s infinite ease-out;
3470 }
3471 .wkit-select-main .wkit-skeleton-label {
3472 width: 150px;
3473 height: 12px;
3474 margin-bottom: 20px;
3475 margin-top: 50px;
3476 border-radius: 6px;
3477 background: rgba(130, 130, 130, 0.2);
3478 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
3479 animation: wkit-wave-lines-anim 2s infinite ease-out;
3480 }
3481 .wkit-select-main .wkit-btn-right .wkit-btn-skeleton {
3482 background: rgba(130, 130, 130, 0.2);
3483 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
3484 animation: wkit-wave-lines-anim 2s infinite ease-out;
3485 width: 150px;
3486 height: 50px;
3487 padding: 15px 30px;
3488 border: none;
3489 border-radius: 6px;
3490 }
3491
3492 @media (max-width: 767px) {
3493 .wkit-select-main .wkit-input-filed {
3494 width: 100%;
3495 }
3496 .wkit-select-main .wkit-select {
3497 max-width: 100%;
3498 }
3499 .wkit-select-main .wkit-save-plugin-wrapper {
3500 display: grid;
3501 grid-template-columns: repeat(1, 1fr);
3502 }
3503 .wkit-select-main .wkit-select-template {
3504 display: flex;
3505 flex-direction: column;
3506 margin-bottom: 20px;
3507 row-gap: 15px;
3508 }
3509 /** skeleton css */
3510 .wkit-sekeleton-template {
3511 flex-direction: column;
3512 }
3513 }
3514 @media (max-width: 782px) {
3515 .wkit-gutenberg .wkit-plugin-list input[type=checkbox].save-wkit-check:checked::before {
3516 content: "";
3517 width: 5px;
3518 height: 9px;
3519 margin-top: -6px;
3520 margin-left: -4px;
3521 }
3522 .wkit-main-menu-dashbord .wkit-plugin-model-content.wkit-import-template {
3523 height: 70vh;
3524 }
3525 }
3526 /*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
3527 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/widget-builder/style/main_page.scss ***!
3528 \************************************************************************************************************************************************************************************************************************************************************************************************/
3529 .wkit-wb-main-builder-page {
3530 background-color: #f5f5f5;
3531 }
3532
3533 .wb-widget-main-container {
3534 margin: 0;
3535 padding: 0;
3536 box-sizing: border-box;
3537 max-width: 100%;
3538 width: 100%;
3539 }
3540
3541 .wkit-wb-widget-grid-content {
3542 height: 100%;
3543 position: relative;
3544 }
3545
3546 .wb-eicons-content {
3547 display: flex;
3548 width: 100%;
3549 height: 150px;
3550 flex-direction: column;
3551 gap: 10px;
3552 }
3553 .wb-eicons-content .wb-eicons-val .wb-eicons-inp {
3554 width: 100%;
3555 font-size: 14px;
3556 font-weight: 400;
3557 line-height: 40px;
3558 border: 1px solid rgba(77, 77, 77, 0.1);
3559 border-radius: 2px;
3560 }
3561 .wb-eicons-content .wb-eicons-val .wb-eicons-inp:focus {
3562 border-color: rgba(77, 77, 77, 0.1);
3563 box-shadow: none;
3564 outline: 2px solid transparent;
3565 }
3566 .wb-eicons-content .wb-eicons-links {
3567 background: #EFEFEF;
3568 border: 2px dashed #EBEBEB;
3569 border-radius: 2px;
3570 height: 100%;
3571 display: flex;
3572 align-items: center;
3573 flex-direction: column;
3574 justify-content: center;
3575 gap: 5px;
3576 overflow: hidden;
3577 }
3578 .wb-eicons-content .wb-eicons-links .wb-eicons-links-heading span {
3579 color: #A1A1A1;
3580 font-size: 14px;
3581 font-weight: 400;
3582 }
3583 .wb-eicons-content .wb-eicons-links .wb-eicons-links-content {
3584 display: flex;
3585 }
3586 .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-lable {
3587 color: #040483;
3588 font-size: 14px;
3589 font-weight: 400;
3590 margin: 0px;
3591 text-decoration: underline;
3592 white-space: nowrap;
3593 }
3594 .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-hr {
3595 border: 1px solid #040483;
3596 height: 15px;
3597 margin: 0px 6px;
3598 top: 2px;
3599 display: block;
3600 position: relative;
3601 }
3602
3603 .wkit-wb-widget-card-main {
3604 display: flex;
3605 gap: 10px;
3606 flex-direction: column;
3607 width: 100%;
3608 height: 100%;
3609 border: 1px solid rgba(207, 207, 234, 0.3019607843);
3610 padding: 15px;
3611 border-radius: 6px;
3612 position: relative;
3613 background-color: #fff;
3614 box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.03);
3615 }
3616 .wkit-wb-widget-card-main .wkit-wb-widget-download {
3617 width: 100%;
3618 height: 100%;
3619 position: absolute;
3620 z-index: 9;
3621 background-color: rgba(255, 255, 255, 0.6117647059);
3622 top: 0;
3623 left: 0;
3624 display: flex;
3625 flex-direction: row;
3626 align-items: center;
3627 justify-content: center;
3628 border-radius: 10px;
3629 }
3630 .wkit-wb-widget-card-main .wkit-wb-widget-download .wkit-wb-download-btn {
3631 position: relative;
3632 background-color: #040483;
3633 border: 1px solid #2A2A96;
3634 border-radius: 10px;
3635 display: flex;
3636 flex-direction: row;
3637 align-items: center;
3638 justify-content: center;
3639 overflow: hidden;
3640 width: 35px;
3641 height: 35px;
3642 margin-top: -50px;
3643 cursor: pointer;
3644 }
3645 .wkit-wb-widget-card-main .wkit-wb-widget-download .wkit-wb-download-loader {
3646 position: absolute;
3647 width: 50px;
3648 height: 50px;
3649 background-image: conic-gradient(transparent, transparent, transparent, #ffffff);
3650 animation: animate 3s linear infinite;
3651 }
3652 @keyframes animate {
3653 0% {
3654 transform: rotate(0deg);
3655 }
3656 100% {
3657 transform: rotate(360deg);
3658 }
3659 }
3660 .wkit-wb-widget-card-main .wkit-wb-widget-download .wkit-wb-download-icon {
3661 position: absolute;
3662 border-radius: 6px;
3663 background: #040483;
3664 z-index: 1;
3665 width: 29px;
3666 height: 29px;
3667 display: flex;
3668 flex-direction: row;
3669 align-items: center;
3670 justify-content: center;
3671 }
3672 .wkit-wb-widget-card-main .wkit-wb-widget-download .wkit-wb-download-icon:hover {
3673 background: #030369;
3674 }
3675 .wkit-wb-widget-card-main .wkit-wb-credit-tag {
3676 width: 100%;
3677 height: 100%;
3678 background-color: rgba(240, 177, 55, 0.2);
3679 display: flex;
3680 flex-direction: row;
3681 align-items: center;
3682 justify-content: center;
3683 border-radius: 10px;
3684 -webkit-backdrop-filter: blur(15px);
3685 backdrop-filter: blur(15px);
3686 border: 1px solid rgba(240, 177, 55, 0.1);
3687 }
3688 .wkit-wb-widget-card-main .wkit-wb-credit-tag label {
3689 padding: 10px;
3690 border-radius: 10px;
3691 font-size: 16px;
3692 font-weight: 400;
3693 line-height: 1.6em;
3694 color: #19191B;
3695 }
3696 .wkit-wb-widget-card-main .wkit-wb-upper-icons {
3697 display: flex;
3698 justify-content: flex-end;
3699 flex-direction: row;
3700 align-items: center;
3701 position: absolute;
3702 top: 5px;
3703 right: 5px;
3704 }
3705 .wkit-wb-widget-card-main .wkit-wb-fav-icon {
3706 padding: 6px;
3707 background-color: #4a4a4a;
3708 border-radius: 6px;
3709 margin: 5px;
3710 display: flex;
3711 flex-direction: row;
3712 align-items: center;
3713 justify-content: center;
3714 position: relative;
3715 width: 30px;
3716 height: 30px;
3717 }
3718 .wkit-wb-widget-card-main .wkit-wb-fav-icon img {
3719 max-width: 18px;
3720 width: 18px;
3721 height: 18px;
3722 }
3723 .wkit-wb-widget-card-main .wkit-wb-fav-icon .wkit-wb-tooltiplist {
3724 visibility: hidden;
3725 width: -moz-max-content;
3726 width: max-content;
3727 background-color: black;
3728 color: #fff;
3729 text-align: center;
3730 border-radius: 6px;
3731 padding: 8px 8px;
3732 position: absolute;
3733 text-transform: capitalize;
3734 z-index: 1;
3735 top: -42px;
3736 }
3737 .wkit-wb-widget-card-main .wkit-wb-fav-icon .wkit-wb-tooltiplist::after {
3738 content: "";
3739 position: absolute;
3740 top: 100%;
3741 left: 50%;
3742 margin-left: -5px;
3743 border-width: 5px;
3744 border-style: solid;
3745 border-color: black transparent transparent transparent;
3746 }
3747 .wkit-wb-widget-card-main .wkit-wb-fav-icon:hover .wkit-wb-tooltiplist {
3748 visibility: visible;
3749 }
3750 .wkit-wb-widget-card-main .wkit-wb-fav-icon img {
3751 cursor: pointer;
3752 }
3753 .wkit-wb-widget-card-main .wkit-wb-widget-image-content {
3754 width: 100%;
3755 height: 250px;
3756 background-color: #efefef;
3757 text-align: center;
3758 border-radius: 6px;
3759 }
3760 .wkit-wb-widget-card-main .wkit-wb-widget-img {
3761 background-position: center center;
3762 width: 100%;
3763 height: 100%;
3764 background-repeat: no-repeat;
3765 background-size: cover;
3766 margin: 0px;
3767 border-radius: 6px;
3768 }
3769 .wkit-wb-widget-card-main .wkit-wb-card-detail-content {
3770 display: flex;
3771 flex-direction: column;
3772 justify-content: space-between;
3773 gap: 10px;
3774 height: 30%;
3775 }
3776 .wkit-wb-widget-card-main .wkit-wb-title-content {
3777 height: 50%;
3778 font-size: 16px;
3779 font-weight: 500;
3780 display: flex;
3781 color: #19191B;
3782 display: flex;
3783 -moz-column-gap: 15px;
3784 column-gap: 15px;
3785 flex-direction: row;
3786 align-items: center;
3787 justify-content: space-between;
3788 }
3789 .wkit-wb-widget-card-main .wkit-wb-title-content a {
3790 text-decoration: none;
3791 }
3792 .wkit-wb-widget-card-main .wkit-wb-title-content label {
3793 display: -webkit-box;
3794 -webkit-line-clamp: 2;
3795 -webkit-box-orient: vertical;
3796 overflow: hidden;
3797 text-overflow: ellipsis;
3798 line-height: 1.5em;
3799 }
3800 .wkit-wb-widget-card-main .wkit-wb-title-content span.wdkit-widget-title {
3801 display: flex;
3802 font-weight: bold;
3803 }
3804 .wkit-wb-widget-card-main .wkit-wb-widget-dropDown .wkit-widgetlimit-delete {
3805 padding: 11px 5px;
3806 border: 1px solid;
3807 width: 25px;
3808 height: 25px;
3809 border-radius: 10px;
3810 display: flex;
3811 flex-direction: row;
3812 align-items: center;
3813 justify-content: center;
3814 cursor: pointer;
3815 }
3816 .wkit-wb-widget-card-main .wkit-wb-widget-dropDown .wkit-wb-3dot-icon {
3817 width: 25px;
3818 height: 25px;
3819 border-radius: 6px;
3820 display: flex;
3821 flex-direction: row;
3822 align-items: center;
3823 justify-content: center;
3824 cursor: pointer;
3825 transition: 0.3s linear;
3826 width: 30px;
3827 height: 30px;
3828 padding: 6px;
3829 background: #fbfbfb;
3830 border: 0.5px solid #C5CBD9;
3831 }
3832 .wkit-wb-widget-card-main .wkit-wb-widget-dropDown .wkit-wb-dropdown {
3833 display: none;
3834 z-index: 99;
3835 flex-direction: column;
3836 position: absolute;
3837 background-color: #fff;
3838 margin-top: 193px;
3839 margin-right: 134px;
3840 padding: 8px;
3841 box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.1);
3842 border-radius: 10px;
3843 width: -moz-max-content;
3844 width: max-content;
3845 }
3846 .wkit-wb-widget-card-main .wkit-wb-widget-dropDown li {
3847 color: #19191B;
3848 padding: 10px;
3849 margin: 0px;
3850 font-size: 13px;
3851 border-radius: 6px;
3852 font-weight: 500;
3853 display: flex;
3854 gap: 5px;
3855 flex: 1;
3856 transition: 0.3s linear;
3857 }
3858 .wkit-wb-widget-card-main .wkit-wb-widget-dropDown li:hover {
3859 background-color: #F1F1F1;
3860 }
3861 .wkit-wb-widget-card-main .wkit-wb-widget-dropDown .wkit-wb-mainmenu {
3862 display: flex;
3863 }
3864 .wkit-wb-widget-card-main .wkit-wb-widget-dropDown .wkit-wb-listmenu-svg {
3865 display: flex;
3866 align-items: center;
3867 }
3868 .wkit-wb-widget-card-main .wkit-wb-widget-dropDown .wkit-wb-listmenu-text {
3869 display: flex;
3870 align-items: center;
3871 }
3872 .wkit-wb-widget-card-main .wkit-wb-widget-info {
3873 display: flex;
3874 flex-direction: row;
3875 align-items: center;
3876 justify-content: space-between;
3877 }
3878 .wkit-wb-widget-card-main .wkit-wb-info-icons-content {
3879 display: flex;
3880 flex-direction: row;
3881 align-items: center;
3882 justify-content: center;
3883 }
3884 .wkit-wb-widget-card-main .wkit-wb-info-icons {
3885 display: flex;
3886 flex-direction: row;
3887 align-items: center;
3888 justify-content: center;
3889 }
3890 .wkit-wb-widget-card-main .wkit-wb-info-icons span {
3891 font-size: 12px;
3892 font-weight: 400;
3893 color: #8991A4;
3894 }
3895 .wkit-wb-widget-card-main .wkit-wb-info-icons img {
3896 width: 14px;
3897 margin-right: 5px;
3898 }
3899 .wkit-wb-widget-card-main .wkit-wb-divider-hr {
3900 opacity: 0.2;
3901 width: 14px;
3902 transform: rotate(90deg);
3903 height: 1px;
3904 background-color: #8991a4;
3905 border: 0.1px solid rgba(137, 145, 164, 0.4705882353);
3906 }
3907 .wkit-wb-widget-card-main .wkit-wb-widget-category-icon {
3908 width: 32px;
3909 height: 32px;
3910 display: flex;
3911 flex-direction: row;
3912 align-items: center;
3913 position: relative;
3914 justify-content: center;
3915 position: relative;
3916 }
3917 .wkit-wb-widget-card-main .wkit-wb-widget-category-icon .wkit-wb-tooltiplist {
3918 visibility: hidden;
3919 width: -moz-max-content;
3920 width: max-content;
3921 background-color: black;
3922 color: #fff;
3923 text-align: center;
3924 border-radius: 6px;
3925 padding: 8px 8px;
3926 position: absolute;
3927 text-transform: capitalize;
3928 z-index: 1;
3929 top: -39px;
3930 }
3931 .wkit-wb-widget-card-main .wkit-wb-widget-category-icon .wkit-wb-tooltiplist::after {
3932 content: "";
3933 position: absolute;
3934 top: 100%;
3935 left: 50%;
3936 margin-left: -5px;
3937 border-width: 5px;
3938 border-style: solid;
3939 border-color: black transparent transparent transparent;
3940 }
3941 .wkit-wb-widget-card-main .wkit-wb-widget-category-icon:hover .wkit-wb-tooltiplist {
3942 visibility: visible;
3943 }
3944 .wkit-wb-widget-card-main .wkit-wb-widget-category-icon img {
3945 width: 30px;
3946 height: 30px;
3947 }
3948
3949 .wb-error-message {
3950 color: red;
3951 font-size: 14px;
3952 position: absolute;
3953 top: 80px;
3954 left: 5px;
3955 }
3956
3957 .wkit-version-popup-outside .wkit-wb-version-popup {
3958 background: #fff;
3959 border-radius: 10px;
3960 position: relative;
3961 }
3962 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-header {
3963 padding: 25px 20px;
3964 background-color: #040483;
3965 color: white;
3966 border-radius: 10px 10px 0px 0px;
3967 }
3968 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-header label {
3969 font-size: 18px;
3970 }
3971 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body {
3972 padding: 0px 25px 10px 25px;
3973 display: flex;
3974 flex-direction: column;
3975 overflow-y: auto;
3976 max-height: 50vh;
3977 gap: 5px;
3978 /* Handle */
3979 /* Track */
3980 /* Handle on hover */
3981 }
3982 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body::-webkit-scrollbar {
3983 width: 6px;
3984 }
3985 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body::-webkit-scrollbar-thumb {
3986 background: #c1bfbf;
3987 border-radius: 50px;
3988 }
3989 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body::-webkit-scrollbar-track {
3990 background: rgba(157, 139, 139, 0);
3991 border-radius: 50px;
3992 }
3993 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body::-webkit-scrollbar-thumb:hover {
3994 background: #b0afaf;
3995 }
3996 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-version-label {
3997 font-style: normal;
3998 font-size: 14px !important;
3999 line-height: 16px;
4000 color: #0A102F;
4001 font-weight: 600;
4002 margin: 14px 0px 9px 0px;
4003 }
4004 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-main {
4005 display: flex;
4006 align-items: flex-end;
4007 gap: 24px;
4008 width: 100%;
4009 margin-bottom: 20px;
4010 }
4011 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-label {
4012 color: #19191B;
4013 font-family: "Plus Jakarta Sans";
4014 font-size: 12px;
4015 font-style: normal;
4016 font-weight: 400;
4017 line-height: normal;
4018 }
4019 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-icon {
4020 pointer-events: none;
4021 }
4022 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-title {
4023 color: #19191B;
4024 font-size: 24px;
4025 font-weight: 600;
4026 margin: 24px 0;
4027 text-align: center;
4028 }
4029 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-group {
4030 width: 100%;
4031 position: relative;
4032 display: flex;
4033 flex-direction: column;
4034 }
4035 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-group #select-img {
4036 opacity: 0;
4037 position: absolute;
4038 z-index: -1;
4039 }
4040 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-group .wb-eicons-content {
4041 height: 162px;
4042 }
4043 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-group .wb-eicons-inp {
4044 line-height: 45px;
4045 border-radius: 6px;
4046 }
4047 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-group .wb-eicons-links {
4048 border-radius: 6px;
4049 }
4050 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-wrap {
4051 display: flex;
4052 -moz-column-gap: 15px;
4053 column-gap: 15px;
4054 border-radius: 6px;
4055 border: 1px solid #E6E6F3;
4056 color: #020202;
4057 padding: 8px 12px;
4058 align-items: center;
4059 font-family: "Plus Jakarta Sans";
4060 font-size: 14px;
4061 font-weight: 500;
4062 }
4063 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-wrap .wkit-convert-from-label,
4064 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-wrap .wkit-convert-to-label {
4065 text-transform: capitalize;
4066 }
4067 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-inner-wrap {
4068 width: 100%;
4069 border: 1px solid #E6E6F3;
4070 border-radius: 6px;
4071 padding: 1px 0px;
4072 }
4073 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-inner-wrap .wkit-custom-dropDown-header {
4074 border: none;
4075 }
4076 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-inner-wrap .wkit-custom-dropDown-header label {
4077 color: #B1B1D9;
4078 }
4079 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-inner-wrap .wkit-custom-dropDown-options {
4080 margin: 2px 10px;
4081 color: #19191b;
4082 padding: 5px;
4083 border-radius: 6px;
4084 gap: 10px;
4085 transition: 0.3s linear;
4086 }
4087 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-inner-wrap .wkit-custom-dropDown-options:hover {
4088 background-color: #F1F1F1;
4089 }
4090 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-inner-wrap .wkit-selected-builder {
4091 display: flex;
4092 align-items: center;
4093 }
4094 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-inner-wrap .wkit-selected-builder label {
4095 padding: 2px 0px;
4096 }
4097 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-select-builder-inner-wrap .wkit-selected-builder img {
4098 width: 22px;
4099 height: 22px;
4100 }
4101 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-main {
4102 display: flex;
4103 width: 100%;
4104 gap: 24px;
4105 }
4106 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-icon-convert-select {
4107 width: 50%;
4108 }
4109 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-input-text {
4110 background: #F5F5FA;
4111 padding: 12px;
4112 border-radius: 6px;
4113 border: #999999;
4114 }
4115 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-upload-border {
4116 border: 1px solid #E6E6F3;
4117 display: flex;
4118 flex-direction: column;
4119 justify-content: center;
4120 align-items: center;
4121 gap: 10px;
4122 height: 162px;
4123 padding: 15px;
4124 border-radius: 8px;
4125 }
4126 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-upload-border .wkit-upload-inner-border {
4127 border: 1px dashed #E6E6F3;
4128 display: flex;
4129 flex-direction: column;
4130 align-items: center;
4131 justify-content: center;
4132 gap: 15px;
4133 padding: 15px;
4134 width: 100%;
4135 }
4136 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-upload-border .wkit-upload-inner-border .wkit-drag-link {
4137 font-family: "Plus Jakarta Sans";
4138 font-size: 14px;
4139 font-weight: 400;
4140 color: #040483;
4141 }
4142 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-upload-border .wkit-upload-inner-border .wkit-browse-link {
4143 color: #C22076;
4144 font-family: "Plus Jakarta Sans";
4145 font-size: 14px;
4146 font-style: normal;
4147 font-weight: 400;
4148 line-height: 22px;
4149 text-decoration-line: underline;
4150 }
4151 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wkit-upload-border .wkit-upload-inner-border #upload-photo {
4152 opacity: 0;
4153 position: absolute;
4154 z-index: -1;
4155 }
4156 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-info-border {
4157 border: 1px solid #E6E6F3;
4158 padding: 15px;
4159 overflow: hidden;
4160 position: relative;
4161 height: 162px;
4162 border-radius: 8px;
4163 width: 100%;
4164 }
4165 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-info-border img {
4166 width: 100%;
4167 -o-object-fit: cover;
4168 object-fit: cover;
4169 height: 100%;
4170 border-radius: 8px;
4171 }
4172 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-img-border {
4173 border: 10px solid #F5F5FA;
4174 border-radius: 20px;
4175 }
4176 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-img-border img {
4177 border-radius: 8px;
4178 width: 300px;
4179 height: 200px;
4180 }
4181 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-popup-btn {
4182 display: flex;
4183 position: relative;
4184 background: #040483;
4185 border-radius: 8px;
4186 color: #fff;
4187 padding: 12px;
4188 border: none;
4189 width: 90px;
4190 cursor: pointer;
4191 flex-direction: row;
4192 align-items: center;
4193 justify-content: center;
4194 }
4195 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-popup-btn:disabled {
4196 opacity: 0.7;
4197 }
4198 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content {
4199 display: flex;
4200 flex-direction: column;
4201 align-items: center;
4202 gap: 15px;
4203 margin: 20px 0px;
4204 }
4205 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-widget-image {
4206 display: flex;
4207 border-radius: 8px;
4208 background: #F5F5F5;
4209 border: 20px solid #F5F5F5;
4210 align-content: center;
4211 justify-content: center;
4212 align-items: center;
4213 }
4214 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-widget-image img {
4215 border-radius: 8px;
4216 width: 300px;
4217 height: 200px;
4218 }
4219 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-success-content {
4220 display: flex;
4221 flex-direction: column;
4222 align-items: center;
4223 gap: 20px;
4224 margin-bottom: 20px;
4225 }
4226 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-progress {
4227 display: flex;
4228 flex-direction: row;
4229 align-items: center;
4230 gap: 10px;
4231 }
4232 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-progress span {
4233 font-size: 16px;
4234 color: #040483;
4235 font-weight: 400;
4236 }
4237 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-widget-name {
4238 display: flex;
4239 flex-direction: row;
4240 align-items: center;
4241 }
4242 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-widget-name .wkit-duplicate-widget-oldName {
4243 display: flex;
4244 padding: 8px 16px;
4245 align-items: center;
4246 gap: 10px;
4247 background-color: #F5F5FA;
4248 border: 1px solid #E6E6F3;
4249 border-radius: 6px;
4250 }
4251 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-widget-name .wkit-duplicate-widget-NewName {
4252 display: flex;
4253 padding: 8px 16px;
4254 align-items: center;
4255 gap: 10px;
4256 border: 1px solid #040483;
4257 border-radius: 6px;
4258 }
4259 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-widget-details {
4260 font-size: 12px;
4261 font-weight: 400;
4262 color: black;
4263 }
4264 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-congratularions {
4265 display: flex;
4266 background: #E6F6E8;
4267 justify-content: center;
4268 padding: 10px 20px;
4269 align-items: center;
4270 gap: 10px;
4271 border-radius: 6px;
4272 font-size: 16px;
4273 font-weight: 500;
4274 text-align: center;
4275 color: #00A31B;
4276 }
4277 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-success-duplicate-content .wkit-duplicate-success-msg {
4278 display: flex;
4279 padding: 10px;
4280 text-align: center;
4281 font-size: 14px;
4282 min-width: 70%;
4283 width: 70%;
4284 }
4285 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-changes {
4286 display: flex;
4287 flex-direction: column;
4288 -moz-column-gap: 10px;
4289 column-gap: 10px;
4290 max-height: 120px;
4291 min-height: 60px;
4292 overflow-y: auto;
4293 padding-right: 10px;
4294 gap: 5px;
4295 /* Handle */
4296 /* Track */
4297 /* Handle on hover */
4298 }
4299 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-changes::-webkit-scrollbar {
4300 width: 3px;
4301 }
4302 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-changes::-webkit-scrollbar-thumb {
4303 background: #C1BFBF;
4304 border-radius: 25px;
4305 }
4306 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-changes::-webkit-scrollbar-track {
4307 background: #F8F8F8;
4308 border-radius: 25px;
4309 }
4310 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-changes::-webkit-scrollbar-thumb:hover {
4311 background: #B0AFAF;
4312 }
4313 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-add-log-btn {
4314 border: 1px solid #040483;
4315 color: #040483;
4316 background-color: transparent;
4317 min-height: 30px;
4318 display: flex;
4319 flex-direction: row;
4320 align-items: center;
4321 justify-content: center;
4322 gap: 5px;
4323 margin-top: 15px;
4324 cursor: pointer;
4325 }
4326 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wkit-add-log-btn:hover {
4327 border: 1px solid #030369;
4328 color: #030369;
4329 }
4330 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-wrap {
4331 display: flex;
4332 -moz-column-gap: 15px;
4333 column-gap: 15px;
4334 align-items: center;
4335 }
4336 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-wrap svg {
4337 cursor: pointer;
4338 fill: #808B93;
4339 transition: 0.3s linear;
4340 }
4341 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-wrap svg:hover {
4342 fill: black;
4343 }
4344 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-number,
4345 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-details {
4346 display: flex;
4347 flex-direction: column;
4348 width: 100%;
4349 position: relative;
4350 gap: 8px;
4351 }
4352 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-number label,
4353 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-details label {
4354 font-size: 16px;
4355 font-weight: 500;
4356 }
4357 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-input {
4358 background: #F9F9F9;
4359 height: 40px;
4360 border: 0.5px solid rgba(128, 114, 252, 0.1);
4361 border-radius: 2px;
4362 font-style: normal;
4363 font-weight: 400;
4364 font-size: 14px;
4365 color: #494949;
4366 }
4367 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-input:focus {
4368 border-color: rgba(128, 114, 252, 0.1);
4369 box-shadow: none;
4370 }
4371 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-detail-input {
4372 background: #F9F9F9;
4373 border: 0.5px solid rgba(128, 114, 252, 0.1);
4374 border-radius: 2px;
4375 font-style: normal;
4376 font-weight: 400;
4377 font-size: 14px;
4378 color: #494949;
4379 width: 100%;
4380 padding: 5px 10px;
4381 }
4382 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-detail-input:focus {
4383 border-color: rgba(128, 114, 252, 0.1);
4384 box-shadow: none;
4385 }
4386 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-quickedit-footer {
4387 width: 100%;
4388 padding: 15px 0px 15px 0px;
4389 display: flex;
4390 flex-direction: row;
4391 justify-content: center;
4392 align-items: center;
4393 gap: 10px;
4394 background-color: #fff;
4395 border-radius: 0px 0px 10px 10px;
4396 }
4397 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-quickedit-footer .wkit-quickedit-note {
4398 display: flex;
4399 padding: 8px 0px 8px 8px;
4400 justify-content: flex-start;
4401 align-items: center;
4402 gap: 45px;
4403 flex: 1 0 0;
4404 border-left: 3px solid #FFCD38;
4405 background: #FFF;
4406 }
4407 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-quickedit-footer .wkit-quickedit-note span {
4408 max-width: 85%;
4409 }
4410 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-quickedit-footer .wb-version-popup-btn {
4411 display: flex;
4412 position: relative;
4413 background: #040483;
4414 border-radius: 6px;
4415 color: #fff;
4416 padding: 12px;
4417 border: none;
4418 width: 22%;
4419 min-width: 22%;
4420 cursor: pointer;
4421 flex-direction: row;
4422 align-items: center;
4423 justify-content: center;
4424 }
4425 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-quickedit-footer .wb-version-popup-btn:disabled {
4426 opacity: 0.7;
4427 }
4428
4429 .wkit-download-icon {
4430 position: absolute;
4431 top: 40%;
4432 left: 45%;
4433 display: flex;
4434 justify-content: center;
4435 align-items: center;
4436 cursor: pointer;
4437 z-index: 2;
4438 }
4439 .wkit-download-icon svg {
4440 background: #040483;
4441 height: 35px;
4442 width: 35px;
4443 border-radius: 10px;
4444 padding: 5px;
4445 }
4446
4447 .wkit-opacity-card {
4448 opacity: 0.5;
4449 }
4450
4451 .wkit-opacity-card:before {
4452 content: "";
4453 background: transparent;
4454 height: 100%;
4455 width: 100%;
4456 position: absolute;
4457 z-index: 1;
4458 }
4459
4460 .wb-widgeted {
4461 max-width: 100%;
4462 width: 100%;
4463 }
4464 .wb-widgeted .wb-widget-listing-main {
4465 max-width: 100%;
4466 width: 100%;
4467 height: 45px;
4468 }
4469 .wb-widgeted .wb-widget-listing-main .wb-widget-title {
4470 font-size: 20px;
4471 font-weight: 600;
4472 }
4473 .wb-widgeted .wb-widget-search-and-tags-area {
4474 max-width: 99%;
4475 width: 99%;
4476 height: auto;
4477 background-color: #fff;
4478 position: relative;
4479 padding-bottom: 5px;
4480 align-items: center;
4481 }
4482 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size {
4483 padding: 25px 25px 0px 25px;
4484 }
4485 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox {
4486 max-width: 100%;
4487 width: 100%;
4488 height: 40px;
4489 display: flex;
4490 position: relative;
4491 }
4492 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox .wb-search {
4493 border: 1px solid #D2D2D2;
4494 border-radius: 2px;
4495 display: flex;
4496 width: 60%;
4497 height: 40px;
4498 max-width: 60%;
4499 }
4500 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox .wb-search span {
4501 border-right: 1px solid #D2D2D2;
4502 }
4503 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox .wb-search .wb-search-icon {
4504 height: 20px;
4505 width: 40px;
4506 margin-top: 10px;
4507 }
4508 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox .wb-search #wb-searchbox {
4509 height: 40px;
4510 width: 95%;
4511 border: none;
4512 }
4513 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox .wb-checkbox {
4514 width: 40%;
4515 height: 40px;
4516 max-width: 40%;
4517 justify-content: center;
4518 align-items: center;
4519 line-height: 50px;
4520 margin-left: 25px;
4521 }
4522 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox .wb-checkbox .wb-show-installed {
4523 color: #6200FF;
4524 border: 1px solid #6200FF;
4525 }
4526 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox .wb-checkbox .wb-show-only-installed {
4527 position: relative;
4528 top: -2px;
4529 color: #6200FF;
4530 font-weight: 400;
4531 font-size: 12px;
4532 }
4533 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-tag-blur {
4534 position: relative;
4535 top: 57px;
4536 box-shadow: -2px -23px 12px #fff;
4537 height: 50px !important;
4538 z-index: 5;
4539 width: 103%;
4540 right: 17px;
4541 display: none;
4542 cursor: pointer;
4543 }
4544 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-lists {
4545 margin-top: 1%;
4546 position: relative;
4547 padding: 0px 3px 3px 0px;
4548 }
4549 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-lists .wb-tags-list {
4550 max-width: 100%;
4551 width: 100%;
4552 height: 42px;
4553 position: relative;
4554 padding-top: 10px;
4555 display: flex;
4556 flex-direction: row;
4557 flex-wrap: wrap;
4558 padding: 0px;
4559 overflow: hidden;
4560 gap: 10px 6px;
4561 }
4562 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-lists .wb-tags-list a {
4563 border: 1px solid rgb(136, 136, 136);
4564 padding: 10px;
4565 width: auto;
4566 text-decoration: none;
4567 margin-right: 12px;
4568 color: rgb(136, 136, 136);
4569 font-weight: 400;
4570 font-size: 12px;
4571 }
4572 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-lists .wb-tags-list a span {
4573 border-radius: 50%;
4574 background-color: rgb(136, 136, 136);
4575 color: white;
4576 height: 20px;
4577 width: 20px;
4578 font-weight: 700;
4579 font-size: 10px;
4580 margin: 0px 0px 0px 5px;
4581 padding: 3px;
4582 }
4583 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .showmore {
4584 display: none;
4585 }
4586 .wb-widgeted .wb-widget-search-and-tags-area .wb-show-more {
4587 background: rgba(128, 114, 252, 0.15);
4588 border-radius: 0px 0px 2px 2px;
4589 height: 40px;
4590 width: 98.9%;
4591 text-align: center;
4592 line-height: 40px;
4593 margin: 0 auto;
4594 cursor: pointer;
4595 display: block;
4596 }
4597 .wb-widgeted .wb-widget-search-and-tags-area .wb-show-more .wb-show-more-link {
4598 text-decoration: none;
4599 align-self: center;
4600 font-weight: 600;
4601 font-size: 12px;
4602 background-color: none;
4603 border: none;
4604 background: transparent;
4605 cursor: pointer;
4606 color: #8072FC;
4607 }
4608
4609 .wb-creative-widget-main {
4610 display: flex;
4611 flex-direction: column;
4612 width: 100%;
4613 background: #F8F8F8;
4614 border-radius: 6px;
4615 height: auto;
4616 }
4617 .wb-creative-widget-main .wb-creative-row {
4618 display: flex;
4619 width: 100%;
4620 flex-wrap: wrap;
4621 margin-bottom: 30px;
4622 justify-content: flex-end;
4623 }
4624 .wb-creative-widget-main .wb-creative-row .wb-creative-title {
4625 font-size: 18px;
4626 font-weight: 600;
4627 justify-self: auto;
4628 }
4629 .wb-creative-widget-main .wb-creative-row .wb-creative-button {
4630 display: flex;
4631 gap: 10px;
4632 align-items: center;
4633 font-size: 18px;
4634 font-weight: 600;
4635 flex-wrap: wrap;
4636 }
4637 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-plugin-link {
4638 color: #040483;
4639 font-size: 13px;
4640 font-weight: 600;
4641 display: flex;
4642 align-items: center;
4643 -moz-column-gap: 5px;
4644 column-gap: 5px;
4645 transition: 0.3s linear;
4646 }
4647 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-plugin-link .wkit-favourites-icon {
4648 fill: #040483;
4649 }
4650 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-plugin-link .wkit-sync-icon {
4651 stroke: #040483;
4652 }
4653 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-plugin-link:hover {
4654 transition: 0.3s linear;
4655 }
4656 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-plugin-link:hover .wkit-svg-icon {
4657 transform: rotate(180deg);
4658 transition: 0.3s linear;
4659 }
4660 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-primary-btn-skeleton {
4661 border: none;
4662 width: 130px;
4663 height: 40px;
4664 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
4665 animation: wkit-wave-lines-anim 2s infinite ease-out;
4666 transition: 0.3s linear;
4667 padding: 10px 20px;
4668 font-size: 13px;
4669 border-radius: 6px;
4670 }
4671 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-button-primary {
4672 border: 1px solid #040483;
4673 color: #040483;
4674 background: transparent;
4675 font-weight: 600;
4676 font-size: 13px;
4677 padding: 10px 20px;
4678 transition: 0.3s linear;
4679 border-radius: 6px;
4680 cursor: pointer;
4681 }
4682 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-button-primary:hover {
4683 background: rgba(3, 4, 131, 0.03);
4684 }
4685 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-button-primary-disabled {
4686 opacity: 0.4;
4687 }
4688 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-button-secondary {
4689 border: 1px solid #040483;
4690 background-color: #040483;
4691 padding: 10px 20px;
4692 text-decoration: none;
4693 font-weight: 600;
4694 font-size: 13px;
4695 color: #FFFFFF;
4696 border-radius: 6px;
4697 cursor: pointer;
4698 transition: 0.3s linear;
4699 }
4700 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-button-secondary:hover {
4701 background: #030369;
4702 }
4703 .wb-creative-widget-main .wb-widget-grid {
4704 display: grid;
4705 max-width: 100%;
4706 width: 100%;
4707 grid-template-columns: repeat(1, 1fr);
4708 padding-bottom: 25px;
4709 box-sizing: border-box;
4710 grid-auto-flow: dense;
4711 grid-gap: 23px;
4712 grid-auto-rows: auto;
4713 }
4714 .wb-creative-widget-main .wb-widget-grid .wb-grid-row {
4715 width: 235px;
4716 display: grid;
4717 }
4718 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top {
4719 height: 200px;
4720 width: 100%;
4721 border: 1px solid #EBEBEB;
4722 border-radius: 2px 2px 0px 0px;
4723 grid-template-columns: repeat(1, 1fr);
4724 display: grid;
4725 position: relative;
4726 }
4727 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child {
4728 height: 157px;
4729 width: 200px;
4730 background: #F7F7F7;
4731 border-radius: 2px;
4732 margin: 0 auto;
4733 align-self: center;
4734 display: grid;
4735 position: relative;
4736 grid-template-columns: 10px 10px 10px 10px;
4737 justify-content: center;
4738 grid-gap: 25px;
4739 cursor: pointer;
4740 }
4741 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child span {
4742 bottom: 0%;
4743 height: 20px;
4744 width: 20px;
4745 top: 93%;
4746 position: relative;
4747 text-align: center;
4748 justify-self: center;
4749 box-shadow: 2px 2px 2px 1px rgba(178, 176, 176, 0.29);
4750 display: block;
4751 z-index: 1;
4752 display: none;
4753 }
4754 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child span img {
4755 position: relative;
4756 top: 2px;
4757 }
4758 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child span .wd-widget-option {
4759 width: 150px;
4760 height: 142px;
4761 border: 1px solid black;
4762 line-height: 31px;
4763 margin-top: 6px;
4764 }
4765 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child span .wd-widget-option .wd-widget-li {
4766 height: 32px;
4767 width: 95%;
4768 margin: 0 auto;
4769 border-radius: 1px;
4770 margin-top: 3px;
4771 }
4772 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child span .wd-widget-option .wd-widget-li:hover {
4773 background: rgba(239, 230, 255, 0.5);
4774 border-radius: 1px;
4775 margin: 0 auto;
4776 margin-top: 3px;
4777 }
4778 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child span:nth-child-type(4) {
4779 padding-left: 10px;
4780 }
4781 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-featured-image-list {
4782 z-index: 0;
4783 margin-top: -37%;
4784 }
4785 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-featured-image-list img {
4786 z-index: -1;
4787 height: 81%;
4788 width: 70%;
4789 padding: 10px;
4790 margin: -53px 0px 0px 25px;
4791 border-radius: 10px;
4792 }
4793 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top:hover .wb-card-child > span {
4794 display: block;
4795 }
4796 .wb-creative-widget-main .wb-widget-grid .wb-widget-card-bottom {
4797 margin-bottom: 22px;
4798 width: 100%;
4799 border: 1px solid #EBEBEB;
4800 border-radius: 2px 2px 0px 0px;
4801 grid-template-columns: repeat(1, 1fr);
4802 font-style: normal;
4803 font-weight: 600;
4804 font-size: 14px;
4805 color: #1E1E1E;
4806 padding-bottom: 7px;
4807 display: grid;
4808 }
4809 .wb-creative-widget-main .wb-widget-grid .wb-widget-card-bottom .wb-font-design {
4810 padding-left: 20px;
4811 padding-right: 10px;
4812 }
4813 .wb-creative-widget-main .wb-widget-grid .wb-widget-card-bottom .wb-font-design h4 {
4814 line-height: 0px;
4815 font-size: 14px;
4816 color: #1E1E1E;
4817 }
4818 .wb-creative-widget-main .wb-widget-grid .wb-widget-card-bottom .wb-font-design .readMore {
4819 color: #888888;
4820 font-style: normal;
4821 font-weight: 400;
4822 font-size: 12px;
4823 text-align: justify;
4824 width: 95%;
4825 }
4826 .wb-creative-widget-main .wb-widget-grid .wb-widget-card-bottom .wb-font-design a {
4827 cursor: pointer;
4828 }
4829 .wb-creative-widget-main .wb-widget-grid .wb-widget-card-bottom.height {
4830 height: 100px;
4831 }
4832
4833 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-widget-searchbox .wb-checkbox .wb-show-installed:checked::before {
4834 content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzYyMDBGRiIvPgo8cGF0aCBkPSJNNC41IDEwLjVMOCAxNEwxNS41IDYuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
4835 font-size: 1.5em;
4836 color: #6200FF;
4837 }
4838
4839 .wb-widget-pagination {
4840 max-width: 98%;
4841 width: 98%;
4842 }
4843 .wb-widget-pagination .pagination {
4844 display: flex;
4845 flex-flow: row;
4846 flex-wrap: wrap;
4847 justify-content: flex-end;
4848 width: 103%;
4849 }
4850 .wb-widget-pagination .pagination button {
4851 padding: 10px 10px 10px 10px;
4852 border-radius: 1px;
4853 height: 35px;
4854 margin: 1px 15px 0px 5px;
4855 background: none;
4856 text-decoration: none;
4857 font-weight: 700;
4858 font-size: 14px;
4859 align-content: center;
4860 cursor: pointer;
4861 -webkit-text-size-adjust: none;
4862 -moz-text-size-adjust: none;
4863 text-size-adjust: none;
4864 width: 41px;
4865 border: none;
4866 }
4867 .wb-widget-pagination .pagination .btn {
4868 border: none;
4869 outline: none;
4870 padding: 10px 16px;
4871 background-color: #6200ff;
4872 cursor: pointer;
4873 font-size: 18px;
4874 }
4875 .wb-widget-pagination .pagination .active {
4876 color: white;
4877 text-align: center;
4878 background: #6200FF;
4879 box-shadow: 0px 1px 2px rgba(81, 1, 210, 0.25);
4880 border-radius: 1px;
4881 }
4882 .wb-widget-pagination .pagination .PrevPagination {
4883 height: 50px;
4884 width: 50px;
4885 margin-top: -8px;
4886 display: block;
4887 cursor: pointer;
4888 position: relative;
4889 background: #FFFFFF;
4890 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
4891 border-radius: 2px;
4892 }
4893 .wb-widget-pagination .pagination .NextPagination {
4894 height: 50px;
4895 width: 50px;
4896 margin-top: -8px;
4897 display: block;
4898 cursor: pointer;
4899 position: relative;
4900 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
4901 border-radius: 2px;
4902 }
4903
4904 .tp-enableAll-btn::before:focus {
4905 border: 2px solid #6200FF;
4906 color: #6200FF;
4907 box-shadow: inset 0 0 0 4px #FFFFFF;
4908 }
4909
4910 .tp-enableAll-btn:checked {
4911 border: 2px solid #6200FF;
4912 color: #6200FF;
4913 background-color: #6200FF;
4914 }
4915
4916 .tp-enableAll-btn:checked::before {
4917 border: solid #FFFFFF;
4918 border-width: 0 2px 2px 0;
4919 transform: rotate(45deg);
4920 width: 3px !important;
4921 height: 8px !important;
4922 position: relative;
4923 right: -9px;
4924 top: 3px;
4925 }
4926
4927 .tp-enableAll-btn {
4928 height: 18px !important;
4929 width: 18px !important;
4930 border-radius: 2px !important;
4931 }
4932
4933 .tp-enableAll-btn:checked::after {
4934 border: solid #FFFFFF;
4935 border-width: 0 2px 2px 0;
4936 transform: rotate(45deg);
4937 background-color: #8072FC;
4938 color: #8072FC;
4939 width: 3px;
4940 height: 8px;
4941 position: relative;
4942 right: -7px;
4943 top: 3px;
4944 }
4945
4946 .tp-enableAll-btn:focus {
4947 box-shadow: 0 0 0 1px #FFFFFF !important;
4948 border-color: #8072FC !important;
4949 }
4950
4951 .close-popup {
4952 display: flex;
4953 justify-content: flex-end;
4954 }
4955
4956 .close-popup a {
4957 font-size: 1.2rem;
4958 background-color: rebeccapurple;
4959 color: #fff;
4960 padding: 5px 10px;
4961 font-weight: bold;
4962 text-decoration: none;
4963 border-radius: 10px;
4964 }
4965
4966 .wb-quick-edit {
4967 width: 60%;
4968 box-sizing: border-box;
4969 position: relative;
4970 width: 100%;
4971 }
4972 .wb-quick-edit .wb-quickedit-header {
4973 background: #212529;
4974 display: flex;
4975 padding: 0px 0px 0px 25px;
4976 }
4977 .wb-quick-edit .wb-quickedit-header h3 {
4978 font-style: normal;
4979 font-weight: 600;
4980 justify-items: flex-start;
4981 align-self: center;
4982 font-size: 24px;
4983 color: #FFFFFF;
4984 }
4985 .wb-quick-edit .wb-quickedit-nameNew {
4986 color: #212529;
4987 font-weight: 400;
4988 font-size: 14px;
4989 background: #FFFFFF;
4990 border: 1px solid #EBEBEB;
4991 border-radius: 2px;
4992 }
4993 .wb-quick-edit .wb-quickedit-nameNew:focus {
4994 border-color: unset;
4995 box-shadow: unset;
4996 outline: unset;
4997 }
4998 .wb-quick-edit .wb-quickedit-nameNew:focus-visible {
4999 border: 1px solid #EBEBEB;
5000 }
5001 .wb-quick-edit .wb-quickedit-body .wb-quickedit-inputs {
5002 display: flex;
5003 flex-direction: column;
5004 background: #FFFFFF;
5005 padding: 17px 25px 0px 25px;
5006 }
5007 .wb-quick-edit .wb-quickedit-body .wb-quickedit-inputs label {
5008 color: #212529;
5009 font-style: normal;
5010 font-weight: 600;
5011 font-size: 16px;
5012 }
5013 .wb-quick-edit .wb-quickedit-desciption {
5014 color: #212529;
5015 font-weight: 400;
5016 font-size: 14px;
5017 font-size: 16px;
5018 background: #FFFFFF;
5019 border: 1px solid #EBEBEB;
5020 border-radius: 2px;
5021 }
5022 .wb-quick-edit .wb-quickedit-desciption:focus {
5023 box-shadow: none !important;
5024 background: none !important;
5025 color: black;
5026 outline: none !important;
5027 border: 1px solid #EBEBEB;
5028 }
5029 .wb-quick-edit .wb-quickedit-footer {
5030 height: 90px;
5031 background-color: white;
5032 display: flex;
5033 padding: 25px;
5034 flex-direction: row;
5035 }
5036 .wb-quick-edit .wb-quickedit-footer .wb-quickedit-cancelBtn {
5037 justify-content: flex-start;
5038 flex: 1;
5039 padding: 10px;
5040 border: none;
5041 cursor: pointer;
5042 background: transparent;
5043 color: #8E8E8E;
5044 font-style: normal;
5045 font-weight: 600;
5046 font-size: 14px;
5047 }
5048 .wb-quick-edit .wb-quickedit-footer .wb-quickedit-updateBtn {
5049 justify-content: flex-end;
5050 background: #6200FF;
5051 border-radius: 6px;
5052 color: white;
5053 flex: 1;
5054 margin: 0px 0px 0px 12px;
5055 font-style: normal;
5056 font-weight: 600;
5057 font-size: 14px;
5058 border: none;
5059 cursor: pointer;
5060 }
5061 .wb-quick-edit .wb-quickedit-footer .wb-quickeditss-updateBtn {
5062 justify-content: flex-end;
5063 background: #6200FF;
5064 border-radius: 6px;
5065 color: white;
5066 flex: 1;
5067 margin: 0px 0px 0px 12px;
5068 font-style: normal;
5069 font-weight: 600;
5070 font-size: 14px;
5071 border: none;
5072 }
5073
5074 .wb-popup-content {
5075 display: flex;
5076 flex-direction: column;
5077 justify-content: space-between;
5078 min-height: auto;
5079 padding: 0px 25px 15px 25px;
5080 border-radius: 0px 0px 12px 12px;
5081 background-color: white;
5082 overflow-y: auto;
5083 max-height: 55vh;
5084 }
5085
5086 .wb-editWidget-popup {
5087 display: flex;
5088 position: fixed;
5089 top: 0%;
5090 left: 0px;
5091 z-index: 9999;
5092 height: 100%;
5093 width: 100%;
5094 justify-content: space-around;
5095 background-color: rgba(0, 0, 0, 0.7);
5096 align-items: center;
5097 }
5098 .wb-editWidget-popup .wb-edit-popup {
5099 width: 50%;
5100 top: 65px;
5101 position: fixed;
5102 }
5103 .wb-editWidget-popup .wdkit-remove-popup {
5104 width: 30%;
5105 }
5106 .wb-editWidget-popup .wdkit-duplicate-widget-popup {
5107 width: 35%;
5108 }
5109 .wb-editWidget-popup.hide {
5110 display: none;
5111 }
5112 .wb-editWidget-popup.show {
5113 display: flex;
5114 }
5115
5116 .wkit-add-widget-header-container {
5117 padding: 9px;
5118 background-color: #fff;
5119 border-radius: 10px 10px 0px 0px;
5120 }
5121
5122 .wkit-popup-close-icon {
5123 margin-right: 25px;
5124 top: -15px;
5125 right: -39px;
5126 cursor: pointer;
5127 position: absolute;
5128 background-color: #fff;
5129 padding: 5px;
5130 border-radius: 50%;
5131 display: flex;
5132 flex-direction: row;
5133 align-items: center;
5134 justify-content: center;
5135 width: 35px;
5136 height: 35px;
5137 border: 4px solid #efefef;
5138 }
5139
5140 .wb-drop-file {
5141 height: 150px;
5142 width: 100%;
5143 display: flex;
5144 background: #FFFFFF;
5145 border: 2px dashed #EBEBEB;
5146 border-radius: 2px;
5147 cursor: pointer;
5148 background-repeat: no-repeat;
5149 background-position: center center;
5150 background-size: contain;
5151 flex-direction: column;
5152 align-items: center;
5153 justify-content: center;
5154 }
5155 .wb-drop-file .wb-widget-icon {
5156 width: 100%;
5157 border-radius: 2px;
5158 margin-bottom: 10px;
5159 margin-top: -15px;
5160 }
5161 .wb-drop-file span {
5162 margin-top: 15px;
5163 text-align: center;
5164 }
5165 .wb-drop-file .wb-drop-icon {
5166 align-self: self-end;
5167 display: block;
5168 }
5169 .wb-drop-file .wb-drop-icon #wb-addwidget-drop-image {
5170 height: 18vh;
5171 width: 50%;
5172 }
5173
5174 .wb-add-widget {
5175 background-color: #fff;
5176 border-radius: 10px;
5177 box-sizing: border-box;
5178 }
5179 .wb-add-widget .wb-add-widget-name {
5180 display: flex;
5181 flex-direction: column;
5182 width: 100%;
5183 }
5184 .wb-add-widget .wb-add-widget-body .wb-add-widget-name-warpper {
5185 display: flex;
5186 flex-direction: row;
5187 align-items: center;
5188 }
5189 .wb-add-widget .wb-add-widget-body .wb-add-widget-headings {
5190 font-weight: 500;
5191 font-size: 16px;
5192 margin: 14px 0px 9px 0px;
5193 }
5194 .wb-add-widget .wb-add-widget-body label {
5195 font-weight: 500;
5196 font-size: 16px;
5197 }
5198 .wb-add-widget .wb-add-widget-body .wb-add-widget-nameinput {
5199 width: 100%;
5200 height: 40px;
5201 background: #FFFFFF;
5202 border: 1px solid #EBEBEB;
5203 border-radius: 2px;
5204 }
5205 .wb-add-widget .wb-add-widget-body .wb-add-widget-titleinput {
5206 width: 90%;
5207 height: 40px;
5208 background: #FFFFFF;
5209 border: 1px solid #EBEBEB;
5210 border-radius: 2px;
5211 }
5212 .wb-add-widget .wb-select-radio-label {
5213 color: black;
5214 font-size: 14px;
5215 font-weight: 500;
5216 margin: 12px 0px 0px 0px;
5217 display: flex;
5218 flex-direction: row;
5219 }
5220 .wb-add-widget .wb-add-widget-radioinput:checked {
5221 border: 1px solid #040483 !important;
5222 box-shadow: 0 0 0 1px #040483 !important;
5223 }
5224 .wb-add-widget .wb-add-widget-radio {
5225 border-radius: 2px;
5226 padding: 8px 15px;
5227 display: flex;
5228 width: 50%;
5229 border: 1px solid #ebebeb;
5230 cursor: pointer;
5231 align-items: center;
5232 flex-direction: row;
5233 gap: 5px;
5234 justify-content: flex-start;
5235 }
5236 .wb-add-widget .wb-add-widget-radio img {
5237 position: relative;
5238 border-radius: 4px;
5239 }
5240 .wb-add-widget .wb-add-widget-radio .wb-add-widget-radioinput {
5241 align-self: center;
5242 content: "";
5243 padding: 11px !important;
5244 margin-top: 1px;
5245 border: 1px solid #A1A1A1;
5246 }
5247 .wb-add-widget .wb-add-widget-radio .wb-add-widget-radioinput::before {
5248 height: 12px;
5249 width: 12px;
5250 margin-left: -6px;
5251 margin-top: -6px;
5252 background: #040483;
5253 }
5254 .wb-add-widget .wb-add-widget-radio label {
5255 margin: 0;
5256 color: #A1A1A1;
5257 }
5258 .wb-add-widget .wb-add-widget-radio-main {
5259 display: flex;
5260 flex-direction: row;
5261 justify-content: flex-start;
5262 align-items: center;
5263 gap: 20px;
5264 }
5265
5266 .wb-add-widget-footer {
5267 display: flex;
5268 flex-direction: row;
5269 margin: 25px 0px 10px 0px;
5270 gap: 20px;
5271 }
5272 .wb-add-widget-footer .wb-addss-widget-updateBtn {
5273 width: 50%;
5274 background-color: #040483;
5275 display: flex;
5276 text-decoration: none;
5277 border-radius: 6px;
5278 font-size: 14px;
5279 font-weight: 600;
5280 border: none;
5281 pointer-events: auto !important;
5282 cursor: not-allowed !important;
5283 color: white;
5284 align-items: center;
5285 flex-direction: row;
5286 justify-content: center;
5287 cursor: pointer;
5288 }
5289 .wb-add-widget-footer .wb-add-widget-cancelBtn {
5290 display: flex;
5291 width: 50%;
5292 align-items: center;
5293 justify-content: center;
5294 flex-direction: row;
5295 }
5296 .wb-add-widget-footer .wb-add-widget-cancelBtn button {
5297 padding: 10px 0px;
5298 border: none;
5299 cursor: pointer;
5300 background: transparent;
5301 color: #8E8E8E;
5302 font-weight: 600;
5303 font-size: 14px;
5304 }
5305 .wb-add-widget-footer .wb-add-widget-cancelBtn button:hover {
5306 color: #040483;
5307 }
5308 .wb-add-widget-footer .wb-add-widget-link {
5309 width: 50%;
5310 background-color: #040483;
5311 display: flex;
5312 text-decoration: none;
5313 border-radius: 6px;
5314 font-size: 14px;
5315 font-weight: 600;
5316 align-items: center;
5317 flex-direction: row;
5318 justify-content: center;
5319 border: none;
5320 cursor: pointer;
5321 color: white;
5322 }
5323 .wb-add-widget-footer .wb-add-widget-updateBtn {
5324 width: 50%;
5325 background-color: #040483;
5326 display: flex;
5327 text-decoration: none;
5328 border-radius: 6px;
5329 font-size: 14px;
5330 font-weight: 600;
5331 border: none;
5332 color: white;
5333 align-items: center;
5334 flex-direction: row;
5335 justify-content: center;
5336 cursor: pointer;
5337 }
5338
5339 .wb-drop-file-inp {
5340 height: 145px;
5341 display: flex;
5342 justify-content: center;
5343 align-items: center;
5344 row-gap: 10px;
5345 background: #FFFFFF;
5346 border: 2px dashed #EBEBEB;
5347 border-radius: 2px;
5348 text-align: center;
5349 cursor: pointer;
5350 flex-direction: column;
5351 }
5352 .wb-drop-file-inp #wb-import-file {
5353 display: none;
5354 }
5355
5356 .wb-import-widget-updateBtn {
5357 width: 50%;
5358 background-color: #040483;
5359 display: flex;
5360 text-decoration: none;
5361 border-radius: 6px;
5362 font-size: 14px;
5363 font-weight: 600;
5364 cursor: pointer;
5365 align-items: center;
5366 flex-direction: row;
5367 justify-content: center;
5368 border: none;
5369 color: white;
5370 }
5371
5372 .wb-importss-widget-updateBtn {
5373 width: 50%;
5374 background-color: #040483;
5375 display: flex;
5376 text-decoration: none;
5377 border-radius: 6px;
5378 font-size: 14px;
5379 font-weight: 600;
5380 cursor: not-allowed;
5381 align-items: center;
5382 flex-direction: row;
5383 justify-content: center;
5384 border: none;
5385 color: white;
5386 }
5387
5388 .dropFileErrorMessage {
5389 margin-top: 10px;
5390 display: none;
5391 }
5392
5393 .wb-add-widget-inputs {
5394 display: flex;
5395 flex-direction: column;
5396 }
5397
5398 .wb-add-widget-image {
5399 display: flex;
5400 flex-direction: row;
5401 align-items: center;
5402 width: 100%;
5403 gap: 20px;
5404 }
5405
5406 .wb-add-widget-image-content {
5407 display: flex;
5408 flex-direction: column;
5409 width: 50%;
5410 }
5411 .wb-add-widget-image-content .wkit-convert-widgetImage {
5412 width: 100%;
5413 height: 100%;
5414 -o-object-fit: contain;
5415 object-fit: contain;
5416 }
5417
5418 .wb-add-widget-desciptioninpuit {
5419 width: 100%;
5420 border: 1px solid #EBEBEB;
5421 border-radius: 2px;
5422 }
5423
5424 .wb-exist-checkbox {
5425 display: flex;
5426 align-items: self-end;
5427 background: white;
5428 margin: 25px 0px 0px 0px;
5429 position: relative;
5430 -moz-column-gap: 6px;
5431 column-gap: 6px;
5432 font-style: normal;
5433 font-weight: 400;
5434 font-size: 16px;
5435 color: #212529;
5436 }
5437 .wb-exist-checkbox input {
5438 color: black;
5439 border-radius: 1px;
5440 height: initial;
5441 width: initial;
5442 margin-bottom: 0;
5443 display: none;
5444 cursor: pointer;
5445 }
5446 .wb-exist-checkbox input:focus {
5447 box-shadow: none !important;
5448 border: 1px solid black;
5449 background: none !important;
5450 }
5451 .wb-exist-checkbox label {
5452 color: black;
5453 position: relative;
5454 }
5455 .wb-exist-checkbox label::before {
5456 content: "";
5457 background-color: transparent;
5458 padding: 10px;
5459 display: inline-block;
5460 position: relative;
5461 vertical-align: middle;
5462 cursor: pointer;
5463 margin-right: 5px;
5464 border: 1px solid #000000;
5465 border-radius: 1px;
5466 }
5467 .wb-exist-checkbox input:checked + label::after {
5468 content: "";
5469 position: absolute;
5470 width: 6px;
5471 height: 14px;
5472 top: 0;
5473 left: 8px;
5474 border: 1px solid #6200FF;
5475 border-radius: 1px;
5476 border-width: 0 2px 2px 0;
5477 transform: rotate(45deg);
5478 }
5479
5480 .wb-dropdown {
5481 height: 150px;
5482 display: none;
5483 padding: 5px;
5484 background: #FFFFFF;
5485 border: 1px solid #EBEBEB;
5486 box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
5487 border-radius: 2px;
5488 margin-top: 10px;
5489 z-index: 18;
5490 margin-left: 83px;
5491 margin-bottom: -160px;
5492 }
5493 .wb-dropdown .wb-3dot-click {
5494 padding: 5px;
5495 }
5496 .wb-dropdown li {
5497 height: 30px;
5498 padding: 5px;
5499 border-radius: 2px;
5500 display: block;
5501 width: 100px;
5502 }
5503 .wb-dropdown li:hover {
5504 background: rgba(239, 230, 255, 0.5);
5505 width: auto;
5506 }
5507 .wb-dropdown #exportId {
5508 height: 18px;
5509 padding: 5px;
5510 border-radius: 2px;
5511 display: block;
5512 color: black;
5513 }
5514 .wb-dropdown #exportId:hover {
5515 background: rgba(239, 230, 255, 0.5);
5516 }
5517 .wb-dropdown .wb-export-widget-btn {
5518 text-decoration: none;
5519 }
5520 .wb-dropdown .wb-edit-widget-btn {
5521 color: black;
5522 text-decoration: none;
5523 }
5524 .wb-dropdown .wb-edit-widget-btn:focus {
5525 box-shadow: none;
5526 }
5527
5528 .wb-import-widget-radio-main {
5529 display: flex;
5530 flex-direction: row;
5531 margin: 8px 0px 0px 0px;
5532 background-color: white;
5533 -moz-column-gap: 14px;
5534 column-gap: 14px;
5535 }
5536 .wb-import-widget-radio-main .wb-import-widget-radioinput {
5537 align-self: center;
5538 content: "";
5539 padding: 11px !important;
5540 }
5541 .wb-import-widget-radio-main .wb-import-widget-radioinput:checked {
5542 border: 1px solid #6200FF !important;
5543 box-shadow: 0 0 0 1px #6200ff !important;
5544 }
5545 .wb-import-widget-radio-main .wb-import-widget-radioinput::before {
5546 content: "";
5547 border-radius: 50% !important;
5548 width: 14px !important;
5549 height: 14px !important;
5550 background-color: #6200FF !important;
5551 margin: -7px 0px 0px -6.5px !important;
5552 }
5553
5554 .wb-import-widget-radio {
5555 background: #FFFFFF;
5556 border: 1px solid #EBEBEB;
5557 padding: 10px;
5558 border-radius: 2px;
5559 flex: 1;
5560 cursor: pointer;
5561 display: flex;
5562 flex-direction: row;
5563 }
5564 .wb-import-widget-radio img {
5565 position: relative;
5566 }
5567 .wb-import-widget-radio .wkit-wb-importradio-label {
5568 line-height: 15px;
5569 margin: 0px 0px 0px 4px;
5570 }
5571
5572 .wb-import-widget-inputs {
5573 background-color: white;
5574 margin: 10px 0px 0px 0px;
5575 display: flex;
5576 flex-direction: column;
5577 }
5578 .wb-import-widget-inputs label {
5579 font-style: normal;
5580 font-weight: 600;
5581 font-size: 16px;
5582 color: #212529;
5583 margin: 0px 0px 10px 0px;
5584 display: flex;
5585 position: relative;
5586 flex-direction: row;
5587 }
5588 .wb-import-widget-inputs .wb-drop-file {
5589 border: 1px dashed black;
5590 height: 145px;
5591 width: 95%;
5592 display: grid;
5593 justify-content: center;
5594 grid-auto-flow: dense;
5595 background: #FFFFFF;
5596 border: 2px dashed #EBEBEB;
5597 border-radius: 2px;
5598 grid-auto-columns: auto;
5599 text-align: center;
5600 cursor: pointer;
5601 align-items: center;
5602 justify-items: center;
5603 align-self: start;
5604 }
5605 .wb-import-widget-inputs .wb-drop-file span {
5606 align-self: flex-end;
5607 padding: 10px;
5608 }
5609 .wb-import-widget-inputs .wkit-wb-edit-widget-btn {
5610 display: flex;
5611 }
5612 .wb-import-widget-inputs .wb-select-radio-label {
5613 background: white;
5614 padding: 10px 0px 0px 25px;
5615 background: white;
5616 }
5617 .wb-import-widget-inputs .add-widget {
5618 background: #FFFFFF;
5619 border: 1px solid #6200FF;
5620 border-radius: 2px;
5621 }
5622 .wb-import-widget-inputs .add-widget label {
5623 color: #6200FF;
5624 font-style: normal;
5625 font-weight: 400;
5626 font-size: 12px;
5627 }
5628
5629 .wb-radio-list {
5630 border: 1px solid grey;
5631 padding: 5px 12px 5px 10px;
5632 display: flex;
5633 align-items: center;
5634 background-color: white;
5635 color: grey;
5636 opacity: 0.5;
5637 }
5638 .wb-radio-list label:nth-of-type(2) {
5639 margin: 0px 0px 0px 7px;
5640 border-radius: 50%;
5641 background-color: black;
5642 color: white;
5643 font-weight: 500;
5644 padding: 3px 6px;
5645 }
5646
5647 .radioActive {
5648 opacity: 1;
5649 color: black;
5650 }
5651
5652 .wbdropdown-active {
5653 display: flex !important;
5654 }
5655
5656 .wbdropdown-deactive {
5657 display: none;
5658 }
5659
5660 .wb-radio-list input {
5661 align-self: center;
5662 }
5663
5664 .wb-radioclass {
5665 position: relative;
5666 left: -21px;
5667 top: 2px;
5668 z-index: -1;
5669 content: "";
5670 display: none !important;
5671 }
5672
5673 .moreText {
5674 display: none;
5675 }
5676
5677 .Active {
5678 display: block;
5679 }
5680
5681 .wb-creativeWidget {
5682 width: 100%;
5683 box-sizing: border-box;
5684 z-index: 99;
5685 display: none;
5686 }
5687 .wb-creativeWidget .wkit-wb-radiogroup {
5688 display: flex;
5689 flex-direction: row;
5690 margin: 15px 0px 0px 0px;
5691 }
5692 .wb-creativeWidget .wkit-wb-radiogroup .wb-creativeWidget-block {
5693 display: flex;
5694 flex-direction: row;
5695 gap: 10px 10px;
5696 flex-wrap: wrap;
5697 text-align: center;
5698 background-color: white;
5699 flex-basis: 100%;
5700 }
5701 .wb-creativeWidget .wkit-wb-radiogroup .wb-creativeWidget-block .onchangeRadioLeft {
5702 border: 1px solid #EBEBEB;
5703 border-radius: 1px;
5704 padding: 10px;
5705 display: flex;
5706 flex-direction: row;
5707 flex: 1 21%;
5708 justify-content: center;
5709 }
5710 .wb-creativeWidget .wkit-wb-radiogroup .wb-creativeWidget-block .onchangeRadioLeft input::before {
5711 content: "";
5712 display: none;
5713 }
5714 .wb-creativeWidget .wkit-wb-radiogroup .wb-creativeWidget-block .onchangeRadioLeft input {
5715 font-style: normal;
5716 font-weight: 400;
5717 font-size: 12px;
5718 color: #888888;
5719 display: none;
5720 }
5721
5722 .wb-dropinput-file {
5723 display: block;
5724 }
5725
5726 .wb-dropinput-file::before {
5727 content: "";
5728 display: none;
5729 }
5730
5731 .wb-drop-file input[type=file] {
5732 display: none;
5733 }
5734
5735 #wb-searchbox:focus {
5736 box-shadow: none;
5737 border: none;
5738 }
5739
5740 #wb-searchbox {
5741 border-radius: 2px;
5742 }
5743
5744 .wb-add-widget-name-warpper input {
5745 border-radius: 2px;
5746 }
5747
5748 .wb-add-widget-inputs textarea {
5749 border-radius: 2px;
5750 padding: 8px 0px 0px 8px;
5751 }
5752
5753 .wb-add-widget-name-warpper input:focus {
5754 box-shadow: none;
5755 }
5756
5757 .wb-add-widget-desciptioninpuit:focus {
5758 box-shadow: none !important;
5759 outline: none !important;
5760 border-color: none !important;
5761 background: #FFFFFF;
5762 border: 1px solid #EBEBEB;
5763 border-radius: 2px;
5764 }
5765
5766 .wb-add-widget-name-warpper::-moz-placeholder {
5767 font-style: normal;
5768 font-weight: 400;
5769 font-size: 14px;
5770 line-height: 19px;
5771 padding: 0px 0px 0px 5px;
5772 color: #A1A1A1;
5773 }
5774
5775 .wb-add-widget-name-warpper::placeholder {
5776 font-style: normal;
5777 font-weight: 400;
5778 font-size: 14px;
5779 line-height: 19px;
5780 padding: 0px 0px 0px 5px;
5781 color: #A1A1A1;
5782 }
5783
5784 .wb-add-widget-desciptioninpuit::-moz-placeholder {
5785 font-style: normal;
5786 font-weight: 400;
5787 font-size: 14px;
5788 line-height: 19px;
5789 }
5790
5791 .wb-add-widget-desciptioninpuit::placeholder {
5792 font-style: normal;
5793 font-weight: 400;
5794 font-size: 14px;
5795 line-height: 19px;
5796 }
5797
5798 .wb-add-widget-link {
5799 width: 50%;
5800 background-color: #6200FF;
5801 display: flex;
5802 text-decoration: none;
5803 border-radius: 5px;
5804 font-size: 14px;
5805 font-weight: 600;
5806 align-items: center;
5807 flex-direction: row;
5808 justify-content: center;
5809 }
5810
5811 .wb-ssadd-widget-updateBtn {
5812 width: 50%;
5813 background-color: #6200FF;
5814 display: flex;
5815 text-decoration: none;
5816 border-radius: 5px;
5817 font-size: 14px;
5818 font-weight: 600;
5819 border: none;
5820 color: white;
5821 align-items: center;
5822 flex-direction: row;
5823 justify-content: center;
5824 cursor: not-allowed;
5825 }
5826
5827 .radio-border {
5828 border: 1px solid #040483 !important;
5829 }
5830
5831 .radio-color {
5832 color: #040483 !important;
5833 }
5834
5835 .paginationActive {
5836 background: #6200FF;
5837 box-shadow: 0px 1px 2px rgba(81, 1, 210, 0.25);
5838 border-radius: 1px;
5839 }
5840
5841 .pagination-container {
5842 display: flex;
5843 list-style-type: none;
5844 }
5845 .pagination-container .pagination-item {
5846 padding: 0 12px;
5847 height: 32px;
5848 text-align: center;
5849 margin: auto 4px;
5850 color: rgba(0, 0, 0, 0.87);
5851 display: flex;
5852 box-sizing: border-box;
5853 align-items: center;
5854 border-radius: 16px;
5855 line-height: 1.43;
5856 font-size: 13px;
5857 min-width: 32px;
5858 }
5859 .pagination-container .pagination-item.dots:hover {
5860 background-color: transparent;
5861 cursor: default;
5862 }
5863 .pagination-container .pagination-item:hover {
5864 background-color: rgba(0, 0, 0, 0.04);
5865 cursor: pointer;
5866 }
5867 .pagination-container .pagination-item.selected {
5868 background-color: rgba(0, 0, 0, 0.08);
5869 }
5870 .pagination-container .pagination-item .arrow::before {
5871 position: relative;
5872 content: "";
5873 display: inline-block;
5874 width: 0.4em;
5875 height: 0.4em;
5876 border-right: 0.12em solid rgba(0, 0, 0, 0.87);
5877 border-top: 0.12em solid rgba(0, 0, 0, 0.87);
5878 }
5879 .pagination-container .pagination-item .arrow.left {
5880 transform: rotate(-135deg) translate(-50%);
5881 }
5882 .pagination-container .pagination-item .arrow.right {
5883 transform: rotate(45deg);
5884 }
5885 .pagination-container .pagination-item.disabled {
5886 pointer-events: none;
5887 }
5888 .pagination-container .pagination-item.disabled .arrow::before {
5889 border-right: 0.12em solid rgba(0, 0, 0, 0.43);
5890 border-top: 0.12em solid rgba(0, 0, 0, 0.43);
5891 }
5892 .pagination-container .pagination-item.disabled:hover {
5893 background-color: transparent;
5894 cursor: default;
5895 }
5896
5897 .wkit-delete-popup-close {
5898 position: absolute;
5899 background-color: #EFEFEF;
5900 display: flex;
5901 top: -15px;
5902 border-radius: 50%;
5903 padding: 5px;
5904 right: -15px;
5905 }
5906 .wkit-delete-popup-close .wkit-close-btn {
5907 background-color: white;
5908 margin: 0px;
5909 z-index: 2;
5910 cursor: pointer;
5911 border-radius: 50%;
5912 width: 25px;
5913 height: 25px;
5914 display: flex;
5915 flex-direction: row;
5916 align-items: center;
5917 justify-content: center;
5918 }
5919
5920 .wkit-remove-popup {
5921 display: flex;
5922 width: 100%;
5923 align-items: center;
5924 justify-content: center;
5925 }
5926
5927 .wkit-remove-popup-content {
5928 margin: 70px auto;
5929 padding: 10px;
5930 background: #F8F8FF;
5931 border-radius: 12px;
5932 position: relative;
5933 }
5934
5935 .wkit-custom-radio-wrap {
5936 border: 1px solid rgba(207, 207, 234, 0.3);
5937 position: relative;
5938 display: flex;
5939 flex-direction: column;
5940 border-radius: 6px;
5941 padding: 15px;
5942 }
5943 .wkit-custom-radio-wrap .wkit-server-heading {
5944 font-weight: 600;
5945 font-size: 14px;
5946 line-height: 21px;
5947 color: #19191B;
5948 display: flex;
5949 align-items: center;
5950 -moz-column-gap: 6px;
5951 column-gap: 6px;
5952 margin-bottom: 5px;
5953 }
5954 .wkit-custom-radio-wrap .wkit-server-heading input[type=radio] {
5955 margin: 0;
5956 padding: 0;
5957 }
5958 .wkit-custom-radio-wrap .wkit-radio-desc {
5959 font-style: normal;
5960 font-weight: 400;
5961 font-size: 12px;
5962 line-height: 1.4em;
5963 color: rgba(25, 25, 27, 0.65);
5964 }
5965 .wkit-custom-radio-wrap input[type=radio]:checked::before {
5966 background-color: #040483;
5967 }
5968 .wkit-custom-radio-wrap input[type=radio]::before {
5969 background-color: transparent;
5970 }
5971 .wkit-custom-radio-wrap input[type=radio]:checked {
5972 border: 1px solid #040483;
5973 box-shadow: none;
5974 }
5975
5976 .wkit-popup-header {
5977 padding: 20px 25px;
5978 background: #040483;
5979 border-radius: 12px 12px 0px 0px;
5980 color: #fff;
5981 font-weight: 600;
5982 font-size: 15px;
5983 color: #FFFFFF;
5984 }
5985
5986 .wkit-heading-delete {
5987 font-weight: 600;
5988 font-size: 14px;
5989 color: #000000;
5990 margin: 5px 0px;
5991 }
5992
5993 .wkit-widget-delete-btn-position {
5994 display: flex;
5995 justify-content: right;
5996 }
5997 .wkit-widget-delete-btn-position .wkit-template-delete {
5998 display: flex;
5999 flex-direction: row;
6000 align-items: center;
6001 justify-content: center;
6002 border-radius: 10px;
6003 color: #FFFFFF;
6004 font-weight: 400;
6005 font-size: 14px;
6006 border: none;
6007 padding: 15px;
6008 width: 130px;
6009 background: #2A2A96;
6010 cursor: pointer;
6011 }
6012 .wkit-widget-delete-btn-position .wkit-template-delete:disabled {
6013 opacity: 0.7;
6014 }
6015
6016 .wkit-pagination-showing-wrap {
6017 display: flex;
6018 justify-content: space-between;
6019 margin-top: 15px;
6020 flex-wrap: wrap;
6021 row-gap: 15px;
6022 }
6023 .wkit-pagination-showing-wrap .wkit-pagination-page {
6024 display: flex;
6025 -moz-column-gap: 15px;
6026 column-gap: 15px;
6027 }
6028 .wkit-pagination-showing-wrap .wkit-pagination-page svg {
6029 height: 15px;
6030 width: 15px;
6031 }
6032 .wkit-pagination-showing-wrap .wkit-pagination-page svg .wkit-icon {
6033 fill: #8991A4;
6034 }
6035 .wkit-pagination-showing-wrap .wkit-pagination-page .wkit-left-arrow {
6036 padding: 0px;
6037 }
6038 .wkit-pagination-showing-wrap .wkit-pagination-number-bg {
6039 background: #F8F8FF;
6040 border-radius: 50px;
6041 padding: 0px 5px;
6042 }
6043 .wkit-pagination-showing-wrap .wkit-pagination-page a {
6044 color: black;
6045 padding: 8px 16px;
6046 background: #F8F8FF;
6047 border-radius: 50%;
6048 font-style: normal;
6049 font-weight: 500;
6050 font-size: 14px;
6051 height: 35px;
6052 width: 35px;
6053 display: inline-flex;
6054 align-items: center;
6055 justify-content: center;
6056 }
6057 .wkit-pagination-showing-wrap .wkit-pagination-page a:hover {
6058 background-color: #2A2A96;
6059 color: #fff;
6060 }
6061 .wkit-pagination-showing-wrap .wkit-pagination-page a:hover .wkit-icon {
6062 fill: #fff;
6063 }
6064 .wkit-pagination-showing-wrap .wkit-pagination-page a.active {
6065 background-color: #2A2A96;
6066 color: white;
6067 }
6068 .wkit-pagination-showing-wrap .wkit-pagination-page {
6069 display: flex;
6070 justify-content: space-between;
6071 align-items: center;
6072 }
6073 .wkit-pagination-showing-wrap .wkit-showing-items {
6074 font-style: normal;
6075 font-weight: 500;
6076 font-size: 14px;
6077 color: #8991A4;
6078 }
6079
6080 .wkit-wb-paginatelist {
6081 display: flex;
6082 justify-content: flex-end;
6083 gap: 10px;
6084 }
6085
6086 @media (max-width: 1055px) {
6087 .wb-editWidget-popup .wb-edit-popup {
6088 width: 65%;
6089 }
6090 .wb-add-widget .wb-add-widget-body label {
6091 font-size: 14px;
6092 }
6093 .wb-add-widget .wb-add-widget-body .wb-drop-file span {
6094 font-size: 12px;
6095 }
6096 .wb-add-widget .wb-add-widget-body .wb-add-widget-nameinput {
6097 font-size: 12px;
6098 }
6099 .wb-add-widget-image-content .wb-eicons-content {
6100 gap: 5px;
6101 }
6102 .wb-add-widget-image-content .wb-eicons-content .wb-eicons-val .wb-eicons-inp {
6103 font-size: 12px;
6104 line-height: 0px;
6105 }
6106 .wb-add-widget-image-content .wb-eicons-content .wb-eicons-links {
6107 padding: 0;
6108 }
6109 .wb-add-widget-image-content .wb-eicons-content .wb-eicons-links .wb-eicons-links-heading span {
6110 font-size: 12px;
6111 }
6112 .wb-add-widget-image-content .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-lable {
6113 font-size: 12px;
6114 }
6115 }
6116 @media (max-width: 600px) {
6117 .wb-editWidget-popup .wb-edit-popup {
6118 width: 80%;
6119 }
6120 .wb-creative-widget-main .wb-creative-row .wb-creative-button {
6121 -moz-column-gap: 11px;
6122 column-gap: 11px;
6123 }
6124 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-button-primary,
6125 .wb-creative-widget-main .wb-creative-row .wb-creative-button .wkit-button-secondary {
6126 padding: 10px 10px;
6127 }
6128 .wb-add-widget .wb-add-widget-radio-main {
6129 flex-direction: column;
6130 align-items: unset;
6131 }
6132 .wb-add-widget .wb-add-widget-body .wb-add-widget-nameinput {
6133 width: 100% !important;
6134 }
6135 .wb-add-widget .wb-add-widget-radio {
6136 width: 100%;
6137 }
6138 .wkit-success-duplicate-content .wkit-duplicate-widget-image img {
6139 border-radius: 6px;
6140 width: 250px;
6141 height: 150px;
6142 }
6143 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-main {
6144 display: flex;
6145 flex-direction: column;
6146 align-items: center;
6147 gap: 12px;
6148 }
6149 .wkit-version-popup-outside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-convert-widget-main {
6150 flex-direction: column;
6151 gap: 12px;
6152 }
6153 }
6154 @media (max-width: 768px) {
6155 .wb-import-widget-inputs label {
6156 font-size: 14px;
6157 }
6158 .wb-add-widget .wb-add-widget-body .wb-add-widget-nameinput {
6159 width: 70%;
6160 }
6161 .wb-add-widget .wb-add-widget-radio .wb-add-widget-radioinput {
6162 padding: 8px !important;
6163 height: 8px;
6164 width: 8px;
6165 }
6166 .wb-add-widget .wb-add-widget-radio .wb-add-widget-radioinput::before {
6167 height: 8px;
6168 width: 8px;
6169 margin-left: -4px;
6170 margin-top: -4px;
6171 }
6172 .wb-add-widget-image {
6173 flex-direction: column;
6174 align-items: unset;
6175 }
6176 .wb-add-widget-image .wb-add-widget-image-content {
6177 width: 100%;
6178 }
6179 }
6180 @media (min-width: 1750px) {
6181 .wb-editWidget-popup .wb-edit-popup {
6182 width: 40%;
6183 }
6184 }
6185 @media only screen and (max-width: 600px) and (min-width: 600px) {
6186 .wb-add-widget-radio label {
6187 font-size: 12px;
6188 }
6189 .wb-creative-widget-main .wb-widget-grid {
6190 display: grid;
6191 }
6192 .wb-creative-widget-main .wb-widget-grid .wb-grid-row {
6193 width: 100%;
6194 display: grid;
6195 }
6196 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child {
6197 width: 85%;
6198 display: grid;
6199 margin: 0 auto;
6200 }
6201 .wb-widgeted .wb-widget-search-and-tags-area {
6202 width: 98%;
6203 border-radius: 6px;
6204 }
6205 .wb-creative-widget-main {
6206 width: 89.5%;
6207 }
6208 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top {
6209 width: 100%;
6210 }
6211 .wb-creative-widget-main .wb-widget-grid .wb-widget-card-bottom {
6212 width: 100%;
6213 }
6214 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-tag-blur {
6215 position: relative;
6216 top: 75px;
6217 }
6218 }
6219 @media only screen and (min-width: 768px) {
6220 .wb-widgeted {
6221 max-width: 99%;
6222 width: 99%;
6223 }
6224 .wb-creative-widget-main .wb-widget-grid {
6225 display: grid;
6226 grid-template-columns: repeat(3, minmax(113px, 1fr));
6227 grid-gap: 16px;
6228 }
6229 .wb-creative-widget-main .wb-widget-grid .wb-grid-row {
6230 width: 100%;
6231 display: grid;
6232 }
6233 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top .wb-card-child {
6234 width: 85%;
6235 }
6236 .wb-radio-list label:nth-of-type(2) {
6237 margin: 0px -4px 0px 8px;
6238 }
6239 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-tag-blur {
6240 position: relative;
6241 top: 74px;
6242 }
6243 }
6244 @media only screen and (min-width: 992px) {
6245 .wb-creative-widget-main .wb-widget-grid {
6246 display: grid;
6247 grid-template-columns: repeat(4, minmax(135px, 1fr));
6248 }
6249 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-tag-blur {
6250 position: relative;
6251 top: 68px;
6252 }
6253 }
6254 @media only screen and (min-width: 1200px) {
6255 .wdkit-duplicate-widget-popup {
6256 width: 35%;
6257 }
6258 .wb-creative-widget-main .wb-widget-grid {
6259 display: grid;
6260 grid-gap: 18px 18px;
6261 grid-template-columns: repeat(5, minmax(135px, 1fr));
6262 }
6263 .wb-creative-widget-main .wb-widget-grid .wb-grid-row .wb-widget-card-top {
6264 width: 100%;
6265 }
6266 .wb-creative-widget-main .wb-widget-grid .wb-widget-card-bottom {
6267 width: 100%;
6268 }
6269 .wb-widgeted .wb-widget-search-and-tags-area {
6270 max-width: 99%;
6271 width: 99%;
6272 }
6273 .wb-widgeted .wb-widget-search-and-tags-area .wb-widget-size .wb-tag-blur {
6274 position: relative;
6275 top: 95px;
6276 }
6277 }
6278 @media screen and (max-width: 1450px) {
6279 .wb-eicons-links-content {
6280 flex-direction: column;
6281 }
6282 .wb-eicons-links-content .wb-eicons-hr {
6283 display: none !important;
6284 }
6285 }
6286 /*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
6287 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/widget-builder/style/block_edit.scss ***!
6288 \*************************************************************************************************************************************************************************************************************************************************************************************************/
6289 .wb-block-detail-content {
6290 padding: 5px 10px;
6291 }
6292 .wb-block-detail-content .wkit-bottom-space {
6293 margin-bottom: 10px;
6294 }
6295 .wb-block-detail-content .wkit-wb-custom-dropDown {
6296 width: 50%;
6297 }
6298 .wb-block-detail-content .wb-block-name {
6299 padding: 7px 5px;
6300 }
6301 .wb-block-detail-content .wb-block-name .wp-block-wrapper {
6302 display: flex;
6303 align-items: center;
6304 justify-content: space-between;
6305 }
6306 .wb-block-detail-content .wb-block-name .wp-block-wrapper .wb-slider-default {
6307 display: flex;
6308 align-items: center;
6309 -moz-column-gap: 5px;
6310 column-gap: 5px;
6311 width: 50%;
6312 }
6313 .wb-block-detail-content .wb-block-name .wp-block-wrapper .wb-slider-default .wb-slider-default-value {
6314 width: 50%;
6315 padding-right: 0px;
6316 border: 1px solid #e4e4e4;
6317 background-color: #f7f7f7;
6318 border-radius: 2px;
6319 }
6320 .wb-block-detail-content .wb-block-name .wkit-wb-switcher-label {
6321 display: flex;
6322 flex-direction: row;
6323 gap: 0px 10px;
6324 }
6325 .wb-block-detail-content .wb-block-name .wkit-wb-switcher {
6326 display: flex;
6327 flex-direction: row;
6328 margin: 10px 0px 0px 0px;
6329 }
6330 .wb-block-detail-content .wb-block-name .wb-block-text-inp {
6331 background-color: #f7f7f7;
6332 border: 1px solid rgba(33, 37, 41, 0.1);
6333 width: 50%;
6334 }
6335 .wb-block-detail-content .wb-block-name .wb-block-text-inp:focus {
6336 box-shadow: none;
6337 border: 1px solid rgba(33, 37, 41, 0.1);
6338 overflow: hidden;
6339 }
6340 @media (max-width: 768px) {
6341 .wb-block-detail-content .wb-block-name .wb-block-text-inp {
6342 width: 150px;
6343 }
6344 }
6345 .wb-block-detail-content .wb-block-name .wb-block-texarea {
6346 display: flex;
6347 row-gap: 5px;
6348 flex-direction: column;
6349 }
6350 .wb-block-detail-content .wb-block-name .wb-block-texarea .wb-block-text-inp {
6351 background-color: #f7f7f7;
6352 border: 0.5px solid #e4e4e4;
6353 border-radius: 2px;
6354 width: 100%;
6355 padding: 5px 5px;
6356 font-size: 12px;
6357 height: 60px;
6358 }
6359 .wb-block-detail-content .wb-block-name .wb-paragraph {
6360 font-size: 13px;
6361 margin: 0;
6362 color: #888888;
6363 margin-top: 10px;
6364 }
6365 .wb-block-detail-content .wb-block-name .wb-category-option {
6366 padding: 5px 10px;
6367 font-size: 12px;
6368 background-color: #f7f7f7;
6369 border: 1px solid rgba(33, 37, 41, 0.1);
6370 border-radius: 2px;
6371 width: 51%;
6372 }
6373 .wb-block-detail-content .wb-block-name .wb-switch {
6374 position: relative;
6375 display: inline-block;
6376 width: 50px;
6377 height: 27px;
6378 }
6379 .wb-block-detail-content .wb-block-name .wb-switch input {
6380 opacity: 0;
6381 width: 0;
6382 height: 0;
6383 }
6384 .wb-block-detail-content .wb-block-name .wb-slider {
6385 position: absolute;
6386 cursor: pointer;
6387 top: 0;
6388 left: 0;
6389 right: 0;
6390 bottom: 0;
6391 background-color: #E0E0E0;
6392 transition: 0.4s;
6393 border-radius: 34px;
6394 }
6395 .wb-block-detail-content .wb-block-name .wb-slider:before {
6396 position: absolute;
6397 content: "";
6398 height: 19px;
6399 width: 19px;
6400 left: 4px;
6401 bottom: 4px;
6402 background-color: white;
6403 transition: 0.4s;
6404 border-radius: 50%;
6405 }
6406 .wb-block-detail-content .wb-block-name input:checked + .wb-slider {
6407 background-color: #76C758;
6408 }
6409 .wb-block-detail-content .wb-block-name input:focus + .wb-slider {
6410 box-shadow: 0 0 1px #76C758;
6411 }
6412 .wb-block-detail-content .wb-block-name input:checked + .wb-slider:before {
6413 transform: translateX(22px);
6414 }
6415 .wb-block-detail-content .wkit-wb-default-color .wkit-wb-default-color-inp {
6416 width: 35px;
6417 height: 35px;
6418 border: 1px solid #e4e4e4;
6419 background-color: #f7f7f7;
6420 cursor: pointer;
6421 }
6422 .wb-block-detail-content .wb-skin-content {
6423 display: flex;
6424 flex-direction: row;
6425 align-items: center;
6426 justify-content: space-between;
6427 }
6428 .wb-block-detail-content .wb-skin-content .wb-skin-drop-down {
6429 width: 35%;
6430 }
6431 .wb-block-detail-content .wb-skin-content .wb-skin-value {
6432 background-color: #f7f7f7;
6433 border: 0.5px solid #e4e4e4;
6434 border-radius: 2px;
6435 display: flex;
6436 flex-direction: row;
6437 align-items: center;
6438 justify-content: space-between;
6439 width: 100%;
6440 line-height: 10px;
6441 }
6442 .wb-block-detail-content .wb-skin-content .wb-skin-value span {
6443 margin: 10px;
6444 text-transform: capitalize;
6445 }
6446 .wb-block-detail-content .wb-skin-content .wb-skin-value img {
6447 margin-right: 10px;
6448 }
6449 .wb-block-detail-content .wb-skin-content .wb-skin-value-options {
6450 background-color: white;
6451 box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.1);
6452 border-radius: 2px;
6453 padding: 2px;
6454 margin-bottom: -72px;
6455 z-index: 2;
6456 position: relative;
6457 }
6458 .wb-block-detail-content .wb-skin-content .wb-skin-value-options option {
6459 margin: 3px;
6460 padding: 5px 10px;
6461 }
6462 .wb-block-detail-content .wb-skin-content .wb-skin-value-options option:hover {
6463 background: #F1F1F1;
6464 border-radius: 1px;
6465 }
6466 .wb-block-detail-content .wb-number-setting-content {
6467 display: flex;
6468 margin-top: 10px;
6469 gap: 10px;
6470 width: 100%;
6471 justify-content: space-between;
6472 }
6473 .wb-block-detail-content .wb-num-inp {
6474 width: 100%;
6475 padding: 0px 0px 0px 5px;
6476 border-radius: 2px;
6477 }
6478 .wb-block-detail-content .wb-num-feild {
6479 display: flex;
6480 flex-direction: column;
6481 width: 30%;
6482 color: #878787;
6483 }
6484 .wb-block-detail-content .wb-num-feild label {
6485 margin-left: 2px;
6486 }
6487 .wb-block-detail-content .wb-num-feild .wb-num-inp {
6488 border-radius: 2px;
6489 border: 0.5px solid #e4e4e4;
6490 background-color: rgba(225, 225, 225, 0.2509803922);
6491 }
6492 .wb-block-detail-content .wb-number-setting-title {
6493 display: flex;
6494 flex-direction: row;
6495 align-items: center;
6496 gap: 5px;
6497 }
6498 .wb-block-detail-content .wb-block-number-inp {
6499 width: 50%;
6500 border-radius: 2px;
6501 border: 1px solid #e1e2e2;
6502 background-color: #f7f7f7;
6503 padding-right: 0px;
6504 }
6505 .wb-block-detail-content .wb-option-select {
6506 display: flex;
6507 justify-content: space-between;
6508 align-items: center;
6509 margin: 5px;
6510 }
6511 .wb-block-detail-content .wb-option-select .wb-select-component-inp {
6512 border-radius: 2px;
6513 }
6514 .wb-block-detail-content .wb-option-select .wb-select-component-inp:checked::before {
6515 content: "";
6516 border: 2px solid white;
6517 border-left: 0px;
6518 border-top: 0px;
6519 transform: rotate(40deg);
6520 width: 3.5px;
6521 height: 7.5px;
6522 margin-top: 1px;
6523 margin-left: 4px;
6524 }
6525 .wb-block-detail-content .wb-option-select .wb-select-component-inp:focus {
6526 box-shadow: 0 0 0 0px rgba(34, 113, 177, 0);
6527 outline: 2px solid transparent;
6528 }
6529 .wb-block-detail-content .wb-NHA-option-select {
6530 display: flex;
6531 justify-content: space-between;
6532 margin: 5px;
6533 flex-direction: column;
6534 align-items: flex-start;
6535 gap: 5px;
6536 }
6537 .wb-block-detail-content .wb-NHA-option-select .wb-select-component {
6538 display: flex;
6539 flex-direction: row;
6540 align-items: center;
6541 border-radius: 3px;
6542 padding: 7px;
6543 width: 100%;
6544 justify-content: space-between;
6545 }
6546 .wb-block-detail-content .wb-NHA-option-select .wb-select-component .wkit-NH-svg {
6547 cursor: pointer;
6548 opacity: 0.5;
6549 }
6550 .wb-block-detail-content .wb-NHA-option-select .wb-select-component .wkit-NH-svg:hover {
6551 opacity: 1;
6552 }
6553 .wb-block-detail-content .wb-NHA-option-select .wb-select-component-name {
6554 border: 0px;
6555 }
6556 .wb-block-detail-content .wb-NHA-option-select .wb-select-component-name:focus {
6557 border: 0px;
6558 border-color: #2271b1;
6559 box-shadow: none;
6560 outline: 0px solid transparent;
6561 }
6562 .wb-block-detail-content .wb-NHA-option-select .wb-select-component-name:disabled {
6563 background: transparent;
6564 box-shadow: none;
6565 }
6566 .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp {
6567 margin-top: 0px;
6568 border-radius: 2px;
6569 }
6570 .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp:checked::before {
6571 content: "";
6572 border: 2px solid white;
6573 border-left: 0px;
6574 border-top: 0px;
6575 transform: rotate(40deg);
6576 width: 3.5px;
6577 height: 8px;
6578 margin-top: 0px;
6579 margin-left: 4px;
6580 }
6581 .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp:focus {
6582 box-shadow: 0 0 0 0px rgba(34, 113, 177, 0);
6583 outline: 2px solid transparent;
6584 }
6585 .wb-block-detail-content .wkit-wb-main-media {
6586 display: flex;
6587 }
6588 .wb-block-detail-content .wb-selector-content {
6589 display: flex;
6590 flex-direction: row;
6591 justify-content: space-between;
6592 align-items: center;
6593 width: 100%;
6594 }
6595 .wb-block-detail-content .wb-select-unit-label {
6596 display: flex;
6597 width: 100%;
6598 flex-direction: row;
6599 align-items: center;
6600 margin-top: 15px;
6601 }
6602 .wb-block-detail-content .wb-select-unit-label label {
6603 width: 33%;
6604 }
6605 .wb-block-detail-content .wb-select-unit-label .wb-select-unit-content {
6606 display: flex;
6607 justify-content: flex-start;
6608 width: 80%;
6609 margin-left: 8px;
6610 gap: 10px;
6611 }
6612 .wb-block-detail-content .wb-select-unit {
6613 margin: 5px;
6614 display: flex;
6615 align-items: center;
6616 justify-content: space-between;
6617 border-radius: 3px;
6618 width: 100%;
6619 }
6620 .wb-block-detail-content .wb-select-unit .wb-select-unit-checkbox {
6621 margin-bottom: 10px;
6622 }
6623 .wb-block-detail-content .wb-select-unit .wb-select-unit-inp {
6624 margin-top: 2px;
6625 border-radius: 2px;
6626 }
6627 .wb-block-detail-content .wb-select-unit .wb-select-unit-inp:focus {
6628 outline: 2px solid transparent;
6629 }
6630 .wb-block-detail-content .wb-select-unit .wb-select-unit-inp:checked::before {
6631 content: "";
6632 border: 2px solid white;
6633 border-left: 0px;
6634 border-top: 0px;
6635 transform: rotate(40deg);
6636 width: 3.5px;
6637 height: 8px;
6638 margin-top: 1px;
6639 margin-left: 4px;
6640 }
6641 .wb-block-detail-content .wb-unit-range-content {
6642 display: flex;
6643 margin-bottom: 10px;
6644 gap: 10px;
6645 width: 80%;
6646 max-width: 85%;
6647 }
6648 .wb-block-detail-content .wb-switcher-lable {
6649 display: flex;
6650 flex-direction: column;
6651 flex-wrap: wrap;
6652 width: 55%;
6653 gap: 8px;
6654 }
6655 .wb-block-detail-content .wb-switcher-lable .wb-switcher-lable-inp {
6656 background-color: #f7f7f7;
6657 border: 0.5px solid #e4e4e4;
6658 border-radius: 2px;
6659 max-width: 85% !important;
6660 }
6661 .wb-block-detail-content .wb-switcher-lable .wkit-wb-swither-title {
6662 color: rgba(33, 37, 41, 0.9);
6663 font-style: normal;
6664 font-weight: 400;
6665 }
6666 .wb-block-detail-content .wb-switcher-lable .wb-block-swither-title {
6667 color: #878787;
6668 }
6669 .wb-block-detail-content .wb-switcher-lable .wb-switcher-lable-inp:focus {
6670 box-shadow: none !important;
6671 }
6672 .wb-block-detail-content .wb-switcher-lable .wb-switcher-lable-inp::-moz-placeholder {
6673 color: #212529;
6674 }
6675 .wb-block-detail-content .wb-switcher-lable .wb-switcher-lable-inp::placeholder {
6676 color: #212529;
6677 }
6678 .wb-block-detail-content .wb-language-setting {
6679 display: flex;
6680 flex-direction: row;
6681 justify-content: space-between;
6682 width: 100%;
6683 }
6684 .wb-block-detail-content .wb-language-setting .wkit-wb-black-division {
6685 display: flex;
6686 flex-direction: row;
6687 align-self: center;
6688 gap: 5px;
6689 }
6690 .wb-block-detail-content .wb-block-title {
6691 display: flex;
6692 flex-direction: row;
6693 }
6694 .wb-block-detail-content .wb-block-title {
6695 color: #212529;
6696 display: flex;
6697 -moz-column-gap: 6px;
6698 column-gap: 6px;
6699 align-items: center;
6700 }
6701 .wb-block-detail-content .wb-language-setting-content {
6702 display: flex;
6703 width: 40%;
6704 }
6705 .wb-block-detail-content .wb-language-setting-content .wb-language-feild {
6706 display: flex;
6707 align-items: center;
6708 border: 1px solid gray;
6709 border-radius: 3px;
6710 padding: 5px;
6711 margin: 2px;
6712 }
6713 .wb-block-detail-content .wb-language-setting-content .wb-language-feild .wb-language-inp {
6714 margin-left: 5px;
6715 margin-top: -3px;
6716 }
6717 .wb-block-detail-content .wkit-wb-dropdown svg .wkit-wb-down-arrow {
6718 fill: #3E58E1;
6719 }
6720 .wb-block-detail-content .wkit-wb-option {
6721 display: flex;
6722 flex-direction: row;
6723 gap: 0px 10px;
6724 }
6725 .wb-block-detail-content .wb-options-main {
6726 margin: 10px 4px;
6727 border-radius: 10px;
6728 }
6729 .wb-block-detail-content .wb-options-main .wb-options-content {
6730 display: flex;
6731 -moz-text-align-last: start;
6732 text-align-last: start;
6733 margin: 10px 0px 0px 0px;
6734 width: 90%;
6735 }
6736 .wb-block-detail-content .wb-options-main .wb-options-lable {
6737 width: 50%;
6738 text-align: center;
6739 font-size: 14px;
6740 color: #878787;
6741 font-style: normal;
6742 font-weight: 400;
6743 margin-left: 5px;
6744 }
6745 .wb-block-detail-content .wb-options-main .wb-option-feild {
6746 display: flex;
6747 flex-direction: column;
6748 align-items: center;
6749 position: relative;
6750 width: 100%;
6751 }
6752 .wb-block-detail-content .wb-options-main .wb-option {
6753 display: flex;
6754 justify-content: space-between;
6755 gap: 5px;
6756 margin: 5px 0px;
6757 position: relative;
6758 width: 100%;
6759 }
6760 .wb-block-detail-content .wb-options-main .wb-option .wkit-wb-choose-popup {
6761 position: absolute;
6762 border-radius: 2px;
6763 width: 70%;
6764 margin-top: 34px;
6765 margin-left: 85px;
6766 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6767 display: none;
6768 flex-direction: column;
6769 align-items: center;
6770 z-index: 2;
6771 }
6772 .wb-block-detail-content .wb-options-main .wb-option .wkit-wb-choose-popup::before {
6773 content: "";
6774 padding: 5px;
6775 transform: rotate(45deg);
6776 margin-left: 80px;
6777 margin-bottom: -6px;
6778 border-radius: 2px;
6779 }
6780 .wb-block-detail-content .wb-options-main .wb-option .wkit-wb-choose-popup .wkit-wb-choose-popup-header {
6781 color: white;
6782 width: 100%;
6783 border-radius: 2px 2px 1px 0px;
6784 }
6785 .wb-block-detail-content .wb-options-main .wb-option .wkit-wb-choose-popup .wkit-wb-choose-popup-header label {
6786 margin: 10px 5px;
6787 line-height: 30px;
6788 }
6789 .wb-block-detail-content .wb-options-main .wb-option .wkit-wb-choose-popup .wkit-wb-choose-popup-content {
6790 display: flex;
6791 width: 100%;
6792 flex-direction: column;
6793 align-items: center;
6794 background-color: white;
6795 padding: 10px;
6796 }
6797 .wb-block-detail-content .wb-options-main .wb-option .wkit-wb-choose-popup .wkit-wb-choose-popup-content .wkit-wb-custom-icon-inp {
6798 width: 90%;
6799 border-radius: 2px;
6800 background: #f7f7f7;
6801 border: 0.5px solid #e4e4e4;
6802 margin-bottom: 10px;
6803 }
6804 .wb-block-detail-content .wb-options-main .wb-option .wkit-wb-choose-popup .wkit-wb-save-btn {
6805 width: -moz-max-content;
6806 width: max-content;
6807 padding: 5px;
6808 border-radius: 2px;
6809 display: flex;
6810 flex-direction: row;
6811 align-items: center;
6812 gap: 5px;
6813 margin: 5px;
6814 cursor: pointer;
6815 }
6816 .wb-block-detail-content .wb-options-main .wb-option .wkit-wb-choose-popup .wkit-wb-save-btn a {
6817 color: white;
6818 }
6819 .wb-block-detail-content .wb-options-main .wb-select-icon {
6820 width: 100%;
6821 display: flex;
6822 flex-direction: row;
6823 align-items: center;
6824 justify-content: flex-end;
6825 margin-bottom: 8px;
6826 }
6827 .wb-block-detail-content .wb-options-main .wb-select-icon .wb-select-icon-dropDown {
6828 width: 40%;
6829 }
6830 .wb-block-detail-content .wb-options-main .wb-select-icon .wb-select-custom-icon {
6831 width: 40%;
6832 margin-right: 10px;
6833 }
6834 .wb-block-detail-content .wb-options-main .wb-options-inp {
6835 width: 50%;
6836 background-color: #f7f7f7;
6837 border: 0.5px solid #e4e4e4;
6838 border-radius: 2px;
6839 display: flex;
6840 align-items: center;
6841 min-height: 0px;
6842 }
6843 .wb-block-detail-content .wb-options-main .wb-options-inp::-moz-placeholder {
6844 color: #212529;
6845 }
6846 .wb-block-detail-content .wb-options-main .wb-options-inp::placeholder {
6847 color: #212529;
6848 }
6849 .wb-block-detail-content .wb-options-main .wb-options-inp:focus {
6850 box-shadow: none;
6851 }
6852 .wb-block-detail-content .wb-options-main .wkit-wb-options-inp {
6853 background-color: #f7f7f7;
6854 border: 0.5px solid #e4e4e4;
6855 border-radius: 2px;
6856 width: 100%;
6857 }
6858 .wb-block-detail-content .wb-options-main .wkit-wb-options-inp::-moz-placeholder {
6859 color: #878787;
6860 }
6861 .wb-block-detail-content .wb-options-main .wkit-wb-options-inp::placeholder {
6862 color: #878787;
6863 }
6864 .wb-block-detail-content .wb-options-main .wkit-wb-options-inp:focus {
6865 box-shadow: none;
6866 }
6867 .wb-block-detail-content .wb-options-main .wb-option-close {
6868 display: flex;
6869 padding: 0px 3px;
6870 background-color: #f7f7f7;
6871 border: 0.5px solid #e4e4e4;
6872 border-radius: 2px;
6873 cursor: pointer;
6874 justify-content: center;
6875 align-items: center;
6876 }
6877 .wb-block-detail-content .wb-options-main .wb-option-close .popup-inp-remove-icon {
6878 width: 18px;
6879 }
6880 .wb-block-detail-content .wb-options-main .wb-add-option {
6881 width: 100%;
6882 padding: 4px 0px;
6883 justify-content: center;
6884 background-color: transparent !important;
6885 cursor: pointer;
6886 display: flex;
6887 align-items: center;
6888 border-radius: 2px;
6889 }
6890 .wb-block-detail-content .wb-options-main .wb-add-option .wb-addOption-icon {
6891 margin-right: 5px;
6892 }
6893 .wb-block-detail-content .wb-condition-relation {
6894 display: flex;
6895 flex-direction: row;
6896 justify-content: space-between;
6897 }
6898 .wb-block-detail-content .wb-condition-relation .wb-relation-lable {
6899 font-size: 14px;
6900 font-weight: 400;
6901 margin: 0px 0px 0px 5px;
6902 line-height: 38px;
6903 }
6904 .wb-block-detail-content .wb-condition-relation .wb-relation-dropDown {
6905 display: block;
6906 min-height: 20px;
6907 height: 20px;
6908 line-height: normal;
6909 border-radius: 2px;
6910 margin-top: 5px;
6911 }
6912 .wb-block-detail-content .wb-dimension_defaultValue-lable {
6913 display: flex;
6914 justify-content: flex-start;
6915 flex-direction: row;
6916 -moz-column-gap: 6px;
6917 column-gap: 6px;
6918 margin-bottom: 5px;
6919 width: 100%;
6920 }
6921 .wb-block-detail-content .wb-dimension_defaultValue {
6922 width: 100%;
6923 }
6924 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension_defaultValue-part {
6925 display: flex;
6926 flex-direction: column;
6927 justify-content: space-between;
6928 align-items: center;
6929 margin-bottom: 14px;
6930 }
6931 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension_defaultValue-part .wb-dimension_defaultValue-content {
6932 display: flex;
6933 flex-direction: row;
6934 width: 100%;
6935 justify-content: flex-start;
6936 }
6937 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension_defaultValue-part .wb-dimension_defaultValue-content .wb-dimension-values.wkit-top {
6938 border-radius: 2px 0px 0px 2px;
6939 }
6940 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension_defaultValue-part .wb-dimension_defaultValue-content .wb-dimension-values {
6941 width: 20%;
6942 height: 30px;
6943 padding: 0px 0px 0px 2px;
6944 border-radius: 0px;
6945 margin: 0px 1px;
6946 min-height: 25px;
6947 background-color: #f7f7f7;
6948 border: 1px solid #e4e4e4;
6949 }
6950 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension_defaultValue-part .wb-dimension_defaultValue-content .wb-dimension-values:focus {
6951 border-color: unset;
6952 box-shadow: unset;
6953 outline: unset;
6954 }
6955 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension_defaultValue-part .wb-dimension_defaultValue-content .wb-dimension-isLink {
6956 width: 20%;
6957 padding: 3px 7px;
6958 background-color: #f7f7f7;
6959 border-radius: 0px 5px 5px 0px;
6960 border: 1px solid #e4e4e4;
6961 display: flex;
6962 align-items: center;
6963 justify-content: center;
6964 cursor: pointer;
6965 }
6966 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension_defaultValue-part .wb-dimension_defaultValue-content .wb-dimension-isLink img {
6967 width: 17px;
6968 }
6969 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension_defaultValue-part .wb-dimension_defaultValue-content .wkit-wb-dark {
6970 background-color: #d5d8dc;
6971 }
6972 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension-default_unit {
6973 margin-top: 14px;
6974 display: flex;
6975 flex-direction: row;
6976 justify-content: space-between;
6977 align-items: center;
6978 }
6979 .wb-block-detail-content .wb-dimension_defaultValue .wb-dimension-default_unit select {
6980 width: 70px;
6981 margin-bottom: 5px;
6982 }
6983 .wb-block-detail-content .wkit-wb-alignIcon-content {
6984 display: flex;
6985 flex-direction: column;
6986 justify-content: flex-end;
6987 align-items: center;
6988 width: 23px;
6989 }
6990 .wb-block-detail-content .wkit-wb-alignIcon-content:hover .wkit-wb-align-icon-lable {
6991 display: flex;
6992 }
6993 .wb-block-detail-content .wkit-wb-alignIcon-content .wkit-wb-align-icon-lable {
6994 display: none;
6995 flex-direction: column;
6996 align-items: center;
6997 justify-content: center;
6998 background-color: #011627;
6999 margin-bottom: 29px;
7000 color: white;
7001 font-size: 12px;
7002 border-radius: 2px;
7003 padding: 0px 4px 2px 4px;
7004 position: absolute;
7005 }
7006 .wb-block-detail-content .wkit-wb-alignIcon-content .wkit-wb-align-icon-lable .wkit-wb-align-icon-tooltip {
7007 width: 6px;
7008 height: 6px;
7009 background-color: #011627;
7010 transform: rotate(45deg);
7011 margin-bottom: -5px;
7012 }
7013 .wb-block-detail-content .wkit-wb-alignIcon-content .wkit-wb-align-icon {
7014 width: 24px;
7015 height: 24px;
7016 border: 1px solid #d5d8dc;
7017 padding: 3px 4px;
7018 }
7019 .wb-block-detail-content .wkit-wb-alignIcon-content .wkit-wb-align-icon.wb-icon-selected {
7020 background-color: #d5d8dc;
7021 }
7022 .wb-block-detail-content .wb-dimension-unit {
7023 padding: "0px 5px";
7024 }
7025 .wb-block-detail-content .wb-dimension-unit .wb-dimension-unit {
7026 margin-top: 5px;
7027 display: flex;
7028 flex-direction: row;
7029 flex-wrap: wrap;
7030 justify-content: space-evenly;
7031 padding: 0px 12px;
7032 align-items: center;
7033 }
7034 .wb-block-detail-content .wb-dimension-unit .wb-dimension-unit .wb-units {
7035 width: -moz-max-content;
7036 width: max-content;
7037 padding: 4px;
7038 border-radius: 4px;
7039 margin-bottom: 10px;
7040 }
7041 .wb-block-detail-content .wb-dimension-unit .wb-dimension-unit .wb-units label {
7042 cursor: pointer;
7043 }
7044 .wb-block-detail-content .wb-dimension-unit .wb-dimension-unit .wb-units input {
7045 margin-left: 5px;
7046 margin-top: 1px;
7047 border-radius: 2px;
7048 }
7049 .wb-block-detail-content .wb-dimension-unit .wb-dimension-unit .wb-units input:checked::before {
7050 content: "";
7051 height: 8px;
7052 width: 3px;
7053 border: 2px solid white;
7054 border-top: 0px;
7055 border-left: 0px;
7056 transform: rotate(45deg);
7057 margin-left: 4px;
7058 margin-top: 1px;
7059 }
7060 .wb-block-detail-content .wb-dimension-unit .wb-dimension-unit .wb-units input:focus {
7061 border-color: rgba(255, 255, 255, 0);
7062 box-shadow: 0 0 0 0px rgba(34, 113, 177, 0);
7063 outline: 0px solid transparent;
7064 }
7065 .wb-block-detail-content .wkit-wb-tooltip {
7066 position: relative;
7067 display: flex;
7068 }
7069 .wb-block-detail-content .wkit-wb-tooltip img {
7070 display: flex;
7071 cursor: pointer;
7072 }
7073 .wb-block-detail-content .wkit-wb-tooltip .wkit-wb-tooltiptext {
7074 visibility: hidden;
7075 width: 182px;
7076 background-color: black;
7077 color: #fff;
7078 text-align: left;
7079 border-radius: 6px;
7080 padding: 10px 10px;
7081 position: absolute;
7082 left: -7px;
7083 font-size: 12px;
7084 bottom: 20px;
7085 z-index: 1;
7086 }
7087 .wb-block-detail-content .wkit-wb-tooltip .wkit-wb-tooltiptext:before {
7088 content: "";
7089 /* left: 30px; */
7090 bottom: -2px;
7091 width: 10px;
7092 height: 10px;
7093 background: black;
7094 position: absolute;
7095 left: 9px;
7096 transform: rotate(45deg);
7097 }
7098 .wb-block-detail-content .wkit-wb-tooltip:hover .wkit-wb-tooltiptext {
7099 visibility: visible;
7100 }
7101 .wb-block-detail-content .wkit-wb-tooltip :not(.wkit-screen-icon) {
7102 transform: translate3d(0, -3px, 0);
7103 transition: all 0.2s ease-in-out;
7104 }
7105 .wb-block-detail-content .wkit-wb-tooltip:hover :not(.wkit-screen-icon) {
7106 transform: translate3d(0, 0, 0);
7107 }
7108
7109 .wkit-wb-select-list {
7110 display: flex;
7111 gap: 20px;
7112 background-color: #f7f7f7;
7113 border: 0.5px solid #e4e4e4;
7114 border-radius: 2px;
7115 padding: 5px 10px;
7116 justify-content: space-between;
7117 }
7118 .wkit-wb-select-list span {
7119 text-transform: uppercase;
7120 color: #878787;
7121 font-style: normal;
7122 font-weight: 400;
7123 font-size: 12px;
7124 }
7125
7126 .dd-icon-width {
7127 width: 12px;
7128 }
7129
7130 .wkit-wb-dd-select {
7131 position: relative;
7132 }
7133
7134 .wkit-wb-ddd-dropdown {
7135 display: none;
7136 background-color: #fff;
7137 min-width: 92%;
7138 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
7139 padding: 5px;
7140 margin-bottom: -95px;
7141 width: -moz-max-content;
7142 width: max-content;
7143 border-radius: 1px;
7144 position: relative;
7145 z-index: 1;
7146 }
7147
7148 .wkit-wb-dd-list {
7149 font-style: normal;
7150 font-weight: 400;
7151 font-size: 14px;
7152 color: #19191B;
7153 display: flex;
7154 -moz-column-gap: 5px;
7155 column-gap: 5px;
7156 align-items: center;
7157 text-decoration: none;
7158 padding: 5px 10px;
7159 border-radius: 1px;
7160 }
7161
7162 .wkit-wb-dd-list:hover {
7163 background: #F1F1F1;
7164 border-radius: 1px;
7165 }
7166
7167 .wkit-wb-width {
7168 width: 48%;
7169 }
7170
7171 .wkit-wb-dd-toption {
7172 width: 100%;
7173 }
7174
7175 .wkit-wb-show {
7176 display: block !important;
7177 }
7178
7179 .wkit-wb-flex-show {
7180 display: flex !important;
7181 }
7182
7183 .wkit-wb-choose-inp:focus {
7184 box-shadow: none !important;
7185 }
7186
7187 .wkit-wb-choose-inp {
7188 background-color: #f7f7f7 !important;
7189 border-radius: unset !important;
7190 border: none !important;
7191 }
7192
7193 .wkit-wb-choose-img {
7194 margin: 0px 5px 0px 0px;
7195 }
7196 /*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
7197 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/widget-builder/style/block_elements.scss ***!
7198 \*****************************************************************************************************************************************************************************************************************************************************************************************************/
7199 .wkit-wb-components {
7200 padding: 15px 5px 5px 5px;
7201 }
7202 .wkit-wb-components .wkit-wb-all-widgets {
7203 display: none;
7204 flex-direction: row;
7205 align-items: center;
7206 justify-content: flex-start;
7207 flex-wrap: wrap;
7208 grid-template-columns: 33% 33% 33%;
7209 }
7210 .wkit-wb-components .wkit-wb-all-widgets .wkit-wb-widget {
7211 margin: 10px;
7212 display: flex;
7213 flex-direction: column;
7214 align-items: center;
7215 flex-basis: 25%;
7216 flex-wrap: wrap;
7217 cursor: pointer;
7218 }
7219 @media (max-width: 1440px) {
7220 .wkit-wb-components .wkit-wb-all-widgets .wkit-wb-widget {
7221 flex-basis: 23%;
7222 }
7223 }
7224 .wkit-wb-components .wkit-wb-all-widgets .wkit-wb-widget .wkit-wb-widget-img {
7225 display: block;
7226 margin: 10px;
7227 width: 28px;
7228 }
7229 .wkit-wb-components .wkit-wb-all-widgets .wkit-wb-widget .wkit-wb-widget-text {
7230 display: block;
7231 text-align: center;
7232 color: #262626;
7233 font-weight: 600;
7234 }
7235 .wkit-wb-components .wkit-wb-horizontal-line {
7236 border: 0 !important;
7237 background: #D0D9E1 !important;
7238 width: 92%;
7239 height: 1px;
7240 border-radius: 50%;
7241 }
7242 .wkit-wb-components .wkit-wb-search-bar {
7243 display: flex;
7244 padding: 0px 10px;
7245 justify-content: center;
7246 margin-bottom: 10px;
7247 }
7248 .wkit-wb-components .wkit-wb-search-bar .wkit-wb-search-input {
7249 padding: 8px;
7250 display: block;
7251 width: 100%;
7252 border: 1px solid #fff;
7253 border-radius: 6px;
7254 font-size: 14px;
7255 padding-left: 41px;
7256 background-position-x: 10px;
7257 background-position-y: center;
7258 background-color: white;
7259 background-repeat: no-repeat;
7260 }
7261 .wkit-wb-components .wkit-wb-widget-heading {
7262 cursor: pointer;
7263 display: flex;
7264 font-size: 13px;
7265 color: #878787;
7266 padding: 14px 12px 14px 12px;
7267 text-transform: uppercase;
7268 font-weight: 500;
7269 align-items: center;
7270 justify-content: flex-start;
7271 gap: 10px;
7272 }
7273 .wkit-wb-components .wkit-wb-widget-heading .wb-component-btn {
7274 transform: rotate(0deg);
7275 transition: 0.3s linear;
7276 }
7277
7278 .wkit-wb-hide {
7279 display: none !important;
7280 }
7281
7282 .wkit-wb-rotate-icon {
7283 transform: rotate(90deg) !important;
7284 transition: 0.3s linear;
7285 }
7286
7287 .wkit-wb-blockshow {
7288 display: grid !important;
7289 }
7290
7291 @media (max-width: 1440px) {
7292 .wkit-wb-components .wkit-wb-all-widgets {
7293 grid-template-columns: 50% 50%;
7294 }
7295 }
7296 /*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
7297 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/widget-builder/style/wb-editor.scss ***!
7298 \************************************************************************************************************************************************************************************************************************************************************************************************/
7299 .wkit-wb-editor {
7300 height: 100vh;
7301 display: flex;
7302 border-radius: 10px;
7303 overflow: hidden;
7304 }
7305 .wkit-wb-editor .wkit-wb-editor-content {
7306 width: 80%;
7307 padding-bottom: 5px;
7308 display: flex;
7309 flex-direction: column;
7310 align-items: center;
7311 background-color: #1A2D3D;
7312 border-radius: 10px 0px 0px 10px;
7313 position: relative;
7314 }
7315 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-btns {
7316 display: flex;
7317 flex-direction: row;
7318 justify-content: space-between;
7319 background-color: #344552;
7320 margin: 15px 5px;
7321 width: 93%;
7322 border-radius: 6px;
7323 }
7324 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-btns .wkit-wb-editor-btns-label {
7325 font-family: "Plus Jakarta Sans", sans-serif !important;
7326 }
7327 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-html-btn,
7328 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-php-btn {
7329 display: flex;
7330 align-items: center;
7331 justify-content: center;
7332 width: 150px;
7333 border: none;
7334 background-color: transparent;
7335 font-size: 13px;
7336 color: #ffffff;
7337 font-weight: 400;
7338 padding: 7px 25px;
7339 line-height: 16px;
7340 margin: 6px 10px;
7341 cursor: pointer;
7342 transition: 0.3s linear;
7343 }
7344 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-html-btn:hover,
7345 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-php-btn:hover {
7346 border-radius: 6px;
7347 }
7348 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-css-btn {
7349 display: flex;
7350 align-items: center;
7351 border: none;
7352 background-color: transparent;
7353 justify-content: center;
7354 width: 150px;
7355 font-size: 13px;
7356 color: #ffffff;
7357 font-weight: 400;
7358 padding: 7px 25px;
7359 line-height: 16px;
7360 margin: 6px 10px;
7361 cursor: pointer;
7362 position: relative;
7363 transition: 0.3s linear;
7364 }
7365 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-css-btn:hover {
7366 border-radius: 6px;
7367 }
7368 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-css-btn .wkit-wb-cssInputCount {
7369 display: flex;
7370 width: 14px;
7371 height: 14px;
7372 margin: 0px 0px 0px 6px;
7373 background: red;
7374 border-radius: 50%;
7375 align-items: center;
7376 font-size: 10px;
7377 justify-content: center;
7378 }
7379 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-css-btn .wkit-wb-cssInputCount span {
7380 color: white;
7381 }
7382 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-css-btn .wkit-wb-cssInputCount.wkit-wb-focus {
7383 width: 16px;
7384 height: 16px;
7385 margin: -11px 0px 0px -6px;
7386 z-index: 1;
7387 }
7388 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-js-btn {
7389 display: flex;
7390 align-items: center;
7391 justify-content: center;
7392 width: 150px;
7393 border: none;
7394 background-color: transparent;
7395 font-size: 13px;
7396 color: #ffffff;
7397 font-weight: 400;
7398 padding: 7px 25px;
7399 line-height: 16px;
7400 margin: 6px 10px;
7401 cursor: pointer;
7402 position: relative;
7403 transition: 0.3s linear;
7404 }
7405 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-js-btn:hover {
7406 border-radius: 6px;
7407 }
7408 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-js-btn .wkit-wb-JsInputCount {
7409 display: flex;
7410 width: 14px;
7411 height: 14px;
7412 margin: 0px 0px 0px 6px;
7413 background: red;
7414 border-radius: 50%;
7415 align-items: center;
7416 font-size: 10px;
7417 justify-content: center;
7418 }
7419 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-js-btn .wkit-wb-JsInputCount span {
7420 color: white;
7421 }
7422 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-js-btn .wkit-wb-JsInputCount.wkit-wb-focus {
7423 width: 14px;
7424 height: 14px;
7425 margin: -11px 0px 0px -6px;
7426 z-index: 1;
7427 }
7428 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-img-js-icon {
7429 margin-left: 6px;
7430 width: 17px;
7431 display: none;
7432 transform: perspective(1px) translateZ(0);
7433 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
7434 transition-duration: 0.5s;
7435 }
7436 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-img-css-icon {
7437 margin-left: 6px;
7438 width: 17px;
7439 display: none;
7440 transform: perspective(1px) translateZ(0);
7441 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
7442 transition-duration: 0.5s;
7443 }
7444 .wkit-wb-editor .wkit-wb-editor-content #editor-html {
7445 display: none;
7446 left: 0;
7447 right: 0;
7448 top: 0;
7449 bottom: 0;
7450 width: 100%;
7451 height: 100%;
7452 font-size: 14px;
7453 background-color: #1A2D3D;
7454 }
7455 .wkit-wb-editor .wkit-wb-editor-content #editor-php {
7456 display: none;
7457 left: 0;
7458 right: 0;
7459 top: 0;
7460 bottom: 0;
7461 width: 100%;
7462 height: 100%;
7463 font-size: 14px;
7464 background-color: #1A2D3D;
7465 }
7466 .wkit-wb-editor .wkit-wb-editor-content #editor-css {
7467 display: none;
7468 left: 0;
7469 right: 0;
7470 top: 0;
7471 bottom: 0;
7472 width: 100%;
7473 height: 100%;
7474 font-size: 18px;
7475 background-color: #1A2D3D;
7476 }
7477 .wkit-wb-editor .wkit-wb-editor-content #editor-js {
7478 display: none;
7479 left: 0;
7480 right: 0;
7481 top: 0;
7482 bottom: 0;
7483 width: 100%;
7484 height: 100%;
7485 font-size: 18px;
7486 background-color: #1A2D3D;
7487 }
7488 .wkit-wb-editor .wkit-wb-editor-content .ace_gutter-cell {
7489 position: absolute;
7490 font-size: 12px;
7491 top: 0;
7492 left: 0;
7493 right: 0;
7494 padding-left: 19px;
7495 padding-right: 6px;
7496 background-repeat: no-repeat;
7497 font-weight: 400;
7498 font-size: 20px;
7499 line-height: 20px;
7500 color: #344552;
7501 }
7502 .wkit-wb-editor .wkit-wb-editor-content .ace_editor {
7503 font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
7504 }
7505 .wkit-wb-editor .wkit-wb-editor-content .ace-cobalt .ace_gutter {
7506 background: rgba(169, 175, 180, 0);
7507 color: rgb(128, 145, 160);
7508 }
7509 .wkit-wb-editor .wkit-wb-editor-content .ace-cobalt .ace_marker-layer .ace_active-line {
7510 background: transparent;
7511 }
7512 .wkit-wb-editor .wkit-wb-editor-content .ace-cobalt .ace_gutter-active-line {
7513 background-color: rgba(0, 0, 0, 0);
7514 }
7515 .wkit-wb-editor .wkit-wb-editor-content .ace_print-margin {
7516 visibility: hidden !important;
7517 }
7518 .wkit-wb-editor .wkit-wb-editor-content .active-editor {
7519 border-radius: 6px;
7520 color: #ffffff;
7521 width: -moz-max-content;
7522 width: max-content;
7523 width: 150px;
7524 }
7525 .wkit-wb-editor .wkit-wb-editor-content .active-editor .wb-editor-img-js-icon,
7526 .wkit-wb-editor .wkit-wb-editor-content .active-editor .wb-editor-img-css-icon {
7527 display: block;
7528 }
7529 .wkit-wb-editor .wkit-wb-editor-content .ddjudj {
7530 display: none;
7531 }
7532 .wkit-wb-editor .wkit-wb-editor-content .activatee {
7533 display: block;
7534 }
7535 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup {
7536 display: none;
7537 background-color: #011627;
7538 border-radius: 6px;
7539 position: absolute;
7540 z-index: 1;
7541 top: 32px;
7542 width: -moz-max-content;
7543 width: max-content;
7544 }
7545 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup .wkit-editor-outer-popup {
7546 width: 100%;
7547 height: 100vh;
7548 position: fixed;
7549 z-index: 555;
7550 top: 0;
7551 left: 0;
7552 }
7553 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup .popup-top-icon {
7554 position: absolute;
7555 left: 52%;
7556 top: -6px;
7557 }
7558 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-js-popup {
7559 display: none;
7560 background-color: #011627;
7561 border-radius: 6px;
7562 position: absolute;
7563 z-index: 1;
7564 top: 32px;
7565 right: 0px;
7566 width: -moz-max-content;
7567 width: max-content;
7568 }
7569 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-js-popup .wkit-editor-outer-popup {
7570 width: 100%;
7571 height: 100vh;
7572 position: fixed;
7573 z-index: 555;
7574 top: 0;
7575 left: 0;
7576 }
7577 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-js-popup .popup-top-icon {
7578 position: absolute;
7579 right: 55px;
7580 top: -6px;
7581 }
7582 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-content {
7583 display: flex;
7584 flex-direction: column;
7585 padding: 10px;
7586 position: relative;
7587 z-index: 999;
7588 }
7589 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-lable {
7590 margin: 5px;
7591 color: #E6E8E9;
7592 font-size: 14px;
7593 }
7594 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-inp-content {
7595 padding: 0px 9px 0px 0px;
7596 display: flex;
7597 flex-direction: row;
7598 justify-content: space-between;
7599 margin: 5px 0px;
7600 }
7601 .wkit-wb-editor .wkit-wb-editor-content .popup-drag-icon {
7602 width: 23px;
7603 }
7604 .wkit-wb-editor .wkit-wb-editor-content .popup-inp-remove-icon {
7605 width: 25px;
7606 margin-right: -10px;
7607 }
7608 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-input {
7609 background-color: #344552;
7610 border: none;
7611 color: #000000;
7612 width: 100%;
7613 border-radius: 6px;
7614 background-color: #ffffff;
7615 margin: 0px 5px;
7616 }
7617 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-input:focus {
7618 box-shadow: none;
7619 }
7620 .wkit-wb-editor .wkit-wb-editor-content .wb-popuo-btn-class {
7621 display: flex;
7622 flex-direction: row;
7623 justify-content: center;
7624 }
7625 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-add-btn {
7626 display: flex;
7627 font-size: 12px;
7628 align-items: center;
7629 flex-direction: row;
7630 justify-content: center;
7631 width: -moz-fit-content;
7632 width: fit-content;
7633 background-color: #344552;
7634 color: #808B93;
7635 border: none;
7636 padding: 5px 10px;
7637 font-weight: 500;
7638 border-radius: 6px;
7639 margin: 5px;
7640 }
7641 .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-add-btn .btn-add-icon {
7642 width: 11px;
7643 margin-right: 3px;
7644 }
7645 .wkit-wb-editor .wkit-wb-loopError-popup {
7646 background-color: #0B1925;
7647 padding: 10px;
7648 margin-bottom: 20px;
7649 margin-left: 350px;
7650 display: flex;
7651 flex-direction: row-reverse;
7652 justify-content: space-between;
7653 border-radius: 6px;
7654 width: 50%;
7655 }
7656 .wkit-wb-editor .wkit-wb-loopError-popup .wkit-wb-loopError-close {
7657 font-size: 17px;
7658 color: #808B93;
7659 margin-top: -7px;
7660 height: -moz-max-content;
7661 height: max-content;
7662 cursor: pointer;
7663 }
7664 .wkit-wb-editor .wkit-wb-loopError-popup .wkit-wb-loopError-content .wkit-wb-loopError-header {
7665 display: flex;
7666 flex-direction: row;
7667 align-items: center;
7668 }
7669 .wkit-wb-editor .wkit-wb-loopError-popup .wkit-wb-loopError-content .wkit-wb-loopError-header .wkit-wb-loopError-icon {
7670 background-color: #B2C8DF;
7671 padding: 5px;
7672 border-radius: 50%;
7673 width: 10px;
7674 height: 10px;
7675 display: flex;
7676 flex-direction: row;
7677 align-items: center;
7678 justify-content: center;
7679 margin-right: 10px;
7680 }
7681 .wkit-wb-editor .wkit-wb-loopError-popup .wkit-wb-loopError-content .wkit-wb-loopError-header .wkit-wb-loopError-headerText {
7682 font-weight: 400;
7683 font-size: 16px;
7684 color: #B2C8DF;
7685 }
7686 .wkit-wb-editor .wkit-wb-loopError-popup .wkit-wb-loopError-content .wkit-wb-loopError-description {
7687 font-weight: 400;
7688 font-size: 12px;
7689 color: #808B93;
7690 margin-left: 29px;
7691 }
7692 .wkit-wb-editor .wkit-wb-editor-right-content {
7693 width: 20%;
7694 background-color: #011627;
7695 padding: 0px 6px 0px 0px;
7696 position: relative;
7697 border-radius: 0px 10px 10px 0px;
7698 top: 0;
7699 display: flex;
7700 flex-direction: column;
7701 }
7702 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-top-ions {
7703 padding: 15px 0px;
7704 display: flex;
7705 flex-direction: row;
7706 align-items: center;
7707 justify-content: center;
7708 -moz-column-gap: 12px;
7709 column-gap: 12px;
7710 }
7711 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-expand-icon-box-border {
7712 padding: 6px;
7713 display: flex;
7714 border: 1px solid #344552;
7715 border-radius: 6px;
7716 transition: 0.3s linear;
7717 cursor: pointer;
7718 }
7719 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-expand-icon-box-border:hover {
7720 border: 1px solid #B2C8DF !important;
7721 }
7722 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-zoom-icon {
7723 width: 22px;
7724 cursor: pointer;
7725 }
7726 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-expand-icon {
7727 width: 19px;
7728 cursor: pointer;
7729 }
7730 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value-tab {
7731 height: 100%;
7732 width: 100%;
7733 overflow: auto;
7734 margin-right: 5px;
7735 position: relative;
7736 top: 0;
7737 display: flex;
7738 bottom: 0;
7739 flex-direction: column;
7740 }
7741 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-box {
7742 width: 100%;
7743 display: flex;
7744 flex-direction: column;
7745 }
7746 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher-content {
7747 position: absolute;
7748 bottom: 0;
7749 width: 100%;
7750 background: #011627;
7751 }
7752 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher {
7753 display: flex;
7754 margin: 5px 0px;
7755 width: 100%;
7756 padding-left: 5px;
7757 justify-content: flex-end;
7758 flex-direction: row;
7759 align-items: center;
7760 }
7761 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher img {
7762 width: 15px;
7763 margin-left: 10px;
7764 }
7765 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher .wb-switch {
7766 position: relative;
7767 display: inline-block;
7768 width: 50px;
7769 height: 25px;
7770 margin-right: 5px;
7771 }
7772 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher .wb-switch input {
7773 opacity: 0;
7774 width: 0;
7775 height: 0;
7776 }
7777 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher .wb-slider {
7778 position: absolute;
7779 cursor: pointer;
7780 top: 0;
7781 left: 0;
7782 right: 0;
7783 bottom: 0;
7784 background-color: #815f6d;
7785 transition: 0.4s;
7786 border-radius: 6px;
7787 }
7788 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher .wb-slider:before {
7789 position: absolute;
7790 content: "";
7791 height: 19px;
7792 width: 20px;
7793 left: 3px;
7794 bottom: 3px;
7795 background-color: white;
7796 transition: 0.4s;
7797 border-radius: 6px;
7798 }
7799 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher input:checked + .wb-slider {
7800 background-color: #a73362;
7801 }
7802 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher input:focus + .wb-slider {
7803 box-shadow: 0 0 1px #8e1d4b;
7804 }
7805 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-parentClass-swicher input:checked + .wb-slider:before {
7806 transform: translateX(24px);
7807 }
7808 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value {
7809 padding: 5px;
7810 margin: 0px 5px;
7811 margin-bottom: 5px;
7812 font-size: 14px;
7813 display: flex;
7814 flex: 1 0 auto;
7815 flex-direction: row;
7816 align-items: center;
7817 color: white;
7818 background-color: #344552;
7819 overflow-x: scroll;
7820 cursor: pointer;
7821 transform: perspective(1px) translateZ(0);
7822 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
7823 transition-duration: 0.5s;
7824 justify-content: center;
7825 /* width */
7826 /* Track */
7827 /* Handle */
7828 cursor: pointer;
7829 transform: perspective(1px) translateZ(0);
7830 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
7831 transition-duration: 0.5s;
7832 }
7833 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value::-webkit-scrollbar {
7834 width: 20px;
7835 height: 2px;
7836 }
7837 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value::-webkit-scrollbar-track {
7838 background: #344552;
7839 width: 5px;
7840 }
7841 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value::-webkit-scrollbar-thumb {
7842 background: #011627;
7843 width: 3px;
7844 }
7845 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value:hover {
7846 transform: scale(0.97);
7847 transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
7848 }
7849 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value .wb-editor-value-dropDown-icon {
7850 width: 14px;
7851 height: 14px;
7852 margin-top: 3px;
7853 margin-left: 7px;
7854 transition: 0.3s linear;
7855 }
7856 .wkit-wb-editor .wkit-wb-editor-right-content .wb-controller-values {
7857 margin: -2px 3px 0px 3px;
7858 display: none;
7859 }
7860 .wkit-wb-editor .wkit-wb-editor-right-content .wb-editor-dropDown-value {
7861 padding: 5px;
7862 margin: 0px 5px 5px 5px;
7863 font-size: 14px;
7864 display: flex;
7865 flex-direction: row;
7866 justify-content: center;
7867 color: white;
7868 background-color: #344552;
7869 cursor: pointer;
7870 }
7871 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value-extra {
7872 margin: 0px 5px;
7873 background-color: #344552;
7874 display: flex;
7875 flex-basis: 100%;
7876 flex-direction: column;
7877 }
7878 .wkit-wb-editor .wkit-wb-selected {
7879 border: 1px solid #B2C8DF !important;
7880 transition: 0.1s linear;
7881 }
7882 .wkit-wb-editor .wkit-zoom-icon-box-border {
7883 padding: 5px;
7884 display: flex;
7885 border: 1px solid #344552;
7886 border-radius: 6px;
7887 cursor: pointer;
7888 transition: 0.3s linear;
7889 }
7890 .wkit-wb-editor .wkit-zoom-icon-box-border:hover {
7891 border: 1px solid #B2C8DF !important;
7892 }
7893 .wkit-wb-editor .wb-expand-editor {
7894 min-width: 45% !important;
7895 }
7896 .wkit-wb-editor .wb-expand-second {
7897 min-width: 18% !important;
7898 }
7899 .wkit-wb-editor .wb-rotate-icon {
7900 transition: 0.35s linear;
7901 transform: rotate(180deg) !important;
7902 }
7903 .wkit-wb-editor .wb-hide-elements {
7904 display: none;
7905 }
7906 .wkit-wb-editor .wkit-wb-show {
7907 display: block !important;
7908 }
7909 .wkit-wb-editor .wkit-wb-bottom-characters {
7910 display: flex;
7911 justify-content: flex-end;
7912 width: 100%;
7913 background: #344552;
7914 -moz-column-gap: 10px;
7915 column-gap: 10px;
7916 border-radius: 0px 0px 0px 6px;
7917 padding: 10px 25px 10px 0px;
7918 }
7919 .wkit-wb-editor .wkit-wb-bottom-characters .wkit-wb-characters-title {
7920 font-size: 12px;
7921 color: #E6E8E9;
7922 }
7923
7924 @media (max-width: 1280px) {
7925 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-html-btn,
7926 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-css-btn,
7927 .wkit-wb-editor .wkit-wb-editor-content .wkit-wb-editor-js-btn {
7928 font-size: 11px;
7929 padding: 6px 12px;
7930 }
7931 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value {
7932 font-size: 12px;
7933 }
7934 }
7935 @media (max-width: 767px) {
7936 .wb-expand-editor {
7937 width: 100% !important;
7938 }
7939 .wkit-wb-editor .wkit-wb-editor-content {
7940 height: 100vh;
7941 }
7942 .wkit-wb-editor .wkit-wb-editor-right-content .wkit-wb-editor-value {
7943 font-size: 12px;
7944 }
7945 }
7946 /*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
7947 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/widget-builder/style/setting_panel.scss ***!
7948 \****************************************************************************************************************************************************************************************************************************************************************************************************/
7949 .wkit-publish-loader {
7950 justify-content: center;
7951 align-items: center;
7952 }
7953 .wkit-publish-loader .wb-loader-circle {
7954 border-radius: 50%;
7955 border: 4px solid #fff;
7956 width: 18px;
7957 border-top: 4px solid rgba(255, 255, 255, 0.3490196078);
7958 height: 18px;
7959 animation: spin 1.5s linear infinite;
7960 }
7961 @keyframes spin {
7962 0% {
7963 transform: rotate(0deg);
7964 }
7965 100% {
7966 transform: rotate(360deg);
7967 }
7968 }
7969
7970 .wkit-wb-sync-btn {
7971 display: flex;
7972 align-items: center;
7973 padding: 12px 16px;
7974 color: #fff;
7975 border: 0px;
7976 background: #011627;
7977 cursor: pointer;
7978 border-radius: 6px;
7979 font-weight: 400;
7980 font-size: 14px;
7981 gap: 10px;
7982 justify-content: center;
7983 }
7984 .wkit-wb-sync-btn:hover .wkit-wb-sync-btn-tooltip {
7985 display: flex;
7986 }
7987 .wkit-wb-sync-btn .wkit-wb-sync-btn-tooltip {
7988 display: none;
7989 position: absolute;
7990 background-color: black;
7991 top: 68px;
7992 border-radius: 6px;
7993 padding: 5px;
7994 }
7995 .wkit-wb-sync-btn .wkit-wb-sync-btn-tooltip .wkit-wb-sync-tooltip-icon {
7996 width: 10px;
7997 height: 10px;
7998 position: absolute;
7999 background-color: black;
8000 top: -4px;
8001 right: 50%;
8002 transform: rotate(45deg);
8003 }
8004 .wkit-wb-sync-btn svg {
8005 width: 18px;
8006 height: 18px;
8007 margin-bottom: -3px;
8008 }
8009
8010 .wkit-wb-head-wrapper {
8011 display: flex;
8012 justify-content: space-between;
8013 position: relative;
8014 width: 97%;
8015 background: white;
8016 padding: 15px;
8017 margin: 16px 7px 15px 13px;
8018 border: 1px solid #F1F1F4;
8019 border-radius: 10px;
8020 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
8021 }
8022 .wkit-wb-head-wrapper .wkit-wb-left-hand-side {
8023 display: flex;
8024 justify-content: flex-start;
8025 width: 30%;
8026 align-items: center;
8027 }
8028 .wkit-wb-head-wrapper .wkit-wb-left-hand-side .wkit-wb-plus-icon {
8029 height: 32px;
8030 display: none;
8031 }
8032 .wkit-wb-head-wrapper .wkit-wb-left-hand-side .wkit-wb-edit-nameIcon {
8033 height: 16px;
8034 cursor: pointer;
8035 opacity: 0.5;
8036 display: none;
8037 }
8038 .wkit-wb-head-wrapper .wkit-wb-left-hand-side .wkit-wb-edit-nameIcon:hover {
8039 opacity: 1;
8040 }
8041 .wkit-wb-head-wrapper .wkit-wb-left-hand-side .wkit-wb-widget-title {
8042 font-size: 15px;
8043 font-weight: 600;
8044 color: #000000;
8045 display: flex;
8046 margin-left: 10px;
8047 align-items: center;
8048 }
8049 .wkit-wb-head-wrapper .wkit-wb-left-hand-side .wkit-wb-widgetTitle {
8050 display: flex;
8051 width: -moz-max-content;
8052 width: max-content;
8053 font-size: 15px;
8054 font-weight: 600;
8055 color: #000000;
8056 margin-left: 10px;
8057 align-items: center;
8058 margin-right: 5px;
8059 }
8060 .wkit-wb-head-wrapper .wkit-wb-left-hand-side .wkit-wb-widgetTitle:focus {
8061 outline: none;
8062 box-shadow: none !important;
8063 }
8064 .wkit-wb-head-wrapper .wkit-wb-left-hand-side .wkit-wb-widget-title-inp {
8065 border: none;
8066 width: 106%;
8067 flex: 0 0 auto;
8068 display: none;
8069 text-decoration: underline;
8070 }
8071 .wkit-wb-head-wrapper .wkit-wb-left-hand-side .wkit-wb-widget-title-inp:focus {
8072 outline: none;
8073 box-shadow: none !important;
8074 }
8075 .wkit-wb-head-wrapper .wkit-wb-widget-title:hover .wkit-wb-edit-nameIcon {
8076 transition: 0.3s linear;
8077 display: block;
8078 margin-left: 0px;
8079 }
8080 .wkit-wb-head-wrapper .wkit-wb-right-hand-side {
8081 display: flex;
8082 flex-basis: 65%;
8083 align-items: center;
8084 -moz-column-gap: 15px;
8085 column-gap: 15px;
8086 justify-content: flex-end;
8087 }
8088 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-dropdown {
8089 position: relative;
8090 display: flex;
8091 -moz-column-gap: 5px;
8092 column-gap: 5px;
8093 align-items: center;
8094 }
8095 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-dropdown svg {
8096 transform: rotate(0deg);
8097 transition: all 0.3s linear;
8098 }
8099 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-dropdown-content {
8100 display: none;
8101 background-color: #fff;
8102 min-width: 100%;
8103 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
8104 padding: 5px;
8105 margin-bottom: -115px;
8106 width: -moz-max-content;
8107 width: max-content;
8108 border-radius: 6px;
8109 position: absolute;
8110 right: -20px;
8111 z-index: 9;
8112 }
8113 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-dropdown-content .wkit-dropdown-outerContent {
8114 position: fixed;
8115 top: 0;
8116 left: 0;
8117 width: 100%;
8118 z-index: 99;
8119 background-color: rgba(255, 0, 0, 0);
8120 height: 100%;
8121 }
8122 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-dropdown-content .wkit-dropdown-item {
8123 font-style: normal;
8124 font-weight: 400;
8125 font-size: 14px;
8126 display: flex;
8127 -moz-column-gap: 5px;
8128 column-gap: 5px;
8129 align-items: center;
8130 text-decoration: none;
8131 padding: 8px 25px 8px 10px;
8132 border-radius: 1px;
8133 z-index: 999;
8134 position: relative;
8135 cursor: pointer;
8136 }
8137 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-dropdown-content .wkit-dropdown-item img {
8138 width: 20px;
8139 }
8140 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-dropdown-content .wkit-dropdown-item:hover {
8141 background: #F1F1F1;
8142 }
8143 .wkit-wb-head-wrapper .wkit-wb-right-hand-side a.wkit-wb-setting-panel-link {
8144 cursor: pointer;
8145 }
8146 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-setting-panel-link {
8147 font-size: 14px;
8148 margin: 10px;
8149 color: black;
8150 text-decoration: none;
8151 }
8152 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-setting-panel-link span {
8153 cursor: pointer;
8154 }
8155 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-setting-icon {
8156 cursor: pointer;
8157 border-radius: 50px;
8158 }
8159 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-setting-icon:hover {
8160 animation: setting 1.5s 1;
8161 }
8162 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-publish-btn {
8163 display: flex;
8164 align-items: center;
8165 justify-content: center;
8166 padding: 12px 16px;
8167 color: #fff;
8168 border: 0px;
8169 cursor: pointer;
8170 border-radius: 6px;
8171 font-weight: 400;
8172 font-size: 14px;
8173 min-width: 100px;
8174 min-height: 45px;
8175 }
8176 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-save-success-icon {
8177 margin-right: 10px;
8178 }
8179 .wkit-wb-head-wrapper .wkit-wb-right-hand-side .wkit-wb-save-icon {
8180 margin-right: 10px;
8181 }
8182 .wkit-wb-head-wrapper .wkit-wb-show {
8183 display: block !important;
8184 }
8185
8186 .wkit-version-popup-inside .wkit-wb-version-popup {
8187 margin: 50px auto;
8188 background: #fff;
8189 border-radius: 10px;
8190 position: relative;
8191 }
8192 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail {
8193 padding: 10px;
8194 }
8195 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-header {
8196 padding: 25px 20px;
8197 color: white;
8198 border-radius: 10px 10px 0px 0px;
8199 }
8200 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-header label {
8201 font-size: 18px;
8202 }
8203 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-body {
8204 padding: 25px 50px;
8205 display: flex;
8206 flex-direction: column;
8207 gap: 20px;
8208 }
8209 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-body .wb-version-label {
8210 font-style: normal;
8211 font-weight: 600;
8212 font-size: 12px !important;
8213 line-height: 16px;
8214 color: #0A102F;
8215 margin-bottom: 12px;
8216 }
8217 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-changes {
8218 display: flex;
8219 flex-direction: column;
8220 -moz-column-gap: 10px;
8221 column-gap: 10px;
8222 max-height: 120px;
8223 min-height: 60px;
8224 overflow-y: auto;
8225 padding-right: 10px;
8226 gap: 5px;
8227 }
8228 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-changes::-webkit-scrollbar {
8229 width: 3px;
8230 }
8231 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-changes::-webkit-scrollbar-thumb {
8232 background: #C1BFBF;
8233 border-radius: 25px;
8234 }
8235 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-changes::-webkit-scrollbar-track {
8236 background: #F8F8F8;
8237 border-radius: 25px;
8238 }
8239 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-changes::-webkit-scrollbar-thumb:hover {
8240 background: #B0AFAF;
8241 }
8242 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wkit-add-log-btn {
8243 display: flex;
8244 flex-direction: row;
8245 align-items: center;
8246 justify-content: center;
8247 background-color: transparent;
8248 height: 30px;
8249 gap: 5px;
8250 border-radius: 6px;
8251 cursor: pointer;
8252 }
8253 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-wrap {
8254 display: flex;
8255 -moz-column-gap: 15px;
8256 column-gap: 15px;
8257 flex-direction: row;
8258 justify-content: center;
8259 align-items: center;
8260 }
8261 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-wrap svg {
8262 cursor: pointer;
8263 fill: #808B93;
8264 transition: 0.3s linear;
8265 }
8266 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-wrap svg:hover {
8267 fill: black;
8268 }
8269 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-number,
8270 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-detais {
8271 display: flex;
8272 flex-direction: column;
8273 width: 50%;
8274 position: relative;
8275 }
8276 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-number label,
8277 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-detais label {
8278 font-size: 16px;
8279 font-weight: 500;
8280 }
8281 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-input {
8282 background: #F9F9F9;
8283 border: 0.5px solid rgba(128, 114, 252, 0.1);
8284 border-radius: 6px;
8285 height: 40px;
8286 font-style: normal;
8287 font-weight: 400;
8288 font-size: 14px;
8289 color: #494949;
8290 }
8291 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-input:focus {
8292 box-shadow: none;
8293 }
8294 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-detail-input {
8295 background: #F9F9F9;
8296 border: 0.5px solid rgba(128, 114, 252, 0.1);
8297 border-radius: 6px;
8298 font-style: normal;
8299 font-weight: 400;
8300 font-size: 14px;
8301 color: #494949;
8302 width: 100%;
8303 padding: 5px 10px;
8304 }
8305 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-version-detail-input:focus {
8306 box-shadow: none;
8307 }
8308 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-quickedit-footer {
8309 width: 100%;
8310 padding: 15px 10px 0px 10px;
8311 display: flex;
8312 flex-direction: row;
8313 justify-content: center;
8314 align-items: center;
8315 gap: 10px;
8316 }
8317 .wkit-version-popup-inside .wkit-wb-version-popup .wb-version-detail .wb-quickedit-footer .wb-version-popup-btn {
8318 display: flex;
8319 position: relative;
8320 border-radius: 6px;
8321 color: #fff;
8322 padding: 13px;
8323 border: none;
8324 width: 50%;
8325 cursor: pointer;
8326 flex-direction: row;
8327 align-items: center;
8328 justify-content: center;
8329 }
8330 .wkit-version-popup-inside .wkit-wb-version-popup .close {
8331 position: absolute;
8332 top: 20px;
8333 right: 30px;
8334 transition: all 200ms;
8335 font-size: 30px;
8336 font-weight: bold;
8337 text-decoration: none;
8338 color: #fff;
8339 }
8340 .wkit-version-popup-inside .wkit-wb-version-popup .close:hover {
8341 color: rgba(255, 255, 255, 0.8196078431);
8342 cursor: pointer;
8343 }
8344
8345 @keyframes setting {
8346 0% {
8347 transform: rotate(0deg);
8348 }
8349 100% {
8350 transform: rotate(360deg);
8351 }
8352 }
8353 @media (max-width: 700px) {
8354 .wkit-wp-head-wrapper {
8355 display: flex;
8356 flex-direction: column;
8357 }
8358 .wkit-wb-head-wrapper,
8359 .wkit-wb-right-hand-side {
8360 display: flex;
8361 justify-content: flex-start;
8362 }
8363 }
8364 /*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
8365 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/widget-builder/style/popup.scss ***!
8366 \********************************************************************************************************************************************************************************************************************************************************************************************/
8367 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-detail-header {
8368 display: flex;
8369 align-items: center;
8370 justify-content: space-between;
8371 }
8372 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-detail-header .wkit-wb-block-detail-header-text {
8373 font-size: 16px;
8374 font-weight: 600;
8375 color: #011627;
8376 margin-bottom: 20px;
8377 }
8378 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-wrapper {
8379 display: flex;
8380 -moz-column-gap: 10px;
8381 column-gap: 10px;
8382 }
8383 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wp-btn-center {
8384 margin-top: 10px;
8385 display: flex;
8386 justify-content: center;
8387 }
8388 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wp-btn-center .wkit-wb-block-btn-save {
8389 text-align: center;
8390 border-radius: 6px;
8391 width: 50%;
8392 justify-content: center;
8393 align-items: center;
8394 -moz-column-gap: 5px;
8395 column-gap: 5px;
8396 display: flex;
8397 cursor: pointer;
8398 }
8399 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wp-btn-center .wkit-wb-block-btn-save .wkit-wb-save-btn {
8400 font-size: 14px;
8401 text-decoration: none;
8402 color: #fff;
8403 }
8404 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-label {
8405 font-size: 13px;
8406 color: #0A102F;
8407 font-weight: 500;
8408 }
8409 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-name {
8410 display: flex;
8411 flex-direction: column;
8412 flex-basis: 50%;
8413 }
8414 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-name .wkit-wb-block-title {
8415 font-size: 14px;
8416 font-weight: 400;
8417 color: #212529;
8418 }
8419 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-name .wkit-wb-block-text-inp {
8420 padding: 4px 10px;
8421 font-size: 14px;
8422 border: 1px solid #f1f1f4;
8423 border-radius: 6px;
8424 background: #fff;
8425 height: 40px;
8426 }
8427 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-category {
8428 position: relative;
8429 display: flex;
8430 font-size: 14px;
8431 border-radius: 2px;
8432 line-height: 28px;
8433 flex-direction: column;
8434 }
8435 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-category .wkit-wb-selected-category-header {
8436 display: flex;
8437 flex-direction: row;
8438 align-items: center;
8439 border: 1px solid #f1f1f4;
8440 border-radius: 6px;
8441 }
8442 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-category .wkit-wb-selected-category-header img {
8443 width: 18px;
8444 opacity: 0.35;
8445 margin: 10px;
8446 cursor: pointer;
8447 }
8448 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-category .wkit-wb-selected-category-header img:hover {
8449 transition: 0.1s linear;
8450 opacity: 0.8;
8451 }
8452 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-category .wkit-wb-select-category-options {
8453 margin-top: 42px;
8454 border: 1px solid rgba(128, 114, 252, 0.1);
8455 position: absolute;
8456 background-color: white;
8457 width: 100%;
8458 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
8459 z-index: 10;
8460 }
8461 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-category .wkit-wb-select-category-options option {
8462 padding: 2px 10px;
8463 margin: 4px;
8464 }
8465 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-category .wkit-wb-select-category-options option:hover {
8466 background-color: #F4F4F4;
8467 }
8468 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-category .wkit-wb-selected-category {
8469 width: 100%;
8470 border-right: 1px solid #e8e7f5;
8471 padding: 4px 10px;
8472 }
8473 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category {
8474 background-color: #fff;
8475 position: absolute;
8476 margin: 72px 10px 10px 77px;
8477 border-radius: 6px;
8478 flex-direction: column;
8479 align-items: center;
8480 width: 70%;
8481 z-index: 9;
8482 }
8483 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category:before {
8484 content: "";
8485 position: absolute;
8486 padding: 6px;
8487 z-index: -2;
8488 background-color: white;
8489 transform: rotate(45deg);
8490 margin-top: -5px;
8491 }
8492 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-header {
8493 color: white;
8494 width: 100%;
8495 display: flex;
8496 flex-direction: row;
8497 align-items: center;
8498 justify-content: space-between;
8499 border-top-right-radius: 4px;
8500 border-top-left-radius: 4px;
8501 }
8502 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-header .wkit-wb-custom-category-name {
8503 margin: 5px 5px 5px 10px;
8504 }
8505 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category a.wkit-wb-custom-category-close {
8506 color: white;
8507 font-size: 18px;
8508 font-weight: 600;
8509 margin: 0px 10px 5px 10px;
8510 cursor: pointer;
8511 opacity: 0.9;
8512 }
8513 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category a.wkit-wb-custom-category-close:hover {
8514 opacity: 1;
8515 }
8516 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content {
8517 margin-top: 15px;
8518 display: flex;
8519 width: 100%;
8520 flex-direction: column;
8521 flex-wrap: nowrap;
8522 gap: 10px;
8523 }
8524 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-wb-caregory-map {
8525 display: flex;
8526 flex-direction: row;
8527 align-items: center;
8528 width: 100%;
8529 }
8530 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-category-loader {
8531 border: 2px solid #a4a3ad;
8532 width: 16px;
8533 border-top: 2px solid rgb(244, 244, 244);
8534 height: 16px;
8535 }
8536 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-wb-custom-category-extra-inp {
8537 display: flex;
8538 flex-direction: row;
8539 align-items: center;
8540 width: 86%;
8541 margin-bottom: 20px;
8542 background-color: #F4F4F4;
8543 border: 1px solid rgba(128, 114, 252, 0.1);
8544 border-radius: 2px;
8545 margin-left: 10px;
8546 }
8547 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-wb-custom-category-extra-inp input {
8548 width: 90%;
8549 margin: 0px 10px;
8550 background-color: transparent;
8551 border: 0px;
8552 padding: 0px;
8553 }
8554 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-wb-custom-category-extra-inp input:focus {
8555 border-color: transparent;
8556 box-shadow: unset;
8557 outline: transparent;
8558 }
8559 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-wb-custom-category-extra-inp input::-moz-placeholder {
8560 color: rgb(145, 145, 145);
8561 font-size: 12px;
8562 }
8563 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-wb-custom-category-extra-inp input::placeholder {
8564 color: rgb(145, 145, 145);
8565 font-size: 12px;
8566 }
8567 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-custom-category-content {
8568 display: flex;
8569 flex-direction: row;
8570 align-items: center;
8571 width: 85%;
8572 margin: 0px 10px;
8573 background-color: #F4F4F4;
8574 border: 1px solid rgba(128, 114, 252, 0.1);
8575 border-radius: 6px;
8576 padding-right: 6px;
8577 }
8578 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-wb-custom-category-inp {
8579 width: 100%;
8580 background-color: transparent;
8581 border: 0px;
8582 padding: 6px;
8583 }
8584 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content .wkit-wb-custom-category-inp:focus-visible {
8585 outline: none;
8586 }
8587 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content img {
8588 margin-right: 10px;
8589 opacity: 0.65;
8590 cursor: pointer;
8591 }
8592 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-inp_content img:hover {
8593 transition: 0.1s linear;
8594 opacity: 1;
8595 }
8596 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-add-more {
8597 width: 93%;
8598 margin: 10px;
8599 border-radius: 2px;
8600 display: flex;
8601 font-weight: 400;
8602 flex-direction: row;
8603 align-items: center;
8604 justify-content: center;
8605 font-size: 12px;
8606 line-height: 22px;
8607 cursor: pointer;
8608 }
8609 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-add-more img {
8610 margin-right: 10px;
8611 }
8612 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-btns {
8613 width: 94%;
8614 border-radius: 6px;
8615 margin: 10px;
8616 display: flex;
8617 flex-direction: row;
8618 align-items: center;
8619 justify-content: center;
8620 line-height: 28px;
8621 color: white;
8622 cursor: pointer;
8623 }
8624 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-custom-category .wkit-wb-custom-category-btns img {
8625 margin-right: 10px;
8626 }
8627 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wp-drag-boxed {
8628 border: 2px dashed #EBEBEB;
8629 text-align: center;
8630 height: 160px;
8631 width: 100%;
8632 display: flex;
8633 flex-direction: column;
8634 align-items: center;
8635 }
8636 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wp-drag-boxed .wkit-wb-edit-widget-icon {
8637 width: 100%;
8638 border-radius: 6px;
8639 margin-bottom: 25px;
8640 }
8641 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wp-drag-boxed .wkit-wb-drag-drop-label {
8642 font-size: 14px;
8643 color: #A1A1A1;
8644 }
8645 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-dec {
8646 margin: 0px 0px 20px 0px;
8647 }
8648 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-dec .wkit-wb-block-dec-title {
8649 display: block;
8650 font-size: 14px;
8651 font-weight: 400;
8652 color: #212529;
8653 margin-bottom: 10px;
8654 }
8655 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-dec .wkit-wb-block-textarea {
8656 background: rgba(225, 225, 225, 0.25);
8657 border: 0.5px solid rgba(0, 0, 0, 0.08);
8658 border-radius: 6px;
8659 width: 100%;
8660 padding: 15px 15px;
8661 }
8662 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-widget-info {
8663 width: 100%;
8664 display: flex;
8665 flex-direction: row;
8666 align-items: center;
8667 gap: 20px;
8668 }
8669 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-helper-link,
8670 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-key-words {
8671 width: 50%;
8672 }
8673 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-helper-link .wkit-wb-input-lable,
8674 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-key-words .wkit-wb-input-lable {
8675 display: block;
8676 font-size: 13px;
8677 color: #0A102F;
8678 font-weight: 500;
8679 }
8680 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-helper-link .wkit-wb-input-content,
8681 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-key-words .wkit-wb-input-content {
8682 width: 100%;
8683 font-size: 14px;
8684 border: 1px solid #f1f1f4;
8685 border-radius: 6px;
8686 background: #fff;
8687 margin-bottom: 10px;
8688 padding: 4px 10px;
8689 }
8690 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-keyWord-title {
8691 display: flex;
8692 flex-direction: row;
8693 align-items: center;
8694 gap: 5px;
8695 margin-bottom: 5px;
8696 }
8697 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-upload-block-icon {
8698 margin: 20px 0px;
8699 width: 100%;
8700 }
8701 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-upload-block-icon .wkit-wb-widget-icon-links {
8702 width: 100%;
8703 display: flex;
8704 flex-direction: column;
8705 align-items: flex-start;
8706 row-gap: 5px;
8707 }
8708 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-upload-block-icon .wkit-wb-widget-icon-links .wkit-wb-widget-icon-links-category {
8709 margin-left: 10px;
8710 }
8711 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-upload-block-icon .wkit-wb-widget-icon-links .wkit-wb-widget-icon-links-category .wkit-wb-icon-select-link {
8712 text-decoration: none;
8713 color: black;
8714 cursor: pointer;
8715 font-size: 14px;
8716 }
8717 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-upload-block-icon .wkit-wb-widget-icon-links .wkit-wb-widget-icon-links-category .wkit-wb-icon-select-link:hover {
8718 text-decoration: underline;
8719 }
8720 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-upload-block-icon .wb-plus-icon {
8721 width: 40px;
8722 margin-bottom: 15px;
8723 }
8724 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-upload-block-icon .wb-pana-icon {
8725 width: 21px;
8726 border: 1px solid gray;
8727 padding: 4px 2px 2px 4px;
8728 margin: 0px 5px;
8729 }
8730 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-category {
8731 display: flex;
8732 flex-direction: column;
8733 flex-basis: 50%;
8734 position: relative;
8735 }
8736 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-category .wkit-wb-block-category-title {
8737 font-size: 15px;
8738 font-weight: 400;
8739 color: #212529;
8740 }
8741 .wkit-wb-third-part-content .wkit-wb-block-feature-img {
8742 cursor: pointer;
8743 display: flex;
8744 justify-content: space-between;
8745 align-items: center;
8746 -moz-column-gap: 16px;
8747 column-gap: 16px;
8748 width: 100%;
8749 }
8750 .wkit-wb-third-part-content .wkit-wb-block-feature-img .wkit-file-text {
8751 font-size: 14px;
8752 display: none;
8753 }
8754 .wkit-wb-third-part-content .wkit-wb-block-feature-img .wb-block-feature-img-header {
8755 display: flex;
8756 justify-content: space-between;
8757 align-items: center;
8758 }
8759 .wkit-wb-third-part-content .wkit-wb-block-feature-img .wb-block-feature-img-header .wb-block-feature-img-header-text {
8760 font-size: 16px;
8761 font-weight: 600;
8762 color: #011627;
8763 }
8764 .wkit-wb-third-part-content .wkit-wb-block-feature-img .wb-upload-img-content {
8765 margin-top: 20px;
8766 }
8767 .wkit-wb-third-part-content .wkit-wb-block-feature-img .wb-upload-img-content .wb-upload-img .wb-upload-img-text {
8768 margin-top: 20px;
8769 font-size: 16px;
8770 font-weight: 400;
8771 }
8772
8773 .box {
8774 width: 40%;
8775 margin: 0 auto;
8776 background: rgba(255, 255, 255, 0.2);
8777 padding: 35px;
8778 border: 2px solid #fff;
8779 border-radius: 20px/50px;
8780 background-clip: padding-box;
8781 text-align: center;
8782 }
8783
8784 .overlay {
8785 position: fixed;
8786 top: 0;
8787 bottom: 0;
8788 left: 0;
8789 right: 0;
8790 background: rgba(0, 0, 0, 0.7);
8791 transition: opacity 500ms;
8792 z-index: 10;
8793 }
8794
8795 .wkit-wb-popup {
8796 margin: 50px auto;
8797 background: #fff;
8798 border-radius: 10px;
8799 width: 50%;
8800 position: relative;
8801 }
8802 .wkit-wb-popup .wkit-wb-info-popup {
8803 padding: 10px;
8804 }
8805 .wkit-wb-popup .wkit-wb-header-popup {
8806 padding: 15px;
8807 border-radius: 10px 10px 0px 0px;
8808 display: flex;
8809 flex-direction: row;
8810 align-items: center;
8811 }
8812 .wkit-wb-popup .wkit-wb-popup-hreader {
8813 margin-top: 10px;
8814 color: #fff;
8815 font-weight: 600;
8816 margin-bottom: 10px;
8817 }
8818 .wkit-wb-popup .close {
8819 position: absolute;
8820 right: 30px;
8821 transition: all 200ms;
8822 font-size: 30px;
8823 font-weight: bold;
8824 text-decoration: none;
8825 color: #fff;
8826 }
8827 .wkit-wb-popup .close:hover {
8828 color: rgba(255, 255, 255, 0.8196078431);
8829 cursor: pointer;
8830 }
8831 .wkit-wb-popup .wkit-wb-content {
8832 min-height: auto;
8833 padding: 20px 20px 0px 20px;
8834 overflow-y: auto;
8835 max-height: 60vh;
8836 overflow-x: hidden;
8837 }
8838
8839 .wb-eicons-content {
8840 display: flex;
8841 width: 100%;
8842 height: 150px;
8843 flex-direction: column;
8844 gap: 10px;
8845 }
8846 .wb-eicons-content .wb-eicons-val .wb-eicons-inp {
8847 width: 100%;
8848 font-size: 14px;
8849 font-weight: 400;
8850 line-height: 40px;
8851 border: 1px solid #f1f1f4;
8852 border-radius: 6px;
8853 }
8854 .wb-eicons-content .wb-eicons-val .wb-eicons-inp:focus {
8855 border-color: rgba(77, 77, 77, 0.1);
8856 box-shadow: none;
8857 outline: 2px solid transparent;
8858 }
8859 .wb-eicons-content .wb-eicons-links {
8860 background: rgba(239, 239, 239, 0.3098039216);
8861 border: 2px dashed #EBEBEB;
8862 border-radius: 6px;
8863 height: 100%;
8864 display: flex;
8865 align-items: center;
8866 flex-direction: column;
8867 justify-content: center;
8868 padding: 10px;
8869 gap: 5px;
8870 overflow: hidden;
8871 }
8872 .wb-eicons-content .wb-eicons-links .wb-eicons-links-heading span {
8873 color: #A1A1A1;
8874 font-size: 14px;
8875 font-weight: 400;
8876 width: 100%;
8877 display: flex;
8878 align-items: center;
8879 justify-content: center;
8880 text-align: center;
8881 }
8882 .wb-eicons-content .wb-eicons-links .wb-eicons-links-content {
8883 display: flex;
8884 }
8885 .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-lable {
8886 color: #040483;
8887 font-size: 14px;
8888 font-weight: 400;
8889 margin: 0px;
8890 text-decoration: underline;
8891 }
8892 .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-hr {
8893 border: 1px solid #040483;
8894 height: 15px;
8895 margin: 0px 6px;
8896 top: 2px;
8897 display: block;
8898 position: relative;
8899 }
8900
8901 @media screen and (max-width: 700px) {
8902 .box {
8903 width: 70%;
8904 }
8905 }
8906 .wb-show {
8907 opacity: 1 !important;
8908 visibility: visible !important;
8909 }
8910
8911 .wb-disable {
8912 pointer-events: none;
8913 }
8914
8915 .wkit-wb-hide {
8916 display: none;
8917 }
8918
8919 .wb-alert {
8920 border: 1px solid #FF5A6E !important;
8921 background-color: #FFEFF1 !important;
8922 }
8923
8924 .drop-zone {
8925 background-position: center center;
8926 background-size: contain;
8927 background-repeat: no-repeat;
8928 display: flex;
8929 text-align: center;
8930 font-size: 14px;
8931 cursor: pointer;
8932 color: #A1A1A1;
8933 border: 2px dashed #EBEBEB;
8934 flex-direction: column;
8935 align-items: center;
8936 justify-content: center;
8937 width: 100%;
8938 height: 160px;
8939 border-radius: 6px;
8940 }
8941
8942 .drop-zone--over {
8943 border-style: solid;
8944 }
8945
8946 .drop-zone__input {
8947 display: none;
8948 }
8949
8950 .drop-zone__thumb {
8951 width: 66%;
8952 height: 100%;
8953 border-radius: 6px;
8954 background-color: #cccccc;
8955 background-size: cover;
8956 position: relative;
8957 }
8958
8959 .drop-zone__thumb::after {
8960 content: attr(data-label);
8961 position: absolute;
8962 bottom: 0;
8963 left: 0;
8964 width: 100%;
8965 padding: 5px 0;
8966 color: #ffffff;
8967 background: rgba(0, 0, 0, 0.75);
8968 font-size: 14px;
8969 text-align: center;
8970 }
8971
8972 @media (max-width: 1200px) {
8973 .wkit-wb-popup {
8974 width: 85%;
8975 }
8976 }
8977 @media (max-width: 600px) {
8978 .wkit-wb-popup .wkit-wb-content {
8979 padding: 15px;
8980 overflow-y: scroll;
8981 }
8982 .wkit-wb-popup {
8983 width: 90%;
8984 margin: 46px auto;
8985 }
8986 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-wrapper {
8987 display: flex;
8988 row-gap: 10px;
8989 flex-direction: column;
8990 }
8991 .wkit-wb-third-part-content .wkit-wb-block-feature-img {
8992 display: flex;
8993 justify-content: flex-start;
8994 flex-direction: column;
8995 align-items: unset;
8996 }
8997 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-widget-info {
8998 width: 100%;
8999 display: flex;
9000 flex-direction: column;
9001 align-items: unset;
9002 gap: 20px;
9003 }
9004 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-widget-info .wkit-wb-helper-link,
9005 .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-widget-info .wkit-wb-key-words {
9006 width: 100%;
9007 }
9008 }
9009 .wkit-wb-popoupScroll::-webkit-scrollbar {
9010 width: 6px !important;
9011 }
9012 .wkit-wb-popoupScroll::-webkit-scrollbar-thumb {
9013 border-radius: 50px !important;
9014 border: 0px !important;
9015 background-color: #a2a1a1 !important;
9016 }
9017 .wkit-wb-popoupScroll::-webkit-scrollbar-track {
9018 background: rgba(255, 255, 255, 0) !important;
9019 }
9020 /*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
9021 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/widget-builder/style/component_layout.scss ***!
9022 \*******************************************************************************************************************************************************************************************************************************************************************************************************/
9023 .wb-append-content {
9024 padding: 10px;
9025 margin: 5px;
9026 border: 1px solid rgba(98, 0, 255, 0);
9027 }
9028 .wb-append-content:hover .wb-hover-component,
9029 .wb-append-content:hover .wb-draggable-icon {
9030 visibility: visible;
9031 }
9032 .wb-append-content .wb-append-input-field {
9033 display: flex;
9034 justify-content: space-between;
9035 }
9036 .wb-append-content .wb-append-input-field .wb-append-inp {
9037 background-color: rgba(225, 225, 225, 0.25);
9038 border: 0.5px solid rgba(0, 0, 0, 0.08);
9039 border-radius: 2px;
9040 display: block;
9041 width: 100%;
9042 box-shadow: none;
9043 }
9044
9045 .wb-date-time {
9046 padding: 10px;
9047 margin: 5px;
9048 border: 1px solid rgba(98, 0, 255, 0);
9049 }
9050 .wb-date-time:hover {
9051 border: 1px solid #6200FF;
9052 }
9053 .wb-date-time:hover .wb-hover-component,
9054 .wb-date-time:hover .wb-draggable-icon {
9055 visibility: visible;
9056 }
9057 .wb-date-time .wb-append-input-field {
9058 display: flex;
9059 justify-content: space-between;
9060 }
9061 .wb-date-time .wb-append-input-field .wb-append-inp.wb-date-time-w {
9062 background-color: rgba(225, 225, 225, 0.25);
9063 border: 0.5px solid rgba(0, 0, 0, 0.08);
9064 border-radius: 2px;
9065 display: block;
9066 width: 100%;
9067 box-shadow: none;
9068 }
9069
9070 .wb-alignment {
9071 padding: 10px;
9072 margin: 5px;
9073 }
9074 .wb-alignment:hover {
9075 border: 1px solid #6200FF;
9076 }
9077 .wb-alignment:hover .wb-hover-component,
9078 .wb-alignment:hover .wb-draggable-icon {
9079 visibility: visible;
9080 }
9081 .wb-alignment .wb-alignment-header {
9082 display: flex;
9083 flex-direction: row;
9084 justify-content: space-between;
9085 margin: 3px 0px;
9086 }
9087 .wb-alignment .wb-alignment-header .wkit-wb-alignIcon-content {
9088 display: flex;
9089 flex-direction: column;
9090 justify-content: flex-end;
9091 align-items: center;
9092 width: 23px;
9093 }
9094 .wb-alignment .wb-alignment-header .wkit-wb-alignIcon-content:hover .wkit-wb-align-icon-lable {
9095 display: flex;
9096 }
9097 .wb-alignment .wb-alignment-header .wkit-wb-alignIcon-content .wkit-wb-align-icon-lable {
9098 display: none;
9099 flex-direction: column;
9100 align-items: center;
9101 justify-content: center;
9102 background-color: #011627;
9103 margin-bottom: 29px;
9104 color: white;
9105 font-size: 12px;
9106 border-radius: 2px;
9107 padding: 2px 4px 2px 4px;
9108 position: absolute;
9109 }
9110 .wb-alignment .wb-alignment-header .wkit-wb-alignIcon-content .wkit-wb-align-icon-lable .wkit-wb-align-icon-tooltip {
9111 width: 5px;
9112 height: 5px;
9113 background-color: #011627;
9114 transform: rotate(45deg);
9115 margin-bottom: -4px;
9116 }
9117 .wb-alignment .wb-alignment-header .wkit-wb-alignIcon-content .wkit-wb-align-icon {
9118 width: 24px;
9119 height: 24px;
9120 border: 1px solid #e4e4e4;
9121 padding: 3px 4px;
9122 background-color: #f7f7f7;
9123 }
9124 .wb-alignment .wb-alignment-header .wkit-wb-alignIcon-content .wkit-wb-align-icon.wb-icon-selected {
9125 background-color: #d5d8dc;
9126 }
9127 .wb-alignment .wb-alignment-header .wb-right-align {
9128 width: 12px;
9129 height: 21px;
9130 padding: 0px 6px;
9131 border: 1px solid;
9132 border-radius: 0px 2px 2px 0px;
9133 cursor: pointer;
9134 }
9135 .wb-alignment .wb-alignment-header .wb-center-align {
9136 width: 12px;
9137 height: 21px;
9138 padding: 0px 6px;
9139 border: 1px solid;
9140 cursor: pointer;
9141 }
9142 .wb-alignment .wb-alignment-header .wb-left-align {
9143 width: 12px;
9144 height: 21px;
9145 padding: 0px 6px;
9146 border: 1px solid;
9147 border-radius: 2px 0px 0px 2px;
9148 cursor: pointer;
9149 }
9150 .wb-alignment .wb-alignment-header .wb-align-path {
9151 fill: black;
9152 }
9153 .wb-alignment .wb-alignment-header .active-align {
9154 background-color: #8d96a0 !important;
9155 }
9156 .wb-alignment .wb-alignment-header .active-align .wb-align-path {
9157 fill: white;
9158 }
9159
9160 .wb-background {
9161 padding: 10px;
9162 margin: 5px;
9163 }
9164 .wb-background:hover {
9165 border: 1px solid #6200FF;
9166 }
9167 .wb-background:hover .wb-hover-component,
9168 .wb-background:hover .wb-draggable-icon {
9169 visibility: visible;
9170 }
9171 .wb-background .wb-background-header {
9172 display: flex;
9173 flex-direction: row;
9174 justify-content: space-between;
9175 margin: 3px 0px;
9176 }
9177 .wb-background .wb-background-header .wb-background-icon {
9178 height: 28px;
9179 padding: 7px 5px 5px 7px;
9180 width: 100%;
9181 cursor: pointer;
9182 background-color: #f7f7f7;
9183 border: 1px solid #e4e4e4;
9184 border-radius: 3px;
9185 margin: 0px 1px;
9186 }
9187 .wb-background .wb-background-header .right {
9188 border-radius: 0px 2px 2px 0px;
9189 }
9190 .wb-background .wb-background-header .left {
9191 border-radius: 2px 0px 0px 2px;
9192 }
9193 .wb-background .wb-background-header .active-bg {
9194 background-color: rgb(230, 230, 230);
9195 }
9196
9197 .wb-border {
9198 padding: 10px;
9199 margin: 5px;
9200 }
9201 .wb-border:hover {
9202 border: 1px solid #6200FF;
9203 }
9204 .wb-border:hover .wb-hover-component,
9205 .wb-border:hover .wb-draggable-icon {
9206 visibility: visible;
9207 }
9208 .wb-border .wb-border-header {
9209 display: flex;
9210 flex-direction: column;
9211 justify-content: space-between;
9212 margin: 3px 0px;
9213 }
9214 .wb-border .wb-border-header .wb-border-icon {
9215 width: 25%;
9216 height: 25px;
9217 padding: 0px 4px;
9218 border: 1px solid;
9219 cursor: pointer;
9220 background-color: rgba(225, 225, 225, 0.25);
9221 border: 0.5px solid rgba(0, 0, 0, 0.08);
9222 }
9223 .wb-border .wb-border-header .right {
9224 border-radius: 0px 2px 2px 0px;
9225 }
9226 .wb-border .wb-border-header .left {
9227 border-radius: 2px 0px 0px 2px;
9228 }
9229 .wb-border .wb-border-header .active-border {
9230 background-color: rgb(230, 230, 230);
9231 }
9232 .wb-border .wb-border-color {
9233 display: flex;
9234 margin-top: 10px;
9235 align-items: center;
9236 justify-content: space-between;
9237 }
9238 .wb-border .wb-border-color .wb-color-icon {
9239 width: 25px;
9240 border-radius: 50px;
9241 cursor: pointer;
9242 }
9243
9244 .wb-box-shadow {
9245 padding: 10px;
9246 margin: 5px;
9247 }
9248 .wb-box-shadow:hover {
9249 border: 1px solid #6200FF;
9250 }
9251 .wb-box-shadow:hover .wb-hover-component,
9252 .wb-box-shadow:hover .wb-draggable-icon {
9253 visibility: visible;
9254 }
9255 .wb-box-shadow .wb-box-shadow-header {
9256 display: flex;
9257 }
9258 .wb-box-shadow .wb-box-shadow-content {
9259 display: flex;
9260 margin-top: 10px;
9261 align-items: center;
9262 }
9263 .wb-box-shadow .wb-box-shadow-content .wb-color-icon {
9264 width: 30px;
9265 border-radius: 50px;
9266 cursor: pointer;
9267 }
9268 .wb-box-shadow .wb-box-shadow-content .content-1,
9269 .wb-box-shadow .content-2,
9270 .wb-box-shadow .content-3,
9271 .wb-box-shadow .content-4,
9272 .wb-box-shadow .content-5 {
9273 display: flex;
9274 flex-direction: column;
9275 align-items: center;
9276 width: 20%;
9277 margin: 2px;
9278 }
9279 .wb-box-shadow .wb-box-shadow-content .shadow-inp {
9280 display: flex;
9281 width: 100%;
9282 position: relative;
9283 padding: 0px 0px 0px 2px !important;
9284 border-radius: 2px;
9285 background-color: rgba(225, 225, 225, 0.25);
9286 border: 0.5px solid rgba(0, 0, 0, 0.08);
9287 }
9288 .wb-box-shadow .wb-box-shadow-content .shadow-inp:focus {
9289 border: 0.5px solid rgba(0, 0, 0, 0.08);
9290 }
9291 .wb-box-shadow .wb-shadow-switcher {
9292 display: flex;
9293 flex-direction: row;
9294 justify-content: space-between;
9295 align-items: center;
9296 margin: 15px 4px 0px 3px;
9297 }
9298 .wb-box-shadow .wb-shadow-switcher .shadow-btn {
9299 border: 1px solid rgba(0, 0, 0, 0.08);
9300 color: gray;
9301 background-color: #fff;
9302 padding: 3px 5px;
9303 font-size: 12px;
9304 margin: -1px;
9305 cursor: pointer;
9306 }
9307 .wb-box-shadow .wb-shadow-switcher .active-shadow {
9308 border: 1px solid rgba(0, 0, 0, 0.08);
9309 background-color: rgba(225, 225, 225, 0.25);
9310 color: #000 !important;
9311 }
9312
9313 .wb-color {
9314 padding: 10px;
9315 margin: 5px;
9316 }
9317 .wb-color:hover {
9318 border: 1px solid #6200FF;
9319 }
9320 .wb-color:hover .wb-hover-component,
9321 .wb-color:hover .wb-draggable-icon {
9322 visibility: visible;
9323 }
9324 .wb-color .wb-border-color {
9325 display: flex;
9326 margin-top: 10px;
9327 align-items: center;
9328 justify-content: space-between;
9329 }
9330 .wb-color .wb-border-color .wb-append-inner-color {
9331 display: flex;
9332 -moz-column-gap: 5px;
9333 column-gap: 5px;
9334 width: 100%;
9335 justify-content: space-between;
9336 }
9337 .wb-color .wb-border-color .wb-color-icon {
9338 cursor: pointer;
9339 }
9340 .wb-color .wb-border-color .wb-color-icon .wb-color-picker {
9341 height: 35px;
9342 width: 35px;
9343 border: 1px solid #e4e4e4;
9344 background-color: #f7f7f7;
9345 cursor: pointer;
9346 }
9347
9348 .wb-css-filter {
9349 padding: 10px;
9350 margin: 5px;
9351 }
9352 .wb-css-filter:hover {
9353 border: 1px solid #6200FF;
9354 }
9355 .wb-css-filter:hover .wb-hover-component,
9356 .wb-css-filter:hover .wb-draggable-icon {
9357 visibility: visible;
9358 }
9359 .wb-css-filter .wb-css-filter-content {
9360 display: flex;
9361 align-items: center;
9362 justify-content: space-between;
9363 }
9364 .wb-css-filter .wb-css-filter-content .wb-css-filter-icon {
9365 border: 1px solid;
9366 padding: 7px 5px 5px 7px;
9367 width: 30px;
9368 cursor: pointer;
9369 background-color: #f7f7f7;
9370 border: 1px solid #e4e4e4;
9371 border-radius: 3px;
9372 }
9373
9374 .wb-dimension {
9375 padding: 10px;
9376 margin: 5px;
9377 border: 1px solid #ffffff;
9378 }
9379 .wb-dimension:hover {
9380 border: 1px solid #6200FF;
9381 }
9382 .wb-dimension:hover .wb-hover-component,
9383 .wb-dimension:hover .wb-draggable-icon {
9384 visibility: visible;
9385 }
9386 .wb-dimension .wb-dimension-content {
9387 display: flex;
9388 flex-direction: row;
9389 justify-content: flex-end;
9390 width: 100%;
9391 }
9392 .wb-dimension .wb-dimension-content .wb-dimension-inp {
9393 display: flex;
9394 flex-direction: column;
9395 align-items: center;
9396 width: 20%;
9397 margin: 5px 1px;
9398 cursor: pointer;
9399 }
9400 .wb-dimension .wb-dimension-content .wb-dimension-inp .wb-dimension-lable {
9401 font-size: 8px;
9402 color: #9aa0a5;
9403 }
9404 .wb-dimension .wb-dimension-content .wb-dimension-inp .dimension-inp {
9405 width: 100%;
9406 border-radius: 0px;
9407 padding: 0px 0px 0px 3px;
9408 border: 1px solid #e4e4e4;
9409 min-height: 30px;
9410 line-height: 0;
9411 font-size: 12px;
9412 background-color: #f7f7f7;
9413 }
9414 .wb-dimension .wb-dimension-content .wb-dimension-inp .top-inp {
9415 border-radius: 3px 0px 0px 3px;
9416 min-height: 30px;
9417 box-shadow: none;
9418 font-size: 12px;
9419 }
9420 .wb-dimension .wb-dimension-content .wb-dimension-icon {
9421 cursor: pointer;
9422 width: 20%;
9423 margin: 0px 1px;
9424 }
9425 .wb-dimension .wb-dimension-content .wb-dimension-icon .dimension-icon {
9426 width: 100%;
9427 padding: 5px 7px;
9428 margin-top: 5px;
9429 background-color: #f7f7f7;
9430 border-radius: 0px 5px 5px 0px;
9431 border: 1px solid #d5d8dc;
9432 height: 30px;
9433 }
9434 .wb-dimension .wb-dimension-content .wb-dimension-icon .wkit-wb-dark {
9435 background-color: #d5d8dc;
9436 }
9437
9438 .wb-typography {
9439 padding: 10px;
9440 margin: 5px;
9441 border: 1px solid transparent;
9442 }
9443 .wb-typography:hover {
9444 border: 1px solid #6200FF;
9445 }
9446 .wb-typography:hover .wb-hover-component,
9447 .wb-typography:hover .wb-draggable-icon {
9448 visibility: visible;
9449 }
9450 .wb-typography .wb-typography-content {
9451 display: flex;
9452 align-items: center;
9453 justify-content: space-between;
9454 }
9455 .wb-typography .wb-typography-content .wb-typography-icon {
9456 border: 1px solid;
9457 padding: 7px 5px 5px 7px;
9458 width: 30px;
9459 cursor: pointer;
9460 background-color: #f7f7f7;
9461 border: 1px solid #e4e4e4;
9462 border-radius: 3px;
9463 }
9464
9465 .wb-grediant-color {
9466 padding: 10px;
9467 margin: 5px;
9468 }
9469 .wb-grediant-color:hover {
9470 border: 1px solid #6200FF;
9471 }
9472 .wb-grediant-color:hover .wb-hover-component,
9473 .wb-grediant-color:hover .wb-draggable-icon {
9474 visibility: visible;
9475 }
9476 .wb-grediant-color .wb-grediant-color-content {
9477 display: flex;
9478 flex-direction: column;
9479 }
9480 .wb-grediant-color .wb-grediant-color-content .wb-grediant-color-bar {
9481 padding: 20px 2px;
9482 border-radius: 2px;
9483 border: 1px solid #E4E4E4;
9484 }
9485 .wb-grediant-color .wb-grediant-color-content .wb-grediant-color-selector {
9486 display: flex;
9487 justify-content: flex-end;
9488 margin-top: 12px;
9489 flex-direction: row;
9490 align-items: center;
9491 gap: 5px;
9492 }
9493 .wb-grediant-color .wb-grediant-color-content .wb-grediant-color-selector .gradiant-color-dropDown {
9494 border: 1px solid #e4e4e4;
9495 border-radius: 2px;
9496 background: #f7f7f7;
9497 }
9498 .wb-grediant-color .wb-grediant-color-content .wb-grediant-color-selector .grediant-color-inp {
9499 width: 50px;
9500 border: 1px solid #e4e4e4;
9501 border-radius: 2px;
9502 background: #f7f7f7;
9503 }
9504
9505 .wb-heading {
9506 padding: 10px;
9507 margin: 5px;
9508 }
9509 .wb-heading:hover {
9510 border: 1px solid #6200FF;
9511 }
9512 .wb-heading:hover .wb-hover-component,
9513 .wb-heading:hover .wb-draggable-icon {
9514 visibility: visible;
9515 }
9516 .wb-heading .wb-header-content {
9517 display: flex;
9518 flex-direction: row;
9519 justify-content: space-between;
9520 }
9521 .wb-heading .wb-header-content .heading-dropdown {
9522 font-size: 12px;
9523 padding: 0px 22px 0px 8px;
9524 min-height: 25px;
9525 }
9526 .wb-heading .wb-header-content .wb-append-inp.wkit-text-area-w {
9527 width: 100%;
9528 }
9529
9530 .wb-icon-list {
9531 padding: 10px;
9532 margin: 5px;
9533 }
9534 .wb-icon-list:hover {
9535 border: 1px solid #6200FF;
9536 }
9537 .wb-icon-list:hover .wb-hover-component,
9538 .wb-icon-list:hover .wb-draggable-icon {
9539 visibility: visible;
9540 }
9541 .wb-icon-list .wb-icon-list-content {
9542 display: flex;
9543 justify-content: space-between;
9544 }
9545 .wb-icon-list .wb-icon-list-content .wb-icon-list-icon {
9546 border: 1px solid #e4e4e4;
9547 padding: 5px 3px 3px 5px;
9548 width: 30px;
9549 cursor: pointer;
9550 border-radius: 3px;
9551 background-color: #f7f7f7;
9552 }
9553
9554 .wb-media {
9555 padding: 10px;
9556 margin: 5px;
9557 }
9558 .wb-media:hover {
9559 border: 1px solid #6200FF;
9560 }
9561 .wb-media:hover .wb-hover-component,
9562 .wb-media:hover .wb-draggable-icon {
9563 visibility: visible;
9564 }
9565 .wb-media .wb-media-content {
9566 display: flex;
9567 justify-content: space-between;
9568 }
9569 .wb-media .wb-media-content .wb-media-icon {
9570 border: 1px solid #c2cbd2;
9571 cursor: pointer;
9572 }
9573
9574 .wb-gallery {
9575 padding: 10px;
9576 margin: 5px;
9577 }
9578 .wb-gallery:hover {
9579 border: 1px solid #6200FF;
9580 }
9581 .wb-gallery:hover .wb-hover-component,
9582 .wb-gallery:hover .wb-draggable-icon {
9583 visibility: visible;
9584 }
9585 .wb-gallery .wb-gallery-content {
9586 display: flex;
9587 justify-content: space-between;
9588 }
9589 .wb-gallery .wb-gallery-content .wb-gallery-icon {
9590 border: 1px solid;
9591 padding: 5px 3px 3px 5px;
9592 width: 16px;
9593 cursor: pointer;
9594 }
9595 .wb-gallery .wb-gallery-content .wb-gallery-image {
9596 border: 1px solid #e4e4e4;
9597 width: 100%;
9598 border-radius: 2px;
9599 background-color: #f7f7f7;
9600 }
9601 .wb-gallery .wb-gallery-content .wb-gallery-image .wb-gallery-image-header {
9602 border-bottom: 1px solid #d5dadf;
9603 }
9604 .wb-gallery .wb-gallery-content .wb-gallery-image .wb-gallery-image-header label {
9605 margin-left: 10px;
9606 }
9607 .wb-gallery .wb-gallery-content .wb-gallery-image-content .wb-gallery-image-backgorund {
9608 width: 4%;
9609 padding: 19px 24px;
9610 background-color: #d5dadf;
9611 margin: 7px;
9612 display: flex;
9613 flex-direction: row;
9614 align-items: center;
9615 justify-content: center;
9616 }
9617 .wb-gallery .wb-gallery-content .wb-gallery-image-content .wb-gallery-image-backgorund img {
9618 background-color: #a4afb7;
9619 border-radius: 50%;
9620 width: 13px;
9621 padding: 3px;
9622 }
9623
9624 .wb-link-search {
9625 padding: 10px;
9626 margin: 5px;
9627 }
9628 .wb-link-search:hover {
9629 border: 1px solid #6200FF;
9630 }
9631 .wb-link-search:hover .wb-hover-component,
9632 .wb-link-search:hover .wb-draggable-icon {
9633 visibility: visible;
9634 }
9635 .wb-link-search .wb-link-search-content {
9636 display: flex;
9637 align-items: center;
9638 justify-content: space-between;
9639 }
9640 .wb-link-search .wb-link-search-content .wb-link-search-icon {
9641 border: 1px solid;
9642 padding: 5px 3px 3px 5px;
9643 width: 16px;
9644 cursor: pointer;
9645 }
9646
9647 .wb-multi-range {
9648 padding: 10px;
9649 margin: 5px;
9650 }
9651 .wb-multi-range:hover {
9652 border: 1px solid #6200FF;
9653 }
9654 .wb-multi-range:hover .wb-hover-component,
9655 .wb-multi-range:hover .wb-draggable-icon {
9656 visibility: visible;
9657 }
9658 .wb-multi-range .wb-multi-range-content .middle {
9659 position: relative;
9660 }
9661 .wb-multi-range .wb-multi-range-content .slider {
9662 position: relative;
9663 z-index: 1;
9664 height: 5px;
9665 margin: 0 15px;
9666 }
9667 .wb-multi-range .wb-multi-range-content .slider > .track {
9668 position: absolute;
9669 z-index: 1;
9670 left: 0;
9671 right: 0;
9672 top: 0;
9673 bottom: 0;
9674 border-radius: 5px;
9675 background-color: #c6aee7;
9676 }
9677 .wb-multi-range .wb-multi-range-content .slider > .range {
9678 position: absolute;
9679 z-index: 2;
9680 left: 25%;
9681 right: 25%;
9682 top: 0;
9683 bottom: 0;
9684 border-radius: 5px;
9685 background-color: #6200ee;
9686 }
9687 .wb-multi-range .wb-multi-range-content .slider > .thumb {
9688 position: absolute;
9689 z-index: 3;
9690 width: 20px;
9691 height: 20px;
9692 background-color: #6200ee;
9693 border-radius: 50%;
9694 }
9695 .wb-multi-range .wb-multi-range-content .slider > .thumb.left {
9696 left: 25%;
9697 transform: translate(-15px, -7px);
9698 }
9699 .wb-multi-range .wb-multi-range-content .slider > .thumb.right {
9700 right: 25%;
9701 transform: translate(15px, -7px);
9702 }
9703 .wb-multi-range .wb-multi-range-content input[type=range] {
9704 position: absolute;
9705 pointer-events: none;
9706 -moz-appearance: none;
9707 appearance: none;
9708 -webkit-appearance: none;
9709 z-index: 2;
9710 height: 5px;
9711 width: 100%;
9712 opacity: 0;
9713 }
9714 .wb-multi-range .wb-multi-range-content input[type=range]::-webkit-slider-thumb {
9715 pointer-events: all;
9716 width: 30px;
9717 height: 30px;
9718 border-radius: 0;
9719 border: 0 none;
9720 background-color: red;
9721 cursor: pointer;
9722 -webkit-appearance: none;
9723 }
9724
9725 .wb-note {
9726 padding: 10px;
9727 margin: 5px;
9728 }
9729 .wb-note:hover {
9730 border: 1px solid #6200FF;
9731 }
9732 .wb-note:hover .wb-hover-component,
9733 .wb-note:hover .wb-draggable-icon {
9734 visibility: visible;
9735 }
9736 .wb-note .wb-note-content {
9737 display: flex;
9738 flex-direction: column;
9739 }
9740 .wb-note .wb-note-content .wb-note-inp {
9741 width: 275px;
9742 margin-top: 3px;
9743 height: 66px;
9744 font-size: 12px;
9745 border-radius: 2px;
9746 }
9747
9748 .wb-radio-advanced {
9749 padding: 10px;
9750 margin: 5px;
9751 }
9752 .wb-radio-advanced:hover {
9753 border: 1px solid #6200FF;
9754 }
9755 .wb-radio-advanced:hover .wb-hover-component,
9756 .wb-radio-advanced:hover .wb-draggable-icon {
9757 visibility: visible;
9758 }
9759 .wb-radio-advanced .wb-radio-advanced-content {
9760 display: flex;
9761 flex-direction: row;
9762 align-items: center;
9763 justify-content: space-between;
9764 }
9765 .wb-radio-advanced .wb-radio-advanced-content .wb-radio-color {
9766 display: flex;
9767 flex-direction: row;
9768 align-items: center;
9769 }
9770 .wb-radio-advanced .wb-radio-advanced-content .wb-radio-color .radio-btn {
9771 padding: 5px;
9772 margin: 0px -1px;
9773 border: 1px solid;
9774 font-size: 12px;
9775 color: white;
9776 background-color: #8d96a0;
9777 cursor: pointer;
9778 }
9779 .wb-radio-advanced .wb-radio-advanced-content .wb-radio-color .active-ra {
9780 color: #8d96a0;
9781 background-color: #fff;
9782 }
9783
9784 .wb-range {
9785 padding: 10px;
9786 margin: 5px;
9787 }
9788 .wb-range:hover {
9789 border: 1px solid #6200FF;
9790 }
9791 .wb-range:hover .wb-hover-component,
9792 .wb-range:hover .wb-draggable-icon {
9793 visibility: visible;
9794 }
9795 .wb-range .wb-range-content .wb-range-bar {
9796 display: flex;
9797 align-items: center;
9798 flex-direction: row;
9799 width: 100%;
9800 gap: 5px;
9801 }
9802 .wb-range .wb-range-content .wb-range-bar .wb-range-inp {
9803 width: 100%;
9804 height: 3px;
9805 border-radius: 8px;
9806 outline: none;
9807 transition: background 450ms ease-in;
9808 -moz-appearance: none;
9809 appearance: none;
9810 -webkit-appearance: none;
9811 }
9812 .wb-range .wb-range-content .wb-range-bar .wb-range-inp::-webkit-slider-thumb {
9813 width: 15px;
9814 height: 15px;
9815 border-radius: 50%;
9816 -webkit-appearance: none;
9817 cursor: grab;
9818 }
9819 .wb-range .wb-range-content .wb-range-bar .range-inp-val {
9820 width: 50px;
9821 padding: 0px 0px 0px 5px;
9822 background-color: #f7f7f7;
9823 border: 1px solid #e4e4e4;
9824 border-radius: 2px;
9825 }
9826
9827 .wb-select {
9828 padding: 10px;
9829 margin: 5px;
9830 }
9831 .wb-select:hover {
9832 border: 1px solid #6200FF;
9833 }
9834 .wb-select:hover .wb-hover-component,
9835 .wb-select:hover .wb-draggable-icon {
9836 visibility: visible;
9837 }
9838 .wb-select .wb-select-content {
9839 display: flex;
9840 flex-direction: row;
9841 justify-content: space-between;
9842 }
9843 .wb-select .wb-select-content .wkit-wb-custom-dropDown {
9844 width: 100%;
9845 }
9846 .wb-select .wb-select-content .select-dropdown {
9847 font-size: 12px;
9848 padding: 0px 22px 0px 8px;
9849 min-height: 25px;
9850 }
9851
9852 .wb-repeater {
9853 padding: 10px;
9854 margin: 5px;
9855 }
9856 .wb-repeater:hover {
9857 border: 1px solid #6200FF;
9858 }
9859 .wb-repeater:hover .wb-hover-main-component,
9860 .wb-repeater:hover .wb-draggable-main-icon {
9861 visibility: visible;
9862 }
9863 .wb-repeater .wb-hover-main-component {
9864 visibility: hidden;
9865 display: flex;
9866 margin-bottom: -19px;
9867 justify-content: center;
9868 flex-direction: row;
9869 -moz-column-gap: 5px;
9870 column-gap: 5px;
9871 }
9872 .wb-repeater .wb-hover-main-component .wb-sec-edit {
9873 background-color: #A73362;
9874 border-radius: 100%;
9875 padding: 5px;
9876 height: 20px;
9877 width: 20px;
9878 cursor: pointer;
9879 display: flex;
9880 align-items: center;
9881 justify-content: center;
9882 }
9883 .wb-repeater .wb-hover-main-component .wb-sec-edit img {
9884 width: 11px !important;
9885 }
9886 .wb-repeater .wb-draggable-main-icon {
9887 position: absolute;
9888 right: 10px;
9889 transform: translate(10px, -11px);
9890 float: right;
9891 visibility: hidden;
9892 transition: all 0.2s linear;
9893 cursor: pointer;
9894 padding: 3px;
9895 display: flex;
9896 border-radius: 0px 5px 0px 0px;
9897 }
9898 .wb-repeater .wb-repeater-content {
9899 display: flex;
9900 flex-direction: column;
9901 justify-content: space-between;
9902 width: 100%;
9903 }
9904 .wb-repeater .wb-repeater-content .wb-repeater-field {
9905 display: flex;
9906 border: 1px solid;
9907 flex: 1;
9908 flex-direction: row;
9909 border-radius: 5px 5px 0px 0px;
9910 }
9911 .wb-repeater .wb-repeater-content .wb-repeater-field-title {
9912 border: none;
9913 color: #fff;
9914 border-radius: 0px;
9915 flex: 1;
9916 background: transparent;
9917 }
9918 .wb-repeater .wb-repeater-content .wb-repeater-field-title:focus-visible {
9919 outline: none;
9920 }
9921 .wb-repeater .wb-repeater-content .wb-repeater-copy-icon {
9922 padding: 0px 5px;
9923 }
9924 .wb-repeater .wb-repeater-content .wb-repeater-options {
9925 border: 1px solid #91003B;
9926 border-top: none;
9927 }
9928 .wb-repeater .wb-repeater-content .wb-repeater-droped {
9929 display: flex;
9930 justify-content: center;
9931 border: 1px dashed rgba(33, 37, 41, 0.25);
9932 border-radius: 2px;
9933 background-color: #fbfbfb;
9934 margin: 5px;
9935 align-items: center;
9936 gap: 5px;
9937 color: #888888;
9938 font-size: 12px;
9939 padding: 3px;
9940 }
9941
9942 .wb-popover {
9943 padding: 10px;
9944 margin: 5px;
9945 }
9946 .wb-popover:hover {
9947 border: 1px solid #6200FF;
9948 }
9949 .wb-popover:hover .wb-hover-main-component,
9950 .wb-popover:hover .wb-draggable-main-icon {
9951 visibility: visible;
9952 }
9953 .wb-popover .wb-hover-main-component {
9954 visibility: hidden;
9955 display: flex;
9956 margin-bottom: -19px;
9957 justify-content: center;
9958 flex-direction: row;
9959 -moz-column-gap: 5px;
9960 column-gap: 5px;
9961 }
9962 .wb-popover .wb-hover-main-component .wb-sec-edit {
9963 border-radius: 100%;
9964 padding: 5px;
9965 height: 20px;
9966 width: 20px;
9967 cursor: pointer;
9968 display: flex;
9969 align-items: center;
9970 justify-content: center;
9971 }
9972 .wb-popover .wb-hover-main-component .wb-sec-edit img {
9973 width: 11px !important;
9974 }
9975 .wb-popover .wb-draggable-main-icon {
9976 transform: translate(10px, -11px);
9977 float: right;
9978 background-color: #A73362;
9979 visibility: hidden;
9980 transition: all 0.2s linear;
9981 cursor: pointer;
9982 padding: 3px;
9983 display: flex;
9984 border-radius: 0px 5px 0px 0px;
9985 }
9986 .wb-popover .wb-popover-content {
9987 flex-direction: column;
9988 justify-content: space-between;
9989 }
9990 .wb-popover .wb-popover-content .wb-popover-options {
9991 border-top: none;
9992 border: 1px solid #91003B;
9993 }
9994 .wb-popover .wb-popover-content .wb-popover-droped {
9995 display: flex;
9996 justify-content: center;
9997 border: 1px dashed rgba(33, 37, 41, 0.25);
9998 border-radius: 2px;
9999 background-color: #fbfbfb;
10000 margin: 10px 5px 5px 5px;
10001 margin-top: 10px;
10002 align-items: center;
10003 gap: 5px;
10004 padding: 3px;
10005 }
10006 .wb-popover .wb-popover-content .wkit-wb-popoverLable {
10007 border-radius: 5px 5px 0px 0px;
10008 }
10009 .wb-popover .wb-popover-content .wkit-wb-popoverInput {
10010 color: #fff;
10011 background: transparent;
10012 height: 20px;
10013 }
10014 .wb-popover .wb-popover-content .wkit-wb-normalHover {
10015 display: flex;
10016 flex-direction: row;
10017 width: 100%;
10018 border-bottom: 1px solid #e8e9e9;
10019 }
10020 .wb-popover .wb-popover-content .wkit-wb-normalHoverList {
10021 display: flex;
10022 padding: 7px;
10023 flex-direction: row;
10024 justify-content: center;
10025 cursor: pointer;
10026 font-size: 14px;
10027 font-weight: 600;
10028 border-right: 1px solid #e8e9e9;
10029 }
10030
10031 .wb-select2 {
10032 padding: 10px;
10033 margin: 5px;
10034 }
10035 .wb-select2:hover {
10036 border: 1px solid #6200FF;
10037 }
10038 .wb-select2:hover .wb-hover-component,
10039 .wb-select2:hover .wb-draggable-icon {
10040 visibility: visible;
10041 }
10042 .wb-select2 .wb-select2-content {
10043 display: flex;
10044 flex-direction: row;
10045 justify-content: space-between;
10046 }
10047 .wb-select2 .wb-select2-content .wkit-wb-custom-dropDown {
10048 width: 100%;
10049 }
10050 .wb-select2 .wb-select2-content .select2-dropdown {
10051 font-size: 12px;
10052 padding: 0px 22px 0px 8px;
10053 min-height: 25px;
10054 }
10055
10056 .wb-tab {
10057 padding: 10px;
10058 margin: 5px;
10059 }
10060 .wb-tab:hover {
10061 border: 1px solid #6200FF;
10062 }
10063 .wb-tab:hover .wb-hover-component,
10064 .wb-tab:hover .wb-draggable-icon {
10065 visibility: visible;
10066 }
10067 .wb-tab .wb-tab-content {
10068 display: flex;
10069 justify-content: center;
10070 }
10071 .wb-tab .wb-tab-content .wb-tab-normal {
10072 border: 1px solid gray;
10073 padding: 2px 18px;
10074 font-size: 12px;
10075 cursor: pointer;
10076 }
10077 .wb-tab .wb-tab-content .selected {
10078 background-color: gray;
10079 color: white;
10080 }
10081
10082 .wb-textarea {
10083 padding: 10px;
10084 margin: 5px;
10085 }
10086 .wb-textarea:hover {
10087 border: 1px solid #6200FF;
10088 }
10089 .wb-textarea:hover .wb-hover-component,
10090 .wb-textarea:hover .wb-draggable-icon {
10091 visibility: visible;
10092 }
10093 .wb-textarea .wb-textarea-content {
10094 display: flex;
10095 flex-direction: column;
10096 }
10097 .wb-textarea .wb-textarea-content .wb-textarea-inp {
10098 width: 100%;
10099 margin-top: 3px;
10100 font-size: 12px;
10101 border-radius: 2px;
10102 padding: 2px 0px 2px 4px;
10103 margin: 0;
10104 background-color: #f7f7f7;
10105 border: 1px solid #e4e4e4;
10106 }
10107
10108 .wb-toggle {
10109 padding: 10px;
10110 margin: 5px;
10111 }
10112 .wb-toggle:hover {
10113 border: 1px solid #6200FF;
10114 }
10115 .wb-toggle:hover .wb-hover-component,
10116 .wb-toggle:hover .wb-draggable-icon {
10117 visibility: visible;
10118 }
10119 .wb-toggle .wb-toggle-content {
10120 display: flex;
10121 align-items: center;
10122 justify-content: space-between;
10123 }
10124 .wb-toggle .wb-toggle-content .wb-switch {
10125 position: relative;
10126 display: inline-block;
10127 width: 36px;
10128 height: 21px;
10129 }
10130 .wb-toggle .wb-toggle-content .wb-switch input {
10131 opacity: 0;
10132 width: 0;
10133 height: 0;
10134 }
10135 .wb-toggle .wb-toggle-content .wb-slider {
10136 position: absolute;
10137 cursor: pointer;
10138 top: 0;
10139 left: 0;
10140 right: 0;
10141 bottom: 0;
10142 background-color: #E0E0E0;
10143 transition: 0.4s;
10144 border-radius: 34px;
10145 }
10146 .wb-toggle .wb-toggle-content .wb-slider:before {
10147 position: absolute;
10148 content: "";
10149 height: 15px;
10150 width: 15px;
10151 left: 3px;
10152 bottom: 3px;
10153 background-color: white;
10154 transition: 0.4s;
10155 border-radius: 50%;
10156 }
10157 .wb-toggle .wb-toggle-content input:checked + .wb-slider {
10158 background-color: #76C758;
10159 }
10160 .wb-toggle .wb-toggle-content input:focus + .wb-slider {
10161 box-shadow: 0 0 1px #76C758;
10162 }
10163 .wb-toggle .wb-toggle-content input:checked + .wb-slider:before {
10164 transform: translateX(15px);
10165 }
10166
10167 .wb-url {
10168 padding: 10px;
10169 margin: 5px;
10170 }
10171 .wb-url:hover {
10172 border: 1px solid #6200FF;
10173 }
10174 .wb-url:hover .wb-hover-component,
10175 .wb-url:hover .wb-draggable-icon {
10176 visibility: visible;
10177 }
10178 .wb-url .wb-url-content {
10179 display: flex;
10180 align-items: center;
10181 flex-direction: row;
10182 gap: 1px;
10183 }
10184 .wb-url .wb-url-content input.wb-url-inp {
10185 width: 80%;
10186 background-color: #f7f7f7;
10187 border: 1px solid #e4e4e4;
10188 }
10189 .wb-url .wb-url-content .inp-url-icon {
10190 background-color: #f7f7f7;
10191 border: 1px solid #e4e4e4;
10192 width: 20%;
10193 height: 30px;
10194 padding: 5px;
10195 border-radius: 3px;
10196 cursor: pointer;
10197 }
10198 .wb-url .wb-url-options {
10199 display: none;
10200 margin-top: 10px;
10201 }
10202 .wb-url .wb-url-options .url-opt {
10203 display: flex;
10204 margin: 5px;
10205 align-items: center;
10206 }
10207 .wb-url .wb-url-options .url-opt input {
10208 margin: 0;
10209 margin-right: 4px;
10210 }
10211
10212 .wb-hover-component {
10213 visibility: hidden;
10214 display: flex;
10215 margin-bottom: -19px;
10216 justify-content: center;
10217 flex-direction: row;
10218 -moz-column-gap: 5px;
10219 column-gap: 5px;
10220 }
10221 .wb-hover-component .wb-sec-edit {
10222 background: #6200FF;
10223 border-radius: 100%;
10224 padding: 5px;
10225 height: 20px;
10226 width: 20px;
10227 cursor: pointer;
10228 display: flex;
10229 align-items: center;
10230 justify-content: center;
10231 }
10232 .wb-hover-component .wb-sec-edit img {
10233 width: 11px !important;
10234 }
10235
10236 .wb-append-input-field {
10237 display: flex;
10238 justify-content: space-between;
10239 }
10240
10241 .wb-append-inp {
10242 padding: 0px 4px;
10243 margin: 0;
10244 background-color: #f7f7f7;
10245 border: 1px solid #e4e4e4;
10246 border-radius: 2px;
10247 }
10248
10249 .wb-draggable-icon {
10250 transform: translate(10px, -11px);
10251 float: right;
10252 visibility: hidden;
10253 padding: 3px;
10254 display: flex;
10255 cursor: pointer;
10256 border-radius: 0px 5px 0px 0px;
10257 }
10258
10259 .wb-show {
10260 display: block;
10261 }
10262
10263 .component-focus {
10264 border: 1px solid #6200FF;
10265 }
10266
10267 .wb-drop {
10268 height: 4px;
10269 }
10270
10271 .wb_drag-over {
10272 height: 14px !important;
10273 }
10274
10275 .wb-append-inner {
10276 display: flex;
10277 flex-direction: row;
10278 width: 100%;
10279 justify-content: space-between;
10280 }
10281
10282 .wb-right-append {
10283 width: 100%;
10284 }
10285
10286 .wb-append-label {
10287 font-size: 13px;
10288 font-weight: 400;
10289 width: 80%;
10290 color: #212529;
10291 height: 29px;
10292 border: none;
10293 }
10294 .wb-append-label:focus-visible {
10295 outline: -webkit-focus-ring-color auto 0px;
10296 }
10297
10298 .wb-append-dec {
10299 color: #888888;
10300 margin-top: 10px;
10301 font-size: 12px;
10302 font-weight: 400;
10303 border: none;
10304 }
10305 .wb-append-dec:focus-visible {
10306 outline: -webkit-focus-ring-color auto 0px;
10307 }
10308
10309 .wb-icons {
10310 display: flex;
10311 justify-content: flex-end;
10312 max-width: 100%;
10313 align-items: center;
10314 flex-direction: row;
10315 gap: 2px;
10316 }
10317
10318 .wb-main-component {
10319 border-radius: 5px;
10320 position: relative;
10321 }
10322
10323 .wb-main-component.wkit-wb-selected .wb-draggable-icon {
10324 visibility: visible !important;
10325 }
10326
10327 .wb-repeater.wkit-wb-main-selected .wb-draggable-main-icon,
10328 .wb-popover.wkit-wb-main-selected .wb-draggable-main-icon {
10329 visibility: visible !important;
10330 }
10331
10332 @media (max-width: 991px) {
10333 .wb-url .wb-url-content input.wb-url-inp {
10334 width: -moz-fit-content;
10335 width: fit-content;
10336 padding: 4px 5px !important;
10337 line-height: 0;
10338 min-height: 5px;
10339 }
10340 .wb-box-shadow .wb-box-shadow-content .shadow-inp {
10341 width: 30px;
10342 }
10343 }
10344 /*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
10345 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/widget_brows/widget_brows.scss ***!
10346 \*************************************************************************************************************************************************************************************************************************************************************************************************/
10347 .wkit-browse-widget-right-main-wrap {
10348 display: flex;
10349 flex-wrap: wrap;
10350 position: relative;
10351 -moz-column-gap: 15px;
10352 column-gap: 15px;
10353 row-gap: 15px;
10354 }
10355
10356 .wkit-mobile-filter-main.wkit-filter-menu-show + .wkit-browse-widget-main {
10357 display: none;
10358 }
10359
10360 .wkit-search-filter {
10361 display: flex;
10362 flex-direction: column;
10363 padding: 0px 15px;
10364 }
10365
10366 .wkit-browse-search-inner {
10367 display: inline-flex;
10368 align-items: center;
10369 position: relative;
10370 width: 100%;
10371 padding: 5px 5px 5px 10px;
10372 border: 1px solid #DADAF0;
10373 border-radius: 6px;
10374 margin-bottom: 15px;
10375 }
10376 .wkit-browse-search-inner span {
10377 display: flex;
10378 padding: 6px;
10379 justify-content: center;
10380 align-items: center;
10381 gap: 10px;
10382 border-radius: 6px;
10383 background: #040483;
10384 transition: 0.3s linear;
10385 cursor: pointer;
10386 }
10387 .wkit-browse-search-inner span:hover {
10388 background: #030369;
10389 }
10390
10391 input[type=text].wkit-browse-search {
10392 padding: 0px;
10393 color: #040483;
10394 width: 100%;
10395 border: none;
10396 font-size: 12px;
10397 background: white;
10398 }
10399 input[type=text].wkit-browse-search::-moz-placeholder {
10400 color: #DADAF0;
10401 }
10402 input[type=text].wkit-browse-search::placeholder {
10403 color: #DADAF0;
10404 }
10405 input[type=text].wkit-browse-search:focus {
10406 border: none;
10407 box-shadow: none;
10408 }
10409
10410 .wkit-mobile-filter-main {
10411 top: 0%;
10412 left: -5px;
10413 position: absolute;
10414 list-style-type: none;
10415 width: 100%;
10416 background-color: #fff;
10417 flex-direction: column;
10418 padding: 15px;
10419 opacity: 0;
10420 visibility: hidden;
10421 z-index: -1;
10422 display: none;
10423 padding: 30px;
10424 transition: all 0.8s;
10425 }
10426 @media (min-width: 1024px) {
10427 .wkit-mobile-filter-main {
10428 display: none !important;
10429 opacity: 0 !important;
10430 visibility: hidden !important;
10431 }
10432 }
10433 .wkit-mobile-filter-main .close-icon {
10434 position: absolute;
10435 top: 20px;
10436 right: 15px;
10437 transition: all 200ms;
10438 cursor: pointer;
10439 background: #fff;
10440 padding: 4px;
10441 border: 3px solid #EFEFEF;
10442 border-radius: 50px;
10443 font-size: 23px;
10444 display: flex;
10445 color: #19191B;
10446 width: 30px;
10447 height: 30px;
10448 line-height: 1;
10449 align-items: center;
10450 justify-content: center;
10451 flex-direction: row;
10452 }
10453 .wkit-mobile-filter-main .close-icon a {
10454 display: flex;
10455 flex-direction: row;
10456 align-items: center;
10457 justify-content: center;
10458 color: #000;
10459 font-size: 25px;
10460 }
10461 .wkit-mobile-filter-main .wkit-filter-main-heading {
10462 font-weight: 500;
10463 font-size: 20px;
10464 color: #19191B;
10465 margin-bottom: 15px;
10466 }
10467 .wkit-mobile-filter-main .wkit-filter-category {
10468 margin-top: 10px;
10469 }
10470 .wkit-mobile-filter-main .wkit-filter-category span {
10471 font-size: 14px;
10472 font-weight: 400;
10473 }
10474 .wkit-mobile-filter-main .wkit-category-mobile-filter {
10475 position: relative;
10476 display: flex;
10477 -moz-column-gap: 10px;
10478 column-gap: 10px;
10479 row-gap: 8px;
10480 flex-wrap: wrap;
10481 }
10482 .wkit-mobile-filter-main .wkit-category-mobile-filter.wkit-template-filter {
10483 flex-direction: column;
10484 }
10485 .wkit-mobile-filter-main .wkit-category-mobile-filter .wkit-filter-category-list {
10486 display: flex;
10487 flex-direction: row;
10488 flex-wrap: wrap;
10489 gap: 8px;
10490 margin-top: 10px;
10491 }
10492 .wkit-mobile-filter-main .wkit-browse-filter-heading {
10493 font-weight: 500;
10494 font-size: 15px;
10495 line-height: 21px;
10496 color: #19191B;
10497 margin-top: 15px;
10498 margin-bottom: 15px;
10499 }
10500 .wkit-mobile-filter-main .wkit-check-wrapper {
10501 border: 0.5px solid #DADAF0;
10502 border-radius: 50px;
10503 padding: 8px 15px;
10504 display: flex;
10505 align-items: center;
10506 -moz-column-gap: 5px;
10507 column-gap: 5px;
10508 position: relative;
10509 width: -moz-fit-content;
10510 width: fit-content;
10511 }
10512 .wkit-mobile-filter-main .wkit-check-wrapper img {
10513 width: 25px;
10514 }
10515 .wkit-mobile-filter-main .wkit-custom-cateogry {
10516 opacity: 0;
10517 position: absolute;
10518 left: 0;
10519 }
10520 .wkit-mobile-filter-main .wkit-custom-cateogry:checked ~ label {
10521 background: #F5F5FA;
10522 border: 0.5px solid #040483;
10523 border-radius: 18px;
10524 }
10525 .wkit-mobile-filter-main .wkit-common-btn {
10526 padding: 15px 30px;
10527 background: #C22076;
10528 border-radius: 10px;
10529 border: none;
10530 text-align: center;
10531 font-weight: 400;
10532 font-size: 14px;
10533 color: #fff;
10534 cursor: pointer;
10535 margin-top: 15px;
10536 }
10537 .wkit-mobile-filter-main .wkit-common-btn a {
10538 color: #fff;
10539 }
10540 @media (max-width: 600px) {
10541 .wkit-mobile-filter-main {
10542 top: 45px;
10543 }
10544 }
10545
10546 .wkit-widget-browse-main {
10547 width: 100%;
10548 background: #FFFFFF;
10549 border-radius: 6px;
10550 height: auto;
10551 padding: 25px;
10552 }
10553
10554 .wkit-browse-widget-main {
10555 display: flex;
10556 }
10557 .wkit-browse-widget-main .wkit-browse-widget-column .wkit-accordion-content {
10558 padding: 0px 15px;
10559 }
10560 .wkit-browse-widget-main .wkit-browse-widget-column .wkit-wb-filterTitle {
10561 padding-left: 15px;
10562 color: #19191B;
10563 font-style: normal;
10564 font-weight: bold;
10565 font-size: 14px;
10566 margin: 20px 0px 15px 0px;
10567 }
10568
10569 .wkit-browse-widget-column {
10570 width: 25%;
10571 flex-basis: 25%;
10572 height: -moz-fit-content;
10573 height: fit-content;
10574 position: relative;
10575 margin-right: 20px;
10576 }
10577 .wkit-browse-widget-column .filter-abosulte {
10578 position: absolute;
10579 display: flex;
10580 align-items: center;
10581 background: #040483;
10582 transform: rotate(90deg);
10583 color: #fff;
10584 left: -65px;
10585 padding: 10px;
10586 border-radius: 6px 6px 0px 0px;
10587 top: 108px;
10588 -moz-column-gap: 10px;
10589 column-gap: 10px;
10590 font-style: normal;
10591 font-weight: 500;
10592 font-size: 14px;
10593 box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.0823529412);
10594 z-index: 5;
10595 cursor: pointer;
10596 letter-spacing: 2px;
10597 text-transform: uppercase;
10598 }
10599 .wkit-browse-widget-column .filter-abosulte svg {
10600 transform: rotate(270deg);
10601 }
10602
10603 .wkit-browse-widget-inner-column {
10604 background: #fff;
10605 display: flex;
10606 flex-direction: column;
10607 height: 100%;
10608 -moz-column-gap: 45px;
10609 column-gap: 45px;
10610 border-radius: 10px;
10611 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
10612 border: 1px solid #f1f1f4;
10613 }
10614 .wkit-browse-widget-inner-column .wkit-expand-filter {
10615 display: flex;
10616 align-items: center;
10617 justify-content: space-between;
10618 padding: 15px;
10619 border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
10620 }
10621 .wkit-browse-widget-inner-column .wkit-expand-filter .wkit-left-main-title {
10622 font-weight: 700;
10623 font-size: 15px;
10624 color: #19191B;
10625 }
10626
10627 .wkit-filter-accordion {
10628 display: flex;
10629 align-items: center;
10630 justify-content: space-between;
10631 cursor: pointer;
10632 transition: 0.3s linear;
10633 padding: 5px 15px 15px 15px;
10634 }
10635
10636 .wkit-plugin-wrap {
10637 display: flex;
10638 flex-direction: row;
10639 align-items: center;
10640 margin-bottom: 20px;
10641 }
10642
10643 .wkit-plugin-wrap .wkit-plugin-name {
10644 display: flex;
10645 align-items: center;
10646 gap: 10px;
10647 font-size: 12px;
10648 color: #19191B;
10649 }
10650 .wkit-plugin-wrap .wkit-plugin-name img {
10651 width: 35px;
10652 margin-right: 7px;
10653 }
10654 .wkit-plugin-wrap .wkit-plugin-name label {
10655 display: flex;
10656 align-items: center;
10657 text-align: left;
10658 }
10659 .wkit-plugin-wrap .wkit-plugin-name .wkit-check-box {
10660 border: 1.11356px solid #DADAF0;
10661 }
10662 .wkit-plugin-wrap .wkit-plugin-name .wkit-styled-checkbox {
10663 margin: 0;
10664 min-width: 20px;
10665 min-height: 20px;
10666 border-radius: 6px;
10667 }
10668 .wkit-plugin-wrap .wkit-plugin-name .wkit-styled-checkbox + label {
10669 position: relative;
10670 cursor: pointer;
10671 flex-direction: row;
10672 display: flex;
10673 padding: 0;
10674 color: #19191B;
10675 width: 265px;
10676 overflow-wrap: break-word;
10677 word-wrap: break-word;
10678 word-break: break-word;
10679 width: 100%;
10680 }
10681 .wkit-plugin-wrap .wkit-plugin-name .wkit-check-box:focus {
10682 border-color: #DADAF0;
10683 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
10684 outline: 0px solid transparent;
10685 }
10686 .wkit-plugin-wrap .wkit-plugin-name .wkit-check-box:checked {
10687 background-color: #040483;
10688 display: flex;
10689 align-items: center;
10690 justify-content: center;
10691 }
10692 .wkit-plugin-wrap .wkit-plugin-name .wkit-check-box:checked::before {
10693 content: "";
10694 border: 2px solid white;
10695 border-left: 0px;
10696 border-top: 0px;
10697 transform: rotate(40deg);
10698 width: 4px;
10699 height: 9px;
10700 margin-bottom: 0px;
10701 margin-left: 0px;
10702 }
10703
10704 .wkit-browse-widget-column.wkit-browse-column-collapse + .wkit-browse-widget-right-column {
10705 flex-basis: 100%;
10706 width: 100%;
10707 }
10708 .wkit-browse-widget-column.wkit-browse-column-collapse + .wkit-browse-widget-right-column .wkit-wb-title-content {
10709 font-size: 16px;
10710 }
10711
10712 .wkit-browse-column-collapse {
10713 width: 0% !important;
10714 flex-basis: 0% !important;
10715 margin-right: 0px;
10716 }
10717 .wkit-browse-column-collapse .wkit-wb-title-content {
10718 font-size: 16px;
10719 }
10720
10721 .wkit-filter-heading {
10722 font-weight: bold;
10723 font-size: 14px;
10724 color: #19191B;
10725 margin-bottom: 10px;
10726 margin-top: 10px;
10727 }
10728
10729 .wkit-browse-widget-right-column {
10730 display: flex;
10731 flex-direction: column;
10732 flex-basis: 100%;
10733 width: 100%;
10734 }
10735 .wkit-browse-widget-right-column .wkit-free-dropdown-mixed {
10736 display: flex;
10737 justify-content: space-between;
10738 align-items: center;
10739 row-gap: 10px;
10740 }
10741 .wkit-browse-widget-right-column .wkit-browse-applied-filter {
10742 display: flex;
10743 flex-wrap: wrap;
10744 align-items: center;
10745 margin-bottom: 15px;
10746 gap: 8px;
10747 }
10748 .wkit-browse-widget-right-column .wkit-browse-applied-filter .applied-filter-text {
10749 font-weight: 600;
10750 color: #19191b;
10751 font-size: 13px;
10752 }
10753 .wkit-browse-widget-right-column .wkit-browse-applied-filter .wkit-applied-list {
10754 display: flex;
10755 align-items: center;
10756 -moz-column-gap: 8px;
10757 column-gap: 8px;
10758 background: #fff;
10759 padding: 5px 8px;
10760 height: 36px;
10761 border-radius: 6px;
10762 border: 1px solid rgba(0, 0, 0, 0.062745098);
10763 }
10764 .wkit-browse-widget-right-column .wkit-browse-applied-filter .wkit-applied-list label {
10765 display: flex;
10766 align-items: center;
10767 -moz-column-gap: 6px;
10768 column-gap: 6px;
10769 }
10770 .wkit-browse-widget-right-column .wkit-browse-applied-filter .wkit-applied-list label img {
10771 max-width: 27px;
10772 }
10773 .wkit-browse-widget-right-column .wkit-browse-applied-filter .wkit-applied-list label span {
10774 font-size: 12px;
10775 font-weight: 400;
10776 max-width: 110px;
10777 white-space: nowrap;
10778 overflow: hidden;
10779 text-overflow: ellipsis;
10780 text-transform: capitalize;
10781 color: black;
10782 }
10783 .wkit-browse-widget-right-column .wkit-browse-applied-filter .wkit-applied-list button {
10784 display: flex;
10785 background: transparent;
10786 border: none;
10787 box-shadow: none;
10788 outline: none;
10789 font-size: 15px;
10790 line-height: 1;
10791 cursor: pointer;
10792 color: black;
10793 }
10794 .wkit-browse-widget-right-column .wkit-browse-applied-filter .wdkit-reset-all-filters {
10795 background: #040483;
10796 border-radius: 6px;
10797 display: flex;
10798 flex-direction: row;
10799 justify-content: center;
10800 align-items: center;
10801 border: none;
10802 font-size: 12px;
10803 height: 36px;
10804 color: #fff;
10805 padding: 5px 20px;
10806 -moz-column-gap: 5px;
10807 column-gap: 5px;
10808 position: relative;
10809 cursor: pointer;
10810 }
10811 .wkit-browse-widget-right-column .wkit-browse-applied-filter .wdkit-reset-all-filters .tooltip-reset-text {
10812 position: absolute;
10813 top: -30px;
10814 white-space: nowrap;
10815 background: #19191B;
10816 border-radius: 6px;
10817 color: #fff;
10818 padding: 4px;
10819 }
10820
10821 .wkit-filter-builder {
10822 display: flex;
10823 -moz-column-gap: 10px;
10824 column-gap: 10px;
10825 padding-left: 15px;
10826 padding-bottom: 10px;
10827 }
10828
10829 .wkit-filter-wrap-panel {
10830 display: flex;
10831 flex-direction: column;
10832 }
10833 .wkit-filter-wrap-panel .wkit-freePro-wrap {
10834 display: flex;
10835 flex-direction: row;
10836 align-items: center;
10837 justify-content: flex-start;
10838 margin: 5px 0px 15px 0px;
10839 gap: 15px;
10840 }
10841 .wkit-filter-wrap-panel .wkit-freePro-wrap .wkit-select-freePro-type {
10842 display: flex;
10843 flex-direction: row;
10844 align-items: center;
10845 gap: 5px;
10846 }
10847 .wkit-filter-wrap-panel .wkit-freePro-wrap .wkit-select-freePro-type input {
10848 margin: 0px 0px;
10849 border: 1px solid #DADAF0;
10850 }
10851 .wkit-filter-wrap-panel .wkit-freePro-wrap .wkit-freePro-radio-inp {
10852 width: 18px;
10853 height: 18px;
10854 }
10855 .wkit-filter-wrap-panel .wkit-freePro-wrap .wkit-freePro-radio-inp::before {
10856 content: "";
10857 border-radius: 50%;
10858 margin: 3px;
10859 background-color: #040483;
10860 line-height: 1.14285714;
10861 width: 10px;
10862 height: 10px;
10863 }
10864 .wkit-filter-wrap-panel .wkit-freePro-wrap .wkit-freePro-radio-inp:checked {
10865 border: 1px solid #040483;
10866 }
10867 .wkit-filter-wrap-panel .wkit-freePro-wrap .wkit-freePro-radio-inp:focus {
10868 border-color: #040483;
10869 box-shadow: none;
10870 outline: 2px solid transparent;
10871 }
10872
10873 .wkit-wb-browse-widget-boxed {
10874 width: 100%;
10875 border: 1px solid rgba(207, 207, 234, 0.3019607843);
10876 padding: 15px;
10877 min-height: 250px;
10878 border-radius: 10px;
10879 display: flex;
10880 position: relative;
10881 background-color: #fff;
10882 flex-direction: column;
10883 justify-content: space-between;
10884 }
10885 .wkit-wb-browse-widget-boxed .wkit-wb-browse-widget-card-top-part {
10886 position: relative;
10887 width: 100%;
10888 border-radius: 6px;
10889 display: flex;
10890 flex-direction: row;
10891 align-items: center;
10892 background: #f9f9f9;
10893 }
10894 .wkit-wb-browse-widget-boxed .wkit-wb-upper-icons {
10895 display: flex;
10896 justify-content: flex-end;
10897 flex-direction: row;
10898 align-items: center;
10899 position: absolute;
10900 top: 0;
10901 right: 0;
10902 }
10903 .wkit-wb-browse-widget-boxed .wkit-wb-fav-icon {
10904 padding: 6px;
10905 background-color: #4a4a4a;
10906 border-radius: 6px;
10907 margin: 5px;
10908 display: flex;
10909 flex-direction: row;
10910 align-items: center;
10911 justify-content: center;
10912 position: relative;
10913 }
10914 .wkit-wb-browse-widget-boxed .wkit-wb-fav-icon .wkit-wb-tooltiplist {
10915 visibility: hidden;
10916 width: -moz-max-content;
10917 width: max-content;
10918 background-color: black;
10919 color: #fff;
10920 text-align: center;
10921 border-radius: 6px;
10922 padding: 8px 8px;
10923 position: absolute;
10924 z-index: 1;
10925 top: -42px;
10926 }
10927 .wkit-wb-browse-widget-boxed .wkit-wb-fav-icon .wkit-wb-tooltiplist::after {
10928 content: "";
10929 position: absolute;
10930 top: 100%;
10931 left: 50%;
10932 margin-left: -5px;
10933 border-width: 5px;
10934 border-style: solid;
10935 border-color: black transparent transparent transparent;
10936 }
10937 .wkit-wb-browse-widget-boxed .wkit-wb-fav-icon:hover .wkit-wb-tooltiplist {
10938 visibility: visible;
10939 }
10940 .wkit-wb-browse-widget-boxed .wkit-wb-fav-icon img {
10941 width: 18px;
10942 cursor: pointer;
10943 }
10944 .wkit-wb-browse-widget-boxed .wkit-wb-browse-widget-image-content {
10945 width: 100%;
10946 height: 100%;
10947 -o-object-fit: cover;
10948 object-fit: cover;
10949 border-radius: 6px;
10950 }
10951 .wkit-wb-browse-widget-boxed .wkit-wb-widget-img {
10952 background-position: center center;
10953 width: 100%;
10954 height: 100%;
10955 background-repeat: no-repeat;
10956 background-size: cover;
10957 margin: 0px;
10958 border-radius: 6px;
10959 }
10960 .wkit-wb-browse-widget-boxed .wkit-wb-card-bottom-content {
10961 padding-top: 12px;
10962 display: flex;
10963 flex-direction: column;
10964 justify-content: space-between;
10965 }
10966 .wkit-wb-browse-widget-boxed .wkit-wb-title-content {
10967 height: 45px;
10968 font-size: 14px;
10969 font-weight: 500;
10970 color: #19191B;
10971 margin-bottom: 15px;
10972 display: flex;
10973 flex-direction: row;
10974 align-items: center;
10975 justify-content: space-between;
10976 text-transform: capitalize;
10977 }
10978 .wkit-wb-browse-widget-boxed .wkit-wb-title-content a {
10979 text-decoration: none !important;
10980 color: #19191B;
10981 }
10982 .wkit-wb-browse-widget-boxed .wkit-wb-title-content .plugin-download-icon {
10983 position: relative;
10984 border: 1px solid #8991A4;
10985 padding: 4px;
10986 border-radius: 6px;
10987 cursor: pointer;
10988 }
10989 .wkit-wb-browse-widget-boxed .wkit-wb-title-content .plugin-download-icon svg {
10990 width: 15px;
10991 display: block;
10992 height: 15px;
10993 }
10994 .wkit-wb-browse-widget-boxed .wkit-wb-widget-dropDown .wkit-wb-3dot-icon {
10995 padding: 11px 5px;
10996 border: 1px solid;
10997 width: 25px;
10998 height: 25px;
10999 border-radius: 6px;
11000 display: flex;
11001 flex-direction: row;
11002 align-items: center;
11003 justify-content: center;
11004 cursor: pointer;
11005 }
11006 .wkit-wb-browse-widget-boxed .wkit-wb-widget-dropDown .wkit-wb-dropdown {
11007 display: none;
11008 z-index: 1;
11009 flex-direction: column;
11010 position: absolute;
11011 background-color: #fff;
11012 margin-top: 235px;
11013 margin-left: 85px;
11014 padding: 8px;
11015 box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.1);
11016 border-radius: 10px;
11017 row-gap: 8px;
11018 width: 150px;
11019 }
11020 .wkit-wb-browse-widget-boxed .wkit-wb-widget-dropDown li {
11021 color: #19191B;
11022 padding: 5px 7px;
11023 margin: 0px;
11024 font-size: 13px;
11025 border-radius: 6px;
11026 font-weight: 500;
11027 display: flex;
11028 -moz-column-gap: 5px;
11029 column-gap: 5px;
11030 }
11031 .wkit-wb-browse-widget-boxed .wkit-wb-widget-dropDown li:hover {
11032 background-color: #F1F1F1;
11033 }
11034 .wkit-wb-browse-widget-boxed .wkit-wb-browse-widget-info {
11035 display: flex;
11036 flex-direction: row;
11037 align-items: center;
11038 justify-content: space-between;
11039 }
11040 .wkit-wb-browse-widget-boxed .wkit-wb-browse-info-icons-content {
11041 display: flex;
11042 flex-direction: row;
11043 align-items: center;
11044 justify-content: center;
11045 }
11046 .wkit-wb-browse-widget-boxed .wkit-wb-info-icons {
11047 display: flex;
11048 flex-direction: row;
11049 align-items: center;
11050 justify-content: center;
11051 }
11052 .wkit-wb-browse-widget-boxed .wkit-wb-info-icons label {
11053 font-size: 12px;
11054 font-weight: 400;
11055 color: #8991A4;
11056 }
11057 .wkit-wb-browse-widget-boxed .wkit-wb-info-icons img {
11058 width: 14px;
11059 margin-right: 5px;
11060 }
11061 .wkit-wb-browse-widget-boxed .wkit-wb-divider-hr {
11062 width: 14px;
11063 transform: rotate(90deg);
11064 height: 1px;
11065 border: 0.1px solid rgba(137, 145, 164, 0.4705882353);
11066 }
11067 .wkit-wb-browse-widget-boxed .wkit-wb-widget-category-icon {
11068 width: 30px;
11069 border-radius: 50%;
11070 height: 30px;
11071 display: flex;
11072 flex-direction: row;
11073 align-items: center;
11074 position: relative;
11075 justify-content: center;
11076 position: relative;
11077 border-bottom: 1px dotted black;
11078 }
11079 .wkit-wb-browse-widget-boxed .wkit-wb-widget-category-icon .wkit-wb-tooltiplist {
11080 visibility: hidden;
11081 width: -moz-max-content;
11082 width: max-content;
11083 background-color: black;
11084 color: #fff;
11085 text-align: center;
11086 border-radius: 6px;
11087 padding: 8px 8px;
11088 position: absolute;
11089 z-index: 1;
11090 top: -42px;
11091 }
11092 .wkit-wb-browse-widget-boxed .wkit-wb-widget-category-icon .wkit-wb-tooltiplist::after {
11093 content: "";
11094 position: absolute;
11095 top: 100%;
11096 left: 50%;
11097 margin-left: -5px;
11098 border-width: 5px;
11099 border-style: solid;
11100 border-color: black transparent transparent transparent;
11101 }
11102 .wkit-wb-browse-widget-boxed .wkit-wb-widget-category-icon:hover .wkit-wb-tooltiplist {
11103 visibility: visible;
11104 }
11105 .wkit-wb-browse-widget-boxed .wkit-wb-widget-category-icon img {
11106 width: 50px;
11107 border-radius: 50%;
11108 }
11109
11110 .wkit-browse-widget-filter {
11111 float: right;
11112 }
11113
11114 .wkit-sub-heading-text {
11115 font-weight: 400;
11116 font-size: 12px;
11117 color: #2A2A96;
11118 }
11119
11120 .wkit-switch-custom-wrap {
11121 display: flex;
11122 align-items: center;
11123 justify-content: flex-end;
11124 -moz-column-gap: 10px;
11125 column-gap: 10px;
11126 }
11127 .wkit-switch-custom-wrap .switch {
11128 position: relative;
11129 display: inline-block;
11130 width: 60px;
11131 height: 30px;
11132 }
11133 .wkit-switch-custom-wrap .switch input {
11134 opacity: 0;
11135 width: 0;
11136 height: 0;
11137 }
11138 .wkit-switch-custom-wrap .slider {
11139 position: absolute;
11140 cursor: pointer;
11141 top: 0;
11142 left: 0;
11143 width: 60px;
11144 right: 0;
11145 bottom: 0;
11146 background-color: #D1D1D6;
11147 transition: 0.4s;
11148 }
11149 .wkit-switch-custom-wrap .slider:before {
11150 position: absolute;
11151 content: "";
11152 height: 22px;
11153 width: 22px;
11154 display: flex;
11155 left: 4px;
11156 top: 4px;
11157 background-color: white;
11158 transition: 0.4s;
11159 }
11160 .wkit-switch-custom-wrap input:checked + .slider {
11161 background-color: #2A2A96;
11162 }
11163 .wkit-switch-custom-wrap input:focus + .slider {
11164 box-shadow: 0 0 1px #2A2A96;
11165 }
11166 .wkit-switch-custom-wrap input:checked + .slider:before {
11167 transform: translateX(26px);
11168 }
11169 .wkit-switch-custom-wrap .slider.round {
11170 border-radius: 10px;
11171 }
11172 .wkit-switch-custom-wrap .slider.round:before {
11173 border-radius: 50px;
11174 }
11175
11176 .wb-download-loader {
11177 background: #fff;
11178 opacity: 1;
11179 justify-content: center;
11180 align-items: center;
11181 }
11182 .wb-download-loader .wb-download-loader-circle {
11183 border: 3px solid #f3f3f3;
11184 border-radius: 50%;
11185 border-top: 3px solid #393b3e;
11186 width: 18px;
11187 height: 18px;
11188 animation: spin 1s linear infinite;
11189 }
11190
11191 .wkit-post-not-found {
11192 width: 100%;
11193 display: flex;
11194 justify-content: center;
11195 align-items: center;
11196 }
11197
11198 @media (max-width: 1024px) {
11199 .wkit-browse-widget-mobile-hide,
11200 .wkit-browse-widget-filter {
11201 display: none;
11202 }
11203 .wkit-browse-widget-right-column {
11204 margin-left: 0px;
11205 padding: 0px;
11206 }
11207 }
11208 @media (max-width: 767px) {
11209 .wkit-browse-widget-main {
11210 display: flex;
11211 flex-direction: column;
11212 }
11213 }
11214 /*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
11215 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/setting_panel/settings.scss ***!
11216 \**********************************************************************************************************************************************************************************************************************************************************************************************/
11217 .wkit-settings-heading {
11218 padding: 20px;
11219 display: flex;
11220 background: #ffffff;
11221 border-radius: 10px;
11222 align-items: center;
11223 -moz-column-gap: 8px;
11224 column-gap: 8px;
11225 margin-bottom: 30px;
11226 }
11227 .wkit-settings-heading svg {
11228 width: 20px;
11229 height: 20px;
11230 }
11231 .wkit-settings-heading .title {
11232 font-size: 14px;
11233 font-weight: 500;
11234 color: #040483;
11235 }
11236
11237 .wkit-settings-boxed {
11238 background: #ffffff;
11239 border-radius: 10px;
11240 display: flex;
11241 flex-direction: column;
11242 justify-content: space-between;
11243 padding: 20px;
11244 row-gap: 12px;
11245 background-color: #ffffff;
11246 border: 1px solid rgba(207, 207, 234, 0.3);
11247 height: 100%;
11248 box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.03);
11249 }
11250
11251 .wkit-settings-boxed.wkit-disable-card {
11252 opacity: 0.5;
11253 pointer-events: none;
11254 }
11255
11256 .wkit-setting-card-header {
11257 display: flex;
11258 align-items: center;
11259 flex-direction: row;
11260 flex-wrap: wrap;
11261 gap: 5px;
11262 }
11263
11264 h3.settings-boxed-heading {
11265 font-style: normal;
11266 font-weight: 500;
11267 font-size: 18px;
11268 line-height: 30px;
11269 color: #040483;
11270 margin: 0px;
11271 }
11272
11273 .wkit-comming-soon-pin {
11274 color: #C22076;
11275 background: rgba(194, 32, 118, 0.1);
11276 border-radius: 6px;
11277 padding: 5px 8px;
11278 font-weight: 500;
11279 font-size: 12px;
11280 }
11281
11282 .wkit-icon-bg {
11283 background: rgba(4, 4, 131, 0.08);
11284 border-radius: 6px;
11285 width: -moz-fit-content;
11286 width: fit-content;
11287 padding: 5px;
11288 margin-bottom: 10px;
11289 height: 60px;
11290 width: 60px;
11291 display: flex;
11292 justify-content: center;
11293 align-items: center;
11294 }
11295 .wkit-icon-bg svg {
11296 height: 30px;
11297 width: 30px;
11298 }
11299
11300 .wkit-setting-panel-ed {
11301 display: flex;
11302 -moz-column-gap: 15px;
11303 column-gap: 15px;
11304 align-items: center;
11305 }
11306 .wkit-setting-panel-ed .wkit-setting-icon-bg {
11307 display: flex;
11308 background: #040483;
11309 border-radius: 6px;
11310 border: none;
11311 cursor: pointer;
11312 flex-direction: row;
11313 color: #ffffff;
11314 justify-content: center;
11315 padding: 10px 14px;
11316 font-weight: 500;
11317 font-size: 12px;
11318 gap: 9px;
11319 align-items: center;
11320 transition: 0.3s linear;
11321 }
11322 .wkit-setting-panel-ed .wkit-setting-icon-bg:hover {
11323 background: #030369;
11324 }
11325
11326 button.wkit-setting-btn-enable-disble {
11327 background: transparent;
11328 padding: 10px 30px;
11329 border: 1px solid #040483;
11330 color: #040483;
11331 border-radius: 6px;
11332 font-style: normal;
11333 font-weight: 500;
11334 cursor: pointer;
11335 font-size: 12px;
11336 }
11337
11338 .wkit-setting-btn-enable-disble.btn-opacity {
11339 opacity: 0.5;
11340 background: #040483;
11341 color: #ffffff;
11342 }
11343
11344 /**Setting Panal*/
11345 .wkit-settings-boxed-wrapper {
11346 display: grid;
11347 width: 100%;
11348 gap: 24px;
11349 position: relative;
11350 grid-template-columns: repeat(3, 1fr);
11351 /**Popup Setting*/
11352 }
11353 .wkit-settings-boxed-wrapper .wkit-model-transp,
11354 .wkit-settings-boxed-wrapper .wkit-author-transp {
11355 overflow: hidden;
11356 visibility: hidden;
11357 opacity: 0;
11358 position: fixed;
11359 top: 0;
11360 bottom: 0;
11361 left: 0;
11362 right: 0;
11363 background: rgba(0, 0, 0, 0.7);
11364 z-index: 299;
11365 }
11366 .wkit-settings-boxed-wrapper .wkit-popup-show {
11367 visibility: visible;
11368 opacity: 1;
11369 }
11370
11371 .popup-designkit-dropdown {
11372 position: relative;
11373 display: inline-block;
11374 }
11375
11376 @media (max-width: 1024px) {
11377 .wkit-settings-boxed-wrapper {
11378 gap: 15px;
11379 grid-template-columns: repeat(2, 1fr);
11380 }
11381 h3.settings-boxed-heading {
11382 font-size: 16px;
11383 }
11384 }
11385 @media (max-width: 767px) {
11386 .wkit-settings-boxed-wrapper {
11387 grid-template-columns: repeat(1, 1fr);
11388 }
11389 }
11390 /*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
11391 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/helper/helper-function.scss ***!
11392 \****************************************************************************************************************************************************************************************************************************************************************************************/
11393 .popup-header {
11394 border-radius: 10px 10px 0px 0px;
11395 padding: 25px;
11396 color: #fff;
11397 font-style: normal;
11398 font-weight: 600;
11399 font-size: 17px;
11400 line-height: 25px;
11401 text-align: left;
11402 background: #040483;
11403 }
11404
11405 .popup-body {
11406 padding: 20px;
11407 }
11408 .popup-body .wkit-builder-wrapper {
11409 display: flex;
11410 flex-direction: column;
11411 row-gap: 15px;
11412 }
11413 .popup-body .wkit-builder-wrapper .wkit-builder-items {
11414 display: flex;
11415 justify-content: space-between;
11416 padding-bottom: 15px;
11417 align-items: center;
11418 }
11419 .popup-body .wkit-builder-wrapper .wkit-builder-items:not(:last-child) {
11420 border-bottom: 1px solid rgba(207, 207, 234, 0.3);
11421 }
11422 .popup-body .wkit-builder-wrapper .manage-builder-popup-item {
11423 display: flex;
11424 -moz-column-gap: 10px;
11425 column-gap: 10px;
11426 align-items: center;
11427 }
11428 .popup-body .wkit-builder-wrapper img {
11429 width: 30px;
11430 }
11431 .popup-body .wkit-builder-wrapper .wkit-popup-plugin-name {
11432 font-weight: 500;
11433 font-size: 14px;
11434 color: #19191B;
11435 }
11436 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap {
11437 display: flex;
11438 align-items: center;
11439 justify-content: flex-end;
11440 -moz-column-gap: 10px;
11441 column-gap: 10px;
11442 }
11443 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap .switch {
11444 position: relative;
11445 display: inline-block;
11446 width: 60px;
11447 height: 30px;
11448 }
11449 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap .switch input {
11450 opacity: 0;
11451 width: 0;
11452 height: 0;
11453 }
11454 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap .slider {
11455 position: absolute;
11456 cursor: pointer;
11457 top: 0;
11458 left: 0;
11459 width: 60px;
11460 right: 0;
11461 bottom: 0;
11462 background-color: rgba(135, 135, 135, 0.4);
11463 transition: 0.4s;
11464 }
11465 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap .slider:before {
11466 position: absolute;
11467 content: "";
11468 height: 22px;
11469 width: 22px;
11470 display: flex;
11471 left: 4px;
11472 top: 4px;
11473 background-color: #fff;
11474 transition: 0.4s;
11475 }
11476 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap input:checked + .slider {
11477 background-color: #040483;
11478 }
11479 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap input:checked + .slider:before {
11480 transform: translateX(28px);
11481 }
11482 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap .slider.round {
11483 border-radius: 6px;
11484 }
11485 .popup-body .wkit-builder-wrapper .wkit-switch-setting-wrap .slider.round:before {
11486 border-radius: 6px;
11487 }
11488 .popup-body .wkit-builder-wrapper .wkit-features-icon-bg {
11489 background: rgba(4, 4, 131, 0.08);
11490 border-radius: 50px;
11491 display: flex;
11492 height: 50px;
11493 width: 50px;
11494 justify-content: center;
11495 align-items: center;
11496 }
11497 .popup-body .wkit-builder-wrapper .tooltip-text-hover {
11498 position: relative;
11499 display: flex;
11500 justify-content: center;
11501 align-items: center;
11502 cursor: pointer;
11503 }
11504 .popup-body .wkit-builder-wrapper .tooltip-text-hover span {
11505 display: none;
11506 font-size: 12px;
11507 background-color: #333;
11508 color: #ffffff;
11509 position: absolute;
11510 bottom: 25px;
11511 left: 50%;
11512 transform: translateX(-50%);
11513 width: 255px;
11514 text-align: center;
11515 padding: 5px;
11516 transition: 0.3s;
11517 border-radius: 6px;
11518 }
11519 .popup-body .wkit-builder-wrapper .tooltip-text-hover span::before {
11520 position: absolute;
11521 content: "";
11522 border-width: 9px;
11523 border-color: #333 transparent transparent;
11524 border-style: solid;
11525 left: 50%;
11526 bottom: -16px;
11527 transform: translateX(-50%);
11528 }
11529 .popup-body .wkit-builder-wrapper .tooltip-text-hover:hover {
11530 overflow: visible;
11531 }
11532 .popup-body .wkit-builder-wrapper .tooltip-text-hover:hover span,
11533 .popup-body .wkit-builder-wrapper .tooltip-text-hover:hover span::before {
11534 display: block;
11535 }
11536 .popup-body .wkit-popup-content-title {
11537 color: #19191B;
11538 font-size: 16px;
11539 font-weight: 500;
11540 width: 100%;
11541 cursor: default;
11542 }
11543 .popup-body .wkit-popup-buttons {
11544 display: flex;
11545 flex-direction: row;
11546 justify-content: end;
11547 gap: 10px;
11548 margin-top: 20px;
11549 }
11550 .popup-body .wkit-popup-buttons .wkit-popup-confirm {
11551 padding: 10px 25px;
11552 background: #fff;
11553 color: #040483;
11554 border: 1px solid #040483;
11555 border-radius: 6px;
11556 font-size: 14px;
11557 font-weight: 500;
11558 cursor: pointer;
11559 display: flex;
11560 align-items: center;
11561 justify-content: center;
11562 }
11563 .popup-body .wkit-popup-buttons .wkit-popup-cancel {
11564 padding: 10px 25px;
11565 background: #040483;
11566 color: #fff;
11567 border: none;
11568 border-radius: 6px;
11569 font-size: 14px;
11570 font-weight: 500;
11571 cursor: pointer;
11572 display: flex;
11573 align-items: center;
11574 justify-content: center;
11575 }
11576 .popup-body .wkit-popup-buttons .wkit-popup-cancel span {
11577 color: white;
11578 }
11579
11580 .wkit-success-content {
11581 display: flex;
11582 flex-direction: column;
11583 width: 48%;
11584 }
11585 .wkit-success-content .wkit-success-template-content {
11586 display: flex;
11587 flex-direction: row;
11588 align-items: center;
11589 justify-content: space-between;
11590 padding: 0px 10px;
11591 }
11592 .wkit-success-content .wkit-success-template-count {
11593 width: -moz-max-content;
11594 width: max-content;
11595 font-size: 16px;
11596 font-weight: 500;
11597 margin: 5px 0px;
11598 }
11599 .wkit-success-content .wkit-fail-template-count {
11600 display: flex;
11601 flex-direction: row;
11602 align-items: center;
11603 justify-content: center;
11604 gap: 5px;
11605 width: -moz-max-content;
11606 width: max-content;
11607 font-size: 14px;
11608 font-weight: 500;
11609 margin: 5px 0px;
11610 color: #FC4032;
11611 }
11612
11613 .wkit-import-kit-success-header {
11614 margin: 25px;
11615 display: flex;
11616 flex-direction: column;
11617 align-items: center;
11618 justify-content: center;
11619 gap: 10px;
11620 }
11621 .wkit-import-kit-success-header .wkit-import-kit-loading-progress-content {
11622 margin-top: 10px;
11623 }
11624 .wkit-import-kit-success-header .wkit-import-kit-loading-progress-content .wkit-import-kit-progress-title {
11625 font-size: 20px;
11626 font-weight: 600;
11627 }
11628 .wkit-import-kit-success-header .wkit-import-kit-progressBar-content {
11629 position: relative;
11630 width: 80%;
11631 padding: 4px;
11632 background-color: #E6F6E8;
11633 border-radius: 6px;
11634 margin-top: 10px;
11635 }
11636 .wkit-import-kit-success-header .wkit-import-kit-progressBar-content .wkit-import-kit-progressBar-thumb {
11637 background-color: #00A31B;
11638 padding: 4px;
11639 border-radius: 6px;
11640 position: absolute;
11641 top: 0;
11642 left: 0;
11643 }
11644 .wkit-import-kit-success-header .wkit-import-kit-success-title-content {
11645 display: flex;
11646 flex-direction: row;
11647 align-items: center;
11648 justify-content: center;
11649 gap: 15px;
11650 }
11651 .wkit-import-kit-success-header .wkit-import-kit-success-title-content .wkit-import-kit-success-title {
11652 color: #00A31B;
11653 font-size: 24px;
11654 font-weight: 600;
11655 }
11656 .wkit-import-kit-success-header .wkit-import-kit-success-title-content .wkit-import-kit-fail-title {
11657 color: #FC4032;
11658 font-size: 24px;
11659 font-weight: 600;
11660 }
11661 .wkit-import-kit-success-header .wkit-import-kit-success-title-content .wkit-import-kit-partial-title {
11662 color: #FFBB5C;
11663 font-size: 24px;
11664 font-weight: 600;
11665 }
11666
11667 .wdkit-card-tag {
11668 position: absolute;
11669 top: 25px;
11670 left: 0px;
11671 display: flex;
11672 flex-direction: row;
11673 align-items: center;
11674 gap: 5px;
11675 justify-content: center;
11676 background-color: #75D53C;
11677 border-radius: 0px 6px 6px 0px;
11678 box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.15);
11679 color: #fff;
11680 font-size: 12px;
11681 font-weight: 500;
11682 text-transform: uppercase;
11683 width: -moz-max-content;
11684 width: max-content;
11685 padding: 5px;
11686 z-index: 1;
11687 }
11688 .wdkit-card-tag span {
11689 color: #fff !important;
11690 margin-right: 3px;
11691 }
11692 .wdkit-card-tag svg {
11693 width: 16px;
11694 height: 16px;
11695 }
11696
11697 .wdkit-star-rating {
11698 display: flex;
11699 gap: 5px;
11700 }
11701 .wdkit-star-rating span {
11702 color: #19191B !important;
11703 white-space: nowrap;
11704 }
11705
11706 @media (max-width: 576px) {
11707 .popup-body {
11708 padding: 10px;
11709 }
11710 }
11711 /*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
11712 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/activate/activate.scss ***!
11713 \*****************************************************************************************************************************************************************************************************************************************************************************************/
11714 .wkit-chart {
11715 width: 7px;
11716 height: 200px;
11717 position: absolute;
11718 }
11719 .wkit-chart .wkit-chart-tooltip {
11720 position: absolute;
11721 background-color: white;
11722 box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
11723 width: -moz-max-content;
11724 width: max-content;
11725 padding: 5px 10px;
11726 top: -10px;
11727 right: 0;
11728 border-radius: 6px;
11729 }
11730 .wkit-chart .wkit-chart-show {
11731 background-color: red;
11732 width: 100%;
11733 display: block;
11734 height: 50%;
11735 }
11736 .wkit-chart .wkit-chart-hiden {
11737 background-color: transparent;
11738 width: 100%;
11739 display: block;
11740 height: 50%;
11741 }
11742
11743 .wkit-center-chart {
11744 display: flex;
11745 flex-direction: column;
11746 gap: 10px;
11747 justify-content: center;
11748 align-items: center;
11749 background-color: white;
11750 position: absolute;
11751 z-index: 201;
11752 border-radius: 50%;
11753 height: 130px;
11754 width: 130px;
11755 }
11756 .wkit-center-chart .wkit-center-chart-credits {
11757 font-size: 20px;
11758 font-weight: 600;
11759 color: #040483;
11760 margin-top: 10px;
11761 }
11762 .wkit-center-chart .wkit-center-chart-tag {
11763 display: flex;
11764 justify-content: center;
11765 align-items: center;
11766 background-color: #00A31B;
11767 color: white;
11768 height: 28px;
11769 width: 50px;
11770 border-radius: 6px;
11771 }
11772 .wkit-center-chart .wkit-center-chart-pro-tag {
11773 display: flex;
11774 justify-content: center;
11775 align-items: center;
11776 background-color: #FACB2A;
11777 color: white;
11778 height: 28px;
11779 width: 50px;
11780 border-radius: 6px;
11781 gap: 5px;
11782 }
11783
11784 .wkit-activate-key-wrapper .wkit-active-content {
11785 display: flex;
11786 flex-direction: column;
11787 position: relative;
11788 justify-content: center;
11789 gap: 30px;
11790 }
11791 .wkit-activate-key-wrapper .wkit-credit-detail {
11792 display: flex;
11793 flex-direction: row;
11794 gap: 10%;
11795 position: relative;
11796 background-color: #fff;
11797 min-height: 300px;
11798 padding: 1.5rem;
11799 border: 1px solid #f1f1f4;
11800 border-radius: 10px;
11801 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
11802 }
11803 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-chart {
11804 width: 250px;
11805 height: 250px;
11806 display: flex;
11807 align-items: center;
11808 justify-content: center;
11809 gap: 1px;
11810 }
11811 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-chart-skeleton {
11812 width: 210px;
11813 height: 210px;
11814 margin-top: 20px;
11815 display: flex;
11816 align-items: center;
11817 justify-content: center;
11818 border: 1px solid rgba(130, 130, 130, 0.2);
11819 border-radius: 100%;
11820 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
11821 animation: wkit-wave-lines-anim 2s infinite ease-out;
11822 }
11823 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-center-chart-skeleton {
11824 background-color: white;
11825 border: 1px solid rgba(130, 130, 130, 0.2);
11826 position: absolute;
11827 z-index: 201;
11828 border-radius: 50%;
11829 height: 130px;
11830 width: 130px;
11831 }
11832 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta {
11833 display: flex;
11834 flex-direction: column;
11835 gap: 10px;
11836 align-items: flex-start;
11837 justify-content: space-evenly;
11838 width: 60%;
11839 color: #040483;
11840 }
11841 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-header {
11842 font-size: 18px;
11843 font-weight: 600;
11844 }
11845 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-header-skeleton {
11846 font-size: 18px;
11847 width: 100px;
11848 height: 20px;
11849 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
11850 animation: wkit-wave-lines-anim 2s infinite ease-out;
11851 }
11852 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body {
11853 display: flex;
11854 flex-direction: row;
11855 flex-wrap: wrap;
11856 gap: 50px;
11857 }
11858 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content {
11859 display: flex;
11860 flex-direction: column;
11861 gap: 10px;
11862 font-size: 14px;
11863 font-weight: 400;
11864 color: #b1b1d9;
11865 }
11866 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-credit-meta-content-top {
11867 display: flex;
11868 flex-direction: row;
11869 align-items: center;
11870 gap: 10px;
11871 }
11872 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-dot {
11873 display: flex;
11874 flex-direction: row;
11875 border-radius: 50%;
11876 width: 14px;
11877 height: 14px;
11878 }
11879 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-dot.wkit-cl-template {
11880 background: #7939eb;
11881 }
11882 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-dot.wkit-cl-widget {
11883 background: #fe5231;
11884 }
11885 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-dot.wkit-cl-workspace {
11886 background: #00ff66;
11887 }
11888 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-dot-skeleton {
11889 display: flex;
11890 flex-direction: row;
11891 border-radius: 50%;
11892 width: 14px;
11893 height: 14px;
11894 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
11895 animation: wkit-wave-lines-anim 2s infinite ease-out;
11896 }
11897 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-line-skeleton {
11898 width: 80px;
11899 height: 15px;
11900 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
11901 animation: wkit-wave-lines-anim 2s infinite ease-out;
11902 }
11903 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-credit-meta-skeleton-bottom {
11904 width: 50px;
11905 height: 30px;
11906 margin-left: 30px;
11907 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
11908 animation: wkit-wave-lines-anim 2s infinite ease-out;
11909 }
11910 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-credit-meta-content-bottom {
11911 font-size: 20px;
11912 font-weight: 600;
11913 color: #040483;
11914 margin-left: 30px;
11915 }
11916 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-credit-meta-content-bottom span {
11917 display: flex;
11918 align-items: center;
11919 }
11920 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-credit-meta-content-bottom svg {
11921 width: 25px;
11922 height: 25px;
11923 }
11924 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-btn {
11925 display: flex;
11926 align-items: center;
11927 font-size: 16px;
11928 font-weight: 700;
11929 color: #fff;
11930 padding: 10px 15px;
11931 border: 1px solid #C22076;
11932 border-radius: 6px;
11933 background: #C22076;
11934 transition: 0.3s linear;
11935 cursor: pointer;
11936 }
11937 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-btn:hover {
11938 background: #9B1A5E;
11939 }
11940 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-btn.wkit-btn-skeleton {
11941 border: none;
11942 width: 130px;
11943 height: 50px;
11944 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
11945 animation: wkit-wave-lines-anim 2s infinite ease-out;
11946 }
11947 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-btn svg {
11948 margin-right: 10px;
11949 height: 18px;
11950 width: 19px;
11951 }
11952 .wkit-activate-key-wrapper .wkit-apiKey-content {
11953 display: flex;
11954 flex-direction: column;
11955 gap: 35px;
11956 height: 100%;
11957 padding: 50px;
11958 position: relative;
11959 background-color: #fff;
11960 border: 1px solid #f1f1f4;
11961 border-radius: 10px;
11962 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
11963 }
11964 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content {
11965 display: flex;
11966 flex-direction: column;
11967 gap: 10px;
11968 color: #040483;
11969 }
11970 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-header {
11971 font-size: 18px;
11972 font-weight: 600;
11973 margin-bottom: 20px;
11974 }
11975 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-header-skeleton {
11976 width: 150px;
11977 height: 25px;
11978 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
11979 animation: wkit-wave-lines-anim 2s infinite ease-out;
11980 margin-bottom: 20px;
11981 }
11982 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content-skeleton {
11983 display: flex;
11984 flex-direction: column;
11985 gap: 20px;
11986 }
11987 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content-skeleton span {
11988 height: 25px;
11989 width: 130px;
11990 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
11991 animation: wkit-wave-lines-anim 2s infinite ease-out;
11992 margin-bottom: 10px;
11993 }
11994 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content-skeleton .wkit-addKey-body {
11995 display: flex;
11996 flex-direction: row;
11997 gap: 10px;
11998 align-items: center;
11999 }
12000 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content-skeleton .wkit-addKey-body .wkit-addkey-input-skeleton {
12001 width: 70%;
12002 height: 50px;
12003 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
12004 animation: wkit-wave-lines-anim 2s infinite ease-out;
12005 }
12006 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content-skeleton .wkit-addKey-body button {
12007 height: 50px;
12008 width: 130px;
12009 border: none;
12010 border-radius: 10px;
12011 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
12012 animation: wkit-wave-lines-anim 2s infinite ease-out;
12013 }
12014 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content-skeleton .wkit-addKey-body a {
12015 height: 15px;
12016 width: 100px;
12017 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
12018 animation: wkit-wave-lines-anim 2s infinite ease-out;
12019 }
12020 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content {
12021 display: flex;
12022 flex-direction: column;
12023 gap: 20px;
12024 }
12025 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content span {
12026 font-size: 16px;
12027 font-weight: 400;
12028 }
12029 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-body {
12030 display: flex;
12031 flex-direction: row;
12032 gap: 10px;
12033 align-items: center;
12034 }
12035 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-body a {
12036 color: #040483;
12037 }
12038 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field {
12039 display: flex;
12040 position: relative;
12041 width: 70%;
12042 border: 1px solid #d9d9ec;
12043 border-radius: 6px;
12044 padding: 0px 10px;
12045 }
12046 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field .wkit-addkey-dropdown-parent {
12047 display: flex;
12048 flex-direction: row;
12049 align-items: center;
12050 width: 100%;
12051 }
12052 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field .wkit-addkey-dropdown-parent img {
12053 width: 24px;
12054 height: 24px;
12055 }
12056 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field .wkit-addkey-dropdown-toggle {
12057 transition: linear 0.3s;
12058 }
12059 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field .wkit-addkey-dropdown-toggle.wdkit-dropdown-open {
12060 transform: rotate(180deg);
12061 }
12062 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field .wkit-addkey-dropdown-child {
12063 display: flex;
12064 align-items: flex-start;
12065 width: 100%;
12066 padding: 5px 10px;
12067 flex-direction: column;
12068 position: absolute;
12069 top: 55px;
12070 left: 0;
12071 background-color: #fff;
12072 color: #040483;
12073 border-radius: 6px;
12074 z-index: 11;
12075 border: 1px solid #d3d3e6;
12076 }
12077 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field .wkit-addkey-dropdown-child .dropdown-options {
12078 display: flex;
12079 flex-direction: column;
12080 gap: 15px;
12081 }
12082 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field .wkit-addkey-dropdown-child .dropdown-options li {
12083 display: flex;
12084 align-items: center;
12085 gap: 10px;
12086 }
12087 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field .wkit-addkey-dropdown-child .dropdown-options img {
12088 width: 24px;
12089 height: 24px;
12090 }
12091 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-input {
12092 display: flex;
12093 position: relative;
12094 width: 100%;
12095 padding: 14px;
12096 line-height: unset;
12097 border: none;
12098 }
12099 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-input:focus {
12100 border-color: #D9D9EC;
12101 box-shadow: 0 0 0 0px #2271B1;
12102 outline: 0px solid transparent;
12103 }
12104 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-input::-moz-placeholder {
12105 color: #B1B1D9;
12106 }
12107 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-input::placeholder {
12108 color: #B1B1D9;
12109 }
12110 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addkey-dropdown-field.wkit-empty-key {
12111 border: 1px solid red;
12112 }
12113 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-credit-meta-btn {
12114 display: flex;
12115 flex-direction: row;
12116 justify-content: center;
12117 align-items: center;
12118 font-size: 16px;
12119 font-weight: 500;
12120 border: 1px solid #C22076;
12121 border-radius: 6px;
12122 background: #C22076;
12123 color: #fff;
12124 transition: 0.3s linear;
12125 height: 46px;
12126 width: 100px;
12127 cursor: pointer;
12128 }
12129 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-credit-meta-btn:hover {
12130 background: #9B1A5E;
12131 }
12132 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content div {
12133 font-size: 14px;
12134 font-weight: 600;
12135 cursor: pointer;
12136 }
12137 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content {
12138 display: flex;
12139 flex-direction: column;
12140 gap: 10px;
12141 color: #040483;
12142 }
12143 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-header-skeleton {
12144 display: flex;
12145 flex-direction: column;
12146 }
12147 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-header-skeleton span {
12148 width: 200px;
12149 height: 25px;
12150 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
12151 animation: wkit-wave-lines-anim 2s infinite ease-out;
12152 }
12153 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-header-skeleton p {
12154 margin-bottom: 10px;
12155 height: 15px;
12156 width: 80%;
12157 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
12158 animation: wkit-wave-lines-anim 2s infinite ease-out;
12159 }
12160 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-header {
12161 display: flex;
12162 flex-direction: column;
12163 }
12164 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-header span {
12165 font-size: 18px;
12166 font-weight: 600;
12167 }
12168 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-header p {
12169 font-size: 12px;
12170 font-weight: 400;
12171 margin-bottom: 10px;
12172 width: 80%;
12173 opacity: 50%;
12174 }
12175 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body {
12176 overflow-x: auto;
12177 }
12178 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body table {
12179 width: 100%;
12180 height: 100%;
12181 border: 1px solid #cfcfea;
12182 border-radius: 10px;
12183 text-align: left;
12184 border-spacing: 0px;
12185 }
12186 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr.wkit-table-hraders th {
12187 border-bottom: 1px solid #cfcfea !important;
12188 }
12189 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr.wkit-table-hraders-skeleton th {
12190 width: 80px;
12191 height: 20px;
12192 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
12193 animation: wkit-wave-lines-anim 2s infinite ease-out;
12194 }
12195 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr {
12196 height: 60px;
12197 }
12198 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr th {
12199 color: #020202;
12200 font-size: 16px;
12201 font-weight: 500;
12202 border-right: 1px solid #cfcfea;
12203 padding: 0px 15px;
12204 }
12205 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr th:last-child {
12206 border-right: 0px;
12207 }
12208 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr td {
12209 color: #020202;
12210 font-size: 14px;
12211 font-weight: 400;
12212 padding: 0px 15px;
12213 border-right: 1px solid #cfcfea;
12214 border-bottom: 1px solid #cfcfea;
12215 }
12216 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr td:last-child {
12217 border-right: 0px;
12218 }
12219 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr td .wkit-apikey-plugin {
12220 display: flex;
12221 align-items: center;
12222 min-width: 260px;
12223 gap: 10px;
12224 }
12225 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr td .wkit-apikey-plugin span {
12226 color: #2A2A96;
12227 }
12228 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr td .wkit-apikey-plugin img {
12229 width: 24px;
12230 height: 24px;
12231 }
12232 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr:last-child th {
12233 border-bottom: 0px;
12234 }
12235 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr:last-child td {
12236 border-bottom: 0px;
12237 }
12238 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-credits {
12239 display: flex;
12240 flex-direction: row;
12241 align-items: center;
12242 gap: 20px;
12243 }
12244 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-status-tab {
12245 display: flex;
12246 flex-direction: row;
12247 align-items: center;
12248 justify-content: space-between;
12249 gap: 20px;
12250 }
12251 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-status-tab .wdkit-expired-class {
12252 display: flex;
12253 flex-direction: row;
12254 align-items: center;
12255 justify-content: center;
12256 width: 90px;
12257 color: #FC4032;
12258 background: #FFECEB;
12259 border-radius: 6px;
12260 height: 32px;
12261 padding: 5px 10px;
12262 }
12263 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-status-tab .wdkit-active-class {
12264 display: flex;
12265 flex-direction: row;
12266 align-items: center;
12267 justify-content: center;
12268 width: 90px;
12269 color: #00A31B;
12270 background: #E6F6E8;
12271 border-radius: 6px;
12272 height: 32px;
12273 padding: 5px 10px;
12274 }
12275 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-status-tab .wkit-cloud-icon {
12276 display: flex;
12277 flex-direction: row;
12278 align-items: center;
12279 justify-content: flex-end;
12280 width: 30%;
12281 }
12282 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-status-tab .wkit-cloud-icon svg {
12283 cursor: pointer;
12284 }
12285 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-status-tab .wkit-delete-key-btn {
12286 display: flex;
12287 flex-direction: row;
12288 align-items: center;
12289 justify-content: flex-end;
12290 width: 30%;
12291 }
12292 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-status-tab .wkit-delete-key-btn:hover svg {
12293 cursor: pointer;
12294 }
12295 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body .wkit-active-table-status-tab .wkit-delete-key-btn:hover svg:hover path {
12296 stroke: #FC4032;
12297 }
12298 .wkit-activate-key-wrapper .wkit-apiKey-nokey {
12299 display: flex;
12300 flex-direction: column;
12301 justify-content: center;
12302 align-items: center;
12303 }
12304 .wkit-activate-key-wrapper .wkit-apiKey-nokey span {
12305 color: #B1B1D9;
12306 font-size: 16px;
12307 font-weight: 400;
12308 text-align: center;
12309 max-width: 400px;
12310 }
12311 .wkit-activate-key-wrapper .wkit-apikey-active-skeleton {
12312 display: flex;
12313 flex-direction: column;
12314 position: relative;
12315 justify-content: center;
12316 gap: 30px;
12317 }
12318 @media (max-width: 767px) {
12319 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body {
12320 gap: 20px;
12321 }
12322 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-dot {
12323 display: flex;
12324 width: 10px;
12325 height: 10px;
12326 }
12327 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-dot-skeleton {
12328 width: 10px;
12329 height: 10px;
12330 }
12331 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-btn {
12332 font-size: 16px;
12333 padding: 8px 10px;
12334 }
12335 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-btn svg {
12336 width: 18px;
12337 height: 18px;
12338 }
12339 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-btn.wkit-credit-meta-btn.wkit-btn-skeleton {
12340 height: 40px;
12341 width: 100px;
12342 }
12343 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-body {
12344 flex-wrap: wrap;
12345 }
12346 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-body .wkit-addKey-input {
12347 width: 100%;
12348 }
12349 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content div {
12350 font-size: 14px;
12351 }
12352 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr {
12353 height: 50px;
12354 }
12355 }
12356 @media (max-width: 576px) {
12357 .wkit-activate-key-wrapper .wkit-credit-detail {
12358 align-items: center;
12359 flex-direction: column;
12360 gap: 30px;
12361 }
12362 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta {
12363 align-items: center;
12364 gap: 25px;
12365 width: 100%;
12366 }
12367 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-btn.wkit-btn-skeleton {
12368 height: 40px;
12369 width: 90px;
12370 }
12371 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body {
12372 gap: 50px;
12373 }
12374 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-active-dot {
12375 width: 8px;
12376 height: 8px;
12377 }
12378 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-credit-meta-content-bottom {
12379 font-size: 20px;
12380 }
12381 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-content .wkit-credit-meta-header {
12382 font-size: 16px;
12383 }
12384 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-btn {
12385 font-size: 14px;
12386 padding: 6px 8px;
12387 }
12388 .wkit-activate-key-wrapper .wkit-credit-detail .wkit-credit-meta .wkit-credit-meta-body .wkit-credit-meta-btn svg {
12389 width: 14px;
12390 height: 14px;
12391 }
12392 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-body {
12393 flex-wrap: wrap;
12394 }
12395 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-add-content .wkit-addKey-content .wkit-addKey-body .wkit-addKey-input {
12396 width: 100%;
12397 }
12398 .wkit-activate-key-wrapper .wkit-apiKey-content .wkit-apiKey-table-content .wkit-apiKey-table-body tr {
12399 height: 45px;
12400 }
12401 }
12402 /*!********************************************************************************************************************************************************************************************************************************************************************************!*\
12403 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style/main.scss (1) ***!
12404 \********************************************************************************************************************************************************************************************************************************************************************************/
12405 #wpbody-content {
12406 background: #f8f8f8;
12407 }
12408
12409 /**
12410 * Admin manu css for wdesignkit Icon
12411 */
12412 #adminmenu .wp-menu-image.dashicons-before {
12413 display: flex;
12414 align-items: center;
12415 justify-content: center;
12416 }
12417
12418 #adminmenu .wp-menu-image img {
12419 margin: 0 !important;
12420 padding: 0 !important;
12421 }
12422
12423 .wkit-contentbox-modal * {
12424 font-family: "Plus Jakarta Sans", sans-serif !important;
12425 }
12426
12427 #wdesignkit-app {
12428 display: flex;
12429 width: 100%;
12430 min-height: 100vh;
12431 height: auto;
12432 background: #f8f8f8;
12433 margin-left: -20px;
12434 }
12435
12436 #wdesignkit-app:not(#editor-html) {
12437 font-family: "Plus Jakarta Sans", sans-serif !important;
12438 }
12439
12440 .wkit-builder-modal:not(#editor-html) {
12441 font-family: "Plus Jakarta Sans", sans-serif !important;
12442 }
12443
12444 .wkit-right-side .elementor-right-part img {
12445 max-width: 30px;
12446 border-radius: 100%;
12447 }
12448
12449 .wkit-builder-modal *,
12450 #wdesignkit-app * {
12451 box-sizing: border-box;
12452 }
12453
12454 /** Start gutenberg editor popup */
12455 .wkit-builder-modal {
12456 display: none;
12457 }
12458
12459 #adminmenu .toplevel_page_wdesign-kit .wp-menu-image img {
12460 max-width: 25px;
12461 }
12462
12463 #wdkit-block-editor-icon .wkit-gutenber-btn {
12464 background: #040483;
12465 border-radius: 10px;
12466 font-size: 15px;
12467 font-weight: 600;
12468 padding: 0px 10px;
12469 line-height: 1;
12470 }
12471 #wdkit-block-editor-icon .wkit-gutenber-btn .wkit-main-logo {
12472 width: 25px;
12473 min-width: 25px;
12474 margin-top: 2px;
12475 }
12476
12477 .wkit-builder-modal .wkit-background-modal {
12478 top: 0;
12479 left: 0;
12480 background-color: rgba(99, 93, 93, 0.7215686275);
12481 width: 100%;
12482 height: 150vh;
12483 position: fixed;
12484 z-index: 9999;
12485 }
12486
12487 .wkit-builder-modal .wkit-admin-dashboard {
12488 background: #fefefe;
12489 border-radius: 6px;
12490 width: 80%;
12491 height: 80%;
12492 position: fixed;
12493 left: 50%;
12494 top: 50%;
12495 transform: translateX(-50%) translateY(-50%);
12496 z-index: 100;
12497 }
12498
12499 .wkit-builder-modal.wkit-open {
12500 display: flex;
12501 align-items: center;
12502 justify-content: center;
12503 }
12504
12505 .wkit-builder-modal .wkit-contentbox-modal {
12506 position: absolute;
12507 top: 50%;
12508 z-index: 9999;
12509 margin: 0 auto;
12510 display: flex;
12511 align-items: center;
12512 justify-content: center;
12513 transform: translateY(-50%);
12514 }
12515
12516 .wkit-contentbox-modal .wkit-main-menu-dashbord {
12517 display: flex;
12518 flex-wrap: wrap;
12519 padding: 10px;
12520 width: 85vw;
12521 height: 80vh;
12522 position: relative;
12523 overflow-y: auto;
12524 overflow-x: hidden;
12525 background: #f8f8f8;
12526 -moz-column-gap: 15px;
12527 column-gap: 15px;
12528 border-radius: 6px;
12529 /* Handle */
12530 /* Track */
12531 /* Handle on hover */
12532 }
12533 .wkit-contentbox-modal .wkit-main-menu-dashbord::-webkit-scrollbar {
12534 width: 10px;
12535 }
12536 .wkit-contentbox-modal .wkit-main-menu-dashbord::-webkit-scrollbar-thumb {
12537 background: #c1bfbf;
12538 border-radius: 25px;
12539 }
12540 .wkit-contentbox-modal .wkit-main-menu-dashbord::-webkit-scrollbar-track {
12541 background: #f8f8f8;
12542 border-radius: 25px;
12543 }
12544 .wkit-contentbox-modal .wkit-main-menu-dashbord::-webkit-scrollbar-thumb:hover {
12545 background: #b0afaf;
12546 }
12547
12548 .wkit-contentbox-modal .dialog-widget-content .dialog-message.dialog-lightbox-message {
12549 text-align: left;
12550 }
12551
12552 #wdkit-elementor .dialog-widget-content {
12553 width: 85%;
12554 height: 80%;
12555 }
12556
12557 #wdkit-elementor .dialog-widget-content .dialog-message {
12558 padding: 0;
12559 }
12560
12561 .wkit-no-template-data {
12562 padding: 50px;
12563 border-radius: 6px;
12564 width: 100%;
12565 text-align: center;
12566 font-size: 17px;
12567 margin: 40px 0;
12568 color: #fff;
12569 font-weight: 500;
12570 }
12571
12572 /*end gutenberg editor popup */
12573 .wkit-select-menu-wrapper img {
12574 width: 20px;
12575 }
12576
12577 .wkit-user-profile {
12578 position: relative;
12579 border: 1px solid white;
12580 border-radius: 50%;
12581 }
12582 .wkit-user-profile ul.wkit-user-profile-menu {
12583 position: absolute;
12584 width: 100px;
12585 right: 0;
12586 background: #fff;
12587 padding: 0;
12588 margin: 0;
12589 border-radius: 6px;
12590 box-shadow: 0 0px 5px -2px rgba(0, 0, 0, 0.28);
12591 top: 100%;
12592 display: none;
12593 transition: all 0.1s linear;
12594 z-index: 98;
12595 }
12596 .wkit-user-profile ul.wkit-user-profile-menu li {
12597 margin: 0;
12598 }
12599 .wkit-user-profile ul.wkit-user-profile-menu .wkit-profile-dropDown {
12600 display: block;
12601 position: relative;
12602 z-index: 999;
12603 }
12604 .wkit-user-profile a {
12605 display: flex;
12606 }
12607 .wkit-user-profile img {
12608 border: 1px solid white;
12609 }
12610 .wkit-user-profile img:hover {
12611 border: 1px solid #040483;
12612 border-radius: 50%;
12613 scale: 0.99;
12614 transition: 0.2s linear;
12615 }
12616
12617 .wkit-user-profile.wdkit-show ul.wkit-user-profile-menu {
12618 display: block;
12619 }
12620
12621 .wkit-user-profile ul.wkit-user-profile-menu li a {
12622 display: flex;
12623 align-items: center;
12624 -moz-column-gap: 8px;
12625 column-gap: 8px;
12626 font-size: 14px;
12627 line-height: 1;
12628 color: #313131;
12629 border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
12630 padding: 10px;
12631 font-weight: 500;
12632 transition: all 0.3s linear;
12633 }
12634
12635 .wkit-user-profile ul.wkit-user-profile-menu li a svg {
12636 transition: all 0.3s linear;
12637 }
12638
12639 .wkit-user-profile ul.wkit-user-profile-menu li:last-child a {
12640 border-bottom: 0;
12641 }
12642
12643 .wkit-user-profile ul.wkit-user-profile-menu li a:hover {
12644 background: #F1F1F1;
12645 }
12646
12647 .wkit-justify-left {
12648 justify-content: left;
12649 margin-left: 0;
12650 }
12651
12652 .wkit-select-builder-list {
12653 display: flex;
12654 align-items: flex-start;
12655 flex-direction: column;
12656 -moz-column-gap: 10px;
12657 column-gap: 10px;
12658 }
12659 .wkit-select-builder-list .wkit-builder-radio {
12660 display: none;
12661 }
12662 .wkit-select-builder-list .wkit-builder-label {
12663 padding: 0.5px;
12664 line-height: 1;
12665 height: 40px;
12666 width: 40px;
12667 display: flex;
12668 align-items: center;
12669 justify-content: center;
12670 border-radius: 6px;
12671 }
12672 .wkit-select-builder-list .wkit-builder-label .wkit-browse-filter-builder {
12673 height: 32px;
12674 width: 32px;
12675 }
12676 .wkit-select-builder-list .wkit-select-builder {
12677 border: 1px solid #040483;
12678 padding: 2px;
12679 }
12680 .wkit-select-builder-list .wkit-builder-label img {
12681 border-radius: 6px;
12682 }
12683 .wkit-select-builder-list .wkit-builder-radio:checked + .wkit-builder-label {
12684 border-color: #040483;
12685 }
12686 .wkit-select-builder-list .wkit-wb-widgetType {
12687 display: flex;
12688 }
12689 .wkit-select-builder-list span {
12690 color: #000000;
12691 text-transform: capitalize;
12692 font-size: 12px;
12693 }
12694
12695 .wkit-main-menu-dashbord {
12696 display: flex;
12697 -moz-column-gap: 30px;
12698 column-gap: 30px;
12699 padding: 15px;
12700 width: 100%;
12701 }
12702 .wkit-main-menu-dashbord a {
12703 text-decoration: none;
12704 }
12705 .wkit-main-menu-dashbord a:focus {
12706 box-shadow: none;
12707 }
12708 .wkit-main-menu-dashbord .wdesign-kit-main {
12709 display: grid;
12710 grid-template-columns: repeat(3, 1fr);
12711 gap: 20px;
12712 width: 100%;
12713 margin-bottom: 20px;
12714 }
12715 .wkit-main-menu-dashbord .w-designkit-hover-select {
12716 position: relative;
12717 line-height: 0;
12718 }
12719 .wkit-main-menu-dashbord .wkit-dropdown-content {
12720 display: none;
12721 position: absolute;
12722 background-color: #ffffff;
12723 box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
12724 z-index: 2;
12725 transition: 0.3s linear;
12726 padding: 5px 0px;
12727 border-radius: 6px;
12728 width: 170px;
12729 right: 0;
12730 }
12731 .wkit-main-menu-dashbord .wkit-dropdown-content .wkit-select-menu-wrapper {
12732 display: flex;
12733 row-gap: 5px;
12734 flex-direction: column;
12735 }
12736 .wkit-main-menu-dashbord .wkit-dropdown-content .wkit-select-menu-wrapper .wkit-design-item {
12737 font-size: 13px;
12738 line-height: 17px;
12739 padding: 10px;
12740 color: #19191b;
12741 display: flex;
12742 -moz-column-gap: 4px;
12743 column-gap: 6px;
12744 align-items: center;
12745 background: transparent;
12746 border: none;
12747 cursor: pointer;
12748 text-align: left;
12749 width: 100%;
12750 }
12751 .wkit-main-menu-dashbord .wkit-dropdown-content .wkit-select-menu-wrapper .wkit-design-item:focus-visible {
12752 outline: unset;
12753 }
12754 .wkit-main-menu-dashbord .wkit-dropdown-content .wkit-select-menu-wrapper .wkit-design-item:hover {
12755 background: #F1F1F1;
12756 }
12757 .wkit-main-menu-dashbord .wkit-dropdown-content .wkit-select-menu-wrapper .wkit-design-item:hover svg {
12758 fill: #F1F1F1;
12759 }
12760 .wkit-main-menu-dashbord .wdkit-inner-boxed-deActivate {
12761 display: flex;
12762 flex-direction: column;
12763 align-items: center;
12764 justify-content: center;
12765 gap: 10px;
12766 font-weight: 500;
12767 width: 100%;
12768 height: 100%;
12769 color: #000;
12770 background: rgba(255, 255, 255, 0.8);
12771 border-radius: 10px;
12772 position: absolute;
12773 z-index: 1;
12774 }
12775 .wkit-main-menu-dashbord .wdkit-inner-boxed-deActivate .wdkit-inner-boxed-deActivate-h1 {
12776 font-size: 16px;
12777 font-weight: 600;
12778 }
12779 .wkit-main-menu-dashbord .wdkit-inner-boxed-deActivate .wdkit-inner-boxed-deActivate-p {
12780 max-width: 260px;
12781 font-size: 14px;
12782 font-weight: 400;
12783 }
12784 .wkit-main-menu-dashbord .wdkit-inner-boxed-deActivate button {
12785 padding: 8px 13px;
12786 color: white;
12787 border: 0px;
12788 background: #C22076;
12789 border-radius: 10px;
12790 font-weight: 500;
12791 font-size: 14px;
12792 cursor: pointer;
12793 white-space: nowrap;
12794 }
12795 .wkit-main-menu-dashbord .wdkit-inner-boxed-remove {
12796 display: flex;
12797 position: absolute;
12798 z-index: 1;
12799 background: #F5F5FA;
12800 right: 4px;
12801 bottom: 15px;
12802 border-radius: 20px;
12803 padding: 10px 12px;
12804 margin: 0px 10px;
12805 }
12806 .wkit-main-menu-dashbord .wdkit-inner-boxed-remove svg {
12807 cursor: pointer;
12808 }
12809 .wkit-main-menu-dashbord .wkit-select-img {
12810 display: flex;
12811 cursor: pointer;
12812 transition: 0.3s linear;
12813 width: 30px;
12814 height: 30px;
12815 padding: 6px;
12816 background: #fbfbfb;
12817 border: 0.5px solid #C5CBD9;
12818 border-radius: 6px;
12819 }
12820 .wkit-main-menu-dashbord .wdesign-template-boxed {
12821 position: relative;
12822 display: flex;
12823 width: 100%;
12824 flex-wrap: wrap;
12825 border-radius: 10px;
12826 -ms-flex-preferred-size: 0;
12827 -ms-flex-positive: 1;
12828 box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.03);
12829 }
12830 @media (max-width: 1280px) {
12831 .wkit-main-menu-dashbord .wdesign-template-boxed {
12832 flex: 0 0 49%;
12833 max-width: initial;
12834 }
12835 }
12836 @media (max-width: 767px) {
12837 .wkit-main-menu-dashbord .wdesign-template-boxed {
12838 flex: 0 0 100%;
12839 max-width: initial;
12840 padding: 0px 0px 15px 0px !important;
12841 }
12842 }
12843 .wkit-main-menu-dashbord .wdesign-template-boxed .wdkit-inner-boxed {
12844 border: 1px solid #f1f1f4;
12845 border-radius: 10px;
12846 padding: 15px;
12847 width: 100%;
12848 position: relative;
12849 background-color: #fff;
12850 min-height: 250px;
12851 }
12852 .wkit-main-menu-dashbord .wdesign-template-boxed .template-wrap-title {
12853 display: flex;
12854 justify-content: space-between;
12855 margin-bottom: 0;
12856 -moz-column-gap: 15px;
12857 column-gap: 15px;
12858 height: 45px;
12859 align-items: center;
12860 }
12861 .wkit-main-menu-dashbord .wdesign-template-boxed .template-wrap-title .wdkit-download-temp {
12862 position: relative;
12863 margin-right: 0;
12864 display: flex;
12865 line-height: 0;
12866 }
12867 .wkit-main-menu-dashbord .wdesign-template-boxed .template-wrap-title .wkit-eye-dropdown-wrapped {
12868 display: flex;
12869 align-items: center;
12870 }
12871 .wkit-main-menu-dashbord .wdesign-template-boxed .top-part {
12872 position: relative;
12873 width: 100%;
12874 min-height: 48%;
12875 background-color: #f9f9f9;
12876 border-radius: 6px;
12877 }
12878 .wkit-main-menu-dashbord .wdesign-template-boxed .top-part .wdkit-temp-feature-img {
12879 line-height: 0;
12880 height: 100%;
12881 width: 100%;
12882 background-color: #f9f9f9;
12883 border-radius: 6px;
12884 cursor: default;
12885 }
12886 .wkit-main-menu-dashbord .wdesign-template-boxed .top-part .wdkit-temp-feature-img img {
12887 width: 100%;
12888 height: 100%;
12889 border-radius: 6px;
12890 -o-object-fit: cover;
12891 object-fit: cover;
12892 }
12893 .wkit-main-menu-dashbord .wdesign-template-boxed .top-part .wkit-check-mark {
12894 display: flex;
12895 justify-content: center;
12896 align-items: center;
12897 background-color: rgba(0, 0, 0, 0.6);
12898 height: 100%;
12899 width: 100%;
12900 position: absolute;
12901 z-index: 1;
12902 top: 0px;
12903 border-radius: 6px;
12904 }
12905 .wkit-main-menu-dashbord .wdesign-template-boxed .top-part .wkit-check-mark .wkit-checkmark-icon {
12906 width: 25px;
12907 height: 50px;
12908 border: 1px solid white;
12909 border-width: 0 4px 4px 0;
12910 border-radius: 6px;
12911 transform: rotate(45deg);
12912 }
12913 .wkit-main-menu-dashbord .wdesign-template-boxed .kit-list-pin-icons {
12914 position: absolute;
12915 padding: 0;
12916 top: 10px;
12917 right: 10px;
12918 display: flex;
12919 -moz-column-gap: 6px;
12920 column-gap: 6px;
12921 z-index: 1;
12922 }
12923 .wkit-main-menu-dashbord .wdesign-template-boxed .kit-list-pin-icons .kit-pin-icon {
12924 line-height: 0;
12925 background: rgba(0, 0, 0, 0.7);
12926 border-radius: 6px;
12927 cursor: pointer;
12928 position: relative;
12929 display: flex;
12930 flex-direction: row;
12931 align-items: center;
12932 justify-content: center;
12933 width: 30px;
12934 height: 30px;
12935 }
12936 .wkit-main-menu-dashbord .wdesign-template-boxed .kit-list-pin-icons .kit-pin-icon .wkit-pin-img-temp {
12937 max-width: 18px;
12938 width: 18px;
12939 height: 18px;
12940 }
12941 .wkit-main-menu-dashbord .wdesign-template-boxed .kit-list-pin-icons .kit-pin-icon .kit-hint-tooltip {
12942 color: #fff;
12943 position: absolute;
12944 background: #19191b;
12945 border-radius: 6px;
12946 top: -39px;
12947 text-align: center;
12948 font-size: 12px;
12949 line-height: 1;
12950 padding: 10px 11px;
12951 transition: all 0.3s linear;
12952 opacity: 0;
12953 visibility: hidden;
12954 white-space: nowrap;
12955 }
12956 .wkit-main-menu-dashbord .wdesign-template-boxed .kit-list-pin-icons .kit-pin-icon .kit-hint-tooltip:after {
12957 content: "";
12958 width: 0;
12959 height: 0;
12960 border-left: 8px solid transparent;
12961 border-right: 8px solid transparent;
12962 border-top: 8px solid #19191b;
12963 position: absolute;
12964 bottom: -7px;
12965 left: 50%;
12966 transform: translateX(-50%);
12967 }
12968 .wkit-main-menu-dashbord .wdesign-template-boxed .kit-list-pin-icons .kit-pin-icon:hover .kit-hint-tooltip {
12969 opacity: 1;
12970 visibility: visible;
12971 }
12972 .wkit-main-menu-dashbord .wdesign-template-boxed .temp-title {
12973 font-size: 14px;
12974 color: #19191b;
12975 font-weight: 500;
12976 display: -webkit-box;
12977 -webkit-line-clamp: 2;
12978 -webkit-box-orient: vertical;
12979 text-transform: capitalize;
12980 overflow: hidden;
12981 text-overflow: ellipsis;
12982 line-height: 1.5em;
12983 font-weight: bold;
12984 }
12985 .wkit-main-menu-dashbord .wdesign-template-boxed .btn-reviews {
12986 display: flex;
12987 justify-content: space-between;
12988 flex-wrap: wrap;
12989 }
12990 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom {
12991 padding-top: 12px;
12992 display: flex;
12993 flex-direction: column;
12994 justify-content: space-between;
12995 gap: 10px;
12996 }
12997 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .btn-img {
12998 display: flex;
12999 flex-wrap: wrap;
13000 }
13001 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .kit-pin-icon {
13002 position: relative;
13003 line-height: 0;
13004 border-radius: 3.6px;
13005 cursor: pointer;
13006 }
13007 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .kit-pin-icon .wkit-pin-img-temp {
13008 max-width: 18px;
13009 }
13010 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .kit-pin-icon .kit-hint-tooltip {
13011 color: #fff;
13012 position: absolute;
13013 background: #19191b;
13014 border-radius: 6px;
13015 top: -33px;
13016 text-align: center;
13017 font-size: 13px;
13018 line-height: 1;
13019 padding: 6px 8px;
13020 left: 50%;
13021 transform: translateX(-50%);
13022 transition: all 0.2s linear;
13023 opacity: 0;
13024 visibility: hidden;
13025 white-space: nowrap;
13026 }
13027 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .kit-pin-icon .kit-hint-tooltip:after {
13028 content: "";
13029 width: 0;
13030 height: 0;
13031 border-left: 8px solid transparent;
13032 border-right: 8px solid transparent;
13033 border-top: 8px solid #000000;
13034 position: absolute;
13035 bottom: -7px;
13036 left: 50%;
13037 transform: translateX(-50%);
13038 }
13039 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .kit-pin-icon:hover .kit-hint-tooltip {
13040 opacity: 1;
13041 visibility: visible;
13042 }
13043 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .wkit-download-eye-wrapperd {
13044 display: flex;
13045 align-items: center;
13046 gap: 10px;
13047 }
13048 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .btn-reviews a {
13049 font-size: 12px;
13050 margin-right: 6px;
13051 color: #8991a4;
13052 display: flex;
13053 -moz-column-gap: 6px;
13054 column-gap: 6px;
13055 align-items: center;
13056 }
13057 .wkit-main-menu-dashbord .wdesign-template-boxed .boxed-bottom .btn-reviews a img {
13058 width: 14px;
13059 }
13060 .wkit-main-menu-dashbord .wdesign-template-boxed .btn-reviews a:nth-child(1):after {
13061 content: "|";
13062 padding-left: 2px;
13063 }
13064 .wkit-main-menu-dashbord .wkit-popup-template-boxed {
13065 position: relative;
13066 display: flex;
13067 flex-direction: column;
13068 border-radius: 10px;
13069 padding: 15px;
13070 flex: 0 0 33.333333%;
13071 max-width: calc(33.3333333333% - 30px);
13072 width: 100%;
13073 flex-wrap: wrap;
13074 -ms-flex-preferred-size: 0;
13075 flex-grow: 1;
13076 }
13077 .wkit-main-menu-dashbord .wkit-popup-template-boxed .wkit-kit-inner-loop {
13078 border: 1px solid rgba(207, 207, 234, 0.3);
13079 padding: 10px;
13080 border-radius: 10px;
13081 }
13082 .wkit-main-menu-dashbord .wkit-popup-template-boxed .wrapper-titile {
13083 display: flex;
13084 justify-content: space-between;
13085 align-items: center;
13086 -moz-column-gap: 15px;
13087 column-gap: 15px;
13088 }
13089 .wkit-main-menu-dashbord .wkit-popup-template-boxed .wkit-popup-top-part {
13090 background: #f9f9f9;
13091 border-radius: 10px;
13092 position: relative;
13093 }
13094 .wkit-main-menu-dashbord .wkit-popup-template-boxed .wkit-popup-top-part img {
13095 width: 100%;
13096 }
13097 .wkit-main-menu-dashbord .wkit-popup-template-boxed .template-status-pin-green,
13098 .wkit-main-menu-dashbord .wkit-popup-template-boxed .template-status-pin-orange {
13099 position: absolute;
13100 padding: 6px;
13101 line-height: 0;
13102 top: 10px;
13103 right: 10px;
13104 background: rgba(0, 0, 0, 0.7);
13105 border-radius: 3.6px;
13106 }
13107 .wkit-main-menu-dashbord .wkit-popup-template-boxed .template-status-pin-green .wkit-public-private-temp,
13108 .wkit-main-menu-dashbord .wkit-popup-template-boxed .template-status-pin-orange .wkit-public-private-temp {
13109 max-width: 18px;
13110 }
13111 .wkit-main-menu-dashbord .wkit-popup-template-boxed .title {
13112 font-size: 14px;
13113 color: #19191b;
13114 font-weight: 500;
13115 line-height: 1.4em;
13116 }
13117 .wkit-main-menu-dashbord .wkit-download-template {
13118 display: flex;
13119 cursor: pointer;
13120 transition: 0.3s linear;
13121 width: 30px;
13122 height: 30px;
13123 padding: 6px;
13124 background: #fbfbfb;
13125 border: 0.5px solid #C5CBD9;
13126 border-radius: 6px;
13127 }
13128 .wkit-main-menu-dashbord .wkit-download-template:hover {
13129 background: rgba(3, 4, 131, 0.03);
13130 }
13131 .wkit-main-menu-dashbord .wkit-info-svg {
13132 fill: rgba(25, 25, 27, 0.5);
13133 }
13134 .wkit-main-menu-dashbord .wkit-icon-white-bg {
13135 background: #a9ab32;
13136 border-radius: 8px;
13137 cursor: pointer;
13138 width: 25px;
13139 height: 25px;
13140 padding: 4px;
13141 }
13142 .wkit-main-menu-dashbord .wkit-icon-white-bg:hover .wkit-tooltip {
13143 visibility: visible;
13144 transition: 0.3s linear;
13145 }
13146 .wkit-main-menu-dashbord .wkit-icon-white {
13147 fill: #fff;
13148 }
13149 .wkit-main-menu-dashbord .wkit-icon-orange-bg {
13150 background: #f35421;
13151 width: 25px;
13152 min-width: 25px;
13153 height: 25px;
13154 display: flex;
13155 align-items: center;
13156 justify-content: center;
13157 border-radius: 8px;
13158 }
13159 .wkit-main-menu-dashbord .wkit-icon-orange-bg:hover .wkit-tooltip {
13160 display: block;
13161 visibility: visible;
13162 transition: 0.3s linear;
13163 }
13164 .wkit-main-menu-dashbord .wkit-loading-check {
13165 border-radius: 8px;
13166 width: 25px;
13167 height: 25px;
13168 display: flex;
13169 align-items: center;
13170 justify-content: center;
13171 background: #2a2a96;
13172 }
13173 .wkit-main-menu-dashbord .wkit-complete-check {
13174 background: #46bcaa;
13175 border-radius: 8px;
13176 width: 25px;
13177 height: 25px;
13178 display: flex;
13179 align-items: center;
13180 justify-content: center;
13181 flex: none;
13182 }
13183 .wkit-main-menu-dashbord .wkit-view {
13184 position: absolute;
13185 display: flex;
13186 top: 50%;
13187 left: 50%;
13188 transform: translate(-50%, -50%);
13189 padding: 10px 12px;
13190 font-size: 12px;
13191 color: #fff;
13192 background: transparent;
13193 border-radius: 10px;
13194 border: 1px solid #fff;
13195 transition: all 0.3s linear;
13196 -moz-column-gap: 5px;
13197 column-gap: 5px;
13198 z-index: 2;
13199 cursor: pointer;
13200 opacity: 0;
13201 visibility: hidden;
13202 }
13203 .wkit-main-menu-dashbord .wkit-view .popup-eye {
13204 width: 15px;
13205 fill: #fff;
13206 transition: all 0.3s linear;
13207 }
13208 .wkit-main-menu-dashbord .wkit-view:hover {
13209 background: #fff;
13210 color: #19191b;
13211 }
13212 .wkit-main-menu-dashbord .wkit-view:hover .popup-eye {
13213 fill: #19191b;
13214 }
13215 .wkit-main-menu-dashbord .wkit-popup-template-boxed:hover .wkit-view {
13216 visibility: visible;
13217 opacity: 1;
13218 }
13219 .wkit-main-menu-dashbord .wkit-popup-template-boxed:hover .wkit-popup-top-part::before {
13220 opacity: 1;
13221 visibility: visible;
13222 }
13223 .wkit-main-menu-dashbord .wkit-popup-template-boxed .wkit-popup-top-part::before {
13224 position: absolute;
13225 content: "";
13226 top: 0;
13227 left: 0;
13228 background-color: rgba(0, 0, 0, 0.5215686275);
13229 width: 100%;
13230 height: 100%;
13231 z-index: 1;
13232 border-radius: 10px;
13233 transition: all 0.3s linear;
13234 opacity: 0;
13235 visibility: hidden;
13236 }
13237 .wkit-main-menu-dashbord .wkit-plugin-popup-close {
13238 position: absolute;
13239 top: -15px;
13240 right: -15px;
13241 transition: all 200ms;
13242 cursor: pointer;
13243 background: #fff;
13244 padding: 4px;
13245 border: 3px solid #efefef;
13246 border-radius: 50px;
13247 font-size: 23px;
13248 display: flex;
13249 color: #19191b;
13250 width: 30px;
13251 height: 30px;
13252 line-height: 1;
13253 align-items: center;
13254 justify-content: center;
13255 }
13256 .wkit-main-menu-dashbord .wkit-plugin-popup-close span {
13257 display: flex;
13258 position: relative;
13259 align-items: center;
13260 justify-content: center;
13261 }
13262 .wkit-main-menu-dashbord .wkit-plugin-model-content {
13263 margin: 70px auto;
13264 padding: 10px;
13265 background: #fff;
13266 border-radius: 10px;
13267 width: 35%;
13268 position: relative;
13269 }
13270 .wkit-main-menu-dashbord .wkit-plugin-model-content.wkit-import-template {
13271 width: 50%;
13272 }
13273
13274 .wkit-main-menu-dashbord .wkit-error-red {
13275 border-color: #ff8585;
13276 }
13277
13278 /*left side */
13279 .wkit-collapse {
13280 width: 40px !important;
13281 }
13282 .wkit-collapse .wkit-menu-text,
13283 .wkit-collapse .wkit-logo,
13284 .wkit-collapse .heading-title {
13285 display: none;
13286 }
13287 .wkit-collapse .wkit-left-side-bar-icon {
13288 margin-left: 15px;
13289 }
13290
13291 .wkit-right-side-full-width {
13292 width: 100% !important;
13293 }
13294
13295 .wkit-mb-10 {
13296 margin-bottom: 10px;
13297 }
13298
13299 .popup-missing {
13300 display: flex;
13301 flex-direction: column;
13302 }
13303 .popup-missing .popup-header {
13304 display: flex;
13305 }
13306 .popup-missing .popup-body {
13307 display: flex;
13308 flex-direction: column;
13309 overflow-y: auto;
13310 max-height: 50vh;
13311 }
13312 .popup-missing .popup-body.wdkit-tooltip {
13313 overflow-y: visible;
13314 }
13315
13316 .wkit-next-step-second {
13317 width: 100%;
13318 }
13319
13320 .wkit-next-step {
13321 display: flex;
13322 justify-content: center;
13323 width: 100px;
13324 float: right;
13325 }
13326 .wkit-next-step:hover {
13327 background: #2a2a83;
13328 }
13329
13330 .wkit-pluginMissing-text {
13331 display: flex;
13332 }
13333
13334 .wkit-checkbox-wrap {
13335 position: relative;
13336 width: 48%;
13337 display: flex;
13338 margin-top: 15px;
13339 align-items: center;
13340 border: 1px solid rgba(207, 207, 234, 0.3);
13341 padding: 10px;
13342 border-radius: 6px;
13343 }
13344 .wkit-checkbox-wrap .wkit-checkbox-input {
13345 min-width: 15px;
13346 }
13347 .wkit-checkbox-wrap label {
13348 margin-left: 7px;
13349 font-size: 14px;
13350 line-height: 1;
13351 color: #313131;
13352 display: flex;
13353 align-items: center;
13354 cursor: pointer;
13355 }
13356 .wkit-checkbox-wrap .wkit-tooltip-pin-icon {
13357 position: relative;
13358 margin-left: 8px;
13359 line-height: 1;
13360 }
13361 .wkit-checkbox-wrap .wkit-tooltip-pin-icon:hover .kit-hint-tooltip {
13362 opacity: 1;
13363 visibility: visible;
13364 }
13365 @media (max-width: 1024px) {
13366 .wkit-checkbox-wrap {
13367 width: 100%;
13368 }
13369 }
13370
13371 .wkit-checkbox-wrap .kit-hint-tooltip {
13372 color: #fff;
13373 position: absolute;
13374 background: #19191b;
13375 border-radius: 6px;
13376 text-align: left;
13377 font-size: 11px;
13378 line-height: 1.3;
13379 padding: 8px;
13380 transition: all 0.2s linear;
13381 opacity: 0;
13382 visibility: hidden;
13383 width: 260px;
13384 bottom: 30px;
13385 left: -115px;
13386 }
13387 .wkit-checkbox-wrap .kit-hint-tooltip:after {
13388 content: "";
13389 width: 0;
13390 height: 0;
13391 border-top: 8px solid transparent;
13392 border-right: 8px solid #19191b;
13393 border-bottom: 8px solid transparent;
13394 position: absolute;
13395 bottom: -10px;
13396 right: 50%;
13397 transform: rotate(270deg);
13398 }
13399
13400 .wkit-checkbox-input {
13401 margin: 0 !important;
13402 }
13403
13404 .wkit-left-side {
13405 background: #040483;
13406 padding: 10px;
13407 border-radius: 10px;
13408 transition: all 0.3s linear 0s;
13409 display: flex;
13410 min-width: 5%;
13411 flex-direction: column;
13412 position: relative;
13413 z-index: 205;
13414 }
13415 .wkit-left-side .menu-wrapper {
13416 position: relative;
13417 width: -moz-max-content;
13418 width: max-content;
13419 display: flex;
13420 flex-direction: column;
13421 align-self: center;
13422 }
13423 .wkit-left-side .wkit-img-logo {
13424 margin-bottom: 30px;
13425 display: flex;
13426 justify-content: center;
13427 }
13428 .wkit-left-side .wkit-img-logo .wkit-logo {
13429 width: 40px;
13430 margin-top: 16px;
13431 }
13432 .wkit-left-side .wkit-left-side-bar-icon {
13433 cursor: pointer;
13434 }
13435 .wkit-left-side ul {
13436 padding: 0;
13437 display: flex;
13438 flex-direction: column;
13439 margin: 0;
13440 }
13441 .wkit-left-side ul a {
13442 text-decoration: none;
13443 display: flex;
13444 flex-direction: column;
13445 }
13446 .wkit-left-side ul a:focus {
13447 border: none;
13448 box-shadow: none;
13449 }
13450 .wkit-left-side hr {
13451 margin: 0;
13452 border: 1px solid #2a2a96;
13453 margin-bottom: 10px;
13454 }
13455 .wkit-left-side .menu-wrapper .wkit-menu {
13456 list-style: none;
13457 font-size: 13px;
13458 color: #fff;
13459 display: flex;
13460 align-items: center;
13461 justify-content: center;
13462 border-radius: 6px;
13463 padding: 5px;
13464 height: 45px;
13465 width: 45px;
13466 margin-bottom: 10px;
13467 }
13468 @media (max-width: 1500px) {
13469 .wkit-left-side .menu-wrapper .wkit-menu {
13470 height: 40px;
13471 width: 40px;
13472 }
13473 }
13474 .wkit-left-side .menu-wrapper .wkit-menu img {
13475 width: 20px !important;
13476 }
13477 .wkit-left-side .menu-wrapper .wkit-menu:hover {
13478 background-color: #2a2a96;
13479 transition: 0.1s all linear;
13480 }
13481 .wkit-left-side .active {
13482 background-color: #2a2a96;
13483 transition: 0.1s all linear;
13484 }
13485 .wkit-left-side .heading-title {
13486 color: rgba(255, 255, 255, 0.5019607843);
13487 font-size: 12px;
13488 font-weight: 300;
13489 margin-top: 12px;
13490 margin-bottom: 10px;
13491 display: none;
13492 }
13493 .wkit-left-side .menu-wrapper .wkit-menu .wkit-menu-text {
13494 position: absolute;
13495 opacity: 0;
13496 visibility: hidden;
13497 transition: all 0.2s linear;
13498 left: 100%;
13499 background: #19191b;
13500 line-height: 1.65;
13501 padding: 6px 12px;
13502 margin-left: 7px;
13503 white-space: pre;
13504 border-radius: 6px;
13505 z-index: 11;
13506 color: #fff;
13507 }
13508 .wkit-left-side .menu-wrapper .wkit-menu:hover .wkit-menu-text {
13509 opacity: 1;
13510 visibility: visible;
13511 }
13512 .wkit-left-side .menu-wrapper .wkit-menu .wkit-menu-text:before {
13513 content: "";
13514 width: 0;
13515 height: 0;
13516 border-top: 10px solid transparent;
13517 border-bottom: 10px solid transparent;
13518 border-right: 10px solid #19191b;
13519 position: absolute;
13520 left: -7px;
13521 }
13522
13523 @keyframes wdkit-loading {
13524 100% {
13525 transform: translateX(100%);
13526 }
13527 }
13528 /**Right side column css */
13529 .wkit-col-gap {
13530 -moz-column-gap: 10px;
13531 column-gap: 10px;
13532 padding: 0;
13533 }
13534
13535 .wkit-flex-wrap-none {
13536 flex-wrap: initial;
13537 }
13538
13539 .kit-field-wrap {
13540 width: 100%;
13541 display: block;
13542 margin-top: 15px;
13543 }
13544 .kit-field-wrap .wkit-select {
13545 max-width: 100%;
13546 }
13547
13548 .wkit-label-heading {
13549 display: block;
13550 margin-bottom: 7px;
13551 font-size: 14px;
13552 line-height: 1.2;
13553 color: #313131;
13554 font-weight: 500;
13555 }
13556
13557 .wkit-ws-label-heading {
13558 border-radius: 10px 10px 0px 0px;
13559 padding: 25px;
13560 color: #fff;
13561 font-style: normal;
13562 font-weight: 600;
13563 font-size: 17px;
13564 line-height: 25px;
13565 text-align: left;
13566 background: #040483;
13567 }
13568
13569 .wkit-widgetlist-grid-content {
13570 position: relative;
13571 display: flex;
13572 flex-direction: column;
13573 background-color: #fff;
13574 border: 1px solid rgba(207, 207, 234, 0.3);
13575 border-radius: 10px;
13576 box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.03);
13577 }
13578 .wkit-widgetlist-grid-content .wkit-widget-card {
13579 display: flex;
13580 flex-direction: column;
13581 gap: 15px;
13582 margin: 15px;
13583 }
13584 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part {
13585 position: relative;
13586 border-radius: 6px;
13587 }
13588 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-upper-icons {
13589 position: absolute;
13590 display: flex;
13591 flex-direction: row;
13592 width: -moz-max-content;
13593 width: max-content;
13594 gap: 10px;
13595 float: right;
13596 padding: 7px;
13597 top: 0;
13598 right: 0;
13599 }
13600 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-image-content {
13601 width: 100%;
13602 height: 100%;
13603 border-radius: 6px;
13604 }
13605 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-fav-icon,
13606 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-public-icon {
13607 background-color: rgba(0, 0, 0, 0.7);
13608 border-radius: 6px;
13609 width: 30px;
13610 height: 30px;
13611 display: flex;
13612 align-items: center;
13613 justify-content: center;
13614 position: relative;
13615 }
13616 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-fav-icon img,
13617 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-public-icon img {
13618 width: 18px;
13619 height: 18px;
13620 max-width: 18px;
13621 }
13622 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-fav-icon .wkit-widget-icon-tooltip,
13623 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-public-icon .wkit-widget-icon-tooltip {
13624 position: absolute;
13625 top: -30px;
13626 background-color: #19191b;
13627 color: white;
13628 padding: 3px 8px;
13629 border-radius: 6px;
13630 font-weight: 400;
13631 font-size: 12px;
13632 }
13633 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-fav-icon .wkit-widget-icon-tooltip:after,
13634 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-public-icon .wkit-widget-icon-tooltip:after {
13635 content: "";
13636 width: 0;
13637 height: 0;
13638 border-left: 8px solid transparent;
13639 border-right: 8px solid transparent;
13640 border-top: 8px solid #19191b;
13641 position: absolute;
13642 bottom: -5px;
13643 left: 50%;
13644 transform: translateX(-50%);
13645 }
13646 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-fav-icon span,
13647 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-public-icon span {
13648 display: none;
13649 }
13650 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-fav-icon:hover span,
13651 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-top-part .wkit-widget-public-icon:hover span {
13652 display: block;
13653 }
13654 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part {
13655 display: flex;
13656 height: 25%;
13657 flex-direction: column;
13658 justify-content: space-between;
13659 gap: 10px;
13660 }
13661 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content {
13662 font-weight: 500;
13663 font-size: 16px;
13664 line-height: 24px;
13665 color: #19191b;
13666 text-transform: capitalize;
13667 display: flex;
13668 flex-direction: row;
13669 align-items: center;
13670 justify-content: space-between;
13671 }
13672 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-widget-title-heading {
13673 text-decoration: none;
13674 color: #19191b;
13675 }
13676 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-widget-title-heading span {
13677 display: -webkit-box;
13678 -webkit-line-clamp: 2;
13679 -webkit-box-orient: vertical;
13680 overflow: hidden;
13681 text-overflow: ellipsis;
13682 line-height: 1.5em;
13683 font-weight: bold;
13684 font-size: 14px;
13685 }
13686 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-widget-activity-icons {
13687 display: flex;
13688 flex-direction: row;
13689 justify-content: center;
13690 align-items: center;
13691 gap: 10px;
13692 }
13693 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-rounding-user {
13694 display: flex;
13695 }
13696 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-rounding-user .wkit-rounding-user-profile {
13697 width: 30px;
13698 height: 30px;
13699 border-radius: 50%;
13700 -o-object-fit: cover;
13701 object-fit: cover;
13702 }
13703 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-rounding-user .wkit-rounding-user-tooltip {
13704 visibility: hidden;
13705 width: -moz-max-content;
13706 width: max-content;
13707 background-color: black;
13708 color: #fff;
13709 text-align: center;
13710 border-radius: 6px;
13711 padding: 8px 8px;
13712 position: absolute;
13713 z-index: 1;
13714 bottom: 120px;
13715 right: 62px;
13716 font-size: 12px;
13717 line-height: normal;
13718 }
13719 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-rounding-user .wkit-rounding-user-tooltip:after {
13720 content: "";
13721 position: absolute;
13722 top: 100%;
13723 left: 50%;
13724 margin-left: -5px;
13725 border-width: 5px;
13726 border-style: solid;
13727 border-color: black transparent transparent transparent;
13728 }
13729 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-rounding-user:hover .wkit-rounding-user-tooltip {
13730 opacity: 1;
13731 visibility: visible;
13732 }
13733 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .plugin-download-icon {
13734 display: flex;
13735 }
13736 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-widget-download-activity {
13737 display: flex;
13738 flex-direction: row;
13739 align-items: center;
13740 justify-content: center;
13741 width: 30px;
13742 height: 30px;
13743 padding: 6px;
13744 border: 0.5px solid #C5CBD9;
13745 border-radius: 6px;
13746 transition: 0.3s linear;
13747 background: #fbfbfb;
13748 cursor: pointer;
13749 }
13750 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-widget-download-activity .wkit-widget-eye-icon {
13751 display: flex;
13752 padding: 1px;
13753 flex-direction: row;
13754 align-items: center;
13755 justify-content: center;
13756 }
13757 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-widget-download-activity .wkit-widget-eye-icon svg {
13758 width: 15px;
13759 height: 15px;
13760 }
13761 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-title-content .wkit-widget-download-activity:hover {
13762 background: rgba(3, 4, 131, 0.03);
13763 }
13764 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-options {
13765 position: relative;
13766 cursor: pointer;
13767 }
13768 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-options .wkit-widget-options-icon {
13769 display: flex;
13770 flex-direction: row;
13771 align-items: center;
13772 justify-content: center;
13773 border-radius: 6px;
13774 transition: 0.3s linear;
13775 width: 30px;
13776 height: 30px;
13777 padding: 6px;
13778 background: #fbfbfb;
13779 border: 0.5px solid #C5CBD9;
13780 }
13781 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-options .wkit-widget-options-content {
13782 position: absolute;
13783 background: #fff;
13784 display: flex;
13785 flex-direction: column;
13786 width: -moz-max-content;
13787 width: max-content;
13788 box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.1);
13789 border-radius: 10px;
13790 padding: 10px;
13791 top: 28px;
13792 right: 0;
13793 font-weight: 400;
13794 font-size: 12px;
13795 z-index: 2;
13796 gap: 5px;
13797 }
13798 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-options .wkit-widget-options-content a {
13799 text-decoration: none;
13800 color: unset;
13801 }
13802 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-options .wkit-widget-option-item {
13803 padding: 5px 10px;
13804 display: flex;
13805 flex-direction: row;
13806 align-items: center;
13807 gap: 10px;
13808 border-radius: 2px;
13809 }
13810 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-options .wkit-widget-option-item:hover {
13811 background-color: #f1f1f1;
13812 }
13813 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-info-content {
13814 display: flex;
13815 flex-direction: row;
13816 justify-content: space-between;
13817 align-items: center;
13818 }
13819 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-info-icons-content {
13820 display: flex;
13821 flex-direction: row;
13822 align-items: center;
13823 width: -moz-max-content;
13824 width: max-content;
13825 }
13826 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-info-icons {
13827 display: flex;
13828 flex-direction: row;
13829 align-items: center;
13830 gap: 5px;
13831 color: #8991a4;
13832 }
13833 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-icon-divider-hr {
13834 opacity: 0.2;
13835 width: 20px;
13836 transform: rotate(90deg);
13837 height: 2px;
13838 background-color: #8991a4;
13839 border: 1px solid #8991a4;
13840 }
13841 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-builder-icon {
13842 width: 30px;
13843 height: 30px;
13844 border-radius: 50%;
13845 overflow: hidden;
13846 }
13847 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-builder-icon img {
13848 width: 30px;
13849 height: 30px;
13850 }
13851 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-builder-icon .wkit-widget-builder-tooltip {
13852 visibility: hidden;
13853 width: -moz-max-content;
13854 width: max-content;
13855 background-color: black;
13856 color: #fff;
13857 text-align: center;
13858 border-radius: 6px;
13859 padding: 8px 8px;
13860 position: absolute;
13861 z-index: 1;
13862 bottom: 53px;
13863 right: -10px;
13864 }
13865 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-builder-icon .wkit-widget-builder-tooltip:after {
13866 content: "";
13867 position: absolute;
13868 top: 100%;
13869 left: 50%;
13870 margin-left: -5px;
13871 border-width: 5px;
13872 border-style: solid;
13873 border-color: black transparent transparent transparent;
13874 }
13875 .wkit-widgetlist-grid-content .wkit-widget-card .wkit-widget-card-bottom-part .wkit-widget-builder-icon:hover .wkit-widget-builder-tooltip {
13876 opacity: 1;
13877 visibility: visible;
13878 }
13879
13880 .wkit-upload-heading {
13881 display: flex;
13882 justify-content: space-between;
13883 align-items: center;
13884 background: #fff;
13885 padding: 1.5rem;
13886 height: 68px;
13887 margin-bottom: 30px;
13888 position: relative;
13889 z-index: 9;
13890 width: 100%;
13891 border: 1px solid #f1f1f4;
13892 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
13893 border-radius: 10px;
13894 }
13895 .wkit-upload-heading .wkit-share-icon-heading {
13896 display: flex;
13897 align-items: center;
13898 -moz-column-gap: 10px;
13899 column-gap: 10px;
13900 }
13901 .wkit-upload-heading .wkit-share-icon-heading svg {
13902 width: 22px;
13903 }
13904 .wkit-upload-heading .wkit-share-heading {
13905 font-style: normal;
13906 font-weight: 500;
13907 font-size: 14px;
13908 color: #040483;
13909 font-weight: bold;
13910 letter-spacing: 0.5px;
13911 }
13912
13913 /* Dropdown menu css */
13914 .dropdown-custom-width {
13915 position: relative;
13916 }
13917 .dropdown-custom-width .dropdown-toggle {
13918 color: #19191b;
13919 background-color: #ffffff;
13920 font-size: 12px;
13921 padding: 10px 15px;
13922 box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
13923 border-radius: 10px;
13924 font-weight: 600;
13925 display: flex;
13926 justify-content: space-between;
13927 align-items: center;
13928 cursor: pointer;
13929 position: relative;
13930 transition: all ease-in-out 0.3s;
13931 }
13932 .dropdown-custom-width .dropdown-toggle label {
13933 cursor: pointer;
13934 width: 100%;
13935 }
13936 .dropdown-custom-width .dropdown-menu {
13937 width: 100%;
13938 border-radius: 10px;
13939 box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
13940 margin-top: 40px;
13941 position: absolute;
13942 left: 0;
13943 display: flex;
13944 background-color: #ffffff;
13945 z-index: 10;
13946 flex-direction: row;
13947 align-items: center;
13948 top: 0;
13949 }
13950 .dropdown-custom-width .dropdown-menu ul {
13951 list-style: none;
13952 padding: 8px;
13953 margin: 0;
13954 overflow: hidden;
13955 border-radius: 10px;
13956 z-index: 10;
13957 width: 100%;
13958 }
13959 .dropdown-custom-width .dropdown-menu a {
13960 text-decoration: none;
13961 display: block;
13962 color: #19191b;
13963 font-size: 12px;
13964 padding: 10px 15px;
13965 font-weight: 400;
13966 transition: all ease-in-out 0.2s;
13967 border-radius: 6px;
13968 }
13969 .dropdown-custom-width .dropdown-menu a:hover, .dropdown-custom-width .dropdown-menu a:active, .dropdown-custom-width .dropdown-menu a:focus {
13970 background-color: #f1f1f1;
13971 color: #19191b;
13972 }
13973 .dropdown-custom-width:hover .wkit-svg-up-icon, .dropdown-custom-width:focus .wkit-svg-up-icon, .dropdown-custom-width:active .wkit-svg-up-icon {
13974 transform: rotate(180deg);
13975 }
13976
13977 .wkit-select-workspace {
13978 width: 100%;
13979 height: 40px;
13980 margin: 0px;
13981 }
13982
13983 select.wkit-select-workspace:focus {
13984 border-color: #8991a4;
13985 color: #000000;
13986 box-shadow: 0 0 0 1px rgba(34, 113, 177, 0);
13987 }
13988 select.wkit-select-workspace:focus:hover {
13989 color: #000 !important;
13990 }
13991
13992 .wkit-copy-wrap {
13993 display: flex;
13994 justify-content: flex-end;
13995 margin-left: 10px;
13996 }
13997 .wkit-copy-wrap .btn-workspace-add {
13998 padding: 10px 20px;
13999 background: #C22076;
14000 border-radius: 6px;
14001 border: none;
14002 color: #fff;
14003 font-size: 12px;
14004 display: flex;
14005 cursor: pointer;
14006 text-transform: capitalize;
14007 flex-direction: row;
14008 justify-content: center;
14009 align-items: center;
14010 min-width: 72px;
14011 }
14012
14013 .dropdown-active {
14014 display: block !important;
14015 }
14016
14017 .wkit-ws-content {
14018 padding: 20px 10px;
14019 position: relative;
14020 display: flex;
14021 flex-direction: row;
14022 align-items: center;
14023 justify-content: center;
14024 justify-content: space-between;
14025 }
14026
14027 .wkit-right-side {
14028 width: 90%;
14029 display: flex;
14030 flex: 1;
14031 flex-direction: column;
14032 }
14033 .wkit-right-side .wkit-main-dashbord {
14034 position: relative;
14035 width: 100%;
14036 display: block;
14037 }
14038 .wkit-right-side .wkit-main-dashbord .wkit-info-boxed {
14039 padding: 20px 30px;
14040 background: #232393;
14041 border-radius: 10px;
14042 box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.1254901961);
14043 display: flex;
14044 align-items: center;
14045 -moz-column-gap: 10px;
14046 column-gap: 10px;
14047 z-index: 2;
14048 position: relative;
14049 }
14050 .wkit-right-side .wkit-main-dashbord .wkit-dash-title {
14051 font-size: 14px;
14052 color: #fff;
14053 line-height: 1.8em;
14054 font-weight: 400;
14055 }
14056 .wkit-right-side .wkit-main-dashbord .wkit-dash-desc {
14057 font-size: 12px;
14058 font-weight: 300;
14059 color: #fff;
14060 }
14061 .wkit-right-side .wkit-main-dashbord .wkit-second-shadow {
14062 position: absolute;
14063 padding: 40px;
14064 width: 100%;
14065 background: #6060b2;
14066 border-radius: 10px;
14067 top: 18%;
14068 display: flex;
14069 margin-left: 15px;
14070 z-index: 1;
14071 margin-right: 15px;
14072 justify-content: center;
14073 }
14074 .wkit-right-side .wkit-main-dashbord .wkit-third-shadow {
14075 position: absolute;
14076 padding: 40px;
14077 width: 100%;
14078 background: #9c9cd1;
14079 border-radius: 10px;
14080 top: 30%;
14081 display: flex;
14082 margin-left: 25px;
14083 margin-right: 25px;
14084 justify-content: center;
14085 }
14086 .wkit-right-side .wkit-user-details-wrapper {
14087 display: flex;
14088 column-gap: 15px;
14089 -moz-column-gap: 13px;
14090 align-content: center;
14091 justify-content: space-between;
14092 align-items: center;
14093 padding: 0.8rem 1.4rem;
14094 margin-bottom: 30px;
14095 border: 1px solid #f1f1f4;
14096 border-radius: 10px;
14097 background: #fff;
14098 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
14099 }
14100 .wkit-right-side .wkit-user-details-wrapper .wkit-filter-humber-menu svg {
14101 width: 25px;
14102 padding-left: 5px;
14103 cursor: pointer;
14104 display: none;
14105 }
14106 .wkit-right-side .wkit-user-details-wrapper .wkit-user-info {
14107 display: flex;
14108 align-items: center;
14109 -moz-column-gap: 10px;
14110 column-gap: 10px;
14111 position: relative;
14112 justify-content: flex-end;
14113 width: 100%;
14114 }
14115 .wkit-right-side .wkit-user-details-wrapper .wkit-user-info .wkit-img {
14116 display: inherit;
14117 }
14118 .wkit-right-side .wkit-user-details-wrapper .wkit-user-info .wkit-wb-top-right-bg-cirle {
14119 position: relative;
14120 top: -14px;
14121 height: 10px;
14122 left: 13%;
14123 background: #f8f8ff;
14124 border-radius: 50%;
14125 width: 10px;
14126 }
14127 .wkit-right-side .wkit-user-details-wrapper .wkit-user-info .wkit-wb-top-right-cirle {
14128 position: absolute;
14129 top: 0;
14130 right: 0;
14131 background: #f35421;
14132 border-radius: 50%;
14133 border: 1px solid #f8f8ff;
14134 height: 10px;
14135 width: 10px;
14136 }
14137 .wkit-right-side .wkit-user-details-wrapper .wkit-user-info .wkit-wb-notification {
14138 background: #19191b;
14139 border-radius: 10px;
14140 width: 36px;
14141 padding: 4px;
14142 position: relative;
14143 top: 0;
14144 height: 36px;
14145 align-items: center;
14146 flex-basis: 100%;
14147 display: flex;
14148 flex-direction: row;
14149 justify-content: center;
14150 }
14151 .wkit-right-side .wkit-user-details-wrapper .wkit-user-info .wkit-wb-notification img {
14152 width: 13px;
14153 height: 17px;
14154 margin: 0px 0px 0px 8px;
14155 display: flex;
14156 flex-direction: row;
14157 }
14158 .wkit-right-side .wkit-user-details-wrapper .wkit-user-info .wkit-btn-sign a {
14159 padding: 9px 15px;
14160 font-size: 13px;
14161 color: #fff;
14162 background: #040483;
14163 border-radius: 6px;
14164 margin-right: 6px;
14165 cursor: pointer;
14166 }
14167 .wkit-right-side .wkit-user-details-wrapper .wkit-info-data {
14168 display: flex;
14169 flex-direction: column;
14170 width: 100%;
14171 align-items: flex-end;
14172 }
14173 .wkit-right-side .wkit-user-details-wrapper .wkit-info-data .wdkit-login-signUp-btn {
14174 display: flex;
14175 }
14176 .wkit-right-side .wkit-user-details-wrapper .wkit-info-data .wdkit-login-signUp-btn a {
14177 display: flex;
14178 }
14179 .wkit-right-side .wkit-user-details-wrapper .wkit-info-data .wdkit-login-signUp-btn button {
14180 background-color: #040483;
14181 color: #ffffff;
14182 font-size: 14px;
14183 font-weight: 400;
14184 padding: 10px 20px;
14185 border: none;
14186 border-radius: 6px;
14187 transition: 0.3s linear;
14188 cursor: pointer;
14189 }
14190 .wkit-right-side .wkit-user-details-wrapper .wkit-info-data .wdkit-login-signUp-btn button:hover {
14191 background-color: #030369;
14192 }
14193 .wkit-right-side .wkit-user-details-wrapper .wkit-user-title {
14194 font-size: 13px;
14195 color: #19191b;
14196 font-weight: 600;
14197 align-self: self-end;
14198 }
14199 .wkit-right-side .wkit-user-details-wrapper .wkit-user-title-loading,
14200 .wkit-right-side .wkit-user-details-wrapper .wkit-desg-loading {
14201 width: 120px;
14202 height: 15px;
14203 background-color: #e1e1e1;
14204 border-radius: 2px;
14205 position: relative;
14206 overflow: hidden;
14207 }
14208 .wkit-right-side .wkit-user-details-wrapper .wkit-user-title-loading-wrap {
14209 display: flex;
14210 flex-direction: row;
14211 align-items: center;
14212 justify-content: flex-end;
14213 gap: 10px;
14214 }
14215 .wkit-right-side .wkit-user-details-wrapper .wkit-user-title-part {
14216 gap: 10px;
14217 display: flex;
14218 flex-direction: column;
14219 align-items: center;
14220 }
14221 .wkit-right-side .wkit-user-details-wrapper .wkit-user-title-loading:after,
14222 .wkit-right-side .wkit-user-details-wrapper .wkit-desg-loading:after {
14223 content: "";
14224 position: absolute;
14225 width: 100%;
14226 height: 100%;
14227 transform: translateX(-100%);
14228 background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
14229 animation: wdkit-loading 0.8s infinite;
14230 }
14231 .wkit-right-side .wkit-user-details-wrapper .wkit-desg {
14232 display: flex;
14233 font-size: 12px;
14234 line-height: 1.6em;
14235 color: rgba(25, 25, 27, 0.3137254902);
14236 color: rgba(25, 25, 27, 0.5);
14237 align-self: self-end;
14238 word-break: break-word;
14239 }
14240 .wkit-right-side .wkit-user-details-wrapper .wkit-img-item {
14241 padding: 10px;
14242 border-radius: 12px;
14243 cursor: pointer;
14244 display: flex;
14245 }
14246 .wkit-right-side .wkit-user-details-wrapper .wkit-img-item img {
14247 width: 15px;
14248 }
14249 .wkit-right-side .wkit-user-details-wrapper .wkit-img-item:hover {
14250 background: #dadaf0;
14251 }
14252 .wkit-right-side .wkit-user-details-wrapper .wkit-img img {
14253 width: 40px !important;
14254 height: 40px;
14255 border-radius: 50%;
14256 cursor: pointer;
14257 }
14258 .wkit-right-side .wkit-user-details-wrapper .wkit-counter-number {
14259 position: absolute;
14260 right: -2px;
14261 background: #f35421;
14262 padding: 2px 8px;
14263 border-radius: 50px;
14264 font-size: 10px;
14265 top: -4px;
14266 color: #fff;
14267 display: block;
14268 }
14269 .wkit-right-side .wkit-user-details-wrapper .wkit-user-details-wrapper {
14270 display: flex;
14271 flex-direction: row;
14272 gap: 10px 10px;
14273 }
14274 .wkit-right-side .wkit-wb-shared-features {
14275 display: flex;
14276 flex-direction: row;
14277 }
14278 .wkit-right-side .wkit-navbar {
14279 display: flex;
14280 flex-wrap: wrap;
14281 -moz-column-gap: 20px;
14282 column-gap: 20px;
14283 margin-bottom: 30px;
14284 row-gap: 10px;
14285 flex-direction: row;
14286 align-items: center;
14287 justify-content: space-between;
14288 }
14289 .wkit-right-side .wkit-navbar .wkit-navbar-left-btn {
14290 display: flex;
14291 flex-direction: row;
14292 justify-content: center;
14293 align-items: center;
14294 gap: 15px;
14295 }
14296 .wkit-right-side .wkit-navbar .wkit-navbar-right-btn {
14297 padding: 10px 4px;
14298 }
14299 .wkit-right-side .wkit-navbar .wkit-navbar-right-btn .wdkit-favourite-btn {
14300 display: flex;
14301 flex-direction: row;
14302 justify-content: center;
14303 align-items: center;
14304 gap: 10px;
14305 cursor: pointer;
14306 }
14307 .wkit-right-side .wkit-navbar .wkit-navbar-right-btn .wdkit-favourite-btn svg {
14308 width: 20px;
14309 height: 20px;
14310 }
14311 .wkit-right-side .wkit-navbar .wkit-navbar-right-btn .wdkit-favourite-btn-title {
14312 font-size: 14px;
14313 color: #040483;
14314 font-weight: 600;
14315 }
14316 .wkit-right-side .wkit-navbar .wdesignkit-menu {
14317 display: flex;
14318 -moz-column-gap: 15px;
14319 column-gap: 15px;
14320 position: relative;
14321 padding: 13px 25px;
14322 background: #fff;
14323 border-radius: 6px;
14324 cursor: pointer;
14325 border: none;
14326 transition: box-shadow 0.4s;
14327 align-items: center;
14328 transition: 0.2s linear;
14329 box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.03);
14330 }
14331 .wkit-right-side .wkit-navbar .wdesignkit-menu .wdkit-img {
14332 display: flex;
14333 }
14334 .wkit-right-side .wkit-navbar .wdesignkit-menu .wkit-arrow-down {
14335 transform: rotate(180deg);
14336 transition: 0.1s linear;
14337 }
14338 .wkit-right-side .wkit-navbar .wdesignkit-menu svg {
14339 width: 20px;
14340 height: 20px;
14341 }
14342 .wkit-right-side .wkit-navbar .wdesignkit-menu:hover {
14343 background: #040483;
14344 }
14345 .wkit-right-side .wkit-navbar .wdesignkit-menu:hover .wdkit-filter-title {
14346 color: #fff;
14347 }
14348 .wkit-right-side .wkit-navbar .wdesignkit-menu:hover .wkitsvghover {
14349 fill: WHITE;
14350 }
14351 .wkit-right-side .wkit-navbar .wdesignkit-menu:hover .wkit-arrow-down {
14352 transform: rotate(0deg);
14353 transition: 0.1s linear;
14354 }
14355 .wkit-right-side .wkit-navbar .tab-active {
14356 background: #040483;
14357 }
14358 .wkit-right-side .wkit-navbar .tab-active .wdkit-filter-title {
14359 color: #fff;
14360 }
14361 .wkit-right-side .wkit-navbar .tab-active .wkitsvghover {
14362 fill: WHITE;
14363 }
14364 .wkit-right-side .wkit-navbar .tab-active .wkit-arrow-down {
14365 transform: rotate(180deg);
14366 transition: 0.1s linear;
14367 }
14368 .wkit-right-side .wkit-navbar .active {
14369 background: #040483;
14370 }
14371 .wkit-right-side .wkit-navbar .active .wdkit-filter-title {
14372 color: #fff;
14373 }
14374 .wkit-right-side .wkit-navbar .active .wkitsvghover {
14375 fill: #fff;
14376 }
14377 .wkit-right-side .wkit-navbar .wdkit-filter-title {
14378 font-size: 14px;
14379 color: #040483;
14380 }
14381 .wkit-right-side .wkit-navbar .wkitsvghover {
14382 fill: #040483;
14383 }
14384 .wkit-right-side .wkit_search_btn_main {
14385 display: flex;
14386 margin-bottom: 35px;
14387 align-items: center;
14388 justify-content: space-between;
14389 }
14390 .wkit-right-side .wkit_search_btn_main .search_wrapper {
14391 position: relative;
14392 width: 70%;
14393 }
14394 .wkit-right-side .wkit_search_btn_main .search_wrapper .wkit_search_input {
14395 background: #fff;
14396 padding: 12px 30px;
14397 border: none;
14398 border-radius: 10px;
14399 font-size: 13px;
14400 width: 80%;
14401 position: relative;
14402 color: #8991a4;
14403 }
14404 .wkit-right-side .wkit_search_btn_main .search_wrapper .wkit_search_input:focus {
14405 border: none;
14406 box-shadow: none;
14407 }
14408 .wkit-right-side .wkit_search_btn_main .search_wrapper .wkit_search_input ::-moz-placeholder {
14409 color: #8991a4;
14410 }
14411 .wkit-right-side .wkit_search_btn_main .search_wrapper .wkit_search_input ::placeholder {
14412 color: #8991a4;
14413 }
14414 .wkit-right-side .wkit_search_btn_main .search_wrapper .wkit_search_button {
14415 background-color: #C22076;
14416 padding: 13px 10px;
14417 position: relative;
14418 border-radius: 10px;
14419 right: 11%;
14420 top: 2px;
14421 border: none;
14422 margin-left: -47px;
14423 cursor: pointer;
14424 }
14425 .wkit-right-side .wkit_search_btn_main .wkit-free-pro-wrapper {
14426 width: 25%;
14427 display: flex;
14428 justify-content: flex-end;
14429 -moz-column-gap: 10px;
14430 column-gap: 10px;
14431 }
14432 .wkit-right-side .wkit_search_btn_main .wkit-free-pro-wrapper .wkit-btn-pro {
14433 padding: 11px 23px;
14434 font-size: 13px;
14435 background: transparent;
14436 color: #19191b;
14437 border: 1px solid #dadaf0;
14438 border-radius: 10px;
14439 height: -moz-max-content;
14440 height: max-content;
14441 cursor: pointer;
14442 }
14443 .wkit-right-side .wkit_search_btn_main .wkit-free-pro-wrapper .wkit-btn-pro:hover {
14444 color: #fff;
14445 background-color: #040483;
14446 transition: all 0.3s linear;
14447 border: 1px solid #040483;
14448 }
14449 @media (max-width: 768px) {
14450 .wkit-right-side .wkit_search_btn_main .wkit-free-pro-wrapper .wkit-btn-pro {
14451 padding: 9px 15px;
14452 }
14453 }
14454 .wkit-right-side .designkit-dropdown {
14455 position: relative;
14456 display: inline-block;
14457 }
14458 .wkit-right-side .designkit-dropdown:hover .wdesignkit-popup-content {
14459 display: block;
14460 }
14461 .wkit-right-side .designkit-dropdown .w-designkit-popup-transp {
14462 width: 100%;
14463 height: 100%;
14464 }
14465 .wkit-right-side .designkit-dropdown .wdesignkit-popup-content {
14466 display: none;
14467 position: fixed;
14468 background-color: #f8f8ff;
14469 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
14470 z-index: 2;
14471 transition: 0.3s linear;
14472 padding: 20px;
14473 border-radius: 15px;
14474 border: 1px solid #f8f8ff;
14475 width: 60%;
14476 left: 32%;
14477 margin-top: 12px;
14478 }
14479 .wkit-right-side .popup_option_main {
14480 display: flex;
14481 -moz-column-gap: 10px;
14482 column-gap: 10px;
14483 row-gap: 10px;
14484 flex-wrap: wrap;
14485 margin: 35px 0px;
14486 justify-content: space-between;
14487 }
14488 .wkit-right-side .popup_option_main .wdesignkit-openbtn {
14489 background-color: transparent;
14490 color: #040483;
14491 padding: 10px 25px;
14492 font-size: 13px;
14493 border: none;
14494 display: flex;
14495 align-items: center;
14496 -moz-column-gap: 5px;
14497 column-gap: 5px;
14498 cursor: pointer;
14499 border: 1px solid #dadaf0;
14500 border-radius: 6px;
14501 }
14502 .wkit-right-side .popup_option_main .wdesignkit-openbtn img {
14503 width: 20px;
14504 }
14505 .wkit-right-side .popup_option_main .wdesignkit-openbtn .open-icon-drop {
14506 width: 12px !important;
14507 }
14508 .wkit-right-side .popup_option_main .wdesignkit-dropdown {
14509 position: relative;
14510 display: inline-block;
14511 }
14512 .wkit-right-side .popup_option_main .wdesignkit-dropdown:hover .wdesignkit-dropdown-content {
14513 display: block;
14514 transition: 0.3s linear;
14515 }
14516 .wkit-right-side .popup_option_main .wdesignkit-dropdown:hover .open-icon-drop {
14517 transform: rotate(180deg);
14518 transition: 0.3s linear;
14519 }
14520 .wkit-right-side .popup_option_main .wdesignkit-dropdown .wdesign_heading {
14521 color: #19191b;
14522 text-align: center;
14523 font-size: 13px;
14524 font-weight: 400;
14525 margin-bottom: 5px;
14526 }
14527 .wkit-right-side .popup_option_main .wdesignkit-dropdown .wdesignkit-dropdown-content {
14528 display: none;
14529 position: absolute;
14530 background-color: #f9f9f9;
14531 min-width: 170px;
14532 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
14533 z-index: 1;
14534 border-radius: 6px;
14535 }
14536 .wkit-right-side .popup_option_main .wdesignkit-dropdown .wdesignkit-dropdown-content a {
14537 color: black;
14538 padding: 12px 16px;
14539 text-decoration: none;
14540 display: block;
14541 display: flex;
14542 align-items: center;
14543 -moz-column-gap: 5px;
14544 column-gap: 5px;
14545 }
14546 .wkit-right-side .popup_option_main .wdesignkit-dropdown .wdesignkit-dropdown-content a:hover {
14547 background-color: #040483;
14548 color: #fff;
14549 transition: 0.3s linear;
14550 }
14551 .wkit-right-side .popup_option_main .wdesignkit-dropdown .wdesignkit-dropdown-content img {
14552 width: 20px;
14553 }
14554 .wkit-right-side .wkit-btn-wrapper {
14555 display: flex;
14556 justify-content: center;
14557 }
14558 .wkit-right-side .wkit-btn-wrapper .wkit-search-btn {
14559 padding: 13px 30px;
14560 background: #C22076;
14561 font-size: 13px;
14562 display: flex;
14563 align-items: center;
14564 -moz-column-gap: 5px;
14565 column-gap: 5px;
14566 border: none;
14567 border-radius: 10px;
14568 color: #fff;
14569 font-weight: 300;
14570 cursor: pointer;
14571 }
14572
14573 .wkit-success {
14574 padding: 15px 15px;
14575 background: #fff;
14576 border-radius: 6px;
14577 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.21);
14578 display: flex;
14579 align-items: center;
14580 -moz-column-gap: 10px;
14581 column-gap: 10px;
14582 width: 18%;
14583 position: absolute;
14584 right: 1%;
14585 top: 2%;
14586 }
14587 .wkit-success .wkit-success-fully-bg {
14588 background-color: green;
14589 color: #fff;
14590 padding: 5px 8px;
14591 border-radius: 50px;
14592 }
14593
14594 .wkit-text {
14595 color: #19191b;
14596 font-style: normal;
14597 font-weight: 500;
14598 font-size: 13px;
14599 }
14600
14601 .wkit-failed {
14602 padding: 15px 15px;
14603 background: #fff;
14604 border-radius: 6px;
14605 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.21);
14606 display: flex;
14607 align-items: center;
14608 -moz-column-gap: 10px;
14609 column-gap: 10px;
14610 width: 18%;
14611 position: absolute;
14612 right: 1%;
14613 top: 9%;
14614 }
14615 .wkit-failed .wkit-failed-fully-bg {
14616 background-color: #ff6868;
14617 color: #fff;
14618 border-radius: 50px;
14619 width: 30px;
14620 height: 30px;
14621 display: flex;
14622 align-items: center;
14623 justify-content: center;
14624 }
14625
14626 .kit-type-flex {
14627 display: flex;
14628 width: 100%;
14629 -moz-column-gap: 15px;
14630 column-gap: 15px;
14631 margin: 12px 0;
14632 justify-content: center;
14633 }
14634 .kit-type-flex .wkit-kit-select-content {
14635 display: flex;
14636 flex-direction: column;
14637 gap: 10px;
14638 }
14639 .kit-type-flex .wkit-kit-select-content .wkit-select-count {
14640 font-size: 14px;
14641 font-weight: 500;
14642 }
14643
14644 .kit-type-col {
14645 flex: 0 50%;
14646 flex-grow: 1;
14647 flex-basis: auto;
14648 padding: 10px;
14649 background: #f8f8ff;
14650 border-radius: 10px;
14651 }
14652 .kit-type-col select.wkit-select {
14653 border: 1px solid #cfcfea;
14654 font-size: 12px;
14655 max-width: 160px;
14656 font-weight: 400;
14657 color: #040483;
14658 border-radius: 6px;
14659 }
14660 .kit-type-col select.wkit-select:focus {
14661 border: 1px solid #cfcfea;
14662 border-color: #cfcfea;
14663 color: unset;
14664 box-shadow: 0 0 0 1px rgba(34, 113, 177, 0);
14665 }
14666
14667 .kit-type-heading {
14668 font-weight: 500;
14669 font-size: 14px;
14670 line-height: 18px;
14671 margin-bottom: 10px;
14672 color: #19191b;
14673 }
14674
14675 ul.kit-pages-sec-lists {
14676 max-height: 25vh;
14677 overflow-y: auto;
14678 margin: 0;
14679 display: flex;
14680 flex-direction: column;
14681 gap: 10px;
14682 }
14683 ul.kit-pages-sec-lists li {
14684 font-style: normal;
14685 font-weight: 400;
14686 font-size: 13px;
14687 line-height: 20px;
14688 display: flex;
14689 align-items: center;
14690 margin: 0;
14691 gap: 20px;
14692 justify-content: space-between;
14693 background-color: #fff;
14694 padding: 10px 15px;
14695 border-radius: 10px;
14696 margin-right: 5px;
14697 }
14698 ul.kit-pages-sec-lists li img {
14699 border-radius: 6px;
14700 margin-right: 7px;
14701 width: 33px;
14702 height: 30px;
14703 -o-object-fit: cover;
14704 object-fit: cover;
14705 }
14706 ul.kit-pages-sec-lists li .section-inner-list {
14707 display: flex;
14708 align-items: center;
14709 }
14710 ul.kit-pages-sec-lists li .section-inner-list .temp-post-type-name {
14711 display: flex;
14712 font-size: 11px;
14713 letter-spacing: 0.2px;
14714 background: #eee;
14715 padding: 4px;
14716 line-height: 1.2;
14717 margin-left: 3px;
14718 border-radius: 6px;
14719 }
14720 ul.kit-pages-sec-lists li .section-inner-list .wkit-download-temp-title {
14721 overflow: hidden;
14722 text-overflow: ellipsis;
14723 display: -webkit-box;
14724 -webkit-line-clamp: 2;
14725 -webkit-box-orient: vertical;
14726 }
14727 ul.kit-pages-sec-lists li .section-page-post-type {
14728 display: flex;
14729 align-items: center;
14730 }
14731 ul.kit-pages-sec-lists li .section-page-post-type button.temp-change-post-type {
14732 font-size: 11px;
14733 padding: 4px;
14734 border: 1px solid #888;
14735 border-radius: 6px;
14736 background: transparent;
14737 cursor: pointer;
14738 }
14739 ul.kit-pages-sec-lists .temp-change-post-type-close {
14740 cursor: pointer;
14741 border: none;
14742 border-radius: 6px;
14743 width: 20px;
14744 height: 20px;
14745 background: transparent;
14746 }
14747
14748 ul.kit-pages-sec-lists::-webkit-scrollbar-track,
14749 .wkit-success-col::-webkit-scrollbar-track {
14750 box-shadow: inset 0 0 3px rgba(207, 207, 234, 0.3647058824);
14751 }
14752
14753 ul.kit-pages-sec-lists::-webkit-scrollbar,
14754 .wkit-success-col::-webkit-scrollbar {
14755 width: 3px;
14756 background-color: transparent;
14757 }
14758
14759 ul.kit-pages-sec-lists::-webkit-scrollbar-thumb,
14760 .wkit-success-col::-webkit-scrollbar-thumb {
14761 background-color: #cfcfea;
14762 }
14763
14764 label.kit-select-post-label {
14765 position: relative;
14766 margin-right: 8px;
14767 font-style: normal;
14768 font-weight: 500;
14769 font-size: 13px;
14770 color: #19191b;
14771 }
14772
14773 .wkit-content-not-found-wrap {
14774 width: 100%;
14775 text-align: center;
14776 }
14777 .wkit-content-not-found-wrap .wkit-content-not-img {
14778 max-width: 150px;
14779 margin: 0 auto;
14780 }
14781 .wkit-content-not-found-wrap .wkit-content-not-title {
14782 color: #19191b;
14783 font-size: 16px;
14784 line-height: 20px;
14785 margin: 0;
14786 margin-top: 6px;
14787 }
14788 .wkit-content-not-found-wrap .wkit-content-not-desc {
14789 color: #cfcfea;
14790 font-size: 15px;
14791 margin-bottom: 0;
14792 margin-top: 5px;
14793 }
14794
14795 .wkit-no-install-plugin {
14796 text-align: center;
14797 margin: 0 auto;
14798 }
14799 .wkit-no-install-plugin .no-plugin-img {
14800 max-width: 120px;
14801 }
14802 .wkit-no-install-plugin .no-plugin-title {
14803 font-size: 15px;
14804 margin: 0;
14805 margin-top: 6px;
14806 color: #19191b;
14807 }
14808 .wkit-no-install-plugin .no-plugin-desc {
14809 margin: 0;
14810 margin-top: 6px;
14811 font-size: 14px;
14812 color: #cfcfea;
14813 }
14814
14815 .plugin-wrapper.no-plugin {
14816 max-height: 100%;
14817 padding-top: 15px;
14818 }
14819 .plugin-wrapper.no-plugin .wkit-button-popup {
14820 margin-top: 10px;
14821 }
14822
14823 .wkit-pagination-main {
14824 display: flex;
14825 justify-content: flex-end;
14826 align-items: center;
14827 flex-wrap: wrap;
14828 margin-top: 30px;
14829 }
14830 .wkit-pagination-main svg {
14831 width: 12px;
14832 height: 12px;
14833 }
14834 .wkit-pagination-main .wkit-action {
14835 margin-left: 15px;
14836 }
14837
14838 .wkit-pagination-heading {
14839 font-size: 12px;
14840 color: #8991a4;
14841 }
14842
14843 .wkit-pagination {
14844 background: #fff;
14845 border-radius: 20px;
14846 display: flex;
14847 align-items: center;
14848 justify-content: flex-end;
14849 margin-bottom: 1em;
14850 box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.03);
14851 }
14852 .wkit-pagination .page-item {
14853 margin: 0;
14854 }
14855 .wkit-pagination .page-item a {
14856 color: #8991a4;
14857 text-decoration: none;
14858 font-size: 15px;
14859 cursor: pointer;
14860 border-radius: 20px;
14861 display: flex;
14862 margin: 5px;
14863 width: 35px;
14864 height: 35px;
14865 justify-content: center;
14866 align-items: center;
14867 line-height: 1;
14868 }
14869 .wkit-pagination .page-item.active .wkit-pagination-item {
14870 background-color: #2a2a96;
14871 color: white;
14872 }
14873 .wkit-pagination .page-item:hover:not(.active):not(.disabled) .wkit-pagination-item {
14874 background-color: #2a2a96;
14875 color: #fff;
14876 }
14877 .wkit-pagination .kit-next-prev.disabled {
14878 opacity: 0.2;
14879 pointer-events: none;
14880 }
14881 .wkit-pagination .kit-next-prev .wkit-pagination-item {
14882 font-size: 22px;
14883 padding-bottom: 5px;
14884 }
14885
14886 .wkit-pagination-icon {
14887 fill: #8991a4;
14888 }
14889 .wkit-pagination-icon:hover {
14890 fill: #2a2a96;
14891 }
14892
14893 .wkit-pagination-combine {
14894 display: flex;
14895 flex-wrap: wrap;
14896 align-items: center;
14897 -moz-column-gap: 15px;
14898 column-gap: 15px;
14899 }
14900
14901 .wkit-pagination-btn {
14902 background-color: #dadaf0;
14903 color: #8991a4;
14904 padding: 13px 20px;
14905 font-size: 13px;
14906 border: none;
14907 display: flex;
14908 align-items: center;
14909 -moz-column-gap: 5px;
14910 column-gap: 5px;
14911 cursor: pointer;
14912 border: 1px solid #f5f5ff;
14913 border-radius: 10px;
14914 }
14915
14916 .wkit-pagination-select-content {
14917 display: none;
14918 position: absolute;
14919 background-color: #dadaf0;
14920 min-width: 62px;
14921 top: 45px;
14922 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
14923 z-index: 1;
14924 border-radius: 10px;
14925 }
14926 .wkit-pagination-select-content .wkit-popup-select-item {
14927 color: black;
14928 padding: 12px 16px;
14929 display: block;
14930 text-align: center;
14931 font-size: 13px;
14932 }
14933 .wkit-pagination-select-content .wkit-popup-select-item:hover {
14934 background-color: #040483;
14935 color: #fff;
14936 transition: 0.3s linear;
14937 }
14938
14939 .wkit-select.wkit-pagination-select {
14940 padding: 10px 22px 10px 15px;
14941 border: 1px solid #040483;
14942 line-height: 1;
14943 border-radius: 6px;
14944 }
14945
14946 .wkit-ex-profile-img {
14947 width: 45px;
14948 height: 45px;
14949 font-size: 16px;
14950 color: #040483;
14951 font-weight: 600;
14952 background-color: #e1e1e1;
14953 padding: 7px;
14954 border-radius: 50%;
14955 display: flex;
14956 flex-direction: row;
14957 align-items: center;
14958 justify-content: center;
14959 text-transform: uppercase;
14960 }
14961
14962 .wkit-skeleton-main-wrap {
14963 position: relative;
14964 width: 100%;
14965 }
14966 .wkit-skeleton-main-wrap .wkit-skeleton-boxed {
14967 position: relative;
14968 }
14969 .wkit-skeleton-main-wrap .wkit-skeleton-boxed ul {
14970 display: flex;
14971 -moz-column-gap: 10px;
14972 column-gap: 10px;
14973 list-style: none;
14974 position: absolute;
14975 right: 26px;
14976 top: 15px;
14977 z-index: 1;
14978 }
14979 .wkit-skeleton-main-wrap .wkit-skeleton-square {
14980 height: -moz-fit-content;
14981 height: fit-content;
14982 min-height: 195px;
14983 border-radius: 10px;
14984 background: rgba(130, 130, 130, 0.2);
14985 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
14986 background-size: 800px 100px;
14987 animation: wkit-squares-anim 2s infinite ease-out;
14988 }
14989 .wkit-skeleton-main-wrap .wkit-title-meta-content {
14990 display: flex;
14991 justify-content: space-between;
14992 align-items: center;
14993 overflow: hidden;
14994 width: 100%;
14995 }
14996 .wkit-skeleton-main-wrap .wkit-template-bg {
14997 margin-bottom: 15px;
14998 }
14999 .wkit-skeleton-main-wrap .template-page-kit-title {
15000 width: 80%;
15001 position: relative;
15002 display: block;
15003 }
15004 .wkit-skeleton-main-wrap .wkit-select {
15005 width: 20%;
15006 }
15007 .wkit-skeleton-main-wrap .wkit-select .wkit-skeleton-line {
15008 width: 100%;
15009 }
15010 .wkit-skeleton-main-wrap .wkit-action-inner {
15011 width: 100%;
15012 }
15013 .wkit-skeleton-main-wrap .wkit-skeleton-line {
15014 width: 60%;
15015 height: 12px;
15016 margin-bottom: 6px;
15017 border-radius: 2px;
15018 background: rgba(130, 130, 130, 0.2);
15019 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
15020 background-size: 800px 100px;
15021 animation: wkit-wave-lines-anim 2s infinite ease-out;
15022 }
15023 @media (max-width: 1024px) {
15024 .wkit-skeleton-main-wrap .wkit-skeleton-line {
15025 width: 90px;
15026 }
15027 }
15028 .wkit-skeleton-main-wrap .wkit-img-border-rounded {
15029 height: -moz-fit-content;
15030 height: fit-content;
15031 width: 30px;
15032 min-height: 30px;
15033 border-radius: 50px;
15034 background: rgba(130, 130, 130, 0.2);
15035 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
15036 background-size: 800px 100px;
15037 animation: wkit-squares-anim 2s infinite ease-out;
15038 }
15039 .wkit-skeleton-main-wrap .wkit-small-img-box {
15040 height: -moz-fit-content;
15041 height: fit-content;
15042 width: 30px;
15043 height: 30px;
15044 border-radius: 6px;
15045 background: rgba(130, 130, 130, 0.2);
15046 background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
15047 background-size: 800px 100px;
15048 animation: wkit-squares-anim 2s infinite ease-out;
15049 }
15050 .wkit-skeleton-main-wrap .wkit-skeleton-inner-boxed {
15051 padding: 15px;
15052 border: 1px solid #f1f1f4;
15053 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
15054 border-radius: 10px;
15055 position: relative;
15056 background-color: #fff;
15057 }
15058
15059 .wkit-workspace-boxed .wkit-skeleton-inner-boxed .wkit-skeleton-square {
15060 min-height: 100px;
15061 width: 100px;
15062 }
15063 .wkit-workspace-boxed .wkit-small-img-box {
15064 width: 40px;
15065 height: 25px;
15066 }
15067
15068 .wkit-browse-skeleton-main {
15069 display: flex;
15070 -moz-column-gap: 20px;
15071 column-gap: 20px;
15072 width: 100%;
15073 position: relative;
15074 }
15075 .wkit-browse-skeleton-main .wkit-browse-skeleton-left-side {
15076 background-color: #fff;
15077 width: 20%;
15078 padding: 15px;
15079 border: 1px solid #f1f1f4;
15080 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
15081 border-radius: 10px;
15082 position: relative;
15083 }
15084 .wkit-browse-skeleton-main .wkit-browse-inner .wkit-skeleton-line {
15085 margin-bottom: 30px;
15086 width: 60%;
15087 }
15088 .wkit-browse-skeleton-main .wkit-browse-inner .wkit-small-img-box {
15089 width: 50px;
15090 height: 50px;
15091 }
15092 .wkit-browse-skeleton-main .wkit-innerbox-flex {
15093 display: flex;
15094 -moz-column-gap: 15px;
15095 column-gap: 15px;
15096 }
15097 .wkit-browse-skeleton-main .wkit-skeleton-right-side {
15098 width: 100%;
15099 }
15100
15101 @keyframes wkit-squares-anim {
15102 0% {
15103 background-position: -468px 0;
15104 }
15105 100% {
15106 background-position: 468px 0;
15107 }
15108 }
15109 @keyframes wkit-wave-lines-anim {
15110 0% {
15111 background-position: -468px 0;
15112 }
15113 100% {
15114 background-position: 468px 0;
15115 }
15116 }
15117 .wkit-skeleton-row {
15118 display: grid;
15119 gap: 15px;
15120 grid-template-columns: repeat(3, 1fr);
15121 width: 100%;
15122 }
15123 @media (max-width: 1024px) {
15124 .wkit-skeleton-row {
15125 grid-template-columns: repeat(2, 1fr);
15126 width: 100%;
15127 position: relative;
15128 }
15129 }
15130 @media (max-width: 767px) {
15131 .wkit-skeleton-row {
15132 grid-template-columns: repeat(1, 1fr);
15133 width: 100%;
15134 position: relative;
15135 }
15136 }
15137
15138 .wkit-browse-skeleton-row {
15139 gap: 15px;
15140 }
15141
15142 .wkit-col {
15143 flex-basis: 0%;
15144 flex-grow: 1;
15145 max-width: 100%;
15146 }
15147
15148 .wkit-col-auto {
15149 flex: 0 0 auto;
15150 width: auto;
15151 max-width: none;
15152 }
15153
15154 .wkit-col-1 {
15155 flex: 0 0 8.333333%;
15156 max-width: 8.333333%;
15157 }
15158
15159 .wkit-col-2 {
15160 flex: 0 0 16.666667%;
15161 max-width: 16.666667%;
15162 }
15163
15164 .wkit-col-3 {
15165 flex: 0 0 24%;
15166 max-width: 24%;
15167 }
15168
15169 .wkit-col-4 {
15170 flex: 0 0 33.33%;
15171 max-width: 33.33%;
15172 }
15173
15174 .wkit-col-5 {
15175 flex: 0 0 41.666667%;
15176 max-width: 41.666667%;
15177 }
15178
15179 .wkit-col-6 {
15180 flex: 0 0 50%;
15181 max-width: 50%;
15182 }
15183
15184 .wkit-col-7 {
15185 flex: 0 0 58.333333%;
15186 max-width: 58.333333%;
15187 }
15188
15189 .wkit-col-8 {
15190 flex: 0 0 66.666667%;
15191 max-width: 66.666667%;
15192 }
15193
15194 .wkit-col-9 {
15195 flex: 0 0 75%;
15196 max-width: 75%;
15197 }
15198
15199 .wkit-col-10 {
15200 flex: 0 0 83.333333%;
15201 max-width: 83.333333%;
15202 }
15203
15204 .wkit-col-11 {
15205 flex: 0 0 91.666667%;
15206 max-width: 91.666667%;
15207 }
15208
15209 .wkit-col-12 {
15210 flex: 0 0 100%;
15211 max-width: 100%;
15212 }
15213
15214 .wkit-content-not-availble {
15215 margin-top: 10%;
15216 display: flex;
15217 justify-content: center;
15218 align-items: center;
15219 flex-direction: column;
15220 gap: 15px;
15221 }
15222 .wkit-content-not-availble .wkit-common-desc {
15223 font-weight: 400;
15224 font-size: 16px;
15225 line-height: 1.2em;
15226 text-align: center;
15227 color: #878787;
15228 margin: 0;
15229 }
15230 .wkit-content-not-availble .wkit-common-btn {
15231 padding: 15px 30px;
15232 font-style: normal;
15233 font-weight: 400;
15234 font-size: 14px;
15235 margin-bottom: 15px;
15236 border: none;
15237 border-radius: 10px;
15238 background: #C22076;
15239 color: #fff;
15240 transition: 0.3s linear;
15241 cursor: pointer;
15242 }
15243 .wkit-content-not-availble .wkit-common-btn:hover {
15244 background: #9B1A5E;
15245 }
15246
15247 .wkit-filter-menu-show {
15248 opacity: 1 !important;
15249 visibility: visible !important;
15250 z-index: 999 !important;
15251 display: flex !important;
15252 }
15253
15254 .wkit-mobile-header-main {
15255 display: none;
15256 justify-content: space-between;
15257 align-items: center;
15258 padding: 15px;
15259 margin-bottom: 30px;
15260 border-radius: 10px;
15261 background: #040483;
15262 z-index: 99;
15263 }
15264 .wkit-mobile-header-main .wdkit-main-logo {
15265 width: 35px;
15266 margin: 0;
15267 padding: 0;
15268 }
15269 .wkit-mobile-header-main .wkit-mobile-hamburger-dot {
15270 padding-right: 30px;
15271 margin-bottom: 2px;
15272 }
15273 .wkit-mobile-header-main .wkit-hamburger-menu-content {
15274 position: fixed;
15275 top: 0px;
15276 flex-direction: column;
15277 z-index: 4;
15278 align-items: center;
15279 right: 0px;
15280 width: 33%;
15281 transition: 0.3s linear;
15282 display: flex;
15283 height: 100%;
15284 padding: 70px 15px 0px 15px;
15285 -webkit-font-smoothing: antialiased;
15286 transform-origin: 0% 0%;
15287 transform: translate(100%, 0);
15288 transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
15289 margin: 0px;
15290 transition: all 0.4s ease;
15291 overflow-x: auto;
15292 }
15293 .wkit-mobile-header-main .wkit-hamburger-menu-content .wkit-menu-site-logo {
15294 width: 100%;
15295 margin-bottom: 30px;
15296 padding-left: 15px;
15297 }
15298 .wkit-mobile-header-main .wkit-hamburger-menu-content .wkit-menu-site-logo img {
15299 width: 150px;
15300 }
15301 .wkit-mobile-header-main .wkit-hamburger-menu-content li {
15302 position: relative;
15303 font-size: 14px;
15304 color: #fff;
15305 padding: 12px 15px;
15306 width: 100%;
15307 margin-bottom: 16px;
15308 border-radius: 10px;
15309 }
15310 .wkit-mobile-header-main .wkit-hamburger-menu-content li.wkit-mobileMenu-active {
15311 background: #2a2a96;
15312 }
15313 .wkit-mobile-header-main .wkit-hamburger-menu-content li:hover {
15314 background: #2a2a96;
15315 }
15316 .wkit-mobile-header-main .wkit-hamburger-menu-content li a {
15317 color: #fff;
15318 display: flex;
15319 -moz-column-gap: 15px;
15320 column-gap: 15px;
15321 align-items: center;
15322 }
15323 .wkit-mobile-header-main .wkit-hamburger-menu-content li a svg {
15324 width: 24px;
15325 height: 24px;
15326 }
15327 .wkit-mobile-header-main .wkit-hamburger-icon,
15328 .wkit-mobile-header-main .wkit-hamburger-icon::before,
15329 .wkit-mobile-header-main .wkit-hamburger-icon::after {
15330 display: block;
15331 background-color: #fff;
15332 position: absolute;
15333 height: 3px;
15334 width: 30px;
15335 transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
15336 border-radius: 2px;
15337 }
15338 .wkit-mobile-header-main .wkit-hamburger-icon::before {
15339 content: "";
15340 margin-top: -8px;
15341 }
15342 .wkit-mobile-header-main .wkit-hamburger-icon::after {
15343 content: "";
15344 margin-top: 8px;
15345 }
15346 .wkit-mobile-header-main .wkit-opp {
15347 position: fixed;
15348 top: 0;
15349 right: 0;
15350 width: 100%;
15351 height: 100%;
15352 visibility: hidden;
15353 overflow: hidden;
15354 display: flex;
15355 align-items: center;
15356 justify-content: flex-end;
15357 background: rgba(0, 0, 0, 0.55);
15358 z-index: 99;
15359 }
15360 .wkit-mobile-header-main .wkit-hamburger-content-show {
15361 background: #040483;
15362 transform: scale(1);
15363 transition-duration: 0.35s;
15364 }
15365
15366 /**Toast Content*/
15367 .wkit-toast-content {
15368 display: flex;
15369 flex-direction: row;
15370 justify-content: space-between;
15371 align-items: center;
15372 position: fixed;
15373 padding: 10px 15px;
15374 min-width: 250px;
15375 min-height: 50px;
15376 border-radius: 0.428rem;
15377 background-color: white;
15378 top: 75px;
15379 right: 15px;
15380 z-index: 99999;
15381 transform: translateX(calc(100vh + 25px));
15382 transition: all 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.35);
15383 box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
15384 }
15385 .wkit-toast-content.wkit-show-toast {
15386 transform: translateX(0px);
15387 }
15388 .wkit-toast-content .wkit-toast-text {
15389 text-transform: capitalize;
15390 font-size: 14px;
15391 font-weight: 500;
15392 margin: 0;
15393 }
15394 .wkit-toast-content .wkit-toast-text.wkit-success-msg {
15395 color: #28c76f;
15396 }
15397 .wkit-toast-content .wkit-toast-text.wkit-danger-msg {
15398 color: #f54c35;
15399 }
15400 .wkit-toast-content .wkit-toast-msg-content {
15401 display: flex;
15402 flex-direction: column;
15403 }
15404 .wkit-toast-content .wkit-toast-msg-content p {
15405 font-size: 12px;
15406 font-weight: 400;
15407 margin: 0;
15408 }
15409 .wkit-toast-content .wkit-toast-close {
15410 font-size: 20px;
15411 display: flex;
15412 flex-direction: row;
15413 align-items: center;
15414 justify-content: center;
15415 line-height: unset;
15416 border-radius: 50%;
15417 width: 20px;
15418 height: 20px;
15419 }
15420 .wkit-toast-content .wkit-toast-close:hover {
15421 background-color: #dddddd;
15422 }
15423
15424 .wkit-post-notFound-content {
15425 display: flex;
15426 flex-direction: column;
15427 align-items: center;
15428 justify-content: center;
15429 }
15430
15431 .wkit-post-notFound {
15432 width: 100%;
15433 position: relative;
15434 display: flex;
15435 justify-content: center;
15436 flex-direction: row;
15437 }
15438 .wkit-post-notFound span {
15439 font-style: normal;
15440 font-weight: 400;
15441 font-size: 16px;
15442 margin-top: 15px;
15443 color: #878787;
15444 text-align: center;
15445 margin-bottom: 15px;
15446 }
15447 .wkit-post-notFound .wkit-common-btn {
15448 padding: 15px 30px;
15449 background: #C22076;
15450 border-radius: 10px;
15451 border: none;
15452 font-style: normal;
15453 font-weight: 400;
15454 font-size: 14px;
15455 color: #fff;
15456 cursor: pointer;
15457 transition: 0.3s linear;
15458 }
15459 .wkit-post-notFound .wkit-common-btn:hover {
15460 background: #9B1A5E;
15461 }
15462
15463 .wkit-grid-columns {
15464 display: grid;
15465 grid-template-columns: repeat(4, 1fr);
15466 gap: 20px;
15467 }
15468
15469 .wkit-custom-dropDown {
15470 display: flex;
15471 flex-direction: column;
15472 align-items: center;
15473 width: 40%;
15474 position: relative;
15475 }
15476 .wkit-custom-dropDown .wkit-custom-dropDown-header {
15477 display: flex;
15478 flex-direction: row;
15479 justify-content: space-between;
15480 border: 1px solid #8991a4;
15481 border-radius: 6px;
15482 align-items: center;
15483 cursor: pointer;
15484 transition: 0.3s linear;
15485 width: 30px;
15486 height: 30px;
15487 padding: 6px;
15488 background: #fbfbfb;
15489 }
15490 .wkit-custom-dropDown .wkit-custom-dropDown-header img {
15491 width: 10px;
15492 height: 10px;
15493 }
15494 .wkit-custom-dropDown .wkit-custom-dropDown-header .wkit-multi-selected {
15495 background-color: #d5dadf;
15496 padding: 2px 5px;
15497 border-radius: 2px;
15498 margin: 5px;
15499 line-height: 15px;
15500 font-size: 12px;
15501 display: flex;
15502 flex-direction: row;
15503 align-items: center;
15504 }
15505 .wkit-custom-dropDown .wkit-custom-dropDown-header .wkit-multi-selected .wkit-remove-value {
15506 cursor: pointer;
15507 }
15508 .wkit-custom-dropDown .wkit-custom-dropDown-header label {
15509 margin-left: 5px;
15510 text-transform: capitalize;
15511 white-space: pre;
15512 overflow: hidden;
15513 color: #19191b;
15514 }
15515 .wkit-custom-dropDown .wkit-custom-dropDown-header img {
15516 margin: 0px 10px 0px 5px;
15517 }
15518 .wkit-custom-dropDown .wkit-custom-dropDown-header.wkit-multi-select-dropDown {
15519 background: rgba(225, 225, 225, 0.2509803922);
15520 border: 0.5px solid #e4e4e4;
15521 border-radius: 2px;
15522 width: 100%;
15523 line-height: 30px;
15524 display: flex;
15525 flex-direction: row;
15526 justify-content: flex-start;
15527 flex-wrap: wrap;
15528 align-items: center;
15529 }
15530 .wkit-custom-dropDown .wkit-custom-dropDown-header.wkit-multi-select-dropDown img {
15531 opacity: 0.5;
15532 width: 17px;
15533 height: 17px;
15534 background-color: #d5dadf;
15535 padding: 2px 3px;
15536 }
15537 .wkit-custom-dropDown .wkit-custom-dropDown-content {
15538 display: none;
15539 box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
15540 border: 1px solid rgba(34, 41, 47, 0.05);
15541 border-radius: 6px;
15542 width: 100%;
15543 z-index: 2;
15544 background-color: white;
15545 position: absolute;
15546 margin-top: 32px;
15547 padding: 5px 0px;
15548 top: 3px;
15549 right: 0;
15550 row-gap: 5px;
15551 flex-direction: column;
15552 cursor: pointer;
15553 }
15554 .wkit-custom-dropDown .wkit-custom-dropDown-content .wkit-custom-dropDown-options {
15555 display: flex;
15556 flex-direction: row;
15557 align-items: center;
15558 gap: 10px;
15559 padding: 10px;
15560 font-weight: 400;
15561 cursor: pointer;
15562 color: #19191b;
15563 transition: 0.3s linear;
15564 }
15565 .wkit-custom-dropDown .wkit-custom-dropDown-content .wkit-custom-dropDown-options .wkit-custom-dropDown-icon {
15566 display: flex;
15567 align-items: center;
15568 justify-content: center;
15569 min-width: 15px;
15570 }
15571 .wkit-custom-dropDown .wkit-custom-dropDown-content .wkit-custom-dropDown-options:hover {
15572 background-color: #F1F1F1;
15573 }
15574 .wkit-custom-dropDown .wkit-custom-dropDown-content.wkit-multi-select-dropDown {
15575 display: none;
15576 width: 100%;
15577 padding: 2px;
15578 z-index: 2;
15579 background-color: white;
15580 position: relative;
15581 margin-top: 0px;
15582 box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.1);
15583 border-radius: 10px;
15584 }
15585 .wkit-custom-dropDown .wkit-custom-dropDown-content.wkit-multi-select-dropDown .wkit-multiSelect-value {
15586 width: 100%;
15587 display: flex;
15588 }
15589 .wkit-custom-dropDown .wkit-custom-dropDown-content.wkit-multi-select-dropDown .wkit-multiSelect-value label {
15590 margin: 3px;
15591 padding: 5px 10px;
15592 width: 100%;
15593 }
15594 .wkit-custom-dropDown .wkit-custom-dropDown-content.wkit-multi-select-dropDown .wkit-multiSelect-value label:hover {
15595 background: #f1f1f1;
15596 border-radius: 1px;
15597 }
15598
15599 .wkit-drop-down-outer {
15600 width: 100%;
15601 height: 100vh;
15602 background-color: rgba(0, 0, 0, 0);
15603 position: fixed;
15604 top: 0;
15605 left: 0;
15606 z-index: -1;
15607 }
15608
15609 /** Loader Css */
15610 .wkit-content-loader {
15611 display: flex;
15612 justify-content: center;
15613 align-items: center;
15614 width: auto;
15615 }
15616 .wkit-content-loader .wb-contentLoader-circle {
15617 border-radius: 50%;
15618 border: 4px solid #fff;
15619 width: 18px;
15620 border-top: 4px solid rgba(255, 255, 255, 0.3490196078);
15621 height: 18px;
15622 animation: spin 1.5s linear infinite;
15623 }
15624
15625 .wkit-show {
15626 display: flex !important;
15627 }
15628
15629 /************************ POPUP ************************/
15630 .wkit-contentbox-modal input[type=text],
15631 .wkit-contentbox-modal input[type=search],
15632 .wkit-contentbox-modal input[type=checkbox],
15633 .wkit-contentbox-modal input[type=radio],
15634 .wkit-contentbox-modal select {
15635 background-color: #fff;
15636 color: #000;
15637 }
15638 .wkit-contentbox-modal input,
15639 .wkit-contentbox-modal span,
15640 .wkit-contentbox-modal label {
15641 color: black;
15642 }
15643 .wkit-contentbox-modal .wkit-toast-content {
15644 top: 5px;
15645 right: 5px;
15646 }
15647 .wkit-contentbox-modal .wkit-browse-main .wkit-browse-column .filter-abosulte {
15648 left: -48px;
15649 }
15650
15651 /************************ MEDIA QUERY ************************/
15652 @media (max-width: 1280px) {
15653 .wkit-left-side .wkit-img-logo .wkit-logo {
15654 width: 35px;
15655 }
15656 .kit-type-flex {
15657 flex-wrap: wrap;
15658 gap: 15px;
15659 }
15660 }
15661 @media (max-width: 1024px) {
15662 #wdesignkit-app {
15663 margin-left: -7px;
15664 }
15665 .wkit-browse-skeleton-left-side {
15666 display: none;
15667 }
15668 .wkit-main-menu-dashbord .wkit-plugin-model-content.wkit-import-template {
15669 width: 70%;
15670 }
15671 .wkit-main-menu-dashbord .wkit-login {
15672 display: flex;
15673 flex: 1;
15674 }
15675 .wkit-main-menu-dashbord .wdesign-kit-main {
15676 display: grid;
15677 grid-template-columns: repeat(2, 1fr);
15678 gap: 10px;
15679 }
15680 .wkit-main-menu-dashbord .login-right-heading {
15681 padding: 5px;
15682 }
15683 .wkit-main-menu-dashbord .wkit-right-side {
15684 margin-left: 0px;
15685 }
15686 .wkit-main-menu-dashbord .wkit-right-side .wkit-user-details-wrapper .wkit-filter-humber-menu svg {
15687 display: block;
15688 }
15689 .wkit-main-menu-dashbord .wkit-left-side {
15690 display: none;
15691 }
15692 .wkit-main-menu-dashbord .wkit-mobile-header-main {
15693 display: flex;
15694 }
15695 .wkit-main-menu-dashbord .wkit-browse-skeleton-main .wkit-browse-skeleton-left-side {
15696 width: 30%;
15697 }
15698 .wkit-right-side .wkit-user-details-wrapper .wkit-info-data .wdkit-login-signUp-btn button {
15699 font-size: 12px;
15700 font-weight: 400;
15701 padding: 8px 16px;
15702 }
15703 .wkit-skeleton-boxed.wkit-browse-inner {
15704 width: 100%;
15705 max-width: 100% !important;
15706 }
15707 }
15708 @media (max-width: 768px) {
15709 .wkit-mobile-header-main .wkit-hamburger-menu-content {
15710 width: 100%;
15711 max-width: 300px;
15712 }
15713 #wdkit-block-editor-icon .wkit-gutenber-btn .wkit-main-logo {
15714 width: 20px;
15715 min-width: 20px;
15716 }
15717 }
15718 @media (max-width: 576px) {
15719 .wkit-main-menu-dashbord {
15720 display: flex;
15721 row-gap: 15px;
15722 }
15723 .wkit-main-menu-dashbord .wdesign-kit-main {
15724 display: grid;
15725 grid-template-columns: repeat(1, 1fr);
15726 }
15727 .wkit-main-menu-dashbord .wkit-right-side {
15728 width: 100%;
15729 }
15730 .wkit-main-menu-dashbord .wkit-right-side .wkit-user-details-wrapper {
15731 -moz-column-gap: 0px;
15732 column-gap: 0px;
15733 }
15734 .wkit-main-menu-dashbord .wkit-right-side .wkit-img img {
15735 width: 45px;
15736 }
15737 .wkit-main-menu-dashbord .wkit-login-right-side {
15738 width: 100% !important;
15739 box-sizing: border-box;
15740 }
15741 .wkit-main-menu-dashbord .login-right-heading {
15742 width: 100% !important;
15743 }
15744 .wkit-main-menu-dashbord .wkit-remember-wrapper {
15745 display: flex;
15746 flex-direction: column;
15747 gap: 16px;
15748 }
15749 .wkit-main-menu-dashbord .wkit-remember-text label {
15750 width: -moz-max-content;
15751 width: max-content;
15752 gap: 8px;
15753 }
15754 .wkit-main-menu-dashbord .wkit-form-group {
15755 gap: 10px;
15756 }
15757 .wkit-main-menu-dashbord .wkit-login-btn {
15758 padding: 16px 10px !important;
15759 }
15760 .wkit-main-menu-dashbord .wkit-form-group {
15761 margin-bottom: 14px !important;
15762 }
15763 .wkit-right-side .wkit-navbar .wkit-navbar-left-btn {
15764 gap: 5px;
15765 }
15766 .wkit-right-side .wkit-navbar .wkit-navbar-left-btn .wdkit-filter-title {
15767 font-size: 12px;
15768 }
15769 .wkit-right-side .wkit-navbar .wkit-navbar-left-btn svg {
15770 width: 16px;
15771 height: 16px;
15772 }
15773 .wkit-right-side .wkit-navbar .wdkit-favourite-btn .wdkit-favourite-btn-title {
15774 font-size: 12px;
15775 }
15776 .wkit-right-side .wkit-navbar .wdkit-favourite-btn svg {
15777 width: 16px;
15778 height: 16px;
15779 }
15780 .wkit-right-side .wkit-navbar .wdesignkit-menu {
15781 padding: 10px 20px;
15782 }
15783 .wkit-pagination-main {
15784 display: flex;
15785 flex-direction: column;
15786 row-gap: 5px;
15787 }
15788 .wkit-browse-skeleton-main {
15789 flex-direction: column;
15790 padding: 15px;
15791 }
15792 .wkit-browse-skeleton-main .wkit-browse-skeleton-left-side {
15793 width: 100% !important;
15794 padding: 15px;
15795 }
15796 .wkit-browse-skeleton-main .wkit-skeleton-right-side {
15797 width: 100% !important;
15798 padding: 15px;
15799 }
15800 .wkit-ex-profile-img {
15801 width: 37px;
15802 height: 37px;
15803 font-size: 14px;
15804 padding: 7px;
15805 }
15806 .wkit-right-side .wkit-user-details-wrapper .wkit-user-title-loading,
15807 .wkit-right-side .wkit-user-details-wrapper .wkit-desg-loading {
15808 height: 10px;
15809 }
15810 }
15811 /*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
15812 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/widget-builder/style/main.scss ***!
15813 \*******************************************************************************************************************************************************************************************************************************************************************************************/
15814 .wkit-wb-main-builder-page .wb-add-widget-footer .wb-add-widget-cancelBtn button:hover {
15815 color: #011627;
15816 }
15817
15818 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-widget-builder .wb-droped.wkit-drag-over {
15819 border-color: rgba(145, 0, 59, 0.8588235294);
15820 }
15821 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-widget-builder .wb-droped.wkit-drag-over svg {
15822 fill: #91003B;
15823 }
15824 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-parentClass-swicher .wb-slider {
15825 background-color: #815f6d;
15826 }
15827 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-parentClass-swicher input:checked + .wb-slider {
15828 background-color: #91003B !important;
15829 }
15830 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-publish-btn,
15831 .wkit-wb-main-builder-page.wkit-elementor-builder .add-section-btn {
15832 background-color: #91003B;
15833 }
15834 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-publish-btn .wkit-wb-save-success-icon {
15835 stroke: #91003B;
15836 }
15837 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-popoverLable {
15838 border: 1px solid #91003B;
15839 background: #91003B;
15840 }
15841 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-popover-options {
15842 border: 1px solid #91003B;
15843 }
15844 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-repeater-field {
15845 background: #91003B;
15846 border: 1px solid #91003B;
15847 }
15848 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-repeater-options {
15849 border: 1px solid #91003B;
15850 }
15851 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-popoverInput {
15852 color: #fff;
15853 }
15854 .wkit-wb-main-builder-page.wkit-elementor-builder .wb_drag-over {
15855 height: 14px !important;
15856 background-color: #91003B;
15857 border: 1px dashed rgba(33, 37, 41, 0.25);
15858 }
15859 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-draggable-main-icon {
15860 background-color: #91003B;
15861 }
15862 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-version-popup-inside .wb-version-header {
15863 background-color: #91003B;
15864 }
15865 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-version-popup-inside .wkit-add-log-btn {
15866 border: 1px solid #91003B;
15867 color: #91003B;
15868 }
15869 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-version-popup-inside .wkit-add-log-btn svg {
15870 fill: #91003B;
15871 }
15872 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-version-popup-inside .wb-version-popup-btn {
15873 background: #91003B;
15874 }
15875 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-repeater.wkit-wb-main-selected,
15876 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-popover.wkit-wb-main-selected {
15877 border: 1px solid #91003B;
15878 }
15879 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-hover-main-component .wb-sec-edit {
15880 background-color: #91003B;
15881 }
15882 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-range-content .wb-range-bar .wb-range-inp::-webkit-slider-thumb {
15883 background: #91003B;
15884 }
15885 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component {
15886 border: 1px solid #91003B;
15887 }
15888 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp,
15889 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp {
15890 border: 1px solid #91003B;
15891 }
15892 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp:checked,
15893 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp:checked {
15894 background-color: #91003B;
15895 }
15896 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp:focus,
15897 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp:focus {
15898 border-color: #91003B;
15899 }
15900 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-dimension-unit .wb-dimension-unit .wb-units input {
15901 border: 1px solid #91003B !important;
15902 }
15903 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-dimension-unit .wb-dimension-unit .wb-units input:checked {
15904 background-color: #91003B;
15905 }
15906 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-select-unit-inp {
15907 border: 1px solid #91003B;
15908 }
15909 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-select-unit-inp:focus {
15910 border-color: #91003B;
15911 box-shadow: 0 0 0 0px #91003B;
15912 }
15913 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-select-unit-inp:checked {
15914 background-color: #91003B;
15915 }
15916 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-option .wkit-wb-choose-popup::before {
15917 background-color: #91003B;
15918 }
15919 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-option .wkit-wb-choose-popup .wkit-wb-choose-popup-header {
15920 background-color: #91003B;
15921 }
15922 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-option .wkit-wb-choose-popup .wkit-wb-save-btn {
15923 background-color: #91003B;
15924 }
15925 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-lable {
15926 color: #91003B;
15927 }
15928 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-hr {
15929 border: 1px solid #91003B;
15930 }
15931 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-options-main .wb-add-option {
15932 border: 1px solid #91003B;
15933 }
15934 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-options-main .wb-add-option .wb-addOption-lable {
15935 color: #91003B;
15936 }
15937 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content .wb-options-main .wb-add-option .wb-addOption-icon {
15938 fill: #91003B;
15939 }
15940 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-custom-category-btns {
15941 background-color: #91003B;
15942 }
15943 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-custom-category-add-more {
15944 border: 1px solid #91003B;
15945 color: #91003B;
15946 }
15947 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-custom-category {
15948 border: 1px solid #91003B;
15949 }
15950 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-custom-category:before {
15951 border-top: 1px solid #91003B;
15952 border-left: 1px solid #91003B;
15953 background-color: #91003B;
15954 }
15955 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-custom-category .wkit-wb-custom-category-header {
15956 background-color: #91003B;
15957 }
15958 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-publish-btn.wdkit-saved {
15959 background-color: rgba(145, 0, 59, 0.1019607843);
15960 color: #91003B !important;
15961 }
15962 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-publish-btn.wdkit-disable {
15963 background-color: rgba(135, 135, 135, 0.5019607843);
15964 color: #fff !important;
15965 }
15966 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-editor-html-btn.active-editor,
15967 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-editor-css-btn.active-editor,
15968 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-editor-js-btn.active-editor,
15969 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-editor-php-btn.active-editor {
15970 background-color: #91003B;
15971 }
15972 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-components .wkit-wb-search-bar .wkit-wb-search-input:focus {
15973 border: 1px solid #91003B;
15974 box-shadow: none;
15975 }
15976 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-third-header .wkit-wb-third-header-text.activate,
15977 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-widget-builder .wkit-wb-third .wb-third-header .wkit-wkit-wb-third-header-text:hover {
15978 border-bottom: 2px solid #91003B;
15979 }
15980 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-typography:hover {
15981 border: 1px solid #91003B;
15982 }
15983 .wkit-wb-main-builder-page.wkit-elementor-builder .wp-head-wrapper .wb-right-head-side .wb-setting-panel-link {
15984 color: #91003B;
15985 }
15986 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-hover-component .wb-sec-edit,
15987 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-draggable-icon {
15988 background-color: #91003B;
15989 }
15990 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-main-component.wkit-wb-selected {
15991 border: 1px solid #91003B;
15992 }
15993 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-main-component {
15994 border: 1px solid #ffffff;
15995 }
15996 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-main-component:hover {
15997 border: 1px solid #91003B;
15998 }
15999 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-popup .wkit-wb-header-popup,
16000 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-block-btn-save,
16001 .wkit-wb-main-builder-page.wkit-elementor-builder .wb-block-detail-content.wb-options-main.wb-add-option {
16002 background-color: #91003B;
16003 }
16004 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-popup .wkit-wb-block-btn-save:hover {
16005 background: rgba(167, 51, 98, 0.95);
16006 transition: all 0.3s linear;
16007 }
16008 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-help-link .wkit-wb-input-content:focus,
16009 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-name .wkit-wb-block-text-inp:focus,
16010 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-block-detail .wkit-wb-block-dec .wkit-wb-block-textarea:focus,
16011 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-block-detail .wkit-wb-category-option:focus {
16012 box-shadow: none;
16013 }
16014 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-elementor-icon {
16015 display: block;
16016 }
16017 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-add-btn {
16018 background-color: #91003B;
16019 color: #fff;
16020 }
16021 .wkit-wb-main-builder-page.wkit-elementor-builder .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-add-btn svg path {
16022 fill: #fff;
16023 }
16024
16025 .wkit-wb-first-second-drag {
16026 margin-left: 1px;
16027 border-radius: 6px;
16028 min-width: 2px;
16029 background-color: transparent;
16030 transition: all 0.3s linear;
16031 cursor: col-resize;
16032 }
16033
16034 .wkit-wb-active {
16035 display: none !important;
16036 }
16037
16038 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-widget-builder .wb-droped.wkit-drag-over {
16039 border-color: #3E58E1;
16040 }
16041 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-widget-builder .wb-droped.wkit-drag-over svg {
16042 fill: #3E58E1;
16043 }
16044 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-parentClass-swicher .wb-slider {
16045 background-color: #6f769b;
16046 }
16047 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-parentClass-swicher input:checked + .wb-slider {
16048 background-color: #3E58E1;
16049 }
16050 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-publish-btn,
16051 .wkit-wb-main-builder-page.wkit-gutenberg-builder .add-section-btn {
16052 background-color: #3E58E1;
16053 }
16054 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-publish-btn .wkit-wb-save-success-icon {
16055 stroke: #3E58E1;
16056 }
16057 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-popoverLable {
16058 border: 1px solid #3E58E1;
16059 background: #3E58E1;
16060 }
16061 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-popover-options {
16062 border: 1px solid #3E58E1;
16063 }
16064 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-repeater-field {
16065 border: 1px solid #3E58E1;
16066 background: #3E58E1;
16067 }
16068 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-repeater-options {
16069 border: 1px solid #3E58E1;
16070 }
16071 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-popoverInput {
16072 color: #fff;
16073 }
16074 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-lable {
16075 color: #3E58E1;
16076 }
16077 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-hr {
16078 border: 1px solid #3E58E1;
16079 }
16080 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb_drag-over {
16081 height: 14px !important;
16082 background-color: #3E58E1;
16083 border: 1px dashed rgba(33, 37, 41, 0.25);
16084 }
16085 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-draggable-main-icon {
16086 background-color: #3E58E1;
16087 }
16088 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-hover-main-component .wb-sec-edit {
16089 background-color: #3E58E1;
16090 }
16091 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-range-content .wb-range-bar .wb-range-inp::-webkit-slider-thumb {
16092 background: #3E58E1;
16093 }
16094 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component {
16095 border: 1px solid #3E58E1;
16096 }
16097 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp,
16098 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp {
16099 border: 1px solid #3E58E1;
16100 }
16101 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp:checked,
16102 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp:checked {
16103 background-color: #3E58E1;
16104 }
16105 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp:focus,
16106 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp:focus {
16107 border-color: #3E58E1;
16108 }
16109 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-version-popup-inside .wb-version-header {
16110 background-color: #3E58E1;
16111 }
16112 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-version-popup-inside .wkit-add-log-btn {
16113 border: 1px solid #3E58E1;
16114 color: #3E58E1;
16115 }
16116 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-version-popup-inside .wkit-add-log-btn svg {
16117 fill: #3E58E1;
16118 }
16119 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-version-popup-inside .wb-version-popup-btn {
16120 background: #3E58E1;
16121 }
16122 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-option .wkit-wb-choose-popup::before {
16123 background-color: #3E58E1;
16124 }
16125 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-option .wkit-wb-choose-popup .wkit-wb-choose-popup-header {
16126 background-color: #3E58E1;
16127 }
16128 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-option .wkit-wb-choose-popup .wkit-wb-save-btn {
16129 background-color: #3E58E1;
16130 }
16131 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-custom-category {
16132 border: 1px solid #3E58E1;
16133 }
16134 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-custom-category:before {
16135 border-top: 1px solid #3E58E1;
16136 border-left: 1px solid #3E58E1;
16137 background-color: #3E58E1;
16138 }
16139 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-custom-category .wkit-wb-custom-category-header {
16140 background-color: #3E58E1;
16141 }
16142 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-publish-btn.wdkit-saved {
16143 background-color: rgba(62, 88, 225, 0.1019607843);
16144 color: #3E58E1;
16145 }
16146 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-publish-btn.wdkit-disable {
16147 background-color: rgba(135, 135, 135, 0.5019607843);
16148 color: #fff !important;
16149 }
16150 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-custom-category-btns {
16151 background-color: #3E58E1;
16152 }
16153 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-custom-category-add-more {
16154 border: 1px solid #3E58E1;
16155 color: #3E58E1;
16156 }
16157 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-options-main .wb-add-option {
16158 border: 1px solid #3E58E1;
16159 }
16160 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-options-main .wb-add-option .wb-addOption-lable {
16161 color: #3E58E1;
16162 }
16163 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-options-main .wb-add-option .wb-addOption-icon {
16164 fill: #3E58E1;
16165 }
16166 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-select-unit-inp {
16167 border: 1px solid #3E58E1;
16168 }
16169 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-select-unit-inp:focus {
16170 border-color: #3E58E1;
16171 box-shadow: 0 0 0 0px #3E58E1;
16172 }
16173 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-select-unit-inp:checked {
16174 background-color: #3E58E1;
16175 }
16176 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-repeater.wkit-wb-main-selected,
16177 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-popover.wkit-wb-main-selected {
16178 border: 1px solid #3E58E1;
16179 }
16180 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor-html-btn.active-editor,
16181 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor-css-btn.active-editor,
16182 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor-js-btn.active-editor,
16183 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor-php-btn.active-editor {
16184 background-color: #3E58E1;
16185 }
16186 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor-html-btn:hover,
16187 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor-css-btn:hover,
16188 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor-js-btn:hover {
16189 background-color: #3E58E1;
16190 color: #fff;
16191 }
16192 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-append-content:hover {
16193 border: 1px solid #3E58E1;
16194 }
16195 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-components .wkit-wb-search-bar .wkit-wb-search-input:focus {
16196 border: 1px solid #3E58E1;
16197 box-shadow: none;
16198 }
16199 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-third-header .wkit-wb-third-header-text.activate,
16200 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-widget-builder .wkit-wb-third .wb-third-header .wkit-wb-third-header-text:hover {
16201 border-bottom: 2px solid #3E58E1;
16202 }
16203 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-typography:hover {
16204 border: 1px solid #3E58E1;
16205 }
16206 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-hover-component .wb-sec-edit,
16207 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-draggable-icon {
16208 background-color: #3E58E1;
16209 }
16210 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-main-component {
16211 border: 1px solid #ffffff;
16212 }
16213 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-main-component.wkit-wb-selected {
16214 border: 1px solid #3E58E1;
16215 }
16216 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-main-component:hover {
16217 border: 1px solid #3E58E1;
16218 }
16219 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-popup .wkit-wb-header-popup,
16220 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-block-btn-save,
16221 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-add-option {
16222 background-color: #3E58E1;
16223 }
16224 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-options-main .wb-add-option {
16225 border: 1px solid #3E58E1;
16226 }
16227 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-block-detail-content .wb-options-main .wb-addOption-icon {
16228 fill: #3E58E1;
16229 }
16230 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-dimension-unit .wb-dimension-unit .wb-units input {
16231 border: 1px solid #3E58E1 !important;
16232 }
16233 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-dimension-unit .wb-dimension-unit .wb-units input:checked {
16234 background-color: #3E58E1;
16235 }
16236 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-help-link .wkit-wb-input-content:focus,
16237 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-name .wkit-wb-block-text-inp:focus,
16238 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-block-detail .wkit-wb-block-dec .wkit-wb-block-textarea:focus,
16239 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-block-detail .wkit-wb-category-option:focus {
16240 border: 1px solid #3E58E1;
16241 box-shadow: none;
16242 }
16243 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-popup .wkit-wb-block-btn-save:hover {
16244 background: #3E58E1;
16245 transition: all 0.2s linear;
16246 }
16247 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-gutenberg-icon {
16248 display: block;
16249 }
16250 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-add-btn {
16251 background-color: #3E58E1;
16252 color: #fff;
16253 }
16254 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-add-btn svg path {
16255 fill: #fff;
16256 }
16257 .wkit-wb-main-builder-page.wkit-gutenberg-builder .wb-loader .wb-loader-circle {
16258 border-top: 8px solid #3E58E1;
16259 }
16260
16261 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-widget-builder .wb-droped.wkit-drag-over {
16262 border-color: #FFD64F;
16263 }
16264 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-widget-builder .wb-droped.wkit-drag-over svg {
16265 fill: #FFD64F;
16266 }
16267 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-parentClass-swicher .wb-slider {
16268 background-color: #9d9372;
16269 }
16270 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-parentClass-swicher input:checked + .wb-slider {
16271 background-color: #FFD64F;
16272 }
16273 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-lable {
16274 color: #FFD64F;
16275 }
16276 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-eicons-content .wb-eicons-links .wb-eicons-links-content .wb-eicons-hr {
16277 border: 1px solid #FFD64F;
16278 }
16279 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-publish-btn,
16280 .wkit-wb-main-builder-page.wkit-bricks-builder .add-section-btn {
16281 background-color: #FFD64F;
16282 }
16283 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-publish-btn span,
16284 .wkit-wb-main-builder-page.wkit-bricks-builder .add-section-btn span {
16285 color: #000;
16286 }
16287 .wkit-wb-main-builder-page.wkit-bricks-builder .add-section-btn svg path {
16288 fill: black;
16289 }
16290 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-publish-btn {
16291 color: #000;
16292 }
16293 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-publish-btn svg.wkit-wb-save-icon path {
16294 stroke: #000;
16295 }
16296 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-publish-btn .wkit-wb-save-success-icon {
16297 stroke: #FFD64F;
16298 }
16299 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-popoverLable {
16300 border: 1px solid #FFD64F;
16301 background: #FFD64F;
16302 }
16303 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-popover-options {
16304 border: 1px solid #FFD64F;
16305 }
16306 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-repeater-field {
16307 background: #FFD64F;
16308 border: 1px solid #FFD64F;
16309 }
16310 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-repeater-options {
16311 border: 1px solid #FFD64F;
16312 }
16313 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-popoverInput {
16314 color: #fff;
16315 }
16316 .wkit-wb-main-builder-page.wkit-bricks-builder .wb_drag-over {
16317 height: 14px !important;
16318 background-color: #FFD64F;
16319 border: 1px dashed rgba(33, 37, 41, 0.25);
16320 }
16321 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-draggable-main-icon {
16322 background-color: #FFD64F;
16323 }
16324 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-version-popup-inside .wb-version-header {
16325 background-color: #FFD64F;
16326 }
16327 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-version-popup-inside label {
16328 color: #000;
16329 }
16330 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-version-popup-inside .wkit-add-log-btn {
16331 border: 1px solid #FFD64F;
16332 color: #FFD64F;
16333 }
16334 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-version-popup-inside .wkit-add-log-btn svg {
16335 fill: #FFD64F;
16336 }
16337 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-version-popup-inside .wb-version-popup-btn {
16338 background: #FFD64F;
16339 }
16340 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-version-popup-inside .wb-version-popup-btn span {
16341 color: #000;
16342 }
16343 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-repeater.wkit-wb-main-selected,
16344 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-popover.wkit-wb-main-selected {
16345 border: 1px solid #FFD64F;
16346 }
16347 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-hover-main-component .wb-sec-edit {
16348 background-color: #FFD64F;
16349 }
16350 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-range-content .wb-range-bar .wb-range-inp::-webkit-slider-thumb {
16351 background: #FFD64F;
16352 }
16353 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component {
16354 border: 1px solid #FFD64F;
16355 }
16356 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp,
16357 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp {
16358 border: 1px solid #FFD64F;
16359 }
16360 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp:checked,
16361 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp:checked {
16362 background-color: #FFD64F;
16363 }
16364 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-option-select .wb-select-component-inp:focus,
16365 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-NHA-option-select .wb-select-component-inp:focus {
16366 border-color: #FFD64F;
16367 }
16368 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-dimension-unit .wb-dimension-unit .wb-units input {
16369 border: 1px solid #FFD64F !important;
16370 }
16371 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-dimension-unit .wb-dimension-unit .wb-units input:checked {
16372 background-color: #FFD64F;
16373 }
16374 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-select-unit-inp {
16375 border: 1px solid #FFD64F;
16376 }
16377 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-select-unit-inp:focus {
16378 border-color: #FFD64F;
16379 box-shadow: 0 0 0 0px #FFD64F;
16380 }
16381 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-select-unit-inp:checked {
16382 background-color: #FFD64F;
16383 }
16384 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-option .wkit-wb-choose-popup::before {
16385 background-color: #FFD64F;
16386 }
16387 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-option .wkit-wb-choose-popup .wkit-wb-choose-popup-header {
16388 background-color: #FFD64F;
16389 }
16390 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-option .wkit-wb-choose-popup .wkit-wb-save-btn {
16391 background-color: #FFD64F;
16392 }
16393 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-options-main .wb-add-option {
16394 border: 1px solid #FFD64F;
16395 }
16396 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-options-main .wb-add-option .wb-addOption-lable {
16397 color: #FFD64F;
16398 }
16399 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content .wb-options-main .wb-add-option .wb-addOption-icon {
16400 fill: #FFD64F;
16401 }
16402 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-custom-category-btns {
16403 background-color: #FFD64F;
16404 }
16405 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-custom-category-add-more {
16406 border: 1px solid #FFD64F;
16407 color: #FFD64F;
16408 }
16409 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-custom-category {
16410 border: 1px solid #FFD64F;
16411 }
16412 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-custom-category:before {
16413 border-top: 1px solid #FFD64F;
16414 border-left: 1px solid #FFD64F;
16415 background-color: #FFD64F;
16416 }
16417 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-custom-category .wkit-wb-custom-category-header {
16418 background-color: #FFD64F;
16419 }
16420 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-publish-btn.wdkit-saved {
16421 background-color: #011627;
16422 color: #FFD64F !important;
16423 }
16424 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-publish-btn.wdkit-disable {
16425 background-color: rgba(135, 135, 135, 0.5019607843);
16426 color: #fff !important;
16427 }
16428 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor-html-btn.active-editor,
16429 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor-css-btn.active-editor,
16430 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor-js-btn.active-editor,
16431 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor-php-btn.active-editor {
16432 background-color: #FFD64F;
16433 color: #000;
16434 }
16435 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor-html-btn.active-editor svg path,
16436 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor-css-btn.active-editor svg path,
16437 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor-js-btn.active-editor svg path,
16438 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor-php-btn.active-editor svg path {
16439 fill: #000;
16440 }
16441 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-components .wkit-wb-search-bar .wkit-wb-search-input:focus {
16442 border: 1px solid #FFD64F;
16443 box-shadow: none;
16444 }
16445 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-third-header .wkit-wb-third-header-text.activate,
16446 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-widget-builder .wkit-wb-third .wb-third-header .wkit-wkit-wb-third-header-text:hover {
16447 border-bottom: 2px solid #FFD64F;
16448 }
16449 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-typography:hover {
16450 border: 1px solid #FFD64F;
16451 }
16452 .wkit-wb-main-builder-page.wkit-bricks-builder .wp-head-wrapper .wb-right-head-side .wb-setting-panel-link {
16453 color: #FFD64F;
16454 }
16455 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-hover-component .wb-sec-edit,
16456 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-draggable-icon {
16457 background-color: #FFD64F;
16458 }
16459 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-main-component {
16460 border: 1px solid #ffffff;
16461 }
16462 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-main-component.wkit-wb-selected {
16463 border: 1px solid #FFD64F;
16464 }
16465 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-main-component:hover {
16466 border: 1px solid #FFD64F;
16467 }
16468 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-popup .wkit-wb-header-popup,
16469 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-block-btn-save,
16470 .wkit-wb-main-builder-page.wkit-bricks-builder .wb-block-detail-content.wb-options-main.wb-add-option {
16471 background-color: #FFD64F;
16472 }
16473 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-popup .wkit-wb-header-popup .wkit-wb-popup-hreader,
16474 .wkit-wb-main-builder-page.wkit-bricks-builder .close {
16475 color: #000;
16476 }
16477 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-popup .wkit-wb-header-popup svg path,
16478 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-block-btn-save svg path {
16479 stroke: black;
16480 }
16481 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-popup .wkit-wb-header-popup .wkit-wb-save-btn,
16482 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-block-btn-save .wkit-wb-save-btn {
16483 color: #000 !important;
16484 }
16485 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-popup .wkit-wb-block-btn-save:hover {
16486 background: #e9c54c;
16487 transition: all 0.3s linear;
16488 }
16489 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-help-link .wkit-wb-input-content:focus,
16490 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-third-part-content .wkit-wb-block-detail .wkit-wb-block-name .wkit-wb-block-text-inp:focus,
16491 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-block-detail .wkit-wb-block-dec .wkit-wb-block-textarea:focus,
16492 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-block-detail .wkit-wb-category-option:focus {
16493 box-shadow: none;
16494 }
16495 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-bricks-icon {
16496 display: block;
16497 }
16498 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-add-btn {
16499 background-color: #FFD64F;
16500 color: #000;
16501 }
16502 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor .wkit-wb-editor-content .wb-editor-popup-add-btn svg path {
16503 fill: #000;
16504 }
16505 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor .wkit-wb-editor-content .wb-editor-img-js-icon {
16506 fill: black;
16507 }
16508 .wkit-wb-main-builder-page.wkit-bricks-builder .wkit-wb-editor .wkit-wb-editor-content .wb-editor-img-css-icon {
16509 fill: black;
16510 }
16511
16512 .wkit-wb-components {
16513 background: #E6E9EC;
16514 border-radius: 0px 0px 6px 6px;
16515 }
16516 .wkit-wb-components .wkit-wb-all-widgets {
16517 display: none;
16518 flex-direction: row;
16519 align-items: center;
16520 justify-content: flex-start;
16521 flex-wrap: wrap;
16522 grid-template-columns: 50% 50%;
16523 }
16524 .wkit-wb-components .wkit-wb-all-widgets.wkit-wb-show {
16525 display: grid !important;
16526 }
16527 .wkit-wb-components .wkit-wb-all-widgets .wkit-wb-widget {
16528 margin: 10px;
16529 display: flex;
16530 flex-direction: column;
16531 align-items: center;
16532 flex-basis: 25%;
16533 flex-wrap: wrap;
16534 cursor: grab;
16535 background: #fff;
16536 padding: 10px;
16537 transform: perspective(1px) translateZ(0);
16538 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
16539 transition-duration: 0.3s;
16540 border: 1px solid #e6e8ea;
16541 border-radius: 6px;
16542 }
16543 .wkit-wb-components .wkit-wb-all-widgets .wkit-wb-widget:hover {
16544 background-color: #F9FAFA;
16545 border: 1px solid #D5D8DC;
16546 }
16547
16548 #wpbody-content {
16549 padding-bottom: 10px !important;
16550 }
16551
16552 #wpfooter {
16553 display: none;
16554 }
16555
16556 .wb-loader {
16557 position: fixed;
16558 height: 100%;
16559 width: 100%;
16560 background: #fff;
16561 opacity: 1;
16562 z-index: 10;
16563 margin-top: -20px;
16564 display: flex;
16565 margin-left: -20px;
16566 justify-content: center;
16567 align-items: center;
16568 z-index: 0;
16569 }
16570 .wb-loader .wb-loader-circle {
16571 border: 8px solid #f3f3f3;
16572 border-radius: 50%;
16573 border-top: 8px solid #040483;
16574 width: 50px;
16575 height: 50px;
16576 margin-right: 10%;
16577 margin-bottom: 4%;
16578 animation: spin 1s linear infinite;
16579 }
16580 @keyframes spin {
16581 0% {
16582 transform: rotate(0deg);
16583 }
16584 100% {
16585 transform: rotate(360deg);
16586 }
16587 }
16588
16589 .wkit-wb-widget-builder {
16590 display: flex;
16591 flex-direction: row;
16592 }
16593 .wkit-wb-widget-builder::-webkit-scrollbar {
16594 height: 5px;
16595 }
16596 .wkit-wb-widget-builder::-webkit-scrollbar-thumb {
16597 background: #e0e0e0;
16598 border-radius: 25px;
16599 }
16600 .wkit-wb-widget-builder::-webkit-scrollbar-track {
16601 background: #f8f8f8;
16602 border-radius: 25px;
16603 }
16604 .wkit-wb-widget-builder::-webkit-scrollbar-thumb:hover {
16605 background: #cdcdce;
16606 }
16607 .wkit-wb-widget-builder .content {
16608 margin: 10px;
16609 }
16610 .wkit-wb-widget-builder .wkit-wb-first-part {
16611 display: flex;
16612 flex-direction: row;
16613 max-width: 82%;
16614 min-width: 35%;
16615 }
16616 .wkit-wb-widget-builder .wkit-wb-first-part-content {
16617 display: flex;
16618 flex-direction: column;
16619 width: 100%;
16620 min-height: calc(100vh - 150px);
16621 }
16622 .wkit-wb-widget-builder .wkit-wb-second {
16623 min-width: 13%;
16624 border-radius: 10px;
16625 background-color: #fff;
16626 height: -moz-max-content;
16627 height: max-content;
16628 border: 1px solid #F1F1F4;
16629 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
16630 }
16631 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header {
16632 display: flex;
16633 width: 100%;
16634 background-color: #EAEAEA;
16635 border-radius: 10px 10px 0px 0px;
16636 }
16637 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header .wb-second-header-layout {
16638 display: flex;
16639 flex-direction: column;
16640 align-items: center;
16641 border-radius: 10px 0px 0px 0px;
16642 width: 50%;
16643 padding: 10px;
16644 cursor: pointer;
16645 }
16646 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header .wb-second-header-layout .wb-layout-icon {
16647 width: 20px;
16648 margin: 7px 0px;
16649 }
16650 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header .wb-second-header-layout .wb-layout-icon .wb-layout-path {
16651 fill: #888888;
16652 }
16653 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header .wb-second-header-layout .wb-layout-text {
16654 color: #1E1E1E;
16655 font-size: 13px;
16656 font-weight: 600;
16657 }
16658 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header .wb-second-header-style {
16659 display: flex;
16660 flex-direction: column;
16661 align-items: center;
16662 border-radius: 0px 10px 0px 0px;
16663 width: 50%;
16664 padding: 10px;
16665 cursor: pointer;
16666 }
16667 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header .wb-second-header-style .wb-style-icon {
16668 width: 20px;
16669 margin: 7px 0px;
16670 }
16671 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header .wb-second-header-style .wb-style-icon .wb-style-path {
16672 fill: #888888;
16673 }
16674 .wkit-wb-widget-builder .wkit-wb-second .wb-second-header .wb-second-header-style .wb-style-text {
16675 color: #1E1E1E;
16676 font-size: 13px;
16677 font-weight: 600;
16678 }
16679 .wkit-wb-widget-builder .wkit-wb-second .wb-second-layout-content {
16680 padding: 20px;
16681 }
16682 .wkit-wb-widget-builder .wkit-wb-second .wb-second-layout-content .add-section-btn svg {
16683 height: 12px;
16684 margin-right: 5px;
16685 }
16686 .wkit-wb-widget-builder .wkit-wb-second .wb-second-layout-content .wb-add-section {
16687 padding: 20px;
16688 display: flex;
16689 justify-content: center;
16690 border: 1px dashed rgba(33, 37, 41, 0.25);
16691 background-color: #FBFBFB;
16692 border-radius: 6px;
16693 }
16694 .wkit-wb-widget-builder .wkit-wb-second .wb-second-layout-content .wb-add-section .add-section-btn {
16695 display: flex;
16696 color: white;
16697 margin: 15px;
16698 font-size: 14px;
16699 font-weight: 400;
16700 border-radius: 6px;
16701 padding: 15px 15px;
16702 text-decoration: none;
16703 align-items: center;
16704 cursor: pointer;
16705 }
16706 .wkit-wb-widget-builder .wkit-wb-second .wb-second-layout-content .wb-add-section .add-section-btn .wb-add-sec-icon {
16707 margin-right: 5px;
16708 height: 12px;
16709 }
16710 .wkit-wb-widget-builder .wkit-wb-third {
16711 border-radius: 10px;
16712 min-width: 13%;
16713 background-color: #fff;
16714 height: -moz-max-content;
16715 height: max-content;
16716 border: 1px solid #f1f1f4;
16717 box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
16718 }
16719 .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-third-header {
16720 display: flex;
16721 justify-content: space-around;
16722 align-items: center;
16723 }
16724 .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-third-header .wkit-wb-third-header-text {
16725 font-size: 15px;
16726 font-weight: 600;
16727 color: #878787;
16728 border-bottom: 1px solid transparent;
16729 cursor: pointer;
16730 width: 50%;
16731 display: flex;
16732 align-content: center;
16733 justify-content: center;
16734 align-items: center;
16735 padding: 15px;
16736 }
16737 .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-third-header .wkit-wb-third-header-text:hover {
16738 color: #011627;
16739 }
16740 .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-third-header .wkit-wb-third-header-text.activate {
16741 color: #011627;
16742 }
16743 .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-third-header .wkit-wb-third-header-text-edit {
16744 font-size: 15px;
16745 font-weight: 600;
16746 color: #878787;
16747 border-bottom: 1px solid transparent;
16748 cursor: not-allowed;
16749 width: 50%;
16750 display: flex;
16751 align-content: center;
16752 justify-content: center;
16753 align-items: center;
16754 padding: 15px;
16755 opacity: 0.2;
16756 }
16757 .wkit-wb-widget-builder .wkit-wb-third .wkit-wb-component-hr {
16758 margin: 0;
16759 }
16760 .wkit-wb-widget-builder .wb-show {
16761 display: block !important;
16762 }
16763 .wkit-wb-widget-builder .wkit-wb-sec-drag-icon {
16764 width: -moz-max-content;
16765 width: max-content;
16766 cursor: pointer;
16767 margin-bottom: -32px;
16768 margin-left: 5px;
16769 }
16770 .wkit-wb-widget-builder .wb-section {
16771 border-radius: 5px;
16772 border: 1px solid rgba(33, 37, 41, 0.1);
16773 margin-bottom: 10px;
16774 }
16775 .wkit-wb-widget-builder .wb-section .wb-section-header {
16776 display: flex;
16777 border-radius: 2px 2px 0px 0px;
16778 border-bottom: 1px solid rgba(33, 37, 41, 0.1);
16779 justify-content: space-between;
16780 align-items: center;
16781 padding: 10px;
16782 }
16783 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-title {
16784 display: flex;
16785 align-items: center;
16786 }
16787 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-title .wb-section-title-icon {
16788 cursor: grab;
16789 display: flex;
16790 fill: #B9B9B9;
16791 transition: 0.3s linear;
16792 }
16793 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-title .wb-section-title-icon:hover {
16794 fill: #6a6a6a;
16795 }
16796 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-title .wb-section-title-text {
16797 display: flex;
16798 border: none;
16799 font-size: 13px;
16800 font-weight: 500;
16801 width: 60%;
16802 margin-left: 10px;
16803 }
16804 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-title .wb-section-title-text:focus {
16805 display: flex;
16806 border: none !important;
16807 }
16808 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-title .wb-section-title-text:focus-visible {
16809 outline: 0;
16810 }
16811 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-btns {
16812 display: flex;
16813 -moz-column-gap: 9px;
16814 column-gap: 9px;
16815 cursor: pointer;
16816 }
16817 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-btns .wb-sec-btn {
16818 width: 18px;
16819 transform: perspective(1px) translateZ(0);
16820 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
16821 transition-duration: 0.3s;
16822 }
16823 .wkit-wb-widget-builder .wb-section .wb-section-header .wb-section-btns .wb-sec-btn:hover {
16824 transform: scale(0.87);
16825 }
16826 .wkit-wb-widget-builder .wb-section .wb-components-settings {
16827 display: none;
16828 }
16829 .wkit-wb-widget-builder .wb-section .wb-last-controller-drop {
16830 height: 4px;
16831 }
16832 .wkit-wb-widget-builder .wb-droped {
16833 display: flex;
16834 justify-content: center;
16835 border: 1px dashed rgba(33, 37, 41, 0.25);
16836 background-color: #FBFBFB;
16837 margin: 5px;
16838 padding: 5px;
16839 border-radius: 6px;
16840 cursor: pointer;
16841 }
16842 .wkit-wb-widget-builder .wb-droped.wkit-drag-over {
16843 transition: 0.15s linear;
16844 transform: scale(1.02, 1.15);
16845 }
16846 .wkit-wb-widget-builder .wb-row {
16847 display: flex;
16848 padding: 10px;
16849 margin: 10px;
16850 cursor: pointer;
16851 }
16852 .wkit-wb-widget-builder .wkit-wb-hide {
16853 display: none !important;
16854 }
16855 .wkit-wb-widget-builder .active {
16856 background-color: #fff;
16857 }
16858 .wkit-wb-widget-builder .active-path {
16859 fill: black !important;
16860 }
16861
16862 .wb-edit-widget-popup {
16863 width: 100%;
16864 display: flex;
16865 height: 100%;
16866 flex-direction: row;
16867 justify-content: center;
16868 }
16869 .wb-edit-widget-popup .wb-edit-popup {
16870 width: 80%;
16871 height: 80%;
16872 }
16873
16874 .wkit-block-btn {
16875 opacity: 0.7;
16876 pointer-events: none;
16877 }
16878
16879 .wkit-wb-sync-btn {
16880 display: flex;
16881 align-items: center;
16882 padding: 12px 16px;
16883 color: #fff;
16884 border: 0px;
16885 background: #011627;
16886 cursor: pointer;
16887 border-radius: 6px;
16888 font-weight: 400;
16889 font-size: 14px;
16890 gap: 10px;
16891 justify-content: center;
16892 }
16893 .wkit-wb-sync-btn svg {
16894 width: 18px;
16895 height: 18px;
16896 margin-bottom: -3px;
16897 }
16898
16899 .wb-add-widget-name-title,
16900 .wb-add-widget-inputs-title {
16901 display: flex;
16902 flex-direction: row;
16903 align-items: center;
16904 gap: 5px;
16905 }
16906
16907 .wkit-wb-toolTip {
16908 position: relative;
16909 display: flex;
16910 flex-direction: row;
16911 align-items: center;
16912 justify-content: center;
16913 transition: 0.3s linear;
16914 width: -moz-max-content;
16915 width: max-content;
16916 }
16917 .wkit-wb-toolTip:hover .wkit-wb-toolTip-text {
16918 display: flex;
16919 transition: 0.3s linear;
16920 }
16921
16922 .wkit-wb-toolTip-text {
16923 position: absolute;
16924 background-color: #000;
16925 color: #fff;
16926 padding: 3px 5px;
16927 border-radius: 6px;
16928 font-size: 12px;
16929 display: none;
16930 flex-direction: column;
16931 align-items: center;
16932 align-items: flex-start;
16933 justify-content: center;
16934 transition: 0.3s linear;
16935 left: -2px;
16936 bottom: 15px;
16937 width: 250px;
16938 z-index: 9;
16939 }
16940 .wkit-wb-toolTip-text.wb-wkit-widgetCategory-toolTip {
16941 left: -236px;
16942 bottom: 20px;
16943 }
16944 .wkit-wb-toolTip-text.wb-wkit-widgetCategory-toolTip::before {
16945 bottom: -3px;
16946 right: 5px;
16947 }
16948 .wkit-wb-toolTip-text.wb-wkit-center-toolTip {
16949 left: unset;
16950 }
16951 .wkit-wb-toolTip-text.wb-wkit-center-toolTip::before {
16952 left: 49%;
16953 }
16954 .wkit-wb-toolTip-text a {
16955 color: #fff;
16956 text-decoration: underline;
16957 }
16958 .wkit-wb-toolTip-text::before {
16959 content: "";
16960 background-color: #000;
16961 padding: 3px;
16962 position: absolute;
16963 bottom: -3px;
16964 transform: rotate(45deg);
16965 }
16966 .wkit-wb-toolTip-text.wkit-wb-name-Tooltip {
16967 left: 17px;
16968 bottom: -35px;
16969 }
16970 .wkit-wb-toolTip-text.wkit-wb-name-Tooltip::before {
16971 content: "";
16972 left: -2px;
16973 bottom: 35px;
16974 }
16975
16976 .wkit-wb-custom-dropDown {
16977 display: flex;
16978 flex-direction: column;
16979 align-items: center;
16980 width: 40%;
16981 position: relative;
16982 }
16983 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-header {
16984 background: #f7f7f7;
16985 border: 0.5px solid #e4e4e4;
16986 border-radius: 2px;
16987 width: 100%;
16988 display: flex;
16989 flex-direction: row;
16990 justify-content: space-between;
16991 padding: 5px 0px;
16992 }
16993 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-header .wkit-wb-multi-selected {
16994 background-color: #d5dadf;
16995 padding: 2px 5px;
16996 border-radius: 2px;
16997 margin: 5px;
16998 line-height: 15px;
16999 font-size: 12px;
17000 display: flex;
17001 flex-direction: row;
17002 align-items: center;
17003 }
17004 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-header .wkit-wb-multi-selected .wkit-wb-remove-value {
17005 cursor: pointer;
17006 }
17007 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-header label {
17008 margin-left: 5px;
17009 text-transform: capitalize;
17010 white-space: pre;
17011 overflow: hidden;
17012 }
17013 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-header img {
17014 margin: 0px 6px 0px 5px;
17015 width: 12px;
17016 }
17017 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-header.wkit-multi-select-dropDown {
17018 background: #f7f7f7;
17019 border: 0.5px solid #e4e4e4;
17020 border-radius: 2px;
17021 width: 100%;
17022 line-height: 30px;
17023 display: flex;
17024 flex-direction: row;
17025 justify-content: flex-start;
17026 flex-wrap: wrap;
17027 align-items: center;
17028 }
17029 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-header.wkit-multi-select-dropDown img {
17030 opacity: 0.5;
17031 width: 17px;
17032 height: 17px;
17033 background-color: #d5dadf;
17034 padding: 2px 3px;
17035 }
17036 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-content {
17037 display: none;
17038 box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.1);
17039 width: -moz-max-content;
17040 width: max-content;
17041 min-width: 100%;
17042 padding: 2px;
17043 z-index: 2;
17044 background-color: white;
17045 position: absolute;
17046 margin-top: 30px;
17047 cursor: pointer;
17048 }
17049 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-content option {
17050 margin: 3px;
17051 padding: 5px 10px;
17052 }
17053 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-content option:hover {
17054 background: #F1F1F1;
17055 border-radius: 1px;
17056 }
17057 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-content.wkit-multi-select-dropDown {
17058 display: none;
17059 box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.1);
17060 width: 100%;
17061 padding: 2px;
17062 z-index: 2;
17063 background-color: white;
17064 position: relative;
17065 margin-top: 0px;
17066 }
17067 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-content.wkit-multi-select-dropDown .wkit-wb-multiSelect-value {
17068 width: 100%;
17069 display: flex;
17070 }
17071 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-content.wkit-multi-select-dropDown .wkit-wb-multiSelect-value label {
17072 margin: 3px;
17073 padding: 5px 10px;
17074 width: 100%;
17075 }
17076 .wkit-wb-custom-dropDown .wkit-wb-custom-dropDown-content.wkit-multi-select-dropDown .wkit-wb-multiSelect-value label:hover {
17077 background: #F1F1F1;
17078 border-radius: 1px;
17079 }
17080
17081 @media (max-width: 1440px) {
17082 .wkit-wb-widget-builder .wkit-wb-second .wb-second-layout-content .wb-add-section {
17083 padding: 16px;
17084 }
17085 }
17086 @media (max-width: 1280px) {
17087 .wkit-wb-widget-builder {
17088 overflow-x: scroll;
17089 white-space: break-spaces;
17090 }
17091 .wkit-wb-widget-builder .wkit-wb-first-part {
17092 width: 100%;
17093 min-width: 600px;
17094 }
17095 .wkit-wb-widget-builder .wkit-wb-second,
17096 .wkit-wb-widget-builder .wkit-wb-third {
17097 min-width: 300px;
17098 }
17099 }
17100 @media (max-width: 1200px) {
17101 .wkit-wb-widget-builder .wkit-wb-first-part {
17102 width: 50%;
17103 }
17104 .wkit-wb-widget-builder .wkit-wb-second {
17105 width: 25%;
17106 }
17107 .wkit-wb-widget-builder .wkit-wb-third {
17108 width: 25%;
17109 }
17110 .wkit-wb-editor .wb-editor-content {
17111 width: 75%;
17112 }
17113 .wkit-wb-editor .wkit-wb-editor-right-content {
17114 width: 25%;
17115 }
17116 }
17117 @media (max-width: 991px) {
17118 .wkit-wb-widget-builder {
17119 display: flex;
17120 flex-wrap: wrap;
17121 }
17122 .wkit-wb-widget-builder .wkit-wb-first-part {
17123 order: 1;
17124 width: 100%;
17125 }
17126 .wkit-wb-widget-builder .wkit-wb-second {
17127 order: 2;
17128 width: 46%;
17129 }
17130 .wkit-wb-widget-builder .wkit-wb-third {
17131 order: 3;
17132 width: 46%;
17133 }
17134 }
17135 @media (max-width: 767px) {
17136 .wkit-wb-widget-builder {
17137 display: flex;
17138 flex-direction: column;
17139 overflow: auto;
17140 }
17141 .wkit-wb-toolTip-text {
17142 max-width: 170px;
17143 }
17144 .wkit-wb-toolTip-text.wb-wkit-widgetCategory-toolTip {
17145 left: -156px;
17146 bottom: 20px;
17147 }
17148 .wkit-wb-name-Tooltip {
17149 max-width: unset;
17150 }
17151 .wkit-wb-widget-builder .wkit-wb-first-part,
17152 .wkit-wb-widget-builder .wkit-wb-second,
17153 .wkit-wb-widget-builder .wkit-wb-third {
17154 width: 100%;
17155 }
17156 .wkit-wb-widget-builder .wkit-wb-first-part {
17157 min-width: auto;
17158 }
17159 }
17160 @media (max-width: 576px) {
17161 .wkit-wb-toolTip-text.wkit-wb-name-Tooltip {
17162 left: -100px;
17163 bottom: -52px;
17164 }
17165 .wkit-wb-toolTip-text.wkit-wb-name-Tooltip::before {
17166 content: "";
17167 bottom: 40px;
17168 left: 103px;
17169 }
17170 }
17171 .wkit-wb-editor-value-tab::-webkit-scrollbar,
17172 .ace_scrollbar-v::-webkit-scrollbar,
17173 .ace_scrollbar-h::-webkit-scrollbar,
17174 .wkit-wb-live-preview-ifram::-webkit-scrollbar,
17175 .wkit-wb-popup .wkit-wb-content::-webkit-scrollbar {
17176 width: 12px;
17177 }
17178
17179 /* Track */
17180 .ace_scrollbar-v::-webkit-scrollbar-track,
17181 .ace_scrollbar-h::-webkit-scrollbar-track,
17182 .wkit-wb-popup .wkit-wb-content::-webkit-scrollbar-track {
17183 background: #1a2d3d;
17184 }
17185
17186 /* Handle */
17187 .wkit-wb-editor-value-tab::-webkit-scrollbar-thumb,
17188 .ace_scrollbar-v::-webkit-scrollbar-thumb,
17189 .ace_scrollbar-h::-webkit-scrollbar-thumb,
17190 .wkit-wb-popup .wkit-wb-content::-webkit-scrollbar-thumb {
17191 border: 0.5px solid #B2C8DF;
17192 border-radius: 50px;
17193 }
17194
17195 .wkit-wb-editor-value-tab:-webkit-scrollbar,
17196 .ace_scrollbar-v:-webkit-scrollbar,
17197 .ace_scrollbar-h:-webkit-scrollbar,
17198 .wkit-wb-live-preview-ifram:-webkit-scrollbar,
17199 .wkit-wb-popup .wkit-wb-content:-webkit-scrollbar {
17200 width: 12px;
17201 }
17202
17203 /* Track */
17204 .wkit-wb-editor-value-tab:-webkit-scrollbar-track,
17205 .ace_scrollbar-v:-webkit-scrollbar-track,
17206 .ace_scrollbar-h:-webkit-scrollbar-track,
17207 .wkit-wb-popup .wkit-wb-content:-webkit-scrollbar-track {
17208 background: #1a2d3d;
17209 }
17210
17211 /* Handle */
17212 .wkit-wb-editor-value-tab:-webkit-scrollbar-thumb,
17213 .ace_scrollbar-v:-webkit-scrollbar-thumb,
17214 .ace_scrollbar-h:-webkit-scrollbar-thumb,
17215 .wkit-wb-popup .wkit-wb-content:-webkit-scrollbar-thumb {
17216 border: 0.5px solid #B2C8DF;
17217 border-radius: 50px;
17218 }
17219
17220 /*# sourceMappingURL=index.css.map*/