| @@ -1,29 +1,34 @@ | ||
| 1 | 1 | @charset "UTF-8"; |
| 2 | 2 | .wtotem_body *, |
| 3 | 3 | .wtotem_body *:after, |
| 4 | 4 | .wtotem_body *:before { |
| 5 | - margin: 0; | |
| 6 | - padding: 0; | |
| 7 | - outline: none; | |
| 8 | - box-sizing: border-box; } | |
| 5 | + margin: 0; | |
| 6 | + padding: 0; | |
| 7 | + outline: none; | |
| 8 | + box-sizing: border-box; | |
| 9 | +} | |
| 9 | 10 | |
| 10 | 11 | .wtotem_body { |
| 11 | - line-height: 24px; | |
| 12 | - font-family: "Inter", sans-serif; | |
| 13 | - font-size: 14px; | |
| 14 | - color: #5e6977; | |
| 15 | - font-weight: 400; } | |
| 12 | + line-height: 24px; | |
| 13 | + font-family: "Inter", sans-serif; | |
| 14 | + font-size: 14px; | |
| 15 | + color: #5e6977; | |
| 16 | + font-weight: 400; | |
| 17 | +} | |
| 16 | 18 | |
| 17 | 19 | .wtotem_body ol, |
| 18 | 20 | .wtotem_body ul { |
| 19 | - list-style: none; } | |
| 21 | + list-style: none; | |
| 22 | +} | |
| 20 | 23 | |
| 21 | 24 | .wtotem_body a { |
| 22 | - text-decoration: none; } | |
| 25 | + text-decoration: none; | |
| 26 | +} | |
| 23 | 27 | |
| 24 | 28 | .wtotem_body a:hover { |
| 25 | - text-decoration: none; } | |
| 29 | + text-decoration: none; | |
| 30 | +} | |
| 26 | 31 | |
| 27 | 32 | .wtotem_body h1, |
| 28 | 33 | .wtotem_body h2, |
| 29 | 34 | .wtotem_body h3, |
| @@ -28,40 +33,47 @@ | ||
| 28 | 33 | .wtotem_body h2, |
| 29 | 34 | .wtotem_body h3, |
| 30 | 35 | .wtotem_body h4, |
| 31 | 36 | .wtotem_body h5 { |
| 32 | - color: #5e6977; | |
| 33 | - font-weight: 700; } | |
| 37 | + color: #5e6977; | |
| 38 | + font-weight: 700; | |
| 39 | +} | |
| 34 | 40 | |
| 35 | 41 | .wtotem_container { |
| 36 | - max-width: 1020px; | |
| 37 | - margin: 0 auto; } | |
| 42 | + max-width: 1020px; | |
| 43 | + margin: 0 auto; | |
| 44 | +} | |
| 38 | 45 | |
| 39 | 46 | .wtotem_title-info__title { |
| 40 | - font-size: 14px; | |
| 41 | - text-transform: uppercase; } | |
| 47 | + font-size: 14px; | |
| 48 | + text-transform: uppercase; | |
| 49 | +} | |
| 42 | 50 | |
| 43 | 51 | .wtotem_title-info__info { |
| 44 | - background: url("../img/info-gray.svg") no-repeat center center/cover; | |
| 45 | - display: inline-block; | |
| 46 | - vertical-align: middle; | |
| 47 | - width: 17px; | |
| 48 | - height: 17px; | |
| 49 | - margin-top: -2px; } | |
| 52 | + background: url("../img/info-gray.svg") no-repeat center center/cover; | |
| 53 | + display: inline-block; | |
| 54 | + vertical-align: middle; | |
| 55 | + width: 17px; | |
| 56 | + height: 17px; | |
| 57 | + margin-top: -2px; | |
| 58 | +} | |
| 50 | 59 | |
| 51 | 60 | .title { |
| 52 | - font-size: 24px; | |
| 53 | - font-weight: 700; } | |
| 61 | + font-size: 24px; | |
| 62 | + font-weight: 700; | |
| 63 | +} | |
| 54 | 64 | |
| 55 | 65 | .section-header-mb { |
| 56 | - margin-bottom: 25px; } | |
| 66 | + margin-bottom: 25px; | |
| 67 | +} | |
| 57 | 68 | |
| 58 | 69 | .arrow-right { |
| 59 | - color: #3d50df; | |
| 60 | - cursor: pointer; | |
| 61 | - display: flex; | |
| 62 | - align-items: center; } | |
| 63 | - .arrow-right:after { | |
| 70 | + color: #3d50df; | |
| 71 | + cursor: pointer; | |
| 72 | + display: flex; | |
| 73 | + align-items: center; | |
| 74 | +} | |
| 75 | +.arrow-right:after { | |
| 64 | 76 | content: ""; |
| 65 | 77 | border: solid #3d50df; |
| 66 | 78 | border-width: 0 1px 1px 0; |
| 67 | 79 | display: inline-block; |
| @@ -67,46 +79,56 @@ | ||
| 67 | 79 | display: inline-block; |
| 68 | 80 | padding: 3px; |
| 69 | 81 | transform: rotate(-45deg); |
| 70 | 82 | -webkit-transform: rotate(-45deg); |
| 71 | - margin-left: 10px; } | |
| 83 | + margin-left: 10px; | |
| 84 | +} | |
| 72 | 85 | |
| 73 | 86 | .wtotem_print { |
| 74 | - display: flex; | |
| 75 | - align-items: center; | |
| 76 | - cursor: pointer; } | |
| 77 | - .wtotem_print__img { | |
| 87 | + display: flex; | |
| 88 | + align-items: center; | |
| 89 | + cursor: pointer; | |
| 90 | +} | |
| 91 | +.wtotem_print__img { | |
| 78 | 92 | display: block; |
| 79 | 93 | width: 17px; |
| 80 | 94 | height: 17px; |
| 81 | 95 | margin-right: 10px; |
| 82 | - background: url("../img/print.svg") no-repeat center center/cover; } | |
| 83 | - .wtotem_print__label { | |
| 84 | - color: #86939e; } | |
| 96 | + background: url("../img/print.svg") no-repeat center center/cover; | |
| 97 | +} | |
| 98 | +.wtotem_print__label { | |
| 99 | + color: #86939e; | |
| 100 | +} | |
| 85 | 101 | |
| 86 | -.wt_card{ | |
| 87 | - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); | |
| 88 | - border-radius: 4px; | |
| 89 | - background: #fff; } | |
| 102 | +.wt_card { | |
| 103 | + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); | |
| 104 | + border-radius: 4px; | |
| 105 | + background: #fff; | |
| 106 | +} | |
| 90 | 107 | |
| 91 | 108 | /* 576-768px sm Small */ |
| 92 | 109 | @media screen and (max-width: 768px) { |
| 93 | - .section-header-mb { | |
| 94 | - margin-bottom: 20px; } | |
| 95 | - .arrow-right:after { | |
| 96 | - margin-left: 5px; } } | |
| 110 | + .section-header-mb { | |
| 111 | + margin-bottom: 20px; | |
| 112 | + } | |
| 113 | + .arrow-right:after { | |
| 114 | + margin-left: 5px; | |
| 115 | + } | |
| 116 | +} | |
| 97 | 117 | |
| 98 | 118 | .wtotem_header { |
| 99 | - position: relative; | |
| 100 | - z-index: 4; | |
| 101 | - width: 100%; | |
| 102 | - top: 0; | |
| 103 | - left: 0; } | |
| 104 | - .wtotem_header__body { | |
| 119 | + position: relative; | |
| 120 | + z-index: 4; | |
| 121 | + width: 100%; | |
| 122 | + top: 0; | |
| 123 | + left: 0; | |
| 124 | +} | |
| 125 | +.wtotem_header__body { | |
| 105 | 126 | display: flex; |
| 106 | 127 | justify-content: space-between; |
| 107 | - align-items: center; } | |
| 108 | - .wtotem_header:before { | |
| 128 | + align-items: center; | |
| 129 | +} | |
| 130 | +.wtotem_header:before { | |
| 109 | 131 | content: ""; |
| 110 | 132 | position: absolute; |
| 111 | 133 | top: 0; |
| 112 | 134 | left: 0; |
| @@ -112,16 +134,18 @@ | ||
| 112 | 134 | left: 0; |
| 113 | 135 | width: 100%; |
| 114 | 136 | height: 100%; |
| 115 | 137 | background: #fff; |
| 116 | - z-index: 2; } | |
| 138 | + z-index: 2; | |
| 139 | +} | |
| 117 | 140 | |
| 118 | 141 | .wtotem_version { |
| 119 | - position: relative; | |
| 120 | - z-index: 100; | |
| 121 | - display: flex; | |
| 122 | - align-items: center; } | |
| 123 | - .wtotem_version__count { | |
| 142 | + position: relative; | |
| 143 | + z-index: 100; | |
| 144 | + display: flex; | |
| 145 | + align-items: center; | |
| 146 | +} | |
| 147 | +.wtotem_version__count { | |
| 124 | 148 | width: 28px; |
| 125 | 149 | height: 18px; |
| 126 | 150 | display: flex; |
| 127 | 151 | justify-content: center; |
| @@ -129,23 +153,27 @@ | ||
| 129 | 153 | font-size: 10px; |
| 130 | 154 | font-weight: 500; |
| 131 | 155 | border: 1px solid #3d50df; |
| 132 | 156 | border-radius: 4px; |
| 133 | - margin-left: 8px; } | |
| 157 | + margin-left: 8px; | |
| 158 | +} | |
| 134 | 159 | |
| 135 | 160 | .wtotem_logo { |
| 136 | - width: 113px; | |
| 137 | - height: 24px; | |
| 138 | - background: url("../img/logo.svg") no-repeat center center/cover; } | |
| 161 | + width: 113px; | |
| 162 | + height: 24px; | |
| 163 | + background: url("../img/logo.svg") no-repeat center center/cover; | |
| 164 | +} | |
| 139 | 165 | |
| 140 | 166 | .wtotem_nav { |
| 141 | - position: relative; | |
| 142 | - z-index: 3; | |
| 143 | - height: 70px; } | |
| 144 | - .wtotem_nav__menu { | |
| 167 | + position: relative; | |
| 168 | + z-index: 3; | |
| 169 | + height: 70px; | |
| 170 | +} | |
| 171 | +.wtotem_nav__menu { | |
| 145 | 172 | display: flex; |
| 146 | - height: 100%; } | |
| 147 | - .wtotem_nav__link { | |
| 173 | + height: 100%; | |
| 174 | +} | |
| 175 | +.wtotem_nav__link { | |
| 148 | 176 | position: relative; |
| 149 | 177 | display: flex; |
| 150 | 178 | align-items: center; |
| 151 | 179 | height: 100%; |
| @@ -151,215 +179,522 @@ | ||
| 151 | 179 | height: 100%; |
| 152 | 180 | font-size: 14px; |
| 153 | 181 | color: #5e6977; |
| 154 | 182 | font-weight: 500; |
| 155 | - padding: 0 16px; } | |
| 156 | - .wtotem_nav__link_active { | |
| 157 | - color: #3d50df; } | |
| 158 | - .wtotem_nav__link_active:before { | |
| 159 | - content: ""; | |
| 160 | - position: absolute; | |
| 161 | - bottom: 0; | |
| 162 | - right: 0; | |
| 163 | - left: 0; | |
| 164 | - background: #3d50df; | |
| 165 | - height: 3px; } | |
| 183 | + padding: 0 16px; | |
| 184 | +} | |
| 185 | +.wtotem_nav__link_active { | |
| 186 | + color: #3d50df; | |
| 187 | +} | |
| 188 | +.wtotem_nav__link_active:before { | |
| 189 | + content: ""; | |
| 190 | + position: absolute; | |
| 191 | + bottom: 0; | |
| 192 | + right: 0; | |
| 193 | + left: 0; | |
| 194 | + background: #3d50df; | |
| 195 | + height: 3px; | |
| 196 | +} | |
| 166 | 197 | |
| 198 | + | |
| 199 | + | |
| 200 | +.wtotem_chart__wrapper { | |
| 201 | + display: flex; | |
| 202 | +} | |
| 203 | + | |
| 204 | +.wtotem_filter__wrapper { | |
| 205 | + display: flex; | |
| 206 | + justify-content: flex-end; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.wtotem_chart__calendars { | |
| 210 | + display: flex; | |
| 211 | + background: #f3f5f6; | |
| 212 | + border-radius: 5px; | |
| 213 | + align-items: center; | |
| 214 | + padding: 10px 8px; | |
| 215 | + margin-right: 7px; | |
| 216 | +} | |
| 217 | + | |
| 218 | +.wtotem_calendar-icon { | |
| 219 | + background: url(../img/shape.svg) no-repeat center center / cover; | |
| 220 | + display: block; | |
| 221 | + width: 14px; | |
| 222 | + height: 14px; | |
| 223 | + margin-right: 3px; | |
| 224 | +} | |
| 225 | + | |
| 226 | +input.wtotem_calendar { | |
| 227 | + background: transparent; | |
| 228 | + border: none; | |
| 229 | + color: #5e6977; | |
| 230 | + width: 125px; | |
| 231 | + cursor: pointer; | |
| 232 | + text-align: center; | |
| 233 | +} | |
| 234 | + | |
| 235 | +input.wtotem_calendar:focus{ | |
| 236 | + border: none; | |
| 237 | + box-shadow: none; | |
| 238 | + outline: 0; | |
| 239 | +} | |
| 240 | + | |
| 241 | + | |
| 242 | +.wtotem_calendar-connect { | |
| 243 | + margin: 0 3px; | |
| 244 | +} | |
| 245 | + | |
| 246 | +.numInputWrapper span { | |
| 247 | + opacity: 1; | |
| 248 | + right: 2.5px; | |
| 249 | +} | |
| 250 | + | |
| 251 | +.numInputWrapper span.arrowUp { | |
| 252 | + top: 15%; | |
| 253 | +} | |
| 254 | + | |
| 255 | +.numInputWrapper span.arrowDown { | |
| 256 | + top: 35%; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.flatpickr-calendar { | |
| 260 | + font-family: "Inter", sans-serif; | |
| 261 | + width: 225px; | |
| 262 | + padding: 5px; | |
| 263 | + border: 2px solid #e1e8ee; | |
| 264 | + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); | |
| 265 | + border-radius: 5px; | |
| 266 | + margin-top: 10px; | |
| 267 | + /*top: 382px !important;*/ | |
| 268 | +} | |
| 269 | + | |
| 270 | +.flatpickr-calendar.arrowTop:before { | |
| 271 | + border: 5px solid transparent; | |
| 272 | + border-bottom: 5px solid #e1e8ee; | |
| 273 | + top: -12px; | |
| 274 | +} | |
| 275 | + | |
| 276 | +.flatpickr-calendar.arrowTop:after { | |
| 277 | + border: 5px solid transparent; | |
| 278 | + border-bottom: 5px solid #e1e8ee; | |
| 279 | + top: -12px; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.dayContainer { | |
| 283 | + justify-content: flex-start; | |
| 284 | + width: 225px; | |
| 285 | + min-width: 225px; | |
| 286 | + max-width: 225px; | |
| 287 | + align-items: center; | |
| 288 | +} | |
| 289 | + | |
| 290 | +.flatpickr-days { | |
| 291 | + width: 225px; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.flatpickr-weekdays { | |
| 295 | + display: none; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.flatpickr-day { | |
| 299 | + border-radius: 0; | |
| 300 | + font-size: 12px; | |
| 301 | + max-width: 29px; | |
| 302 | + font-weight: 500; | |
| 303 | + color: #5e6977; | |
| 304 | + margin-bottom: 12px; | |
| 305 | + line-height: 5px; | |
| 306 | + height: 20px; | |
| 307 | + display: flex; | |
| 308 | + align-items: center; | |
| 309 | + justify-content: center; | |
| 310 | +} | |
| 311 | + | |
| 312 | +.flatpickr-day:nth-last-child(-n + 7) { | |
| 313 | + margin-bottom: 0; | |
| 314 | +} | |
| 315 | + | |
| 316 | +.flatpickr-day.today, | |
| 317 | +.flatpickr-day.today.inRange { | |
| 318 | + color: #393939; | |
| 319 | +} | |
| 320 | + | |
| 321 | +.flatpickr-day.today.selected { | |
| 322 | + color: #fff; | |
| 323 | +} | |
| 324 | + | |
| 325 | +.flatpickr-day.inRange, | |
| 326 | +.flatpickr-day.today.inRange { | |
| 327 | + background: #e1e8ee; | |
| 328 | + box-shadow: none; | |
| 329 | + margin-top: 0; | |
| 330 | +} | |
| 331 | + | |
| 332 | +.flatpickr-day.selected, | |
| 333 | +.flatpickr-day.endRange, | |
| 334 | +.flatpickr-day.startRange { | |
| 335 | + background: #3d50df; | |
| 336 | + border-radius: 5px 5px 5px 5px !important; | |
| 337 | +} | |
| 338 | + | |
| 339 | +.flatpickr-day.selected, | |
| 340 | +.flatpickr-day.startRange, | |
| 341 | +.flatpickr-day.endRange, | |
| 342 | +.flatpickr-day.selected.inRange, | |
| 343 | +.flatpickr-day.startRange.inRange, | |
| 344 | +.flatpickr-day.endRange.inRange, | |
| 345 | +.flatpickr-day.selected:focus, | |
| 346 | +.flatpickr-day.startRange:focus, | |
| 347 | +.flatpickr-day.endRange:focus, | |
| 348 | +.flatpickr-day.selected:hover, | |
| 349 | +.flatpickr-day.startRange:hover, | |
| 350 | +.flatpickr-day.endRange:hover, | |
| 351 | +.flatpickr-day.selected.prevMonthDay, | |
| 352 | +.flatpickr-day.startRange.prevMonthDay, | |
| 353 | +.flatpickr-day.endRange.prevMonthDay, | |
| 354 | +.flatpickr-day.selected.nextMonthDay, | |
| 355 | +.flatpickr-day.startRange.nextMonthDay, | |
| 356 | +.flatpickr-day.endRange.nextMonthDay { | |
| 357 | + background: #3d50df; | |
| 358 | + border-radius: 5px 5px 5px 5px !important; | |
| 359 | + height: 24px; | |
| 360 | +} | |
| 361 | + | |
| 362 | +.flatpickr-months .flatpickr-prev-month, | |
| 363 | +.flatpickr-months .flatpickr-next-month { | |
| 364 | + display: none; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.flatpickr-current-month .flatpickr-monthDropdown-months { | |
| 368 | + width: 93px; | |
| 369 | + height: 31px; | |
| 370 | + padding: 6px 10px 7px; | |
| 371 | + border: 1.6px solid #e1e8ee; | |
| 372 | + border-radius: 2px; | |
| 373 | +} | |
| 374 | + | |
| 375 | +.flatpickr-monthDropdown-months, | |
| 376 | +.flatpickr-current-month input.cur-year { | |
| 377 | + width: 93px; | |
| 378 | + height: 31px; | |
| 379 | + padding: 6px 10px 7px; | |
| 380 | + border: 1.6px solid #e1e8ee; | |
| 381 | + border-radius: 2px; | |
| 382 | +} | |
| 383 | + | |
| 384 | +.flatpickr-current-month .numInputWrapper { | |
| 385 | + width: 93px; | |
| 386 | +} | |
| 387 | + | |
| 388 | +.numInputWrapper span { | |
| 389 | + border: none; | |
| 390 | +} | |
| 391 | + | |
| 392 | +.numInputWrapper span:hover { | |
| 393 | + background: transparent; | |
| 394 | +} | |
| 395 | + | |
| 396 | +.flatpickr-current-month .numInputWrapper span.arrowDown:after, | |
| 397 | +.flatpickr-current-month .numInputWrapper span.arrowUp:after { | |
| 398 | + border-top-color: rgba(134, 147, 158, 1); | |
| 399 | + border-bottom-color: rgba(134, 147, 158, 1); | |
| 400 | +} | |
| 401 | + | |
| 402 | +.flatpickr-month { | |
| 403 | + text-align-last: left; | |
| 404 | + margin-bottom: 13px; | |
| 405 | + position: relative; | |
| 406 | +} | |
| 407 | + | |
| 408 | +.flatpickr-month:after { | |
| 409 | + content: ""; | |
| 410 | + display: block; | |
| 411 | + border: 4px solid transparent; | |
| 412 | + border-top: 4px solid #86939e; | |
| 413 | + position: absolute; | |
| 414 | + right: 60%; | |
| 415 | + top: 43%; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.flatpickr-current-month { | |
| 419 | + left: 0; | |
| 420 | + width: 205px; | |
| 421 | + padding: 0; | |
| 422 | + display: flex; | |
| 423 | + align-items: center; | |
| 424 | + justify-content: space-between; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.flatpickr-monthDropdown-months, | |
| 428 | +.flatpickr-current-month input.cur-year { | |
| 429 | + -webkit-appearance: none !important; | |
| 430 | + -moz-appearance: none !important; | |
| 431 | + appearance: none !important; | |
| 432 | + color: #5e6977 !important; | |
| 433 | + font-size: 12px !important; | |
| 434 | +} | |
| 435 | + | |
| 436 | +.flatpickr-current-month .numInputWrapper { | |
| 437 | +} | |
| 438 | + | |
| 167 | 439 | /* 576-768px sm Small */ |
| 168 | 440 | @media screen and (max-width: 768px) { |
| 169 | - body.lock { | |
| 170 | - overflow: hidden; } | |
| 171 | - .wtotem_version { | |
| 172 | - position: relative; | |
| 173 | - z-index: 3; } | |
| 174 | - .wtotem_header__body { | |
| 175 | - height: 65px; } | |
| 176 | - .wtotem_nav { | |
| 177 | - position: fixed; | |
| 178 | - top: -100%; | |
| 179 | - left: 0; | |
| 180 | - width: 100%; | |
| 181 | - height: 100%; | |
| 182 | - background: #f3f5f6; | |
| 183 | - display: block; | |
| 184 | - padding-top: 65px; | |
| 185 | - transition: all 0.3s ease-in-out; | |
| 186 | - overflow: auto; | |
| 187 | - z-index: 1; } | |
| 441 | + body.lock { | |
| 442 | + overflow: hidden; | |
| 443 | + } | |
| 444 | + .wtotem_version { | |
| 445 | + position: relative; | |
| 446 | + z-index: 3; | |
| 447 | + } | |
| 448 | + .wtotem_header__body { | |
| 449 | + height: 65px; | |
| 450 | + } | |
| 451 | + .wtotem_nav { | |
| 452 | + position: fixed; | |
| 453 | + top: -100%; | |
| 454 | + left: 0; | |
| 455 | + width: 100%; | |
| 456 | + height: 100%; | |
| 457 | + background: #f3f5f6; | |
| 458 | + display: block; | |
| 459 | + padding-top: 65px; | |
| 460 | + transition: all 0.3s ease-in-out; | |
| 461 | + overflow: auto; | |
| 462 | + z-index: 1; | |
| 463 | + } | |
| 464 | + .wtotem_nav .wtotem_control__checkbox { | |
| 465 | + display: none; } | |
| 188 | 466 | .wtotem_nav__menu { |
| 189 | - display: block; } | |
| 467 | + display: block; | |
| 468 | + } | |
| 190 | 469 | .wtotem_nav__item { |
| 191 | - border-bottom: 1px solid #eceff4; } | |
| 470 | + border-bottom: 1px solid #eceff4; | |
| 471 | + } | |
| 192 | 472 | .wtotem_nav__link { |
| 193 | - height: auto; | |
| 194 | - display: block; | |
| 195 | - color: #1d293f; | |
| 196 | - font-size: 24px; | |
| 197 | - padding: 22px 0; | |
| 198 | - width: 540px; | |
| 199 | - margin: 0 auto; } | |
| 473 | + height: auto; | |
| 474 | + display: block; | |
| 475 | + color: #1d293f; | |
| 476 | + font-size: 24px; | |
| 477 | + padding: 22px 0; | |
| 478 | + width: 540px; | |
| 479 | + margin: 0 auto; | |
| 480 | + } | |
| 200 | 481 | .wtotem_nav__link_active { |
| 201 | - color: #3d50df; } | |
| 202 | - .wtotem_nav__link_active:before { | |
| 203 | - display: none; } | |
| 482 | + color: #3d50df; | |
| 483 | + } | |
| 484 | + .wtotem_nav__link_active:before { | |
| 485 | + display: none; | |
| 486 | + } | |
| 204 | 487 | .wtotem_nav.active { |
| 205 | - top: 0; } | |
| 206 | - .wtotem_burger { | |
| 207 | - position: relative; | |
| 208 | - width: 23px; | |
| 209 | - height: 18px; | |
| 210 | - display: flex; | |
| 211 | - align-items: center; | |
| 212 | - justify-content: flex-end; | |
| 213 | - cursor: pointer; | |
| 214 | - z-index: 3; } | |
| 215 | - .wtotem_burger:before, .wtotem_burger__middle-line, .wtotem_burger:after { | |
| 216 | - content: ""; | |
| 217 | - background: #3d50df; | |
| 218 | - height: 2px; | |
| 219 | - display: block; | |
| 220 | - right: 0; | |
| 221 | - border-radius: 100px; | |
| 222 | - transition: all 0.3s ease-in-out; } | |
| 488 | + top: 0; | |
| 489 | + } | |
| 490 | + .wtotem_burger { | |
| 491 | + position: relative; | |
| 492 | + width: 23px; | |
| 493 | + height: 18px; | |
| 494 | + display: flex; | |
| 495 | + align-items: center; | |
| 496 | + justify-content: flex-end; | |
| 497 | + cursor: pointer; | |
| 498 | + z-index: 3; | |
| 499 | + } | |
| 500 | + .wtotem_burger:before, | |
| 501 | + .wtotem_burger__middle-line, | |
| 502 | + .wtotem_burger:after { | |
| 503 | + content: ""; | |
| 504 | + background: #3d50df; | |
| 505 | + height: 2px; | |
| 506 | + display: block; | |
| 507 | + right: 0; | |
| 508 | + border-radius: 100px; | |
| 509 | + transition: all 0.3s ease-in-out; | |
| 510 | + } | |
| 223 | 511 | .wtotem_burger:before { |
| 224 | - position: absolute; | |
| 225 | - width: 23px; | |
| 226 | - top: 0; } | |
| 512 | + position: absolute; | |
| 513 | + width: 23px; | |
| 514 | + top: 0; | |
| 515 | + } | |
| 227 | 516 | .wtotem_burger__middle-line { |
| 228 | - width: 18px; } | |
| 517 | + width: 18px; | |
| 518 | + } | |
| 229 | 519 | .wtotem_burger:after { |
| 230 | - position: absolute; | |
| 231 | - width: 14px; | |
| 232 | - bottom: 0; } | |
| 520 | + position: absolute; | |
| 521 | + width: 14px; | |
| 522 | + bottom: 0; | |
| 523 | + } | |
| 233 | 524 | .wtotem_burger.active .wtotem_burger__middle-line { |
| 234 | - transform: scale(0); } | |
| 525 | + transform: scale(0); | |
| 526 | + } | |
| 235 | 527 | .wtotem_burger.active:before { |
| 236 | - transform: rotate(45deg); | |
| 237 | - top: 8px; } | |
| 528 | + transform: rotate(45deg); | |
| 529 | + top: 8px; | |
| 530 | + } | |
| 238 | 531 | .wtotem_burger.active:after { |
| 239 | - transform: rotate(-45deg); | |
| 240 | - width: 100%; | |
| 241 | - bottom: 8px; } } | |
| 532 | + transform: rotate(-45deg); | |
| 533 | + width: 100%; | |
| 534 | + bottom: 8px; | |
| 535 | + } | |
| 536 | +} | |
| 242 | 537 | |
| 243 | 538 | /* 320-576px Extra small */ |
| 244 | 539 | @media screen and (max-width: 576px) { |
| 245 | - .wtotem_nav__link { | |
| 246 | - width: 345px; | |
| 247 | - margin: 0 auto; } } | |
| 540 | + .wtotem_nav__link { | |
| 541 | + width: 345px; | |
| 542 | + margin: 0 auto; | |
| 543 | + } | |
| 544 | +} | |
| 248 | 545 | |
| 249 | 546 | /* 320-375px Extra small */ |
| 250 | 547 | @media screen and (max-width: 375px) { |
| 251 | - .wtotem_nav__link { | |
| 252 | - padding-left: 10px; } } | |
| 548 | + .wtotem_nav__link { | |
| 549 | + padding-left: 10px; | |
| 550 | + } | |
| 551 | +} | |
| 253 | 552 | |
| 254 | 553 | @media screen and (max-width: 768px) { |
| 255 | - .wtotem_theme—dark .wtotem_nav { | |
| 256 | - background: #191919; } | |
| 257 | - .wtotem_theme—dark .wtotem_nav__item { | |
| 258 | - border-bottom: 1px solid #3c3c3d; } } | |
| 554 | + .wtotem_theme—dark .wtotem_nav { | |
| 555 | + background: #191919; | |
| 556 | + } | |
| 557 | + .wtotem_theme—dark .wtotem_nav__item { | |
| 558 | + border-bottom: 1px solid #3c3c3d; | |
| 559 | + } | |
| 560 | +} | |
| 259 | 561 | |
| 260 | 562 | .wtotem_footer { |
| 261 | - padding-top: 18px; | |
| 262 | - padding-bottom: 20px; | |
| 263 | - background: #f3f5f6; } | |
| 264 | - .wtotem_footer__first { | |
| 563 | + padding-top: 18px; | |
| 564 | + padding-bottom: 20px; | |
| 565 | + background: #f3f5f6; | |
| 566 | +} | |
| 567 | +.wtotem_footer__first { | |
| 265 | 568 | display: flex; |
| 266 | 569 | justify-content: space-between; |
| 267 | 570 | align-items: center; |
| 268 | - margin-bottom: 21px; } | |
| 269 | - .wtotem_footer__caption { | |
| 571 | + margin-bottom: 21px; | |
| 572 | +} | |
| 573 | +.wtotem_footer__caption { | |
| 270 | 574 | display: flex; |
| 271 | - align-items: center; } | |
| 272 | - .wtotem_footer__logo { | |
| 575 | + align-items: center; | |
| 576 | +} | |
| 577 | +.wtotem_footer__logo { | |
| 273 | 578 | margin-right: 12px; |
| 274 | 579 | background: url("../img/logo-blue.svg") no-repeat center center/cover; |
| 275 | 580 | width: 20px; |
| 276 | - height: 32px; } | |
| 277 | - .wtotem_footer__text { | |
| 581 | + height: 32px; | |
| 582 | +} | |
| 583 | +.wtotem_footer__text { | |
| 278 | 584 | font-size: 12px; |
| 279 | 585 | color: #5e6977; |
| 280 | 586 | line-height: 12px; |
| 281 | - font-weight: 500; } | |
| 282 | - .wtotem_footer__contacts { | |
| 587 | + font-weight: 500; | |
| 588 | +} | |
| 589 | +.wtotem_footer__contacts { | |
| 283 | 590 | width: 200px; |
| 284 | 591 | display: flex; |
| 285 | - justify-content: space-between; } | |
| 286 | - .wtotem_footer__link { | |
| 287 | - font-weight: 500; } | |
| 288 | - .wtotem_footer__line { | |
| 592 | + justify-content: space-between; | |
| 593 | +} | |
| 594 | +.wtotem_footer__link { | |
| 595 | + font-weight: 500; | |
| 596 | +} | |
| 597 | +.wtotem_footer__line { | |
| 289 | 598 | height: 1px; |
| 290 | 599 | background: #e1e8ee; |
| 291 | - margin-bottom: 26px; } | |
| 292 | - .wtotem_footer__bottom { | |
| 600 | + margin-bottom: 26px; | |
| 601 | +} | |
| 602 | +.wtotem_footer__bottom { | |
| 293 | 603 | display: flex; |
| 294 | 604 | justify-content: space-between; |
| 295 | - align-items: center; } | |
| 296 | - .wtotem_footer__left { | |
| 605 | + align-items: center; | |
| 606 | +} | |
| 607 | +.wtotem_footer__left { | |
| 297 | 608 | display: flex; |
| 298 | 609 | justify-content: space-between; |
| 299 | 610 | align-items: center; |
| 300 | - width: 255px; } | |
| 301 | - .wtotem_footer__text { | |
| 611 | + width: 255px; | |
| 612 | +} | |
| 613 | +.wtotem_footer__text { | |
| 302 | 614 | font-size: 12px; |
| 303 | 615 | font-weight: 500; |
| 304 | - color: #5e6977; } | |
| 305 | - .wtotem_footer__store { | |
| 306 | - margin-bottom: -5px; } | |
| 307 | - .wtotem_footer__app-store { | |
| 616 | + color: #5e6977; | |
| 617 | +} | |
| 618 | +.wtotem_footer__store { | |
| 619 | + margin-bottom: -5px; | |
| 620 | +} | |
| 621 | +.wtotem_footer__app-store { | |
| 308 | 622 | width: 19px; |
| 309 | 623 | height: 19px; |
| 310 | - background: url("../img/app-store.svg") no-repeat center center/cover; } | |
| 311 | - .wtotem_footer__play-store { | |
| 624 | + background: url("../img/app-store.svg") no-repeat center center/cover; | |
| 625 | +} | |
| 626 | +.wtotem_footer__play-store { | |
| 312 | 627 | width: 17px; |
| 313 | 628 | height: 19px; |
| 314 | - background: url("../img/play-store.svg") no-repeat center center/cover; } | |
| 315 | - .wtotem_footer__soc-link { | |
| 316 | - margin-right: 20px; } | |
| 317 | - .wtotem_footer__soc-link:last-child { | |
| 318 | - margin-right: 0; } | |
| 319 | - .wtotem_footer__payment { | |
| 629 | + background: url("../img/play-store.svg") no-repeat center center/cover; | |
| 630 | +} | |
| 631 | +.wtotem_footer__soc-link { | |
| 632 | + margin-right: 20px; | |
| 633 | +} | |
| 634 | +.wtotem_footer__soc-link:last-child { | |
| 635 | + margin-right: 0; | |
| 636 | +} | |
| 637 | +.wtotem_footer__payment { | |
| 320 | 638 | width: 166px; |
| 321 | 639 | display: flex; |
| 322 | 640 | justify-content: space-between; |
| 323 | - align-items: center; } | |
| 641 | + align-items: center; | |
| 642 | +} | |
| 324 | 643 | |
| 325 | 644 | /* 576-768px sm Small */ |
| 326 | 645 | @media screen and (max-width: 768px) { |
| 327 | - .wtotem_footer__store, .wtotem_footer__soc, .wtotem_footer__payment, .wtotem_footer__line { | |
| 328 | - display: none; } | |
| 329 | - .wtotem_footer__caption, .wtotem_footer__left, .wtotem_footer__text { | |
| 330 | - margin: 0 auto; } | |
| 331 | - .wtotem_footer__caption { | |
| 332 | - flex-direction: column; } | |
| 333 | - .wtotem_footer__logo { | |
| 334 | - margin-bottom: 18px; } } | |
| 646 | + .wtotem_footer__store, | |
| 647 | + .wtotem_footer__soc, | |
| 648 | + .wtotem_footer__payment, | |
| 649 | + .wtotem_footer__line { | |
| 650 | + display: none; | |
| 651 | + } | |
| 652 | + .wtotem_footer__caption, | |
| 653 | + .wtotem_footer__left, | |
| 654 | + .wtotem_footer__text { | |
| 655 | + margin: 0 auto; | |
| 656 | + } | |
| 657 | + .wtotem_footer__caption { | |
| 658 | + flex-direction: column; | |
| 659 | + } | |
| 660 | + .wtotem_footer__logo { | |
| 661 | + margin-bottom: 18px; | |
| 662 | + } | |
| 663 | +} | |
| 335 | 664 | |
| 336 | 665 | /* 320-576px Extra small */ |
| 337 | 666 | .wtotem_content { |
| 338 | - padding-top: 37px; | |
| 339 | - padding-bottom: 20px; | |
| 340 | - background: #f3f5f6; } | |
| 667 | + padding-top: 37px; | |
| 668 | + padding-bottom: 20px; | |
| 669 | + background: #f3f5f6; | |
| 670 | +} | |
| 341 | 671 | |
| 342 | 672 | .wtotem_first { |
| 343 | - margin-bottom: 37px; | |
| 344 | - display: flex; | |
| 345 | - justify-content: space-between; } | |
| 673 | + margin-bottom: 37px; | |
| 674 | + display: flex; | |
| 675 | + justify-content: space-between; | |
| 676 | +} | |
| 346 | 677 | |
| 347 | 678 | .wtotem_overall { |
| 348 | - padding: 21px 8px 30px 24px; | |
| 349 | - width: 49%; } | |
| 350 | - .wtotem_overall__title .wtotem_title-info__title { | |
| 679 | + padding: 21px 8px 30px 24px; | |
| 680 | + width: 49%; | |
| 681 | +} | |
| 682 | +.wtotem_overall__title .wtotem_title-info__title { | |
| 351 | 683 | text-transform: none; |
| 352 | - font-size: 18px; } | |
| 353 | - .wtotem_overall__body { | |
| 684 | + font-size: 18px; | |
| 685 | +} | |
| 686 | +.wtotem_overall__body { | |
| 354 | 687 | display: flex; |
| 355 | 688 | justify-content: space-between; |
| 356 | 689 | align-items: center; |
| 357 | - margin-top: 21px; } | |
| 358 | - .wtotem_overall__inner { | |
| 690 | + margin-top: 21px; | |
| 691 | +} | |
| 692 | +.wtotem_overall__inner { | |
| 359 | 693 | display: flex; |
| 360 | - align-items: center; } | |
| 361 | - .wtotem_overall__rectangle { | |
| 694 | + align-items: center; | |
| 695 | +} | |
| 696 | +.wtotem_overall__rectangle { | |
| 362 | 697 | width: 74px; |
| 363 | 698 | height: 50px; |
| 364 | 699 | background: #d56c6a; |
| 365 | 700 | color: #fff; |
| @@ -367,122 +702,161 @@ | ||
| 367 | 702 | font-weight: 700; |
| 368 | 703 | display: flex; |
| 369 | 704 | align-items: center; |
| 370 | 705 | justify-content: center; |
| 371 | - margin-right: 10px; } | |
| 372 | - .wtotem_overall__figures { | |
| 706 | + margin-right: 10px; | |
| 707 | +} | |
| 708 | +.wtotem_overall__figures { | |
| 373 | 709 | color: #d56c6a; |
| 374 | 710 | font-size: 42px; |
| 375 | - font-weight: 700; } | |
| 376 | - .wtotem_overall__text { | |
| 711 | + font-weight: 700; | |
| 712 | +} | |
| 713 | +.wtotem_overall__text { | |
| 377 | 714 | font-size: 16px; |
| 378 | 715 | color: #86939e; |
| 379 | - width: 267px; } | |
| 716 | + width: 267px; | |
| 717 | +} | |
| 380 | 718 | |
| 381 | 719 | .wtotem_info { |
| 382 | - display: flex; | |
| 383 | - width: 49%; } | |
| 384 | - .wtotem_info__item { | |
| 385 | - padding: 23px 29px; } | |
| 386 | - .wtotem_info__item:first-child { | |
| 387 | - border-right: 1px solid #f3f5f6; } | |
| 388 | - .wtotem_info__block { | |
| 389 | - margin-bottom: 10px; } | |
| 390 | - .wtotem_info__subtitle { | |
| 720 | + display: flex; | |
| 721 | + width: 49%; | |
| 722 | +} | |
| 723 | +.wtotem_info__item { | |
| 724 | + padding: 23px 29px; | |
| 725 | +} | |
| 726 | +.wtotem_info__item:first-child { | |
| 727 | + border-right: 1px solid #f3f5f6; | |
| 728 | +} | |
| 729 | +.wtotem_info__block { | |
| 730 | + margin-bottom: 10px; | |
| 731 | +} | |
| 732 | +.wtotem_info__subtitle { | |
| 391 | 733 | font-size: 14px; |
| 392 | 734 | color: #86939e; |
| 393 | - margin-bottom: 3px; } | |
| 394 | - .wtotem_info__info { | |
| 735 | + margin-bottom: 3px; | |
| 736 | +} | |
| 737 | +.wtotem_info__info { | |
| 395 | 738 | font-size: 14px; |
| 396 | - color: #5e6977; } | |
| 397 | - .wtotem_info__scoring { | |
| 739 | + color: #5e6977; | |
| 740 | +} | |
| 741 | +.wtotem_info__scoring { | |
| 398 | 742 | height: 51px; |
| 399 | 743 | display: flex; |
| 400 | 744 | align-items: center; |
| 401 | - justify-content: center; } | |
| 745 | + justify-content: center; | |
| 746 | +} | |
| 402 | 747 | |
| 403 | 748 | /* 992-1100px lg Large */ |
| 404 | 749 | @media screen and (max-width: 1100px) { |
| 405 | - .wtotem_overall { | |
| 406 | - width: 49%; } | |
| 750 | + .wtotem_overall { | |
| 751 | + width: 49%; | |
| 752 | + } | |
| 407 | 753 | .wtotem_overall__body { |
| 408 | - flex-direction: column; | |
| 409 | - align-items: flex-start; } | |
| 754 | + flex-direction: column; | |
| 755 | + align-items: flex-start; | |
| 756 | + } | |
| 410 | 757 | .wtotem_overall__inner { |
| 411 | - margin-bottom: 15px; } | |
| 758 | + margin-bottom: 15px; | |
| 759 | + } | |
| 412 | 760 | .wtotem_overall__text { |
| 413 | - width: 100%; } | |
| 414 | - .wtotem_info { | |
| 415 | - width: 49%; } } | |
| 761 | + width: 100%; | |
| 762 | + } | |
| 763 | + .wtotem_info { | |
| 764 | + width: 49%; | |
| 765 | + } | |
| 766 | +} | |
| 416 | 767 | |
| 417 | 768 | /* 768-992px md Medium */ |
| 418 | 769 | @media screen and (max-width: 992px) { |
| 419 | - .wtotem_info { | |
| 420 | - align-items: center; } | |
| 770 | + .wtotem_info { | |
| 771 | + align-items: center; | |
| 772 | + } | |
| 421 | 773 | .wtotem_info__item { |
| 422 | - padding: 13px 20px; } } | |
| 774 | + padding: 13px 20px; | |
| 775 | + } | |
| 776 | +} | |
| 423 | 777 | |
| 424 | 778 | /* 576-768px sm Small */ |
| 425 | 779 | @media screen and (max-width: 768px) { |
| 426 | - .wtotem_first { | |
| 427 | - flex-direction: column; | |
| 428 | - margin-bottom: 20px; } | |
| 429 | - .wtotem_overall { | |
| 430 | - width: 100%; | |
| 431 | - margin-bottom: 10px; } | |
| 432 | - .wtotem_info { | |
| 433 | - width: 100%; } | |
| 780 | + .wtotem_first { | |
| 781 | + flex-direction: column; | |
| 782 | + margin-bottom: 20px; | |
| 783 | + } | |
| 784 | + .wtotem_overall { | |
| 785 | + width: 100%; | |
| 786 | + margin-bottom: 10px; | |
| 787 | + } | |
| 788 | + .wtotem_info { | |
| 789 | + width: 100%; | |
| 790 | + } | |
| 434 | 791 | .wtotem_info__item { |
| 435 | - width: 100%; } | |
| 792 | + width: 100%; | |
| 793 | + } | |
| 436 | 794 | .wtotem_info__scoring { |
| 437 | - justify-content: flex-start; } } | |
| 795 | + justify-content: flex-start; | |
| 796 | + } | |
| 797 | +} | |
| 438 | 798 | |
| 439 | 799 | /* 320-576px Extra small */ |
| 440 | 800 | @media screen and (max-width: 576px) { |
| 441 | - .wtotem_overall { | |
| 442 | - padding-left: 22px; | |
| 443 | - padding-right: 22px; } | |
| 444 | - .wtotem_info { | |
| 445 | - width: 100%; | |
| 446 | - flex-direction: column; | |
| 447 | - padding: 13px 22px 13px 22px; } | |
| 801 | + .wtotem_overall { | |
| 802 | + padding-left: 22px; | |
| 803 | + padding-right: 22px; | |
| 804 | + } | |
| 805 | + .wtotem_info { | |
| 806 | + width: 100%; | |
| 807 | + flex-direction: column; | |
| 808 | + padding: 13px 22px 13px 22px; | |
| 809 | + } | |
| 448 | 810 | .wtotem_info__item { |
| 449 | - width: 100%; | |
| 450 | - padding: 0; } | |
| 451 | - .wtotem_info__item:first-child { | |
| 452 | - border-right: none; } | |
| 811 | + width: 100%; | |
| 812 | + padding: 0; | |
| 813 | + } | |
| 814 | + .wtotem_info__item:first-child { | |
| 815 | + border-right: none; | |
| 816 | + } | |
| 453 | 817 | .wtotem_info__block { |
| 454 | - margin-bottom: 20px; } | |
| 818 | + margin-bottom: 20px; | |
| 819 | + } | |
| 455 | 820 | .wtotem_info__scoring { |
| 456 | - justify-content: flex-start; | |
| 457 | - height: auto; } } | |
| 821 | + justify-content: flex-start; | |
| 822 | + height: auto; | |
| 823 | + } | |
| 824 | +} | |
| 458 | 825 | |
| 459 | 826 | .wtotem_firewall { |
| 460 | - margin-bottom: 20px; } | |
| 461 | - .wtotem_firewall__first { | |
| 827 | + margin-bottom: 20px; | |
| 828 | +} | |
| 829 | +.wtotem_firewall__first { | |
| 462 | 830 | display: flex; |
| 463 | - justify-content: space-between; } | |
| 464 | - .wtotem_firewall__stats { | |
| 831 | + justify-content: space-between; | |
| 832 | +} | |
| 833 | +.wtotem_firewall__stats { | |
| 465 | 834 | display: flex; |
| 466 | - align-items: center; } | |
| 467 | - .wtotem_firewall__icon { | |
| 835 | + align-items: center; | |
| 836 | +} | |
| 837 | +.wtotem_firewall__icon { | |
| 468 | 838 | display: block; |
| 469 | 839 | width: 14px; |
| 470 | 840 | height: 14px; |
| 471 | 841 | margin-right: 10px; |
| 472 | - background: url("../img/shape.svg") no-repeat center center/cover; } | |
| 473 | - .wtotem_firewall__text { | |
| 474 | - color: #86939e; } | |
| 475 | - .wtotem_firewall__block { | |
| 842 | + background: url("../img/shape.svg") no-repeat center center/cover; | |
| 843 | +} | |
| 844 | +.wtotem_firewall__text { | |
| 845 | + color: #86939e; | |
| 846 | +} | |
| 847 | +.wtotem_firewall__block { | |
| 476 | 848 | display: flex; |
| 477 | - justify-content: space-between; } | |
| 849 | + justify-content: space-between; | |
| 850 | +} | |
| 478 | 851 | |
| 479 | 852 | .wtotem_numbers { |
| 480 | - width: 49%; | |
| 481 | - display: flex; | |
| 482 | - justify-content: space-between; | |
| 483 | - align-items: center; } | |
| 484 | - .wtotem_numbers__item { | |
| 853 | + width: 49%; | |
| 854 | + display: flex; | |
| 855 | + justify-content: space-between; | |
| 856 | + align-items: center; | |
| 857 | +} | |
| 858 | +.wtotem_numbers__item { | |
| 485 | 859 | text-align: center; |
| 486 | 860 | width: 33.3333333333%; |
| 487 | 861 | height: 100%; |
| 488 | 862 | display: flex; |
| @@ -487,26 +861,31 @@ | ||
| 487 | 861 | height: 100%; |
| 488 | 862 | display: flex; |
| 489 | 863 | flex-direction: column; |
| 490 | 864 | justify-content: center; |
| 491 | - border-right: 1px solid #f3f5f6; } | |
| 492 | - .wtotem_numbers__item:last-child { | |
| 493 | - border-right: none; } | |
| 494 | - .wtotem_numbers__title { | |
| 865 | + border-right: 1px solid #f3f5f6; | |
| 866 | +} | |
| 867 | +.wtotem_numbers__item:last-child { | |
| 868 | + border-right: none; | |
| 869 | +} | |
| 870 | +.wtotem_numbers__title { | |
| 495 | 871 | line-height: 18px; |
| 496 | 872 | color: #86939e; |
| 497 | - margin-bottom: 15px; } | |
| 498 | - .wtotem_numbers__figures { | |
| 873 | + margin-bottom: 15px; | |
| 874 | +} | |
| 875 | +.wtotem_numbers__figures { | |
| 499 | 876 | color: #1d293f; |
| 500 | 877 | font-size: 32px; |
| 501 | - font-weight: 700; } | |
| 878 | + font-weight: 700; | |
| 879 | +} | |
| 502 | 880 | |
| 503 | 881 | .wtotem_from { |
| 504 | - width: 49%; | |
| 505 | - display: flex; | |
| 506 | - align-items: center; | |
| 507 | - padding: 17px 23px; } | |
| 508 | - .wtotem_from__arrow-right { | |
| 882 | + width: 49%; | |
| 883 | + display: flex; | |
| 884 | + align-items: center; | |
| 885 | + padding: 17px 23px; | |
| 886 | +} | |
| 887 | +.wtotem_from__arrow-right { | |
| 509 | 888 | margin-left: auto; |
| 510 | 889 | border: solid #5e6977; |
| 511 | 890 | border-width: 0 1.5px 1.5px 0; |
| 512 | 891 | display: inline-block; |
| @@ -511,30 +890,34 @@ | ||
| 511 | 890 | border-width: 0 1.5px 1.5px 0; |
| 512 | 891 | display: inline-block; |
| 513 | 892 | padding: 6px; |
| 514 | 893 | transform: rotate(-45deg); |
| 515 | - -webkit-transform: rotate(-45deg); } | |
| 516 | - .wtotem_from__svg-wrap { | |
| 894 | + -webkit-transform: rotate(-45deg); | |
| 895 | +} | |
| 896 | +.wtotem_from__svg-wrap { | |
| 517 | 897 | position: relative; |
| 518 | 898 | display: flex; |
| 519 | - align-items: center; } | |
| 520 | - .wtotem_from__svg-wrap:after { | |
| 521 | - content: ""; | |
| 522 | - position: absolute; | |
| 523 | - top: 0; | |
| 524 | - left: 0; | |
| 525 | - z-index: 2; | |
| 526 | - width: 69.5px; | |
| 527 | - height: 69.5px; | |
| 528 | - border-radius: 100%; | |
| 529 | - border: 13.3px solid #f3f5f6; | |
| 530 | - margin-top: 1px; } | |
| 531 | - .wtotem_from__progress { | |
| 899 | + align-items: center; | |
| 900 | +} | |
| 901 | +.wtotem_from__svg-wrap:after { | |
| 902 | + content: ""; | |
| 903 | + position: absolute; | |
| 904 | + top: 0; | |
| 905 | + left: 0; | |
| 906 | + z-index: 2; | |
| 907 | + width: 69.5px; | |
| 908 | + height: 69.5px; | |
| 909 | + border-radius: 100%; | |
| 910 | + border: 13.3px solid #f3f5f6; | |
| 911 | + margin-top: 1px; | |
| 912 | +} | |
| 913 | +.wtotem_from__progress { | |
| 532 | 914 | position: relative; |
| 533 | 915 | z-index: 3; |
| 534 | 916 | width: 71px; |
| 535 | - height: 71px; } | |
| 536 | - .wtotem_from__circle { | |
| 917 | + height: 71px; | |
| 918 | +} | |
| 919 | +.wtotem_from__circle { | |
| 537 | 920 | stroke-width: 15px; |
| 538 | 921 | stroke: #3d50df; |
| 539 | 922 | fill: transparent; |
| 540 | 923 | transform-origin: center; |
| @@ -539,10 +922,11 @@ | ||
| 539 | 922 | fill: transparent; |
| 540 | 923 | transform-origin: center; |
| 541 | 924 | transform: rotate(-90deg); |
| 542 | 925 | transition: stroke-dashoffset 0.3s; |
| 543 | - stroke-dashoffset: 0; } | |
| 544 | - .wtotem_from__percent { | |
| 926 | + stroke-dashoffset: 0; | |
| 927 | +} | |
| 928 | +.wtotem_from__percent { | |
| 545 | 929 | position: absolute; |
| 546 | 930 | display: block; |
| 547 | 931 | width: 33px; |
| 548 | 932 | top: 33%; |
| @@ -548,102 +932,131 @@ | ||
| 548 | 932 | top: 33%; |
| 549 | 933 | left: 29%; |
| 550 | 934 | font-weight: 700; |
| 551 | 935 | font-size: 12px; |
| 552 | - text-align: center; } | |
| 553 | - .wtotem_from__info { | |
| 554 | - margin-left: 18px; } | |
| 555 | - .wtotem_from__title { | |
| 936 | + text-align: center; | |
| 937 | +} | |
| 938 | +.wtotem_from__info { | |
| 939 | + margin-left: 18px; | |
| 940 | +} | |
| 941 | +.wtotem_from__title { | |
| 556 | 942 | color: #86939e; |
| 557 | - margin-bottom: 9px; } | |
| 558 | - .wtotem_from__country { | |
| 943 | + margin-bottom: 9px; | |
| 944 | +} | |
| 945 | +.wtotem_from__country { | |
| 559 | 946 | font-size: 18px; |
| 560 | 947 | color: #1d293f; |
| 561 | - line-height: 18px; } | |
| 562 | - .wtotem_from__country span { | |
| 563 | - color: #3d50df; } | |
| 948 | + line-height: 18px; | |
| 949 | +} | |
| 950 | +.wtotem_from__country span { | |
| 951 | + color: #3d50df; | |
| 952 | +} | |
| 564 | 953 | |
| 565 | 954 | /* 992-1100px lg Large */ |
| 566 | 955 | @media screen and (max-width: 1100px) { |
| 567 | - .wtotem_numbers, | |
| 568 | - .wtotem_from { | |
| 569 | - width: 49%; } } | |
| 956 | + .wtotem_numbers, | |
| 957 | + .wtotem_from { | |
| 958 | + width: 49%; | |
| 959 | + } | |
| 960 | +} | |
| 570 | 961 | |
| 571 | 962 | /* 768-992px md Medium */ |
| 572 | 963 | /* 576-768px sm Small */ |
| 573 | 964 | @media screen and (max-width: 768px) { |
| 574 | - .wtotem_firewall__block { | |
| 575 | - flex-direction: column; } | |
| 576 | - .wtotem_numbers, | |
| 577 | - .wtotem_from { | |
| 578 | - width: 100%; } | |
| 579 | - .wtotem_numbers { | |
| 580 | - height: 104px; | |
| 581 | - margin-bottom: 10px; } | |
| 582 | - .wtotem_from__country { | |
| 583 | - font-size: 14px; } } | |
| 965 | + .wtotem_firewall__block { | |
| 966 | + flex-direction: column; | |
| 967 | + } | |
| 968 | + .wtotem_numbers, | |
| 969 | + .wtotem_from { | |
| 970 | + width: 100%; | |
| 971 | + } | |
| 972 | + .wtotem_numbers { | |
| 973 | + height: 104px; | |
| 974 | + margin-bottom: 10px; | |
| 975 | + } | |
| 976 | + .wtotem_from__country { | |
| 977 | + font-size: 14px; | |
| 978 | + } | |
| 979 | +} | |
| 584 | 980 | |
| 585 | 981 | /* 320-576px Extra small */ |
| 586 | 982 | @media screen and (max-width: 576px) { |
| 587 | - .wtotem_numbers { | |
| 588 | - display: flex; | |
| 589 | - flex-wrap: wrap; | |
| 590 | - width: 345px; | |
| 591 | - height: 217px; } | |
| 983 | + .wtotem_numbers { | |
| 984 | + display: flex; | |
| 985 | + flex-wrap: wrap; | |
| 986 | + width: 345px; | |
| 987 | + height: 217px; | |
| 988 | + } | |
| 592 | 989 | .wtotem_numbers__item { |
| 593 | - width: 172.5px; | |
| 594 | - height: 108.5px; } | |
| 595 | - .wtotem_numbers__item:last-child { | |
| 596 | - border-right: 1px solid #f3f5f6; } } | |
| 990 | + width: 172.5px; | |
| 991 | + height: 108.5px; | |
| 992 | + } | |
| 993 | + .wtotem_numbers__item:last-child { | |
| 994 | + border-right: 1px solid #f3f5f6; | |
| 995 | + } | |
| 996 | +} | |
| 597 | 997 | |
| 598 | 998 | /* 320-375px Extra small */ |
| 599 | 999 | @media screen and (max-width: 374px) { |
| 600 | - .wtotem_numbers { | |
| 601 | - width: 300px; } | |
| 602 | - .wtotem_numbers__item { | |
| 603 | - width: 150px; } } | |
| 1000 | + .wtotem_numbers { | |
| 1001 | + width: 300px; | |
| 1002 | + } | |
| 1003 | + .wtotem_numbers__item { | |
| 1004 | + width: 150px; | |
| 1005 | + } | |
| 1006 | +} | |
| 604 | 1007 | |
| 605 | 1008 | .wtotem_chart { |
| 606 | - background: #fff; | |
| 607 | - padding: 13px 0 19px 0; } | |
| 1009 | + background: #fff; | |
| 1010 | + padding: 13px 0 19px 0; | |
| 1011 | +} | |
| 608 | 1012 | |
| 609 | 1013 | .wtotem_chart-first { |
| 610 | - display: flex; | |
| 611 | - justify-content: space-between; | |
| 612 | - align-items: center; | |
| 613 | - padding: 0 26px; } | |
| 614 | - .wtotem_chart-first__left { | |
| 615 | 1014 | display: flex; |
| 616 | - align-items: center; } | |
| 617 | - .wtotem_chart-first__all { | |
| 1015 | + justify-content: space-between; | |
| 1016 | + align-items: center; | |
| 1017 | + padding: 0 26px; | |
| 1018 | +} | |
| 1019 | +.wtotem_chart-first__left { | |
| 1020 | + display: flex; | |
| 1021 | + align-items: center; | |
| 1022 | +} | |
| 1023 | +.wtotem_chart-first__all { | |
| 618 | 1024 | color: #3d50df; |
| 619 | - margin-right: 10px; } | |
| 620 | - .wtotem_chart-first__hack { | |
| 1025 | + margin-right: 10px; | |
| 1026 | +} | |
| 1027 | +.wtotem_chart-first__hack { | |
| 621 | 1028 | margin-right: 15px; |
| 622 | 1029 | display: flex; |
| 623 | - align-items: center; } | |
| 624 | - .wtotem_chart-first__hack p { | |
| 625 | - color: #86939e; } | |
| 626 | - .wtotem_chart-first__hack span { | |
| 627 | - display: block; | |
| 628 | - width: 7px; | |
| 629 | - height: 7px; | |
| 630 | - border-radius: 100px; | |
| 631 | - margin-right: 7px; } | |
| 632 | - .wtotem_chart-first__hack_attack span { | |
| 633 | - background: #d56c6a; } | |
| 634 | - .wtotem_chart-first__hack_blocked span { | |
| 635 | - background: #bace3d; } | |
| 636 | - .wtotem_chart-first__right { | |
| 1030 | + align-items: center; | |
| 1031 | +} | |
| 1032 | +.wtotem_chart-first__hack p { | |
| 1033 | + color: #86939e; | |
| 1034 | +} | |
| 1035 | +.wtotem_chart-first__hack span { | |
| 1036 | + display: block; | |
| 1037 | + width: 7px; | |
| 1038 | + height: 7px; | |
| 1039 | + border-radius: 100px; | |
| 1040 | + margin-right: 7px; | |
| 1041 | +} | |
| 1042 | +.wtotem_chart-first__hack_attack span { | |
| 1043 | + background: #d56c6a; | |
| 1044 | +} | |
| 1045 | +.wtotem_chart-first__hack_blocked span { | |
| 1046 | + background: #bace3d; | |
| 1047 | +} | |
| 1048 | +.wtotem_chart-first__right { | |
| 637 | 1049 | display: flex; |
| 638 | 1050 | background: #f3f5f6; |
| 639 | - width: 202px; | |
| 1051 | + /*width: 202px;*/ | |
| 640 | 1052 | height: 45px; |
| 641 | 1053 | align-items: center; |
| 642 | 1054 | justify-content: space-between; |
| 643 | 1055 | padding: 0 6px; |
| 644 | - border-radius: 5px; } | |
| 645 | - .wtotem_chart-first__btn { | |
| 1056 | + border-radius: 5px; | |
| 1057 | +} | |
| 1058 | +.wtotem_chart-first__btn { | |
| 646 | 1059 | display: flex; |
| 647 | 1060 | justify-content: center; |
| 648 | 1061 | align-items: center; |
| 649 | 1062 | width: 65px; |
| @@ -649,32 +1062,40 @@ | ||
| 649 | 1062 | width: 65px; |
| 650 | 1063 | height: 31px; |
| 651 | 1064 | border-radius: 4px; |
| 652 | 1065 | color: #5e6977; |
| 653 | - cursor: pointer; } | |
| 654 | - .wtotem_chart-first__btn_active { | |
| 655 | - background: #fff; | |
| 656 | - color: #3d50df; } | |
| 1066 | + cursor: pointer; | |
| 1067 | +} | |
| 1068 | +.wtotem_chart-first__btn_active { | |
| 1069 | + background: #fff; | |
| 1070 | + color: #3d50df; | |
| 1071 | +} | |
| 657 | 1072 | |
| 658 | 1073 | .wtotem_chart { |
| 659 | - margin-bottom: 30px; } | |
| 660 | - .wtotem_chart__diagram { | |
| 661 | - height: 251px; } | |
| 662 | - .wtotem_chart__line { | |
| 1074 | + margin-bottom: 30px; | |
| 1075 | +} | |
| 1076 | +.wtotem_chart__diagram { | |
| 1077 | + height: 251px; | |
| 1078 | +} | |
| 1079 | +.wtotem_chart__line { | |
| 663 | 1080 | width: 100%; |
| 664 | 1081 | height: 1px; |
| 665 | 1082 | background: #f3f5f6; |
| 666 | - margin-bottom: 16px; } | |
| 667 | - .wtotem_chart__last { | |
| 1083 | + margin-bottom: 16px; | |
| 1084 | +} | |
| 1085 | +.wtotem_chart__last { | |
| 668 | 1086 | display: flex; |
| 669 | 1087 | justify-content: space-between; |
| 670 | 1088 | align-items: center; |
| 671 | - padding: 0 26px; } | |
| 672 | - .wtotem_chart__text { | |
| 673 | - font-weight: 500; } | |
| 674 | - .wtotem_chart__text a { | |
| 675 | - color: #3d50df; } | |
| 676 | - .wtotem_chart__btn { | |
| 1089 | + padding: 0 26px; | |
| 1090 | +} | |
| 1091 | +.wtotem_chart__text { | |
| 1092 | + font-weight: 500; | |
| 1093 | +} | |
| 1094 | +.wtotem_chart__text a { | |
| 1095 | + color: #3d50df; | |
| 1096 | +} | |
| 1097 | +.wtotem_chart__btn { | |
| 677 | 1098 | background: none; |
| 678 | 1099 | border: 1px solid #3d50df; |
| 679 | 1100 | border-radius: 4px; |
| 680 | 1101 | display: block; |
| @@ -683,116 +1104,156 @@ | ||
| 683 | 1104 | align-items: center; |
| 684 | 1105 | justify-content: center; |
| 685 | 1106 | padding: 7px 5px; |
| 686 | 1107 | color: #3d50df; |
| 687 | - cursor: pointer; } | |
| 1108 | + cursor: pointer; | |
| 1109 | +} | |
| 688 | 1110 | |
| 689 | 1111 | .wtotem_data { |
| 690 | - padding: 0 26px; } | |
| 691 | - .wtotem_data__thead { | |
| 692 | - margin-bottom: 15px; } | |
| 693 | - .wtotem_data__tr { | |
| 1112 | + padding: 0 26px; | |
| 1113 | +} | |
| 1114 | +.wtotem_data__thead { | |
| 1115 | + margin-bottom: 15px; | |
| 1116 | +} | |
| 1117 | +.wtotem_data__tr { | |
| 694 | 1118 | display: flex; |
| 695 | - justify-content: space-between; } | |
| 696 | - .wtotem_data__th { | |
| 1119 | + justify-content: space-between; | |
| 1120 | +} | |
| 1121 | +.wtotem_data__th { | |
| 697 | 1122 | color: #5e6977; |
| 698 | 1123 | font-weight: 500; |
| 699 | - font-size: 12px; } | |
| 700 | - .wtotem_data__th:last-child { | |
| 701 | - text-align: right; } | |
| 702 | - .wtotem_data__td { | |
| 703 | 1124 | font-size: 12px; |
| 1125 | +} | |
| 1126 | +.wtotem_data__th:last-child { | |
| 1127 | + text-align: right; | |
| 1128 | +} | |
| 1129 | +.wtotem_data__td { | |
| 1130 | + font-size: 12px; | |
| 704 | 1131 | font-weight: 500; |
| 705 | 1132 | color: #86939e; |
| 706 | - margin-bottom: 20px; } | |
| 707 | - .wtotem_data__td_blocked:before { | |
| 708 | - content: ""; | |
| 709 | - width: 4px; | |
| 710 | - height: 4px; | |
| 711 | - border-radius: 100px; | |
| 712 | - background: #bace3d; | |
| 713 | - display: block; } | |
| 714 | - .wtotem_data__td_banned:before { | |
| 715 | - content: ""; | |
| 716 | - width: 4px; | |
| 717 | - height: 4px; | |
| 718 | - border-radius: 100px; | |
| 719 | - background: #d56c6a; | |
| 720 | - display: block; } | |
| 721 | - .wtotem_data__td:first-child { | |
| 722 | - display: flex; | |
| 723 | - align-items: center; } | |
| 724 | - .wtotem_data__td:nth-child(2) { | |
| 725 | - display: flex; | |
| 726 | - align-items: center; } | |
| 727 | - .wtotem_data__td:last-child { | |
| 728 | - text-align: right; | |
| 729 | - color: #d56c6a; } | |
| 730 | - .wtotem_data__ip { | |
| 731 | - margin-left: 10px; } | |
| 732 | - .wtotem_data__img { | |
| 1133 | + margin-bottom: 20px; | |
| 1134 | +} | |
| 1135 | +.wtotem_data__td_blocked:before { | |
| 1136 | + content: ""; | |
| 1137 | + width: 4px; | |
| 1138 | + height: 4px; | |
| 1139 | + border-radius: 100px; | |
| 1140 | + background: #bace3d; | |
| 1141 | + display: block; | |
| 1142 | +} | |
| 1143 | +.wtotem_data__td_banned:before { | |
| 1144 | + content: ""; | |
| 1145 | + width: 4px; | |
| 1146 | + height: 4px; | |
| 1147 | + border-radius: 100px; | |
| 1148 | + background: #d56c6a; | |
| 1149 | + display: block; | |
| 1150 | +} | |
| 1151 | +.wtotem_data__td:first-child { | |
| 1152 | + display: flex; | |
| 1153 | + align-items: center; | |
| 1154 | +} | |
| 1155 | +.wtotem_data__td:nth-child(2) { | |
| 1156 | + display: flex; | |
| 1157 | + align-items: center; | |
| 1158 | +} | |
| 1159 | +.wtotem_data__td:last-child { | |
| 1160 | + text-align: right; | |
| 1161 | + color: #d56c6a; | |
| 1162 | +} | |
| 1163 | +.wtotem_data__ip { | |
| 1164 | + margin-left: 10px; | |
| 1165 | +} | |
| 1166 | +.wtotem_data__img { | |
| 733 | 1167 | width: 23px; |
| 734 | 1168 | height: 13px; |
| 735 | - margin-right: 6px; } | |
| 736 | - .wtotem_data__flag { | |
| 1169 | + margin-right: 6px; | |
| 1170 | +} | |
| 1171 | +.wtotem_data__flag { | |
| 737 | 1172 | display: block; |
| 738 | - width: 100%; } | |
| 739 | - .wtotem_data_width_1 { | |
| 740 | - width: 13%; } | |
| 741 | - .wtotem_data_width_2 { | |
| 742 | - width: 10%; } | |
| 743 | - .wtotem_data_width_3 { | |
| 744 | - width: 14%; } | |
| 745 | - .wtotem_data_width_4 { | |
| 746 | - width: 24%; } | |
| 747 | - .wtotem_data_width_5 { | |
| 748 | - width: 29%; } | |
| 749 | - .wtotem_data_width_6 { | |
| 750 | - width: 11%; } | |
| 1173 | + width: 100%; | |
| 1174 | +} | |
| 1175 | +.wtotem_data_width_1 { | |
| 1176 | + width: 13%; | |
| 1177 | +} | |
| 1178 | +.wtotem_data_width_2 { | |
| 1179 | + width: 10%; | |
| 1180 | +} | |
| 1181 | +.wtotem_data_width_3 { | |
| 1182 | + width: 14%; | |
| 1183 | +} | |
| 1184 | +.wtotem_data_width_4 { | |
| 1185 | + width: 24%; | |
| 1186 | +} | |
| 1187 | +.wtotem_data_width_5 { | |
| 1188 | + width: 29%; | |
| 1189 | +} | |
| 1190 | +.wtotem_data_width_6 { | |
| 1191 | + width: 11%; | |
| 1192 | +} | |
| 751 | 1193 | |
| 752 | 1194 | /* 768-992px md Medium */ |
| 753 | 1195 | @media screen and (max-width: 992px) { |
| 754 | - .wtotem_data__th:nth-last-child(-n + 3), .wtotem_data__td:nth-last-child(-n + 3) { | |
| 755 | - display: none; } | |
| 756 | - .wtotem_data__th, .wtotem_data__td { | |
| 757 | - width: 32%; } | |
| 758 | - .wtotem_data__th:nth-child(3), .wtotem_data__td:nth-child(3) { | |
| 759 | - width: 36%; } } | |
| 1196 | + .wtotem_data__th:nth-last-child(-n + 3), | |
| 1197 | + .wtotem_data__td:nth-last-child(-n + 3) { | |
| 1198 | + display: none; | |
| 1199 | + } | |
| 1200 | + .wtotem_data__th, | |
| 1201 | + .wtotem_data__td { | |
| 1202 | + width: 32%; | |
| 1203 | + } | |
| 1204 | + .wtotem_data__th:nth-child(3), | |
| 1205 | + .wtotem_data__td:nth-child(3) { | |
| 1206 | + width: 36%; | |
| 1207 | + } | |
| 1208 | +} | |
| 760 | 1209 | |
| 761 | 1210 | /* 576-768px sm Small */ |
| 762 | 1211 | /* 320-576px Extra small */ |
| 763 | 1212 | @media screen and (max-width: 576px) { |
| 764 | - .wtotem_data { | |
| 765 | - padding: 0 16px; } | |
| 766 | - .wtotem_chart-first { | |
| 767 | - flex-direction: column; | |
| 768 | - align-items: flex-start; } | |
| 1213 | + .wtotem_data { | |
| 1214 | + padding: 0 16px; | |
| 1215 | + } | |
| 1216 | + .wtotem_chart-first { | |
| 1217 | + flex-direction: column; | |
| 1218 | + align-items: flex-start; | |
| 1219 | + } | |
| 769 | 1220 | .wtotem_chart-first__left { |
| 770 | - margin-bottom: 20px; } | |
| 1221 | + margin-bottom: 20px; | |
| 1222 | + } | |
| 771 | 1223 | .wtotem_chart-first__right { |
| 772 | - width: 100%; } } | |
| 1224 | + width: 100%; | |
| 1225 | + } | |
| 1226 | +} | |
| 773 | 1227 | |
| 774 | 1228 | /* 320-375px Extra small */ |
| 775 | 1229 | @media screen and (max-width: 375px) { |
| 776 | - .wtotem_data__th, .wtotem_data__td { | |
| 777 | - width: 33% !important; } | |
| 778 | - .wtotem_data__ip { | |
| 779 | - margin-left: 5px; } } | |
| 1230 | + .wtotem_data__th, | |
| 1231 | + .wtotem_data__td { | |
| 1232 | + width: 33% !important; | |
| 1233 | + } | |
| 1234 | + .wtotem_data__ip { | |
| 1235 | + margin-left: 5px; | |
| 1236 | + } | |
| 1237 | +} | |
| 780 | 1238 | |
| 781 | 1239 | .wtotem_antivirus { |
| 782 | - margin-bottom: 30px; } | |
| 783 | - .wtotem_antivirus__first { | |
| 1240 | + margin-bottom: 30px; | |
| 1241 | +} | |
| 1242 | +.wtotem_antivirus__first { | |
| 784 | 1243 | display: flex; |
| 785 | 1244 | justify-content: space-between; |
| 786 | - align-items: center; } | |
| 787 | - .wtotem_antivirus__block { | |
| 1245 | + align-items: center; | |
| 1246 | +} | |
| 1247 | +.wtotem_antivirus__block { | |
| 788 | 1248 | display: flex; |
| 789 | 1249 | justify-content: space-between; |
| 790 | 1250 | align-items: center; |
| 791 | 1251 | width: 100%; |
| 792 | 1252 | background: #fff; |
| 793 | - border-radius: 4px; } | |
| 794 | - .wtotem_antivirus__item { | |
| 1253 | + border-radius: 4px; | |
| 1254 | +} | |
| 1255 | +.wtotem_antivirus__item { | |
| 795 | 1256 | width: 25%; |
| 796 | 1257 | height: 100.5px; |
| 797 | 1258 | text-align: center; |
| 798 | 1259 | display: flex; |
| @@ -798,129 +1259,170 @@ | ||
| 798 | 1259 | display: flex; |
| 799 | 1260 | align-items: center; |
| 800 | 1261 | justify-content: center; |
| 801 | 1262 | flex-direction: column; |
| 802 | - border-right: 1px solid #f3f5f6; } | |
| 803 | - .wtotem_antivirus__item:last-child { | |
| 804 | - border-right: none; } | |
| 805 | - .wtotem_antivirus__figures { | |
| 1263 | + border-right: 1px solid #f3f5f6; | |
| 1264 | +} | |
| 1265 | +.wtotem_antivirus__item:last-child { | |
| 1266 | + border-right: none; | |
| 1267 | +} | |
| 1268 | +.wtotem_antivirus__figures { | |
| 806 | 1269 | font-size: 32px; |
| 807 | 1270 | font-weight: 700; |
| 808 | - margin-bottom: 18px; } | |
| 809 | - .wtotem_antivirus__figures_green { | |
| 810 | - color: #bace3d; } | |
| 811 | - .wtotem_antivirus__figures_yellow { | |
| 812 | - color: #e9cf73; } | |
| 813 | - .wtotem_antivirus__figures_orange { | |
| 814 | - color: #d56c6a; } | |
| 815 | - .wtotem_antivirus__figures_black { | |
| 816 | - color: #1d293f; } | |
| 817 | - .wtotem_antivirus__title { | |
| 1271 | + margin-bottom: 18px; | |
| 1272 | +} | |
| 1273 | +.wtotem_antivirus__figures_green { | |
| 1274 | + color: #bace3d; | |
| 1275 | +} | |
| 1276 | +.wtotem_antivirus__figures_yellow { | |
| 1277 | + color: #e9cf73; | |
| 1278 | +} | |
| 1279 | +.wtotem_antivirus__figures_orange { | |
| 1280 | + color: #d56c6a; | |
| 1281 | +} | |
| 1282 | +.wtotem_antivirus__figures_black { | |
| 1283 | + color: #1d293f; | |
| 1284 | +} | |
| 1285 | +.wtotem_antivirus__title { | |
| 818 | 1286 | color: #86939e; |
| 819 | - line-height: 18px; } | |
| 1287 | + line-height: 18px; | |
| 1288 | +} | |
| 820 | 1289 | |
| 821 | 1290 | /* 320-576px Extra small */ |
| 822 | 1291 | @media screen and (max-width: 576px) { |
| 823 | - .wtotem_antivirus__block { | |
| 824 | - flex-wrap: wrap; } | |
| 825 | - .wtotem_antivirus__item { | |
| 826 | - width: 172.5px; | |
| 827 | - border-bottom: 1px solid #f3f5f6; } | |
| 1292 | + .wtotem_antivirus__block { | |
| 1293 | + flex-wrap: wrap; | |
| 1294 | + } | |
| 1295 | + .wtotem_antivirus__item { | |
| 1296 | + width: 172.5px; | |
| 1297 | + border-bottom: 1px solid #f3f5f6; | |
| 1298 | + } | |
| 828 | 1299 | .wtotem_antivirus__item:last-child { |
| 829 | - border-right: none; | |
| 830 | - border-bottom: none; } | |
| 1300 | + border-right: none; | |
| 1301 | + border-bottom: none; | |
| 1302 | + } | |
| 831 | 1303 | .wtotem_antivirus__item:nth-child(2) { |
| 832 | - border-right: none; } | |
| 1304 | + border-right: none; | |
| 1305 | + } | |
| 833 | 1306 | .wtotem_antivirus__item:nth-child(3) { |
| 834 | - border-bottom: none; } } | |
| 1307 | + border-bottom: none; | |
| 1308 | + } | |
| 1309 | +} | |
| 835 | 1310 | |
| 836 | 1311 | /* 320-375px */ |
| 837 | 1312 | @media screen and (max-width: 375px) { |
| 838 | - .wtotem_antivirus__item { | |
| 839 | - width: 150px; } } | |
| 1313 | + .wtotem_antivirus__item { | |
| 1314 | + width: 150px; | |
| 1315 | + } | |
| 1316 | +} | |
| 840 | 1317 | |
| 841 | 1318 | .wtotem_monitoring { |
| 842 | - margin-bottom: 30px; } | |
| 1319 | + margin-bottom: 30px; | |
| 1320 | +} | |
| 843 | 1321 | |
| 844 | 1322 | .wtotem_table__row { |
| 845 | - display: flex; | |
| 846 | - width: 100%; } | |
| 1323 | + display: flex; | |
| 1324 | + width: 100%; | |
| 1325 | +} | |
| 847 | 1326 | |
| 848 | 1327 | .wtotem_table__col { |
| 849 | - width: 33.3333333333%; | |
| 850 | - border-right: 1px solid #f3f5f6; | |
| 851 | - border-bottom: 1px solid #f3f5f6; } | |
| 852 | - .wtotem_table__col:last-child { | |
| 853 | - border-right: none; } | |
| 1328 | + width: 33.3333333333%; | |
| 1329 | + border-right: 1px solid #f3f5f6; | |
| 1330 | + border-bottom: 1px solid #f3f5f6; | |
| 1331 | +} | |
| 1332 | +.wtotem_table__col:last-child { | |
| 1333 | + border-right: none; | |
| 1334 | +} | |
| 854 | 1335 | |
| 855 | -.wtotem_table__th, .wtotem_table__td, .wtotem_table__info { | |
| 856 | - padding: 15px 15px; } | |
| 1336 | +.wtotem_table__th, | |
| 1337 | +.wtotem_table__td, | |
| 1338 | +.wtotem_table__info { | |
| 1339 | + padding: 15px 15px; | |
| 1340 | +} | |
| 857 | 1341 | |
| 858 | -.wtotem_table__th, .wtotem_table__td { | |
| 859 | - border-bottom: 1px solid #f3f5f6; } | |
| 1342 | +.wtotem_table__th, | |
| 1343 | +.wtotem_table__td { | |
| 1344 | + border-bottom: 1px solid #f3f5f6; | |
| 1345 | +} | |
| 860 | 1346 | |
| 861 | 1347 | .wtotem_table__td { |
| 862 | - display: flex; | |
| 863 | - justify-content: space-between; | |
| 864 | - align-items: center; | |
| 865 | - height: 64px; } | |
| 1348 | + display: flex; | |
| 1349 | + justify-content: space-between; | |
| 1350 | + align-items: center; | |
| 1351 | + height: 64px; | |
| 1352 | +} | |
| 866 | 1353 | |
| 867 | 1354 | .wtotem_table__item { |
| 868 | - height: 110px; | |
| 869 | - display: flex; | |
| 870 | - align-items: center; | |
| 871 | - justify-content: center; } | |
| 1355 | + height: 110px; | |
| 1356 | + display: flex; | |
| 1357 | + align-items: center; | |
| 1358 | + justify-content: center; | |
| 1359 | +} | |
| 872 | 1360 | |
| 873 | 1361 | .wtotem_table__expired { |
| 874 | - color: #d56c6a; } | |
| 1362 | + color: #d56c6a; | |
| 1363 | +} | |
| 875 | 1364 | |
| 876 | 1365 | .wtotem_table__solve { |
| 877 | - color: #3d50df; } | |
| 1366 | + color: #3d50df; | |
| 1367 | +} | |
| 878 | 1368 | |
| 879 | 1369 | .wtotem_table__info { |
| 880 | - height: 55px; | |
| 881 | - display: flex; | |
| 882 | - justify-content: space-between; } | |
| 1370 | + height: 55px; | |
| 1371 | + display: flex; | |
| 1372 | + justify-content: space-between; | |
| 1373 | +} | |
| 883 | 1374 | |
| 884 | 1375 | .wtotem_table__subject { |
| 885 | - font-size: 14px; | |
| 886 | - text-transform: uppercase; } | |
| 1376 | + font-size: 14px; | |
| 1377 | + text-transform: uppercase; | |
| 1378 | +} | |
| 887 | 1379 | |
| 888 | 1380 | .wtotem_table__status { |
| 889 | - text-transform: uppercase; } | |
| 890 | - .wtotem_table__status_green { | |
| 891 | - color: #4bc374; } | |
| 892 | - .wtotem_table__status_yellow { | |
| 1381 | + text-transform: uppercase; | |
| 1382 | +} | |
| 1383 | +.wtotem_table__status_green { | |
| 1384 | + color: #4bc374; | |
| 1385 | +} | |
| 1386 | +.wtotem_table__status_yellow { | |
| 893 | 1387 | color: #dcb320; |
| 894 | - text-transform: none; } | |
| 1388 | + text-transform: none; | |
| 1389 | +} | |
| 895 | 1390 | |
| 896 | 1391 | .wtotem_table__text { |
| 897 | - color: #86939e; | |
| 898 | - font-weight: 500; } | |
| 1392 | + color: #86939e; | |
| 1393 | + font-weight: 500; | |
| 1394 | +} | |
| 899 | 1395 | |
| 900 | 1396 | .wtotem_table__perfomance { |
| 901 | - font-weight: 500; | |
| 902 | - color: #5e6977; } | |
| 903 | - .wtotem_table__perfomance span { | |
| 904 | - color: #3d50df; } | |
| 1397 | + font-weight: 500; | |
| 1398 | + color: #5e6977; | |
| 1399 | +} | |
| 1400 | +.wtotem_table__perfomance span { | |
| 1401 | + color: #3d50df; | |
| 1402 | +} | |
| 905 | 1403 | |
| 906 | 1404 | .wtotem_table__wrap { |
| 907 | - width: 30px; | |
| 908 | - height: 30px; } | |
| 909 | - .wtotem_table__wrap_big { | |
| 1405 | + width: 30px; | |
| 1406 | + height: 30px; | |
| 1407 | +} | |
| 1408 | +.wtotem_table__wrap_big { | |
| 910 | 1409 | width: 56px; |
| 911 | - height: 56px; } | |
| 1410 | + height: 56px; | |
| 1411 | +} | |
| 912 | 1412 | |
| 913 | 1413 | .wtotem_table__img { |
| 914 | - width: 100%; | |
| 915 | - display: block; } | |
| 1414 | + width: 100%; | |
| 1415 | + display: block; | |
| 1416 | +} | |
| 916 | 1417 | |
| 917 | 1418 | .wtotem_table__link { |
| 918 | - display: flex; | |
| 919 | - justify-content: space-between; | |
| 920 | - align-items: center; | |
| 921 | - padding: 13px 16px; } | |
| 922 | - .wtotem_table__link:after { | |
| 1419 | + display: flex; | |
| 1420 | + justify-content: space-between; | |
| 1421 | + align-items: center; | |
| 1422 | + padding: 13px 16px; | |
| 1423 | +} | |
| 1424 | +.wtotem_table__link:after { | |
| 923 | 1425 | content: ""; |
| 924 | 1426 | border: solid #5e6977; |
| 925 | 1427 | border-width: 0 1.5px 1.5px 0; |
| 926 | 1428 | display: inline-block; |
| @@ -925,21 +1427,24 @@ | ||
| 925 | 1427 | border-width: 0 1.5px 1.5px 0; |
| 926 | 1428 | display: inline-block; |
| 927 | 1429 | padding: 4px; |
| 928 | 1430 | transform: rotate(-45deg); |
| 929 | - -webkit-transform: rotate(-45deg); } | |
| 1431 | + -webkit-transform: rotate(-45deg); | |
| 1432 | +} | |
| 930 | 1433 | |
| 931 | 1434 | .wtotem_table__right_progress-wrap { |
| 932 | - width: 167px; | |
| 933 | - margin-top: -21px; } | |
| 1435 | + width: 167px; | |
| 1436 | + margin-top: -21px; | |
| 1437 | +} | |
| 934 | 1438 | |
| 935 | 1439 | .wtotem_table__stick-progress { |
| 936 | - position: relative; | |
| 937 | - background: #3d50df; | |
| 938 | - width: 96px; | |
| 939 | - height: 7px; | |
| 940 | - border-radius: 100px; } | |
| 941 | - .wtotem_table__stick-progress:after { | |
| 1440 | + position: relative; | |
| 1441 | + background: #3d50df; | |
| 1442 | + width: 96px; | |
| 1443 | + height: 7px; | |
| 1444 | + border-radius: 100px; | |
| 1445 | +} | |
| 1446 | +.wtotem_table__stick-progress:after { | |
| 942 | 1447 | content: ""; |
| 943 | 1448 | position: absolute; |
| 944 | 1449 | top: 0; |
| 945 | 1450 | left: 0; |
| @@ -946,88 +1451,208 @@ | ||
| 946 | 1451 | width: 167px; |
| 947 | 1452 | height: 7px; |
| 948 | 1453 | opacity: 0.1; |
| 949 | 1454 | border-radius: 100px; |
| 950 | - background: #5e6977; } | |
| 1455 | + background: #5e6977; | |
| 1456 | +} | |
| 951 | 1457 | |
| 952 | 1458 | .wtotem_table__initial-value { |
| 953 | - font-size: 10px; | |
| 954 | - font-weight: 500; | |
| 955 | - color: #5e6977; } | |
| 1459 | + font-size: 10px; | |
| 1460 | + font-weight: 500; | |
| 1461 | + color: #5e6977; | |
| 1462 | +} | |
| 956 | 1463 | |
| 957 | 1464 | .wtotem_table__message { |
| 958 | - position: absolute; | |
| 959 | - top: -20px; | |
| 960 | - right: -12px; | |
| 961 | - z-index: 50; | |
| 962 | - width: 30px; | |
| 963 | - height: 15px; | |
| 964 | - border-radius: 2px; | |
| 965 | - background: #3d50df; | |
| 966 | - font-size: 10px; | |
| 967 | - font-weight: 500; | |
| 968 | - text-align: center; | |
| 969 | - color: #fff; | |
| 970 | - display: flex; | |
| 971 | - justify-content: center; | |
| 972 | - align-items: center; } | |
| 1465 | + position: absolute; | |
| 1466 | + top: -20px; | |
| 1467 | + right: -12px; | |
| 1468 | + z-index: 50; | |
| 1469 | + width: 30px; | |
| 1470 | + height: 15px; | |
| 1471 | + border-radius: 2px; | |
| 1472 | + background: #3d50df; | |
| 1473 | + font-size: 10px; | |
| 1474 | + font-weight: 500; | |
| 1475 | + text-align: center; | |
| 1476 | + color: #fff; | |
| 1477 | + display: flex; | |
| 1478 | + justify-content: center; | |
| 1479 | + align-items: center; | |
| 1480 | +} | |
| 973 | 1481 | |
| 974 | 1482 | .wtotem_table__triangle { |
| 975 | - position: absolute; | |
| 976 | - z-index: -1; | |
| 977 | - top: 55%; | |
| 978 | - left: 40%; | |
| 979 | - width: 8.5px; | |
| 980 | - height: 8.5px; | |
| 981 | - display: block; | |
| 982 | - border-radius: 1px; | |
| 983 | - transform: rotate(45deg); | |
| 984 | - background: #3d50df; | |
| 985 | - margin: 0 auto; } | |
| 1483 | + position: absolute; | |
| 1484 | + z-index: -1; | |
| 1485 | + top: 55%; | |
| 1486 | + left: 40%; | |
| 1487 | + width: 8.5px; | |
| 1488 | + height: 8.5px; | |
| 1489 | + display: block; | |
| 1490 | + border-radius: 1px; | |
| 1491 | + transform: rotate(45deg); | |
| 1492 | + background: #3d50df; | |
| 1493 | + margin: 0 auto; | |
| 1494 | +} | |
| 986 | 1495 | |
| 987 | 1496 | /* 992-1100px lg Large */ |
| 988 | 1497 | /* 768-992px md Medium */ |
| 989 | 1498 | @media screen and (max-width: 992px) { |
| 990 | - .wtotem_table__row { | |
| 991 | - flex-direction: column; } | |
| 992 | - .wtotem_table__col { | |
| 993 | - width: 100%; | |
| 994 | - border-right: none !important; } } | |
| 1499 | + .wtotem_table__row { | |
| 1500 | + flex-direction: column; | |
| 1501 | + } | |
| 1502 | + .wtotem_table__col { | |
| 1503 | + width: 100%; | |
| 1504 | + border-right: none !important; | |
| 1505 | + } | |
| 1506 | +} | |
| 995 | 1507 | |
| 996 | 1508 | /* 576-768px sm Small */ |
| 997 | 1509 | /* 320-576px Extra small */ |
| 998 | 1510 | /* 320-375px Extra small */ |
| 999 | 1511 | @media screen and (max-width: 375px) { |
| 1000 | - .wtotem_table__perfomance_long { | |
| 1001 | - width: 210px; } | |
| 1002 | - .wtotem_chart-first { | |
| 1003 | - padding: 0 16px; } } | |
| 1512 | + .wtotem_table__perfomance_long { | |
| 1513 | + width: 210px; | |
| 1514 | + } | |
| 1515 | + .wtotem_chart-first { | |
| 1516 | + padding: 0 16px; | |
| 1517 | + } | |
| 1518 | +} | |
| 1004 | 1519 | |
| 1005 | 1520 | .wtotem_map__first { |
| 1006 | - display: flex; | |
| 1007 | - justify-content: space-between; } | |
| 1521 | + display: flex; | |
| 1522 | + justify-content: space-between; | |
| 1523 | +} | |
| 1008 | 1524 | |
| 1525 | +.wtotem_map .wtotem_map-block { | |
| 1526 | + display: flex; | |
| 1527 | + align-items: center; | |
| 1528 | + justify-content: space-around; | |
| 1529 | + padding-right: 26px; } | |
| 1530 | + | |
| 1531 | +.wtotem_map .wtotem_map-block #firewall { | |
| 1532 | + display: block; } | |
| 1533 | + | |
| 1534 | +.wtotem_map .wtotem_map-block__map { | |
| 1535 | + width: 50%; | |
| 1536 | + height: 330px; } | |
| 1537 | + | |
| 1538 | +.wtotem_map .firewall { | |
| 1539 | + width: 50%; | |
| 1540 | + position: relative; | |
| 1541 | + height: 230px; } | |
| 1542 | + | |
| 1543 | +.wtotem_map-wrap { | |
| 1544 | + padding-top: 15px; | |
| 1545 | + margin-bottom: 30px; } | |
| 1546 | + | |
| 1547 | +.wtotem_country { | |
| 1548 | + margin-bottom: -15px; } | |
| 1549 | +.wtotem_country__title { | |
| 1550 | + font-size: 14px; | |
| 1551 | + line-height: 18px; | |
| 1552 | + color: #86939e; | |
| 1553 | + margin-bottom: 9px; } | |
| 1554 | +.wtotem_country__desc { | |
| 1555 | + font-size: 18px; | |
| 1556 | + line-height: 18px; | |
| 1557 | + color: #1d293f; } | |
| 1558 | + | |
| 1559 | +/* 992-1100px lg Large */ | |
| 1560 | +/* 768-992px md Medium */ | |
| 1561 | +@media screen and (max-width: 992px) { | |
| 1562 | + .wtotem_map .wtotem_map-wrap { | |
| 1563 | + padding-bottom: 20px; } | |
| 1564 | + .wtotem_map .wtotem_map-block { | |
| 1565 | + flex-direction: column; | |
| 1566 | + padding-right: 0; } | |
| 1567 | + .wtotem_map .wtotem_map-block__map { | |
| 1568 | + width: 100%; | |
| 1569 | + text-align: center; } | |
| 1570 | + .wtotem_map .wtotem_map-block__map svg { | |
| 1571 | + width: 403px; } | |
| 1572 | + .wtotem_map #firewall { | |
| 1573 | + display: block; | |
| 1574 | + height: 135px; | |
| 1575 | + width: 270px; } | |
| 1576 | + .wtotem_map .firewall { | |
| 1577 | + position: relative; | |
| 1578 | + margin: auto; | |
| 1579 | + height: 70vh; | |
| 1580 | + width: 60vw; } } | |
| 1581 | + | |
| 1582 | +/* 576-768px sm Small */ | |
| 1583 | +/* 375-576px Extra small */ | |
| 1584 | +@media screen and (max-width: 576px) { | |
| 1585 | + .wtotem_map .wtotem_map-block__map { | |
| 1586 | + height: auto; } | |
| 1587 | + .wtotem_map #firewallMap { | |
| 1588 | + width: 100%; | |
| 1589 | + zoom: 0.8; } | |
| 1590 | + .wtotem_map .wtotem_country { | |
| 1591 | + margin-bottom: 20px; } | |
| 1592 | + .wtotem_map .wtotem_chart__wrapper { | |
| 1593 | + width: 100%; } } | |
| 1594 | + | |
| 1595 | +@media screen and (max-width: 500px) { | |
| 1596 | + .wtotem_map .firewall { | |
| 1597 | + width: 70vw; } } | |
| 1598 | + | |
| 1599 | +@media screen and (max-width: 420px) { | |
| 1600 | + .wtotem_map .firewall { | |
| 1601 | + width: 75vw; } } | |
| 1602 | + | |
| 1603 | +@media screen and (max-width: 390px) { | |
| 1604 | + .wtotem_map .firewall { | |
| 1605 | + width: 80vw; } } | |
| 1606 | + | |
| 1607 | +@media screen and (max-width: 375px) { | |
| 1608 | + .wtotem_map #firewallMap { | |
| 1609 | + width: 100%; | |
| 1610 | + zoom: 0.7; | |
| 1611 | + display: block; | |
| 1612 | + transform: translateX(25px); } } | |
| 1613 | + | |
| 1614 | +@media screen and (max-width: 340px) { | |
| 1615 | + .wtotem_map #firewallMap { | |
| 1616 | + width: 100%; | |
| 1617 | + zoom: 0.7; | |
| 1618 | + display: block; | |
| 1619 | + transform: translateX(15px); } } | |
| 1620 | + | |
| 1621 | +@media screen and (max-width: 340px) { | |
| 1622 | + .wtotem_map #firewallMap { | |
| 1623 | + width: 100%; | |
| 1624 | + zoom: 0.7; | |
| 1625 | + display: block; | |
| 1626 | + transform: translateX(5px); } } | |
| 1627 | + | |
| 1628 | +/* 320-375px Extra small */ | |
| 1629 | + | |
| 1009 | 1630 | .wtotem_state { |
| 1010 | - border-radius: 4px; } | |
| 1631 | + border-radius: 4px; | |
| 1632 | +} | |
| 1011 | 1633 | |
| 1012 | 1634 | .wtotem_state { |
| 1013 | - background: #fff; | |
| 1014 | - padding: 13px 0 26px 0; } | |
| 1015 | - .wtotem_state__select-wrapper { | |
| 1635 | + background: #fff; | |
| 1636 | + padding: 13px 0 26px 0; | |
| 1637 | +} | |
| 1638 | +.wtotem_state__select-wrapper { | |
| 1016 | 1639 | position: relative; |
| 1017 | 1640 | margin-bottom: 15px; |
| 1018 | 1641 | width: 190px; |
| 1019 | - cursor: pointer; } | |
| 1020 | - .wtotem_state__select-wrapper:after { | |
| 1021 | - content: ""; | |
| 1022 | - position: absolute; | |
| 1023 | - top: 45%; | |
| 1024 | - right: 0; | |
| 1025 | - border-style: solid; | |
| 1026 | - border-width: 5px 5px 0 5px; | |
| 1027 | - border-color: #86939e transparent transparent transparent; | |
| 1028 | - border-radius: 50px; } | |
| 1029 | - .wtotem_state__select { | |
| 1642 | + cursor: pointer; | |
| 1643 | +} | |
| 1644 | +.wtotem_state__select-wrapper:after { | |
| 1645 | + content: ""; | |
| 1646 | + position: absolute; | |
| 1647 | + top: 45%; | |
| 1648 | + right: 0; | |
| 1649 | + border-style: solid; | |
| 1650 | + border-width: 5px 5px 0 5px; | |
| 1651 | + border-color: #86939e transparent transparent transparent; | |
| 1652 | + border-radius: 50px; | |
| 1653 | +} | |
| 1654 | +.wtotem_state__select { | |
| 1030 | 1655 | display: block; |
| 1031 | 1656 | margin-left: 18px; |
| 1032 | 1657 | width: 100%; |
| 1033 | 1658 | padding: 8px 12px 8px 12px; |
| @@ -1035,184 +1660,235 @@ | ||
| 1035 | 1660 | font-size: 14px; |
| 1036 | 1661 | font-weight: 400; |
| 1037 | 1662 | -webkit-appearance: none; |
| 1038 | 1663 | appearance: none; |
| 1039 | - background: #f3f5f6; | |
| 1664 | + background-color: #f3f5f6; | |
| 1665 | + background-image: none; | |
| 1040 | 1666 | border-radius: 4px; |
| 1041 | 1667 | border: none; |
| 1042 | 1668 | font-family: inherit; |
| 1043 | - cursor: pointer; } | |
| 1044 | - .wtotem_state__option { | |
| 1045 | - border: none; } | |
| 1046 | - .wtotem_state__line { | |
| 1669 | + cursor: pointer; | |
| 1670 | +} | |
| 1671 | +.wtotem_state__option { | |
| 1672 | + border: none; | |
| 1673 | +} | |
| 1674 | +.wtotem_state__line { | |
| 1047 | 1675 | background: #f3f5f6; |
| 1048 | 1676 | height: 1px; |
| 1049 | - margin-bottom: 20px; } | |
| 1050 | - .wtotem_state__last { | |
| 1677 | + margin-bottom: 20px; | |
| 1678 | +} | |
| 1679 | +.wtotem_state__last { | |
| 1051 | 1680 | display: flex; |
| 1052 | 1681 | align-items: center; |
| 1053 | 1682 | justify-content: space-between; |
| 1054 | - padding: 0 18px; } | |
| 1055 | - .wtotem_state__text { | |
| 1683 | + padding: 0 18px; | |
| 1684 | +} | |
| 1685 | +.wtotem_state__text { | |
| 1056 | 1686 | color: #5e6977; |
| 1057 | - font-weight: 500; } | |
| 1058 | - .wtotem_state__text a { | |
| 1059 | - color: #3d50df; } | |
| 1687 | + font-weight: 500; | |
| 1688 | +} | |
| 1689 | +.wtotem_state__text a { | |
| 1690 | + color: #3d50df; | |
| 1691 | +} | |
| 1060 | 1692 | |
| 1061 | 1693 | .wtotem_file-table { |
| 1062 | - color: #86939e; } | |
| 1063 | - .wtotem_file-table__tr { | |
| 1694 | + color: #86939e; | |
| 1695 | +} | |
| 1696 | +.wtotem_file-table__tr { | |
| 1064 | 1697 | display: flex; |
| 1065 | 1698 | margin-bottom: 15px; |
| 1066 | - padding: 0 18px; } | |
| 1067 | - .wtotem_file-table__th { | |
| 1699 | + padding: 0 18px; | |
| 1700 | +} | |
| 1701 | +.wtotem_file-table__th { | |
| 1068 | 1702 | color: #5e6977; |
| 1069 | 1703 | width: 12.5%; |
| 1070 | 1704 | font-weight: 500; |
| 1071 | - font-size: 12px; } | |
| 1072 | - .wtotem_file-table__th:first-child { | |
| 1073 | - width: 50%; } | |
| 1074 | - .wtotem_file-table__td { | |
| 1075 | 1705 | font-size: 12px; |
| 1706 | +} | |
| 1707 | +.wtotem_file-table__th:first-child { | |
| 1708 | + width: 50%; | |
| 1709 | +} | |
| 1710 | +.wtotem_file-table__td { | |
| 1711 | + font-size: 12px; | |
| 1076 | 1712 | width: 12.5%; |
| 1077 | - font-weight: 500; } | |
| 1078 | - .wtotem_file-table__td:first-child { | |
| 1079 | - width: 50%; } | |
| 1080 | - .wtotem_file-table__td_normal { | |
| 1081 | - color: #5e6977; } | |
| 1082 | - .wtotem_file-table__td_critical { | |
| 1083 | - color: #d56c6a; } | |
| 1084 | - .wtotem_file-table__td_changed { | |
| 1085 | - color: #caae4b; } | |
| 1713 | + font-weight: 500; | |
| 1714 | +} | |
| 1715 | +.wtotem_file-table__td:first-child { | |
| 1716 | + width: 50%; | |
| 1717 | +} | |
| 1718 | +.wtotem_file-table__td_normal { | |
| 1719 | + color: #5e6977; | |
| 1720 | +} | |
| 1721 | +.wtotem_file-table__td_critical { | |
| 1722 | + color: #d56c6a; | |
| 1723 | +} | |
| 1724 | +.wtotem_file-table__td_changed { | |
| 1725 | + color: #caae4b; | |
| 1726 | +} | |
| 1086 | 1727 | |
| 1087 | 1728 | .wtotem_pagination { |
| 1088 | - display: flex; } | |
| 1089 | - .wtotem_pagination__number { | |
| 1729 | + display: flex; | |
| 1730 | +} | |
| 1731 | +.wtotem_pagination__number { | |
| 1090 | 1732 | color: #99a6b1; |
| 1091 | 1733 | font-weight: 500; |
| 1092 | 1734 | margin-right: 30px; |
| 1093 | 1735 | display: flex; |
| 1094 | - align-items: center; } | |
| 1095 | - .wtotem_pagination__number:hover { | |
| 1096 | - color: #5e6977; } | |
| 1097 | - .wtotem_pagination__number_active { | |
| 1098 | - width: 46px; | |
| 1099 | - height: 46px; | |
| 1100 | - background: #f1f3f5; | |
| 1101 | - color: #5e6977; | |
| 1102 | - margin-right: 13px; | |
| 1103 | - border-radius: 100px; | |
| 1104 | - display: flex; | |
| 1105 | - justify-content: center; | |
| 1106 | - align-items: center; } | |
| 1107 | - .wtotem_pagination__number_etc { | |
| 1108 | - margin-right: 22px; } | |
| 1109 | - .wtotem_pagination__arrow { | |
| 1736 | + align-items: center; | |
| 1737 | +} | |
| 1738 | +.wtotem_pagination__number:hover { | |
| 1739 | + color: #5e6977; | |
| 1740 | +} | |
| 1741 | +.wtotem_pagination__number_active { | |
| 1742 | + width: 46px; | |
| 1743 | + height: 46px; | |
| 1744 | + background: #f1f3f5; | |
| 1745 | + color: #5e6977; | |
| 1746 | + margin-right: 13px; | |
| 1747 | + border-radius: 100px; | |
| 1748 | + display: flex; | |
| 1749 | + justify-content: center; | |
| 1750 | + align-items: center; | |
| 1751 | +} | |
| 1752 | +.wtotem_pagination__number_etc { | |
| 1753 | + margin-right: 22px; | |
| 1754 | +} | |
| 1755 | +.wtotem_pagination__arrow { | |
| 1110 | 1756 | width: 19px; |
| 1111 | 1757 | height: 12px; |
| 1112 | 1758 | display: block; |
| 1113 | - cursor: pointer; } | |
| 1759 | + cursor: pointer; | |
| 1760 | +} | |
| 1114 | 1761 | |
| 1115 | 1762 | /* 992-1100px lg Large */ |
| 1116 | 1763 | /* 768-992px md Medium */ |
| 1117 | 1764 | @media screen and (max-width: 992px) { |
| 1118 | - .wtotem_state { | |
| 1119 | - overflow: hidden; } | |
| 1120 | - .wtotem_file-table__td, .wtotem_file-table__th { | |
| 1121 | - display: none; } | |
| 1122 | - .wtotem_file-table__td:first-child, .wtotem_file-table__th:first-child { | |
| 1123 | - display: block; | |
| 1124 | - width: 100%; } } | |
| 1765 | + .wtotem_state { | |
| 1766 | + overflow: hidden; | |
| 1767 | + } | |
| 1768 | + .wtotem_file-table__td, | |
| 1769 | + .wtotem_file-table__th { | |
| 1770 | + display: none; | |
| 1771 | + } | |
| 1772 | + .wtotem_file-table__td:first-child, | |
| 1773 | + .wtotem_file-table__th:first-child { | |
| 1774 | + display: block; | |
| 1775 | + width: 100%; | |
| 1776 | + } | |
| 1777 | +} | |
| 1125 | 1778 | |
| 1126 | 1779 | /* 576-768px sm Small */ |
| 1127 | 1780 | /* 375-576px Extra small */ |
| 1128 | 1781 | @media screen and (max-width: 576px) { |
| 1129 | - .wtotem_state__text { | |
| 1130 | - display: none; } | |
| 1131 | - .wtotem_pagination { | |
| 1132 | - margin: 0 auto; } | |
| 1782 | + .wtotem_state__text { | |
| 1783 | + display: none; | |
| 1784 | + } | |
| 1785 | + .wtotem_pagination { | |
| 1786 | + margin: 0 auto; | |
| 1787 | + } | |
| 1133 | 1788 | .wtotem_pagination__number { |
| 1134 | - margin-right: 18px; } | |
| 1135 | - .wtotem_pagination__number_active { | |
| 1136 | - margin-right: 13px; } } | |
| 1789 | + margin-right: 18px; | |
| 1790 | + } | |
| 1791 | + .wtotem_pagination__number_active { | |
| 1792 | + margin-right: 13px; | |
| 1793 | + } | |
| 1794 | +} | |
| 1137 | 1795 | |
| 1138 | 1796 | /* 320-375px Extra small */ |
| 1139 | 1797 | .wtotem_welcome-wrapper { |
| 1140 | - background: #f3f5f6; } | |
| 1141 | - .wtotem_welcome-wrapper__head-height { | |
| 1798 | + background: #f3f5f6; | |
| 1799 | +} | |
| 1800 | +.wtotem_welcome-wrapper__head-height { | |
| 1142 | 1801 | display: flex; |
| 1143 | 1802 | align-items: center; |
| 1144 | 1803 | justify-content: center; |
| 1145 | 1804 | height: calc(100vh - 135px); |
| 1146 | - min-height: 596px; } | |
| 1147 | - .wtotem_welcome-wrapper__footer-height { | |
| 1805 | + min-height: 596px; | |
| 1806 | +} | |
| 1807 | +.wtotem_welcome-wrapper__footer-height { | |
| 1148 | 1808 | display: flex; |
| 1149 | 1809 | justify-content: center; |
| 1150 | - height: 135px; } | |
| 1810 | + height: 135px; | |
| 1811 | +} | |
| 1151 | 1812 | |
| 1152 | 1813 | .wtotem_modal { |
| 1153 | - text-align: center; } | |
| 1154 | - .wtotem_modal__subject { | |
| 1814 | + text-align: center; | |
| 1815 | +} | |
| 1816 | +.wtotem_modal__subject { | |
| 1155 | 1817 | font-size: 24px; |
| 1156 | 1818 | line-height: 18px; |
| 1157 | - margin-bottom: 24px; } | |
| 1158 | - .wtotem_modal__window { | |
| 1819 | + margin-bottom: 24px; | |
| 1820 | +} | |
| 1821 | +.wtotem_modal__window { | |
| 1159 | 1822 | background: #fff; |
| 1160 | 1823 | padding: 23px 0 35px 0; |
| 1161 | 1824 | width: 360px; |
| 1162 | 1825 | margin: 0 auto; |
| 1163 | - margin-bottom: 24px; } | |
| 1164 | - .wtotem_modal__title { | |
| 1826 | + margin-bottom: 24px; | |
| 1827 | +} | |
| 1828 | +.wtotem_modal__title { | |
| 1165 | 1829 | font-size: 18px; |
| 1166 | - margin-bottom: 5px; } | |
| 1167 | - .wtotem_modal__text { | |
| 1830 | + margin-bottom: 5px; | |
| 1831 | +} | |
| 1832 | +.wtotem_modal__text { | |
| 1168 | 1833 | font-size: 10px; |
| 1169 | - margin-bottom: 8px; } | |
| 1170 | - .wtotem_modal__block { | |
| 1171 | - margin-bottom: 50px; } | |
| 1172 | - .wtotem_modal__block:after { | |
| 1173 | - content: ""; | |
| 1174 | - display: block; | |
| 1175 | - height: 1px; | |
| 1176 | - width: 100%; | |
| 1177 | - background: #e1e8ee; | |
| 1178 | - margin-top: -40px; } | |
| 1179 | - .wtotem_modal__logo { | |
| 1180 | - margin: 0 auto; } | |
| 1181 | - .wtotem_modal__wrap { | |
| 1834 | + margin-bottom: 8px; | |
| 1835 | +} | |
| 1836 | +.wtotem_modal__block { | |
| 1837 | + margin-bottom: 50px; | |
| 1838 | +} | |
| 1839 | +.wtotem_modal__block:after { | |
| 1840 | + content: ""; | |
| 1841 | + display: block; | |
| 1842 | + height: 1px; | |
| 1843 | + width: 100%; | |
| 1844 | + background: #e1e8ee; | |
| 1845 | + margin-top: -40px; | |
| 1846 | +} | |
| 1847 | +.wtotem_modal__logo { | |
| 1848 | + margin: 0 auto; | |
| 1849 | +} | |
| 1850 | +.wtotem_modal__wrap { | |
| 1182 | 1851 | width: 300px; |
| 1183 | 1852 | display: flex; |
| 1184 | 1853 | align-items: center; |
| 1185 | 1854 | margin: 0 auto; |
| 1186 | - margin-bottom: 18px; } | |
| 1187 | - .wtotem_modal__api-key { | |
| 1855 | + margin-bottom: 18px; | |
| 1856 | +} | |
| 1857 | +.wtotem_modal__api-key { | |
| 1188 | 1858 | width: 100%; |
| 1189 | 1859 | padding: 13px 30px 13px 15px; |
| 1190 | 1860 | border: 2px solid #e1e8ee; |
| 1191 | - border-radius: 2px; } | |
| 1192 | - .wtotem_modal__api-key[type="text"]::-webkit-input-placeholder { | |
| 1861 | + border-radius: 2px; | |
| 1862 | +} | |
| 1863 | +.wtotem_modal__api-key[type="text"]::-webkit-input-placeholder { | |
| 1193 | 1864 | font-weight: 500; |
| 1194 | 1865 | font-size: 14px; |
| 1195 | 1866 | line-height: 14px; |
| 1196 | - color: #5e6977; } | |
| 1197 | - .wtotem_modal__api-key[type="text"]:-ms-input-placeholder { | |
| 1867 | + color: #5e6977; | |
| 1868 | +} | |
| 1869 | +.wtotem_modal__api-key[type="text"]:-ms-input-placeholder { | |
| 1198 | 1870 | font-weight: 500; |
| 1199 | 1871 | font-size: 14px; |
| 1200 | 1872 | line-height: 14px; |
| 1201 | - color: #5e6977; } | |
| 1202 | - .wtotem_modal__api-key[type="text"]::-ms-input-placeholder { | |
| 1873 | + color: #5e6977; | |
| 1874 | +} | |
| 1875 | +.wtotem_modal__api-key[type="text"]::-ms-input-placeholder { | |
| 1203 | 1876 | font-weight: 500; |
| 1204 | 1877 | font-size: 14px; |
| 1205 | 1878 | line-height: 14px; |
| 1206 | - color: #5e6977; } | |
| 1207 | - .wtotem_modal__api-key[type="text"]::placeholder { | |
| 1879 | + color: #5e6977; | |
| 1880 | +} | |
| 1881 | +.wtotem_modal__api-key[type="text"]::placeholder { | |
| 1208 | 1882 | font-weight: 500; |
| 1209 | 1883 | font-size: 14px; |
| 1210 | 1884 | line-height: 14px; |
| 1211 | - color: #5e6977; } | |
| 1212 | - .wtotem_modal__info { | |
| 1213 | - margin-left: -30px; } | |
| 1214 | - .wtotem_modal__btn { | |
| 1885 | + color: #5e6977; | |
| 1886 | +} | |
| 1887 | +.wtotem_modal__info { | |
| 1888 | + margin-left: -30px; | |
| 1889 | +} | |
| 1890 | +.wtotem_modal__btn { | |
| 1215 | 1891 | background: #4bc374; |
| 1216 | 1892 | font-weight: 700; |
| 1217 | 1893 | font-size: 14px; |
| 1218 | 1894 | line-height: 16px; |
| @@ -1219,87 +1895,112 @@ | ||
| 1219 | 1895 | text-transform: uppercase; |
| 1220 | 1896 | width: 300px; |
| 1221 | 1897 | padding: 16px 0; |
| 1222 | 1898 | border: none; |
| 1223 | - color: #fff; } | |
| 1224 | - .wtotem_modal__desc { | |
| 1899 | + color: #fff; | |
| 1900 | +} | |
| 1901 | +.wtotem_modal__desc { | |
| 1225 | 1902 | font-size: 12px; |
| 1226 | 1903 | font-weight: 500; |
| 1227 | 1904 | line-height: 16px; |
| 1228 | 1905 | max-width: 274px; |
| 1229 | 1906 | margin: 0 auto; |
| 1230 | - color: #5e6977; } | |
| 1231 | - .wtotem_modal__cabinet { | |
| 1232 | - color: #3d50df; } | |
| 1907 | + color: #5e6977; | |
| 1908 | +} | |
| 1909 | +.wtotem_modal__cabinet { | |
| 1910 | + color: #3d50df; | |
| 1911 | +} | |
| 1233 | 1912 | |
| 1234 | 1913 | .wtotem_welcome-bottom { |
| 1235 | - text-align: center; } | |
| 1236 | - .wtotem_welcome-bottom__logo { | |
| 1237 | - margin-bottom: 26px; } | |
| 1238 | - .wtotem_welcome-bottom__label { | |
| 1239 | - margin-bottom: 20px; } | |
| 1240 | - .wtotem_welcome-bottom__block { | |
| 1914 | + text-align: center; | |
| 1915 | +} | |
| 1916 | +.wtotem_welcome-bottom__logo { | |
| 1917 | + margin-bottom: 26px; | |
| 1918 | +} | |
| 1919 | +.wtotem_welcome-bottom__label { | |
| 1920 | + margin-bottom: 20px; | |
| 1921 | +} | |
| 1922 | +.wtotem_welcome-bottom__block { | |
| 1241 | 1923 | width: 54px; |
| 1242 | 1924 | display: flex; |
| 1243 | 1925 | justify-content: space-between; |
| 1244 | - margin: 0 auto; } | |
| 1926 | + margin: 0 auto; | |
| 1927 | +} | |
| 1245 | 1928 | |
| 1246 | 1929 | /* 375-576px Extra small */ |
| 1247 | 1930 | /* 320-375px Extra small */ |
| 1248 | 1931 | @media screen and (max-width: 375px) { |
| 1249 | - .wtotem_modal__window { | |
| 1250 | - width: 345px; } } | |
| 1932 | + .wtotem_modal__window { | |
| 1933 | + width: 345px; | |
| 1934 | + } | |
| 1935 | +} | |
| 1251 | 1936 | |
| 1252 | 1937 | /* 320-375px Extra small */ |
| 1253 | 1938 | @media screen and (max-width: 355px) { |
| 1254 | - .wtotem_modal__window { | |
| 1255 | - width: 320px; } | |
| 1256 | - .wtotem_modal__wrap, .wtotem_modal__btn { | |
| 1257 | - width: 85%; } } | |
| 1939 | + .wtotem_modal__window { | |
| 1940 | + width: 320px; | |
| 1941 | + } | |
| 1942 | + .wtotem_modal__wrap, | |
| 1943 | + .wtotem_modal__btn { | |
| 1944 | + width: 85%; | |
| 1945 | + } | |
| 1946 | +} | |
| 1258 | 1947 | |
| 1259 | 1948 | @media screen and (max-width: 330px) { |
| 1260 | - .wtotem_modal__window { | |
| 1261 | - width: 305px; } } | |
| 1949 | + .wtotem_modal__window { | |
| 1950 | + width: 305px; | |
| 1951 | + } | |
| 1952 | +} | |
| 1262 | 1953 | |
| 1263 | 1954 | .wtotem_item { |
| 1264 | - margin-bottom: 23px; } | |
| 1955 | + margin-bottom: 23px; | |
| 1956 | +} | |
| 1265 | 1957 | |
| 1266 | 1958 | .wtotem_holder { |
| 1267 | - display: flex; | |
| 1268 | - justify-content: space-between; } | |
| 1269 | - .wtotem_holder__content { | |
| 1270 | - width: 70%; } | |
| 1271 | - .wtotem_holder__sidebar { | |
| 1272 | - width: 27.8431372549%; } | |
| 1959 | + display: flex; | |
| 1960 | + justify-content: space-between; | |
| 1961 | +} | |
| 1962 | +.wtotem_holder__content { | |
| 1963 | + width: 70%; | |
| 1964 | +} | |
| 1965 | +.wtotem_holder__sidebar { | |
| 1966 | + width: 27.8431372549%; | |
| 1967 | +} | |
| 1273 | 1968 | |
| 1274 | 1969 | .wtotem_option { |
| 1275 | - margin-bottom: 12px; | |
| 1276 | - padding: 28px 24px 24px 24px; | |
| 1277 | - display: flex; | |
| 1278 | - align-items: center; | |
| 1279 | - justify-content: space-between; | |
| 1280 | - width: 100%; } | |
| 1281 | - .wtotem_option:last-child { | |
| 1282 | - margin-bottom: 0; } | |
| 1283 | - .wtotem_option__title { | |
| 1970 | + margin-bottom: 12px; | |
| 1971 | + padding: 28px 24px 24px 24px; | |
| 1972 | + display: flex; | |
| 1973 | + align-items: center; | |
| 1974 | + justify-content: space-between; | |
| 1975 | + width: 100%; | |
| 1976 | +} | |
| 1977 | +.wtotem_option:last-child { | |
| 1978 | + margin-bottom: 0; | |
| 1979 | +} | |
| 1980 | +.wtotem_option__title { | |
| 1284 | 1981 | margin-bottom: 7px; |
| 1285 | 1982 | color: #1d293f; |
| 1286 | 1983 | font-size: 14px; |
| 1287 | - font-weight: 500; } | |
| 1288 | - .wtotem_option__text { | |
| 1984 | + font-weight: 500; | |
| 1985 | +} | |
| 1986 | +.wtotem_option__text { | |
| 1289 | 1987 | width: 495px; |
| 1290 | 1988 | font-size: 12px; |
| 1291 | 1989 | color: #5e6977; |
| 1292 | - line-height: 16px; } | |
| 1990 | + line-height: 16px; | |
| 1991 | +} | |
| 1293 | 1992 | |
| 1294 | 1993 | .wtotem_control { |
| 1295 | - padding: 16px 22px 24px 22px; } | |
| 1296 | - .wtotem_control__title { | |
| 1994 | + padding: 16px 22px 24px 22px; | |
| 1995 | +} | |
| 1996 | +.wtotem_control__title { | |
| 1297 | 1997 | color: #1d293f; |
| 1298 | 1998 | font-size: 14px; |
| 1299 | 1999 | font-weight: 500; |
| 1300 | - margin-bottom: 18px; } | |
| 1301 | - .wtotem_control__block { | |
| 2000 | + margin-bottom: 18px; | |
| 2001 | +} | |
| 2002 | +.wtotem_control__block { | |
| 1302 | 2003 | padding: 12px 8px; |
| 1303 | 2004 | display: flex; |
| 1304 | 2005 | align-items: center; |
| 1305 | 2006 | background: #f3f5f6; |
| @@ -1304,13 +2005,15 @@ | ||
| 1304 | 2005 | align-items: center; |
| 1305 | 2006 | background: #f3f5f6; |
| 1306 | 2007 | border-radius: 5px; |
| 1307 | 2008 | margin-bottom: 12px; |
| 1308 | - width: 100%; } | |
| 1309 | - .wtotem_control__block_switch { | |
| 1310 | - justify-content: space-between; | |
| 1311 | - align-items: center; } | |
| 1312 | - .wtotem_control__circle { | |
| 2009 | + width: 100%; | |
| 2010 | +} | |
| 2011 | +.wtotem_control__block_switch { | |
| 2012 | + justify-content: space-between; | |
| 2013 | + align-items: center; | |
| 2014 | +} | |
| 2015 | +.wtotem_control__circle { | |
| 1313 | 2016 | margin-right: 4px; |
| 1314 | 2017 | width: 16px; |
| 1315 | 2018 | height: 16px; |
| 1316 | 2019 | border-radius: 100px; |
| @@ -1316,21 +2019,25 @@ | ||
| 1316 | 2019 | border-radius: 100px; |
| 1317 | 2020 | display: flex; |
| 1318 | 2021 | align-items: center; |
| 1319 | 2022 | justify-content: center; |
| 1320 | - background: #4bc374; } | |
| 1321 | - .wtotem_control__circle img { | |
| 1322 | - width: 7px; | |
| 1323 | - height: 7px; } | |
| 1324 | - .wtotem_control__name { | |
| 1325 | - color: #5e6977; } | |
| 1326 | - .wtotem_control__trash { | |
| 2023 | + background: #4bc374; | |
| 2024 | +} | |
| 2025 | +.wtotem_control__circle img { | |
| 2026 | + width: 7px; | |
| 2027 | + height: 7px; | |
| 2028 | +} | |
| 2029 | +.wtotem_control__name { | |
| 2030 | + color: #5e6977; | |
| 2031 | +} | |
| 2032 | +.wtotem_control__trash { | |
| 1327 | 2033 | width: 15px; |
| 1328 | 2034 | height: 15px; |
| 1329 | 2035 | background: url("../img/trash.svg") no-repeat center center/cover; |
| 1330 | 2036 | margin-left: auto; |
| 1331 | - cursor: pointer; } | |
| 1332 | - .wtotem_control__btn { | |
| 2037 | + cursor: pointer; | |
| 2038 | +} | |
| 2039 | +.wtotem_control__btn { | |
| 1333 | 2040 | color: #fff; |
| 1334 | 2041 | display: block; |
| 1335 | 2042 | width: 100%; |
| 1336 | 2043 | height: 42px; |
| @@ -1340,14 +2047,16 @@ | ||
| 1340 | 2047 | background: #4bc374; |
| 1341 | 2048 | border-radius: 5px; |
| 1342 | 2049 | transition: all 0.2s ease-in-out; |
| 1343 | 2050 | border: none; |
| 1344 | - cursor: pointer; } | |
| 1345 | - .wtotem_control__btn:hover { | |
| 1346 | - transition: all 0.2s ease-in-out; | |
| 1347 | - background: #f3f5f6; | |
| 1348 | - color: #5e6977; } | |
| 1349 | - .wtotem_control__label { | |
| 2051 | + cursor: pointer; | |
| 2052 | +} | |
| 2053 | +.wtotem_control__btn:hover { | |
| 2054 | + transition: all 0.2s ease-in-out; | |
| 2055 | + background: #f3f5f6; | |
| 2056 | + color: #5e6977; | |
| 2057 | +} | |
| 2058 | +.wtotem_control__label { | |
| 1350 | 2059 | position: relative; |
| 1351 | 2060 | width: 41px; |
| 1352 | 2061 | height: 23px; |
| 1353 | 2062 | border-radius: 100px; |
| @@ -1355,23 +2064,28 @@ | ||
| 1355 | 2064 | padding: 4px 7px; |
| 1356 | 2065 | display: flex; |
| 1357 | 2066 | justify-content: space-between; |
| 1358 | 2067 | align-items: center; |
| 1359 | - cursor: pointer; } | |
| 1360 | - .wtotem_control__label:before, .wtotem_control__label:after { | |
| 1361 | - content: ""; | |
| 1362 | - display: block; | |
| 1363 | - position: relative; | |
| 1364 | - z-index: 2; } | |
| 1365 | - .wtotem_control__label:before { | |
| 1366 | - width: 8px; | |
| 1367 | - height: 8px; | |
| 1368 | - background: url("../img/checkbox-sun.svg") no-repeat center center/cover; } | |
| 1369 | - .wtotem_control__label:after { | |
| 1370 | - width: 6px; | |
| 1371 | - height: 6px; | |
| 1372 | - background: url("../img/checkbox-moon.svg") no-repeat center center/cover; } | |
| 1373 | - .wtotem_control__switched-circle { | |
| 2068 | + cursor: pointer; | |
| 2069 | +} | |
| 2070 | +.wtotem_control__label:before, | |
| 2071 | +.wtotem_control__label:after { | |
| 2072 | + content: ""; | |
| 2073 | + display: block; | |
| 2074 | + position: relative; | |
| 2075 | + z-index: 2; | |
| 2076 | +} | |
| 2077 | +.wtotem_control__label:before { | |
| 2078 | + width: 8px; | |
| 2079 | + height: 8px; | |
| 2080 | + background: url("../img/checkbox-sun.svg") no-repeat center center/cover; | |
| 2081 | +} | |
| 2082 | +.wtotem_control__label:after { | |
| 2083 | + width: 6px; | |
| 2084 | + height: 6px; | |
| 2085 | + background: url("../img/checkbox-moon.svg") no-repeat center center/cover; | |
| 2086 | +} | |
| 2087 | +.wtotem_control__switched-circle { | |
| 1374 | 2088 | position: absolute; |
| 1375 | 2089 | left: 4px; |
| 1376 | 2090 | width: 15px; |
| 1377 | 2091 | height: 15px; |
| @@ -1378,104 +2092,129 @@ | ||
| 1378 | 2092 | background: #fff; |
| 1379 | 2093 | border-radius: 100px; |
| 1380 | 2094 | display: block; |
| 1381 | 2095 | z-index: 1; |
| 1382 | - transition: all 0.3s ease-in-out; } | |
| 1383 | - .wtotem_control__input { | |
| 1384 | - display: none; } | |
| 1385 | - .wtotem_control__input:checked + label { | |
| 1386 | - background: #fff; } | |
| 1387 | - .wtotem_control__input:checked + label span { | |
| 1388 | - left: 23px; | |
| 1389 | - background: #3d50df; } | |
| 2096 | + transition: all 0.3s ease-in-out; | |
| 2097 | +} | |
| 2098 | +.wtotem_control__input { | |
| 2099 | + display: none; | |
| 2100 | +} | |
| 2101 | +.wtotem_control__input:checked + label { | |
| 2102 | + background: #fff; | |
| 2103 | +} | |
| 2104 | +.wtotem_control__input:checked + label span { | |
| 2105 | + left: 23px; | |
| 2106 | + background: #3d50df; | |
| 2107 | +} | |
| 1390 | 2108 | |
| 1391 | 2109 | .onoff__input { |
| 1392 | - display: none; } | |
| 2110 | + display: none; | |
| 2111 | +} | |
| 1393 | 2112 | |
| 1394 | 2113 | .onoff__label { |
| 1395 | - position: relative; | |
| 1396 | - display: flex; | |
| 1397 | - align-items: center; | |
| 1398 | - width: 43px; | |
| 1399 | - height: 23px; | |
| 1400 | - border-radius: 100px; | |
| 1401 | - padding: 4px; | |
| 1402 | - background: #f4f4f4; | |
| 1403 | - overflow: hidden; | |
| 1404 | - cursor: pointer; } | |
| 1405 | - .onoff__label:before, .onoff__label:after { | |
| 2114 | + position: relative; | |
| 2115 | + display: flex; | |
| 2116 | + align-items: center; | |
| 2117 | + width: 43px; | |
| 2118 | + height: 23px; | |
| 2119 | + border-radius: 100px; | |
| 2120 | + padding: 4px; | |
| 2121 | + background: #f4f4f4; | |
| 2122 | + overflow: hidden; | |
| 2123 | + cursor: pointer; | |
| 2124 | +} | |
| 2125 | +.onoff__label:before, | |
| 2126 | +.onoff__label:after { | |
| 1406 | 2127 | position: absolute; |
| 1407 | 2128 | font-weight: 500; |
| 1408 | 2129 | font-size: 9px; |
| 1409 | - transition: all 0.3s ease-in-out; } | |
| 1410 | - .onoff__label:before { | |
| 2130 | + transition: all 0.3s ease-in-out; | |
| 2131 | +} | |
| 2132 | +.onoff__label:before { | |
| 1411 | 2133 | content: "ON"; |
| 1412 | 2134 | color: #3d50df; |
| 1413 | - left: -100%; } | |
| 1414 | - .onoff__label:after { | |
| 2135 | + left: -100%; | |
| 2136 | +} | |
| 2137 | +.onoff__label:after { | |
| 1415 | 2138 | content: "OFF"; |
| 1416 | 2139 | color: #979797; |
| 1417 | - right: 4px; } | |
| 2140 | + right: 4px; | |
| 2141 | +} | |
| 1418 | 2142 | |
| 1419 | 2143 | .onoff__circle { |
| 1420 | - position: absolute; | |
| 1421 | - left: 4px; | |
| 1422 | - width: 15px; | |
| 1423 | - height: 15px; | |
| 1424 | - border-radius: 100px; | |
| 1425 | - background: #c4c4c4; | |
| 1426 | - transition: all 0.3s ease-in-out; } | |
| 2144 | + position: absolute; | |
| 2145 | + left: 4px; | |
| 2146 | + width: 15px; | |
| 2147 | + height: 15px; | |
| 2148 | + border-radius: 100px; | |
| 2149 | + background: #c4c4c4; | |
| 2150 | + transition: all 0.3s ease-in-out; | |
| 2151 | +} | |
| 1427 | 2152 | |
| 1428 | 2153 | .onoff__input:checked + label .onoff__circle { |
| 1429 | - background: #3d50df; | |
| 1430 | - left: 22px; } | |
| 2154 | + background: #3d50df; | |
| 2155 | + left: 22px; | |
| 2156 | +} | |
| 1431 | 2157 | |
| 1432 | 2158 | .onoff__input:checked + label:before { |
| 1433 | - left: 4px; } | |
| 2159 | + left: 4px; | |
| 2160 | +} | |
| 1434 | 2161 | |
| 1435 | 2162 | .onoff__input:checked + label:after { |
| 1436 | - right: -100%; } | |
| 2163 | + right: -100%; | |
| 2164 | +} | |
| 1437 | 2165 | |
| 1438 | 2166 | /* 992-1100px lg Large */ |
| 1439 | 2167 | @media screen and (max-width: 1100px) { |
| 1440 | - .wtotem_option__text { | |
| 1441 | - width: 95%; } } | |
| 2168 | + .wtotem_option__text { | |
| 2169 | + width: 95%; | |
| 2170 | + } | |
| 2171 | +} | |
| 1442 | 2172 | |
| 1443 | 2173 | /* 768-992px md Medium */ |
| 1444 | 2174 | @media screen and (max-width: 992px) { |
| 1445 | - .wtotem_holder { | |
| 1446 | - flex-direction: column; } | |
| 2175 | + .wtotem_holder { | |
| 2176 | + flex-direction: column; | |
| 2177 | + } | |
| 1447 | 2178 | .wtotem_holder__content { |
| 1448 | - width: 100%; | |
| 1449 | - margin-bottom: 30px; } | |
| 2179 | + width: 100%; | |
| 2180 | + margin-bottom: 30px; | |
| 2181 | + } | |
| 1450 | 2182 | .wtotem_holder__sidebar { |
| 1451 | - width: 100%; } } | |
| 2183 | + width: 100%; | |
| 2184 | + } | |
| 2185 | +} | |
| 1452 | 2186 | |
| 1453 | 2187 | /* 576-768px sm Small */ |
| 1454 | 2188 | /* 375-576px Extra small */ |
| 1455 | 2189 | @media screen and (max-width: 576px) { |
| 1456 | - .wtotem_holder__content { | |
| 1457 | - margin-bottom: 20px; } } | |
| 2190 | + .wtotem_holder__content { | |
| 2191 | + margin-bottom: 20px; | |
| 2192 | + } | |
| 2193 | +} | |
| 1458 | 2194 | |
| 1459 | 2195 | /* 320-375px Extra small */ |
| 1460 | 2196 | .wtotem_offer { |
| 1461 | - display: flex; | |
| 1462 | - justify-content: space-between; | |
| 1463 | - align-items: center; | |
| 1464 | - padding: 40px 56px 37px 40px; | |
| 1465 | - margin-bottom: 110px; } | |
| 1466 | - .wtotem_offer__title { | |
| 2197 | + display: flex; | |
| 2198 | + justify-content: space-between; | |
| 2199 | + align-items: center; | |
| 2200 | + padding: 40px 56px 37px 40px; | |
| 2201 | + margin-bottom: 110px; | |
| 2202 | +} | |
| 2203 | +.wtotem_offer__title { | |
| 1467 | 2204 | margin-bottom: 22px; |
| 1468 | 2205 | font-size: 24px; |
| 1469 | 2206 | color: #1d293f; |
| 1470 | - font-weight: 500; } | |
| 1471 | - .wtotem_offer__text { | |
| 2207 | + font-weight: 500; | |
| 2208 | +} | |
| 2209 | +.wtotem_offer__text { | |
| 1472 | 2210 | width: 601px; |
| 1473 | 2211 | margin-bottom: 22px; |
| 1474 | 2212 | font-size: 16px; |
| 1475 | 2213 | color: #5e6977; |
| 1476 | - line-height: 24px; } | |
| 1477 | - .wtotem_offer__btn { | |
| 2214 | + line-height: 24px; | |
| 2215 | +} | |
| 2216 | +.wtotem_offer__btn { | |
| 1478 | 2217 | color: #fff; |
| 1479 | 2218 | background: #3d50df; |
| 1480 | 2219 | border-radius: 5px; |
| 1481 | 2220 | width: 151px; |
| @@ -1483,175 +2222,217 @@ | ||
| 1483 | 2222 | display: flex; |
| 1484 | 2223 | align-items: center; |
| 1485 | 2224 | justify-content: center; |
| 1486 | 2225 | border: none; |
| 1487 | - cursor: pointer; } | |
| 2226 | + cursor: pointer; | |
| 2227 | +} | |
| 1488 | 2228 | |
| 1489 | 2229 | /* 992-1100px lg Large */ |
| 1490 | 2230 | /* 768-992px md Medium */ |
| 1491 | 2231 | @media screen and (max-width: 992px) { |
| 1492 | - .wtotem_offer__title { | |
| 1493 | - line-height: 32px; | |
| 1494 | - margin-bottom: 20px; } | |
| 1495 | - .wtotem_offer__text { | |
| 1496 | - width: 100%; } } | |
| 2232 | + .wtotem_offer__title { | |
| 2233 | + line-height: 32px; | |
| 2234 | + margin-bottom: 20px; | |
| 2235 | + } | |
| 2236 | + .wtotem_offer__text { | |
| 2237 | + width: 100%; | |
| 2238 | + } | |
| 2239 | +} | |
| 1497 | 2240 | |
| 1498 | 2241 | /* 576-768px sm Small */ |
| 1499 | 2242 | @media screen and (max-width: 768px) { |
| 1500 | - .wtotem_offer { | |
| 1501 | - padding: 20px; } | |
| 2243 | + .wtotem_offer { | |
| 2244 | + padding: 20px; | |
| 2245 | + } | |
| 1502 | 2246 | .wtotem_offer__img { |
| 1503 | - display: none; } } | |
| 2247 | + display: none; | |
| 2248 | + } | |
| 2249 | +} | |
| 1504 | 2250 | |
| 1505 | 2251 | /* 375-576px Extra small */ |
| 1506 | 2252 | /* 320-375px Extra small */ |
| 1507 | 2253 | .wtotem_ready { |
| 1508 | - background: #e5e5e5; } | |
| 2254 | + background: #e5e5e5; | |
| 2255 | +} | |
| 1509 | 2256 | |
| 1510 | 2257 | .wtotem_unit__first { |
| 1511 | - display: flex; | |
| 1512 | - justify-content: space-between; } | |
| 2258 | + display: flex; | |
| 2259 | + justify-content: space-between; | |
| 2260 | +} | |
| 1513 | 2261 | |
| 1514 | 2262 | .wtotem_unit__wrapper { |
| 1515 | - display: flex; | |
| 1516 | - justify-content: space-between; | |
| 1517 | - background: #fff; } | |
| 2263 | + display: flex; | |
| 2264 | + justify-content: space-between; | |
| 2265 | + background: #fff; | |
| 2266 | +} | |
| 1518 | 2267 | |
| 1519 | 2268 | .wtotem_unit__block { |
| 1520 | - display: flex; | |
| 1521 | - justify-content: space-between; | |
| 1522 | - align-items: center; | |
| 1523 | - width: 100%; | |
| 1524 | - padding: 30px 30px; | |
| 1525 | - border-right: 1px solid #f3f5f6; } | |
| 2269 | + display: flex; | |
| 2270 | + justify-content: space-between; | |
| 2271 | + align-items: center; | |
| 2272 | + width: 100%; | |
| 2273 | + padding: 30px 30px; | |
| 2274 | + border-right: 1px solid #f3f5f6; | |
| 2275 | +} | |
| 1526 | 2276 | |
| 1527 | 2277 | .wtotem_unit__contain { |
| 1528 | - display: flex; | |
| 1529 | - justify-content: space-between; | |
| 1530 | - align-items: center; } | |
| 2278 | + display: flex; | |
| 2279 | + justify-content: space-between; | |
| 2280 | + align-items: center; | |
| 2281 | +} | |
| 1531 | 2282 | |
| 1532 | 2283 | .wtotem_unit__circle { |
| 1533 | - margin-right: 16px; | |
| 1534 | - width: 45px; | |
| 1535 | - height: 45px; | |
| 1536 | - border-radius: 100px; | |
| 1537 | - display: flex; | |
| 1538 | - align-items: center; | |
| 1539 | - justify-content: center; } | |
| 1540 | - .wtotem_unit__circle_loading { | |
| 1541 | - background: #f3f5f6; } | |
| 1542 | - .wtotem_unit__circle_success { | |
| 1543 | - background: #4bc374; } | |
| 1544 | - .wtotem_unit__circle_error { | |
| 2284 | + margin-right: 16px; | |
| 2285 | + width: 45px; | |
| 2286 | + height: 45px; | |
| 2287 | + border-radius: 100px; | |
| 2288 | + display: flex; | |
| 2289 | + align-items: center; | |
| 2290 | + justify-content: center; | |
| 2291 | +} | |
| 2292 | +/*.wtotem_unit__circle_loading {*/ | |
| 2293 | +/*background: #f3f5f6;*/ | |
| 2294 | +/*}*/ | |
| 2295 | +.wtotem_unit__circle_success { | |
| 2296 | + background: #4bc374; | |
| 2297 | +} | |
| 2298 | +.wtotem_unit__circle_error { | |
| 1545 | 2299 | background: #ee3f3f; |
| 1546 | - position: relative; } | |
| 1547 | - .wtotem_unit__circle_error:before { | |
| 1548 | - content: ""; | |
| 1549 | - position: absolute; | |
| 1550 | - width: 19px; | |
| 1551 | - height: 3px; | |
| 1552 | - background: #fff; | |
| 1553 | - border-radius: 1px; | |
| 1554 | - display: block; | |
| 1555 | - transform: rotate(45deg); } | |
| 1556 | - .wtotem_unit__circle_error:after { | |
| 1557 | - content: ""; | |
| 1558 | - position: absolute; | |
| 1559 | - width: 19px; | |
| 1560 | - height: 3px; | |
| 1561 | - background: #fff; | |
| 1562 | - border-radius: 1px; | |
| 1563 | - display: block; | |
| 1564 | - transform: rotate(-45deg); } | |
| 2300 | + position: relative; | |
| 2301 | +} | |
| 2302 | +.wtotem_unit__circle_error:before { | |
| 2303 | + content: ""; | |
| 2304 | + position: absolute; | |
| 2305 | + width: 19px; | |
| 2306 | + height: 3px; | |
| 2307 | + background: #fff; | |
| 2308 | + border-radius: 1px; | |
| 2309 | + display: block; | |
| 2310 | + transform: rotate(45deg); | |
| 2311 | +} | |
| 2312 | +.wtotem_unit__circle_error:after { | |
| 2313 | + content: ""; | |
| 2314 | + position: absolute; | |
| 2315 | + width: 19px; | |
| 2316 | + height: 3px; | |
| 2317 | + background: #fff; | |
| 2318 | + border-radius: 1px; | |
| 2319 | + display: block; | |
| 2320 | + transform: rotate(-45deg); | |
| 2321 | +} | |
| 1565 | 2322 | |
| 1566 | 2323 | .wtotem_unit__img_spinner { |
| 1567 | - animation: 1s linear 0s normal none infinite running rot; | |
| 1568 | - -webkit-animation: 1s linear 0s normal none infinite running rot; } | |
| 2324 | + animation: 1s linear 0s normal none infinite running rot; | |
| 2325 | + -webkit-animation: 1s linear 0s normal none infinite running rot; | |
| 2326 | +} | |
| 1569 | 2327 | |
| 1570 | 2328 | @keyframes rot { |
| 1571 | - 0% { | |
| 1572 | - transform: rotate(0deg); } | |
| 1573 | - 100% { | |
| 1574 | - transform: rotate(360deg); } } | |
| 2329 | + 0% { | |
| 2330 | + transform: rotate(0deg); | |
| 2331 | + } | |
| 2332 | + 100% { | |
| 2333 | + transform: rotate(360deg); | |
| 2334 | + } | |
| 2335 | +} | |
| 1575 | 2336 | |
| 1576 | 2337 | @-webkit-keyframes rot { |
| 1577 | - 0% { | |
| 1578 | - transform: rotate(0deg); } | |
| 1579 | - 100% { | |
| 1580 | - transform: rotate(360deg); } } | |
| 2338 | + 0% { | |
| 2339 | + transform: rotate(0deg); | |
| 2340 | + } | |
| 2341 | + 100% { | |
| 2342 | + transform: rotate(360deg); | |
| 2343 | + } | |
| 2344 | +} | |
| 1581 | 2345 | |
| 1582 | 2346 | .wtotem_unit__expectation { |
| 1583 | - font-size: 16px; | |
| 1584 | - font-weight: 500; } | |
| 1585 | - .wtotem_unit__expectation_loading { | |
| 1586 | - color: #7c8087; } | |
| 1587 | - .wtotem_unit__expectation_success { | |
| 1588 | - color: #bace3d; } | |
| 1589 | - .wtotem_unit__expectation_error { | |
| 1590 | - color: #d56c6a; } | |
| 2347 | + font-size: 16px; | |
| 2348 | + font-weight: 500; | |
| 2349 | +} | |
| 2350 | +.wtotem_unit__expectation_loading { | |
| 2351 | + color: #7c8087; | |
| 2352 | +} | |
| 2353 | +.wtotem_unit__expectation_success { | |
| 2354 | + color: #bace3d; | |
| 2355 | +} | |
| 2356 | +.wtotem_unit__expectation_error { | |
| 2357 | + color: #d56c6a; | |
| 2358 | +} | |
| 1591 | 2359 | |
| 1592 | 2360 | .wtotem_unit__repeat { |
| 1593 | - color: #3d50df; | |
| 1594 | - cursor: pointer; } | |
| 2361 | + color: #3d50df; | |
| 2362 | + cursor: pointer; | |
| 2363 | +} | |
| 1595 | 2364 | |
| 1596 | 2365 | .wtotem_layout { |
| 1597 | - background: #e5e5e5; } | |
| 2366 | + background: #e5e5e5; | |
| 2367 | +} | |
| 1598 | 2368 | |
| 1599 | 2369 | .wtotem_alert { |
| 1600 | - padding: 17px 22px; | |
| 1601 | - display: flex; | |
| 1602 | - justify-content: space-between; | |
| 1603 | - align-items: center; | |
| 1604 | - background: #fff; | |
| 1605 | - border-radius: 4px; | |
| 1606 | - margin-bottom: 30px; } | |
| 1607 | - .wtotem_alert__desc { | |
| 2370 | + padding: 17px 22px; | |
| 1608 | 2371 | display: flex; |
| 1609 | - align-items: center; } | |
| 1610 | - .wtotem_alert__img { | |
| 2372 | + justify-content: space-between; | |
| 2373 | + align-items: center; | |
| 2374 | + background: #fff; | |
| 2375 | + border-radius: 4px; | |
| 2376 | + margin-bottom: 30px; | |
| 2377 | +} | |
| 2378 | +.wtotem_alert__desc { | |
| 2379 | + display: flex; | |
| 2380 | + align-items: center; | |
| 2381 | +} | |
| 2382 | +.wtotem_alert__img { | |
| 1611 | 2383 | margin-right: 5px; |
| 1612 | 2384 | display: flex; |
| 1613 | 2385 | align-items: center; |
| 1614 | - justify-content: center; } | |
| 1615 | - .wtotem_alert__img_cross { | |
| 1616 | - width: 16px; | |
| 1617 | - height: 16px; | |
| 1618 | - border-radius: 100px; | |
| 1619 | - display: flex; | |
| 1620 | - align-items: center; | |
| 1621 | - justify-content: center; | |
| 1622 | - background: #ee3f3f; } | |
| 1623 | - .wtotem_alert__img_cross:before { | |
| 1624 | - content: ""; | |
| 1625 | - position: absolute; | |
| 1626 | - display: block; | |
| 1627 | - width: 8px; | |
| 1628 | - height: 1.3px; | |
| 1629 | - border-radius: 1px; | |
| 1630 | - transform: rotate(45deg); | |
| 1631 | - background: #fff; } | |
| 1632 | - .wtotem_alert__img_cross:after { | |
| 1633 | - content: ""; | |
| 1634 | - position: absolute; | |
| 1635 | - display: block; | |
| 1636 | - width: 8px; | |
| 1637 | - height: 1.3px; | |
| 1638 | - border-radius: 1px; | |
| 1639 | - transform: rotate(-45deg); | |
| 1640 | - background: #fff; } | |
| 1641 | - .wtotem_alert__title { | |
| 2386 | + justify-content: center; | |
| 2387 | +} | |
| 2388 | +.wtotem_alert__img_cross { | |
| 2389 | + width: 16px; | |
| 2390 | + height: 16px; | |
| 2391 | + border-radius: 100px; | |
| 2392 | + display: flex; | |
| 2393 | + align-items: center; | |
| 2394 | + justify-content: center; | |
| 2395 | + background: #ee3f3f; | |
| 2396 | +} | |
| 2397 | +.wtotem_alert__img_cross:before { | |
| 2398 | + content: ""; | |
| 2399 | + position: absolute; | |
| 2400 | + display: block; | |
| 2401 | + width: 8px; | |
| 2402 | + height: 1.3px; | |
| 2403 | + border-radius: 1px; | |
| 2404 | + transform: rotate(45deg); | |
| 2405 | + background: #fff; | |
| 2406 | +} | |
| 2407 | +.wtotem_alert__img_cross:after { | |
| 2408 | + content: ""; | |
| 2409 | + position: absolute; | |
| 2410 | + display: block; | |
| 2411 | + width: 8px; | |
| 2412 | + height: 1.3px; | |
| 2413 | + border-radius: 1px; | |
| 2414 | + transform: rotate(-45deg); | |
| 2415 | + background: #fff; | |
| 2416 | +} | |
| 2417 | +.wtotem_alert__title { | |
| 1642 | 2418 | font-size: 12px; |
| 1643 | - text-transform: uppercase; } | |
| 1644 | - .wtotem_alert__title_yellow { | |
| 1645 | - color: #f5c451; } | |
| 1646 | - .wtotem_alert__title_green { | |
| 1647 | - color: #4bc374; } | |
| 1648 | - .wtotem_alert__title_red { | |
| 1649 | - color: #ee3f3f; } | |
| 1650 | - .wtotem_alert__text { | |
| 2419 | + text-transform: uppercase; | |
| 2420 | +} | |
| 2421 | +.wtotem_alert__title_yellow { | |
| 2422 | + color: #f5c451; | |
| 2423 | +} | |
| 2424 | +.wtotem_alert__title_green { | |
| 2425 | + color: #4bc374; | |
| 2426 | +} | |
| 2427 | +.wtotem_alert__title_red { | |
| 2428 | + color: #ee3f3f; | |
| 2429 | +} | |
| 2430 | +.wtotem_alert__text { | |
| 1651 | 2431 | color: #1d293f; |
| 1652 | - font-size: 12px; } | |
| 1653 | - .wtotem_alert__close { | |
| 2432 | + font-size: 12px; | |
| 2433 | +} | |
| 2434 | +.wtotem_alert__close { | |
| 1654 | 2435 | position: relative; |
| 1655 | 2436 | width: 10px; |
| 1656 | 2437 | height: 10px; |
| 1657 | 2438 | display: flex; |
| @@ -1656,88 +2437,102 @@ | ||
| 1656 | 2437 | height: 10px; |
| 1657 | 2438 | display: flex; |
| 1658 | 2439 | justify-self: center; |
| 1659 | 2440 | align-items: center; |
| 1660 | - cursor: pointer; } | |
| 1661 | - .wtotem_alert__close:before { | |
| 1662 | - content: ""; | |
| 1663 | - position: absolute; | |
| 1664 | - display: block; | |
| 1665 | - width: 10px; | |
| 1666 | - height: 2px; | |
| 1667 | - border-radius: 1px; | |
| 1668 | - transform: rotate(45deg); | |
| 1669 | - background: #000; } | |
| 1670 | - .wtotem_alert__close:after { | |
| 1671 | - content: ""; | |
| 1672 | - position: absolute; | |
| 1673 | - display: block; | |
| 1674 | - width: 10px; | |
| 1675 | - height: 2px; | |
| 1676 | - border-radius: 1px; | |
| 1677 | - transform: rotate(-45deg); | |
| 1678 | - background: #000; } | |
| 2441 | + cursor: pointer; | |
| 2442 | +} | |
| 2443 | +.wtotem_alert__close:before { | |
| 2444 | + content: ""; | |
| 2445 | + position: absolute; | |
| 2446 | + display: block; | |
| 2447 | + width: 10px; | |
| 2448 | + height: 2px; | |
| 2449 | + border-radius: 1px; | |
| 2450 | + transform: rotate(45deg); | |
| 2451 | + background: #000; | |
| 2452 | +} | |
| 2453 | +.wtotem_alert__close:after { | |
| 2454 | + content: ""; | |
| 2455 | + position: absolute; | |
| 2456 | + display: block; | |
| 2457 | + width: 10px; | |
| 2458 | + height: 2px; | |
| 2459 | + border-radius: 1px; | |
| 2460 | + transform: rotate(-45deg); | |
| 2461 | + background: #000; | |
| 2462 | +} | |
| 1679 | 2463 | |
| 1680 | 2464 | /* 576-768px sm Small */ |
| 1681 | 2465 | @media screen and (max-width: 768px) { |
| 1682 | - .wtotem_alert { | |
| 1683 | - margin-bottom: 20px; } } | |
| 2466 | + .wtotem_alert { | |
| 2467 | + margin-bottom: 20px; | |
| 2468 | + } | |
| 2469 | +} | |
| 1684 | 2470 | |
| 1685 | 2471 | /* 320-576px Extra small */ |
| 1686 | 2472 | .line-chart .axis line { |
| 1687 | - stroke: #f0f0f0; } | |
| 2473 | + stroke: #f0f0f0; | |
| 2474 | +} | |
| 1688 | 2475 | |
| 1689 | 2476 | .line-chart .axis path { |
| 1690 | - stroke: #f0f0f0; } | |
| 2477 | + stroke: #f0f0f0; | |
| 2478 | +} | |
| 1691 | 2479 | |
| 1692 | 2480 | .line-chart .axis text { |
| 1693 | - fill: #5e6977; } | |
| 2481 | + fill: #5e6977; | |
| 2482 | +} | |
| 1694 | 2483 | |
| 1695 | 2484 | .line-chart .grid line { |
| 1696 | - stroke: #f0f0f0; } | |
| 2485 | + stroke: #f0f0f0; | |
| 2486 | +} | |
| 1697 | 2487 | |
| 1698 | 2488 | .line-chart .listening-rect { |
| 1699 | - fill: transparent; } | |
| 2489 | + fill: transparent; | |
| 2490 | +} | |
| 1700 | 2491 | |
| 1701 | 2492 | .line-chart__tooltip { |
| 1702 | - opacity: 0; | |
| 1703 | - position: absolute; | |
| 1704 | - top: -25px; | |
| 1705 | - left: -17px; | |
| 1706 | - padding: 0.2em 0.5em; | |
| 1707 | - background: #1d293f; | |
| 1708 | - text-align: center; | |
| 1709 | - line-height: 1.4em; | |
| 1710 | - font-size: 0.9em; | |
| 1711 | - z-index: 10; | |
| 1712 | - transition: all 0.1s ease-out; | |
| 1713 | - pointer-events: none; | |
| 1714 | - color: #fff; | |
| 1715 | - font-family: Inter, Gilroy, Helvetica, sans-serif; | |
| 1716 | - border-radius: 2px; | |
| 1717 | - min-width: 28px; } | |
| 2493 | + opacity: 0; | |
| 2494 | + position: absolute; | |
| 2495 | + top: -25px; | |
| 2496 | + left: -17px; | |
| 2497 | + padding: 0.2em 0.5em; | |
| 2498 | + background: #1d293f; | |
| 2499 | + text-align: center; | |
| 2500 | + line-height: 1.4em; | |
| 2501 | + font-size: 0.9em; | |
| 2502 | + z-index: 10; | |
| 2503 | + transition: all 0.1s ease-out; | |
| 2504 | + pointer-events: none; | |
| 2505 | + color: #fff; | |
| 2506 | + font-family: Inter, Gilroy, Helvetica, sans-serif; | |
| 2507 | + border-radius: 2px; | |
| 2508 | + min-width: 28px; | |
| 2509 | +} | |
| 1718 | 2510 | |
| 1719 | 2511 | .line-chart__tooltip:before { |
| 1720 | - content: ""; | |
| 1721 | - position: absolute; | |
| 1722 | - bottom: 0; | |
| 1723 | - left: 50%; | |
| 1724 | - width: 12px; | |
| 1725 | - height: 12px; | |
| 1726 | - background: #1d293f; | |
| 1727 | - border-top-color: transparent; | |
| 1728 | - border-left-color: transparent; | |
| 1729 | - transform: translate(-50%, 50%) rotate(45deg); | |
| 1730 | - transform-origin: center center; | |
| 1731 | - z-index: 10; } | |
| 2512 | + content: ""; | |
| 2513 | + position: absolute; | |
| 2514 | + bottom: 0; | |
| 2515 | + left: 50%; | |
| 2516 | + width: 12px; | |
| 2517 | + height: 12px; | |
| 2518 | + background: #1d293f; | |
| 2519 | + border-top-color: transparent; | |
| 2520 | + border-left-color: transparent; | |
| 2521 | + transform: translate(-50%, 50%) rotate(45deg); | |
| 2522 | + transform-origin: center center; | |
| 2523 | + z-index: 10; | |
| 2524 | +} | |
| 1732 | 2525 | |
| 1733 | 2526 | .line-chart { |
| 1734 | - position: relative; } | |
| 2527 | + position: relative; | |
| 2528 | +} | |
| 1735 | 2529 | |
| 1736 | 2530 | .wtotem_theme—dark .wt_card, |
| 1737 | 2531 | .wtotem_theme—dark .wt_card:before, |
| 1738 | 2532 | .wtotem_theme—dark .wtotem_chart-first__btn_active { |
| 1739 | - background: #282828; } | |
| 2533 | + background: #282828; | |
| 2534 | +} | |
| 1740 | 2535 | |
| 1741 | 2536 | .wtotem_theme—dark .wtotem_content, |
| 1742 | 2537 | .wtotem_theme—dark .wtotem_footer, |
| 1743 | 2538 | .wtotem_theme—dark .wtotem_chart-first__right, |
| @@ -1742,16 +2537,20 @@ | ||
| 1742 | 2537 | .wtotem_theme—dark .wtotem_footer, |
| 1743 | 2538 | .wtotem_theme—dark .wtotem_chart-first__right, |
| 1744 | 2539 | .wtotem_theme—dark .wtotem_control__block, |
| 1745 | 2540 | .wtotem_theme—dark .wtotem_state__select, |
| 2541 | +.wtotem_theme—dark .wtotem_chart__calendars, | |
| 1746 | 2542 | .wtotem_theme—dark .wtotem_unit__circle_loading { |
| 1747 | - background: #191919; } | |
| 2543 | + background: #191919; | |
| 2544 | +} | |
| 1748 | 2545 | |
| 1749 | 2546 | .wtotem_theme—dark .wtotem_version__count { |
| 1750 | - border: 1px solid #f3f5f6; } | |
| 2547 | + border: 1px solid #f3f5f6; | |
| 2548 | +} | |
| 1751 | 2549 | |
| 1752 | 2550 | .wtotem_theme—dark .wtotem_logo { |
| 1753 | - background: url("../img/dr-logo.svg") no-repeat center center/cover; } | |
| 2551 | + background: url("../img/dr-logo.svg") no-repeat center center/cover; | |
| 2552 | +} | |
| 1754 | 2553 | |
| 1755 | 2554 | .wtotem_theme—dark .wtotem_nav__link, |
| 1756 | 2555 | .wtotem_theme—dark .wtotem_nav__link_active, |
| 1757 | 2556 | .wtotem_theme—dark .wtotem_version__count, |
| @@ -1795,168 +2594,217 @@ | ||
| 1795 | 2594 | .wtotem_theme—dark .wtotem_offer__title, |
| 1796 | 2595 | .wtotem_theme—dark .wtotem_offer__text, |
| 1797 | 2596 | .wtotem_theme—dark .wtotem_unit__expectation_loading, |
| 1798 | 2597 | .wtotem_theme—dark .wtotem_alert__text { |
| 1799 | - color: #f3f5f6; } | |
| 2598 | + color: #f3f5f6; | |
| 2599 | +} | |
| 1800 | 2600 | |
| 1801 | 2601 | .wtotem_theme—dark .wtotem_data__ip { |
| 1802 | - color: #86939e; } | |
| 2602 | + color: #86939e; | |
| 2603 | +} | |
| 1803 | 2604 | |
| 1804 | 2605 | .wtotem_theme—dark .wtotem_chart__btn { |
| 1805 | - border: 1px solid #f3f5f6; } | |
| 2606 | + border: 1px solid #f3f5f6; | |
| 2607 | +} | |
| 1806 | 2608 | |
| 1807 | 2609 | .wtotem_theme—dark .wtotem_title-info__info { |
| 1808 | - background: url("../img/dr-info.svg") no-repeat center center/cover; } | |
| 2610 | + background: url("../img/dr-info.svg") no-repeat center center/cover; | |
| 2611 | +} | |
| 1809 | 2612 | |
| 1810 | 2613 | .wtotem_theme—dark .wtotem_nav__link_active { |
| 1811 | - color: #3d50df; } | |
| 2614 | + color: #3d50df; | |
| 2615 | +} | |
| 1812 | 2616 | |
| 1813 | 2617 | .wtotem_theme—dark .wtotem_info__item:first-child, |
| 1814 | 2618 | .wtotem_theme—dark .wtotem_numbers__item, |
| 1815 | 2619 | .wtotem_theme—dark .wtotem_antivirus__item, |
| 1816 | 2620 | .wtotem_theme—dark .wtotem_unit__block { |
| 1817 | - border-right: 1px solid #3c3c3d; } | |
| 2621 | + border-right: 1px solid #3c3c3d; | |
| 2622 | +} | |
| 1818 | 2623 | |
| 1819 | 2624 | .wtotem_theme—dark .wtotem_antivirus__item:last-child { |
| 1820 | - border-right: none; } | |
| 2625 | + border-right: none; | |
| 2626 | +} | |
| 1821 | 2627 | |
| 1822 | 2628 | .wtotem_theme—dark .wtotem_numbers__item:last-child { |
| 1823 | - border-right: none; } | |
| 2629 | + border-right: none; | |
| 2630 | +} | |
| 1824 | 2631 | |
| 1825 | 2632 | .wtotem_theme—dark .wtotem_table__col { |
| 1826 | - border-right: 1px solid #3c3c3d; | |
| 1827 | - border-bottom: 1px solid #3c3c3d; } | |
| 2633 | + border-right: 1px solid #3c3c3d; | |
| 2634 | + border-bottom: 1px solid #3c3c3d; | |
| 2635 | +} | |
| 1828 | 2636 | |
| 1829 | 2637 | .wtotem_theme—dark .wtotem_table__col:last-child { |
| 1830 | - border-right: none; } | |
| 2638 | + border-right: none; | |
| 2639 | +} | |
| 1831 | 2640 | |
| 1832 | 2641 | .wtotem_theme—dark .wtotem_chart__line { |
| 1833 | - background: #3c3c3d; } | |
| 2642 | + background: #3c3c3d; | |
| 2643 | +} | |
| 1834 | 2644 | |
| 1835 | 2645 | .wtotem_theme—dark .wtotem_table__th, |
| 1836 | 2646 | .wtotem_theme—dark .wtotem_table__td { |
| 1837 | - border-bottom: 1px solid #3c3c3d; } | |
| 2647 | + border-bottom: 1px solid #3c3c3d; | |
| 2648 | +} | |
| 1838 | 2649 | |
| 1839 | 2650 | .wtotem_theme—dark .wtotem_table__link:after { |
| 1840 | - content: ""; | |
| 1841 | - border: solid #fff; | |
| 1842 | - border-width: 0 1.5px 1.5px 0; | |
| 1843 | - transform: rotate(-45deg); | |
| 1844 | - -webkit-transform: rotate(-45deg); } | |
| 2651 | + content: ""; | |
| 2652 | + border: solid #fff; | |
| 2653 | + border-width: 0 1.5px 1.5px 0; | |
| 2654 | + transform: rotate(-45deg); | |
| 2655 | + -webkit-transform: rotate(-45deg); | |
| 2656 | +} | |
| 1845 | 2657 | |
| 1846 | 2658 | .wtotem_theme—dark .arrow-right:after { |
| 1847 | - content: ""; | |
| 1848 | - border: solid #f3f5f6; | |
| 1849 | - border-width: 0 1px 1px 0; | |
| 1850 | - transform: rotate(-45deg); | |
| 1851 | - -webkit-transform: rotate(-45deg); | |
| 1852 | - margin-left: 10px; } | |
| 2659 | + content: ""; | |
| 2660 | + border: solid #f3f5f6; | |
| 2661 | + border-width: 0 1px 1px 0; | |
| 2662 | + transform: rotate(-45deg); | |
| 2663 | + -webkit-transform: rotate(-45deg); | |
| 2664 | + margin-left: 10px; | |
| 2665 | +} | |
| 1853 | 2666 | |
| 1854 | 2667 | .wtotem_theme—dark .wtotem_footer__line, |
| 1855 | 2668 | .wtotem_theme—dark .wtotem_state__line { |
| 1856 | - background: #2d2e2e; } | |
| 2669 | + background: #2d2e2e; | |
| 2670 | +} | |
| 1857 | 2671 | |
| 1858 | 2672 | .wtotem_theme—dark .wtotem_footer__app-store { |
| 1859 | - width: 19px; | |
| 1860 | - height: 19px; | |
| 1861 | - background: url("../img/dr-app-store.svg") no-repeat center center/cover; } | |
| 2673 | + width: 19px; | |
| 2674 | + height: 19px; | |
| 2675 | + background: url("../img/dr-app-store.svg") no-repeat center center/cover; | |
| 2676 | +} | |
| 1862 | 2677 | |
| 1863 | 2678 | .wtotem_theme—dark .wtotem_footer__play-store { |
| 1864 | - width: 17px; | |
| 1865 | - height: 19px; | |
| 1866 | - background: url("../img/dr-play-store.svg") no-repeat center center/cover; } | |
| 2679 | + width: 17px; | |
| 2680 | + height: 19px; | |
| 2681 | + background: url("../img/dr-play-store.svg") no-repeat center center/cover; | |
| 2682 | +} | |
| 1867 | 2683 | |
| 1868 | 2684 | .wtotem_theme—dark .wtotem_footer__logo { |
| 1869 | - background: url("../img/dr-logo-footer.svg") no-repeat center center/cover; } | |
| 2685 | + background: url("../img/dr-logo-footer.svg") no-repeat center center/cover; | |
| 2686 | +} | |
| 1870 | 2687 | |
| 1871 | 2688 | .wtotem_theme—dark .line-chart__tooltip, |
| 1872 | 2689 | .wtotem_theme—dark .line-chart__tooltip::before { |
| 1873 | - background: #3d50df; } | |
| 2690 | + background: #3d50df; | |
| 2691 | +} | |
| 1874 | 2692 | |
| 1875 | 2693 | .wtotem_theme—dark .wtotem_firewall__icon { |
| 1876 | - background: url("../img/dr-shape.svg") no-repeat center center/cover; } | |
| 2694 | + background: url("../img/dr-shape.svg") no-repeat center center/cover; | |
| 2695 | +} | |
| 1877 | 2696 | |
| 1878 | 2697 | .wtotem_theme—dark .wtotem_pagination__number_active { |
| 1879 | - background: #5a5c5e; } | |
| 2698 | + background: #5a5c5e; | |
| 2699 | +} | |
| 1880 | 2700 | |
| 1881 | 2701 | .wtotem_pagination__number:hover { |
| 1882 | - color: #5e6977; | |
| 1883 | - transition: all 0.2s ease; } | |
| 2702 | + color: #5e6977; | |
| 2703 | + transition: all 0.2s ease; | |
| 2704 | +} | |
| 1884 | 2705 | |
| 1885 | 2706 | .wtotem_theme—dark .onoff__label { |
| 1886 | - background: #686868; } | |
| 2707 | + background: #686868; | |
| 2708 | +} | |
| 1887 | 2709 | |
| 1888 | 2710 | .wtotem_theme—dark .wtotem_print__img { |
| 1889 | - background: url("../img/dr-print.svg") no-repeat center center/cover; } | |
| 2711 | + background: url("../img/dr-print.svg") no-repeat center center/cover; | |
| 2712 | +} | |
| 1890 | 2713 | |
| 1891 | 2714 | .wtotem_theme—dark .wtotem_control__trash { |
| 1892 | - background: url("../img/dr-trash.svg") no-repeat center center/cover; } | |
| 2715 | + background: url("../img/dr-trash.svg") no-repeat center center/cover; | |
| 2716 | +} | |
| 1893 | 2717 | |
| 1894 | 2718 | .wtotem_theme—dark .onoff__input:checked + label .onoff__circle { |
| 1895 | - background: #4bc374; } | |
| 2719 | + background: #4bc374; | |
| 2720 | +} | |
| 1896 | 2721 | |
| 1897 | 2722 | .wtotem_theme—dark .onoff__circle { |
| 1898 | - background: #ec6d62; } | |
| 2723 | + background: #ec6d62; | |
| 2724 | +} | |
| 1899 | 2725 | |
| 1900 | 2726 | .wtotem_theme—dark .wtotem_alert__close:before, |
| 1901 | 2727 | .wtotem_theme—dark .wtotem_alert__close:after { |
| 1902 | - background: #dadada; } | |
| 2728 | + background: #dadada; | |
| 2729 | +} | |
| 1903 | 2730 | |
| 1904 | 2731 | .wtotem_info__item .arrow-right { |
| 1905 | - color: #3d50df; } | |
| 1906 | - .wtotem_info__item .arrow-right:after { | |
| 2732 | + color: #3d50df; | |
| 2733 | +} | |
| 2734 | +.wtotem_info__item .arrow-right:after { | |
| 1907 | 2735 | content: ""; |
| 1908 | 2736 | border: solid #3d50df; |
| 1909 | 2737 | border-width: 0 1px 1px 0; |
| 1910 | 2738 | transform: rotate(-45deg); |
| 1911 | 2739 | -webkit-transform: rotate(-45deg); |
| 1912 | - margin-left: 10px; } | |
| 2740 | + margin-left: 10px; | |
| 2741 | +} | |
| 1913 | 2742 | |
| 1914 | 2743 | /* 320-576px Extra small */ |
| 1915 | 2744 | @media screen and (max-width: 576px) { |
| 1916 | - .wtotem_theme—dark .wtotem_info__item:first-child { | |
| 1917 | - border-right: none; } | |
| 1918 | - .wtotem_theme—dark .wtotem_antivirus__item { | |
| 1919 | - border-bottom: 1px solid #3c3c3d; } | |
| 1920 | - .wtotem_theme—dark .wtotem_numbers__item:last-child { | |
| 1921 | - border-right: 1px solid #3c3c3d; } | |
| 1922 | - .wtotem_theme—dark .wtotem_numbers__item:nth-child(2) { | |
| 1923 | - border-right: none; } | |
| 1924 | - .wtotem_theme—dark .wtotem_antivirus__item:last-child { | |
| 1925 | - border-right: none; | |
| 1926 | - border-bottom: none; } | |
| 1927 | - .wtotem_theme—dark .wtotem_antivirus__item:nth-child(2) { | |
| 1928 | - border-right: none; } | |
| 1929 | - .wtotem_theme—dark .wtotem_antivirus__item:nth-child(3) { | |
| 1930 | - border-bottom: none; } } | |
| 2745 | + .wtotem_theme—dark .wtotem_info__item:first-child { | |
| 2746 | + border-right: none; | |
| 2747 | + } | |
| 2748 | + .wtotem_theme—dark .wtotem_antivirus__item { | |
| 2749 | + border-bottom: 1px solid #3c3c3d; | |
| 2750 | + } | |
| 2751 | + .wtotem_theme—dark .wtotem_numbers__item:last-child { | |
| 2752 | + border-right: 1px solid #3c3c3d; | |
| 2753 | + } | |
| 2754 | + .wtotem_theme—dark .wtotem_numbers__item:nth-child(2) { | |
| 2755 | + border-right: none; | |
| 2756 | + } | |
| 2757 | + .wtotem_theme—dark .wtotem_antivirus__item:last-child { | |
| 2758 | + border-right: none; | |
| 2759 | + border-bottom: none; | |
| 2760 | + } | |
| 2761 | + .wtotem_theme—dark .wtotem_antivirus__item:nth-child(2) { | |
| 2762 | + border-right: none; | |
| 2763 | + } | |
| 2764 | + .wtotem_theme—dark .wtotem_antivirus__item:nth-child(3) { | |
| 2765 | + border-bottom: none; | |
| 2766 | + } | |
| 2767 | +} | |
| 1931 | 2768 | |
| 1932 | 2769 | /* 992-1100px lg Large */ |
| 1933 | 2770 | @media screen and (max-width: 1100px) { |
| 1934 | - .wtotem_container { | |
| 1935 | - max-width: 960px; } } | |
| 2771 | + .wtotem_container { | |
| 2772 | + max-width: 960px; | |
| 2773 | + } | |
| 2774 | +} | |
| 1936 | 2775 | |
| 1937 | 2776 | /* 768-992px md Medium */ |
| 1938 | 2777 | @media screen and (max-width: 992px) { |
| 1939 | - .wtotem_container { | |
| 1940 | - max-width: 720px; } } | |
| 2778 | + .wtotem_container { | |
| 2779 | + max-width: 720px; | |
| 2780 | + } | |
| 2781 | +} | |
| 1941 | 2782 | |
| 1942 | 2783 | /* 576-768px sm Small */ |
| 1943 | 2784 | @media screen and (max-width: 768px) { |
| 1944 | - .wtotem_container { | |
| 1945 | - max-width: 540px; } | |
| 1946 | - .wtotem_content { | |
| 1947 | - padding-top: 19px; } } | |
| 2785 | + .wtotem_container { | |
| 2786 | + max-width: 540px; | |
| 2787 | + } | |
| 2788 | + .wtotem_content { | |
| 2789 | + padding-top: 19px; | |
| 2790 | + } | |
| 2791 | +} | |
| 1948 | 2792 | |
| 1949 | 2793 | /* 375-576px Extra small */ |
| 1950 | 2794 | @media screen and (max-width: 576px) { |
| 1951 | - .wtotem_container { | |
| 1952 | - max-width: 345px; } } | |
| 2795 | + .wtotem_container { | |
| 2796 | + max-width: 345px; | |
| 2797 | + } | |
| 2798 | +} | |
| 1953 | 2799 | |
| 1954 | 2800 | /* 320-375px Extra small */ |
| 1955 | 2801 | @media screen and (max-width: 374px) { |
| 1956 | - .wtotem_container { | |
| 1957 | - max-width: auto; | |
| 1958 | - padding: 0 10px; } } | |
| 2802 | + .wtotem_container { | |
| 2803 | + max-width: auto; | |
| 2804 | + padding: 0 10px; | |
| 2805 | + } | |
| 2806 | +} | |
| 1959 | 2807 | |
| 1960 | 2808 | /* 992-1100px lg Large */ |
| 1961 | 2809 | /* 768-992px md Medium */ |
| 1962 | 2810 | /* 576-768px sm Small */ |
| @@ -1964,136 +2812,178 @@ | ||
| 1964 | 2812 | /* 320-375px Extra small */ |
| 1965 | 2813 | |
| 1966 | 2814 | /*# sourceMappingURL=main.css.map */ |
| 1967 | 2815 | |
| 1968 | - | |
| 1969 | - | |
| 1970 | - | |
| 1971 | 2816 | /*tlite */ |
| 1972 | 2817 | .tlite { |
| 1973 | - background: #111; | |
| 1974 | - color: #fff; | |
| 1975 | - font-family: sans-serif; | |
| 1976 | - font-size: 0.8rem; | |
| 1977 | - font-weight: normal; | |
| 1978 | - text-decoration: none; | |
| 1979 | - text-align: left; | |
| 1980 | - padding: 0.6em 0.75rem; | |
| 1981 | - border-radius: 4px; | |
| 1982 | - position: absolute; | |
| 1983 | - opacity: 0; | |
| 1984 | - visibility: hidden; | |
| 1985 | - transition: opacity 0.4s; | |
| 1986 | - max-width: 350px; | |
| 1987 | - box-shadow: 0 0.5rem 1rem -0.5rem #000; | |
| 1988 | - z-index: 1000; | |
| 1989 | - -webkit-backface-visibility: hidden; | |
| 2818 | + background: #111; | |
| 2819 | + color: #fff; | |
| 2820 | + font-family: sans-serif; | |
| 2821 | + font-size: 0.8rem; | |
| 2822 | + font-weight: normal; | |
| 2823 | + text-decoration: none; | |
| 2824 | + text-align: left; | |
| 2825 | + padding: 0.6em 0.75rem; | |
| 2826 | + border-radius: 4px; | |
| 2827 | + position: absolute; | |
| 2828 | + opacity: 0; | |
| 2829 | + visibility: hidden; | |
| 2830 | + transition: opacity 0.4s; | |
| 2831 | + max-width: 350px; | |
| 2832 | + box-shadow: 0 0.5rem 1rem -0.5rem #000; | |
| 2833 | + z-index: 1000; | |
| 2834 | + -webkit-backface-visibility: hidden; | |
| 1990 | 2835 | } |
| 1991 | 2836 | .tlite-table td, |
| 1992 | 2837 | .tlite-table th { |
| 1993 | - position: relative; | |
| 2838 | + position: relative; | |
| 1994 | 2839 | } |
| 1995 | 2840 | .tlite-visible { |
| 1996 | - visibility: visible; | |
| 1997 | - opacity: 0.9; | |
| 2841 | + visibility: visible; | |
| 2842 | + opacity: 0.9; | |
| 1998 | 2843 | } |
| 1999 | 2844 | .tlite::before { |
| 2000 | - content: ' '; | |
| 2001 | - display: block; | |
| 2002 | - background: inherit; | |
| 2003 | - width: 10px; | |
| 2004 | - height: 10px; | |
| 2005 | - position: absolute; | |
| 2006 | - transform: rotate(45deg); | |
| 2845 | + content: " "; | |
| 2846 | + display: block; | |
| 2847 | + background: inherit; | |
| 2848 | + width: 10px; | |
| 2849 | + height: 10px; | |
| 2850 | + position: absolute; | |
| 2851 | + transform: rotate(45deg); | |
| 2007 | 2852 | } |
| 2008 | 2853 | .tlite-n::before { |
| 2009 | - top: -3px; | |
| 2010 | - left: 50%; | |
| 2011 | - margin-left: -5px; | |
| 2854 | + top: -3px; | |
| 2855 | + left: 50%; | |
| 2856 | + margin-left: -5px; | |
| 2012 | 2857 | } |
| 2013 | 2858 | .tlite-nw::before { |
| 2014 | - top: -3px; | |
| 2015 | - left: 10px; | |
| 2859 | + top: -3px; | |
| 2860 | + left: 10px; | |
| 2016 | 2861 | } |
| 2017 | 2862 | .tlite-ne::before { |
| 2018 | - top: -3px; | |
| 2019 | - right: 10px; | |
| 2863 | + top: -3px; | |
| 2864 | + right: 10px; | |
| 2020 | 2865 | } |
| 2021 | 2866 | .tlite-s::before { |
| 2022 | - bottom: -3px; | |
| 2023 | - left: 50%; | |
| 2024 | - margin-left: -5px; | |
| 2867 | + bottom: -3px; | |
| 2868 | + left: 50%; | |
| 2869 | + margin-left: -5px; | |
| 2025 | 2870 | } |
| 2026 | 2871 | .tlite-se::before { |
| 2027 | - bottom: -3px; | |
| 2028 | - right: 10px; | |
| 2872 | + bottom: -3px; | |
| 2873 | + right: 10px; | |
| 2029 | 2874 | } |
| 2030 | 2875 | .tlite-sw::before { |
| 2031 | - bottom: -3px; | |
| 2032 | - left: 10px; | |
| 2876 | + bottom: -3px; | |
| 2877 | + left: 10px; | |
| 2033 | 2878 | } |
| 2034 | 2879 | .tlite-w::before { |
| 2035 | - left: -3px; | |
| 2036 | - top: 50%; | |
| 2037 | - margin-top: -5px; | |
| 2880 | + left: -3px; | |
| 2881 | + top: 50%; | |
| 2882 | + margin-top: -5px; | |
| 2038 | 2883 | } |
| 2039 | 2884 | .tlite-e::before { |
| 2040 | - right: -3px; | |
| 2041 | - top: 50%; | |
| 2042 | - margin-top: -5px; | |
| 2885 | + right: -3px; | |
| 2886 | + top: 50%; | |
| 2887 | + margin-top: -5px; | |
| 2043 | 2888 | } |
| 2044 | 2889 | .is--status--ok { |
| 2045 | - color: #4bc374; | |
| 2046 | - fill: #4bc374; | |
| 2890 | + color: #4bc374; | |
| 2891 | + fill: #4bc374; | |
| 2047 | 2892 | } |
| 2048 | 2893 | .is--status--error { |
| 2049 | - color: #ee3f3f; | |
| 2050 | - fill: #ee3f3f; | |
| 2894 | + color: #ee3f3f; | |
| 2895 | + fill: #ee3f3f; | |
| 2051 | 2896 | } |
| 2052 | 2897 | .is--status--pending { |
| 2053 | - color: #3d50df; | |
| 2054 | - fill: #3d50df; | |
| 2898 | + color: #3d50df; | |
| 2899 | + fill: #3d50df; | |
| 2055 | 2900 | } |
| 2056 | 2901 | .is--status--warning { |
| 2057 | - color: #f5bf4f; | |
| 2058 | - fill: #f5bf4f; | |
| 2902 | + color: #f5bf4f; | |
| 2903 | + fill: #f5bf4f; | |
| 2059 | 2904 | } |
| 2060 | -.wtsec_score_red{ | |
| 2061 | - color: #d56c6a; | |
| 2905 | +.wtsec_score_red { | |
| 2906 | + color: #d56c6a; | |
| 2062 | 2907 | } |
| 2063 | -.wtsec_score_orange{ | |
| 2064 | - color: #c2b00e; | |
| 2908 | +.wtsec_score_orange { | |
| 2909 | + color: #c2b00e; | |
| 2065 | 2910 | } |
| 2066 | -.wtsec_score_green{ | |
| 2067 | - color: #7eb40c; | |
| 2911 | +.wtsec_score_green { | |
| 2912 | + color: #7eb40c; | |
| 2068 | 2913 | } |
| 2069 | -.wtsec_score_bg_red{ | |
| 2070 | - background: #d56c6a; | |
| 2071 | - color:#fff; | |
| 2914 | +.wtsec_score_bg_red { | |
| 2915 | + background: #d56c6a; | |
| 2916 | + color: #fff; | |
| 2072 | 2917 | } |
| 2073 | -.wtsec_score_bg_orange{ | |
| 2074 | - background: #c2b00e; | |
| 2075 | - color:#fff; | |
| 2918 | +.wtsec_score_bg_orange { | |
| 2919 | + background: #c2b00e; | |
| 2920 | + color: #fff; | |
| 2076 | 2921 | } |
| 2077 | -.wtsec_score_bg_green{ | |
| 2078 | - background: #7eb40c; | |
| 2079 | - color:#fff; | |
| 2922 | +.wtsec_score_bg_green { | |
| 2923 | + background: #7eb40c; | |
| 2924 | + color: #fff; | |
| 2080 | 2925 | } |
| 2081 | -#wtotem_alert{ | |
| 2082 | - margin-top:20px; | |
| 2926 | +#wtotem_alert { | |
| 2927 | + margin-top: 20px; | |
| 2083 | 2928 | } |
| 2084 | 2929 | |
| 2085 | -.ml-2{ | |
| 2086 | - margin-left: 20px; | |
| 2930 | +.ml-2 { | |
| 2931 | + margin-left: 20px; | |
| 2087 | 2932 | } |
| 2088 | 2933 | |
| 2089 | -.wt-flex{ | |
| 2090 | - display: flex; | |
| 2934 | +.wt-flex { | |
| 2935 | + display: flex; | |
| 2091 | 2936 | } |
| 2092 | 2937 | |
| 2093 | -.wt-flex-middle{ | |
| 2094 | - align-items: center; | |
| 2938 | +.wt-flex-middle { | |
| 2939 | + align-items: center; | |
| 2095 | 2940 | } |
| 2096 | 2941 | |
| 2097 | -.wt-margin-right-10{ | |
| 2098 | - margin-right: 10px; | |
| 2942 | +.wt-margin-right-10 { | |
| 2943 | + margin-right: 10px; | |
| 2944 | +} | |
| 2945 | +.break-word { | |
| 2946 | + overflow-wrap: break-word; | |
| 2947 | + word-wrap: break-word; | |
| 2948 | +} | |
| 2949 | + | |
| 2950 | +select.wtotem_state__select { | |
| 2951 | + display: block; | |
| 2952 | + margin-left: 18px; | |
| 2953 | + width: 100%; | |
| 2954 | + padding: 8px 12px 8px 12px; | |
| 2955 | + color: #86939e; | |
| 2956 | + font-size: 14px; | |
| 2957 | + font-weight: 400; | |
| 2958 | + -webkit-appearance: none; | |
| 2959 | + appearance: none; | |
| 2960 | + background-color: #f3f5f6; | |
| 2961 | + background-image: none; | |
| 2962 | + border-radius: 4px; | |
| 2963 | + border: none; | |
| 2964 | + font-family: inherit; | |
| 2965 | + cursor: pointer; | |
| 2966 | +} | |
| 2967 | + | |
| 2968 | +.wtotem_unit { | |
| 2969 | + margin-bottom: 30px; | |
| 2970 | +} | |
| 2971 | + | |
| 2972 | +.wtotem_table__text { | |
| 2973 | + margin-left: 15px; | |
| 2974 | + word-break: break-all; | |
| 2975 | +} | |
| 2976 | +.wt-margin-20{ | |
| 2977 | + margin: 20px; | |
| 2978 | +} | |
| 2979 | +.wt-margin-bottom-15{ | |
| 2980 | + margin-bottom: 15px; | |
| 2981 | +} | |
| 2982 | +.wtotem_av_filters_wrapper{ | |
| 2983 | + justify-content: space-between; | |
| 2984 | + display: flex; | |
| 2985 | +} | |
| 2986 | + | |
| 2987 | +.wt_flag{ | |
| 2988 | + width: 24px; | |
| 2099 | 2989 | } |