PluginProbe
WebTotem Security / 2.1.5
WebTotem Security v2.1.5
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 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.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / htdocs / css / src.c37ba8ac.css

src.c37ba8ac.css in WebTotem Security 2.1.5, at htdocs/css/src.c37ba8ac.css

1,467 lines 25.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=cyrillic-ext');
2 @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=cyrillic-ext');
3 *,
4 *::before,
5 *::after {
6 box-sizing: border-box;
7 }
8 body {
9 margin: 0;
10 background: #f1f1f1;
11 }
12 .ww-page {
13 font-family: 'Open Sans';
14 font-weight: normal;
15 color: #000;
16 }
17 .ww-page--padding {
18 padding: 24px;
19 }
20 .ww-page__head {
21 height: 120px;
22 background: linear-gradient(130.22deg, #3439d5 6.86%, #3d50df 81.75%);
23 }
24 @media (min-width: 992px) {
25 .ww-page__head {
26 height: 155px;
27 }
28 }
29 .ww-page__content {
30 background: #fff;
31 padding: 26px 24px;
32 border-radius: 6px;
33 margin-bottom: 15px;
34 }
35 @media (min-width: 992px) {
36 .ww-page__content {
37 padding-left: 34px;
38 padding-right: 34px;
39 }
40 }
41 .ww-page__content--simple {
42 padding: 12px 18px;
43 }
44 .ww-page__content--normal {
45 padding: 12px 24px;
46 }
47 .ww-page__title {
48 ont-family: Open Sans;
49 font-style: normal;
50 font-weight: normal;
51 font-size: 23px;
52 line-height: 31px;
53 margin: 0 0 26px;
54 color: #23282d;
55 }
56 .ww-main {
57 background: #fff;
58 padding: 12px 24px;
59 border-radius: 6px;
60 margin-bottom: 15px;
61 box-shadow: 0px 16px 64px rgba(61,80,223,0.1);
62 }
63 .ww-main__graph {
64 width: 100%;
65 }
66 @media (min-width: 992px) {
67 .ww-main__graph {
68 width: 65%;
69 }
70 }
71 .ww-main__stats {
72 width: 100%;
73 margin-top: 20px;
74 }
75 .ww-main__stats .ww-title {
76 display: none;
77 }
78 @media (min-width: 992px) {
79 .ww-main__stats {
80 width: 35%;
81 margin-top: 0;
82 }
83 .ww-main__stats .ww-title {
84 display: inherit;
85 }
86 }
87 .ww-main--grid {
88 display: flex;
89 justify-content: space-between;
90 flex-wrap: wrap;
91 }
92 @media (min-width: 992px) {
93 .ww-main--grid {
94 flex-wrap: initial;
95 }
96 }
97 .ww-main--small {
98 padding: 15px 12px 15px 18px;
99 }
100 .ww-content--top {
101 margin-top: -30px;
102 }
103 .ww-content__info {
104 font-size: 12px;
105 line-height: 16px;
106 color: #000;
107 margin-bottom: 54px;
108 }
109 .ww-content__title {
110 color: #3d50df;
111 font-weight: bold;
112 font-size: 14px;
113 line-height: 16px;
114 margin-bottom: 10px;
115 }
116 .ww-content__text {
117 font-size: 14px;
118 line-height: 16px;
119 margin-bottom: 15px;
120 }
121 .ww-content__block {
122 background-color: #fff;
123 border: 1px solid #e5e5e5;
124 }
125 .ww-content__header {
126 display: flex;
127 align-items: center;
128 justify-content: space-between;
129 margin-bottom: 10px;
130 }
131 .ww-content__header .ww-title {
132 margin-bottom: 0;
133 }
134 .ww-content--small {
135 max-width: 420px;
136 width: 100%;
137 box-shadow: 0px 1px 1px rgba(0,0,0,0.07);
138 }
139 .ww-hr {
140 border-top: 1px solid #e5e5e5;
141 border-bottom: 0;
142 margin: 13px 0;
143 }
144 .ww-block {
145 font-weight: 600;
146 font-size: 13px;
147 line-height: 18px;
148 display: flex;
149 justify-content: space-between;
150 padding: 20px 30px 10px;
151 }
152 .ww-block__item {
153 width: 33%;
154 }
155 .ww-block__title {
156 color: #000;
157 }
158 .ww-block__number {
159 font-size: 24px;
160 line-height: 33px;
161 color: #0085ba;
162 }
163 .ww-block__text {
164 color: #979797;
165 }
166 .ww-list {
167 padding: 0 30px;
168 }
169 .ww-list__item {
170 display: flex;
171 align-items: center;
172 font-size: 13px;
173 line-height: 18px;
174 font-weight: 600;
175 max-width: 240px;
176 width: 100%;
177 margin-bottom: 13px;
178 }
179 .ww-list__name {
180 color: #000;
181 width: 50%;
182 }
183 .ww-list__value {
184 color: #4bc374;
185 }
186 .ww-accordion__title {
187 font-weight: 600;
188 font-size: 14px;
189 line-height: 19px;
190 color: #23282d;
191 }
192 .ww-accordion__head {
193 display: flex;
194 justify-content: space-between;
195 align-items: center;
196 height: 35px;
197 padding: 0 12px;
198 border-bottom: 1px solid #e5e5e5;
199 }
200 .ww-accordion__content {
201 background-image: url("../images/logo-bg.821aa867.svg");
202 background-repeat: no-repeat;
203 background-position: center right;
204 }
205 .ww-footer {
206 background: #f5f5f5;
207 padding: 15px;
208 display: flex;
209 align-items: center;
210 justify-content: space-between;
211 }
212 .ww-footer__links {
213 font-weight: 600;
214 font-size: 13px;
215 line-height: 18px;
216 color: #0073af;
217 }
218 .ww-footer__links a {
219 text-decoration: none;
220 margin-right: 24px;
221 }
222 .ww-footer__button {
223 display: inline-block;
224 background: #0085ba;
225 border: 1px solid #006799;
226 box-shadow: 0px 2px 0px #006799;
227 border-radius: 3px;
228 font-weight: 600;
229 font-size: 13px;
230 line-height: 18px;
231 text-align: center;
232 color: #fff;
233 text-shadow: 0px -1px 1px #006799, 1px 0px 1px #006799, 0px 1px 1px #006799, -1px 0px 1px #006799;
234 padding: 3px 12px;
235 }
236 .ww-footer__button:hover {
237 cursor: pointer;
238 }
239 .ww-header {
240 display: flex;
241 align-items: center;
242 justify-content: space-between;
243 padding: 25px 0 25px 36px;
244 max-width: 1280px;
245 width: 100%;
246 }
247 @media (min-width: 992px) {
248 .ww-header {
249 padding-left: 50px;
250 padding-right: 50px;
251 }
252 }
253 .ww-header__logo {
254 display: flex;
255 align-items: center;
256 }
257 .ww-header__version {
258 font-size: 12px;
259 line-height: 14px;
260 display: flex;
261 align-items: center;
262 color: #fff;
263 opacity: 0.89;
264 margin-left: 18px;
265 }
266 .ww-header__button {
267 background: #9a98ff;
268 border-radius: 4px;
269 font-weight: 500;
270 font-size: 14px;
271 line-height: 40px;
272 letter-spacing: 0.5px;
273 color: #fff;
274 text-decoration: none;
275 padding: 0 11px;
276 transition: all 0.25s;
277 }
278 .ww-header__button:hover {
279 box-shadow: 0px 16px 24px rgba(0,5,145,0.24);
280 }
281 @media (max-width: 992px) {
282 .ww-header__button {
283 display: none;
284 }
285 }
286 .ww-button-group {
287 background-color: #fff;
288 box-shadow: 0px 16px 64px rgba(61,80,223,0.1);
289 border-radius: 6px;
290 height: 48px;
291 margin-bottom: 15px;
292 display: flex;
293 align-items: center;
294 justify-content: space-between;
295 padding: 0 10px;
296 }
297 @media (min-width: 992px) {
298 .ww-button-group {
299 padding: 0 15px;
300 }
301 }
302 .ww-button-group__link {
303 font-weight: 500;
304 font-size: 13px;
305 line-height: 24px;
306 color: #3d50df;
307 text-decoration: none;
308 display: flex;
309 align-items: center;
310 justify-content: center;
311 height: 100%;
312 white-space: nowrap;
313 }
314 @media (min-width: 992px) {
315 .ww-button-group__link {
316 font-size: 15px;
317 padding: 0 15px;
318 width: 33%;
319 border-right: 1px solid rgba(0,0,0,0.1);
320 }
321 }
322 .ww-button-group__link img {
323 margin-right: 4px;
324 flex-shrink: 0;
325 width: 16px;
326 }
327 @media (min-width: 992px) {
328 .ww-button-group__link img {
329 width: auto;
330 margin-right: 8px;
331 }
332 }
333 .ww-button-group__link:last-child {
334 border-right: 0;
335 }
336 .ww-banner {
337 padding: 24px 24px 30px;
338 box-shadow: 0px 16px 64px rgba(61,80,223,0.05);
339 border-radius: 6px;
340 background-image: url("../images/banner.e48c93b5.svg"), linear-gradient(106.86deg, #3439d5 6.86%, #3d50df 81.75%);
341 background-repeat: no-repeat;
342 background-position: center right;
343 min-height: 150px;
344 }
345 .ww-banner__content {
346 font-weight: 600;
347 font-size: 18px;
348 line-height: 24px;
349 font-family: Roboto;
350 color: #fff;
351 max-width: 180px;
352 width: 100%;
353 }
354 .ww-banner__button {
355 margin-top: 15px;
356 font-family: Roboto;
357 font-weight: 500;
358 font-size: 12px;
359 line-height: 16px;
360 display: flex;
361 align-items: center;
362 letter-spacing: 0.5px;
363 text-transform: uppercase;
364 color: #3d50df;
365 background: #f2f2fa;
366 border-radius: 4px;
367 display: inline-block;
368 vertical-align: middle;
369 text-decoration: none;
370 padding: 8px 16px;
371 }
372 .ww-title {
373 display: flex;
374 align-items: center;
375 font-family: Roboto;
376 font-style: normal;
377 font-weight: 500;
378 font-size: 16px;
379 line-height: 24px;
380 display: flex;
381 align-items: center;
382 color: #3d50df;
383 margin-bottom: 15px;
384 }
385 .ww-title--small {
386 font-size: 14px;
387 }
388 .ww-title .ww-icon {
389 margin-right: 8px;
390 }
391 .ww-collapse {
392 font-family: Roboto;
393 color: #000;
394 }
395 .ww-collapse__head {
396 border-bottom: 1px solid rgba(0,0,0,0.1);
397 margin: 0 -18px 10px;
398 padding: 0 18px;
399 position: relative;
400 }
401 .ww-collapse__head:hover {
402 cursor: pointer;
403 }
404 .ww-collapse__head:after {
405 content: '';
406 position: absolute;
407 right: 16px;
408 top: 50%;
409 width: 0;
410 height: 0;
411 border-style: solid;
412 border-width: 7px 5px 0 5px;
413 border-color: #3d50df transparent transparent transparent;
414 margin-top: -4px;
415 transition: all 0.25s;
416 }
417 .ww-collapse__head.is--active:after {
418 transform: rotate(-180deg);
419 }
420 .ww-collapse__head.is--active + .ww-collapse__content {
421 display: block;
422 }
423 .ww-collapse__head--last {
424 border: 0;
425 margin-bottom: 0;
426 }
427 .ww-collapse__head--last .ww-collapse__title {
428 margin-bottom: 0;
429 }
430 .ww-collapse__title {
431 margin: 10px 0;
432 padding-right:8px;
433 font-size: 14px;
434 line-height: 24px;
435 font-weight: 500;
436 }
437 @media (min-width: 992px) {
438 .ww-collapse__title {
439 font-size: 16px;
440 }
441 }
442 .ww-collapse__content {
443 font-size: 12px;
444 line-height: 24px;
445 font-weight: normal;
446 display: none;
447 overflow: hidden;
448 margin: 10px 0;
449 }
450 @media (min-width: 992px) {
451 .ww-collapse__content {
452 font-size: 14px;
453 }
454 }
455 .ww-grid {
456 display: flex;
457 justify-content: space-between;
458 flex-wrap: wrap;
459 max-width: 1280px;
460 width: 100%;
461 padding: 0 25px 25px;
462 }
463 @media (min-width: 992px) {
464 .ww-grid {
465 padding: 0 50px 25px;
466 }
467 }
468 .ww-grid--small-box {
469 padding: 0;
470 flex-wrap: wrap;
471 }
472 .ww-grid__6 {
473 width: 100%;
474 }
475 @media (min-width: 992px) {
476 .ww-grid__6 {
477 width: 59%;
478 }
479 }
480 .ww-grid__3 {
481 width: 100%;
482 }
483 @media (min-width: 992px) {
484 .ww-grid__3 {
485 width: 32%;
486 }
487 }
488 .ww-grid__4 {
489 width: 100%;
490 }
491 @media (min-width: 992px) {
492 .ww-grid__4 {
493 width: 39%;
494 }
495 }
496 .ww-option {
497 font-family: Roboto;
498 }
499 .ww-option__head {
500 display: flex;
501 align-items: center;
502 justify-content: space-between;
503 }
504 .ww-option__name {
505 font-weight: 500;
506 font-size: 16px;
507 line-height: 24px;
508 color: #3d50df;
509 margin-bottom: 7px;
510 }
511 .ww-option__text {
512 font-weight: 400;
513 font-size: 12px;
514 line-height: 16px;
515 color: #979797;
516 width: 100%;
517 margin-bottom: 30px;
518 padding-right: 50px;
519 }
520 @media (min-width: 992px) {
521 .ww-option__text {
522 padding-right: 0;
523 max-width: 515px;
524 }
525 }
526 .ww-article {
527 font-family: Roboto;
528 }
529 .ww-article__title {
530 display: flex;
531 align-items: center;
532 }
533 .ww-article__title .ww-icon {
534 margin-right: 11px;
535 }
536 .ww-article__title span {
537 font-weight: 600;
538 font-size: 16px;
539 line-height: 21px;
540 color: #3d50df;
541 }
542 .ww-article__text {
543 font-weight: 400;
544 font-size: 12px;
545 line-height: 16px;
546 color: #979797;
547 padding-right: 35px;
548 width: 100%;
549 margin-bottom: 20px;
550 }
551 @media (min-width: 992px) {
552 .ww-article__text {
553 width: calc(100% - 100px);
554 margin-bottom: 0;
555 padding-right: 45px;
556 }
557 }
558 .ww-article__content {
559 display: flex;
560 justify-content: space-between;
561 align-items: flex-start;
562 flex-wrap: wrap;
563 margin-bottom: 30px;
564 margin-top: 10px;
565 }
566 @media (min-width: 992px) {
567 .ww-article__content {
568 flex-wrap: initial;
569 }
570 }
571 .ww-article__button {
572 background: rgba(61,80,223,0.2);
573 border-radius: 4px;
574 padding: 8px 11px;
575 letter-spacing: 0.5px;
576 text-transform: uppercase;
577 color: #3d50df;
578 font-weight: 500;
579 font-size: 12px;
580 line-height: 16px;
581 text-decoration: none;
582 white-space: nowrap;
583 transition: all 0.25s;
584 }
585 .ww-article__button:hover {
586 background-color: #3d50df;
587 color: #fff;
588 }
589 .ww-form__key-input {
590 max-width: 295px;
591 padding: 16px 0 0;
592 }
593 .ww-form__block {
594 margin: 8px 0;
595 }
596 .ww-input {
597 border: 1px solid #3d50df;
598 border-radius: 4px;
599 padding: 7px 8px;
600 width: 100%;
601 font-size: 12px;
602 line-height: 24px;
603 }
604 .ww-button {
605 border-radius: 4px;
606 display: inline-block;
607 vertical-align: middle;
608 border: 0;
609 padding: 8px 16px;
610 min-height: 32px;
611 background: #f2f2fa;
612 color: #3d50df;
613 text-transform: uppercase;
614 font-family: Roboto;
615 font-weight: 500;
616 flex-shrink: 0;
617 font-size: 12px;
618 }
619 .ww-button:hover {
620 cursor: pointer;
621 }
622 .ww-button + .ww-button {
623 margin-left: 16px;
624 }
625 .ww-button--block {
626 width: 100%;
627 }
628 .ww-button--success {
629 color: #fff;
630 background: #4bc374;
631 }
632 .ww-button--success:hover {
633 background-color: #48b16c;
634 }
635 .ww-button--attention {
636 color: #ee3f3f;
637 background: rgba(238,63,63,0.2);
638 }
639 .ww-button--brand {
640 background-color: #3d50df;
641 color: #fff;
642 }
643 .ww-button--brand:hover {
644 background-color: #3342b1;
645 }
646 .ww-checkbox {
647 font-family: Roboto;
648 background: rgba(218,218,218,0.3);
649 border-radius: 100px;
650 width: 40px;
651 height: 23px;
652 display: inline-block;
653 position: relative;
654 }
655 .ww-checkbox__name:hover {
656 cursor: pointer;
657 }
658 .ww-checkbox__name:after {
659 content: 'OFF';
660 color: #979797;
661 font-weight: 500;
662 font-size: 8px;
663 line-height: 24px;
664 position: absolute;
665 right: 4px;
666 text-transform: uppercase;
667 transition: all 0.25s;
668 }
669 .ww-checkbox__name:before {
670 content: '';
671 border-radius: 50%;
672 width: 16px;
673 height: 16px;
674 background: #c4c4c4;
675 display: inline-block;
676 position: absolute;
677 left: 4px;
678 top: 4px;
679 transition: all 0.25s;
680 }
681 .ww-checkbox__input {
682 position: absolute;
683 opacity: 0;
684 visibility: hidden;
685 }
686 .ww-checkbox__input:checked + .ww-checkbox__name:before {
687 background: #3d50df;
688 left: inherit;
689 right: 4px;
690 }
691 .ww-checkbox__input:checked + .ww-checkbox__name:after {
692 content: 'ON';
693 left: 6px;
694 right: inherit;
695 color: #3d50df;
696 }
697 .ww-info {
698 display: flex;
699 justify-content: space-between;
700 font-family: Roboto;
701 margin-bottom: 10px;
702 flex-direction: column;
703 align-items: flex-start;
704 }
705 @media (min-width: 992px) {
706 .ww-info {
707 flex-direction: row;
708 align-items: center;
709 }
710 }
711 .ww-info__item {
712 width: 100%;
713 margin-bottom: 8px;
714 display: flex;
715 align-items: center;
716 justify-content: space-between;
717 }
718 @media (min-width: 992px) {
719 .ww-info__item {
720 margin-bottom: 0;
721 width: 30%;
722 }
723 }
724 .ww-info__item--highlight .ww-info__name {
725 color: rgba(61,80,223,0.5);
726 }
727 .ww-info__item--highlight .ww-info__value {
728 color: #3d50df;
729 }
730 .ww-info__name {
731 font-weight: 500;
732 font-size: 10px;
733 line-height: 16px;
734 letter-spacing: 0.5px;
735 text-transform: uppercase;
736 color: rgba(0,0,0,0.5);
737 }
738 .ww-info__value {
739 font-size: 12px;
740 line-height: 24px;
741 }
742 .ww-info__value--small {
743 font-size: 10px;
744 line-height: 16px;
745 color: #141414;
746 text-align: right;
747 word-break: break-word;
748 padding-left: 10px;
749 }
750 .ww-info__value--bg {
751 background: rgba(238,63,63,0.3);
752 border-radius: 6px;
753 padding: 0 8px;
754 color: #ee3f3f;
755 }
756 .ww-info--column {
757 flex-direction: column;
758 align-items: flex-start;
759 }
760 .ww-info--column .ww-info__item {
761 width: 100%;
762 margin-bottom: 8px;
763 }
764 .ww-table {
765 width: 100%;
766 border-collapse: collapse;
767 font-family: Roboto;
768 }
769 .ww-table--margin {
770 margin: 0 -24px;
771 }
772 .ww-table__row {
773 border-top: 1px solid rgba(0,0,0,0.1);
774 }
775 .ww-table__head .ww-table__cell {
776 text-transform: uppercase;
777 color: rgba(0,0,0,0.5);
778 text-align: left;
779 font-size: 10px;
780 line-height: 16px;
781 letter-spacing: 0.5px;
782 font-weight: bold;
783 }
784 .ww-table__cell {
785 padding: 8px 0;
786 font-size: 12px;
787 line-height: 24px;
788 color: #000;
789 }
790 .ww-table__cell:first-child {
791 padding-left: 24px;
792 }
793 .ww-table__cell:last-child {
794 padding-right: 15px;
795 }
796 .ww-action {
797 display: inline-flex;
798 align-items: center;
799 text-decoration: none;
800 }
801 .ww-action__text {
802 font-weight: 500;
803 font-size: 10px;
804 line-height: 16px;
805 letter-spacing: 0.5px;
806 text-transform: uppercase;
807 color: #3d50df;
808 }
809 .ww-action__icon {
810 margin-left: 1px;
811 }
812 .ww-file {
813 display: flex;
814 align-items: center;
815 }
816 .ww-file__icon {
817 margin-right: 4px;
818 }
819 .is--right {
820 text-align: right !important;
821 }
822 .is--attention {
823 color: #ee3f3f !important;
824 }
825 .is--info {
826 width: 7px;
827 height: 7px;
828 display: inline-block;
829 vertical-align: middle;
830 border-radius: 50%;
831 margin-right: 4px;
832 background-color: #dadada;
833 }
834 .is--info--critical {
835 background-color: #ee3f3f;
836 }
837 .is--info--carantin {
838 background-color: #f5c451;
839 }
840 .ww-premium {
841 background: #f4f6fe;
842 display: flex;
843 align-items: center;
844 justify-content: space-between;
845 margin: 0 -24px;
846 padding: 12px 24px;
847 font-family: Roboto;
848 }
849 .ww-premium + .ww-result .ww-result__row {
850 border-top: 0;
851 border-bottom: 1px solid rgba(0,0,0,0.1);
852 }
853 .ww-premium__content {
854 max-width: 380px;
855 width: 100%;
856 padding-right: 10px;
857 }
858 .ww-premium__title {
859 font-size: 10px;
860 line-height: 24px;
861 color: #3d50df;
862 }
863 .ww-premium__text {
864 font-weight: normal;
865 font-size: 10px;
866 line-height: 12px;
867 color: #000;
868 }
869 .ww-icon {
870 background-repeat: no-repeat;
871 background-position: center;
872 }
873 .ww-icon--info {
874 background-image: url("../images/icon-info.96b80b69.svg");
875 margin-left: 10px;
876 display: inline-block;
877 vertical-align: middle;
878 width: 16px;
879 height: 16px;
880 }
881 .ww-icon--pause {
882 width: 24px;
883 height: 24px;
884 background-color: #f2f2fa;
885 border-radius: 4px;
886 background-image: url("../images/icon-pause.bf989ce4.svg");
887 }
888 .ww-icon--pause:hover {
889 cursor: pointer;
890 }
891 .ww-icon--play {
892 width: 24px;
893 height: 24px;
894 border-radius: 4px;
895 background-color: #3d50df;
896 background-image: url("../images/icon-play.51435c1e.svg");
897 }
898 .ww-icon--play:hover {
899 cursor: pointer;
900 }
901 .ww-icon--close {
902 background-image: url("../images/icon-close.aa070578.svg");
903 background-repeat: no-repeat;
904 background-position: center;
905 width: 8px;
906 height: 8px;
907 }
908 .ww-icon--status {
909 width: 16px;
910 height: 16px;
911 display: inline-block;
912 vertical-align: middle;
913 }
914 .ww-icon--status_ok {
915 background-image: url("../images/status-ok.e2a37892.svg");
916 }
917 .ww-icon--status_error {
918 background-image: url("../images/status-error.0ae38bb0.svg");
919 }
920 .ww-icon--status_unknow {
921 background-image: url("../images/status-unknow.a9aced25.svg");
922 }
923 .ww-domain {
924 margin: 0 0 10px;
925 padding: 13px 15px;
926 border-top: 1px solid rgba(0,0,0,0.1);
927 border-bottom: 1px solid rgba(0,0,0,0.1);
928 display: flex;
929 justify-content: space-between;
930 }
931 .ww-domain__item {
932 font-family: Roboto;
933 font-size: 10px;
934 line-height: 24px;
935 width: 33%;
936 text-align: center;
937 }
938 .ww-domain__name {
939 color: #3d50df;
940 }
941 .ww-domain__value {
942 text-align: center;
943 }
944 .ww-domain__value--numb {
945 font-size: 18px;
946 line-height: 25px;
947 color: #3d50df;
948 }
949 .is--status {
950 font-family: Roboto;
951 font-weight: normal;
952 font-size: 12px;
953 line-height: 24px;
954 }
955 .is--status--ok {
956 color: #4bc374;
957 fill: #4bc374;
958 }
959 .is--status--error {
960 color: #ee3f3f;
961 fill: #ee3f3f;
962 }
963 .is--status--pending {
964 color: #3d50df;
965 fill: #3d50df;
966 }
967 .is--status--warning {
968 color: #f5bf4f;
969 fill: #f5bf4f;
970 }
971 .is--hidden {
972 visibility: hidden;
973 opacity: 0;
974 }
975 .ww-result {
976 font-family: Roboto;
977 }
978 .ww-result__cell {
979 padding: 8px 0;
980 font-size: 12px;
981 line-height: 24px;
982 color: #000;
983 width: 33%;
984 word-break: break-word;
985 }
986 @media (min-width: 992px) {
987 .ww-result__cell {
988 width: 25%;
989 }
990 }
991 .ww-result__cell:nth-last-child(3) {
992 display: none;
993 }
994 @media (min-width: 992px) {
995 .ww-result__cell:nth-last-child(3) {
996 width: 35%;
997 display: block;
998 }
999 }
1000 @media (min-width: 992px) {
1001 .ww-result__cell:nth-last-child(2) {
1002 width: 15%;
1003 }
1004 }
1005 @media (min-width: 992px) {
1006 .ww-result__cell:nth-last-child(1) {
1007 width: 20%;
1008 }
1009 }
1010 .ww-result__row {
1011 display: flex;
1012 align-items: center;
1013 justify-content: space-between;
1014 border-top: 1px solid rgba(0,0,0,0.1);
1015 }
1016 .ww-result__row--head .ww-result__cell {
1017 text-transform: uppercase;
1018 color: rgba(0,0,0,0.5);
1019 text-align: left;
1020 font-size: 10px;
1021 line-height: 16px;
1022 letter-spacing: 0.5px;
1023 font-weight: bold;
1024 }
1025 .ww-result--margin .ww-result__row {
1026 margin: 0 -24px;
1027 padding: 0 24px;
1028 }
1029 .ww-data {
1030 display: flex;
1031 flex-wrap: wrap;
1032 font-family: Roboto;
1033 margin-top: 16px;
1034 }
1035 .ww-data__item {
1036 width: 100%;
1037 margin-bottom: 24px;
1038 padding-right: 50px;
1039 }
1040 @media (min-width: 992px) {
1041 .ww-data__item {
1042 width: 33%;
1043 }
1044 }
1045 .ww-data__name {
1046 font-weight: 500;
1047 font-size: 10px;
1048 line-height: 16px;
1049 letter-spacing: 0.5px;
1050 text-transform: uppercase;
1051 color: rgba(0,0,0,0.5);
1052 }
1053 .ww-data__text {
1054 font-size: 12px;
1055 line-height: 16px;
1056 color: #000;
1057 }
1058 .ww-graph {
1059 font-family: Roboto;
1060 }
1061 .ww-graph__name {
1062 font-size: 12px;
1063 line-height: 12px;
1064 margin-left: 10px;
1065 color: #000;
1066 }
1067 .ww-graph--circle {
1068 margin-bottom: 20px;
1069 margin-top: 10px;
1070 }
1071 .ww-graph__info {
1072 display: flex;
1073 flex-direction: column;
1074 align-items: center;
1075 margin-top: -45px;
1076 }
1077 .ww-graph__percent {
1078 font-weight: 500;
1079 font-size: 24px;
1080 line-height: 28px;
1081 color: #3d50df;
1082 }
1083 .ww-graph__title {
1084 font-size: 14px;
1085 line-height: 16px;
1086 text-align: center;
1087 color: #3d50df;
1088 }
1089 .ww-form-alert {
1090 font-weight: 500;
1091 font-size: 12px;
1092 line-height: 16px;
1093 padding: 8px 12px;
1094 margin: 7px 0 0;
1095 background: #fff;
1096 box-shadow: 0px 16px 64px rgba(61,80,223,0.1);
1097 border-radius: 4px;
1098 border-left: 4px solid #dfe1e5;
1099 display: inline-block;
1100 color: #dfe1e5;
1101 }
1102 .has-form--warning .ww-input {
1103 border-color: #f5c451;
1104 }
1105 .has-form--warning .ww-form-alert {
1106 color: #f5c451;
1107 border-color: #f5c451;
1108 }
1109 .has-form--error .ww-input {
1110 border-color: #ee3f3f;
1111 }
1112 .has-form--error .ww-form-alert {
1113 color: #ee3f3f;
1114 border-color: #ee3f3f;
1115 }
1116 .has-form--success .ww-input {
1117 border-color: #4bc374;
1118 }
1119 .has-form--success .ww-form-alert {
1120 color: #4bc374;
1121 border-color: #4bc374;
1122 }
1123 .ww-clipboard {
1124 display: flex;
1125 align-items: center;
1126 justify-content: center;
1127 margin: 30px 0 20px;
1128 font-family: Roboto;
1129 font-weight: normal;
1130 font-size: 13px;
1131 line-height: 15px;
1132 }
1133 .ww-clipboard--error {
1134 color: #ee3f3f;
1135 }
1136 .ww-clipboard--error .ww-clipboard__path {
1137 fill: #ee3f3f;
1138 }
1139 .ww-clipboard--success {
1140 color: #4bc374;
1141 }
1142 .ww-clipboard--success .ww-clipboard__path {
1143 fill: #4bc374;
1144 }
1145 .ww-clipboard--warning {
1146 color: #f5c451;
1147 }
1148 .ww-clipboard--warning .ww-clipboard__path {
1149 fill: #f5c451;
1150 }
1151 .is-text--error {
1152 color: #ee3f3f;
1153 }
1154 .is-text--error > * {
1155 color: inherit;
1156 }
1157 .is-text--success {
1158 color: #4bc374;
1159 }
1160 .is-text--success > * {
1161 color: inherit;
1162 }
1163 .is-text--warning {
1164 color: #f5c451;
1165 }
1166 .is-text--warning > * {
1167 color: inherit;
1168 }
1169 .ww-alert {
1170 font-size: 12px;
1171 line-height: noraml;
1172 color: #000;
1173 display: flex;
1174 align-items: center;
1175 position: relative;
1176 width: 100%;
1177 }
1178 .ww-alert__info {
1179 font-size: 12px;
1180 line-height: 24px;
1181 margin-right: 8px;
1182 text-transform: uppercase;
1183 background-position: center left;
1184 background-repeat: no-repeat;
1185 padding-left: 20px;
1186 }
1187 .ww-alert__text {
1188 padding-right: 20px;
1189 }
1190 .ww-alert__close {
1191 width: 16px;
1192 height: 16px;
1193 padding: 4px;
1194 border: 0;
1195 position: absolute;
1196 right: 0;
1197 top: 50%;
1198 transform: translate3d(0, -50%, 0);
1199 background: none;
1200 }
1201 .ww-alert__close:hover {
1202 cursor: pointer;
1203 }
1204 .ww-alert--error .ww-alert__info {
1205 color: #ee3f3f;
1206 background-image: url("../images/alert-error.7607d0e2.svg");
1207 }
1208 .ww-alert--warning .ww-alert__info {
1209 color: #f5c451;
1210 background-image: url("../images/alert-warning.d64e95ed.svg");
1211 }
1212 .ww-alert--success .ww-alert__info {
1213 color: #4bc374;
1214 background-image: url("../images/alert-success.daf58a2c.svg");
1215 }
1216 .is--loading {
1217 position: relative;
1218 }
1219 .is--loading:after {
1220 content: '';
1221 background: rgba(255,255,255,0.7);
1222 position: absolute;
1223 width: 100%;
1224 height: 100%;
1225 top: 0;
1226 left: 0;
1227 border-radius: 6px;
1228 }
1229 .is--loading:before {
1230 content: '';
1231 background-image: url("../images/loading.8e85f6d5.svg");
1232 background-repeat: no-repeat;
1233 position: absolute;
1234 top: 50%;
1235 left: 50%;
1236 z-index: 3;
1237 width: 42px;
1238 height: 42px;
1239 animation: rotateLoader 2.5s linear infinite;
1240 margin-left: -21px;
1241 margin-top: -21px;
1242 }
1243 .tlite {
1244 background: #111;
1245 color: #fff;
1246 font-family: sans-serif;
1247 font-size: 0.8rem;
1248 font-weight: normal;
1249 text-decoration: none;
1250 text-align: left;
1251 padding: 0.6em 0.75rem;
1252 border-radius: 4px;
1253 position: absolute;
1254 opacity: 0;
1255 visibility: hidden;
1256 transition: opacity 0.4s;
1257 max-width: 350px;
1258 box-shadow: 0 0.5rem 1rem -0.5rem #000;
1259 z-index: 1000;
1260 -webkit-backface-visibility: hidden;
1261 }
1262 .tlite-table td,
1263 .tlite-table th {
1264 position: relative;
1265 }
1266 .tlite-visible {
1267 visibility: visible;
1268 opacity: 0.9;
1269 }
1270 .tlite::before {
1271 content: ' ';
1272 display: block;
1273 background: inherit;
1274 width: 10px;
1275 height: 10px;
1276 position: absolute;
1277 transform: rotate(45deg);
1278 }
1279 .tlite-n::before {
1280 top: -3px;
1281 left: 50%;
1282 margin-left: -5px;
1283 }
1284 .tlite-nw::before {
1285 top: -3px;
1286 left: 10px;
1287 }
1288 .tlite-ne::before {
1289 top: -3px;
1290 right: 10px;
1291 }
1292 .tlite-s::before {
1293 bottom: -3px;
1294 left: 50%;
1295 margin-left: -5px;
1296 }
1297 .tlite-se::before {
1298 bottom: -3px;
1299 right: 10px;
1300 }
1301 .tlite-sw::before {
1302 bottom: -3px;
1303 left: 10px;
1304 }
1305 .tlite-w::before {
1306 left: -3px;
1307 top: 50%;
1308 margin-top: -5px;
1309 }
1310 .tlite-e::before {
1311 right: -3px;
1312 top: 50%;
1313 margin-top: -5px;
1314 }
1315 .is--flex_grow {
1316 display: flex;
1317 }
1318 .is--flex_grow > button {
1319 flex-grow: 1;
1320 }
1321 @media (max-width: 992px) {
1322 .is--show_desktop {
1323 display: none !important;
1324 }
1325 }
1326 @media (min-width: 992px) {
1327 .is--show_tablet {
1328 display: none !important;
1329 }
1330 }
1331 @-moz-keyframes rotateLoader {
1332 0% {
1333 transform: rotate(0deg);
1334 }
1335 100% {
1336 transform: rotate(360deg);
1337 }
1338 }
1339 @-webkit-keyframes rotateLoader {
1340 0% {
1341 transform: rotate(0deg);
1342 }
1343 100% {
1344 transform: rotate(360deg);
1345 }
1346 }
1347 @-o-keyframes rotateLoader {
1348 0% {
1349 transform: rotate(0deg);
1350 }
1351 100% {
1352 transform: rotate(360deg);
1353 }
1354 }
1355 @keyframes rotateLoader {
1356 0% {
1357 transform: rotate(0deg);
1358 }
1359 100% {
1360 transform: rotate(360deg);
1361 }
1362 }
1363
1364
1365 .antivirus_form form{
1366 width: 100%!important;
1367 }
1368 .ww-collapse{
1369 user-select: none;
1370 }
1371
1372 .market-container a{
1373 width: 100%;
1374 margin:4px;
1375 }
1376 .market-container{
1377 width:100%;
1378 margin-top:15px;
1379 display: flex;
1380 justify-content: center;
1381 align-items: center;
1382 }
1383
1384 .eye-vc{
1385 display: inline-block;
1386 vertical-align: sub;
1387 outline:0;
1388 }
1389 /* wp default styles override*/
1390
1391 #wpcontent{
1392 padding:0!important;
1393 }
1394
1395 /* wp default styles override*/
1396 /* progress bar */
1397 .lds-ellipsis {
1398 display: inline-block;
1399 position: relative;
1400 width: 80px;
1401 height: 80px;
1402 }
1403
1404 .lds-ellipsis div {
1405 position: absolute;
1406 top: 33px;
1407 width: 13px;
1408 height: 13px;
1409 border-radius: 50%;
1410 background: #000000;
1411 animation-timing-function: cubic-bezier(0, 1, 1, 0);
1412 }
1413
1414 .lds-ellipsis div:nth-child(1) {
1415 left: 8px;
1416 animation: lds-ellipsis1 0.6s infinite;
1417 }
1418
1419 .lds-ellipsis div:nth-child(2) {
1420 left: 8px;
1421 animation: lds-ellipsis2 0.6s infinite;
1422 }
1423
1424 .lds-ellipsis div:nth-child(3) {
1425 left: 32px;
1426 animation: lds-ellipsis2 0.6s infinite;
1427 }
1428
1429 .lds-ellipsis div:nth-child(4) {
1430 left: 56px;
1431 animation: lds-ellipsis3 0.6s infinite;
1432 }
1433
1434 @keyframes lds-ellipsis1 {
1435 0% {
1436 transform: scale(0);
1437 }
1438 100% {
1439 transform: scale(1);
1440 }
1441 }
1442
1443 @keyframes lds-ellipsis3 {
1444 0% {
1445 transform: scale(1);
1446 }
1447 100% {
1448 transform: scale(0);
1449 }
1450 }
1451
1452 @keyframes lds-ellipsis2 {
1453 0% {
1454 transform: translate(0, 0);
1455 }
1456 100% {
1457 transform: translate(24px, 0);
1458 }
1459 }
1460
1461 .am_progress {
1462 position: fixed;
1463 z-index: 9999999;
1464 transition: 1s;
1465 top: 20%;
1466 width: 50%;
1467 }