PluginProbe
WebTotem Security / 2.4.2
WebTotem Security v2.4.2
3.0.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 All 110 releases
← All changes | includes/css/main.css +729 -3976 3.0.12.4.2 View file →
@@ -1,6 +1,272 @@
1 +/* Document*/
2 +/**
3 + * 1. Correct the line height in all browsers.
4 + * 2. Prevent adjustments of font size after orientation changes in iOS.
5 + */
6 +html {
7 + line-height: 1.15; /* 1 */
8 + -webkit-text-size-adjust: 100%; /* 2 */
9 +}
1 10
11 +/* Sections */
2 12 /**
13 + * Remove the margin in all browsers.
14 + */
15 +body {
16 + margin: 0;
17 +}
18 +
19 +/**
20 + * Render the `main` element consistently in IE.
21 + */
22 +main {
23 + display: block;
24 +}
25 +
26 +/**
27 + * Correct the font size and margin on `h1` elements within `section` and
28 + * `article` contexts in Chrome, Firefox, and Safari.
29 + */
30 +h1 {
31 + font-size: 2em;
32 + margin: 0.67em 0;
33 +}
34 +
35 +/* Grouping content */
36 +/**
37 + * 1. Add the correct box sizing in Firefox.
38 + * 2. Show the overflow in Edge and IE.
39 + */
40 +hr {
41 + box-sizing: content-box; /* 1 */
42 + height: 0; /* 1 */
43 + overflow: visible; /* 2 */
44 +}
45 +
46 +/**
47 + * 1. Correct the inheritance and scaling of font size in all browsers.
48 + * 2. Correct the odd `em` font sizing in all browsers.
49 + */
50 +pre {
51 + font-family: monospace, monospace; /* 1 */
52 + font-size: 1em; /* 2 */
53 +}
54 +
55 +/* Text-level semantics */
56 +/**
57 + * Remove the gray background on active links in IE 10.
58 + */
59 +a {
60 + background-color: transparent;
61 +}
62 +
63 +/**
64 + * 1. Remove the bottom border in Chrome 57-
65 + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
66 + */
67 +abbr[title] {
68 + border-bottom: none; /* 1 */
69 + text-decoration: underline; /* 2 */
70 +}
71 +
72 +/**
73 + * Add the correct font weight in Chrome, Edge, and Safari.
74 + */
75 +b,
76 +strong {
77 + font-weight: bolder;
78 +}
79 +
80 +/**
81 + * 1. Correct the inheritance and scaling of font size in all browsers.
82 + * 2. Correct the odd `em` font sizing in all browsers.
83 + */
84 +code,
85 +kbd,
86 +samp {
87 + font-family: monospace, monospace; /* 1 */
88 + font-size: 1em; /* 2 */
89 +}
90 +
91 +/**
92 + * Add the correct font size in all browsers.
93 + */
94 +small {
95 + font-size: 80%;
96 +}
97 +
98 +/**
99 + * Prevent `sub` and `sup` elements from affecting the line height in
100 + * all browsers.
101 + */
102 +sub,
103 +sup {
104 + font-size: 75%;
105 + line-height: 0;
106 + position: relative;
107 + vertical-align: baseline;
108 +}
109 +sub {
110 + bottom: -0.25em;
111 +}
112 +sup {
113 + top: -0.5em;
114 +}
115 +
116 +/* Embedded content */
117 +/**
118 + * Remove the border on images inside links in IE 10.
119 + */
120 +img {
121 + border-style: none;
122 +}
123 +
124 +/* Forms */
125 +/**
126 + * 1. Change the font styles in all browsers.
127 + * 2. Remove the margin in Firefox and Safari.
128 + */
129 +button,
130 +input,
131 +optgroup,
132 +select,
133 +textarea {
134 + font-family: inherit; /* 1 */
135 + font-size: 100%; /* 1 */
136 + line-height: 1.15; /* 1 */
137 + margin: 0; /* 2 */
138 +}
139 +
140 +/**
141 + * Show the overflow in IE.
142 + * 1. Show the overflow in Edge.
143 + */
144 +button,
145 +input { /* 1 */
146 + overflow: visible;
147 +}
148 +
149 +/**
150 + * Remove the inheritance of text transform in Edge, Firefox, and IE.
151 + * 1. Remove the inheritance of text transform in Firefox.
152 + */
153 +button,
154 +select { /* 1 */
155 + text-transform: none;
156 +}
157 +
158 +/**
159 + * Correct the inability to style clickable types in iOS and Safari.
160 + */
161 +button {
162 + -webkit-appearance: button;
163 +}
164 +
165 +/**
166 + * Remove the inner border and padding in Firefox.
167 + */
168 +button::-moz-focus-inner {
169 + border-style: none;
170 + padding: 0;
171 +}
172 +
173 +/**
174 + * Restore the focus styles unset by the previous rule.
175 + */
176 +button:-moz-focusring {
177 + outline: 1px dotted ButtonText;
178 +}
179 +
180 +/**
181 + * Correct the padding in Firefox.
182 + */
183 +fieldset {
184 + padding: 0.35em 0.75em 0.625em;
185 +}
186 +
187 +/**
188 + * 1. Correct the text wrapping in Edge and IE.
189 + * 2. Correct the color inheritance from `fieldset` elements in IE.
190 + * 3. Remove the padding so developers are not caught out when they zero out
191 + * `fieldset` elements in all browsers.
192 + */
193 +legend {
194 + box-sizing: border-box; /* 1 */
195 + color: inherit; /* 2 */
196 + display: table; /* 1 */
197 + max-width: 100%; /* 1 */
198 + padding: 0; /* 3 */
199 + white-space: normal; /* 1 */
200 +}
201 +
202 +/**
203 + * Add the correct vertical alignment in Chrome, Firefox, and Opera.
204 + */
205 +progress {
206 + vertical-align: baseline;
207 +}
208 +
209 +/**
210 + * Remove the default vertical scrollbar in IE 10+.
211 + */
212 +textarea {
213 + overflow: auto;
214 +}
215 +
216 +/**
217 + * 1. Add the correct box sizing in IE 10.
218 + * 2. Remove the padding in IE 10.
219 + */
220 +input[type="checkbox"],
221 +input[type="radio"] {
222 + box-sizing: border-box; /* 1 */
223 + padding: 0; /* 2 */
224 +}
225 +
226 +/**
227 + * Correct the cursor style of increment and decrement buttons in Chrome.
228 + */
229 +input[type="number"]::-webkit-inner-spin-button,
230 +input[type="number"]::-webkit-outer-spin-button {
231 + height: auto;
232 +}
233 +
234 +/**
235 + * 1. Correct the inability to style clickable types in iOS and Safari.
236 + * 2. Change font properties to `inherit` in Safari.
237 + */
238 +::-webkit-file-upload-button {
239 + -webkit-appearance: button; /* 1 */
240 + font: inherit; /* 2 */
241 +}
242 +
243 +/* Interactive */
244 +
245 +/*
246 + * Add the correct display in Edge, IE 10+, and Firefox.
247 + */
248 +details {
249 + display: block;
250 +}
251 +
252 +/*
253 + * Add the correct display in all browsers.
254 + */
255 +summary {
256 + display: list-item;
257 +}
258 +
259 +/* Misc */
260 +
261 +/**
262 + * Add the correct display in IE 10+.
263 + */
264 +template {
265 + display: none;
266 +}
267 +
268 +/**
3 269 * Redefining tags styles
4 270 */
5 271 .wtotem_body *,
6 272 .wtotem_body *:after,
@@ -32,14 +298,8 @@
32 298 .wtotem_body .h5 {
33 299 color: #5e6977;
34 300 font-weight: 700;
35 301 }
36 -.wtotem_body ::-webkit-input-placeholder,
37 -.wtotem_body ::-moz-placeholder,
38 -.wtotem_body :-moz-placeholder,
39 -.wtotem_body :-ms-input-placeholder{
40 - color:#86939E;
41 -}
42 302
43 303 /**
44 304 * Base styles
45 305 */
@@ -50,12 +310,9 @@
50 310 color: #5e6977;
51 311 font-weight: 400;;
52 312 margin-left: -18px;
53 313 }
54 -.wtotem_body p{
55 - font-size: 14px;
56 -}
57 -.wtotem_body.lock, body.lock{
314 +.lock {
58 315 overflow: hidden;
59 316 }
60 317 .wtotem_content {
61 318 padding-top: 30px;
@@ -61,9 +318,9 @@
61 318 padding-top: 30px;
62 319 padding-bottom: 5px;
63 320 background: #f3f5f6;
64 321 }
65 -.wtotem_body .wt_card {
322 +.wt_card {
66 323 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
67 324 border-radius: 4px;
68 325 background: #fff;
69 326 }
@@ -85,10 +342,10 @@
85 342 margin: 0 0 15px;
86 343 /*height: 42px;*/
87 344 }
88 345 .wtotem_body .d-none {
89 - display: none!important;;
90 - visibility: hidden
346 + display: none;
347 + visibility: hidden;
91 348 }
92 349 .wtotem_body .wt-flex {
93 350 display: flex;
94 351 }
@@ -176,16 +433,8 @@
176 433 }
177 434 .wtotem-mb-20 {
178 435 margin-bottom: 20px;
179 436 }
180 -.wtotem_info-red{
181 - background: url(../img/info-red.svg) no-repeat center center / cover;
182 - display: inline-block;
183 - vertical-align: middle;
184 - width: 20px;
185 - height: 20px;
186 - margin-top: -2px;
187 -}
188 437 .wtotem_title-info__info {
189 438 background: url("../img/info-gray.svg") no-repeat center center/cover;
190 439 display: inline-block;
191 440 vertical-align: middle;
@@ -202,14 +451,14 @@
202 451 align-items: center;
203 452 margin-bottom: 25px;
204 453 }
205 454 .wtotem_input_error {
206 - border-color: #cc0000!important;
455 + border-color: #cc0000;
207 456 }
208 -.wtotem_body .wt-text.wt-text--blue {
457 +.wt-text.wt-text--blue {
209 458 color: #3d50df;
210 459 }
211 -.wtotem_body .wt-text.wt-text--uppercase {
460 +.wt-text.wt-text--uppercase {
212 461 text-transform: uppercase;
213 462 }
214 463 .wtotem_body .arrow-right {
215 464 color: #3d50df;
@@ -226,9 +475,9 @@
226 475 -webkit-transform: rotate(-45deg);
227 476 transform: rotate(-45deg);
228 477 margin-left: 10px;
229 478 }
230 -.wtotem_body .wt-icon {
479 +.wt-icon {
231 480 /*cursor: pointer;*/
232 481 display: flex;
233 482 align-items: center;
234 483 justify-content: center;
@@ -250,22 +499,8 @@
250 499 }
251 500 .wtotem_body .section-header-mb {
252 501 margin-bottom: 25px;
253 502 }
254 -.wtotem-content-text{
255 - color: #818181;
256 - font-size: 14px;
257 -}
258 -h3.wtotem-content-text{
259 - color: #5E6977;
260 - font-size: 16px;
261 -}
262 -.wtotem-two_in_one{
263 - width: 49%;
264 - padding-right: 10px;
265 - display: inline-block;
266 - vertical-align: top;
267 -}
268 503
269 504 /*
270 505 * Base Large 992-1100px
271 506 */
@@ -287,16 +522,12 @@
287 522 /*
288 523 * Base Small 576-768px
289 524 */
290 525 @media screen and (max-width: 768px) {
291 - .wtotem_body {
292 - overflow: hidden;
293 - }
294 -
295 - .wtotem_body .section-header-mb {
526 + .section-header-mb {
296 527 margin-bottom: 20px;
297 528 }
298 - .wtotem_body .arrow-right:after {
529 + .arrow-right:after {
299 530 margin-left: 5px;
300 531 }
301 532
302 533 .wtotem_container {
@@ -304,11 +535,8 @@
304 535 }
305 536 .wtotem_content {
306 537 padding-top: 19px;
307 538 }
308 - .wtotem-two_in_one{
309 - width: 100%;
310 - }
311 539 }
312 540
313 541 /*
314 542 * Base Extra small 375-576px
@@ -316,12 +544,8 @@
316 544 @media screen and (max-width: 576px) {
317 545 .wtotem_container {
318 546 max-width: 345px;
319 547 }
320 -
321 - .wtotem_body .wt_card {
322 - flex-wrap: wrap
323 - }
324 548 }
325 549
326 550 /*
327 551 * Base Extra small 320-375px
@@ -334,27 +558,27 @@
334 558
335 559 /**
336 560 * Test styles
337 561 */
338 -.wtotem_body .wt-text.wt-text--red {
562 +.wt-text.wt-text--red {
339 563 color: #ee3f3f;
340 564 }
341 -.wtotem_body .wt-text.wt-text--green {
565 +.wt-text.wt-text--green {
342 566 color: #4bc374;
343 567 }
344 -.wtotem_body .wt-text.wt-text--yellow {
568 +.wt-text.wt-text--yellow {
345 569 color: #dcb320;
346 570 }
347 -.wtotem_body .wt-text.wt-text--blue {
571 +.wt-text.wt-text--blue {
348 572 color: #3d50df;
349 573 }
350 -.wtotem_body .wt-text.wt-text--gray {
574 +.wt-text.wt-text--gray {
351 575 color: #86939e;
352 576 }
353 -.wtotem_body .wt-text.wt-text--light-gray {
577 +.wt-text.wt-text--light-gray {
354 578 color: #bdc6cf;
355 579 }
356 -.wtotem_body .wt-text.wt-text--black {
580 +.wt-text.wt-text--black {
357 581 color: #000000;
358 582 }
359 583
360 584 /**
@@ -437,9 +661,9 @@
437 661 height: 100%;
438 662 font-size: 14px;
439 663 color: #5e6977;
440 664 font-weight: 500;
441 - padding: 0 13px;
665 + padding: 0 16px;
442 666 }
443 667 .wtotem_nav__link_active {
444 668 color: #3d50df;
445 669 }
@@ -459,9 +683,9 @@
459 683
460 684 /**
461 685 * Header Small styles 576-768px
462 686 */
463 -@media screen and (max-width: 1000px) {
687 +@media screen and (max-width: 768px) {
464 688 .wtotem_version {
465 689 position: relative;
466 690 z-index: 3;
467 691 }
@@ -479,9 +703,8 @@
479 703 padding-top: 65px;
480 704 transition: all 0.3s ease-in-out;
481 705 overflow: auto;
482 706 z-index: 1;
483 - margin-top: 63px;
484 707 }
485 708 .wtotem_nav__menu {
486 709 display: block;
487 710 }
@@ -486,9 +709,8 @@
486 709 display: block;
487 710 }
488 711 .wtotem_nav__item {
489 712 border-bottom: 1px solid #eceff4;
490 - padding: 12px 0;
491 713 }
492 714 .wtotem_nav__link {
493 715 height: auto;
494 716 display: block;
@@ -557,23 +779,12 @@
557 779 bottom: 8px;
558 780 }
559 781 }
560 782
561 -
562 -
563 783 /**
564 - * Header styles 576-1160px
565 - */
566 -@media screen and (max-width: 1150px) {
567 - .wtotem_nav__link {
568 - padding: 0 8px;
569 - }
570 -}
571 -
572 -/**
573 784 * Header Extra small styles 320-576px
574 785 */
575 -@media screen and (max-width: 1000px) {
786 +@media screen and (max-width: 576px) {
576 787 .wtotem_nav__link {
577 788 width: 345px;
578 789 margin: 0 auto;
579 790 }
@@ -593,20 +804,20 @@
593 804 */
594 805 .wtotem_body td,
595 806 .wtotem_body th {
596 807 border: solid 1px #fff;
808 + padding-right: 5px;
597 809 background-color: white;
598 - padding: 3px 10px;
599 810 }
600 -.wtotem_body td:first-child,
601 -.wtotem_body th:first-child {
811 +td:first-child,
812 +th:first-child {
602 813 border-left-style: solid;
603 814 border-top-left-radius: 10px;
604 815 border-bottom-left-radius: 10px;
605 816 padding-left: 20px;
606 817 }
607 -.wtotem_body td:last-child,
608 -.wtotem_body th:last-child {
818 +td:last-child,
819 +th:last-child {
609 820 border-right-style: solid;
610 821 border-bottom-right-radius: 10px;
611 822 border-top-right-radius: 10px;
612 823 padding-right: 20px;
@@ -611,9 +822,9 @@
611 822 border-top-right-radius: 10px;
612 823 padding-right: 20px;
613 824 width: 220px;
614 825 }
615 -.wtotem_body #all_sites_wrap td:last-child{
826 +#all_sites_wrap td:last-child{
616 827 padding-top: 20px;
617 828 width: 150px;
618 829 }
619 830
@@ -698,20 +909,17 @@
698 909 @media screen and (max-width: 992px) {
699 910 .wtotem_all__first {
700 911 margin-bottom: 10px;
701 912 }
702 - .wtotem_body thead {
913 + thead {
703 914 display: none;
704 915 }
705 - .wtotem_body td:nth-child(2),
706 - .wtotem_body td:nth-child(3),
707 - .wtotem_body td:nth-child(4),
708 - .wtotem_body td:nth-child(5) {
916 + td:nth-child(2),
917 + td:nth-child(3),
918 + td:nth-child(4),
919 + td:nth-child(5) {
709 920 display: none;
710 921 }
711 - .wtotem_body .port-scanner-list td:last-child{
712 - display: block;
713 - }
714 922 }
715 923
716 924 /**
717 925 * All sites small styles max-width 576px
@@ -751,9 +959,9 @@
751 959 .wtotem_body input.wtotem_calendar {
752 960 background: transparent;
753 961 border: none;
754 962 color: #5e6977;
755 - width: 125px;
963 + width: 120px;
756 964 cursor: pointer;
757 965 text-align: center;
758 966 box-shadow: none;
759 967 }
@@ -764,9 +972,9 @@
764 972 }
765 973 .wtotem_calendar-connect {
766 974 margin: 0 3px;
767 975 }
768 -.wtotem_body .numInputWrapper span {
976 +.numInputWrapper span {
769 977 opacity: 1;
770 978 right: 3px;
771 979 }
772 980 .numInputWrapper span.arrowUp {
@@ -927,17 +1135,8 @@
927 1135 background: transparent;
928 1136 }
929 1137
930 1138 /**
931 - * Calendar Small styles 768px
932 -*/
933 -@media screen and (max-width: 768px) {
934 - .wtotem_chart__calendars{
935 - margin-left: 0;
936 - }
937 -}
938 -
939 -/**
940 1139 * Footer styles
941 1140 */
942 1141 .wtotem_footer {
943 1142 padding-top: 18px;
@@ -1031,9 +1230,9 @@
1031 1230 }
1032 1231 }
1033 1232
1034 1233 /**
1035 - * Tooltip
1234 + * Tooltip Small styles 576-768px
1036 1235 */
1037 1236 .wtotem-tooltip {
1038 1237 cursor: pointer;
1039 1238 display: inline-block;
@@ -1054,42 +1253,8 @@
1054 1253 z-index: 51;
1055 1254 transform: translateY(-50%);
1056 1255 left: 25px;
1057 1256 }
1058 -.wtotem-tooltip-top .wtotem-tooltip__content {
1059 - bottom: 20px;
1060 - transform: translate(-50%,0);
1061 - left: 10px;
1062 - min-width: 180px;
1063 -}
1064 -.wtotem-tooltip.wtotem-tooltip-top .wtotem-tooltip__content::after{
1065 - top: 100%;
1066 - right: 50%;
1067 - border-color: #1d293f transparent transparent transparent;
1068 -}
1069 -.wtotem-tooltip-bottom .wtotem-tooltip__content {
1070 - top: 20px;
1071 - transform: translate(-50%,0);
1072 - left: 10px;
1073 - min-width: 180px;
1074 -}
1075 -.wtotem-tooltip.wtotem-tooltip-bottom .wtotem-tooltip__content::after{
1076 - top: -6px;
1077 - right: 50%;
1078 - border-color: transparent transparent #1d293f transparent;
1079 -}
1080 -
1081 -.wtotem-tooltip-left .wtotem-tooltip__content {
1082 - top: 20px;
1083 - transform: translate(-50%,0);
1084 - left: -65px;
1085 - min-width: 180px;
1086 -}
1087 -.wtotem-tooltip.wtotem-tooltip-left .wtotem-tooltip__content::after{
1088 - top: -6px;
1089 - right: 14px;
1090 - border-color: transparent transparent #1d293f transparent;
1091 -}
1092 1257 .wtotem-tooltip__text {
1093 1258 font-size: 12px;
1094 1259 line-height: 18px;
1095 1260 font-weight: normal;
@@ -1098,10 +1263,8 @@
1098 1263 .wtotem-tooltip__text:last-child {
1099 1264 margin-bottom: 0;
1100 1265 }
1101 1266 .wtotem-tooltip__header {
1102 - display: block;
1103 - font-size: 14px;
1104 1267 font-weight: bold;
1105 1268 margin: 0 0 5px;
1106 1269 }
1107 1270 .wtotem-tooltip .wtotem-tooltip__content::after {
@@ -1116,16 +1279,8 @@
1116 1279 visibility: visible;
1117 1280 }
1118 1281
1119 1282 /**
1120 - * Tooltip Small styles 768px
1121 -*/
1122 -@media screen and (max-width: 768px) {
1123 -
1124 -}
1125 -
1126 -
1127 -/**
1128 1283 * Page header
1129 1284 */
1130 1285 .wtotem_page-header {
1131 1286 margin-bottom: 40px;
@@ -1228,20 +1383,20 @@
1228 1383
1229 1384 /**
1230 1385 * Checkbox styles
1231 1386 */
1232 -.wtotem_body .wt-checkbox__input {
1233 - position: absolute!important;
1387 +.wt-checkbox__input {
1388 + position: absolute;
1234 1389 clip: rect(1px 1px 1px 1px);
1235 1390 /* IE6, IE7 */
1236 1391 clip: rect(1px, 1px, 1px, 1px);
1237 - padding: 0!important;
1238 - border: 0!important;
1239 - height: 1px!important;
1240 - width: 1px!important;
1241 - overflow: hidden!important;
1392 + padding: 0;
1393 + border: 0;
1394 + height: 1px;
1395 + width: 1px;
1396 + overflow: hidden;
1242 1397 }
1243 -.wtotem_body .wt-checkbox__label {
1398 +.wt-checkbox__label {
1244 1399 cursor: pointer;
1245 1400 position: relative;
1246 1401 padding-left: 28px;
1247 1402 font-weight: 500;
@@ -1247,9 +1402,9 @@
1247 1402 font-weight: 500;
1248 1403 font-size: 14px;
1249 1404 line-height: 20px;
1250 1405 }
1251 -.wtotem_body .wt-checkbox__label::before {
1406 +.wt-checkbox__label::before {
1252 1407 content: "";
1253 1408 position: absolute;
1254 1409 height: 18px;
1255 1410 width: 18px;
@@ -1258,9 +1413,9 @@
1258 1413 transform: translateY(-50%);
1259 1414 background-color: #3d50df;
1260 1415 border-radius: 4px;
1261 1416 }
1262 -.wtotem_body .wt-checkbox__input:checked + .wt-checkbox__label::before {
1417 +.wt-checkbox__input:checked + .wt-checkbox__label::before {
1263 1418 background: #3d50df url("../img/checkbox-mark.svg") no-repeat center center;
1264 1419 }
1265 1420
1266 1421 /**
@@ -1379,32 +1534,8 @@
1379 1534 left: 0;
1380 1535 z-index: 100;
1381 1536 opacity: .7;
1382 1537 }
1383 -.wtotem_body div.wtotem_min_loader_spinner{
1384 - position: relative;
1385 - background: transparent;
1386 - border: 1px solid #3d50df;
1387 - color: #3d50df;
1388 - padding-left: 32px;
1389 - pointer-events: none;
1390 - cursor: default;
1391 -}
1392 -.wtotem_body .wtotem_min_loader_spinner::before{
1393 - content: "";
1394 - background-image: url(../img/spinner_.svg);
1395 - z-index: 101;
1396 - position: absolute;
1397 - width: 16px;
1398 - height: 16px;
1399 - top: 50%;
1400 - left: 16px;
1401 - margin-left: -8px;
1402 - margin-top: -8px;
1403 - transform: rotate(0deg);
1404 - animation: 1s linear 0s normal none infinite running rot;
1405 - -webkit-animation: 1s linear 0s normal none infinite running rot;
1406 -}
1407 1538
1408 1539 /**
1409 1540 * Scoring block styles
1410 1541 */
@@ -1792,94 +1923,8 @@
1792 1923 }
1793 1924 }
1794 1925
1795 1926 /**
1796 - * Firewall log report styles
1797 -*/
1798 -.firewall-log-report {
1799 - height: 100vh;
1800 - overflow-y: scroll;
1801 - position: relative;
1802 -}
1803 -.firewall-log-report__close {
1804 - width: 24px;
1805 - height: 24px;
1806 - display: flex;
1807 - justify-content: center;
1808 - align-items: center;
1809 - background-color: transparent;
1810 - border-radius: 50%;
1811 - border: 1px solid #5e6977;
1812 - transform: rotate(45deg);
1813 - cursor: pointer;
1814 -}
1815 -.firewall-log-report__header-wrapper {
1816 - display: flex;
1817 - justify-content: space-between;
1818 - align-items: center;
1819 - padding: 20px;
1820 - border-bottom: 1px solid #e1e8ee;
1821 -}
1822 -.firewall-log-report__title {
1823 - margin: 0;
1824 - font-size: 18px;
1825 - line-height: 21px;
1826 -}
1827 -.firewall-log-report__list {
1828 - margin: 0;
1829 - padding: 0;
1830 - list-style: none;
1831 - display: grid;
1832 - gap: 20px;
1833 - grid-template-rows: repeat(6, auto);
1834 - grid-auto-flow: column;
1835 - padding: 20px;
1836 - border-bottom: 1px solid #e1e8ee;
1837 -}
1838 -.firewall-log-report__item {
1839 - display: flex;
1840 - font-size: 14px;
1841 - line-height: 17px;
1842 -}
1843 -.firewall-log-report__item-title {
1844 - font-weight: bold;
1845 - margin: 0;
1846 - margin-right: 5px;
1847 -}
1848 -.firewall-log-report__item-value {
1849 - margin: 0;
1850 - text-align: left;
1851 - word-break: break-all;
1852 -}
1853 -.firewall-log-report__item-value--blue {
1854 - color: #3d50df;
1855 -}
1856 -.firewall-log-report__payload-wrapper {
1857 - padding: 20px;
1858 - text-align: left;
1859 -}
1860 -.firewall-log-report__payload-title {
1861 - font-weight: bold;
1862 - margin: 0;
1863 - margin-bottom: 20px;
1864 -}
1865 -.firewall-log-report__payload {
1866 - background: #e1e8ee;
1867 - border-radius: 4px;
1868 - padding: 12px;
1869 - word-break: break-all;
1870 - position: relative;
1871 -}
1872 -.wtotem_firewall-log__show-more{
1873 - cursor: pointer;
1874 - color: #3D50DF;
1875 -}
1876 -.firewall-log-report__payload-text{
1877 - display: inline-block;
1878 - margin-right: 50px;
1879 -}
1880 -
1881 -/**
1882 1927 * Charts styles
1883 1928 */
1884 1929 .wtotem_chart__wrapper {
1885 1930 display: flex;
@@ -1945,12 +1990,8 @@
1945 1990 .wtotem_chart-first__btn_active {
1946 1991 background: #fff;
1947 1992 color: #3d50df;
1948 1993 }
1949 -.wtotem_period_not_available {
1950 - pointer-events: none;
1951 - color: #ccc;
1952 -}
1953 1994 .wtotem_dark_btn {
1954 1995 background: #1d293f;
1955 1996 color: #fff;
1956 1997 text-transform: initial;
@@ -1969,9 +2010,9 @@
1969 2010 background: #1d293f;
1970 2011 color: #fff;
1971 2012 }
1972 2013 .wtotem_chart__diagram {
1973 - height: 300px;
2014 + height: 251px;
1974 2015 }
1975 2016 .wtotem_chart__line {
1976 2017 width: 100%;
1977 2018 height: 1px;
@@ -2001,27 +2042,27 @@
2001 2042 padding: 7px 5px;
2002 2043 color: #3d50df;
2003 2044 cursor: pointer;
2004 2045 }
2005 -.wtotem_body .line-chart {
2046 +.line-chart {
2006 2047 position: relative;
2007 2048 }
2008 -.wtotem_body .line-chart .axis line {
2049 +.line-chart .axis line {
2009 2050 stroke: #f0f0f0;
2010 2051 }
2011 -.wtotem_body .line-chart .axis path {
2052 +.line-chart .axis path {
2012 2053 stroke: #f0f0f0;
2013 2054 }
2014 -.wtotem_body .line-chart .axis text {
2055 +.line-chart .axis text {
2015 2056 fill: #5e6977;
2016 2057 }
2017 -.wtotem_body .line-chart .grid line {
2058 +.line-chart .grid line {
2018 2059 stroke: #f0f0f0;
2019 2060 }
2020 -.wtotem_body .line-chart .listening-rect {
2061 +.line-chart .listening-rect {
2021 2062 fill: #ffffff00;
2022 2063 }
2023 -.wtotem_body .line-chart__tooltip {
2064 +.line-chart__tooltip {
2024 2065 opacity: 0;
2025 2066 position: absolute;
2026 2067 top: -25px;
2027 2068 left: -17px;
@@ -2037,12 +2078,12 @@
2037 2078 font-family: Inter, Gilroy, Helvetica, sans-serif;
2038 2079 border-radius: 2px;
2039 2080 min-width: 28px;
2040 2081 }
2041 -.wtotem_body .line-chart__tooltip--reverse {
2082 +.line-chart__tooltip--reverse {
2042 2083 top: 25px;
2043 2084 }
2044 -.wtotem_body .line-chart__tooltip:before {
2085 +.line-chart__tooltip:before {
2045 2086 content: "";
2046 2087 position: absolute;
2047 2088 border-top: 7px solid #1d293f;
2048 2089 top: 100%;
@@ -2048,9 +2089,9 @@
2048 2089 top: 100%;
2049 2090 left: 50%;
2050 2091 transform: translateX(-50%);
2051 2092 }
2052 -.wtotem_body .line-chart__tooltip--reverse:before {
2093 +.line-chart__tooltip--reverse:before {
2053 2094 border-color: transparent transparent #1d293f transparent;
2054 2095 top: 0;
2055 2096 transform: translateX(-50%) translateY(-100%);
2056 2097 }
@@ -2058,16 +2099,13 @@
2058 2099 /**
2059 2100 * Charts Small styles 768px
2060 2101 */
2061 2102 @media screen and (max-width: 768px) {
2062 - .wtotem_body .chart-date text {
2103 + .chart-date text {
2063 2104 -webkit-transform: rotate(-40deg) translate(-20px);
2064 2105 -ms-transform: rotate(-40deg) translate(-20px);
2065 2106 transform: rotate(-40deg) translate(-20px);
2066 2107 }
2067 - .wtotem_chart-first{
2068 - flex-wrap: wrap;
2069 - }
2070 2108 }
2071 2109
2072 2110 /*
2073 2111 * More button styles
@@ -2147,11 +2185,12 @@
2147 2185 align-items: center;
2148 2186 }
2149 2187 .wtotem_data__td:last-child {
2150 2188 text-align: right;
2189 + color: #d56c6a;
2151 2190 }
2152 2191 .wtotem_data__ip {
2153 - /*margin-left: 10px;*/
2192 + margin-left: 10px;
2154 2193 }
2155 2194 .wtotem_data__img {
2156 2195 width: 23px;
2157 2196 height: 13px;
@@ -2254,643 +2293,182 @@
2254 2293
2255 2294 /*
2256 2295 * Antivirus styles
2257 2296 */
2258 -.antivirus-info {
2259 - display: grid;
2260 - grid-template-columns: repeat(3, 1fr);
2261 - gap: 28px;
2262 - margin-bottom: 1.25rem;
2297 +.wtotem_antivirus {
2298 + margin-bottom: 30px;
2263 2299 }
2264 -.antivirus-scan {
2300 +.wtotem_antivirus__block {
2265 2301 display: flex;
2266 - flex-direction: column;
2267 2302 justify-content: space-between;
2268 - background-color: #fff;
2269 - grid-column: 1/3;
2270 - border-radius: 12px;
2271 - position: relative;
2272 - overflow: hidden;
2273 - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
2274 - font-size: 12px;
2275 -}
2276 -.antivirus-scan__process {
2277 - display: flex;
2278 - justify-content: space-between;
2279 2303 align-items: center;
2280 -}
2281 -.antivirus-scan__progress {
2282 - height: 10px;
2283 - top: 0;
2284 - left: 0;
2285 - position: absolute;
2286 - background-color: #e2e8f0;
2287 2304 width: 100%;
2305 + background: #fff;
2306 + border-radius: 4px;
2288 2307 }
2289 -.antivirus-scan__progress--active {
2290 - background-color: #3d50df;
2291 -}
2292 -.antivirus-scan__progress--infected {
2293 - background-color: #ef4444;
2294 -}
2295 -.antivirus-scan__progress--clean {
2296 - background-color: #10b981;
2297 -}
2298 -.antivirus-scan__step {
2299 - font-weight: 400;
2300 - color: #86939e;
2301 -}
2302 -.antivirus-scan__type {
2303 - font-weight: 700;
2304 - color: #86939e;
2305 -}
2306 -.antivirus-scan__details {
2307 - display: grid;
2308 - grid-template-columns: 1fr 194px 194px;
2309 - gap: 12px;
2310 -}
2311 -.antivirus-scan__details--popup {
2308 +.wtotem_antivirus__item {
2309 + width: 25%;
2310 + height: 100px;
2311 + text-align: center;
2312 2312 display: flex;
2313 - gap: 12px;
2314 -}
2315 -.antivirus-scan__details--popup > * {
2316 - flex: 1;
2317 -}
2318 -.antivirus-scan__main {
2319 - padding: 1rem 0.5rem 0;
2320 -}
2321 -.antivirus-scan__step {
2322 - display: flex;
2323 - gap: 12px;
2324 2313 align-items: center;
2325 -}
2326 -.antivirus-scan__icon-container {
2327 - width: 60px;
2328 - height: 60px;
2329 - border-radius: 50%;
2330 - display: flex;
2331 - align-items: center;
2332 2314 justify-content: center;
2333 -}
2334 -.antivirus-scan__icon-container--default {
2335 - background-color: #eef2ff;
2336 -}
2337 -.antivirus-scan__icon-container--infected {
2338 - background-color: #fef2f2;
2339 -}
2340 -.antivirus-scan__icon-container--clean {
2341 - background-color: #ecfdf5;
2342 -}
2343 -.antivirus-scan__step-info {
2344 - flex: 2;
2345 -}
2346 -.antivirus-scan__count {
2347 - background-color: #f3f4f6;
2348 - border-radius: 12px;
2349 - padding: 16px 8px;
2350 - display: flex;
2351 - align-items: center;
2352 - justify-content: space-between;
2353 - border-color: transparent;
2354 -}
2355 -.antivirus-scan__count-content {
2356 - display: flex;
2357 2315 flex-direction: column;
2358 - gap: 8px;
2316 + border-right: 1px solid #f3f5f6;
2359 2317 }
2360 -.antivirus-scan__count-text {
2361 - font-size: 12px;
2362 - font-weight: 500;
2363 - color: #5e6977;
2364 - margin: 0;
2365 -}
2366 -.antivirus-scan__count-num {
2367 - font-size: 28px;
2368 - font-weight: 400;
2369 - line-height: 18px;
2370 -}
2371 -.antivirus-scan__scanned .antivirus-scan__count-num {
2372 - color: #fbbf24;
2373 -}
2374 -.antivirus-scan__clean .antivirus-scan__count-num {
2375 - color: #10b981;
2376 -}
2377 -.antivirus-scan__infected .antivirus-scan__count-num {
2378 - color: #ef4444;
2379 -}
2380 -.antivirus-scan__footer {
2381 - display: flex;
2382 - justify-content: space-between;
2383 - align-items: center;
2384 - padding: 15px 16px;
2385 - background-color: #f9fafb;
2386 - margin-top: 28px;
2387 -}
2388 -.antivirus-scan__start {
2389 - font-weight: 500;
2390 - font-size: 12px;
2391 - color: #86939e;
2392 -}
2393 -.antivirus-scan__btn {
2394 - padding: 12px 18px;
2395 - text-transform: none;
2396 - font-weight: 500;
2397 - position: relative;
2398 - font-family: 'Inter', sans-serif;
2399 - min-width: 28px;
2400 - height: 36px;
2401 - color: #fff;
2402 - font-size: 12px;
2403 - border-radius: 10000px;
2404 - border: 2px solid #3d50df;
2405 - text-transform: uppercase;
2318 +.wtotem_antivirus_stats .wtotem_antivirus__item {
2406 2319 cursor: pointer;
2407 - display: flex;
2408 - align-items: center;
2409 - justify-content: center;
2410 - background-color: #3d50df;
2411 - text-decoration: none;
2412 - transition: 0.2s ease-in;
2413 2320 }
2414 -.antivirus-scan__btn:hover, .antivirus-scan__btn:focus-visible {
2415 - background-color: #fff;
2416 - color: #3d50df;
2417 - border-color: #3d50df;
2321 +.wtotem_antivirus__item:last-child {
2322 + border-right: none;
2418 2323 }
2419 -.antivirus-scan__btn:disabled {
2420 - background-color: #9CA3AF;
2421 - color: #fff;
2422 - border-color: #9ca3af;
2423 - cursor: not-allowed;
2424 - overflow: hidden;
2425 -}
2426 -.antivirus-scan__btn > * + * {
2427 - margin-left: 10px;
2428 -}
2429 -/*.antivirus-scan::after {*/
2430 -/* content: '';*/
2431 -/* height: 10px;*/
2432 -/* width: 2px;*/
2433 -/* background-color: #fff;*/
2434 -/* position: absolute;*/
2435 -/* top: 0;*/
2436 -/* left: 50%;*/
2437 -/* transform: translateX(-50%);*/
2438 -/* z-index: 1;*/
2439 -/*}*/
2440 -.antivirus-scan__popup-wrapper {
2441 - padding: 20px 16.5px;
2442 - display: flex;
2443 - flex-direction: column;
2444 - gap: 20px;
2445 - height: 100%;
2446 - overflow-y: scroll;
2447 -}
2448 -.antivirus-scan__popup-title {
2449 - color: #5e6977;
2324 +.wtotem_antivirus__figures {
2325 + font-size: 32px;
2450 2326 font-weight: 700;
2451 - font-size: 20px;
2452 - line-height: 24px;
2327 + margin-bottom: 18px;
2453 2328 }
2454 -.antivirus-scan__popup-content {
2455 - flex: 1;
2456 - padding-bottom: 100px;
2457 - flex: 1;
2458 - display: flex;
2459 - flex-direction: column;
2460 - gap: 8px;
2329 +.wtotem_antivirus__figures_green {
2330 + color: #bace3d;
2461 2331 }
2462 -.antivirus-scan__infected--done {
2463 - cursor: pointer;
2332 +.wtotem_antivirus__figures_yellow {
2333 + color: #e9cf73;
2464 2334 }
2465 -.antivirus-log {
2466 - background-color: #fff;
2467 - border-radius: 12px;
2468 - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
2469 - display: flex;
2470 - flex-direction: column;
2471 - grid-template-rows: 56px 1fr 60px;
2335 +.wtotem_antivirus__figures_orange {
2336 + color: #d56c6a;
2472 2337 }
2473 -.antivirus-log__title {
2474 - font-weight: 700;
2475 - color: #5e6977;
2476 - font-size: 18px;
2477 - line-height: 24px;
2478 - padding: 16px 22px;
2479 - border-bottom: 1px solid #e1e8ee;
2480 - font-family: 'Inter', sans-serif;
2481 - margin: 0;
2482 - grid-row: 1/2;
2338 +.wtotem_antivirus__figures_black {
2339 + color: #1d293f;
2483 2340 }
2484 -.antivirus-log__items {
2485 - display: flex;
2486 - flex-direction: column;
2487 - flex: 1;
2341 +.wtotem_antivirus__title {
2342 + color: #86939e;
2343 + line-height: 18px;
2488 2344 }
2489 -.antivirus-log__view-all {
2490 - text-align: left;
2491 - background-color: transparent;
2492 - border-color: transparent;
2493 - cursor: pointer;
2494 - display: flex;
2495 - gap: 10px;
2496 - align-items: center;
2497 - color: #3d50df;
2498 - font-weight: 500;
2499 - font-family: 'Inter', sans-serif;
2500 - line-height: 24px;
2501 - padding: 21px 22px;
2502 - transition: all 0.3s;
2503 - border-radius: 0 0 12px 12px;
2345 +.wtotem_antivirus__quarantine {
2346 + margin-bottom: 15px;
2504 2347 }
2505 -.antivirus-log__view-all:hover, .antivirus-log__view-all:focus {
2506 - background-color: #eff6ff;
2507 -}
2508 -.antivirus-log__view-all:focus {
2509 - outline-color: #3d50df;
2510 -}
2511 -.antivirus-log__items {
2348 +.wtotem_antivirus__quarantine-header {
2512 2349 display: flex;
2513 - flex-direction: column;
2514 - overflow: scroll;
2515 - height: calc(100vh - 105px);
2516 -}
2517 -.antivirus-log__items#av_logs_sidebar{
2518 - overflow: inherit;
2519 -}
2520 -.antivirus-log__item {
2521 - background-color: transparent;
2522 - border-color: transparent;
2523 - display: flex;
2524 2350 align-items: center;
2525 - justify-content: space-between;
2526 - border-bottom: 1px solid #e1e8ee;
2527 - padding: 16px 24px;
2528 - transition: all 0.3s;
2529 - min-height: 88px;
2530 - cursor: pointer;
2351 + flex-wrap: wrap;
2352 + padding: 5px 20px 10px;
2531 2353 }
2532 -.antivirus-log__item:hover, .antivirus-log__item:focus {
2533 - background-color: #eff6ff;
2354 +.wtotem_antivirus__quarantine-title {
2355 + font-size: 14px;
2534 2356 }
2535 -.antivirus-log__item:focus {
2536 - outline-color: #3d50df;
2537 -}
2538 -.antivirus-log__item--no-hover:hover {
2539 - background-color: initial;
2540 - cursor: default;
2541 -}
2542 -.antivirus-log__item:not(:only-child) {
2543 - flex-grow: 1;
2544 -}
2545 -.antivirus-log__info-container {
2546 - display: flex;
2547 - align-items: center;
2548 - gap: 12px;
2549 -}
2550 -.antivirus-log__icon-container {
2551 - width: 40px;
2552 - height: 40px;
2553 - border-radius: 50%;
2554 - display: grid;
2555 - place-items: center;
2556 -}
2557 -.antivirus-log__icon-container--clean {
2558 - background-color: #d1fae5;
2559 -}
2560 -.antivirus-log__icon-container--infected {
2561 - background-color: #fee2e2;
2562 -}
2563 -.antivirus-log__icon-container--header {
2564 - width: 60px;
2565 - height: 60px;
2566 - background-color: #eef2ff;
2567 -}
2568 -.antivirus-log__item-info {
2569 - text-align: left;
2570 -}
2571 -.antivirus-log__item-date {
2572 - text-align: left;
2357 +.wtotem_antivirus__quarantine-files-count {
2573 2358 font-size: 12px;
2574 - color: #9ca3af;
2575 - font-weight: 400;
2576 - font-family: 'Inter', sans-serif;
2577 - margin: 0;
2578 -}
2579 -.antivirus-log__item-date--header {
2580 - margin: 0;
2581 - color: #86939e;
2582 - font-size: 12px;
2359 + color: #ee3f3f;
2583 2360 font-weight: 500;
2584 - font-family: 'Inter', sans-serif;
2585 - line-height: 24px;
2361 + margin-left: 10px;
2586 2362 }
2587 -.antivirus-log__item-status {
2588 - text-align: left;
2589 - font-family: 'Inter', sans-serif;
2590 - color: #6b7280;
2591 - margin: 0;
2363 +.wtotem_antivirus__quarantine-restore {
2364 + margin-left: auto;
2592 2365 }
2593 -.antivirus-log__item-status--header {
2594 - font-family: 'Inter', sans-serif;
2595 - font-weight: 500;
2596 - margin: 0;
2597 - font-size: 18px;
2598 - color: #5e6977;
2599 - line-height: 24px;
2600 -}
2601 -.antivirus-log__close {
2602 - background-color: transparent;
2366 +.wtotem_antivirus__quarantine-restore-button {
2603 2367 cursor: pointer;
2604 - border: none;
2605 - border-radius: 50%;
2606 - aspect-ratio: 1;
2607 - display: flex;
2608 - justify-content: center;
2609 - align-items: center;
2610 -}
2611 -.antivirus-history {
2612 - display: flex;
2613 - justify-content: space-between;
2614 - align-items: center;
2615 - margin-top: 27px;
2616 - margin-bottom: 23px;
2617 -}
2618 -.antivirus-history__title {
2619 - color: #5e6977;
2620 - font-weight: 700;
2621 - line-height: 24px;
2622 - font-size: 24px;
2623 - margin: 0;
2624 -}
2625 -.antivirus-picker {
2626 - display: flex;
2627 - align-items: center;
2628 - gap: 9px;
2629 -}
2630 -.antivirus-picker__date.date-picker {
2631 - background-color: #fff;
2632 - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
2633 - padding: 13px 12px;
2634 - border-radius: 1000px;
2635 - max-height: 45px;
2636 -}
2637 -.antivirus-picker__range {
2638 - padding: 7px 8px;
2639 - display: flex;
2640 - align-items: center;
2641 - gap: 6px;
2642 - background-color: #fff;
2643 - border-radius: 1000px;
2644 - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
2645 - max-height: 45px;
2646 -}
2647 -.antivirus-picker__btn {
2648 - line-height: 0;
2649 - padding: 16px 12px;
2650 - background-color: transparent;
2651 - border-radius: 1000px;
2652 - border-color: transparent;
2653 - color: #5e6977;
2654 - font-size: 12px;
2655 - font-weight: 400;
2656 - font-family: 'Inter', sans-serif;
2657 - transition: background-color 0.15s;
2658 - cursor: pointer;
2659 -}
2660 -.antivirus-picker__btn--active {
2661 - color: #fff;
2662 - background-color: #3d50df;
2663 -}
2664 -.antivirus-spin {
2665 - animation: spinner 1.1s infinite linear;
2666 -}
2667 -.antivirus-log-popup {
2668 - position: absolute;
2669 - top: 0;
2670 - background-color: #fff;
2671 - right: 0;
2672 - width: 50%;
2368 + display: inline-block;
2369 + padding: 0 5px;
2673 2370 height: 100%;
2674 - z-index: 10;
2675 - display: none;
2676 -}
2677 -.antivirus-log-popup--active {
2678 - display: block;
2679 -}
2680 -.antivirus-scan-popup {
2681 - position: absolute;
2682 - top: 0;
2683 - background-color: #fff;
2684 - right: 0;
2685 - width: 50%;
2686 - height: 100%;
2687 - z-index: 10;
2688 - display: none;
2689 -}
2690 -.antivirus-scan-popup--active {
2691 - display: block;
2692 - height: 100vh;
2693 -}
2694 -.antivirus-quarantine {
2695 - padding: 24px 24px 34px;
2696 - position: relative;
2697 -}
2698 -.antivirus-quarantine__tab {
2699 2371 background-color: transparent;
2700 2372 border: none;
2701 - cursor: pointer;
2702 - font-family: 'Inter', sans-serif;
2703 - font-weight: 400;
2704 - padding: 0 0 4px;
2705 - color: #ef4444;
2373 +}
2374 +.wtotem_antivirus__quarantine-restore-text {
2706 2375 position: relative;
2707 - font-size: 16px;
2708 -}
2709 -.antivirus-quarantine__tab .num {
2710 - padding: 2px 10px;
2711 - border-radius: 15px;
2712 - margin-left: 0px;
2713 - margin-bottom: 3px;
2714 - background-color: #ffe4eaa1;
2715 - color: #87133c;
2376 + padding-left: 20px;
2716 2377 font-size: 12px;
2717 - font-weight: 100;
2718 - display: inline-block;
2378 + font-weight: 500;
2379 + color: #3d50df;
2719 2380 }
2720 -.antivirus-quarantine__tab--active {
2721 - font-weight: 700;
2722 -}
2723 -.antivirus-quarantine__tab--active::after {
2724 - content: '';
2381 +.wtotem_antivirus__quarantine-restore-text::before {
2382 + content: "";
2383 + display: block;
2725 2384 position: absolute;
2726 - height: 2px;
2727 - width: 100%;
2385 + height: 15px;
2386 + width: 15px;
2387 + top: 50%;
2728 2388 left: 0;
2729 - bottom: 0;
2730 - background-color: #ef4444;
2731 - border-radius: 12px;
2389 + transform: translateY(-50%);
2390 + background: url("../img/restore-file.svg") no-repeat center center/contain;
2732 2391 }
2733 -.antivirus-quarantine__tab:focus {
2734 - outline-offset: 4px;
2392 +.wtotem_body .add-to-quarantine{
2393 + cursor: pointer;
2735 2394 }
2736 -.antivirus-quarantine__items-container {
2737 - margin-top: 22px;
2395 +.wtotem_antivirus-logs__panel {
2738 2396 display: flex;
2739 - flex-direction: column;
2740 - gap: 9px;
2741 - display: none;
2742 - /*max-height: 500px;*/
2743 - overflow-y: auto;
2397 + align-items: center;
2398 + flex-wrap: wrap;
2399 + /*margin-bottom: 15px;*/
2400 + padding: 0 18px 10px;
2744 2401 }
2745 -.antivirus-quarantine__items-container--active {
2746 - display: flex;
2402 +.wtotem_antivirus-logs__filter {
2403 + margin-bottom: 0;
2747 2404 }
2748 -.antivirus-quarantine__item {
2405 +.wtotem_antivirus-logs__permission {
2406 + margin-left: 30px;
2407 +}
2408 +.wtotem_last_scan_av {
2749 2409 width: 100%;
2750 - text-align: left;
2751 - font-family: 'Inter', sans-serif;
2752 - max-height: 70px;
2753 - overflow: hidden;
2754 - transition: max-height 0.15s ease;
2755 - will-change: max-height;
2756 -}
2757 -.antivirus-quarantine__item p {
2410 + text-align: right;
2411 + border-top: 1px solid #f1f1f1;
2758 2412 margin: 0;
2413 + padding: 10px;
2414 + color: #86939e;
2415 + font-size: 14px;
2759 2416 }
2760 -.antivirus-quarantine__item--open {
2761 - max-height: 500px;
2762 - overflow-y: visible;
2763 - padding-right: 0px;
2764 - position: relative;
2765 -}
2766 -.antivirus-quarantine__item--open .antivirus-quarantine__item-preview {
2767 - padding-bottom: 5px;
2768 -}
2769 -.antivirus-quarantine__item-entry {
2770 - padding: 25px 0;
2771 -}
2772 -.antivirus-quarantine__item-entry:not(:last-child) {
2773 - border-bottom: 1px solid #e1e8ee;
2774 -}
2775 -.antivirus-quarantine__item-preview {
2417 +.wtotem_antivirus-logs__buttons-wrapper {
2418 + margin-left: auto;
2776 2419 display: flex;
2777 - justify-content: space-between;
2778 - align-items: center;
2779 - position: sticky;
2780 - top: 0;
2781 - background-color: #f9fafb;
2782 2420 }
2783 -.antivirus-quarantine__item-name {
2784 - color: #d46c6a;
2421 +.wtotem_antivirus-logs__button {
2422 + cursor: pointer;
2423 + font-family: inherit;
2424 + display: block;
2785 2425 font-weight: 500;
2786 - margin: 0;
2787 -}
2788 -.antivirus-quarantine__item-path {
2789 - color: #5e6977;
2790 - font-weight: 500;
2791 2426 font-size: 14px;
2792 - margin: 0;
2793 -}
2794 -.antivirus-quarantine__item-actions {
2795 - display: flex;
2796 - gap: 6px;
2797 - align-items: center;
2798 -}
2799 -.antivirus-quarantine__item-btn {
2427 + border: none;
2800 2428 background-color: transparent;
2801 - cursor: pointer;
2802 - border-color: transparent;
2429 + color: #3d50df;
2430 + margin-right: 10px;
2431 + min-height: 28px;
2803 2432 }
2804 -.antivirus-quarantine__item-chevron {
2805 - transform: rotate(90deg);
2806 - transition: transform 0.3s ease;
2433 +.wtotem_antivirus-logs__button--download {
2434 + position: relative;
2435 + padding-left: 33px;
2807 2436 }
2808 -.antivirus-quarantine__item-chevron--open {
2809 - transform: rotate(-90deg);
2437 +.wtotem_antivirus-logs__button--download::before {
2438 + content: "";
2439 + position: absolute;
2440 + height: 28px;
2441 + width: 28px;
2442 + top: 50%;
2443 + left: 0;
2444 + transform: translateY(-50%);
2445 + border-radius: 50%;
2446 + background: #3d50df url("../img/download-white.svg") no-repeat center center;
2810 2447 }
2811 -.antivirus-quarantine__item-signature-title, .antivirus-quarantine__item-signature-name {
2812 - line-height: 20px;
2448 +.wtotem_antivirus-logs__button--rescan {
2449 + position: relative;
2450 + padding-left: 33px;
2813 2451 }
2814 -.antivirus-quarantine__item-signature-title {
2815 - text-transform: uppercase;
2816 - color: #6b7280;
2817 - font-size: 10px;
2818 - font-weight: 700;
2819 -}
2820 -.antivirus-quarantine__item-signature-name {
2821 - color: #5e6977;
2822 - font-weight: 700;
2823 - font-size: 14px;
2824 -}
2825 -.antivirus-quarantine__item-table {
2826 - margin-top: 6px;
2827 -}
2828 -.antivirus-quarantine__item-table th {
2829 - color: #5e6977;
2830 - font-size: 10px;
2831 - text-transform: uppercase;
2832 - font-weight: 700;
2833 - line-height: 20px;
2834 -}
2835 -.antivirus-quarantine__item-table td {
2836 - font-weight: 400;
2837 - line-height: 20px;
2838 - font-size: 14px;
2839 - color: #5e6977;
2840 -}
2841 -.antivirus-quarantine__item-table td:not(:last-child) {
2842 - padding-right: 27px;
2843 -}
2844 -.antivirus-quarantine__item-description {
2845 - margin-top: 25px;
2846 - color: #6b7280;
2847 -}
2848 -.antivirus-quarantine__item-title {
2849 - text-transform: uppercase;
2850 - font-weight: 700;
2851 - font-size: 10px;
2852 - line-height: 20px;
2853 -}
2854 -.antivirus-quarantine__item-content {
2855 - font-weight: 400;
2856 - font-size: 10px;
2857 - line-height: 20px;
2858 -}
2859 -.antivirus-quarantine__btn {
2860 - background-color: red;
2861 - padding: 16px;
2862 - background-color: #f9fafb;
2863 - border-radius: 12px;
2864 -}
2865 -.antivirus-quarantine__nodata {
2866 - height: 580px;
2867 - display: grid;
2868 - place-items: center;
2869 - text-align: center;
2870 - place-content: center;
2871 -}
2872 -.antivirus-quarantine__nodata-icon-container {
2873 - width: 60px;
2874 - height: 60px;
2875 - background-color: #eef2ff;
2876 - display: grid;
2877 - place-items: center;
2452 +.wtotem_antivirus-logs__button--rescan::before {
2453 + content: "";
2454 + position: absolute;
2455 + height: 28px;
2456 + width: 28px;
2457 + top: 50%;
2458 + left: 0;
2459 + transform: translateY(-50%);
2878 2460 border-radius: 50%;
2461 + background: #3d50df url("../img/round-arrows.svg") no-repeat center center;
2879 2462 }
2880 -.antivirus-quarantine__nodata-title {
2881 - color: #111827;
2882 - font-weight: 500;
2883 - margin: 0;
2884 - margin-top: 17px;
2885 - font-size: 18px;
2463 +.wtotem_antivirus-logs__button--rescan.active::before {
2464 + top: 0;
2465 + transform: rotate(0deg);
2466 + animation: 1s linear 0s normal none infinite running rot;
2467 + -webkit-animation: 1s linear 0s normal none infinite running rot;
2886 2468 }
2887 -.antivirus-quarantine__nodata-description {
2888 - margin: 0;
2889 - color: #6b7280;
2890 - margin-top: 4px;
2891 - font-size: 14px;
2892 - font-weight: 400;
2469 +.wtotem_antivirus-logs__button:last-child {
2470 + margin-right: 0;
2893 2471 }
2894 2472
2895 2473 /*
2896 2474 * Antivirus small styles 768px
@@ -2895,9 +2473,22 @@
2895 2473 /*
2896 2474 * Antivirus small styles 768px
2897 2475 */
2898 2476 @media screen and (max-width: 768px) {
2899 -
2477 + .wtotem_antivirus-logs__button {
2478 + padding-left: 28px;
2479 + }
2480 + .wtotem_antivirus-logs__button-text {
2481 + position: absolute;
2482 + clip: rect(1px 1px 1px 1px);
2483 + /* IE6, IE7 */
2484 + clip: rect(1px, 1px, 1px, 1px);
2485 + padding: 0;
2486 + border: 0;
2487 + height: 1px;
2488 + width: 1px;
2489 + overflow: hidden;
2490 + }
2900 2491 }
2901 2492
2902 2493 /*
2903 2494 * Antivirus small styles 768px
@@ -2902,9 +2493,15 @@
2902 2493 /*
2903 2494 * Antivirus small styles 768px
2904 2495 */
2905 2496 @media screen and (max-width: 992px) {
2906 -
2497 + .wtotem_antivirus__quarantine .wtotem_file-table__td:first-child {
2498 + width: auto;
2499 + }
2500 + .wtotem_antivirus__quarantine .wtotem_file-table__td:last-child {
2501 + display: block;
2502 + width: auto;
2503 + }
2907 2504 }
2908 2505
2909 2506 /*
2910 2507 * Antivirus Extra small styles 320-576px
@@ -2909,912 +2506,41 @@
2909 2506 /*
2910 2507 * Antivirus Extra small styles 320-576px
2911 2508 */
2912 2509 @media screen and (max-width: 576px) {
2913 -
2914 -}
2915 -
2916 -/*
2917 - * Antivirus Extra small styles 320-375px
2918 -*/
2919 -@media screen and (max-width: 375px) {
2920 -
2921 -}
2922 -
2923 -/*
2924 - * Antivirus history block styles
2925 -*/
2926 -.wtotem_body .antivirus-scanned table {
2927 - width: 100%;
2928 - border-collapse: collapse;
2929 -}
2930 -.wtotem_body .antivirus-scanned tr {
2931 - cursor: pointer;
2932 -}
2933 -.wtotem_body .antivirus-scanned--no-data tr {
2934 - cursor: initial;
2935 -}
2936 -.wtotem_body .antivirus-scanned tbody td, .wtotem_body .antivirus-scanned thead td {
2937 - max-width: 370px;
2938 - overflow: hidden;
2939 - text-overflow: ellipsis;
2940 - padding: 7px 24px;
2941 - font-size: 14px;
2942 -}
2943 -.wtotem_body .antivirus-scanned tbody td .actions, .wtotem_body .antivirus-scanned thead td .actions {
2944 - text-align: end;
2945 -}
2946 -.wtotem_body .antivirus-scanned tbody td .actions-icon, .wtotem_body .antivirus-scanned thead td .actions-icon {
2947 - display: flex;
2948 - justify-content: flex-end;
2949 -}
2950 -.wtotem_body .antivirus-scanned tbody td .filePath, .wtotem_body .antivirus-scanned thead td .filePath {
2951 - word-break: break-all;
2952 - width: 550px;
2953 - display: -webkit-box;
2954 - -webkit-line-clamp: 1;
2955 - -webkit-box-orient: vertical;
2956 - overflow: hidden;
2957 -}
2958 -.wtotem_body .antivirus-scanned thead {
2959 - font-weight: bold;
2960 - text-transform: uppercase;
2961 - border-bottom: 1px solid #e1e8ee;
2962 - background-color: #f8f9fa;
2963 -}
2964 -.wtotem_body .antivirus-scanned thead td {
2965 - color: #5e6977;
2966 - font-size: 12px;
2967 - font-weight: 500;
2968 - padding: 7px 24px;
2969 - border: none;
2970 -}
2971 -.wtotem_body .antivirus-scanned thead td:not(:last-child) {
2972 - /*border-right: 1px solid #e1e8ee;*/
2973 -}
2974 -.wtotem_body .antivirus-scanned tbody td {
2975 - height: 45px;
2976 - border: none;
2977 - border-bottom: 1px solid #e1e8ee;
2978 - padding: 16px 24px;
2979 - background: transparent;
2980 -}
2981 -.wtotem_body .antivirus-scanned tbody td:last-child {
2982 - text-align: right;
2983 -}
2984 -.wtotem_body .antivirus-scanned .wt-select {
2985 - min-width: 200px;
2986 -}
2987 -.wtotem_body .antivirus-scanned__last-scan {
2988 - display: flex;
2989 - justify-content: space-between;
2990 - align-items: center;
2991 - border-bottom: 1px solid #e1e8ee;
2992 - padding: 15px;
2993 - color: #86939e;
2994 - font-size: 16px;
2995 - line-height: 24px;
2996 -}
2997 -.wtotem_body .antivirus-scanned__filter {
2998 - display: flex;
2999 - align-items: center;
3000 - padding: 15px;
3001 - border-bottom: 1px solid #e1e8ee;
3002 -}
3003 -.wtotem_body .antivirus-scanned__file-path {
3004 - display: flex;
3005 - flex-direction: column;
3006 -}
3007 -.wtotem_body .antivirus-scanned__file-path * + * {
3008 - margin-top: 6px;
3009 -}
3010 -.wtotem_body .antivirus-scanned__actions-wrapper {
3011 - display: flex;
3012 - align-items: center;
3013 - gap: 10px;
3014 - justify-content: flex-end;
3015 -}
3016 -.wtotem_body .antivirus-scanned .number {
3017 - position: relative;
3018 - display: flex;
3019 - justify-content: end;
3020 - align-items: center;
3021 - padding: 2px 12px 2px 22px;
3022 - border-radius: 12px;
3023 - font-size: 14px;
3024 - font-weight: 500;
3025 - min-width: 60px;
3026 -}
3027 -.wtotem_body .antivirus-scanned .number::before {
3028 - content: '';
3029 - position: absolute;
3030 - width: 6px;
3031 - height: 6px;
3032 - border-radius: 50%;
3033 - top: 50%;
3034 - left: 9px;
3035 - translate: 0 -50%;
3036 -}
3037 -.wtotem_body .antivirus-scanned .infected {
3038 - display: flex;
3039 - justify-content: space-between;
3040 -}
3041 -.wtotem_body .antivirus-scanned .infected__number {
3042 - color: #991b1b;
3043 - background-color: #fee2e2;
3044 -}
3045 -.wtotem_body .antivirus-scanned .infected__number::before {
3046 - background-color: #f87171;
3047 -}
3048 -.wtotem_body .antivirus-scanned .scanned {
3049 - display: flex;
3050 -}
3051 -.wtotem_body .antivirus-scanned .scanned__number {
3052 - background-color: #fef3c7;
3053 - color: #92400e;
3054 -}
3055 -.wtotem_body .antivirus-scanned .scanned__number::before {
3056 - background-color: #fbbf24;
3057 -}
3058 -.wtotem_body .antivirus-scanned .dots {
3059 - background-color: transparent;
3060 - border: none;
3061 - cursor: pointer;
3062 -}
3063 -.wtotem_body .antivirus-scanned--advanced td:first-child {
3064 - max-width: 575px;
3065 -}
3066 -.wtotem_body .antivirus-scanned--advanced td + td {
3067 - width: auto;
3068 -}
3069 -.wtotem_body .antivirus-all-stats {
3070 - display: grid;
3071 - grid-template-columns: repeat(4, 1fr);
3072 - padding: 0;
3073 -}
3074 -@media (max-width: 1500px) {
3075 - .wtotem_body .antivirus-all-stats {
3076 - grid-template-columns: repeat(2, 1fr);
2510 + .wtotem_antivirus__block {
2511 + flex-wrap: wrap;
3077 2512 }
3078 -}
3079 -.wtotem_body .antivirus-all-stats__item {
3080 - border-right: 1px solid #f3f5f6;
3081 - padding: 10px;
3082 -}
3083 -.wtotem_body .antivirus-all-stats__item:last-child {
3084 - border-right: none;
3085 -}
3086 -@media (max-width: 1500px) {
3087 - .wtotem_body .antivirus-all-stats__item:nth-child(2) {
2513 + .wtotem_antivirus__item {
2514 + width: 172px;
2515 + border-bottom: 1px solid #f3f5f6;
2516 + }
2517 + .wtotem_antivirus__item:last-child {
3088 2518 border-right: none;
2519 + border-bottom: none;
3089 2520 }
3090 - .wtotem_body .antivirus-all-stats__item:nth-child(1), .wtotem_body .antivirus-all-stats__item:nth-child(2) {
3091 - border-bottom: 1px solid #f3f5f6;
2521 + .wtotem_antivirus__item:nth-child(2) {
2522 + border-right: none;
3092 2523 }
2524 + .wtotem_antivirus__item:nth-child(3) {
2525 + border-bottom: none;
2526 + }
2527 + .wtotem_antivirus-logs__permission {
2528 + order: 3;
2529 + margin-left: 0;
2530 + margin-top: 10px;
2531 + }
3093 2532 }
3094 -.wtotem_body .antivirus-all-stats__title {
3095 - margin-top: 0;
3096 - font-weight: bold;
3097 - font-size: 12px;
3098 - line-height: 18px;
3099 - color: #5e6977;
3100 - text-transform: uppercase;
3101 -}
3102 -.wtotem_body .antivirus-all-stats__value {
3103 - font-weight: bold;
3104 - font-size: 32px;
3105 - line-height: 32px;
3106 -}
3107 -.wtotem_body .antivirus-all-sites__item {
3108 - padding: 14px 22px;
3109 - display: flex;
3110 - align-items: center;
3111 - justify-content: space-between;
3112 - border-bottom: 1px solid #f3f5f6;
3113 -}
3114 -.wtotem_body .antivirus-all-sites__count {
3115 - background: #ee3f3f;
3116 - border-radius: 3px;
3117 - padding: 2px 8px;
3118 - font-size: 12px;
3119 - line-height: 20px;
3120 - color: #ffffff;
3121 -}
3122 -.wtotem_body .antivirus-stats {
3123 - display: flex;
3124 - align-items: center;
3125 - height: 95px;
3126 - border-top: 1px solid #e1e8ee;
3127 - background: #ffffff;
3128 - z-index: 1;
3129 - box-shadow: 0 -33px 25px 0 #ffffff;
3130 -}
3131 -.wtotem_body .antivirus-stats-advanced {
3132 - display: flex;
3133 - justify-content: space-between;
3134 -}
3135 -.wtotem_body .antivirus-stats-advanced * + * {
3136 - border-left: 1px solid #f3f5f6;
3137 -}
3138 -.wtotem_body .antivirus-stats-advanced__item {
3139 - display: flex;
3140 - flex-direction: column;
3141 - align-items: center;
3142 - flex: 1;
3143 - padding: 24px;
3144 - cursor: pointer;
3145 -}
3146 -.wtotem_body .antivirus-stats__item {
3147 - display: flex;
3148 - flex-direction: column;
3149 - margin: 16px;
3150 - cursor: pointer;
3151 -}
3152 -.wtotem_body .antivirus-stats__count {
3153 - font-style: normal;
3154 - font-weight: bold;
3155 - font-size: 32px;
3156 - line-height: 18px;
3157 -}
3158 -.wtotem_body .antivirus-stats__text {
3159 - margin-top: 12px;
3160 - font-style: normal;
3161 - font-weight: 500;
3162 - font-size: 14px;
3163 - line-height: 18px;
3164 -}
3165 -.wtotem_body .antivirus-stats__text--active {
3166 - color: #3d50df;
3167 -}
3168 -.wtotem_body .antivirus-stats__action {
3169 - margin-left: auto;
3170 - margin-right: 16px;
3171 -}
3172 -.wtotem_body .antivirus-nodata {
3173 - background: #3d50df;
3174 - border-radius: 12px;
3175 - margin-bottom: 28px;
3176 - padding: 2rem;
3177 - display: flex;
3178 - align-items: center;
3179 - justify-content: space-between;
3180 - background-repeat: no-repeat;
3181 - background-size: auto 100%;
3182 - background-position: calc(100% - 90px) 0;
3183 -}
3184 -.wtotem_body .antivirus-nodata__text {
3185 - color: #fff;
3186 - font-size: 2rem;
3187 - font-weight: 700;
3188 - width: 350px;
3189 - line-height: 40px;
3190 - padding: 0;
3191 - margin: 0;
3192 -}
3193 -.wtotem_body .antivirus-nodata__btn {
3194 - padding: 14px 55px;
3195 - text-transform: none;
3196 - font-weight: 500;
3197 - font-size: 18px;
3198 - line-height: 20px;
3199 - position: relative;
3200 - overflow: hidden;
3201 - height: auto;
3202 -}
3203 -.wtotem_body .antivirus-nodata__btn--in-progress {
3204 - visibility: hidden;
3205 - opacity: 0;
3206 -}
3207 -.wtotem_body .antivirus-nodata__btn:hover {
3208 - border-color: #fff;
3209 -}
3210 -.wtotem_body .antivirus-nodata__btn:focus {
3211 - outline: 0;
3212 - border-color: #fff;
3213 -}
3214 -.wtotem_body .antivirus-not-scanned {
3215 - filter: blur(3px);
3216 - pointer-events: none;
3217 - user-select: none;
3218 -}
3219 -.wtotem_body .antivirus-info {
3220 - display: grid;
3221 - grid-template-columns: repeat(2, 1fr);
3222 - gap: 28px;
3223 - margin-bottom: 1.25rem;
3224 -}
3225 -.wtotem_body .antivirus-scan {
3226 - background-color: #fff;
3227 - grid-column: 1/4;
3228 - border-radius: 12px;
3229 - position: relative;
3230 - overflow: hidden;
3231 - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3232 -}
3233 -.wtotem_body .antivirus-scan__process {
3234 - display: flex;
3235 - justify-content: space-between;
3236 - align-items: center;
3237 -}
3238 -.wtotem_body .antivirus-scan__progress {
3239 - height: 10px;
3240 - top: 0;
3241 - left: 0;
3242 - position: absolute;
3243 - background-color: #e2e8f0;
3244 - width: 100%;
3245 -}
3246 -.wtotem_body .antivirus-scan__progress--active {
3247 - background-color: #3d50df;
3248 -}
3249 -.wtotem_body .antivirus-scan__progress--infected {
3250 - background-color: #ef4444;
3251 -}
3252 -.wtotem_body .antivirus-scan__progress--clean {
3253 - background-color: #10b981;
3254 -}
3255 -.wtotem_body .antivirus-scan__step {
3256 - font-weight: 400;
3257 - color: #86939e;
3258 -}
3259 -.wtotem_body .antivirus-scan__type {
3260 - font-weight: 700;
3261 - color: #86939e;
3262 -}
3263 -.wtotem_body .antivirus-scan__details {
3264 - display: grid;
3265 - grid-template-columns: 1fr 180px 180px 180px;
3266 - gap: 12px;
3267 -}
3268 -.wtotem_body .antivirus-scan__details--popup {
3269 - display: flex;
3270 - gap: 12px;
3271 -}
3272 -.wtotem_body .antivirus-scan__details--popup > * {
3273 - flex: 1;
3274 -}
3275 -.wtotem_body .antivirus-scan__main {
3276 - padding: 2rem 1rem 0;
3277 -}
3278 -.wtotem_body .antivirus-scan__step {
3279 - display: flex;
3280 - gap: 12px;
3281 - align-items: center;
3282 -}
3283 -.wtotem_body .antivirus-scan__icon-container {
3284 - width: 60px;
3285 - height: 60px;
3286 - border-radius: 50%;
3287 - display: flex;
3288 - align-items: center;
3289 - justify-content: center;
3290 -}
3291 -.wtotem_body .antivirus-scan__icon-container--default {
3292 - background-color: #eef2ff;
3293 -}
3294 -.wtotem_body .antivirus-scan__icon-container--infected {
3295 - background-color: #fef2f2;
3296 -}
3297 -.wtotem_body .antivirus-scan__icon-container--clean {
3298 - background-color: #ecfdf5;
3299 -}
3300 -.wtotem_body .antivirus-scan__step-info {
3301 - flex: 2;
3302 -}
3303 -.wtotem_body .antivirus-scan__count {
3304 - background-color: #f3f4f6;
3305 - border-radius: 12px;
3306 - padding: 25px 17px;
3307 - display: flex;
3308 - align-items: center;
3309 - justify-content: space-between;
3310 - border-color: transparent;
3311 -}
3312 -.wtotem_body .antivirus-scan__count-content {
3313 - display: flex;
3314 - flex-direction: column;
3315 - gap: 8px;
3316 -}
3317 -.wtotem_body .antivirus-scan__count-text {
3318 - font-size: 14px;
3319 - font-weight: 500;
3320 - color: #5e6977;
3321 - margin: 0;
3322 -}
3323 -.wtotem_body .antivirus-scan__count-num {
3324 - font-size: 28px;
3325 - font-weight: 400;
3326 - line-height: 18px;
3327 - margin-bottom: 10px;
3328 -}
3329 -.wtotem_body .antivirus-scan__scanned .wtotem_body .antivirus-scan__count-num {
3330 - color: #fbbf24;
3331 -}
3332 -.wtotem_body .antivirus-scan__clean .wtotem_body .antivirus-scan__count-num {
3333 - color: #10b981;
3334 -}
3335 -.wtotem_body .antivirus-scan__infected .wtotem_body .antivirus-scan__count-num {
3336 - color: #ef4444;
3337 -}
3338 -.wtotem_body .antivirus-scan__footer {
3339 - display: flex;
3340 - justify-content: space-between;
3341 - align-items: center;
3342 - padding: 15px 16px;
3343 - background-color: #f9fafb;
3344 - margin-top: 28px;
3345 -}
3346 -.wtotem_body .antivirus-scan__start {
3347 - font-weight: 500;
3348 - font-size: 14px;
3349 - color: #86939e;
3350 -}
3351 -.wtotem_body .antivirus-scan__btn {
3352 - padding: 12px 18px;
3353 - text-transform: none;
3354 - font-weight: 500;
3355 - position: relative;
3356 -}
3357 -/*.wtotem_body .antivirus-scan::after {*/
3358 -/* content: '';*/
3359 -/* height: 10px;*/
3360 -/* width: 2px;*/
3361 -/* background-color: #fff;*/
3362 -/* position: absolute;*/
3363 -/* top: 0;*/
3364 -/* left: 50%;*/
3365 -/* transform: translateX(-50%);*/
3366 -/* z-index: 1;*/
3367 -/*}*/
3368 -.wtotem_body .antivirus-scan__popup-wrapper {
3369 - padding: 20px 16.5px;
3370 - display: flex;
3371 - flex-direction: column;
3372 - gap: 20px;
3373 - height: 100%;
3374 - overflow-y: scroll;
3375 -}
3376 -.wtotem_body .antivirus-scan__popup-title {
3377 - color: #5e6977;
3378 - font-weight: 700;
3379 - font-size: 20px;
3380 - line-height: 24px;
3381 - margin-bottom: 10px;
3382 -}
3383 -.wtotem_body .antivirus-scan__popup-content {
3384 - flex: 1;
3385 - padding-bottom: 100px;
3386 - flex: 1;
3387 - display: flex;
3388 - flex-direction: column;
3389 - gap: 8px;
3390 -}
3391 -.wtotem_body .antivirus-scan__infected--done {
3392 - cursor: pointer;
3393 -}
3394 -.wtotem_body .antivirus-log {
3395 - background-color: #fff;
3396 - border-radius: 12px;
3397 - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
3398 - display: flex;
3399 - flex-direction: column;
3400 - grid-template-rows: 56px 1fr 60px;
3401 -}
3402 -.wtotem_body .antivirus-log__title {
3403 - font-weight: 700;
3404 - color: #5e6977;
3405 - font-size: 18px;
3406 - line-height: 24px;
3407 - padding: 16px 22px;
3408 - border-bottom: 1px solid #e1e8ee;
3409 - font-family: 'Inter', sans-serif;
3410 - margin: 0;
3411 - grid-row: 1/2;
3412 -}
3413 -.wtotem_body .antivirus-log__items {
3414 - display: flex;
3415 - flex-direction: column;
3416 - flex: 1;
3417 -}
3418 -.wtotem_body .antivirus-log__view-all {
3419 - text-align: left;
3420 - background-color: transparent;
3421 - border-color: transparent;
3422 - cursor: pointer;
3423 - display: flex;
3424 - gap: 10px;
3425 - align-items: center;
3426 - color: #3d50df;
3427 - font-weight: 500;
3428 - font-family: 'Inter', sans-serif;
3429 - line-height: 24px;
3430 - padding: 21px 22px;
3431 - transition: all 0.3s;
3432 - border-radius: 0 0 12px 12px;
3433 -}
3434 -.wtotem_body .antivirus-log__view-all:hover, .wtotem_body .antivirus-log__view-all:focus {
3435 - background-color: #eff6ff;
3436 -}
3437 -.wtotem_body .antivirus-log__view-all:focus {
3438 - outline-color: #3d50df;
3439 -}
3440 -.wtotem_body .antivirus-log__items {
3441 - display: flex;
3442 - flex-direction: column;
3443 -}
3444 -.wtotem_body .antivirus-log__item {
3445 - background-color: transparent;
3446 - border-color: transparent;
3447 - display: flex;
3448 - align-items: center;
3449 - justify-content: space-between;
3450 - border-bottom: 1px solid #e1e8ee;
3451 - padding: 16px 24px;
3452 - transition: all 0.3s;
3453 - min-height: 88px;
3454 - cursor: pointer;
3455 -}
3456 -.wtotem_body .antivirus-log__item:hover, .wtotem_body .antivirus-log__item:focus {
3457 - background-color: #eff6ff;
3458 -}
3459 -.wtotem_body .antivirus-log__item:focus {
3460 - outline-color: #3d50df;
3461 -}
3462 -.wtotem_body .antivirus-log__item--no-hover:hover {
3463 - background-color: initial;
3464 - cursor: default;
3465 -}
3466 -.wtotem_body .antivirus-log__item:not(:only-child) {
3467 - flex-grow: 1;
3468 -}
3469 -.wtotem_body .antivirus-log__info-container {
3470 - display: flex;
3471 - align-items: center;
3472 - gap: 12px;
3473 -}
3474 -.wtotem_body .antivirus-log__icon-container {
3475 - width: 40px;
3476 - height: 40px;
3477 - border-radius: 50%;
3478 - display: grid;
3479 - place-items: center;
3480 -}
3481 -.wtotem_body .antivirus-log__icon-container--clean {
3482 - background-color: #d1fae5;
3483 -}
3484 -.wtotem_body .antivirus-log__icon-container--infected {
3485 - background-color: #fee2e2;
3486 -}
3487 -.wtotem_body .antivirus-log__icon-container--header {
3488 - width: 60px;
3489 - height: 60px;
3490 - background-color: #eef2ff;
3491 -}
3492 -.wtotem_body .antivirus-log__item-info {
3493 - text-align: left;
3494 -}
3495 -.wtotem_body .antivirus-log__item-date {
3496 - text-align: left;
3497 - font-size: 14px;
3498 - color: #9ca3af;
3499 - font-weight: 400;
3500 - font-family: 'Inter', sans-serif;
3501 - margin: 0;
3502 -}
3503 -.wtotem_body .antivirus-log__item-date--header {
3504 - margin: 0;
3505 - color: #86939e;
3506 - font-size: 14px;
3507 - font-weight: 500;
3508 - font-family: 'Inter', sans-serif;
3509 - line-height: 24px;
3510 -}
3511 -.wtotem_body .antivirus-log__item-status {
3512 - text-align: left;
3513 - font-family: 'Inter', sans-serif;
3514 - color: #6b7280;
3515 - margin: 0;
3516 -}
3517 -.wtotem_body .antivirus-log__item-status--header {
3518 - font-family: 'Inter', sans-serif;
3519 - font-weight: 500;
3520 - margin: 0;
3521 - font-size: 18px;
3522 - color: #5e6977;
3523 - line-height: 24px;
3524 -}
3525 -.wtotem_body .antivirus-log__close {
3526 - background-color: transparent;
3527 - cursor: pointer;
3528 - border: none;
3529 - border-radius: 50%;
3530 - aspect-ratio: 1;
3531 - display: flex;
3532 - justify-content: center;
3533 - align-items: center;
3534 -}
3535 -.wtotem_body .antivirus-history {
3536 - display: flex;
3537 - justify-content: space-between;
3538 - align-items: center;
3539 - margin-top: 27px;
3540 - margin-bottom: 23px;
3541 -}
3542 -.wtotem_body .antivirus-history__title {
3543 - color: #5e6977;
3544 - font-weight: 700;
3545 - line-height: 24px;
3546 - font-size: 24px;
3547 - margin: 0;
3548 -}
3549 -.wtotem_body .antivirus-picker {
3550 - display: flex;
3551 - align-items: center;
3552 - gap: 9px;
3553 -}
3554 -.wtotem_body .antivirus-picker__radio{
3555 - display: none;
3556 -}
3557 -.wtotem_body .antivirus-picker__date.date-picker {
3558 - background-color: #fff;
3559 - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
3560 - padding: 7px 12px;
3561 - border-radius: 1000px;
3562 - max-height: 45px;
3563 -}
3564 -.wtotem_body .antivirus-picker__range {
3565 - padding: 7px 8px;
3566 - display: flex;
3567 - align-items: center;
3568 - gap: 6px;
3569 - background-color: #fff;
3570 - border-radius: 1000px;
3571 - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
3572 - max-height: 45px;
3573 -}
3574 -.wtotem_body .antivirus-picker__btn {
3575 - line-height: 0;
3576 - padding: 16px 12px;
3577 - background-color: transparent;
3578 - border-radius: 1000px;
3579 - border-color: transparent;
3580 - color: #5e6977;
3581 - font-size: 14px;
3582 - font-weight: 400;
3583 - font-family: 'Inter', sans-serif;
3584 - transition: background-color 0.15s;
3585 - cursor: pointer;
3586 -}
3587 -.wtotem_body .antivirus-picker__btn--active {
3588 - color: #fff;
3589 - background-color: #3d50df;
3590 -}
3591 -.wtotem_body .antivirus-spin {
3592 - animation: spinner 1.1s infinite linear;
3593 -}
3594 2533
3595 2534 /*
3596 - * Antivirus quarantine block styles
2535 + * Antivirus Extra small styles 320-375px
3597 2536 */
3598 -.wtotem_body .antivirus-quarantine {
3599 - padding: 24px 24px 34px;
3600 - position: relative;
2537 +@media screen and (max-width: 375px) {
2538 + .wtotem_antivirus__item {
2539 + width: 150px;
2540 + }
3601 2541 }
3602 -.wtotem_body .antivirus-quarantine__tab {
3603 - background-color: transparent;
3604 - border: none;
3605 - cursor: pointer;
3606 - font-family: 'Inter', sans-serif;
3607 - font-weight: 400;
3608 - padding: 0 0 4px;
3609 - color: #ef4444;
3610 - position: relative;
3611 - font-size: 16px;
3612 -}
3613 -.wtotem_body .antivirus-quarantine__tab--active {
3614 - font-weight: 700;
3615 -}
3616 -.wtotem_body .antivirus-quarantine__tab--active::after {
3617 - content: '';
3618 - position: absolute;
3619 - height: 2px;
3620 - width: 100%;
3621 - left: 0;
3622 - bottom: 0;
3623 - background-color: #ef4444;
3624 - border-radius: 12px;
3625 -}
3626 -.wtotem_body .antivirus-quarantine__tab:focus {
3627 - outline-offset: 4px;
3628 -}
3629 -.wtotem_body .antivirus-quarantine__items-container {
3630 - margin-top: 22px;
3631 - display: flex;
3632 - flex-direction: column;
3633 - gap: 9px;
3634 - display: none;
3635 - /*max-height: 500px;*/
3636 - overflow-y: auto;
3637 -}
3638 -.wtotem_body .antivirus-quarantine__items-container--active {
3639 - display: flex;
3640 -}
3641 -.wtotem_body .antivirus-quarantine__item {
3642 - padding: 0 16px;
3643 - width: 100%;
3644 - text-align: left;
3645 - font-family: 'Inter', sans-serif;
3646 - max-height: 50px;
3647 - overflow: hidden;
3648 - transition: max-height 0.15s ease;
3649 - will-change: max-height;
3650 -}
3651 -.wtotem_body .antivirus-quarantine__item p {
3652 - margin: 0;
3653 -}
3654 -.wtotem_body .antivirus-quarantine__item--open {
3655 - max-height: 500px;
3656 - overflow-y: visible;
3657 - position: relative;
3658 -}
3659 -.wtotem_body .antivirus-quarantine__item--open .wtotem_body .antivirus-quarantine__item-preview {
3660 - padding-bottom: 5px;
3661 -}
3662 -.wtotem_body .antivirus-quarantine__item-entry {
3663 - padding: 25px 0;
3664 -}
3665 -.wtotem_body .antivirus-quarantine__item-entry:not(:last-child) {
3666 - border-bottom: 1px solid #e1e8ee;
3667 -}
3668 -.wtotem_body .antivirus-quarantine__item-preview {
3669 - display: flex;
3670 - justify-content: space-between;
3671 - align-items: center;
3672 - position: sticky;
3673 - top: 0;
3674 - background-color: #f9fafb;
3675 -}
3676 -.wtotem_body .antivirus-quarantine__item-name {
3677 - color: #d46c6a;
3678 - font-weight: 500;
3679 - margin: 0;
3680 -}
3681 -.wtotem_body .antivirus-quarantine__item-path {
3682 - color: #5e6977;
3683 - font-weight: 500;
3684 - font-size: 14px;
3685 - margin: 0;
3686 -}
3687 -.wtotem_body .antivirus-quarantine__item-actions {
3688 - display: flex;
3689 - gap: 6px;
3690 - align-items: center;
3691 -}
3692 -.wtotem_body .antivirus-quarantine__item-btn {
3693 - background-color: transparent;
3694 - cursor: pointer;
3695 - border-color: transparent;
3696 -}
3697 2542
3698 -.wtotem_body .antivirus-quarantine__item-btn {
3699 - display: flex;
3700 - align-items: center;
3701 - justify-content: center;
3702 - gap: 8px;
3703 - padding: 8px 16px;
3704 - background-color: transparent;
3705 - border: 1px solid #cc000094;
3706 - border-radius: 8px;
3707 - cursor: pointer;
3708 - transition: background-color 0.2s ease;
3709 - color: #cc000094;
3710 -}
3711 -
3712 -.wtotem_body .antivirus-quarantine__item-btn:hover {
3713 - background-color: #cbc9c924;
3714 -}
3715 -
3716 -.wtotem_body .antivirus-quarantine__item-btn svg {
3717 - display: block; /* чтобы убрать возможные лишние отступы */
3718 -}
3719 -
3720 -.wtotem_body .antivirus-quarantine__item-chevron {
3721 - transform: rotate(90deg);
3722 - transition: transform 0.3s ease;
3723 -}
3724 -.wtotem_body .antivirus-quarantine__item-chevron--open {
3725 - transform: rotate(-90deg);
3726 -}
3727 -.wtotem_body .antivirus-quarantine__item-signature-title, .wtotem_body .antivirus-quarantine__item-signature-name {
3728 - line-height: 20px;
3729 -}
3730 -.wtotem_body .antivirus-quarantine__item-signature-title {
3731 - text-transform: uppercase;
3732 - color: #6b7280;
3733 - font-size: 10px;
3734 - font-weight: 700;
3735 -}
3736 -.wtotem_body .antivirus-quarantine__item-signature-name {
3737 - color: #5e6977;
3738 - font-weight: 700;
3739 - font-size: 14px;
3740 -}
3741 -.wtotem_body .antivirus-quarantine__item-table {
3742 - margin-top: 6px;
3743 -}
3744 -.wtotem_body .antivirus-quarantine__item-table th {
3745 - color: #5e6977;
3746 - font-size: 10px;
3747 - text-transform: uppercase;
3748 - font-weight: 700;
3749 - line-height: 20px;
3750 -}
3751 -.wtotem_body .antivirus-quarantine__item-table td {
3752 - font-weight: 400;
3753 - line-height: 20px;
3754 - font-size: 14px;
3755 - color: #5e6977;
3756 -}
3757 -.wtotem_body .antivirus-quarantine__item-table th,
3758 -.wtotem_body .antivirus-quarantine__item-table td {
3759 - border: solid 1px transparent;
3760 - padding: 0;
3761 - background-color: transparent;
3762 -}
3763 -.wtotem_body .antivirus-quarantine__item-table td:not(:last-child) {
3764 - padding-right: 27px;
3765 -}
3766 -.wtotem_body .antivirus-quarantine__item-description {
3767 - margin-top: 25px;
3768 - color: #6b7280;
3769 -}
3770 -.wtotem_body .antivirus-quarantine__item-title {
3771 - text-transform: uppercase;
3772 - font-weight: 700;
3773 - font-size: 10px;
3774 - line-height: 20px;
3775 -}
3776 -.wtotem_body .antivirus-quarantine__item-content {
3777 - font-weight: 400;
3778 - font-size: 10px;
3779 - line-height: 20px;
3780 -}
3781 -.wtotem_body .antivirus-quarantine__btn {
3782 - padding: 16px 0 16px 0;
3783 - background-color: #f9fafb;
3784 - border-radius: 12px;
3785 - margin-bottom: 10px;
3786 -}
3787 -.wtotem_body .antivirus-quarantine__nodata {
3788 - height: 275px;
3789 - display: grid;
3790 - place-items: center;
3791 - text-align: center;
3792 - place-content: center;
3793 -}
3794 -.wtotem_body .antivirus-quarantine__nodata-icon-container {
3795 - width: 60px;
3796 - height: 60px;
3797 - background-color: #eef2ff;
3798 - display: grid;
3799 - place-items: center;
3800 - border-radius: 50%;
3801 -}
3802 -.wtotem_body .antivirus-quarantine__nodata-title {
3803 - color: #111827;
3804 - font-weight: 500;
3805 - margin: 0;
3806 - margin-top: 17px;
3807 - font-size: 18px;
3808 -}
3809 -.wtotem_body .antivirus-quarantine__nodata-description {
3810 - margin: 0;
3811 - color: #6b7280;
3812 - margin-top: 4px;
3813 - font-size: 14px;
3814 - font-weight: 400;
3815 -}
3816 -
3817 2543 /*
3818 2544 * Monitoring and scanning block styles
3819 2545 */
3820 2546 .wtotem_monitoring {
@@ -3836,13 +2562,8 @@
3836 2562 .wtotem_table__td,
3837 2563 .wtotem_table__info {
3838 2564 padding: 15px 15px;
3839 2565 }
3840 -.wtotem_table__th{
3841 - display: flex;
3842 - justify-content: space-between;
3843 - align-items: center;
3844 -}
3845 2566 .wtotem_table__th,
3846 2567 .wtotem_table__td {
3847 2568 border-bottom: 1px solid #f3f5f6;
3848 2569 }
@@ -4013,509 +2734,10 @@
4013 2734 }
4014 2735 }
4015 2736
4016 2737 /*
4017 - * Scanning block styles
4018 -*/
4019 -.port__top {
4020 - flex-grow: 1;
4021 - border-bottom: 1px solid #e1e8ee;
4022 - margin-bottom: 20px;
4023 -}
4024 -.port__header {
4025 - justify-content: space-between
4026 -}
4027 -.port__header,.port__title {
4028 - display: flex;
4029 - align-items: center
4030 -}
4031 -.port__title {
4032 - color: #374151;
4033 - font-weight: 700;
4034 - font-size: 20px;
4035 - line-height: 30px;
4036 - grid-gap: .25em;
4037 - gap: .25em
4038 -}
4039 -.port__settings {
4040 - font-weight: 500;
4041 - font-size: 14px;
4042 - background-color: transparent;
4043 - color: #3d50df;
4044 - display: flex;
4045 - grid-gap: 4px;
4046 - gap: 4px;
4047 - align-items: center;
4048 - border-color: transparent;
4049 - cursor: pointer
4050 -}
4051 -.port__settings:focus {
4052 - outline-offset: .5em;
4053 - outline-color: #3d50df
4054 -}
4055 -.port__settings-icon {
4056 - transform: rotate(-90deg)
4057 -}
4058 -.port__last-check {
4059 - display: flex;
4060 - grid-gap: 57px;
4061 - gap: 57px;
4062 - margin-top: 24px;
4063 - padding-bottom: 24px
4064 -}
4065 -.port__last-status {
4066 - display: flex;
4067 - flex-direction: column;
4068 - grid-gap: 4px;
4069 - gap: 4px
4070 -}
4071 -.port__last-status-title {
4072 - font-size: 14px;
4073 - color: #6b7280
4074 -}
4075 -.port__last-status-value {
4076 - color: #6b7280;
4077 - font-weight: 500
4078 -}
4079 -.port__last-status-value--warning {
4080 - color: #fbbf24
4081 -}
4082 -.port__last-status-value--good {
4083 - color: #10b981
4084 -}
4085 -.port__last-check-date {
4086 - display: flex;
4087 - flex-direction: column;
4088 - grid-gap: 4px;
4089 - gap: 4px
4090 -}
4091 -.port__last-check-date-title {
4092 - font-size: 14px;
4093 - color: #6b7280
4094 -}
4095 -.port__last-check-date-value {
4096 - font-weight: 500;
4097 - color: #374151
4098 -}
4099 -.port__result {
4100 - display: flex;
4101 - flex-direction: column;
4102 - justify-content: end;
4103 - grid-gap: 12px;
4104 - gap: 12px;
4105 - flex-grow: 1
4106 -}
4107 -.port__result-title {
4108 - font-size: 14px;
4109 - color: #6b7280
4110 -}
4111 -.port__result-list {
4112 - list-style-type: none;
4113 - display: flex;
4114 - flex-wrap: wrap;
4115 - grid-gap: 4px;
4116 - gap: 4px
4117 -}
4118 -.port__result-list-item {
4119 - border-radius: 100px;
4120 - background-color: #fffbeb;
4121 - border: 1px solid #fef3c7;
4122 - color: #ebad0e
4123 -}
4124 -.port__result-list-item,.port__result-list-item--selected {
4125 - padding: 5px 16px;
4126 - line-height: 14px;
4127 - font-size: 14px;
4128 - display: flex;
4129 - align-items: center;
4130 - cursor: pointer;
4131 - margin-bottom: 5px;
4132 -}
4133 -.port__result-list-item--selected {
4134 - border-radius: 100px;
4135 - background-color: #3d50df;
4136 - border: 1px solid #3d50df;
4137 - color: #fff
4138 -}
4139 -.port__result-more-btn {
4140 - border-radius: 100px;
4141 - color: #5e6977;
4142 - background-color: #f9fafb;
4143 - border: 1px solid #f3f4f6;
4144 - padding: 5px 16px;
4145 - line-height: 14px;
4146 - font-size: 14px;
4147 - transition: all .1s;
4148 - display: flex;
4149 - align-items: center;
4150 - cursor: pointer;
4151 - outline-width: 1px
4152 -}
4153 -.port__result-more-btn:hover {
4154 - background-color: #eff6ff;
4155 - color: #3d50df
4156 -}
4157 -.port__result-more-btn:focus {
4158 - outline-color: #fff;
4159 - background-color: #3d50df;
4160 - color: #fff
4161 -}
4162 -.port__no-data {
4163 - flex-grow: 1;
4164 - display: flex;
4165 - align-items: center;
4166 - justify-content: space-between
4167 -}
4168 -.port__no-data-text {
4169 - display: flex;
4170 - flex-direction: column;
4171 - grid-gap: 12px;
4172 - gap: 12px
4173 -}
4174 -.port__no-data-heading {
4175 - color: #111827;
4176 - font-weight: 700
4177 -}
4178 -.port__no-data-status {
4179 - color: #10b981;
4180 - display: flex;
4181 - align-items: center;
4182 - grid-gap: 4px;
4183 - gap: 4px;
4184 - font-size: 16px
4185 -}
4186 -.port__no-data-link {
4187 - border: 2px solid #3d50df;
4188 - border-radius: 5px;
4189 - color: #3d50df;
4190 - font-size: 14px;
4191 - font-weight: 700;
4192 - text-transform: uppercase;
4193 - padding: 12px 24px;
4194 - text-decoration: none
4195 -}
4196 -.port-cve__technology-container {
4197 - padding: 22px 24px;
4198 - color: #86939e;
4199 -}
4200 -.port-cve__technology {
4201 - display: flex;
4202 - gap: 24px;
4203 - align-items: center;
4204 - padding-bottom: 22px;
4205 -}
4206 -.port-cve__technology-info {
4207 - flex: 2;
4208 -}
4209 -.port-cve__technology-description {
4210 - display: flex;
4211 - gap: 12px;
4212 - margin-top: 6px;
4213 - align-items: center;
4214 -}
4215 -.port-cve__technology-name {
4216 - color: #5e6977;
4217 - font-size: 16px;
4218 - line-height: 24px;
4219 -}
4220 -.port-cve__technology-version {
4221 - color: #ee3f3f;
4222 - font-size: 14px;
4223 - line-height: 24px;
4224 - min-height: 24px;
4225 -}
4226 -.port-cve__technology-icon {
4227 - width: 40px;
4228 - height: 40px;
4229 -}
4230 -.port-cve__technology-btn {
4231 - flex: 1;
4232 - padding: 12px 24px;
4233 -}
4234 -
4235 -/*
4236 - * Open path block styles
4237 -*/
4238 -.open-path {
4239 - display: flex;
4240 - flex-direction: column;
4241 - grid-gap: 24px;
4242 - gap: 24px;
4243 - padding: 24px;
4244 - height: 100%
4245 -}
4246 -.open-path *,.open-path :after,.open-path :before {
4247 - margin: 0;
4248 - padding: 0;
4249 - box-sizing: border-box
4250 -}
4251 -.open-path__top {
4252 - flex-grow: 1;
4253 - border-bottom: 1px solid #e1e8ee;
4254 - margin-bottom: 20px;
4255 -}
4256 -.open-path__header {
4257 - display: flex;
4258 - justify-content: space-between;
4259 - align-items: center
4260 -}
4261 -.open-path__title {
4262 - color: #374151;
4263 - font-weight: 700;
4264 - font-size: 20px;
4265 - line-height: 30px
4266 -}
4267 -.open-path__force-check-btn,
4268 -.open-path__title {
4269 - display: flex;
4270 - grid-gap: .25em;
4271 - gap: .25em;
4272 - align-items: center
4273 -}
4274 -.open-path__force-check-btn {
4275 - font-weight: 500;
4276 - font-size: 16px;
4277 - background-color: transparent;
4278 - color: #3d50df;
4279 - border-color: transparent;
4280 - border-radius: 10px;
4281 - cursor: pointer
4282 -}
4283 -.open-path__force-check-btn:focus {
4284 - outline-offset: .5em;
4285 - outline-color: #3d50df
4286 -}
4287 -.open-path__last-check {
4288 - display: flex;
4289 - grid-gap: 57px;
4290 - gap: 57px;
4291 - margin-top: 24px;
4292 - padding-bottom: 24px
4293 -}
4294 -.open-path__last-status {
4295 - display: flex;
4296 - flex-direction: column;
4297 - grid-gap: 4px;
4298 - gap: 4px
4299 -}
4300 -.open-path__last-status-title {
4301 - font-size: 14px;
4302 - color: #6b7280
4303 -}
4304 -.open-path__last-status-value {
4305 - color: #6b7280;
4306 - font-weight: 500
4307 -}
4308 -.open-path__last-status-value--warning {
4309 - color: #fbbf24
4310 -}
4311 -.open-path__last-status-value--good {
4312 - color: #10b981
4313 -}
4314 -.open-path__last-check-date {
4315 - display: flex;
4316 - flex-direction: column;
4317 - grid-gap: 4px;
4318 - gap: 4px
4319 -}
4320 -.open-path__last-check-date-title {
4321 - font-size: 14px;
4322 - color: #6b7280
4323 -}
4324 -.open-path__last-check-date-value {
4325 - font-weight: 500;
4326 - color: #374151
4327 -}
4328 -.open-path__result {
4329 - display: flex;
4330 - flex-direction: column;
4331 - justify-content: end;
4332 - grid-gap: 12px;
4333 - gap: 12px;
4334 - flex-grow: 1
4335 -}
4336 -.open-path__result-title {
4337 - font-size: 14px;
4338 - color: #6b7280
4339 -}
4340 -.open-path__result-list {
4341 - list-style-type: none;
4342 - display: flex;
4343 - grid-gap: 4px;
4344 - gap: 4px
4345 -}
4346 -.open-path__result-list-item {
4347 - border-radius: 100px;
4348 - color: #3d50df;
4349 - background-color: #eff6ff;
4350 - border: 1px solid #dbeafe
4351 -}
4352 -.open-path__result-list-item, .open-path__result-more-btn {
4353 - padding: 3px 16px;
4354 - font-size: 14px;
4355 - display: flex;
4356 - align-items: center
4357 -}
4358 -.open-path__result-more-btn {
4359 - border-radius: 100px;
4360 - color: #5e6977;
4361 - background-color: #f9fafb;
4362 - border: 1px solid #f3f4f6;
4363 - transition: all .1s;
4364 - cursor: pointer;
4365 - outline-width: 1px
4366 -}
4367 -.open-path__result-more-btn:hover {
4368 - background-color: #eff6ff;
4369 - color: #3d50df
4370 -}
4371 -.open-path__result-more-btn:focus {
4372 - outline-color: #fff;
4373 - background-color: #3d50df;
4374 - color: #fff
4375 -}
4376 -.open-path__no-data {
4377 - flex-grow: 1;
4378 - display: flex;
4379 - align-items: center;
4380 - justify-content: space-between
4381 -}
4382 -.open-path__no-data-text {
4383 - display: flex;
4384 - flex-direction: column;
4385 - grid-gap: 12px;
4386 - gap: 12px
4387 -}
4388 -.open-path__no-data-heading {
4389 - color: #111827;
4390 - font-weight: 700
4391 -}
4392 -.open-path__no-data-status {
4393 - color: #10b981;
4394 - display: flex;
4395 - align-items: center;
4396 - grid-gap: 4px;
4397 - gap: 4px;
4398 - font-size: 16px
4399 -}
4400 -.open-path__no-data-link {
4401 - border: 2px solid #3d50df;
4402 - border-radius: 5px;
4403 - color: #3d50df;
4404 - font-size: 14px;
4405 - font-weight: 700;
4406 - text-transform: uppercase;
4407 - padding: 12px 24px;
4408 - text-decoration: none
4409 -}
4410 -.open-path-details__header {
4411 - display: flex;
4412 - justify-content: space-between;
4413 - align-items: center;
4414 - padding: 28px 24px 25px 22px;
4415 -}
4416 -.open-path-details__heading {
4417 - font-size: 18px;
4418 - color: #5e6977;
4419 - font-weight: 700
4420 -}
4421 -.open-path-details__close-btn {
4422 - background-color: transparent;
4423 - border-color: transparent;
4424 - cursor: pointer
4425 -}
4426 -.open-path-details__close-btn:focus,.open-path-details__close-btn:hover {
4427 - outline: 0
4428 -}
4429 -.open-path-details__close-btn:focus .open-path-details__close-icon path,.open-path-details__close-btn:hover .open-path-details__close-icon path {
4430 - fill: #3d50df
4431 -}
4432 -.open-path-details__content {
4433 - display: flex;
4434 - /*flex-direction: column;*/
4435 - flex-wrap: wrap;
4436 - grid-gap: 12px;
4437 - gap: 12px;
4438 - padding: 22px
4439 -}
4440 -.open-path-details__item {
4441 - padding: 24px;
4442 - border-radius: 12px;
4443 - background-color: #f9fafb;
4444 - width: 49%;
4445 -}
4446 -.open-path-details__item-header {
4447 - display: flex;
4448 - align-items: start;
4449 - justify-content: space-between;
4450 - padding-bottom: 12px;
4451 - border-bottom: 1px solid #e1e8ee
4452 -}
4453 -.open-path-details__item-action {
4454 - padding-top: 12px;
4455 - color: #3d50df;
4456 - font-size: 18px;
4457 - display: flex;
4458 - align-items: center;
4459 - justify-content: space-between
4460 -}
4461 -.open-path-details__item-info {
4462 - display: flex;
4463 - grid-gap: 24px;
4464 - gap: 24px;
4465 - line-height: 30px
4466 -}
4467 -.open-path-details__item-value {
4468 - color: #111827
4469 -}
4470 -.open-path-details__status {
4471 - padding: 2px 12px;
4472 - font-size: 14px;
4473 - font-weight: 500;
4474 - text-align: center;
4475 - line-height: 20px;
4476 - border-radius: 12px;
4477 - text-transform: capitalize
4478 -}
4479 -.open-path-details__status--high {
4480 - background-color: #fee2e2;
4481 - color: #991b1b
4482 -}
4483 -.open-path-details__status--medium {
4484 - background-color: #fef3c7;
4485 - color: #92400e
4486 -}
4487 -.open-path-details__status--low {
4488 - background-color: #D1FAE5;
4489 - color: #065F46
4490 -}
4491 -
4492 -/*
4493 2738 * Map block styles
4494 2739 */
4495 -select.wtotem_select__inner {
4496 - -webkit-appearance: none;
4497 - -moz-appearance: none;
4498 - appearance: none;
4499 - width: 100%;
4500 - box-sizing: border-box;
4501 - background: #f3f3f3 url('../img/select-arrow.svg') no-repeat right 10px center;
4502 - height: 42px;
4503 - font-size: 14px;
4504 - color: #86939E;
4505 - border: none;
4506 - border-radius: 25px;
4507 - padding: 0 30px 0 15px;
4508 - box-shadow: none !important;
4509 -}
4510 -
4511 -select.wtotem_select__inner option{
4512 - background: #fff;
4513 -}
4514 -
4515 -/*
4516 - * Map block styles
4517 -*/
4518 2740 .wtotem_map .wtotem_map-block {
4519 2741 display: flex;
4520 2742 align-items: center;
4521 2743 justify-content: space-around;
@@ -4551,9 +2773,8 @@
4551 2773 line-height: 18px;
4552 2774 color: #1d293f;
4553 2775 }
4554 2776
4555 -
4556 2777 /*
4557 2778 * Map block styles Medium 768-992px
4558 2779 */
4559 2780 @media screen and (max-width: 992px) {
@@ -4755,9 +2976,9 @@
4755 2976 line-height: normal;
4756 2977 }
4757 2978 .wtotem_body select.wtotem_state__select:hover {
4758 2979 background-image: none;
4759 - /*color: #86939e;*/
2980 + color: #86939e;
4760 2981 }
4761 2982 .wtotem_state__option {
4762 2983 border: none;
4763 2984 }
@@ -4890,11 +3111,8 @@
4890 3111 .wtotem_welcome-wrapper .wtotem_modal__btn:hover {
4891 3112 background: #dbdbdb;
4892 3113 color: #fff;
4893 3114 }
4894 -.wtotem_welcome-wrapper .wtotem_modal__btn.disable {
4895 - background: #4bc374!important;
4896 -}
4897 3115 .wtotem_welcome-bottom {
4898 3116 text-align: center;
4899 3117 }
4900 3118 .wtotem_welcome-bottom__logo {
@@ -5127,9 +3345,9 @@
5127 3345 padding: 0 20px;
5128 3346 }
5129 3347 .wtotem_body .wtotem_control__btn:hover {
5130 3348 transition: all 0.2s ease-in-out;
5131 - background: #e5e5e5;
3349 + background: #f3f5f6;
5132 3350 color: #5e6977;
5133 3351 }
5134 3352 .wtotem_body .wtotem_btn_wc {
5135 3353 width: fit-content;
@@ -5236,29 +3454,8 @@
5236 3454 .wtotem_body .onoff__input:checked + label:after {
5237 3455 right: -100%;
5238 3456 }
5239 3457
5240 -input.wtotem_settings_input{
5241 - width: 100%;
5242 - border: 2px solid #e1e8ee;
5243 - border-radius: 8px;
5244 - margin-bottom: 15px;
5245 - padding: 2px 14px;
5246 -}
5247 -
5248 -.wtotem_settings_section_inner{
5249 - padding: 22px;
5250 -}
5251 -
5252 -.wtotem_settings_submit_wrap {
5253 - text-align: right;
5254 -}
5255 -.wtotem_body .wtotem_settings_submit_wrap .wtotem_control__btn{
5256 - display: inline-block;
5257 - width: 250px;
5258 - margin-top: 15px;
5259 -}
5260 -
5261 3458 /*
5262 3459 * Settings blocks Large styles 992-1100px
5263 3460 */
5264 3461 @media screen and (max-width: 1100px) {
@@ -5533,12 +3730,12 @@
5533 3730
5534 3731 /*
5535 3732 * Confirm popup styles
5536 3733 */
5537 -.wtotem_body .popup-content {
3734 +.popup-content {
5538 3735 z-index: 30!important;
5539 3736 }
5540 -.wtotem_body .confirmation-dialog {
3737 +.confirmation-dialog {
5541 3738 padding: 20px;
5542 3739 display: flex;
5543 3740 align-items: center;
5544 3741 justify-content: center;
@@ -5543,9 +3740,9 @@
5543 3740 align-items: center;
5544 3741 justify-content: center;
5545 3742 flex-direction: column;
5546 3743 }
5547 -.wtotem_body .confirmation-dialog__title {
3744 +.confirmation-dialog__title {
5548 3745 font-weight: 700;
5549 3746 font-size: 24px;
5550 3747 line-height: 1.5;
5551 3748 color: #1d293f;
@@ -5550,9 +3747,9 @@
5550 3747 line-height: 1.5;
5551 3748 color: #1d293f;
5552 3749 margin: 0;
5553 3750 }
5554 -.wtotem_body .confirmation-dialog__text {
3751 +.confirmation-dialog__text {
5555 3752 font-weight: 500;
5556 3753 font-size: 14px;
5557 3754 line-height: 1.5;
5558 3755 text-align: center;
@@ -5560,27 +3757,11 @@
5560 3757 margin-bottom: 24px;
5561 3758 max-width: 242px;
5562 3759 white-space: pre-wrap;
5563 3760 }
5564 -.wtotem_body .confirmation-dialog__buttons-wrapper {
3761 +.confirmation-dialog__buttons-wrapper {
5565 3762 display: flex;
5566 3763 }
5567 -.wtotem_body .wt-button {
5568 - min-width: 28px;
5569 - height: 36px;
5570 - padding: 0 10px;
5571 - color: #3d50df;
5572 - font-size: 14px;
5573 - border-radius: 5px;
5574 - border: 2px solid #3d50df;
5575 - text-transform: uppercase;
5576 - cursor: pointer;
5577 - display: flex;
5578 - align-items: center;
5579 - justify-content: center;
5580 - background-color: transparent;
5581 - text-decoration: none;
5582 -}
5583 3764 .wtotem_body .wt-button--padded {
5584 3765 padding: 0 22px;
5585 3766 }
5586 3767 .wtotem_body .wt-button--size-300 {
@@ -5590,9 +3771,9 @@
5590 3771 border: none;
5591 3772 background-color: #ee3f3f;
5592 3773 color: #fff;
5593 3774 }
5594 -.wtotem_body .confirmation-dialog__button {
3775 +.confirmation-dialog__button {
5595 3776 margin-right: 15px;
5596 3777 }
5597 3778 .wtotem_body .wt-button--success {
5598 3779 border: none;
@@ -5598,8 +3779,24 @@
5598 3779 border: none;
5599 3780 background-color: #4bc374;
5600 3781 color: #fff;
5601 3782 }
3783 +.wt-button {
3784 + min-width: 28px;
3785 + height: 36px;
3786 + padding: 0 10px;
3787 + color: #3d50df;
3788 + font-size: 14px;
3789 + border-radius: 5px;
3790 + border: 2px solid #3d50df;
3791 + text-transform: uppercase;
3792 + cursor: pointer;
3793 + display: flex;
3794 + align-items: center;
3795 + justify-content: center;
3796 + background-color: #fff;
3797 + text-decoration: none;
3798 +}
5602 3799
5603 3800 /*
5604 3801 * Firewall settings styles
5605 3802 */
@@ -5609,23 +3806,22 @@
5609 3806 border-radius: 10px;
5610 3807 width: 280px;
5611 3808 padding: 15px 24px;
5612 3809 }
5613 -.wtotem_body .wtotem-waf-settings-popup__title {
3810 +.wtotem-waf-settings-popup__title {
5614 3811 font-weight: 500;
5615 3812 font-size: 14px;
5616 3813 line-height: 24px;
5617 3814 margin-bottom: 20px;
5618 3815 }
5619 -.wtotem_body .wtotem-waf-settings-popup__label {
3816 +.wtotem-waf-settings-popup__label {
5620 3817 display: block;
5621 3818 font-weight: 500;
5622 3819 font-size: 14px;
5623 3820 line-height: 24px;
5624 3821 margin-bottom: 10px;
5625 - color: #555555;
5626 3822 }
5627 -.wtotem_body .wtotem_body .wtotem-waf-settings-popup__input {
3823 +.wtotem_body .wtotem-waf-settings-popup__input {
5628 3824 display: block;
5629 3825 font-size: 12px;
5630 3826 line-height: 22px;
5631 3827 padding: 5px 10px;
@@ -5634,9 +3830,9 @@
5634 3830 border-radius: 8px;
5635 3831 width: 100%;
5636 3832 margin-bottom: 20px;
5637 3833 }
5638 -.wtotem_body .wtotem-waf-settings-popup__save {
3834 +.wtotem-waf-settings-popup__save {
5639 3835 padding: 12px 48px;
5640 3836 width: 100%;
5641 3837 text-transform: none;
5642 3838 font-weight: normal;
@@ -5642,16 +3838,16 @@
5642 3838 font-weight: normal;
5643 3839 font-size: 14px;
5644 3840 line-height: 12px;
5645 3841 }
5646 -.wtotem_body .firewall-add-ip-popup__add {
3842 +.firewall-add-ip-popup__add {
5647 3843 padding: 12px;
5648 3844 width: 100%;
5649 3845 }
5650 -.wtotem_body .firewall-add-ip-popup__title {
3846 +.firewall-add-ip-popup__title {
5651 3847 margin-bottom: 20px;
5652 3848 }
5653 -.wtotem_body .firewall-add-ip-popup__list-label {
3849 +.firewall-add-ip-popup__list-label {
5654 3850 display: block;
5655 3851 font-weight: 500;
5656 3852 font-size: 14px;
5657 3853 line-height: 14px;
@@ -5657,9 +3853,9 @@
5657 3853 line-height: 14px;
5658 3854 color: #86939e;
5659 3855 margin-bottom: 15px;
5660 3856 }
5661 -.wtotem_body .firewall-add-ip-popup__input {
3857 +.firewall-add-ip-popup__input {
5662 3858 display: block;
5663 3859 box-sizing: border-box;
5664 3860 font-weight: 500;
5665 3861 font-size: 14px;
@@ -5671,24 +3867,23 @@
5671 3867 border: 2px solid #e1e8ee;
5672 3868 border-radius: 5px;
5673 3869 margin-bottom: 20px;
5674 3870 }
5675 -.wtotem_body .firewall-configuration {
3871 +.firewall-configuration {
5676 3872 padding-bottom: 20px;
5677 3873 }
5678 -.wtotem_body .firewall-configuration__header-wrapper {
3874 +.firewall-configuration__header-wrapper {
5679 3875 display: flex;
5680 3876 justify-content: space-between;
5681 3877 align-items: center;
5682 3878 }
5683 -.wtotem_body .firewall-configuration__list-types {
3879 +.firewall-configuration__list-types {
5684 3880 display: flex;
5685 - flex-wrap: wrap;
5686 3881 padding: 0 18px;
5687 3882 border-bottom: 1px solid #f3f5f6;
5688 3883 margin-bottom: 15px;
5689 3884 }
5690 -.wtotem_body .firewall-configuration__list-type-label {
3885 +.firewall-configuration__list-type-label {
5691 3886 cursor: pointer;
5692 3887 display: block;
5693 3888 font-weight: normal;
5694 3889 font-size: 16px;
@@ -5694,9 +3889,9 @@
5694 3889 font-size: 16px;
5695 3890 line-height: 18px;
5696 3891 padding: 20px 0;
5697 3892 }
5698 -.wtotem_body .firewall-configuration__list-types-item {
3893 +.firewall-configuration__list-types-item {
5699 3894 margin-right: 18px;
5700 3895 cursor: pointer;
5701 3896 display: block;
5702 3897 font-weight: normal;
@@ -5703,24 +3898,22 @@
5703 3898 font-size: 16px;
5704 3899 line-height: 18px;
5705 3900 padding: 20px 0;
5706 3901 }
5707 -.wtotem_body .firewall-configuration__list-types-item:last-child {
3902 +.firewall-configuration__list-types-item:last-child {
5708 3903 margin-right: 0;
5709 3904 }
5710 -.wtotem_body .firewall-configuration__list-types-item.active {
3905 +.firewall-configuration__list-types-item.active {
5711 3906 color: #3d50df;
5712 3907 font-weight: bold;
5713 - border-bottom: 1px solid #3d50df;
5714 3908 }
5715 -.wtotem_body .firewall-configuration__list-type-input:checked + .firewall-configuration__list-type-label {
3909 +.firewall-configuration__list-type-input:checked + .firewall-configuration__list-type-label {
5716 3910 color: #3d50df;
5717 3911 font-weight: bold;
5718 3912 }
5719 3913
5720 -.wtotem_body .firewall-configuration__ip-adress-wrapper {
3914 +.firewall-configuration__ip-adress-wrapper {
5721 3915 display: flex;
5722 - flex-wrap: wrap;
5723 3916 padding: 0 18px;
5724 3917 margin-bottom: 20px;
5725 3918 }
5726 3919 .wtotem_body .firewall-configuration__ip-adress {
@@ -5734,17 +3927,17 @@
5734 3927 margin-right: 20px;
5735 3928 width: 350px;
5736 3929 box-shadow: none;
5737 3930 }
5738 -.wtotem_body .firewall-configuration__add {
3931 +.firewall-configuration__add {
5739 3932 padding: 12px 21px;
5740 3933 text-transform: none;
5741 3934 }
5742 -.wtotem_body .firewall-configuration__add {
3935 +.firewall-configuration__add {
5743 3936 padding: 12px 21px;
5744 3937 text-transform: none;
5745 3938 }
5746 -.wtotem_body .firewall-configuration__multi-adding {
3939 +.firewall-configuration__multi-adding {
5747 3940 font-size: 16px;
5748 3941 /*line-height: 18px;*/
5749 3942 color: #3d50df;
5750 3943 background-color: transparent;
@@ -5753,12 +3946,12 @@
5753 3946 border: none;
5754 3947 cursor: pointer;
5755 3948 padding: 5px;
5756 3949 }
5757 -.wtotem_body .firewall-ip-table {
3950 +.firewall-ip-table {
5758 3951 width: 100%;
5759 3952 }
5760 -.wtotem_body .firewall-ip-table__th {
3953 +.firewall-ip-table__th {
5761 3954 font-weight: 500;
5762 3955 font-size: 14px;
5763 3956 line-height: 21px;
5764 3957 text-align: left;
@@ -5766,12 +3959,12 @@
5766 3959 background: #fff;
5767 3960 border: solid #f3f5f6;
5768 3961 border-width: 1px 0;
5769 3962 }
5770 -.wtotem_body .firewall-ip-table__th:last-child {
3963 +.firewall-ip-table__th:last-child {
5771 3964 text-align: right;
5772 3965 }
5773 -.wtotem_body .firewall-ip-table__td {
3966 +.firewall-ip-table__td {
5774 3967 font-size: 16px;
5775 3968 line-height: 16px;
5776 3969 color: #86939e;
5777 3970 padding: 12px;
@@ -5776,18 +3969,18 @@
5776 3969 color: #86939e;
5777 3970 padding: 12px;
5778 3971 border-bottom: 1px solid #f3f5f6;
5779 3972 }
5780 -.wtotem_body .firewall-ip-table__td:last-child {
3973 +.firewall-ip-table__td:last-child {
5781 3974 text-align: right;
5782 3975 }
5783 -.wtotem_body .firewall-ip-table__tr:last-child .firewall-ip-table__td {
3976 +.firewall-ip-table__tr:last-child .firewall-ip-table__td {
5784 3977 border-bottom: none;
5785 3978 }
5786 -.wtotem_body .firewall-ip-table__tr {
3979 +.firewall-ip-table__tr {
5787 3980 border-bottom: 1px solid #f3f5f6;
5788 3981 }
5789 -.wtotem_body .firewall-ip-table__remove {
3982 +.firewall-ip-table__remove {
5790 3983 cursor: pointer;
5791 3984 font-weight: 500;
5792 3985 font-size: 16px;
5793 3986 line-height: 24px;
@@ -5794,25 +3987,25 @@
5794 3987 color: #d56c6a;
5795 3988 background-color: transparent;
5796 3989 border: none;
5797 3990 }
5798 -.wtotem_body .firewall-configuration .wtotem-waf-settings-popup__configuration-link {
3991 +.firewall-configuration .wtotem-waf-settings-popup__configuration-link {
5799 3992 display: none;
5800 3993 }
5801 -.wtotem_body .firewall-multi-adding__label-wrapper {
3994 +.firewall-multi-adding__label-wrapper {
5802 3995 display: flex;
5803 3996 align-items: center;
5804 3997 margin-bottom: 20px;
5805 3998 }
5806 -.wtotem_body .firewall-multi-adding__label {
3999 +.firewall-multi-adding__label {
5807 4000 font-size: 18px;
5808 4001 line-height: 18px;
5809 4002 font-weight: bold;
5810 4003 }
5811 -.wtotem_body .firewall-multi-adding__form {
4004 +.firewall-multi-adding__form {
5812 4005 padding: 30px;
5813 4006 }
5814 -.wtotem_body .firewall-multi-adding__input {
4007 +.firewall-multi-adding__input {
5815 4008 width: 100%;
5816 4009 padding: 12px;
5817 4010 border: 2px solid #e1e8ee;
5818 4011 border-radius: 10px;
@@ -5823,9 +4016,9 @@
5823 4016 resize: vertical;
5824 4017 margin-bottom: 15px;
5825 4018 box-shadow: none;
5826 4019 }
5827 -.wtotem_body .firewall-multi-adding__save {
4020 +.firewall-multi-adding__save {
5828 4021 padding: 12px;
5829 4022 width: 100%;
5830 4023 text-transform: none;
5831 4024 font-weight: normal;
@@ -5848,16 +4041,16 @@
5848 4041 /*
5849 4042 * Firewall settings Small styles 576px
5850 4043 */
5851 4044 @media screen and (max-width: 576px) {
5852 - .wtotem_body .firewall-ip-table__td:nth-child(2),
5853 - .wtotem_body .firewall-ip-table__th:nth-child(2) {
4045 + .firewall-ip-table__td:nth-child(2),
4046 + .firewall-ip-table__th:nth-child(2) {
5854 4047 display: none;
5855 4048 }
5856 - .wtotem_body .firewall-multi-adding__tooltip-content {
4049 + .firewall-multi-adding__tooltip-content {
5857 4050 min-width: 170px;
5858 4051 }
5859 - .wtotem_body .firewall-multi-adding__tooltip-header {
4052 + .firewall-multi-adding__tooltip-header {
5860 4053 display: none;
5861 4054 }
5862 4055 }
5863 4056
@@ -6104,18 +4297,14 @@
6104 4297 @media screen and (max-width: 768px) {
6105 4298 .wtotem_alert {
6106 4299 margin-bottom: 20px;
6107 4300 }
6108 -
6109 - .wtotem_alert__desc {
6110 - margin-right: -10px;
6111 - }
6112 4301 }
6113 4302
6114 4303 /*
6115 4304 * Tlite styles
6116 4305 */
6117 -.wtotem_body .tlite {
4306 +.tlite {
6118 4307 background: #111;
6119 4308 color: #fff;
6120 4309 font-family: sans-serif;
6121 4310 font-size: 0.8rem;
@@ -6132,17 +4321,17 @@
6132 4321 box-shadow: 0 0.5rem 1rem -0.5rem #000;
6133 4322 z-index: 1000;
6134 4323 -webkit-backface-visibility: hidden;
6135 4324 }
6136 -.wtotem_body .tlite-table td,
6137 -.wtotem_body .tlite-table th {
4325 +.tlite-table td,
4326 +.tlite-table th {
6138 4327 position: relative;
6139 4328 }
6140 -.wtotem_body .tlite-visible {
4329 +.tlite-visible {
6141 4330 visibility: visible;
6142 4331 opacity: 0.9;
6143 4332 }
6144 -.wtotem_body .tlite::before {
4333 +.tlite::before {
6145 4334 content: " ";
6146 4335 display: block;
6147 4336 background: inherit;
6148 4337 width: 10px;
@@ -6149,40 +4338,40 @@
6149 4338 height: 10px;
6150 4339 position: absolute;
6151 4340 transform: rotate(45deg);
6152 4341 }
6153 -.wtotem_body .tlite-n::before {
4342 +.tlite-n::before {
6154 4343 top: -3px;
6155 4344 left: 50%;
6156 4345 margin-left: -5px;
6157 4346 }
6158 -.wtotem_body .tlite-nw::before {
4347 +.tlite-nw::before {
6159 4348 top: -3px;
6160 4349 left: 10px;
6161 4350 }
6162 -.wtotem_body .tlite-ne::before {
4351 +.tlite-ne::before {
6163 4352 top: -3px;
6164 4353 right: 10px;
6165 4354 }
6166 -.wtotem_body .tlite-s::before {
4355 +.tlite-s::before {
6167 4356 bottom: -3px;
6168 4357 left: 50%;
6169 4358 margin-left: -5px;
6170 4359 }
6171 -.wtotem_body .tlite-se::before {
4360 +.tlite-se::before {
6172 4361 bottom: -3px;
6173 4362 right: 10px;
6174 4363 }
6175 -.wtotem_body .tlite-sw::before {
4364 +.tlite-sw::before {
6176 4365 bottom: -3px;
6177 4366 left: 10px;
6178 4367 }
6179 -.wtotem_body .tlite-w::before {
4368 +.tlite-w::before {
6180 4369 left: -3px;
6181 4370 top: 50%;
6182 4371 margin-top: -5px;
6183 4372 }
6184 -.wtotem_body .tlite-e::before {
4373 +.tlite-e::before {
6185 4374 right: -3px;
6186 4375 top: 50%;
6187 4376 margin-top: -5px;
6188 4377 }
@@ -6189,21 +4378,21 @@
6189 4378
6190 4379 /*
6191 4380 * Status styles
6192 4381 */
6193 -.wtotem_body .is--status--ok {
4382 +.is--status--ok {
6194 4383 color: #4bc374;
6195 4384 fill: #4bc374;
6196 4385 }
6197 -.wtotem_body .is--status--error {
4386 +.is--status--error {
6198 4387 color: #ee3f3f;
6199 4388 fill: #ee3f3f;
6200 4389 }
6201 -.wtotem_body .is--status--pending {
4390 +.is--status--pending {
6202 4391 color: #3d50df;
6203 4392 fill: #3d50df;
6204 4393 }
6205 -.wtotem_body .is--status--warning {
4394 +.is--status--warning {
6206 4395 color: #f5bf4f;
6207 4396 fill: #f5bf4f;
6208 4397 }
6209 4398
@@ -6264,8 +4453,9 @@
6264 4453 width: 0;
6265 4454 flex-grow: 1;
6266 4455 min-width: 90px;
6267 4456 }
4457 +
6268 4458 .wtotem_reports-dates__divider {
6269 4459 display: block;
6270 4460 align-self: center;
6271 4461 margin: 0 3px;
@@ -6297,8 +4487,9 @@
6297 4487 border-spacing: 0 8px;
6298 4488 margin-bottom: 30px;
6299 4489 border-collapse: separate;
6300 4490 }
4491 +
6301 4492 .wtotem_reports-table__row {
6302 4493 font-weight: 500;
6303 4494 font-size: 14px;
6304 4495 line-height: 21px;
@@ -6647,9 +4838,9 @@
6647 4838 }
6648 4839 .wtotem_reports-accordion__button:last-child {
6649 4840 margin-bottom: 0;
6650 4841 }
6651 -.wtotem_body .reports_load_more_td {
4842 +.reports_load_more_td {
6652 4843 background: transparent;
6653 4844 border-color: transparent;
6654 4845 }
6655 4846
@@ -6692,9 +4883,9 @@
6692 4883
6693 4884 /*
6694 4885 * Settings page styles
6695 4886 */
6696 -.wtotem_body .settings__header {
4887 +.settings__header {
6697 4888 padding: 20px 22px 15px;
6698 4889 }
6699 4890 .wtotem_firewall-section-menu-item {
6700 4891 position: relative;
@@ -6704,38 +4895,26 @@
6704 4895 position: absolute;
6705 4896 right: 6px;
6706 4897 top: 1px;
6707 4898 }
6708 -.wtotem_body .togglers-list {
4899 +.togglers-list {
6709 4900 margin: 0;
6710 4901 list-style: none;
6711 4902 position: relative;
6712 4903 }
6713 -.wtotem_body .togglers-list__item {
4904 +.togglers-list__item {
6714 4905 display: flex;
6715 4906 justify-content: space-between;
6716 4907 align-items: center;
6717 4908 margin-right: 20px;
6718 4909 }
6719 -.wtotem_body .togglers-list__item.one-element{
6720 - max-width: 340px;
6721 -}
6722 -.wtotem_body .togglers-list__item.one-element .togglers-list__name{
6723 - font-size: 16px;
6724 - display: inline-block;
6725 -}
6726 -.wtotem_body .togglers-list__item.one-element .wtotem_option__checkbox{
6727 - margin-left: 20px;
6728 -}
6729 -
6730 -.wtotem_body .togglers-list__item--disabled {
4910 +.togglers-list__item--disabled {
6731 4911 color: #c4c4c4;
6732 4912 }
6733 -
6734 -.wtotem_body .togglers-list__name {
4913 +.togglers-list__name {
6735 4914 margin: 0 10px 0 0;
6736 4915 }
6737 -.wtotem_body .notifications-list {
4916 +.notifications-list {
6738 4917 padding: 22px;
6739 4918 display: grid;
6740 4919 grid-template-columns: repeat(3, 1fr);
6741 4920 grid-template-rows: 1fr 1fr;
@@ -6745,9 +4924,9 @@
6745 4924 /*grid-column-gap: 10%;*/
6746 4925 /*-webkit-column-gap: 10%;*/
6747 4926 /*column-gap: 10%*/
6748 4927 }
6749 -.wtotem_body .module-list {
4928 +.module-list {
6750 4929 padding: 22px;
6751 4930 display: grid;
6752 4931 grid-template-columns: repeat(3, 1fr);
6753 4932 grid-template-rows: 1fr 1fr 1fr;
@@ -6757,9 +4936,9 @@
6757 4936 /*grid-column-gap: 10%;*/
6758 4937 /*-webkit-column-gap: 10%;*/
6759 4938 /*column-gap: 10%*/
6760 4939 }
6761 -.wtotem_body .notifications-settings__text {
4940 +.notifications-settings__text {
6762 4941 font-weight: 500;
6763 4942 font-size: 14px;
6764 4943 line-height: 20px;
6765 4944 color: #86939e;
@@ -6764,27 +4943,14 @@
6764 4943 line-height: 20px;
6765 4944 color: #86939e;
6766 4945 margin: 0 0 22px;
6767 4946 }
6768 -.wtotem_body .notifications-settings__header-wrapper {
4947 +.notifications-settings__header-wrapper {
6769 4948 padding: 20px 22px 0;
6770 4949 border-bottom: 1px solid #f3f5f6;
6771 4950 }
6772 4951
6773 -
6774 4952 /*
6775 - * Settings page styles 768px
6776 -*/
6777 -@media screen and (max-width: 768px) {
6778 - .wtotem_body .module-list, .wtotem_body .notifications-list {
6779 - grid-template-columns: repeat(1, 1fr);
6780 - grid-template-rows: 1fr;
6781 - grid-auto-flow: row;
6782 - }
6783 -}
6784 -
6785 -
6786 -/*
6787 4953 * Modal window styles
6788 4954 */
6789 4955 .wtotem-modal {
6790 4956 position: fixed;
@@ -6829,12 +4995,12 @@
6829 4995 font-weight: bold;
6830 4996 font-size: 18px;
6831 4997 line-height: 20px;
6832 4998 }
6833 -.wtotem_body .side-modal__content {
4999 +.side-modal__content {
6834 5000 display: block;
6835 5001 position: fixed;
6836 - height: 100vh;
5002 + min-height: 100vh;
6837 5003 overflow-y: auto;
6838 5004 top: 30px;
6839 5005 right: 0;
6840 5006 z-index: 1000;
@@ -6840,12 +5006,11 @@
6840 5006 z-index: 1000;
6841 5007 background: #ffffff;
6842 5008 transition: all 200ms;
6843 5009 transform: translateX(100%);
6844 - max-width: 500px;
6845 - width: 100%;
5010 + width: 500px;
6846 5011 }
6847 -.wtotem_body .side-modal__overlay {
5012 +.side-modal__overlay {
6848 5013 display: none;
6849 5014 position: fixed;
6850 5015 top: 0;
6851 5016 left: 0;
@@ -6853,21 +5018,21 @@
6853 5018 width: 100%;
6854 5019 z-index: 999;
6855 5020 background-color: rgba(94, 105, 119, 0.67);
6856 5021 }
6857 -.wtotem_body .side-modal--opened .side-modal__content {
5022 +.side-modal--opened .side-modal__content {
6858 5023 transform: translateX(0);
6859 5024 }
6860 -.wtotem_body .side-modal--opened .side-modal__overlay {
5025 +.side-modal--opened .side-modal__overlay {
6861 5026 display: block;
6862 5027 }
6863 -.wtotem_body .side-modal__title {
5028 +.side-modal__title {
6864 5029 font-weight: bold;
6865 5030 font-size: 18px;
6866 5031 line-height: 21px;
6867 5032 color: #3d50df;
6868 5033 }
6869 -.wtotem_body .side-modal__header-wrapper {
5034 +.side-modal__header-wrapper {
6870 5035 position: relative;
6871 5036 display: flex;
6872 5037 justify-content: space-between;
6873 5038 align-items: center;
@@ -6873,15 +5038,15 @@
6873 5038 align-items: center;
6874 5039 padding: 30px;
6875 5040 border-bottom: 1px solid #e1e8ee;
6876 5041 }
6877 -.wtotem_body .side-modal__title.h2 {
5042 +.side-modal__title.h2 {
6878 5043 margin: 0;
6879 5044 font-size: 18px;
6880 5045 line-height: 21px;
6881 5046 color: #3d50df;
6882 5047 }
6883 -.wtotem_body .side-modal__close {
5048 +.side-modal__close {
6884 5049 position: absolute;
6885 5050 top: 50%;
6886 5051 right: 10px;
6887 5052 transform: translateY(-50%);
@@ -6892,16 +5057,16 @@
6892 5057 background-color: transparent;
6893 5058 border: none;
6894 5059 cursor: pointer;
6895 5060 }
6896 -.wtotem_body .side-modal__close svg {
5061 +.side-modal__close svg {
6897 5062 height: 24px;
6898 5063 width: 24px;
6899 5064 }
6900 -.wtotem_body .side-modal__close path {
5065 +.side-modal__close path {
6901 5066 fill: #5e6977;
6902 5067 }
6903 -.wtotem_body h2.side-modal__title {
5068 +h2.side-modal__title {
6904 5069 margin: 0;
6905 5070 font-size: 18px;
6906 5071 line-height: 21px;
6907 5072 color: #3d50df;
@@ -6955,9 +5120,9 @@
6955 5120 display: flex;
6956 5121 z-index: 999;
6957 5122 padding: 0;
6958 5123 }
6959 -.wtotem_body .popup-overlay__close {
5124 +.popup-overlay__close {
6960 5125 width: 24px;
6961 5126 height: 24px;
6962 5127 display: flex;
6963 5128 justify-content: center;
@@ -6966,9 +5131,9 @@
6966 5131 border: 1px solid #5e6977;
6967 5132 transform: rotate(45deg);
6968 5133 cursor: pointer;
6969 5134 }
6970 -.wtotem_body .popup-content {
5135 +.popup-content {
6971 5136 position: absolute;
6972 5137 background: rgb(255, 255, 255);
6973 5138 width: 700px;
6974 5139 margin: 0 auto 30px;
@@ -6979,15 +5144,15 @@
6979 5144 animation-duration: 0.3s;
6980 5145 animation-timing-function: ease;
6981 5146 margin-top: 30px;
6982 5147 }
6983 -.wtotem_body .port-scanner-ports span+span {
5148 +.port-scanner-ports span+span {
6984 5149 margin-left: 4px;
6985 5150 }
6986 -.wtotem_body .port-scanner-ports-wrap {
5151 +.port-scanner-ports-wrap {
6987 5152 display: flex;
6988 5153 }
6989 -.wtotem_body .port-scanner-port-wrapper {
5154 +.port-scanner-port-wrapper {
6990 5155 background-color: #e5ebf0;
6991 5156 padding: 9px;
6992 5157 border-radius: 4px;
6993 5158 margin-right: 5px;
@@ -6992,19 +5157,18 @@
6992 5157 border-radius: 4px;
6993 5158 margin-right: 5px;
6994 5159 display: none;
6995 5160 }
6996 -.wtotem_body .port-scanner-ports-wrap .port-scanner-port-wrapper {
5161 +.port-scanner-ports-wrap .port-scanner-port-wrapper {
6997 5162 display: none;
6998 5163 }
6999 -.wtotem_body .port-scanner-list__form-ports .port-scanner-port-wrapper {
5164 +.port-scanner-list__form-ports .port-scanner-port-wrapper {
7000 5165 display: flex;
7001 - margin-bottom: 5px;
7002 5166 }
7003 -.wtotem_body .port-scanner-port-wrapper:nth-child(-n+2) {
5167 +.port-scanner-port-wrapper:nth-child(-n+2) {
7004 5168 display: flex;
7005 5169 }
7006 -.wtotem_body .port-scanner-icon {
5170 +.port-scanner-icon {
7007 5171 background-color: #5e6977;
7008 5172 width: 16px;
7009 5173 margin-left: 4px;
7010 5174 height: 16px;
@@ -7014,13 +5178,12 @@
7014 5178 justify-content: center;
7015 5179 transform: rotate(45deg);
7016 5180 cursor: pointer;
7017 5181 }
7018 -.wtotem_body .port-scanner-list {
7019 - height: calc(100vh - 30px);
7020 - overflow: auto;
5182 +.port-scanner-list {
5183 + height: 100vh;
7021 5184 }
7022 -.wtotem_body .port-scanner-list__header {
5185 +.port-scanner-list__header {
7023 5186 display: flex;
7024 5187 justify-content: space-between;
7025 5188 align-items: center;
7026 5189 padding: 27px 22px;
@@ -7025,24 +5188,24 @@
7025 5188 align-items: center;
7026 5189 padding: 27px 22px;
7027 5190 border-bottom: 1px solid #e1e8ee;
7028 5191 }
7029 -.wtotem_body .port-scanner-list__header--title {
5192 +.port-scanner-list__header--title {
7030 5193 font-size: 18px;
7031 5194 font-weight: 700;
7032 5195 line-height: 19px;
7033 5196 }
7034 -.wtotem_body .port-scanner-list__form {
5197 +.port-scanner-list__form {
7035 5198 padding: 24px 22px;
7036 5199 display: flex;
7037 5200 flex-direction: column;
7038 5201 }
7039 -.wtotem_body .port-scanner-list__form span {
5202 +.port-scanner-list__form span {
7040 5203 font-weight: 500;
7041 5204 font-size: 14px;
7042 5205 line-height: 14px;
7043 5206 }
7044 -.wtotem_body .port-scanner-list__form-ports {
5207 +.port-scanner-list__form-ports {
7045 5208 list-style: none;
7046 5209 display: flex;
7047 5210 flex-wrap: wrap;
7048 5211 padding: 0;
@@ -7047,30 +5210,30 @@
7047 5210 flex-wrap: wrap;
7048 5211 padding: 0;
7049 5212 margin: 6px 0 14px;
7050 5213 }
7051 -.wtotem_body .port-scanner-list__form-ports .port-scanner-icon {
5214 +.port-scanner-list__form-ports .port-scanner-icon {
7052 5215 transform: rotate(0deg);
7053 5216 }
7054 -.wtotem_body .port-scanner-list__form-ports .port-scanner-port-wrapper {
5217 +.port-scanner-list__form-ports .port-scanner-port-wrapper {
7055 5218 background-color: #feeba6;
7056 5219 }
7057 -/*.wtotem_body .port-scanner-list__form-ports li {*/
7058 -/* padding: 5px 10px;*/
7059 -/* background-color: #feeba6;*/
7060 -/* font-size: 14px;*/
7061 -/* font-weight: 500;*/
7062 -/* line-height: 24px;*/
7063 -/* border-radius: 4px;*/
7064 -/* display: flex;*/
7065 -/* align-items: center;*/
7066 -/*}*/
7067 -/*.wtotem_body .port-scanner-list__form-ports li+li,*/
7068 -/*.wtotem_body .port-scanner-list__form-ports li:first-child {*/
7069 -/* margin-right: 5px;*/
7070 -/* margin-top: 8px;*/
7071 -/*}*/
7072 -.wtotem_body .wt-input__icon {
5220 +.port-scanner-list__form-ports li {
5221 + padding: 5px 10px;
5222 + background-color: #feeba6;
5223 + font-size: 14px;
5224 + font-weight: 500;
5225 + line-height: 24px;
5226 + border-radius: 4px;
5227 + display: flex;
5228 + align-items: center;
5229 +}
5230 +.port-scanner-list__form-ports li+li,
5231 +.port-scanner-list__form-ports li:first-child {
5232 + margin-right: 5px;
5233 + margin-top: 8px;
5234 +}
5235 +.wt-input__icon {
7073 5236 position: absolute;
7074 5237 right: 15px;
7075 5238 top: 50%;
7076 5239 transform: translateY(-50%);
@@ -7075,9 +5238,9 @@
7075 5238 top: 50%;
7076 5239 transform: translateY(-50%);
7077 5240 display: flex;
7078 5241 }
7079 -.wtotem_body .port-scanner-list__form-input-icon {
5242 +.port-scanner-list__form-input-icon {
7080 5243 background-color: #dde2e5;
7081 5244 border-radius: 100%;
7082 5245 width: 16px;
7083 5246 height: 16px;
@@ -7085,32 +5248,32 @@
7085 5248 justify-content: center;
7086 5249 align-items: center;
7087 5250 cursor: pointer;
7088 5251 }
7089 -.wtotem_body .port-scanner-list__table {
5252 +.port-scanner-list__table {
7090 5253 padding: 0 22px;
7091 5254 }
7092 -.wtotem_body .port-scanner-list table {
5255 +.port-scanner-list table {
7093 5256 width: 100%;
7094 5257 border-collapse: collapse;
7095 5258 }
7096 -.wtotem_body .port-scanner-list td {
5259 +.port-scanner-list td {
7097 5260 padding: 18px 0;
7098 5261 border-bottom: 1px solid #f3f5f6;
7099 5262 }
7100 -.wtotem_body .port-scanner-list td span {
5263 +.port-scanner-list td span {
7101 5264 background: #e5ebf0;
7102 5265 border-radius: 4px;
7103 5266 padding: 4px 10px;
7104 5267 }
7105 -.wtotem_body .port-scanner-list td div {
5268 +.port-scanner-list td div {
7106 5269 color: #d46c6a;
7107 5270 cursor: pointer;
7108 5271 }
7109 -.wtotem_body .port-scanner-list td:last-child {
5272 +.port-scanner-list td:last-child {
7110 5273 text-align: end;
7111 5274 }
7112 -.wtotem_body .wt-input__inner {
5275 +.wt-input__inner {
7113 5276 position: relative;
7114 5277 width: 100%;
7115 5278 display: flex;
7116 5279 height: 42px;
@@ -7118,9 +5281,9 @@
7118 5281 border-radius: 2px;
7119 5282 background-color: #fff;
7120 5283 margin-bottom: 15px;
7121 5284 }
7122 -.wtotem_body .wt-stats__value {
5285 +.wt-stats__value {
7123 5286 line-height: 18px;
7124 5287 display: flex;
7125 5288 align-items: center;
7126 5289 font-size: 14px;
@@ -7129,12 +5292,12 @@
7129 5292 white-space: nowrap;
7130 5293 overflow: hidden;
7131 5294 text-overflow: ellipsis;
7132 5295 }
7133 -.wtotem_body .port-scanner-list__form-input-icon input[type=image] {
5296 +.port-scanner-list__form-input-icon input[type=image] {
7134 5297 padding: 0;
7135 5298 }
7136 -.wtotem_body .popup-content {
5299 +.popup-content {
7137 5300 z-index: 30;
7138 5301 }
7139 5302 @-webkit-keyframes slideRight {
7140 5303 0% {
@@ -7172,996 +5335,37 @@
7172 5335 /*
7173 5336 * Port scanner Small styles 768px
7174 5337 */
7175 5338 @media screen and (max-width: 768px) {
7176 - .wtotem_body .popup-content {
5339 + .popup-content {
7177 5340 width: 100%;
7178 5341 }
7179 5342 }
7180 5343
7181 5344 /*
7182 - * Country blocking styles
7183 -*/
7184 -.wtotem_body .block-country-section {
7185 - padding: 19px 17px;
7186 - display: flex;
7187 - align-items: center;
7188 -}
7189 -.wtotem_body .block-country-section__content{
7190 - width: 100%;
7191 -}
7192 -.wtotem_body .country-blocking-modal-attacks-container {
7193 - display: flex;
7194 - justify-content: space-between;
7195 - padding: 16px 12px;
7196 - border: 1px solid #f3f5f6;
7197 - border-radius: 10px;
7198 -}
7199 -.wtotem_body .country-blocking-modal .side-modal__content{
7200 - width: 100%!important;
7201 - max-width: 650px!important;
7202 -}
7203 -.wtotem_body .country-blocking-modal-attack-block {
7204 - display: flex;
7205 - flex-direction: column;
7206 - /*color: #5e6977;*/
7207 - gap: 10px;
7208 - margin-right: 10px;
7209 -}
7210 -.wtotem_body .country-blocking-modal-attack-block__percent {
7211 - font-size: 20px;
7212 - font-weight: 700;
7213 -}
7214 -.wtotem_body .country-blocking-modal-attack-block__country {
7215 - font-weight: 500;
7216 - font-size: 14px;
7217 -}
7218 -.wtotem_body .country-blocking-modal-attack-block__country span {
7219 - color: #3d50df;
7220 -}
7221 -.wtotem_body .country-blocking-modal-header {
7222 - padding: 30px;
7223 - box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.15);
7224 - display: flex;
7225 - flex-direction: column;
7226 - gap: 20px;
7227 -}
7228 -.wtotem_body .country-blocking-modal__search-input {
7229 - padding: 3px 15px;
7230 - border: 2px solid #f3f5f6;
7231 - border-radius: 10px;
7232 - width: 100%;
7233 - font-weight: 500;
7234 - font-size: 16px;
7235 -}
7236 -.wtotem_body .country-blocking-modal__search-input::placeholder {
7237 - color: #86939e;
7238 - font-weight: 500;
7239 - font-size: 16px;
7240 -}
7241 -.wtotem_body .country-blocking-modal__content {
7242 - height: calc(100% - 100px);
7243 -}
7244 -.wtotem_body .country-blocking-form {
7245 - color: #9dafbd;
7246 - font-size: 14px;
7247 - min-height: calc(100% - 210px);
7248 - display: flex;
7249 - flex-direction: column;
7250 - justify-content: space-between;
7251 -}
7252 -.wtotem_body .country-blocking-form__main {
7253 - padding-bottom: 95px;
7254 -}
7255 -.wtotem_body .country-blocking-form__select-all {
7256 - display: flex;
7257 - align-items: center;
7258 - gap: 16px;
7259 - padding: 15px 30px 0;
7260 -}
7261 -.wtotem_body .country-blocking-form__checkbox:focus {
7262 - border-width: 1px;
7263 -}
7264 -.wtotem_body .country-blocking-form__region-container {
7265 - display: flex;
7266 - justify-content: space-between;
7267 - align-items: center;
7268 - padding: 15px 30px;
7269 - border-bottom: 1px solid #f3f5f6;
7270 - background-color: transparent;
7271 - border: none;
7272 - cursor: pointer;
7273 - width: 100%;
7274 - color: inherit;
7275 -}
7276 -.wtotem_body .country-blocking-form__select-region {
7277 - display: flex;
7278 - align-items: center;
7279 - justify-content: space-between;
7280 - border-bottom: 1px solid #f3f5f6;
7281 - padding: 15px 0;
7282 -}
7283 -.wtotem_body .country-blocking-form__region-name {
7284 - color: #86939e;
7285 - font-size: 18px;
7286 - font-weight: 500;
7287 - text-align: left;
7288 - margin-bottom: 4px;
7289 -}
7290 -.wtotem_body .country-blocking-form__country-container {
7291 - display: flex;
7292 - align-items: center;
7293 - justify-content: space-between;
7294 -}
7295 -.wtotem_body .country-blocking-form__region-countries {
7296 - height: 0;
7297 - overflow: hidden;
7298 -}
7299 -.wtotem_body .country-blocking-form__region-countries--open {
7300 - padding: 13px 50px;
7301 - height: auto;
7302 -}
7303 -.wtotem_body .country-blocking-form__country {
7304 - padding: 15px 0;
7305 - display: flex;
7306 - align-items: center;
7307 - gap: 12px;
7308 -}
7309 -.wtotem_body .country-blocking-form-save {
7310 - padding: 20px 45px;
7311 - display: flex;
7312 - justify-content: space-between;
7313 - align-items: center;
7314 - background-color: #fff;
7315 - box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
7316 - position: sticky;
7317 - left: 0;
7318 - width: 100%;
7319 - bottom: 30px;
7320 -}
7321 -.wtotem_body .country-blocking-form-save__btn {
7322 - margin: 0!important;
7323 - text-transform: uppercase;
7324 - font-weight: bold;
7325 -}
7326 -.wtotem_body .chevron {
7327 - rotate: 0deg;
7328 - transition: all 0.1s ease-in;
7329 -}
7330 -.wtotem_body .chevron--open {
7331 - rotate: -90deg;
7332 -}
7333 -
7334 -/*
7335 - * WP scan page styles
7336 -*/
7337 -.wtotem_scan__third {
7338 - margin-top: 48px;
7339 -}
7340 -.wtotem_body .wtotem_scan__first{
7341 - margin-bottom: 10px!important;
7342 -}
7343 -.wtotem_body .wtotem_scan_no_data{
7344 - display: flex;
7345 - justify-content: center;
7346 - align-items: center;
7347 - height: 200px;
7348 - text-align: center;
7349 -}
7350 -::-webkit-scrollbar {
7351 - width: 4px;
7352 -}
7353 -::-webkit-scrollbar-thumb {
7354 - background-color: #d1d5db;
7355 - border-radius: 22222px;
7356 -}
7357 -.wtotem_body .wtotem_scan__header{
7358 - display: flex;
7359 - justify-content: space-between;
7360 - align-items: center;
7361 - margin-bottom: 25px;
7362 -}
7363 -.wtotem_body .wtotem_scan__subheader{
7364 - display: flex;
7365 - justify-content: space-between;
7366 - align-items: center;
7367 - margin-bottom: 25px;
7368 -}
7369 -.wtotem_body .tab.confidential-files,
7370 -.wtotem_body .tab.links,
7371 -.wtotem_body .tab.scripts,
7372 -.wtotem_body .tab.iframes,
7373 -.wtotem_body .tab.cve{
7374 - display: none;
7375 -}
7376 -.wtotem_body .tab.confidential-files.tab--active,
7377 -.wtotem_body .tab.links.tab--active,
7378 -.wtotem_body .tab.scripts.tab--active,
7379 -.wtotem_body .tab.cve.tab--active {
7380 - display: block;
7381 -}
7382 -.wtotem_body .scan-tabs {
7383 - display: flex;
7384 - flex-wrap: wrap;
7385 - gap: 40px;
7386 - padding: 12px 0 0;
7387 - border-bottom: 1px solid #f3f4f6;
7388 - margin: 0 16px;
7389 -}
7390 -.wtotem_body .scan-tabs__item {
7391 - padding-bottom: 16px;
7392 - border-bottom: 2px solid transparent;
7393 - transform: translateY(1.5px);
7394 - z-index: 1;
7395 -}
7396 -.wtotem_body .scan-tabs__item .num {
7397 - padding: 2px 10px;
7398 - border-radius: 10px;
7399 - margin-left: 8px;
7400 - background-color: #f3f4f6;
7401 - color: #1d293f;
7402 -}
7403 -.wtotem_body .scan-tabs__item .num--empty {
7404 - padding: 0;
7405 -}
7406 -.wtotem_body .scan-tabs__item--active {
7407 - border-bottom-color: #3d50df;
7408 -}
7409 -.wtotem_body .scan-tabs__item--active .scan-tabs__btn {
7410 - color: #3d50df;
7411 -}
7412 -.wtotem_body .scan-tabs__item--active .num {
7413 - color: #3d50df;
7414 - background-color: #e0e7ff;
7415 -}
7416 -.wtotem_body .scan-tabs__btn {
7417 - font-weight: 500;
7418 - cursor: pointer;
7419 - color: #86939e;
7420 - background-color: transparent;
7421 - border: none;
7422 -}
7423 -.wtotem_body .audit-logs {
7424 - display: flex;
7425 - flex-direction: column;
7426 -}
7427 -.wtotem_body .audit-logs__controls {
7428 - display: flex;
7429 - padding: 12px 16px;
7430 - border-bottom: 1px solid #f3f4f6;
7431 -}
7432 -.wtotem_body .audit-logs__time {
7433 - background-color: transparent;
7434 - border: none;
7435 - color: #86939e;
7436 - text-transform: uppercase;
7437 - display: flex;
7438 - gap: 35px;
7439 - align-items: center;
7440 - padding-right: 15px
7441 -}
7442 -.wtotem_body .audit-logs__time:hover {
7443 - cursor: pointer;
7444 -}
7445 -.wtotem_body .audit-logs__time-icon--up,
7446 -.wtotem_body .audit-logs__time-icon--down {
7447 - width: 8px;
7448 - fill: #86939e;
7449 -}
7450 -.wtotem_body .audit-logs__time[data-order="descending"] .audit-logs__time-icon--down {
7451 - fill: #1d293f;
7452 -}
7453 -.wtotem_body .audit-logs__time[data-order="ascending"] .audit-logs__time-icon--up {
7454 - fill: #1d293f;
7455 -}
7456 -.wtotem_body .audit-logs__icon-container {
7457 - height: 24px;
7458 - display: flex;
7459 - gap: 4px;
7460 - justify-content: center;
7461 - flex-direction: column;
7462 -}
7463 -.wtotem_body .audit-logs__label {
7464 - color: #86939e;
7465 - text-transform: uppercase;
7466 -}
7467 -.wtotem_body .audit-logs__event-container {
7468 - display: flex;
7469 - align-items: center;
7470 - gap: 24px;
7471 - flex: 3;
7472 -}
7473 -.wtotem_body .audit-logs__event {
7474 - padding: 5px 8px;
7475 - border-radius: 6px;
7476 - border: 1px solid #d1d5db;
7477 - color: #86939e;
7478 - max-width: 240px;
7479 -}
7480 -.wtotem_body .audit-logs__left {
7481 - display: flex;
7482 - flex-wrap: wrap;
7483 - justify-content: space-between;
7484 - align-items: center;
7485 - flex: 2;
7486 -}
7487 -.wtotem_body .audit-logs__ip {
7488 - text-align: right;
7489 - flex: 1;
7490 -}
7491 -.wtotem_body .audit-logs__time,
7492 -.wtotem_body .audit-logs__user {
7493 - flex: 1;
7494 -}
7495 -.wtotem_body .audit-logs__user {
7496 - padding-right: 20px;
7497 -}
7498 -.wtotem_body .audit-logs__content {
7499 - display: flex;
7500 - flex-direction: column;
7501 - gap: 32px;
7502 - /*max-height: 390px;*/
7503 - overflow-y: scroll;
7504 - padding: 12px 16px 20px;
7505 -}
7506 -.wtotem_body .audit-logs__short-info {
7507 - display: flex;
7508 - align-items: center;
7509 -}
7510 -.wtotem_body .audit-logs__date {
7511 - color: #1d293f;
7512 - font-size: 18px;
7513 - margin-right: 12px;
7514 -}
7515 -.wtotem_body .audit-logs__divider {
7516 - flex: 5;
7517 - background-color: #d1d5db;
7518 - height: 1px;
7519 - float: left;
7520 - align-items: center;
7521 -}
7522 -.wtotem_body .audit-logs__time-count {
7523 - text-align: right;
7524 - display: flex;
7525 - align-items: center;
7526 - justify-content: center;
7527 - width: 35px;
7528 - height: 35px;
7529 - border: 1px solid #d1d5db;
7530 - border-radius: 100%;
7531 -}
7532 -.wtotem_body .audit-logs__entries-container {
7533 - display: flex;
7534 - flex-direction: column;
7535 - gap: 20px;
7536 -}
7537 -.wtotem_body .audit-logs-entry {
7538 - display: flex;
7539 - justify-content: space-between;
7540 -}
7541 -.wtotem_body .audit-logs-entry__left {
7542 - display: flex;
7543 - justify-content: space-between;
7544 - align-items: center;
7545 - flex: 5;
7546 -}
7547 -.wtotem_body .audit-logs-entry__ip {
7548 - flex: 1;
7549 - text-align: right;
7550 - color: #86939e;
7551 - font-size: 14px;
7552 -}
7553 -.wtotem_body .audit-logs-entry__time {
7554 - color: #86939e;
7555 - display: flex;
7556 - align-items: center;
7557 - gap: 4px;
7558 - flex: 1;
7559 - margin-right: -25px;
7560 -}
7561 -.wtotem_body .audit-logs-entry__description {
7562 - flex: 5;
7563 - color: #1d293f;
7564 - /*max-width: 395px;*/
7565 - word-break: break-all;
7566 -}
7567 -.wtotem_body .audit-logs-entry__status-container {
7568 - flex: 1;
7569 - margin-right: 25px;
7570 - width: 131px;
7571 - position: relative;
7572 - align-items: center;
7573 - display: flex;
7574 -}
7575 -.wtotem_body .audit-logs-entry__status{
7576 - padding: 0 10px;
7577 - border-radius: 10px;
7578 - max-width: 130px;
7579 - width: fit-content;
7580 - text-overflow:ellipsis;
7581 - white-space: nowrap;
7582 - overflow: hidden;
7583 - display: block;
7584 - position: absolute;
7585 -}
7586 -.wtotem_body .audit-logs-entry__status:hover{
7587 - text-overflow:clip;
7588 - width:auto;
7589 - white-space: normal;
7590 - max-width: none;
7591 -}
7592 -.wtotem_body .audit-logs-entry__status--notice {
7593 - color: #065f46;
7594 - background-color: #d1fae5;
7595 -}
7596 -.wtotem_body .audit-logs-entry__status--warning {
7597 - color: #92400e;
7598 - background-color: #fef3c7;
7599 -}
7600 -.wtotem_body .audit-logs-entry__status--critical {
7601 - color: #991b1b;
7602 - background-color: #fee2e2;
7603 -}
7604 -.wtotem_body .audit-logs-entry[data-unseen="1"] .audit-logs-entry__new {
7605 - display: block;
7606 - width: 6px;
7607 - height: 6px;
7608 - background-color: #3d50df;
7609 - border-radius: 100%;
7610 -}
7611 -.wtotem_body .tab.links.tab--active,
7612 -.wtotem_body .tab.scripts.tab--active,
7613 -.wtotem_body .tab.iframes.tab--active {
7614 - display: flex;
7615 - flex-direction: column;
7616 - gap: 20px;
7617 - /*height: 390px;*/
7618 - /*margin-top: 12px;*/
7619 - /*overflow-y: scroll;*/
7620 -}
7621 -.wtotem_body .tab.links.tab--active.tab--no-data,
7622 -.wtotem_body .tab.scripts.tab--active.tab--no-data,
7623 -.wtotem_body .tab.iframes.tab--active.tab--no-data {
7624 - justify-content: center;
7625 - align-items: center;
7626 - color: #1d293f;
7627 -}
7628 -.wtotem_body .tab.links.tab--active .links__item,
7629 -.wtotem_body .tab.links.tab--active .scripts__item,
7630 -.wtotem_body .tab.links.tab--active .iframes__item,
7631 -.wtotem_body .tab.scripts.tab--active .links__item,
7632 -.wtotem_body .tab.scripts.tab--active .scripts__item,
7633 -.wtotem_body .tab.scripts.tab--active .iframes__item,
7634 -.wtotem_body .tab.iframes.tab--active .links__item,
7635 -.wtotem_body .tab.iframes.tab--active .scripts__item,
7636 -.wtotem_body .tab.iframes.tab--active .iframes__item {
7637 - color: #3d50df;
7638 - padding: 8px 16px;
7639 - display: flex;
7640 - align-items: center;
7641 - gap: 13px;
7642 - word-break: break-all;
7643 -}
7644 -.wtotem_body .link_source{
7645 - font-size: 14px;
7646 - width: 310px;
7647 - padding: 8px 5px;
7648 - display: flex;
7649 - align-items: center;
7650 - gap: 13px;
7651 - word-break: break-all;
7652 - flex: 6;
7653 -}
7654 -.wtotem_body .span__item{
7655 - padding: 8px 16px;
7656 - display: flex;
7657 - align-items: center;
7658 - gap: 13px;
7659 -}
7660 -
7661 -.wtotem_body .tab.links.tab--active .links__item .hover-icon,
7662 -.wtotem_body .tab.links.tab--active .scripts__item .hover-icon,
7663 -.wtotem_body .tab.links.tab--active .iframes__item .hover-icon,
7664 -.wtotem_body .tab.scripts.tab--active .links__item .hover-icon,
7665 -.wtotem_body .tab.scripts.tab--active .scripts__item .hover-icon,
7666 -.wtotem_body .tab.scripts.tab--active .iframes__item .hover-icon,
7667 -.wtotem_body .tab.iframes.tab--active .links__item .hover-icon,
7668 -.wtotem_body .tab.iframes.tab--active .scripts__item .hover-icon,
7669 -.wtotem_body .tab.iframes.tab--active .iframes__item .hover-icon {
7670 - display: none;
7671 -}
7672 -.wtotem_body .tab.links.tab--active .links__item:hover,
7673 -.wtotem_body .tab.links.tab--active .scripts__item:hover,
7674 -.wtotem_body .tab.links.tab--active .iframes__item:hover,
7675 -.wtotem_body .tab.scripts.tab--active .links__item:hover,
7676 -.wtotem_body .tab.scripts.tab--active .scripts__item:hover,
7677 -.wtotem_body .tab.scripts.tab--active .iframes__item:hover,
7678 -.wtotem_body .tab.iframes.tab--active .links__item:hover,
7679 -.wtotem_body .tab.iframes.tab--active .scripts__item:hover,
7680 -.wtotem_body .tab.iframes.tab--active .iframes__item:hover {
7681 - background-color: rgba(61, 80, 223, 0.04);
7682 -}
7683 -.wtotem_body .tab.links.tab--active .links__item:hover .hover-icon,
7684 -.wtotem_body .tab.links.tab--active .scripts__item:hover .hover-icon,
7685 -.wtotem_body .tab.links.tab--active .iframes__item:hover .hover-icon,
7686 -.wtotem_body .tab.scripts.tab--active .links__item:hover .hover-icon,
7687 -.wtotem_body .tab.scripts.tab--active .scripts__item:hover .hover-icon,
7688 -.wtotem_body .tab.scripts.tab--active .iframes__item:hover .hover-icon,
7689 -.wtotem_body .tab.iframes.tab--active .links__item:hover .hover-icon,
7690 -.wtotem_body .tab.iframes.tab--active .scripts__item:hover .hover-icon,
7691 -.wtotem_body .tab.iframes.tab--active .iframes__item:hover .hover-icon {
7692 - display: block;
7693 -}
7694 -.wtotem_body .files__controls {
7695 - display: flex;
7696 - gap: 36px;
7697 - border-bottom: 1px solid #f3f5f6;
7698 - padding: 12px 16px;
7699 -}
7700 -.wtotem_body .files__controls[data-order-type="modified_at"] .files__btn--modified_at[data-order="descending"] .files__last-modify-icon--down {
7701 - fill: #1d293f;
7702 -}
7703 -.wtotem_body .files__controls[data-order-type="modified_at"] .files__btn--modified_at[data-order="ascending"] .files__last-modify-icon--up {
7704 - fill: #1d293f;
7705 -}
7706 -.wtotem_body .files__controls[data-order-type="size"] .files__btn--size[data-order="descending"] .files__size-icon--down {
7707 - fill: #1d293f;
7708 -}
7709 -.wtotem_body .files__controls[data-order-type="size"] .files__btn--size[data-order="ascending"] .files__size-icon--up {
7710 - fill: #1d293f;
7711 -}
7712 -.wtotem_body .files__btn--type[data-order="descending"] .files__size-icon--down {
7713 - fill: #1d293f;
7714 -}
7715 -.wtotem_body .files__btn--type[data-order="ascending"] .files__size-icon--up {
7716 - fill: #1d293f;
7717 -}
7718 -.wtotem_body .files__btn {
7719 - background-color: transparent;
7720 - border: none;
7721 - display: flex;
7722 - justify-content: space-between;
7723 - align-items: center;
7724 - color: #86939e;
7725 - text-transform: uppercase;
7726 -}
7727 -.wtotem_body .files__btn:hover {
7728 - cursor: pointer;
7729 -}
7730 -.wtotem_body .files__btn--size {
7731 - flex: 1;
7732 -}
7733 -.wtotem_body .files__btn--modified_at {
7734 - flex: 2;
7735 -}
7736 -.wtotem_body .files__btn--file-name {
7737 - flex: 3;
7738 -}
7739 -.wtotem_body .files__icon-container {
7740 - height: 24px;
7741 - display: flex;
7742 - gap: 4px;
7743 - justify-content: center;
7744 - flex-direction: column;
7745 -}
7746 -.wtotem_body .files__icon {
7747 - width: 8px;
7748 - fill: #86939e;
7749 -}
7750 -.wtotem_body .files__file-name-title {
7751 - color: #86939e;
7752 - text-transform: uppercase;
7753 - flex: 3;
7754 -}
7755 -.wtotem_body .files__path {
7756 - color: #86939e;
7757 - text-transform: uppercase;
7758 - flex: 4;
7759 -}
7760 -.wtotem_body .files__empty {
7761 - flex: 1;
7762 -}
7763 -.wtotem_body .files__link {
7764 - color: #86939e;
7765 - text-transform: uppercase;
7766 - flex: 6;
7767 -}
7768 -.wtotem_body .files__btn--type{
7769 - flex: 1;
7770 -}
7771 -.wtotem_body .links__item{
7772 - flex: 6;
7773 -}
7774 -.wtotem_body .links__type{
7775 - flex: 1;
7776 - text-align: right;
7777 - padding: 8px 12px;
7778 -}
7779 -.wtotem_body .files__icon-container {
7780 - display: flex;
7781 - flex-direction: column;
7782 -}
7783 -.wtotem_body .files__container {
7784 - display: flex;
7785 - flex-direction: column;
7786 - gap: 16px;
7787 - max-height: 390px;
7788 - overflow-y: scroll;
7789 -}
7790 -.wtotem_body .files__item {
7791 - display: flex;
7792 - gap: 36px;
7793 - align-items: center;
7794 - justify-content: space-between;
7795 - padding: 8px 12px 16px;
7796 - font-size: 14px;
7797 - position: relative;
7798 -}
7799 -.wtotem_body .cve__item {
7800 - display: flex;
7801 - gap: 36px;
7802 - align-items: center;
7803 - justify-content: space-between;
7804 - padding: 8px 12px 16px;
7805 - border-bottom: 1px solid #eee;
7806 - font-size: 14px;
7807 - position: relative;
7808 -}
7809 -.wtotem_body .cve .cve__item{
7810 - padding: 20px;
7811 -}
7812 -.wtotem_body .cve .cve__item:nth-child(odd){
7813 - background: #f9fafb;
7814 -}
7815 -.wtotem_body .cve .files__title_plugin_name{
7816 - color: #86939e;
7817 - text-transform: uppercase;
7818 - flex: 4;
7819 -}
7820 -.wtotem_body .cve .files__title_name{
7821 - color: #86939e;
7822 - text-transform: uppercase;
7823 - flex: 3;
7824 -}
7825 -.wtotem_body .cve .files__title_desc{
7826 - color: #86939e;
7827 - text-transform: uppercase;
7828 - flex: 10;
7829 -}
7830 -.wtotem_body .cve .files__title_date{
7831 - color: #86939e;
7832 - text-transform: uppercase;
7833 - flex: 3;
7834 -}
7835 -.wtotem_body .cve .files__title_action{
7836 - color: #86939e;
7837 - text-transform: uppercase;
7838 - flex: 2;
7839 - text-align: right;
7840 -}
7841 -.wtotem_body .cve .cve__plugin{
7842 - flex: 4;
7843 -}
7844 -.wtotem_body .cve .cve__plugin_name{
7845 - color: #000000;
7846 - font-weight: 500;
7847 -}
7848 -.wtotem_body .cve .cve__plugin_version{
7849 - font-size: 12px;
7850 -}
7851 -.wtotem_body .cve .cve__name{
7852 - flex: 3;
7853 - color: #ef4444;
7854 -}
7855 -.wtotem_body .cve .cve__description{
7856 - flex: 10;
7857 - font-weight: 500;
7858 - color: #000000;
7859 -}
7860 -.wtotem_body .cve .cve__date{
7861 - flex: 3;
7862 -}
7863 -.wtotem_body .cve .cve__action{
7864 - flex: 3;
7865 - text-align: right;
7866 -}
7867 -.wtotem_body .cve .cve__plugin_version.outdated{
7868 - color: #F59E0B;
7869 -}
7870 -.wtotem_body .cve .cve-logs__bottom{
7871 - display: flex;
7872 - gap: 36px;
7873 - align-items: center;
7874 - justify-content: space-between;
7875 -}
7876 -.wtotem_body .cve .cve-logs__pagination{
7877 - flex: 3;
7878 -}
7879 -.wtotem_body .cve .wtotem_pagination{
7880 - padding: 12px 16px 12px;
7881 -}
7882 -.wtotem_body .cve-logs__recommendation{
7883 - display: flex;
7884 - gap: 10px;
7885 - align-items: center;
7886 - justify-content: flex-start;
7887 - flex: 5;
7888 - margin: 15px;
7889 - background: #fffbfa;
7890 - border: 1px solid #fda29b;
7891 - border-radius: 10px;
7892 - padding: 15px;
7893 - color: #b42318;
7894 -}
7895 -.wtotem_body .cve .cve-logs__recommendation .wtotem_info-red{
7896 - margin-top: -18px;
7897 -}
7898 -.wtotem_body .cve_popup-list__header{
7899 - display: flex;
7900 - gap: 10px;
7901 - justify-content: space-between;
7902 - width: 100%;
7903 - margin-bottom: 10px
7904 -}
7905 -.wtotem_body .cve_popup_title{
7906 - font-weight: bold;
7907 - font-size: 18px;
7908 -}
7909 -.wtotem_body .popup-content .cve-logs__recommendation{
7910 - margin: 15px 0 0;
7911 -}
7912 -.wtotem_body .update_plugin{
7913 - display: inline-block;
7914 - position: relative;
7915 - padding-left: 28px;
7916 -}
7917 -.wtotem_body .links .files__item,
7918 -.wtotem_body .scripts .files__item,
7919 -.wtotem_body .iframes .files__item{
7920 - padding: 0;
7921 -}
7922 -.wtotem_body .files__item:hover {
7923 - background-color: rgba(61, 80, 223, 0.04);
7924 -}
7925 -.wtotem_body .files__size {
7926 - flex: 1;
7927 - color: #86939e;
7928 - text-transform: uppercase;
7929 -}
7930 -.wtotem_body .files__last-modify {
7931 - flex: 2;
7932 - color: #1d293f;
7933 -}
7934 -.wtotem_body .files__file-name {
7935 - flex: 3;
7936 - color: #3d50df;
7937 -}
7938 -.wtotem_body .files__file-name:focus-visible {
7939 - text-decoration: underline;
7940 -}
7941 -.wtotem_body .files__file-path {
7942 - flex: 4;
7943 - word-break: break-all;
7944 - color: #1d293f;
7945 - line-height: 20px;
7946 -}
7947 -.wtotem_body .files__btn-dots {
7948 - display: flex;
7949 - justify-content: end;
7950 - background-color: transparent;
7951 - border: 1px solid transparent;
7952 - flex: 1;
7953 - margin-top: 5px;
7954 - padding-right: 10px;
7955 - position: relative;
7956 -}
7957 -.wtotem_body .files__btn-dots:hover {
7958 - cursor: pointer;
7959 -}
7960 -.wtotem_body .options {
7961 - flex-direction: column;
7962 - border-radius: 4px;
7963 - background-color: #fff;
7964 - box-shadow: 0px 4px 16px rgba(83, 93, 184, 0.12);
7965 - position: absolute;
7966 - display: none;
7967 - top: 20px;
7968 - right: 30px;
7969 - z-index: 200;;
7970 - width: 210px;
7971 -}
7972 -.wtotem_body .options.options--open {
7973 - display: flex;
7974 -}
7975 -.wtotem_body .options__item {
7976 - background-color: transparent;
7977 - border: none;
7978 - cursor: pointer;
7979 - color: #1d293f;
7980 - font-size: 14px;
7981 - padding: 11px 45px 11px 14px;
7982 - text-align: left;
7983 - display: flex;
7984 - gap: 10px;
7985 - align-items: flex-end;
7986 -}
7987 -.wtotem_body .options__item:disabled {
7988 - color: #86939e;
7989 - cursor: default;
7990 -}
7991 -.wtotem_body .options__item:not(:last-child) {
7992 - border-bottom: 1px solid #f3f5f6;
7993 -}
7994 -.wtotem_body .popup {
7995 - position: fixed;
7996 - z-index: 10;
7997 - top: 0;
7998 - left: 0;
7999 - height: 100%;
8000 - width: 100%;
8001 - background: rgba(3, 4, 28, 0.3);
8002 - justify-content: center;
8003 - align-items: center;
8004 - font-family: "Inter", sans-serif;
8005 - display: none;
8006 -}
8007 -.wtotem_body .popup--active {
8008 - display: flex;
8009 -}
8010 -.wtotem_body .popup__container {
8011 - background-color: #fff;
8012 - border-radius: 8px;
8013 - padding: 24px;
8014 - display: flex;
8015 - flex-direction: column;
8016 - width: 512px;
8017 - box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
8018 -}
8019 -.wtotem_body .popup__content {
8020 - display: flex;
8021 - gap: 16px;
8022 -}
8023 -.wtotem_body .popup__text {
8024 - display: flex;
8025 - flex-direction: column;
8026 - gap: 8px;
8027 -}
8028 -.wtotem_body .popup__title {
8029 - color: #1d293f;
8030 - font-size: 18px;
8031 -}
8032 -.wtotem_body .popup__file-name {
8033 - color: #86939e;
8034 - font-size: 14px;
8035 - word-break: break-all;
8036 - line-height: 20px;
8037 -}
8038 -.wtotem_body .popup__btns {
8039 - margin-left: auto;
8040 - display: flex;
8041 - gap: 12px;
8042 -}
8043 -.wtotem_body .popup__btn {
8044 - padding: 9px 17px;
8045 - border-radius: 6px;
8046 - font-size: 14px;
8047 - border: 1px solid transparent;
8048 - font-family: "Inter", sans-serif;
8049 -}
8050 -.wtotem_body .popup__btn:hover {
8051 - cursor: pointer;
8052 -}
8053 -.wtotem_body .popup__cancel {
8054 - border-color: #86939e;
8055 - color: #1d293f;
8056 - background-color: #fff;
8057 -}
8058 -.wtotem_body .popup__delete {
8059 - background-color: #dc2626;
8060 - border-color: #dc2626;
8061 - color: #fff;
8062 -}
8063 -
8064 -/**
8065 - * WP scan page small styles max-width 768px
8066 - */
8067 -/**
8068 - * WP scan page small styles max-width 1024px
8069 - */
8070 -@media screen and (max-width: 1024px) {
8071 - .wtotem_body .audit-logs-entry__status {
8072 - max-width: 100px;
8073 - }
8074 -}
8075 -
8076 -@media screen and (max-width: 768px) {
8077 - .wtotem_body .link_source {
8078 - display: none;
8079 - }
8080 - .wtotem_body .files__size {
8081 - display: none;
8082 - }
8083 - .wtotem_body .files__last-modify {
8084 - display: none;
8085 - }
8086 - .wtotem_body .files__controls {
8087 - display: none;
8088 - }
8089 -
8090 - .wtotem_body .audit-logs__time,
8091 - .wtotem_body .audit-logs__user,
8092 - .wtotem_body .audit-logs-entry__time,
8093 - .wtotem_body .audit-logs-entry__status-container{
8094 - display: none;
8095 - }
8096 -
8097 -}
8098 -
8099 -/*
8100 - * Pagination styles
8101 -*/
8102 -.wtotem_pagination {
8103 - display: flex;
8104 - align-items: center;
8105 - justify-content: center;
8106 - padding: 12px 16px 15px;
8107 -}
8108 -.wtotem_pagination__number {
8109 - color: #99a6b1;
8110 - font-weight: 500;
8111 - margin: 15px;
8112 - display: flex;
8113 - align-items: center;
8114 -}
8115 -.wtotem_pagination__number:hover {
8116 - color: #5e6977;
8117 -}
8118 -.wtotem_pagination__number_active {
8119 - width: 35px;
8120 - height: 35px;
8121 - background: #f1f3f5;
8122 - border: 1px solid #ddd;
8123 - color: #5e6977;
8124 - margin: 0;
8125 - border-radius: 100px;
8126 - display: flex;
8127 - justify-content: center;
8128 - align-items: center;
8129 -}
8130 -.wtotem_pagination__number_etc {
8131 - margin-right: 22px;
8132 -}
8133 -.wtotem_pagination__arrow {
8134 - width: 19px;
8135 - height: 12px;
8136 - display: block;
8137 - cursor: pointer;
8138 -}
8139 -
8140 -/*
8141 5345 * MultiSite page
8142 5346 */
8143 -.wtotem_body .sites-section__icon {
5347 +.sites-section__icon {
8144 5348 font-size: 12px;
8145 5349 line-height: 15px;
8146 5350 color: #5e6977
8147 5351 }
8148 -.wtotem_body .sites-section__icon--red {
5352 +.sites-section__icon--red {
8149 5353 background: #ff0202;
8150 5354 border: 1px solid rgba(61, 80, 223, .3)
8151 5355 }
8152 -.wtotem_body .sites-section__icon--yellow {
5356 +.sites-section__icon--yellow {
8153 5357 background: #ffe602;
8154 5358 border: 1px solid rgba(61, 80, 223, .3)
8155 5359 }
8156 -.wtotem_body .sites-section__icon--gray {
5360 +.sites-section__icon--gray {
8157 5361 border: 1px solid #86939e;
8158 5362 background-color: #e1e8ee
8159 5363 }
8160 -.wtotem_body .sites-section__icon-stack {
5364 +.sites-section__icon-stack {
8161 5365 display: flex
8162 5366 }
8163 -.wtotem_body .sites-section__icon-stack>* {
5367 +.sites-section__icon-stack>* {
8164 5368 width: 40px;
8165 5369 height: 40px;
8166 5370 line-height: 28px;
8167 5371 text-align: center;
@@ -8171,25 +5375,26 @@
8171 5375 align-items: center;
8172 5376 justify-content: center;
8173 5377 position: relative;
8174 5378 }
8175 -.wtotem_body .sites-section__icon-stack>:first-child {
5379 +.sites-section__icon-stack>:first-child {
8176 5380 margin-left: 0
8177 5381 }
8178 -.wtotem_body .services-icons rect{
5382 +.services-icons rect{
8179 5383 fill: rgb(255, 255, 255);
8180 5384 }
8181 -.wtotem_body .services-icons.services-icon__wa path{
5385 +.services-icons.services-icon__wa path{
8182 5386 fill: rgb(105 105 105);
8183 5387 }
8184 -.wtotem_body .sites-section__icon--yellow .services-icons rect{
5388 +.sites-section__icon--yellow .services-icons rect{
8185 5389 fill: rgb(105 105 105);
8186 5390 }
8187 -.wtotem_body .services-icons {
5391 +.services-icons {
8188 5392 width: 18px;
8189 5393 height: 18px;
8190 5394 }
8191 5395
5396 +
8192 5397 /**
8193 5398 * Not working page styles
8194 5399 */
8195 5400 .wtotem_not-working {
@@ -8218,11 +5423,11 @@
8218 5423 width: 100%;
8219 5424 }
8220 5425
8221 5426 /**
8222 - * Message card
5427 + * Message card styles
8223 5428 */
8224 -.wtotem_body .message-card {
5429 +.message-card {
8225 5430 background: #ffffff;
8226 5431 /* Shadow */
8227 5432 box-shadow: 0px 6px 54px rgba(61, 80, 223, 0.04);
8228 5433 border-radius: 24px;
@@ -8231,9 +5436,9 @@
8231 5436 flex-direction: column;
8232 5437 align-items: center;
8233 5438 width: 390px;
8234 5439 }
8235 -.wtotem_body .message-card__title {
5440 +.message-card__title {
8236 5441 font-weight: bold;
8237 5442 font-size: 24px;
8238 5443 line-height: 32px;
8239 5444 color: #3d50df;
@@ -8238,9 +5443,9 @@
8238 5443 line-height: 32px;
8239 5444 color: #3d50df;
8240 5445 text-align: center;
8241 5446 }
8242 -.wtotem_body .message-card__button {
5447 +.message-card__button {
8243 5448 width: 100%;
8244 5449 padding: 13px;
8245 5450 }
8246 5451
@@ -8247,258 +5452,12 @@
8247 5452 /**
8248 5453 * Message card small styles max-width 576px
8249 5454 */
8250 5455 @media screen and (max-width: 576px) {
8251 - .wtotem_body .message-card {
5456 + .message-card {
8252 5457 width: 300px;
8253 5458 }
8254 5459 }
8255 -
8256 -/**
8257 - * 2FA styles
8258 - */
8259 -.wtotem-recovery-codes li{
8260 - font-family: monospace !important;
8261 -}
8262 -.wtotem_body .wtotem_control__btn.wtotem_disabled {
8263 - color: #777;
8264 - background-color: #f3f5f6;
8265 - border-color: #9f9f9f;
8266 - cursor: not-allowed;
8267 - opacity: 0.75;
8268 -}
8269 -.wtotem-recovery-list{
8270 - width: 350px;
8271 - background: #F3F5F6;
8272 - border-radius: 4px;
8273 - padding: 16px 24px;
8274 - position: relative;
8275 - margin: 15px 0;
8276 - color: #5a5a5a;
8277 -}
8278 -.wtotem-recovery-btn{
8279 - position: absolute;
8280 - bottom: 5px;
8281 - right: 14px;
8282 -}
8283 -.wtotem-recovery-btn img{
8284 - margin-right: 10px;
8285 - cursor: pointer;
8286 -}
8287 -.wtotem-hr{
8288 - border: 0;
8289 - border-top: 1px solid #ebebeb;
8290 - border-bottom: 1px solid #f6f7f7;
8291 -}
8292 -#wtotem_ga_qr canvas{
8293 - border: 10px solid #fff;
8294 -}
8295 -
8296 -/**
8297 - * Login attempts
8298 - */
8299 -.wtotem-interval-select{
8300 - border: 2px solid #e1e8ee;
8301 - border-radius: 5px;
8302 - margin-bottom: 5px;
8303 - position: relative;
8304 - width: fit-content;
8305 -}
8306 -.wtotem-interval-select:before{
8307 - content: '';
8308 - background: url("../img/clock.svg") no-repeat;
8309 - width: 20px;
8310 - height: 20px;
8311 - position: absolute;
8312 - top: 5px;
8313 - left: 5px;
8314 -}
8315 -
8316 -.wtotem-interval-select select{
8317 - border: 0;
8318 - padding-left: 30px;
8319 -}
8320 -
8321 -
8322 -/**
8323 -* Feedback popup
8324 -*/
8325 -.user-feedback {
8326 - padding: 24px;
8327 - border: 1px solid #eee;
8328 - box-shadow: 0px 3.306px 3.623px 0px rgba(0, 0, 0, 0.03), 0px 9.141px 10.017px 0px rgba(0, 0, 0, 0.05), 0px 22.007px 24.118px 0px rgba(0, 0, 0, 0.06), 0px 73px 80px 0px rgba(0, 0, 0, 0.09);
8329 - position: fixed;
8330 - bottom: 20px;
8331 - right: 140px;
8332 - background-color: #fff;
8333 - border-radius: 12px;
8334 - z-index: 2147483648 !important;
8335 - display: flex;
8336 - flex-direction: column;
8337 - gap: 24px;
8338 - width: 400px;
8339 -}
8340 -.user-feedback__done {
8341 - justify-content: center;
8342 - height: 300px;
8343 -}
8344 -.user-feedback__header {
8345 - display: flex;
8346 - justify-content: space-between;
8347 - position: relative;
8348 - padding-right: 24px;
8349 -}
8350 -.user-feedback__header .user-feedback__close-btn {
8351 - right: -4px;
8352 - top: -4px;
8353 - width: 24px;
8354 - height: 24px;
8355 - display: flex;
8356 - justify-content: center;
8357 - align-items: center;
8358 - border-radius: 50%;
8359 - border: 1px solid #5e6977;
8360 - transform: rotate(45deg);
8361 - cursor: pointer;
8362 -}
8363 -.user-feedback__title {
8364 - color: #3D50DF;
8365 - font-weight: 700;
8366 - font-size: 18px;
8367 - line-height: 18px;
8368 - margin: 0;
8369 -}
8370 -.user-feedback__close-btn {
8371 - background-color: transparent;
8372 - border-color: transparent;
8373 - padding: 0;
8374 - margin: 0;
8375 - display: flex;
8376 - justify-content: center;
8377 - align-items: center;
8378 - position: absolute;
8379 - top: 24px;
8380 - right: 24px;
8381 -}
8382 -.user-feedback__close-btn:focus {
8383 - border-color: #3D50DF;
8384 -}
8385 -.user-feedback__submit-btn {
8386 - width: 181px;
8387 - font-size: 14px;
8388 - line-height: 12px;
8389 -}
8390 -.user-feedback__stars {
8391 - display: flex;
8392 - align-items: center;
8393 - justify-content: space-between;
8394 -}
8395 -.user-feedback__additional {
8396 - display: flex;
8397 - flex-direction: column;
8398 - gap: 12px;
8399 -}
8400 -.user-feedback__additional-title {
8401 - margin: 0;
8402 - color: #3D50DF;
8403 - font-size: 12px!important;
8404 - line-height: 18px;
8405 - font-weight: 700;
8406 -}
8407 -.user-feedback__comment {
8408 - resize: none;
8409 - width: 100%;
8410 - padding: 16px 12px;
8411 - border: 1px solid #eff0f6;
8412 - border-radius: 2px;
8413 - color: #5e6977;
8414 - font-family: 'Inter', sans-serif;
8415 - font-size: 14px;
8416 - font-weight: 400;
8417 - line-height: 18px;
8418 -}
8419 -.user-feedback__comment::placeholder {
8420 - font-size: 14px;
8421 - line-height: 18px;
8422 - color: #86939e;
8423 - font-family: 'Inter', sans-serif;
8424 -}
8425 -.score-star {
8426 - display: block;
8427 - cursor: pointer;
8428 - border-radius: 4px;
8429 - position: absolute;
8430 - transform: translateX(100%);
8431 - width: 50%;
8432 - height: 100%;
8433 -}
8434 -.score-star svg {
8435 - transform: translateX(-50%);
8436 -}
8437 -.score-star__checkbox {
8438 - width: 0;
8439 - height: 0;
8440 - visibility: hidden;
8441 - position: absolute;
8442 - opacity: 0;
8443 - z-index: -1;
8444 -}
8445 -.score {
8446 - position: relative;
8447 - width: 35px;
8448 - height: 35px;
8449 -}
8450 -.score-star-half {
8451 - position: absolute;
8452 - width: 50%;
8453 - height: 35px;
8454 - z-index: 1;
8455 - overflow: hidden;
8456 - cursor: pointer;
8457 -}
8458 -.rating-area {
8459 - overflow: hidden;
8460 - width: 200px;
8461 - margin: 0 auto;
8462 -}
8463 -.rating-area:not(:checked) > input {
8464 - display: none;
8465 -}
8466 -.rating-area:not(:checked) > label {
8467 - float: right;
8468 - width: 40px;
8469 - padding: 0;
8470 - cursor: pointer;
8471 - font-size: 32px;
8472 - line-height: 32px;
8473 - color: lightgrey;
8474 - text-shadow: 1px 1px #bbb;
8475 -}
8476 -.rating-area:not(:checked) > label:before {
8477 - content: '★';
8478 -}
8479 -.rating-area > input:checked ~ label,
8480 -input[type=radio]:checked+label:before {
8481 - color: gold;
8482 - text-shadow: 1px 1px #c60;
8483 -}
8484 -.rating-area:not(:checked) > label:hover,
8485 -.rating-area:not(:checked) > label:hover ~ label {
8486 - color: gold;
8487 -}
8488 -.rating-area > input:checked + label:hover,
8489 -.rating-area > input:checked + label:hover ~ label,
8490 -.rating-area > input:checked ~ label:hover,
8491 -.rating-area > input:checked ~ label:hover ~ label,
8492 -.rating-area > label:hover ~ input:checked ~ label {
8493 - color: gold;
8494 - text-shadow: 1px 1px goldenrod;
8495 -}
8496 -.rate-area > label:active {
8497 - position: relative;
8498 -}
8499 -
8500 -
8501 5460 /*
8502 5461 * Dark mode styles
8503 5462 */
8504 5463 .wtotem_theme—dark {
@@ -8511,21 +5470,13 @@
8511 5470 .wtotem_theme—dark .wtotem_body .h4,
8512 5471 .wtotem_theme—dark .wtotem_body .h5 {
8513 5472 color: #e8e8e8;
8514 5473 }
8515 -.wtotem_theme—dark .wtotem_body .wt_card,
8516 -.wtotem_theme—dark .wtotem_body .wt_card:before,
8517 -.wtotem_theme—dark .wtotem_chart-first__btn_active,
8518 -.wtotem_theme—dark .country-blocking-form-save{
5474 +.wtotem_theme—dark .wt_card,
5475 +.wtotem_theme—dark .wt_card:before,
5476 +.wtotem_theme—dark .wtotem_chart-first__btn_active {
8519 5477 background: #282828;
8520 5478 }
8521 -.wtotem_theme—dark .wtotem_loader_spinner:before{
8522 - background-color: transparent!important;
8523 - background-image: url(../img/spinner.svg)!important;
8524 -}
8525 -.wtotem_theme—dark .wtotem_loader_spinner::after{
8526 - background: #000000;
8527 -}
8528 5479 .wtotem_theme—dark .wtotem_content,
8529 5480 .wtotem_theme—dark .wtotem_footer,
8530 5481 .wtotem_theme—dark .wtotem_chart-first__right,
8531 5482 .wtotem_theme—dark .wtotem_control__block,
@@ -8530,10 +5481,9 @@
8530 5481 .wtotem_theme—dark .wtotem_chart-first__right,
8531 5482 .wtotem_theme—dark .wtotem_control__block,
8532 5483 .wtotem_theme—dark .wtotem_state__select,
8533 5484 .wtotem_theme—dark .wtotem_chart__calendars,
8534 -.wtotem_theme—dark .wtotem_control__btn:hover,
8535 -.wtotem_theme—dark .user-feedback__comment{
5485 +.wtotem_theme—dark .wtotem_control__btn:hover {
8536 5486 background: #191919;
8537 5487 }
8538 5488 .wtotem_theme—dark .wtotem_version__count {
8539 5489 border: 1px solid #f3f5f6;
@@ -8542,9 +5492,9 @@
8542 5492 background: url("../img/dr-logo.svg") no-repeat center center/cover;
8543 5493 }
8544 5494 .wtotem_theme—dark .wtotem_nav__link,
8545 5495 .wtotem_theme—dark .wtotem_version__count,
8546 -.wtotem_theme—dark .wtotem_body .title,
5496 +.wtotem_theme—dark .title,
8547 5497 .wtotem_theme—dark .wtotem_title-info__title,
8548 5498 .wtotem_theme—dark .wtotem_overall__text,
8549 5499 .wtotem_theme—dark .wtotem_info__subtitle,
8550 5500 .wtotem_theme—dark .wtotem_info__info,
@@ -8566,9 +5516,9 @@
8566 5516 .wtotem_theme—dark .wtotem_chart-first__hack p,
8567 5517 .wtotem_theme—dark .wtotem_chart-first__btn_active,
8568 5518 .wtotem_theme—dark .wtotem_chart__text,
8569 5519 .wtotem_theme—dark .wtotem_table__initial-value,
8570 -.wtotem_theme—dark .wtotem_body .arrow-right,
5520 +.wtotem_theme—dark .arrow-right,
8571 5521 .wtotem_theme—dark .wtotem_print__label,
8572 5522 .wtotem_theme—dark .wtotem_state__text,
8573 5523 .wtotem_theme—dark .wtotem_data__td,
8574 5524 .wtotem_theme—dark .wtotem_file-table__th,
@@ -8576,44 +5526,27 @@
8576 5526 .wtotem_theme—dark .wtotem_option__title,
8577 5527 .wtotem_theme—dark .wtotem_option__text,
8578 5528 .wtotem_theme—dark .wtotem_control__title,
8579 5529 .wtotem_theme—dark .wtotem_control__name,
8580 -.wtotem_theme—dark .wtotem_body .onoff__label:after,
8581 -.wtotem_theme—dark .wtotem_body .onoff__label:before,
5530 +.wtotem_theme—dark .onoff__label:after,
5531 +.wtotem_theme—dark .onoff__label:before,
8582 5532 .wtotem_theme—dark .wtotem_unit__expectation_loading,
8583 -.wtotem_theme—dark .wtotem_alert__text,
8584 -.wtotem_theme—dark .audit-logs-entry__description,
8585 -.wtotem_theme—dark .audit-logs__date{
5533 +.wtotem_theme—dark .wtotem_alert__text {
8586 5534 color: #f3f5f6;
8587 5535 }
8588 5536 .wtotem_theme—dark .wtotem_nav__link_active {
8589 5537 color: #3d50df;
8590 5538 }
8591 -.wtotem_theme—dark .wtotem_data__ip,
8592 -.wtotem_theme—dark .files__last-modify,
8593 -.wtotem_theme—dark .wtotem_body .files__file-path{
5539 +.wtotem_theme—dark .wtotem_data__ip {
8594 5540 color: #86939e;
8595 5541 }
8596 -.wtotem_theme—dark .wtotem_body .options__item{
8597 - color: #fff;
8598 - width: 100%;
8599 - border-bottom: 1px solid #282828;
8600 -}
8601 -.wtotem_theme—dark .wtotem_body .options{
8602 - border: 1px solid rgb(25, 25, 25);
8603 - background: rgb(60, 60, 61);
8604 -}
8605 5542 .wtotem_theme—dark .wtotem_chart__btn {
8606 5543 border: 1px solid #f3f5f6;
8607 5544 }
8608 5545 .wtotem_theme—dark .wtotem_file-table__tr,
8609 -.wtotem_theme—dark .wtotem_last_scan_av,
8610 -.wtotem_theme—dark .user-feedback__comment {
5546 +.wtotem_theme—dark .wtotem_last_scan_av {
8611 5547 border-color: #191919;
8612 5548 }
8613 -.wtotem_theme—dark .audit-logs__time-count{
8614 - border: 1px solid #3c3c3d;
8615 -}
8616 5549 .wtotem_theme—dark .wtotem_title-info__info {
8617 5550 background: url("../img/dr-info.svg") no-repeat center center/cover;
8618 5551 }
8619 5552 .wtotem_theme—dark .wtotem_info__item:first-child,
@@ -8634,80 +5567,15 @@
8634 5567 }
8635 5568 .wtotem_theme—dark .wtotem_table__col:last-child {
8636 5569 border-right: none;
8637 5570 }
8638 -.wtotem_theme—dark .wtotem_chart__line,
8639 -.wtotem_theme—dark .audit-logs__divider{
5571 +.wtotem_theme—dark .wtotem_chart__line {
8640 5572 background: #3c3c3d;
8641 5573 }
8642 -.wtotem_theme—dark .antivirus-scan,
8643 -.wtotem_theme—dark .antivirus-log{
8644 - background-color: #282828;
8645 -}
8646 -.wtotem_theme—dark .antivirus-log__title,
8647 -.wtotem_theme—dark .antivirus-log__item{
8648 - border-bottom: 1px solid #222;
8649 -}
8650 -.wtotem_theme—dark .antivirus-log__view-all:hover,
8651 -.wtotem_theme—dark .antivirus-log__view-all:focus,
8652 -.wtotem_theme—dark .antivirus-log__item:hover,
8653 -.wtotem_theme—dark .antivirus-log__item:focus{
8654 - background-color: #202020;
8655 -}
8656 -.wtotem_theme—dark .antivirus-quarantine__item-preview,
8657 -.wtotem_theme—dark .antivirus-quarantine__btn,
8658 -.wtotem_theme—dark .antivirus-scan__count{
8659 - background-color: #191919;
8660 -}
8661 -.wtotem_theme—dark .antivirus-scan__footer{
8662 - background-color: #202020;
8663 -}
8664 -.wtotem_theme—dark .antivirus-scan__icon-container--clean,
8665 -.wtotem_theme—dark .antivirus-log__icon-container--clean{
8666 - background-color: #395448;
8667 -}
8668 -.wtotem_theme—dark .antivirus-log__icon-container--infected{
8669 - background-color: #543434;
8670 -}
8671 -.wtotem_theme—dark .antivirus-quarantine__nodata-icon-container {
8672 - background-color: #27375e;
8673 -}
8674 -.wtotem_theme—dark .antivirus-log__icon-container--header{
8675 - background-color: #a4aabd;
8676 -}
8677 -.wtotem_theme—dark .antivirus-quarantine__item-entry:not(:last-child){
8678 - border-bottom: 1px solid #383838
8679 -}
8680 -.wtotem_theme—dark .antivirus-quarantine__item-table th,
8681 -.wtotem_theme—dark .antivirus-quarantine__item-table td{
8682 - border: solid 1px transparent;
8683 - padding: 0;
8684 - background-color: transparent;
8685 -}
8686 -.wtotem_theme—dark .antivirus-quarantine__nodata-title{
8687 - color: #d7d7d7;
8688 -}
8689 -.wtotem_theme—dark .antivirus-picker__btn,
8690 -.wtotem_theme—dark .antivirus-picker__btn--active{
8691 - color: #d3d3d3;
8692 -}
8693 -.wtotem_theme—dark .antivirus-scanned thead,
8694 -.wtotem_theme—dark .antivirus-scanned tbody td{
8695 - border-bottom: 1px solid #2a2a2a;
8696 -}
8697 -.wtotem_theme—dark .antivirus-picker__date.date-picker,
8698 -.wtotem_theme—dark .antivirus-picker__range,
8699 -.wtotem_theme—dark .user-feedback{
8700 - background-color: #282828;
8701 -}
8702 5574 .wtotem_theme—dark .wtotem_table__th,
8703 -.wtotem_theme—dark .wtotem_table__td,
8704 -.wtotem_theme—dark .wtotem_body .country-blocking-form__select-region{
5575 +.wtotem_theme—dark .wtotem_table__td {
8705 5576 border-bottom: 1px solid #3c3c3d;
8706 5577 }
8707 -.wtotem_theme—dark .wtotem_body .country-blocking-form{
8708 - color: #e2e2e2;
8709 -}
8710 5578 .wtotem_theme—dark .wtotem_table__link:after {
8711 5579 content: "";
8712 5580 border: solid #fff;
8713 5581 border-width: 0 1px 1px 0;
@@ -8713,9 +5581,9 @@
8713 5581 border-width: 0 1px 1px 0;
8714 5582 -webkit-transform: rotate(-45deg);
8715 5583 transform: rotate(-45deg);
8716 5584 }
8717 -.wtotem_theme—dark .wtotem_body .arrow-right:after {
5585 +.wtotem_theme—dark .arrow-right:after {
8718 5586 content: "";
8719 5587 border: solid #f3f5f6;
8720 5588 border-width: 0 1px 1px 0;
8721 5589 -webkit-transform: rotate(-45deg);
@@ -8725,42 +5593,37 @@
8725 5593 .wtotem_theme—dark .wtotem_footer__line,
8726 5594 .wtotem_theme—dark .wtotem_state__line {
8727 5595 background: #2d2e2e;
8728 5596 }
8729 -.wtotem_theme—dark .wtotem_body td,
8730 -.wtotem_theme—dark .wtotem_body th {
8731 - border: 1px solid #282828;
8732 - background: #282828;
8733 - padding: 3px 10px;
8734 -}
5597 +
8735 5598 .wtotem_theme—dark .wtotem_footer__logo {
8736 5599 background: url("../img/dr-logo-footer.svg") no-repeat center center/cover;
8737 5600 }
8738 -.wtotem_theme—dark .wtotem_body .line-chart__tooltip {
5601 +.wtotem_theme—dark .line-chart__tooltip {
8739 5602 background: #3d50df;
8740 5603 }
8741 -.wtotem_theme—dark .wtotem_body .line-chart__tooltip::before {
5604 +.wtotem_theme—dark .line-chart__tooltip::before {
8742 5605 border-color: #3d50df transparent transparent transparent;
8743 5606 }
8744 -.wtotem_theme—dark .wtotem_body .line-chart__tooltip--reverse::before {
5607 +.wtotem_theme—dark .line-chart__tooltip--reverse::before {
8745 5608 border-color: transparent transparent #3d50df transparent;
8746 5609 }
8747 -.wtotem_theme—dark .wtotem_body .wtotem_firewall__icon {
5610 +.wtotem_theme—dark .wtotem_firewall__icon {
8748 5611 background: url("../img/dr-shape.svg") no-repeat center center/cover;
8749 5612 }
8750 -.wtotem_theme—dark .wtotem_body .onoff__label {
5613 +.wtotem_theme—dark .onoff__label {
8751 5614 background: #686868;
8752 5615 }
8753 -.wtotem_theme—dark .wtotem_body .wtotem_print__img {
5616 +.wtotem_theme—dark .wtotem_print__img {
8754 5617 background: url("../img/dr-print.svg") no-repeat center center/cover;
8755 5618 }
8756 -.wtotem_theme—dark .wtotem_body .wtotem_control__trash {
5619 +.wtotem_theme—dark .wtotem_control__trash {
8757 5620 background: url("../img/dr-trash.svg") no-repeat center center/cover;
8758 5621 }
8759 -.wtotem_theme—dark .wtotem_body .onoff__input:checked + label .onoff__circle {
5622 +.wtotem_theme—dark .onoff__input:checked + label .onoff__circle {
8760 5623 background: #4bc374;
8761 5624 }
8762 -.wtotem_theme—dark .wtotem_body .onoff__circle {
5625 +.wtotem_theme—dark .onoff__circle {
8763 5626 background: #ec6d62;
8764 5627 }
8765 5628 .wtotem_theme—dark .wtotem_alert__close:before,
8766 5629 .wtotem_theme—dark .wtotem_alert__close:after {
@@ -8769,15 +5632,14 @@
8769 5632 .wtotem_theme—dark .wtotem-waf-settings-popup {
8770 5633 background: #282828;
8771 5634 color: #e2e2e2;
8772 5635 }
8773 -.wtotem_theme—dark .wtotem_body .country-blocking-modal-attacks-container {
5636 +.wtotem_theme—dark .wtotem_body .wtotem-waf-settings-popup__input {
8774 5637 border: 1px solid #333333;
5638 + background-color: #191919;
8775 5639 color: #ffffff;
8776 5640 }
8777 -.wtotem_theme—dark .wtotem_body .wtotem-waf-settings-popup__input,
8778 -.wtotem_theme—dark .wtotem_body .firewall-configuration__ip-adress,
8779 -.wtotem_theme—dark .wtotem_body .country-blocking-modal__search-input{
5641 +.wtotem_theme—dark .wtotem_body .firewall-configuration__ip-adress {
8780 5642 border: 1px solid #333333;
8781 5643 background-color: #191919;
8782 5644 color: #ffffff;
8783 5645 }
@@ -8792,10 +5654,9 @@
8792 5654 }
8793 5655 .wtotem_theme—dark .wtotem_dark_btn {
8794 5656 background: #1b3b75;
8795 5657 }
8796 -.wtotem_theme—dark .wtotem-firewall-settings__no-data-icon,
8797 -.wtotem_theme—dark .wtotem_pagination__number_active{
5658 +.wtotem_theme—dark .wtotem-firewall-settings__no-data-icon {
8798 5659 background: #191919;
8799 5660 }
8800 5661 .wtotem_theme—dark input {
8801 5662 background-color: #191919;
@@ -8801,24 +5662,24 @@
8801 5662 background-color: #191919;
8802 5663 color: #fff;
8803 5664 border-color: #3a3a3a;
8804 5665 }
8805 -.wtotem_theme—dark .wtotem_body .firewall-ip-table__tr:hover {
5666 +.wtotem_theme—dark .firewall-ip-table__tr:hover {
8806 5667 background: #191919;
8807 5668 border-bottom: 1px solid #7a7a7a;
8808 5669 }
8809 -.wtotem_theme—dark .wtotem_body .firewall-ip-table__td {
8810 - /*border-bottom: 1px solid #5a5a5a;*/
5670 +.wtotem_theme—dark .firewall-ip-table__td {
5671 + border-bottom: 1px solid #5a5a5a;
8811 5672 }
8812 -.wtotem_theme—dark .wtotem_body .firewall-ip-table__th {
5673 +.wtotem_theme—dark .firewall-ip-table__th {
8813 5674 background: transparent;
8814 - border-color: transparent;
5675 + border-color: #606060;
8815 5676 color: #cfcfcf;
8816 5677 }
8817 5678 .wtotem_theme—dark .wtotem-loader__wrapper {
8818 5679 background: #191919;
8819 5680 }
8820 -.wtotem_theme—dark .wtotem_body .firewall-multi-adding__input {
5681 +.wtotem_theme—dark .firewall-multi-adding__input {
8821 5682 background-color: #191919;
8822 5683 color: #fff;
8823 5684 border-color: #3a3a3a;
8824 5685 }
@@ -8862,17 +5723,16 @@
8862 5723 background: #656565;
8863 5724 border-color: #656565;
8864 5725 color: #fff;
8865 5726 }
8866 -.wtotem_theme—dark .wtotem_body .wtotem_country__desc {
5727 +.wtotem_theme—dark .wtotem_country__desc {
8867 5728 color: #ccc;
8868 5729 }
8869 -.wtotem_theme—dark .wtotem_body .wtotem_reports {
5730 +.wtotem_theme—dark .wtotem_reports {
8870 5731 background: #191919;
8871 5732 }
8872 -.wtotem_theme—dark .wtotem_body .wtotem_reports-table__column,
8873 -.wtotem_theme—dark .wtotem_body .wtotem_reports-dates,
8874 -.wtotem_theme—dark .user-feedback {
5733 +.wtotem_theme—dark .wtotem_reports-table__column,
5734 +.wtotem_theme—dark .wtotem_reports-dates {
8875 5735 background: #282828;
8876 5736 border: solid 1px #282828;
8877 5737 }
8878 5738 .wtotem_theme—dark .wtotem_body .wtotem_reports-dates__input {
@@ -8878,12 +5738,12 @@
8878 5738 .wtotem_theme—dark .wtotem_body .wtotem_reports-dates__input {
8879 5739 border: 1px solid #3a3a3a;
8880 5740 color: #ccc;
8881 5741 }
8882 -.wtotem_theme—dark .wtotem_body .wtotem_reports-table__row {
5742 +.wtotem_theme—dark .wtotem_reports-table__row {
8883 5743 background: transparent;
8884 5744 }
8885 -.wtotem_theme—dark .wtotem_body .wtotem_reports-modal {
5745 +.wtotem_theme—dark .wtotem_reports-modal {
8886 5746 color: #ddd;
8887 5747 }
8888 5748 .wtotem_theme—dark .wtotem_body .wtotem_reports-modal__content {
8889 5749 background: #282828;
@@ -8891,205 +5751,98 @@
8891 5751 .wtotem_theme—dark .wtotem_body .wtotem_reports-settings__dates,
8892 5752 .wtotem_theme—dark .wtotem_body .wtotem_reports-settings__period-item {
8893 5753 border: 2px solid #35383b;
8894 5754 }
8895 -.wtotem_theme—dark .wtotem_body .wtotem_reports-modal__close {
5755 +.wtotem_theme—dark .wtotem_reports-modal__close {
8896 5756 background-image: url(../img/close.svg);
8897 5757 }
8898 5758 .wtotem_theme—dark .wtotem_body .wtotem_reports-settings__module-item::after {
8899 5759 background-color: #35383b;
8900 5760 }
8901 -.wtotem_theme—dark .wtotem_body .wtotem_reports-accordion__header,
8902 -.wtotem_theme—dark .wtotem_body .wtotem_reports-accordion__item {
5761 +.wtotem_theme—dark .wtotem_reports-accordion__header,
5762 +.wtotem_theme—dark .wtotem_reports-accordion__item {
8903 5763 background: #282828;
8904 5764 color: #d6d6d6;
8905 5765 }
8906 -.wtotem_theme—dark .wtotem_body .wtotem_reports-accordion__content-wrapper {
5766 +.wtotem_theme—dark .wtotem_reports-accordion__content-wrapper {
8907 5767 border-top: 1px solid #565656;
8908 5768 }
8909 -.wtotem_theme—dark .wtotem_body .wt-input input {
5769 +.wtotem_theme—dark .wt-input input {
8910 5770 background-color: #191919;
8911 5771 color: #fff;
8912 5772 border-color: #3a3a3a;
8913 5773 }
8914 -.wtotem_theme—dark .wtotem_body .wt-input input[type=image] {
5774 +.wtotem_theme—dark .wt-input input[type=image] {
8915 5775 background-color: transparent;
8916 5776 }
8917 -.wtotem_theme—dark .wtotem_body .wt-input__inner {
5777 +.wtotem_theme—dark .wt-input__inner {
8918 5778 background-color: #191919;
8919 5779 border-color: #3a3a3a;
8920 5780 }
8921 -.wtotem_theme—dark .wtotem_body .port-scanner-list td span {
5781 +.wtotem_theme—dark .port-scanner-list td span {
8922 5782 background-color: #424242;
8923 5783 }
8924 -.wtotem_theme—dark .wtotem_body .port-scanner-list__form-ports .port-scanner-port-wrapper {
5784 +.wtotem_theme—dark .port-scanner-list__form-ports .port-scanner-port-wrapper {
8925 5785 background-color: #867b56;
8926 5786 }
8927 -.wtotem_theme—dark .wtotem_body .port-scanner-list td,
8928 -.wtotem_theme—dark .wtotem_body .port-scanner-list__header,
8929 -.wtotem_theme—dark .wtotem_body .popup-content,
8930 -.wtotem_theme—dark .wtotem_body .side-modal__header-wrapper {
5787 +.wtotem_theme—dark .port-scanner-list td,
5788 +.wtotem_theme—dark .port-scanner-list__header,
5789 +.wtotem_theme—dark .popup-content,
5790 +.wtotem_theme—dark .side-modal__header-wrapper {
8931 5791 border-bottom: 1px solid #191919;
8932 5792 }
8933 -.wtotem_theme—dark .wtotem_body .popup-content{
8934 - border: 1px solid #191919;
8935 -}
8936 -.wtotem_theme—dark .antivirus-scan__btn:hover,
8937 -.wtotem_theme—dark .antivirus-scan__btn:focus-visible{
8938 - background-color: #1a316c;
8939 -}
8940 -.wtotem_theme—dark .antivirus-scanned .infected__number{
8941 - color: #cd4141;
8942 - background-color: #423131;
8943 -}
8944 -.wtotem_theme—dark .antivirus-scanned .scanned__number{
8945 - background-color: #343124;
8946 - color: #c55b1b;
8947 -}
8948 -
8949 -.wtotem_theme—dark .wtotem_body .wtotem_reports-settings__module-label {
5793 +.wtotem_theme—dark .wtotem_reports-settings__module-label {
8950 5794 color: #282828;
8951 5795 }
8952 -.wtotem_theme—dark .wtotem_body .wtotem_all__th {
5796 +.wtotem_theme—dark .wtotem_all__th {
8953 5797 color: #f3f5f6;
8954 5798 }
8955 -.wtotem_theme—dark .wtotem_body .wtotem_body td,
8956 -.wtotem_theme—dark .wtotem_body .wtotem_body th {
5799 +.wtotem_theme—dark .wtotem_body td,
5800 +.wtotem_theme—dark .wtotem_body th {
8957 5801 border: 1px solid #282828;
8958 5802 background: #282828;
8959 5803 }
8960 -.wtotem_theme—dark .wtotem_body .wtotem_all__td,
8961 -.wtotem_theme—dark .wtotem_body .wtotem_all__th {
5804 +.wtotem_theme—dark .wtotem_all__td,
5805 +.wtotem_theme—dark .wtotem_all__th {
8962 5806 background: #282828;
8963 5807 border: solid 1px #282828;
8964 5808 }
8965 -.wtotem_theme—dark .wtotem_body .firewall-ip-table__tr{
5809 +.wtotem_theme—dark .firewall-ip-table__tr{
8966 5810 border: solid 1px #282828;
8967 5811 }
8968 -.wtotem_theme—dark .wtotem_body .notifications-settings__header-wrapper{
5812 +.wtotem_theme—dark .notifications-settings__header-wrapper{
8969 5813 border-bottom: 1px solid #525252;
8970 5814 }
8971 -.wtotem_theme—dark .wtotem_body .firewall-configuration__list-types,
8972 -.wtotem_theme—dark .wtotem_body .wtotem_page-header__menu{
5815 +.wtotem_theme—dark .firewall-configuration__list-types,
5816 +.wtotem_theme—dark .wtotem_page-header__menu{
8973 5817 border-bottom: 1px solid #525252;
8974 5818 }
8975 -.wtotem_theme—dark .wtotem_body .wtotem_page-header__link{
5819 +.wtotem_theme—dark .wtotem_page-header__link{
8976 5820 color: #d5d5d5;
8977 5821 }
8978 -.wtotem_theme—dark .wtotem_body .wtotem_page-header__link:hover{
5822 +.wtotem_theme—dark .wtotem_page-header__link:hover{
8979 5823 color: #fff;
8980 5824 }
8981 -.wtotem_theme—dark .wtotem_body .popup-content{
5825 +.wtotem_theme—dark .popup-content{
8982 5826 background: #282828;
8983 5827 }
8984 -.wtotem_theme—dark .wtotem_body .confirmation-dialog__title,
8985 -.wtotem_theme—dark .wtotem_body .confirmation-dialog__text{
5828 +.wtotem_theme—dark .confirmation-dialog__title,
5829 +.wtotem_theme—dark .confirmation-dialog__text{
8986 5830 color: #fff;
8987 5831 }
8988 -.wtotem_theme—dark .wtotem_body .sites-section__icon--gray{
5832 +.wtotem_theme—dark .sites-section__icon--gray{
8989 5833 border: 1px solid #000000;
8990 5834 background-color: #191919;
8991 5835 }
8992 -.wtotem_theme—dark .port__result-list-item{
8993 - background-color: #62510b;
8994 - border: 1px solid #9d7e05;
8995 - color: #ebb836;
8996 -}
8997 -.wtotem_theme—dark .port__result-more-btn,
8998 -.wtotem_theme—dark .open-path__result-more-btn{
8999 - color: #c9c9c9;
9000 - background-color: #505050;
9001 - border: 1px solid #6c6c6c;
9002 -}
9003 -.wtotem_theme—dark .open-path__result-list-item{
9004 - color: #a4adf1;
9005 - background-color: #424242;
9006 - border: 1px solid #666666;
9007 -}
9008 -.wtotem_theme—dark .port__last-check-date-value,
9009 -.wtotem_theme—dark .open-path__last-check-date-value{
9010 - color: #e5e5e5;
9011 -}
9012 -.wtotem_theme—dark select.wtotem_select__inner{
9013 - background-color: #404040;
9014 - color: #cad2d9;
9015 -}
9016 -.wtotem_theme—dark select.wtotem_select__inner option{
9017 - background: #555;
9018 -}
9019 -.wtotem_theme—dark .open-path-details__item{
9020 - background-color: #222222;
9021 -}
9022 -.wtotem_theme—dark .open-path-details__item-value{
9023 - color: #a5a5a5;
9024 -}
9025 -.wtotem_theme—dark .wtotem-hr{
9026 - border-top: 1px solid #626262;
9027 - border-bottom: 1px solid #505050;
9028 -}
9029 -.wtotem_theme—dark .wtotem-interval-select{
9030 - border: 2px solid #686868;
9031 -}
9032 -.wtotem_theme—dark .wtotem-interval-select select{
9033 - background-color: #191919;
9034 - background-image: url('../img/arrow-down.svg');
9035 - color: #fff;
9036 -}
9037 -.wtotem_theme—dark .scan-tabs__item--active .scan-tabs__btn{
9038 - color: #7d8dff;
9039 -}
9040 -.wtotem_theme—dark .scan-tabs__item--active{
9041 - border-bottom-color: #7d8dff;
9042 -}
9043 -.wtotem_theme—dark .firewall-log-report__payload{
9044 - color: #000;
9045 -}
9046 -.wtotem_theme—dark .wtotem_body .audit-logs__event{
9047 - background: #191919 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
9048 - color: #f3f5f6;
9049 -}
9050 -.wtotem_theme—dark .scan-tabs__item .num{
9051 - background-color: #191919;
9052 - color: #f3f5f6;
9053 -}
9054 -.wtotem_theme—dark .wtotem_body .scan-tabs__item--active .num{
9055 - background-color: #191919;
9056 - color: #7d8dff;
9057 -}
9058 -.wtotem_theme—dark .wtotem_body .audit-logs__controls,
9059 -.wtotem_theme—dark .wtotem_body .scan-tabs{
9060 - border-bottom: 1px solid #3c3c3d;
9061 -}
9062 -.wtotem_theme—dark .wtotem_body .cve-logs__recommendation{
9063 - border-color: #7f1414;
9064 - background: #191919;
9065 - color: #db3333;
9066 -}
9067 -.wtotem_theme—dark .wtotem_body .cve .cve__item:nth-child(odd){
9068 - background: #373737;
9069 -}
9070 -.wtotem_theme—dark .wtotem_body .cve .cve__plugin_name{
9071 - color: #cccccc;
9072 -}
9073 -.wtotem_theme—dark .wtotem_body .cve .cve__description{
9074 - color: #cccccc;
9075 -}
9076 -.wtotem_theme—dark .wtotem_body .cve__item{
9077 - border-bottom: 1px solid #4b4b4b;
9078 -}
9079 5836
9080 -.wtotem_theme—dark .wtotem_body .files__controls{
9081 - border-bottom: 1px solid #4b4b4b;
9082 -}
9083 -
9084 5837 /*
9085 5838 * Dark mode Small styles 768px
9086 5839 */
9087 -@media screen and (max-width: 1000px) {
9088 - .wtotem_theme—dark .wtotem_body .wtotem_nav {
5840 +@media screen and (max-width: 768px) {
5841 + .wtotem_theme—dark .wtotem_nav {
9089 5842 background: #191919;
9090 5843 }
9091 - .wtotem_theme—dark .wtotem_body .wtotem_nav__item {
5844 + .wtotem_theme—dark .wtotem_nav__item {
9092 5845 border-bottom: 1px solid #3c3c3d;
9093 5846 }
9094 5847 }
9095 5848
@@ -9097,24 +5850,24 @@
9097 5850 @media screen and (max-width: 576px) {
9098 5851 .wtotem_theme—dark .wtotem_info__item:first-child {
9099 5852 border-right: none;
9100 5853 }
9101 - .wtotem_theme—dark .wtotem_body .wtotem_antivirus__item {
5854 + .wtotem_theme—dark .wtotem_antivirus__item {
9102 5855 border-bottom: 1px solid #3c3c3d;
9103 5856 }
9104 - .wtotem_theme—dark .wtotem_body .wtotem_numbers__item:last-child {
5857 + .wtotem_theme—dark .wtotem_numbers__item:last-child {
9105 5858 border-right: 1px solid #3c3c3d;
9106 5859 }
9107 - .wtotem_theme—dark .wtotem_body .wtotem_numbers__item:nth-child(2) {
5860 + .wtotem_theme—dark .wtotem_numbers__item:nth-child(2) {
9108 5861 border-right: none;
9109 5862 }
9110 - .wtotem_theme—dark .wtotem_body .wtotem_antivirus__item:last-child {
5863 + .wtotem_theme—dark .wtotem_antivirus__item:last-child {
9111 5864 border-right: none;
9112 5865 border-bottom: none;
9113 5866 }
9114 - .wtotem_theme—dark .wtotem_body .wtotem_antivirus__item:nth-child(2) {
5867 + .wtotem_theme—dark .wtotem_antivirus__item:nth-child(2) {
9115 5868 border-right: none;
9116 5869 }
9117 - .wtotem_theme—dark .wtotem_body .wtotem_antivirus__item:nth-child(3) {
5870 + .wtotem_theme—dark .wtotem_antivirus__item:nth-child(3) {
9118 5871 border-bottom: none;
9119 5872 }
9120 -}
5873 +}