PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / 2.9.6
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager v2.9.6
3.1.9 3.1.8 3.1.7 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 trunk 1.3.7 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9 2.9.1 2.9.2
folders / assets / css / folders.css
folders / assets / css Last commit date
admin-setting.css 2 years ago design.css 2 years ago design.min.css 2 years ago folder-icon.css 5 years ago folders.css 2 years ago folders.min.css 2 years ago jstree.css 4 years ago jstree.min.css 3 years ago media-clean.css 3 years ago media.css 5 years ago new-media.css 5 years ago overlayscrollbars.min.css 3 years ago page-post-media.css 4 years ago page-post-media.min.css 3 years ago pricing-table.css 3 years ago replace-media.css 2 years ago select2.min.css 5 years ago settings.css 2 years ago spectrum.min.css 6 years ago star-rating-svg.css 2 years ago
folders.css
868 lines
1 @import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
2
3 #custom-scroll-menu a, #custom-scroll-menu a:hover, #custom-scroll-menu a:focus {
4 text-decoration: none;
5 color: #333;
6 outline: none;
7 box-shadow: none;
8 }
9 #js-tree-menu {
10 padding: 0 10px 10px 0;
11 background: #fff;
12 /*box-shadow: 0 4px 21px rgba(7,16,28,.1);*/
13 }
14 .pfolder-folder-close {
15 font-size: 16px;
16 color: #334155;
17 }
18 .jstree-clicked > .pfolder-folder-close {
19 color: #ffffff;
20 }
21 .jstree-open > a > .pfolder-folder-close:before {
22 content: "\e903";
23 }
24 #dynamic-folders > a > i.pfolder-folder-close:before {
25 content: "\e900" !important;
26 }
27 span.folder-actions {
28 position: absolute;
29 right: 4px;
30 }
31 .folder-actions span i {
32 font-size: 10px;
33 width: 16px;
34 text-align: center;
35 }
36 .folder-actions span {
37 width: 0px;
38 overflow: hidden;
39 height: 30px;
40 line-height: 30px;
41 transition: all 0.2s linear;
42 display: inline-block;
43 font-size: 10px;
44 text-align: center;
45 }
46 .folder-actions span.premio-folder-count {
47 width: auto;
48 }
49 a.jstree-anchor:hover span.folder-inline-edit {
50 width: 20px;
51 }
52 #jstree-dnd {
53 background-color: #cecece;
54 border-radius: 3px;
55 display: block;
56 height: 32px;
57 line-height: 32px;
58 margin: 0;
59 opacity: .8;
60 overflow: hidden;
61 padding: 0 10px 0 40px;
62 -o-text-overflow: ellipsis;
63 text-overflow: ellipsis;
64 white-space: nowrap;
65 width: 260px
66 }
67
68 #jstree-dnd .jstree-icon {
69 top: 6px;
70 background-position: 50%;
71 background-repeat: no-repeat;
72 background-size: contain;
73 height: 20px;
74 width: 20px;
75 display: none;
76 }
77 #js-tree-menu .folder-checkbox {
78 display: none;
79 }
80 .show-folder-checkbox #js-tree-menu .folder-checkbox {
81 display: inline-block;
82 }
83 .show-folder-checkbox #js-tree-menu .pfolder-folder-close {
84 display: none;
85 }
86 li.jstree-node.is-high > a .star-icon {
87 width: 16px;
88 text-align: center;
89 color: #ffc90e;
90 }
91 li.jstree-node.is-sticky > a .sticky-icon {
92 width: 16px;
93 text-align: center;
94 }
95 li.jstree-node.is-sticky > a .sticky-icon i {
96 font-size: 12px;
97 }
98 li.jstree-node .jstree-hovered .star-icon, li.jstree-node .jstree-hovered .sticky-icon {
99 width: 0px !important;
100 }
101 .js-tree-data {
102 display: none;
103 }
104 .cssload-container {
105 width: 100%;
106 height: 49px;
107 text-align: center;
108 }
109
110 .cssload-tube-tunnel {
111 width: 49px;
112 height: 49px;
113 margin: 0 auto;
114 border: 4px solid;
115 border-radius: 50%;
116 border-color: #ccc;
117 animation: cssload-scale 1035ms infinite linear;
118 -o-animation: cssload-scale 1035ms infinite linear;
119 -ms-animation: cssload-scale 1035ms infinite linear;
120 -webkit-animation: cssload-scale 1035ms infinite linear;
121 -moz-animation: cssload-scale 1035ms infinite linear;
122 }
123
124 .ajax-preloader {
125 padding: 50px 0;
126 }
127
128 @keyframes cssload-scale {
129 0% { transform: scale(0); transform: scale(0); }
130 90% { transform: scale(0.7); transform: scale(0.7); }
131 100% { transform: scale(1); transform: scale(1); }
132 }
133
134 @-o-keyframes cssload-scale {
135 0% { -o-transform: scale(0); transform: scale(0); }
136 90% { -o-transform: scale(0.7); transform: scale(0.7); }
137 100% { -o-transform: scale(1); transform: scale(1); }
138 }
139
140 @-ms-keyframes cssload-scale {
141 0% { -ms-transform: scale(0); transform: scale(0); }
142 90% { -ms-transform: scale(0.7); transform: scale(0.7); }
143 100% { -ms-transform: scale(1); transform: scale(1); }
144 }
145
146 @-webkit-keyframes cssload-scale {
147 0% { -webkit-transform: scale(0); transform: scale(0); }
148 90% { -webkit-transform: scale(0.7); transform: scale(0.7); }
149 100% { -webkit-transform: scale(1); transform: scale(1); }
150 }
151
152 @-moz-keyframes cssload-scale {
153 0% { -moz-transform: scale(0); transform: scale(0); }
154 90% { -moz-transform: scale(0.7); transform: scale(0.7); }
155 100% { -moz-transform: scale(1); transform: scale(1); }
156 }
157 .sticky-folders > ul > li > a > span.folder-actions > span {
158 transition: all 0.25s linear;
159 }
160 .sticky-folders > ul > li > a:hover .star-icon {
161 width: 0px !important;
162 }
163 .sticky-folders > ul > li > a:hover .folder-inline-edit {
164 width: 16px !important;
165 text-align: center;
166 }
167 .sticky-folders li.is-high a span.star-icon {
168 width: 16px;
169 text-align: center;
170 color: #ffc90e;
171 }
172 .folder-menu-content .cssload-container {
173 margin: 100px 0 0 0;
174 }
175 .dynamic-menu ul > li > a >span.dashicons {
176 font-size: 18px;
177 text-align: left;
178 }
179 .close-popup-button {
180 position: absolute;
181 right: -10px;
182 top: -10px;
183 width: 20px;
184 height: 20px;
185 z-index: 100001
186 }
187 .close-popup-button a {
188 display: block;
189 position: relative;
190 width: 20px;
191 height: 20px;
192 color: #333;
193 padding: 2px;
194 box-sizing: border-box;
195 }
196 .close-popup-button a span {
197 display: block;
198 position: relative;
199 width: 16px;
200 height: 16px;
201 transition: all .2s linear;
202 }
203 .close-popup-button a span:after, .close-popup-button a span:before {
204 content: "";
205 position: absolute;
206 width: 12px;
207 height: 2px;
208 background-color: #333;
209 display: block;
210 border-radius: 2px;
211 transform: rotate(
212 45deg
213 );
214 top: 7px;
215 left: 2px;
216 }
217 .close-popup-button a span:after {
218 transform: rotate(
219 -45deg
220 );
221 }
222 .close-popup-button a:hover span {
223 transform: rotate(
224 180deg
225 );
226 }
227 .popup-form-data {
228 position: relative;
229 }
230
231 /* Date: Feb 2021 */
232 .dynamic-tree-data {
233 display: none;
234 padding: 5px 0 0 0;
235 }
236 #dynamic-tree-folders {
237 background: #fff;
238 padding: 0 10px 0 0;
239 }
240 .dynamic-folders .folder-checkbox, .dynamic-folders .folder-actions {
241 display: none !important;
242 }
243
244 .folders-undo-notification {
245 position: fixed;
246 right: -500px;
247 bottom: 25px;
248 width: 280px;
249 background: #fff;
250 padding: 15px;
251 -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
252 box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
253 transition: all 0.25s linear;
254 z-index: 1001;
255 border-left: solid 3px #1da1f4;
256 }
257 .folders-undo-notification.success {
258 border-left: solid 3px #70C6A3;
259 }
260 .folders-undo-notification.active {
261 right: 25px;
262 }
263 .folders-undo-notification.no {
264 border-left: solid 3px #fc5050;
265 }
266 html[dir="rtl"] .folders-undo-notification {
267 right: auto;
268 left: -500px;
269 border-left: none;
270 border-right: solid 3px #1da1f4;
271 }
272 html[dir="rtl"] .folders-undo-notification.active {
273 left: 25px;
274 }
275 html[dir="rtl"] .close-undo-box {
276 right: auto;
277 left: -10px;
278 }
279 html[dir="rtl"] .folders-undo-notification.success {
280 border-right: solid 3px #70C6A3;
281 }
282 html[dir="rtl"] .folders-undo-notification.no {
283 border-right: solid 3px #fc5050;
284 }
285 .folders-undo-header {
286 font-weight: 500;
287 font-size: 14px;
288 padding: 0 0 3px 0;
289 }
290 .folders-undo-body {
291 font-size: 13px;
292 padding: 0 0 5px 0;
293 }
294 .folders-undo-footer {
295 text-align: right;
296 padding: 5px 0 0 0;
297 }
298 .folders-undo-footer .undo-button {
299 background: #1da1f4;
300 border: none;
301 color: #fff;
302 padding: 3px 10px;
303 font-size: 12px;
304 border-radius: 2px;
305 cursor: pointer;
306 }
307 .folders-undo-body {
308 position: relative;
309 }
310 .close-undo-box {
311 position: absolute;
312 right: -10px;
313 top: 0;
314 width: 16px;
315 height: 16px;
316 transition: all 0.25s linear;
317 }
318 .close-undo-box:hover {
319 transform: rotate(180deg);
320 }
321 .close-undo-box span {
322 display: block;
323 position: relative;
324 width: 16px;
325 height: 16px;
326 transition: all .2s linear;
327 }
328 .close-undo-box span:after, .close-undo-box span:before {
329 content: "";
330 position: absolute;
331 width: 12px;
332 height: 2px;
333 background-color: #333;
334 display: block;
335 border-radius: 2px;
336 transform: rotate(45deg);
337 top: 7px;
338 left: 2px;
339 }
340 .close-undo-box span:after {
341 transform: rotate(-45deg);
342 }
343 body.mobile .jstree-anchor span.folder-inline-edit {
344 width: 20px;
345 }
346 body.mobile .wp-list-table tr td .wcp-move-file {
347 opacity: 1;
348 }
349
350 .folders-action-menu > ul {
351 margin: 0;
352 padding: 0;
353 display: flex;
354 }
355 .folders-action-menu > ul > li {
356 display: inline-block;
357 margin: 0;
358 padding: 5px 0 10px;
359 flex: 1;
360 }
361 .folders-action-menu > ul > li > a:not(.no-bg), .folders-action-menu > ul > li > label {
362 background: #F1F1F1;
363 display: block;
364 width: 28px;
365 height: 28px;
366 line-height: 30px;
367 text-align: center;
368 text-decoration: none;
369 border-radius: 4px;
370 color: #A4C0D2;
371 margin: 0 auto;
372 font-size: 14px;
373 }
374 .folders-action-menu > ul > li > a.no-bg {
375 text-align: center;
376 display: block;
377 line-height: 30px;
378 }
379 .folders-action-menu > ul > li > a.disabled, .folders-action-menu > ul > li > label.disabled {
380 background: #f1f5f9;
381 color: #e2e8f0;
382 }
383
384 .folders-action-menu > ul > li > a:not(.disabled):hover, .folders-action-menu > ul > li > label:not(.disabled):hover {
385 color: #FA166B;
386 }
387 .folder-settings-btn {
388 position: relative;
389 }
390 .folder-setting-menu {
391 position: absolute;
392 z-index: 11;
393 right: -5px;
394 top: 100%;
395 width: 230px;
396 background: #fff;
397 border-radius: 0;
398 border: solid 1px #e9e5e5;
399 margin-top: 10px;
400 -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
401 -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
402 box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
403 display: none;
404 }
405 .folder-settings-btn.active .folder-setting-menu {
406 display: block;
407 }
408 .folder-setting-menu:before {
409 width: 0;
410 height: 0;
411 border-left: 5px solid transparent;
412 border-right: 5px solid transparent;
413 border-bottom: 5px solid white;
414 top: -5px;
415 right: 10px;
416 content: "";
417 position: absolute;
418 }
419
420 .folder-setting-menu li {
421 display: block;
422 margin: 0;
423 padding: 2px 0;
424 }
425 .folder-setting-menu li a, .folder-setting-menu li label {
426 text-decoration: none;
427 position: relative;
428 display: block;
429 padding: 5px 10px;
430 line-height: 18px;
431 white-space: nowrap;
432 font-size: 14px;
433 color: #7D7D7E;
434 }
435 body.folded .wcp-content {
436 left: 36px !important;
437 }
438 html[dir="rtl"] body.folded .wcp-content {
439 left: auto !important;
440 right: 36px !important;
441 }
442 .sr-only {
443 position: absolute;
444 width: 1px !important;
445 height: 1px !important;
446 padding: 0 !important;
447 margin: -1px;
448 overflow: hidden;
449 clip: rect(0,0,0,0);
450 border: 0 !important;
451 }
452 span.setting-checkbox {
453 display: block;
454 background: #ababab;
455 height: 18px;
456 width: 34px;
457 float: right;
458 border-radius: 9px;
459 color: #ffffff;
460 position: relative;
461 }
462 span.setting-checkbox:before {
463 content: "";
464 height: 14px;
465 width: 14px;
466 background: #fff;
467 border-radius: 50%;
468 position: absolute;
469 left: 2px;
470 top: 2px;
471 transition: all 0.15s linear;
472 }
473 span.setting-checkbox:after {
474 content: "off";
475 position: absolute;
476 width: 28px;
477 text-align: right;
478 top: 0;
479 left: 2px;
480 font-size: 10px;
481 line-height: 16px;
482 }
483 input:checked + span.setting-checkbox {
484 background: #1da1f4;
485 }
486 input:checked + span.setting-checkbox:before {
487 left: 18px;
488 }
489 input:checked + span.setting-checkbox:after {
490 text-align: left;
491 content: "on";
492 padding: 0 0 0 1px;
493 }
494 .folder-setting-menu .dashicons {
495 font-size: 16px;
496 display: inline-block;
497 }
498 span.dashicons.dashicons-cloud-upload {
499 line-height: 28px;
500 }
501 .dynamic-menu li.remove-folder a, .dynamic-menu li.remove-folder a:hover, .dynamic-menu li.remove-folder a:hover span i {
502 color: #F24141;
503 }
504 .media-toolbar.media-toolbar-mode-select .custom-media-select {
505 display: block !important;
506 }
507 .wcp-container .folders-action-menu .folder-tooltip.full-width:after {
508 width: 180px;
509 white-space: inherit;
510 line-height: 18px;
511 }
512 .wcp-container .folders-action-menu .folder-tooltip.full:after {
513 width: 114px;
514 white-space: inherit;
515 line-height: 18px;
516 }
517 .folder-inline-tooltip {
518 position: relative;
519 }
520 .folder-inline-tooltip span.inline-tooltip {
521 position: absolute;
522 width: 180px;
523 left: -83px;
524 text-align: center;
525 background: #333;
526 padding: 5px;
527 color: #fff;
528 font-size: .9em;
529 bottom: 46px;
530 z-index: 101;
531 -webkit-border-radius: 4px;
532 -moz-border-radius: 4px;
533 border-radius: 4px;
534 display: none;
535 line-height: 18px;
536 }
537 .folder-inline-tooltip:hover span.inline-tooltip {
538 display: block;
539 }
540 .folder-inline-tooltip span.inline-tooltip:after{
541 content: '';
542 position: absolute;
543 left: 50%;
544 top: 100%;
545 width: 0;
546 height: 0;
547 border-left: 5px solid transparent;
548 border-right: 5px solid transparent;
549 border-top: 5px solid #333333;
550 clear: both;
551 }
552 .folder-inline-tooltip span.inline-tooltip span {
553 display: block;
554 text-decoration: underline;
555 }
556 .folder-inline-tooltip.cut-folder-action span.inline-tooltip {
557 width: 124px;
558 left: -55px;
559 }
560 .pro-notice {
561 padding: 0 0 0 10px;
562 }
563 .form-options2 > ul > li {
564 padding: 5px 0 0 0;
565 }
566 .folders-action-menu > ul > li > a > .dashicons {
567 font-size: 16px;
568 width: auto;
569 height: auto;
570 line-height: 28px;
571 }
572 .checkbox-content {
573 padding: 0 0 15px 0;
574 }
575 .folder-inline-tooltip.expand-collapse span.inline-tooltip {
576 left: -5px;
577 width: 130px;
578 bottom: 38px;
579 }
580 .folder-inline-tooltip.expand-collapse span.inline-tooltip:after {
581 left: 14px;
582 }
583 .folder-inline-tooltip span.pfolder-arrow-down {
584 font-size: 8px !important;
585 }
586 .form-options > ul {
587 display: inline-flex;
588 vertical-align: middle;
589 flex: 0 0 65px;
590 }
591 .form-options > .upgrade-message {
592 text-align: right;
593 padding: 4px 0 0 0;
594 flex: 1;
595 }
596 .form-options.form-options2 {
597 display: flex;
598 align-items: center;
599 padding: 0 5px 5px 5px;
600 }
601 .folders-action-menu {
602 width: 100%;
603 max-width: 224px;
604 }
605 .dynamic-menu li.new-folder, .dynamic-menu li.new-folder-pro {
606 border-bottom: solid 1px #d8d8d8;
607 }
608 .view-shortcodes {
609 display: inline-block;
610 text-decoration: none;
611 color: #3c434a;
612 vertical-align: super;
613 }
614 .view-shortcodes svg {
615 width: 16px;
616 display: inline-block;
617 height: auto;
618 }
619 .wcp-container .folder-tooltip.view-shortcodes:after {
620 top: 36px !important;
621 bottom: auto !important;
622 font-size: 10px !important;
623 }
624 .wcp-container .folder-tooltip.view-shortcodes:before {
625 top: 26px !important;
626 bottom: auto !important;
627 transform: rotate(180deg) !important;
628 margin-left: -5px !important;
629 }
630
631
632 .keyboard-shortcut {
633 width: 100%;
634 }
635 .keyboard-shortcut tr td, .keyboard-shortcut tr th {
636 padding: 8px 0;
637 vertical-align: middle;
638 text-align: left;
639 font-weight: normal;
640 }
641 .keyboard-shortcut tr td {
642 text-align: right;
643 vertical-align: middle;
644 }
645 .keyboard-shortcut tr td span:not(.dashicons) {
646 display: inline-block;
647 padding: 2px 5px;
648 }
649 .keyboard-shortcut tr td span.key-button {
650 padding: 2px 8px;
651 background: #eaeaea;
652 border-radius: 2px;
653 }
654 .keyboard-shortcut tr td span.dashicons {
655 width: auto;
656 height: auto;
657 font-size: 14px;
658 display: inline-block;
659 vertical-align: middle;
660 }
661 .os-content {
662 background: #ffffff;
663 }
664 .custom-scroll-menu.hor-scroll .horizontal-scroll-menu {
665 width: fit-content;
666 background: #fff;
667 min-width: 100%;
668 }
669 .custom-scroll-menu.hor-scroll .jstree-default .jstree-anchor {
670 width: auto;
671 min-width: calc(100% - 24px);
672 }
673 .os-viewport {
674 background: #ffffff;
675 }
676 .custom-scroll-menu.hor-scroll .horizontal-scroll-menu .folder-actions {
677 background: #ffffff;
678 padding: 0 15px 0 4px;
679 }
680 .custom-scroll-menu.hor-scroll .horizontal-scroll-menu .folder-actions {
681
682 }
683 .popup-form-content {
684 font-family: Roboto, sans-serif
685 }
686 .upgrade-title {
687 font-size: 24px;
688 font-weight: 500;
689 line-height: 36px;
690 text-align: center;
691 padding: 10px 0 5px;
692 }
693 .upgrade-desc {
694 font-size: 16px;
695 font-weight: 400;
696 line-height: 24px;
697 text-align: center;
698 }
699 .upgrade-content {
700 background: rgba(248, 247, 255, 1);
701 padding: 15px;
702 border-bottom: 4px;
703 margin: 15px 0;
704 text-align: left;
705 font-size: 14px;
706 }
707 .upgrade-content-title {
708 font-size: 16px;
709 font-weight: 500;
710 line-height: 26px;
711 text-align: left;
712 }
713 .upgrade-content li + li {
714 padding-top: 5px;
715 }
716 .upgrade-content ul {
717 padding: 0;
718 margin: 15px 0 0;
719 }
720 .upgrade-footer {
721 padding: 15px 0 0;
722 }
723 .upgrade-footer a.upgrade-button {
724 background: rgba(101, 107, 232, 1);
725 box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
726 padding: 10px 40px;
727 border-radius: 20px;
728 color: #ffffff;
729 font-size: 16px;
730 font-weight: 500;
731 line-height: 24px;
732 text-decoration: none;
733 display: inline-block;
734 margin: 0 0 10px;
735 }
736 .upgrade-footer .hide-upgrade-popup {
737 color: rgba(101, 107, 232, 1);
738 text-decoration: none;
739 font-size: 14px;
740 }
741 .rating-modal-steps {
742 display: none;
743 width: 400px;
744 margin: 0 auto;
745 max-width: 100%;
746 }
747 .rating-modal-steps.active {
748 display: block;
749 }
750 .rating-modal.popup-form-content {
751 background: #ffffff url("../images/rating-top.png") top left no-repeat;
752 }
753 .rating-modal.popup-form-content:after {
754 content: "";
755 background: transparent url("../images/rating-bottom.png") bottom right no-repeat;
756 width: 100%;
757 display: block;
758 height: 100%;
759 position: absolute;
760 left: 0;
761 top: 0;
762 z-index: -1;
763 }
764 .rating-modal.popup-form-content .popup-content {
765 }
766 .rating-modal.popup-form-content .popup-content .upgrade-title {
767 color: #49687E;
768 line-height: 30px;
769 }
770 .rating-modal.popup-form-content .popup-content .upgrade-desc {
771 color: #49687E;
772 padding: 10px 0 0;
773 }
774 .upgrade-rating {
775 padding: 25px 0 15px;
776 }
777 .upgrade-rating .jq-star {
778 margin: 0 5px;
779 }
780 .upgrade-rating .jq-star svg {
781 width: 100%;
782 height: 100%;
783 margin: 0;
784 padding: 0;
785 stroke-width: 0px !important;
786 }
787 .upgrade-user-rating {
788 font-size: 14px;
789 color: rgba(73, 104, 126, 1);
790 }
791 .upgrade-user-rating span {
792 font-weight: 500;
793 }
794 .upgrade-review-textarea {
795 padding: 15px 0;
796 text-align: left;
797 }
798 .upgrade-review-textarea label {
799 color: #83A1B7;
800 font-size: 12px;
801 display: flex;
802 text-align: left;
803 justify-content: space-between;
804 padding: 0 0 5px 0;
805 }
806 .folder-rated-rating svg {
807 fill: #FDB10C;
808 }
809 .folder-rated-rating .jq-star {
810 width: 32px;
811 height: 32px;
812 }
813 .folder-rated-rating .jq-star svg {
814 width: 100%;
815 height: 100%;
816 }
817 #step-4 .folder-rated-rating {
818 display: inline-block;
819 vertical-align: middle;
820 }
821 div#step-4 {
822 padding: 50px 0;
823 }
824 .upgrade-review-textarea textarea {
825 border: solid 1px #EAEFF2;
826 width: 100%;
827 height: 71px;
828 padding: 4px 8px;
829 font-size: 16px;
830 line-height: 20px;
831 outline: none;
832 box-shadow: none;
833 }
834 .upgrade-review-textarea textarea:focus {
835 outline: none;
836 box-shadow: none;
837 border-color: rgba(183, 141, 235, 1);
838 }
839 .upgrade-review-textarea textarea::placeholder {
840 color: #83A1B7;
841 font-size: 14px;
842 }
843 .upgrade-review-button {
844 box-shadow: 0px 12px 12px -6px rgba(183, 141, 235, 0.52);
845 background: rgba(183, 141, 235, 1);
846 border: none;
847 color: #fff;
848 padding: 0 50px;
849 line-height: 40px;
850 font-size: 16px;
851 border-radius: 8px;
852 font-weight: 500;
853 cursor: pointer;
854 }
855 .upgrade-modal-button {
856 padding: 0 0 25px;
857 }
858 select.upgrade-review-reminder {
859 border: solid 1px #9fbbcb;
860 width: 100%;
861 padding: 4px 15px;
862 margin-bottom: 15px;
863 }
864 select.upgrade-review-reminder:focus {
865 outline: none;
866 box-shadow: none;
867 border-color: rgba(183, 141, 235, 1);
868 }