PluginProbe
WebTotem Security / 2.1.2
WebTotem Security v2.1.2
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.2, at htdocs/css/src.c37ba8ac.css

1,395 lines 24.7 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 font-size: 14px;
433 line-height: 24px;
434 font-weight: 500;
435 }
436 @media (min-width: 992px) {
437 .ww-collapse__title {
438 font-size: 16px;
439 }
440 }
441 .ww-collapse__content {
442 font-size: 12px;
443 line-height: 24px;
444 font-weight: normal;
445 display: none;
446 overflow: hidden;
447 margin: 10px 0;
448 }
449 @media (min-width: 992px) {
450 .ww-collapse__content {
451 font-size: 14px;
452 }
453 }
454 .ww-grid {
455 display: flex;
456 justify-content: space-between;
457 flex-wrap: wrap;
458 max-width: 1280px;
459 width: 100%;
460 padding: 0 25px 25px;
461 }
462 @media (min-width: 992px) {
463 .ww-grid {
464 padding: 0 50px 25px;
465 }
466 }
467 .ww-grid--small-box {
468 padding: 0;
469 flex-wrap: wrap;
470 }
471 .ww-grid__6 {
472 width: 100%;
473 }
474 @media (min-width: 992px) {
475 .ww-grid__6 {
476 width: 59%;
477 }
478 }
479 .ww-grid__3 {
480 width: 100%;
481 }
482 @media (min-width: 992px) {
483 .ww-grid__3 {
484 width: 32%;
485 }
486 }
487 .ww-grid__4 {
488 width: 100%;
489 }
490 @media (min-width: 992px) {
491 .ww-grid__4 {
492 width: 39%;
493 }
494 }
495 .ww-option {
496 font-family: Roboto;
497 }
498 .ww-option__head {
499 display: flex;
500 align-items: center;
501 justify-content: space-between;
502 }
503 .ww-option__name {
504 font-weight: 500;
505 font-size: 16px;
506 line-height: 24px;
507 color: #3d50df;
508 margin-bottom: 7px;
509 }
510 .ww-option__text {
511 font-weight: 400;
512 font-size: 12px;
513 line-height: 16px;
514 color: #979797;
515 width: 100%;
516 margin-bottom: 30px;
517 padding-right: 50px;
518 }
519 @media (min-width: 992px) {
520 .ww-option__text {
521 padding-right: 0;
522 max-width: 515px;
523 }
524 }
525 .ww-article {
526 font-family: Roboto;
527 }
528 .ww-article__title {
529 display: flex;
530 align-items: center;
531 }
532 .ww-article__title .ww-icon {
533 margin-right: 11px;
534 }
535 .ww-article__title span {
536 font-weight: 600;
537 font-size: 16px;
538 line-height: 21px;
539 color: #3d50df;
540 }
541 .ww-article__text {
542 font-weight: 400;
543 font-size: 12px;
544 line-height: 16px;
545 color: #979797;
546 padding-right: 35px;
547 width: 100%;
548 margin-bottom: 20px;
549 }
550 @media (min-width: 992px) {
551 .ww-article__text {
552 width: calc(100% - 100px);
553 margin-bottom: 0;
554 padding-right: 45px;
555 }
556 }
557 .ww-article__content {
558 display: flex;
559 justify-content: space-between;
560 align-items: flex-start;
561 flex-wrap: wrap;
562 margin-bottom: 30px;
563 margin-top: 10px;
564 }
565 @media (min-width: 992px) {
566 .ww-article__content {
567 flex-wrap: initial;
568 }
569 }
570 .ww-article__button {
571 background: rgba(61,80,223,0.2);
572 border-radius: 4px;
573 padding: 8px 11px;
574 letter-spacing: 0.5px;
575 text-transform: uppercase;
576 color: #3d50df;
577 font-weight: 500;
578 font-size: 12px;
579 line-height: 16px;
580 text-decoration: none;
581 white-space: nowrap;
582 transition: all 0.25s;
583 }
584 .ww-article__button:hover {
585 background-color: #3d50df;
586 color: #fff;
587 }
588 .ww-form__key-input {
589 max-width: 295px;
590 padding: 16px 0 0;
591 }
592 .ww-form__block {
593 margin: 8px 0;
594 }
595 .ww-input {
596 border: 1px solid #3d50df;
597 border-radius: 4px;
598 padding: 7px 8px;
599 width: 100%;
600 font-size: 12px;
601 line-height: 24px;
602 }
603 .ww-button {
604 border-radius: 4px;
605 display: inline-block;
606 vertical-align: middle;
607 border: 0;
608 padding: 8px 16px;
609 min-height: 32px;
610 background: #f2f2fa;
611 color: #3d50df;
612 text-transform: uppercase;
613 font-family: Roboto;
614 font-weight: 500;
615 flex-shrink: 0;
616 font-size: 12px;
617 }
618 .ww-button:hover {
619 cursor: pointer;
620 }
621 .ww-button + .ww-button {
622 margin-left: 16px;
623 }
624 .ww-button--block {
625 width: 100%;
626 }
627 .ww-button--success {
628 color: #fff;
629 background: #4bc374;
630 }
631 .ww-button--success:hover {
632 background-color: #48b16c;
633 }
634 .ww-button--attention {
635 color: #ee3f3f;
636 background: rgba(238,63,63,0.2);
637 }
638 .ww-button--brand {
639 background-color: #3d50df;
640 color: #fff;
641 }
642 .ww-button--brand:hover {
643 background-color: #3342b1;
644 }
645 .ww-checkbox {
646 font-family: Roboto;
647 background: rgba(218,218,218,0.3);
648 border-radius: 100px;
649 width: 40px;
650 height: 23px;
651 display: inline-block;
652 position: relative;
653 }
654 .ww-checkbox__name:hover {
655 cursor: pointer;
656 }
657 .ww-checkbox__name:after {
658 content: 'OFF';
659 color: #979797;
660 font-weight: 500;
661 font-size: 8px;
662 line-height: 24px;
663 position: absolute;
664 right: 4px;
665 text-transform: uppercase;
666 transition: all 0.25s;
667 }
668 .ww-checkbox__name:before {
669 content: '';
670 border-radius: 50%;
671 width: 16px;
672 height: 16px;
673 background: #c4c4c4;
674 display: inline-block;
675 position: absolute;
676 left: 4px;
677 top: 4px;
678 transition: all 0.25s;
679 }
680 .ww-checkbox__input {
681 position: absolute;
682 opacity: 0;
683 visibility: hidden;
684 }
685 .ww-checkbox__input:checked + .ww-checkbox__name:before {
686 background: #3d50df;
687 left: inherit;
688 right: 4px;
689 }
690 .ww-checkbox__input:checked + .ww-checkbox__name:after {
691 content: 'ON';
692 left: 6px;
693 right: inherit;
694 color: #3d50df;
695 }
696 .ww-info {
697 display: flex;
698 justify-content: space-between;
699 font-family: Roboto;
700 margin-bottom: 10px;
701 flex-direction: column;
702 align-items: flex-start;
703 }
704 @media (min-width: 992px) {
705 .ww-info {
706 flex-direction: row;
707 align-items: center;
708 }
709 }
710 .ww-info__item {
711 width: 100%;
712 margin-bottom: 8px;
713 display: flex;
714 align-items: center;
715 justify-content: space-between;
716 }
717 @media (min-width: 992px) {
718 .ww-info__item {
719 margin-bottom: 0;
720 width: 30%;
721 }
722 }
723 .ww-info__item--highlight .ww-info__name {
724 color: rgba(61,80,223,0.5);
725 }
726 .ww-info__item--highlight .ww-info__value {
727 color: #3d50df;
728 }
729 .ww-info__name {
730 font-weight: 500;
731 font-size: 10px;
732 line-height: 16px;
733 letter-spacing: 0.5px;
734 text-transform: uppercase;
735 color: rgba(0,0,0,0.5);
736 }
737 .ww-info__value {
738 font-size: 12px;
739 line-height: 24px;
740 }
741 .ww-info__value--small {
742 font-size: 10px;
743 line-height: 16px;
744 color: #141414;
745 text-align: right;
746 word-break: break-word;
747 padding-left: 10px;
748 }
749 .ww-info__value--bg {
750 background: rgba(238,63,63,0.3);
751 border-radius: 6px;
752 padding: 0 8px;
753 color: #ee3f3f;
754 }
755 .ww-info--column {
756 flex-direction: column;
757 align-items: flex-start;
758 }
759 .ww-info--column .ww-info__item {
760 width: 100%;
761 margin-bottom: 8px;
762 }
763 .ww-table {
764 width: 100%;
765 border-collapse: collapse;
766 font-family: Roboto;
767 }
768 .ww-table--margin {
769 margin: 0 -24px;
770 }
771 .ww-table__row {
772 border-top: 1px solid rgba(0,0,0,0.1);
773 }
774 .ww-table__head .ww-table__cell {
775 text-transform: uppercase;
776 color: rgba(0,0,0,0.5);
777 text-align: left;
778 font-size: 10px;
779 line-height: 16px;
780 letter-spacing: 0.5px;
781 font-weight: bold;
782 }
783 .ww-table__cell {
784 padding: 8px 0;
785 font-size: 12px;
786 line-height: 24px;
787 color: #000;
788 }
789 .ww-table__cell:first-child {
790 padding-left: 24px;
791 }
792 .ww-table__cell:last-child {
793 padding-right: 15px;
794 }
795 .ww-action {
796 display: inline-flex;
797 align-items: center;
798 text-decoration: none;
799 }
800 .ww-action__text {
801 font-weight: 500;
802 font-size: 10px;
803 line-height: 16px;
804 letter-spacing: 0.5px;
805 text-transform: uppercase;
806 color: #3d50df;
807 }
808 .ww-action__icon {
809 margin-left: 1px;
810 }
811 .ww-file {
812 display: flex;
813 align-items: center;
814 }
815 .ww-file__icon {
816 margin-right: 4px;
817 }
818 .is--right {
819 text-align: right !important;
820 }
821 .is--attention {
822 color: #ee3f3f !important;
823 }
824 .is--info {
825 width: 7px;
826 height: 7px;
827 display: inline-block;
828 vertical-align: middle;
829 border-radius: 50%;
830 margin-right: 4px;
831 background-color: #dadada;
832 }
833 .is--info--critical {
834 background-color: #ee3f3f;
835 }
836 .is--info--carantin {
837 background-color: #f5c451;
838 }
839 .ww-premium {
840 background: #f4f6fe;
841 display: flex;
842 align-items: center;
843 justify-content: space-between;
844 margin: 0 -24px;
845 padding: 12px 24px;
846 font-family: Roboto;
847 }
848 .ww-premium + .ww-result .ww-result__row {
849 border-top: 0;
850 border-bottom: 1px solid rgba(0,0,0,0.1);
851 }
852 .ww-premium__content {
853 max-width: 380px;
854 width: 100%;
855 padding-right: 10px;
856 }
857 .ww-premium__title {
858 font-size: 10px;
859 line-height: 24px;
860 color: #3d50df;
861 }
862 .ww-premium__text {
863 font-weight: normal;
864 font-size: 10px;
865 line-height: 12px;
866 color: #000;
867 }
868 .ww-icon {
869 background-repeat: no-repeat;
870 background-position: center;
871 }
872 .ww-icon--info {
873 background-image: url("../images/icon-info.96b80b69.svg");
874 margin-left: 10px;
875 display: inline-block;
876 vertical-align: middle;
877 width: 16px;
878 height: 16px;
879 }
880 .ww-icon--pause {
881 width: 24px;
882 height: 24px;
883 background-color: #f2f2fa;
884 border-radius: 4px;
885 background-image: url("../images/icon-pause.bf989ce4.svg");
886 }
887 .ww-icon--pause:hover {
888 cursor: pointer;
889 }
890 .ww-icon--play {
891 width: 24px;
892 height: 24px;
893 border-radius: 4px;
894 background-color: #3d50df;
895 background-image: url("../images/icon-play.51435c1e.svg");
896 }
897 .ww-icon--play:hover {
898 cursor: pointer;
899 }
900 .ww-icon--close {
901 background-image: url("../images/icon-close.aa070578.svg");
902 background-repeat: no-repeat;
903 background-position: center;
904 width: 8px;
905 height: 8px;
906 }
907 .ww-icon--status {
908 width: 16px;
909 height: 16px;
910 display: inline-block;
911 vertical-align: middle;
912 }
913 .ww-icon--status_ok {
914 background-image: url("../images/status-ok.e2a37892.svg");
915 }
916 .ww-icon--status_error {
917 background-image: url("../images/status-error.0ae38bb0.svg");
918 }
919 .ww-icon--status_unknow {
920 background-image: url("../images/status-unknow.a9aced25.svg");
921 }
922 .ww-domain {
923 margin: 0px -15px 10px;
924 padding: 13px 15px;
925 border-top: 1px solid rgba(0,0,0,0.1);
926 border-bottom: 1px solid rgba(0,0,0,0.1);
927 display: flex;
928 justify-content: space-between;
929 }
930 .ww-domain__item {
931 font-family: Roboto;
932 font-size: 10px;
933 line-height: 24px;
934 width: 33%;
935 text-align: center;
936 }
937 .ww-domain__name {
938 color: #3d50df;
939 }
940 .ww-domain__value {
941 text-align: center;
942 }
943 .ww-domain__value--numb {
944 font-size: 18px;
945 line-height: 25px;
946 color: #3d50df;
947 }
948 .is--status {
949 font-family: Roboto;
950 font-weight: normal;
951 font-size: 12px;
952 line-height: 24px;
953 }
954 .is--status--ok {
955 color: #4bc374;
956 fill: #4bc374;
957 }
958 .is--status--error {
959 color: #ee3f3f;
960 fill: #ee3f3f;
961 }
962 .is--status--pending {
963 color: #3d50df;
964 fill: #3d50df;
965 }
966 .is--status--warning {
967 color: #f5bf4f;
968 fill: #f5bf4f;
969 }
970 .is--hidden {
971 visibility: hidden;
972 opacity: 0;
973 }
974 .ww-result {
975 font-family: Roboto;
976 }
977 .ww-result__cell {
978 padding: 8px 0;
979 font-size: 12px;
980 line-height: 24px;
981 color: #000;
982 width: 33%;
983 word-break: break-word;
984 }
985 @media (min-width: 992px) {
986 .ww-result__cell {
987 width: 25%;
988 }
989 }
990 .ww-result__cell:nth-last-child(3) {
991 display: none;
992 }
993 @media (min-width: 992px) {
994 .ww-result__cell:nth-last-child(3) {
995 width: 35%;
996 display: block;
997 }
998 }
999 @media (min-width: 992px) {
1000 .ww-result__cell:nth-last-child(2) {
1001 width: 15%;
1002 }
1003 }
1004 @media (min-width: 992px) {
1005 .ww-result__cell:nth-last-child(1) {
1006 width: 20%;
1007 }
1008 }
1009 .ww-result__row {
1010 display: flex;
1011 align-items: center;
1012 justify-content: space-between;
1013 border-top: 1px solid rgba(0,0,0,0.1);
1014 }
1015 .ww-result__row--head .ww-result__cell {
1016 text-transform: uppercase;
1017 color: rgba(0,0,0,0.5);
1018 text-align: left;
1019 font-size: 10px;
1020 line-height: 16px;
1021 letter-spacing: 0.5px;
1022 font-weight: bold;
1023 }
1024 .ww-result--margin .ww-result__row {
1025 margin: 0 -24px;
1026 padding: 0 24px;
1027 }
1028 .ww-data {
1029 display: flex;
1030 flex-wrap: wrap;
1031 font-family: Roboto;
1032 margin-top: 16px;
1033 }
1034 .ww-data__item {
1035 width: 100%;
1036 margin-bottom: 24px;
1037 padding-right: 50px;
1038 }
1039 @media (min-width: 992px) {
1040 .ww-data__item {
1041 width: 33%;
1042 }
1043 }
1044 .ww-data__name {
1045 font-weight: 500;
1046 font-size: 10px;
1047 line-height: 16px;
1048 letter-spacing: 0.5px;
1049 text-transform: uppercase;
1050 color: rgba(0,0,0,0.5);
1051 }
1052 .ww-data__text {
1053 font-size: 12px;
1054 line-height: 16px;
1055 color: #000;
1056 }
1057 .ww-graph {
1058 font-family: Roboto;
1059 }
1060 .ww-graph__name {
1061 font-size: 12px;
1062 line-height: 12px;
1063 margin-left: 10px;
1064 color: #000;
1065 }
1066 .ww-graph--circle {
1067 margin-bottom: 20px;
1068 margin-top: 10px;
1069 }
1070 .ww-graph__info {
1071 display: flex;
1072 flex-direction: column;
1073 align-items: center;
1074 margin-top: -45px;
1075 }
1076 .ww-graph__percent {
1077 font-weight: 500;
1078 font-size: 24px;
1079 line-height: 28px;
1080 color: #3d50df;
1081 }
1082 .ww-graph__title {
1083 font-size: 14px;
1084 line-height: 16px;
1085 text-align: center;
1086 color: #3d50df;
1087 }
1088 .ww-form-alert {
1089 font-weight: 500;
1090 font-size: 12px;
1091 line-height: 16px;
1092 padding: 8px 12px;
1093 margin: 7px 0 0;
1094 background: #fff;
1095 box-shadow: 0px 16px 64px rgba(61,80,223,0.1);
1096 border-radius: 4px;
1097 border-left: 4px solid #dfe1e5;
1098 display: inline-block;
1099 color: #dfe1e5;
1100 }
1101 .has-form--warning .ww-input {
1102 border-color: #f5c451;
1103 }
1104 .has-form--warning .ww-form-alert {
1105 color: #f5c451;
1106 border-color: #f5c451;
1107 }
1108 .has-form--error .ww-input {
1109 border-color: #ee3f3f;
1110 }
1111 .has-form--error .ww-form-alert {
1112 color: #ee3f3f;
1113 border-color: #ee3f3f;
1114 }
1115 .has-form--success .ww-input {
1116 border-color: #4bc374;
1117 }
1118 .has-form--success .ww-form-alert {
1119 color: #4bc374;
1120 border-color: #4bc374;
1121 }
1122 .ww-clipboard {
1123 display: flex;
1124 align-items: center;
1125 justify-content: center;
1126 margin: 30px 0 20px;
1127 font-family: Roboto;
1128 font-weight: normal;
1129 font-size: 13px;
1130 line-height: 15px;
1131 }
1132 .ww-clipboard--error {
1133 color: #ee3f3f;
1134 }
1135 .ww-clipboard--error .ww-clipboard__path {
1136 fill: #ee3f3f;
1137 }
1138 .ww-clipboard--success {
1139 color: #4bc374;
1140 }
1141 .ww-clipboard--success .ww-clipboard__path {
1142 fill: #4bc374;
1143 }
1144 .ww-clipboard--warning {
1145 color: #f5c451;
1146 }
1147 .ww-clipboard--warning .ww-clipboard__path {
1148 fill: #f5c451;
1149 }
1150 .is-text--error {
1151 color: #ee3f3f;
1152 }
1153 .is-text--error > * {
1154 color: inherit;
1155 }
1156 .is-text--success {
1157 color: #4bc374;
1158 }
1159 .is-text--success > * {
1160 color: inherit;
1161 }
1162 .is-text--warning {
1163 color: #f5c451;
1164 }
1165 .is-text--warning > * {
1166 color: inherit;
1167 }
1168 .ww-alert {
1169 font-size: 12px;
1170 line-height: noraml;
1171 color: #000;
1172 display: flex;
1173 align-items: center;
1174 position: relative;
1175 width: 100%;
1176 }
1177 .ww-alert__info {
1178 font-size: 12px;
1179 line-height: 24px;
1180 margin-right: 8px;
1181 text-transform: uppercase;
1182 background-position: center left;
1183 background-repeat: no-repeat;
1184 padding-left: 20px;
1185 }
1186 .ww-alert__text {
1187 padding-right: 20px;
1188 }
1189 .ww-alert__close {
1190 width: 16px;
1191 height: 16px;
1192 padding: 4px;
1193 border: 0;
1194 position: absolute;
1195 right: 0;
1196 top: 50%;
1197 transform: translate3d(0, -50%, 0);
1198 background: none;
1199 }
1200 .ww-alert__close:hover {
1201 cursor: pointer;
1202 }
1203 .ww-alert--error .ww-alert__info {
1204 color: #ee3f3f;
1205 background-image: url("../images/alert-error.7607d0e2.svg");
1206 }
1207 .ww-alert--warning .ww-alert__info {
1208 color: #f5c451;
1209 background-image: url("../images/alert-warning.d64e95ed.svg");
1210 }
1211 .ww-alert--success .ww-alert__info {
1212 color: #4bc374;
1213 background-image: url("../images/alert-success.daf58a2c.svg");
1214 }
1215 .is--loading {
1216 position: relative;
1217 }
1218 .is--loading:after {
1219 content: '';
1220 background: rgba(255,255,255,0.7);
1221 position: absolute;
1222 width: 100%;
1223 height: 100%;
1224 top: 0;
1225 left: 0;
1226 border-radius: 6px;
1227 }
1228 .is--loading:before {
1229 content: '';
1230 background-image: url("../images/loading.8e85f6d5.svg");
1231 background-repeat: no-repeat;
1232 position: absolute;
1233 top: 50%;
1234 left: 50%;
1235 z-index: 3;
1236 width: 42px;
1237 height: 42px;
1238 animation: rotateLoader 2.5s linear infinite;
1239 margin-left: -21px;
1240 margin-top: -21px;
1241 }
1242 .tlite {
1243 background: #111;
1244 color: #fff;
1245 font-family: sans-serif;
1246 font-size: 0.8rem;
1247 font-weight: normal;
1248 text-decoration: none;
1249 text-align: left;
1250 padding: 0.6em 0.75rem;
1251 border-radius: 4px;
1252 position: absolute;
1253 opacity: 0;
1254 visibility: hidden;
1255 transition: opacity 0.4s;
1256 max-width: 350px;
1257 box-shadow: 0 0.5rem 1rem -0.5rem #000;
1258 z-index: 1000;
1259 -webkit-backface-visibility: hidden;
1260 }
1261 .tlite-table td,
1262 .tlite-table th {
1263 position: relative;
1264 }
1265 .tlite-visible {
1266 visibility: visible;
1267 opacity: 0.9;
1268 }
1269 .tlite::before {
1270 content: ' ';
1271 display: block;
1272 background: inherit;
1273 width: 10px;
1274 height: 10px;
1275 position: absolute;
1276 transform: rotate(45deg);
1277 }
1278 .tlite-n::before {
1279 top: -3px;
1280 left: 50%;
1281 margin-left: -5px;
1282 }
1283 .tlite-nw::before {
1284 top: -3px;
1285 left: 10px;
1286 }
1287 .tlite-ne::before {
1288 top: -3px;
1289 right: 10px;
1290 }
1291 .tlite-s::before {
1292 bottom: -3px;
1293 left: 50%;
1294 margin-left: -5px;
1295 }
1296 .tlite-se::before {
1297 bottom: -3px;
1298 right: 10px;
1299 }
1300 .tlite-sw::before {
1301 bottom: -3px;
1302 left: 10px;
1303 }
1304 .tlite-w::before {
1305 left: -3px;
1306 top: 50%;
1307 margin-top: -5px;
1308 }
1309 .tlite-e::before {
1310 right: -3px;
1311 top: 50%;
1312 margin-top: -5px;
1313 }
1314 .is--flex_grow {
1315 display: flex;
1316 }
1317 .is--flex_grow > button {
1318 flex-grow: 1;
1319 }
1320 @media (max-width: 992px) {
1321 .is--show_desktop {
1322 display: none !important;
1323 }
1324 }
1325 @media (min-width: 992px) {
1326 .is--show_tablet {
1327 display: none !important;
1328 }
1329 }
1330 @-moz-keyframes rotateLoader {
1331 0% {
1332 transform: rotate(0deg);
1333 }
1334 100% {
1335 transform: rotate(360deg);
1336 }
1337 }
1338 @-webkit-keyframes rotateLoader {
1339 0% {
1340 transform: rotate(0deg);
1341 }
1342 100% {
1343 transform: rotate(360deg);
1344 }
1345 }
1346 @-o-keyframes rotateLoader {
1347 0% {
1348 transform: rotate(0deg);
1349 }
1350 100% {
1351 transform: rotate(360deg);
1352 }
1353 }
1354 @keyframes rotateLoader {
1355 0% {
1356 transform: rotate(0deg);
1357 }
1358 100% {
1359 transform: rotate(360deg);
1360 }
1361 }
1362
1363
1364 .antivirus_form form{
1365 width: 100%!important;
1366 }
1367 .ww-collapse{
1368 user-select: none;
1369 }
1370
1371 .market-container a{
1372 width: 100%;
1373 margin:4px;
1374 }
1375 .market-container{
1376 width:100%;
1377 margin-top:15px;
1378 display: flex;
1379 justify-content: center;
1380 align-items: center;
1381 }
1382
1383 .eye-vc{
1384 display: inline-block;
1385 vertical-align: sub;
1386 outline:0;
1387 }
1388 /* wp default styles override*/
1389
1390 #wpcontent{
1391 padding:0!important;
1392 }
1393
1394 /* wp default styles override*/
1395