# wt-security/2.3.14/htdocs/css/wtsec_main.css

WebTotem Security, version 2.3.14. 4,849 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.3.14/code/htdocs/css/wtsec_main.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.3.14/raw/htdocs/css/wtsec_main.css
- Modified: 2021-02-24T11:10:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/2.3.14/code/htdocs/css/wtsec_main.css#L10-L20`.

```css
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


@charset "UTF-8";
.wtotem_body *,
.wtotem_body *:after,
.wtotem_body *:before {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.wtotem_body .button,
.wtotem_body .button:hover,
.wtotem_body .button:focus,
.wtotem_body .button:active {
    text-transform: uppercase;
    background: #3d50df;
    font-weight: bold;
    font-size: 14px;
    /*line-height: 16px;*/
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
}

.wtotem_body {
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #5e6977;
    font-weight: 400;
}

.d-none{
    display: none!important;
}

.wt-flex{
    display: flex;
}

.wtotem_body ol,
.wtotem_body ul {
    list-style: none;
}

.wtotem_body a {
    text-decoration: none;
}

.wtotem_body a:hover {
    text-decoration: none;
}

.wtotem_body h1,
.wtotem_body h2,
.wtotem_body h3,
.wtotem_body h4,
.wtotem_body h5 {
    color: #5e6977;
    font-weight: 700;
}

.wtotem_container {
    max-width: 1020px;
    margin: 0 auto;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


.wtotem_button {
    min-width: 28px;
    padding: 5px 10px;
    color: #3d50df;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #3d50df;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
}

.wtotem_button.wtotem_button--primary {
    border: none;
    background-color: #3d50df;
    color: #fff;
}

.wtotem_block_center{
    margin: 20px auto;
    display: block;
    width: fit-content;
}

.wtotem_title-info__title {
    font-size: 14px;
    text-transform: uppercase;
}

.wtotem_font-700 {
    font-weight: 700;
}

.wtotem_button>*+* {
    margin-left: 10px;
}

.wtotem_title-info__info {
    background: url("../img/info-gray.svg") no-repeat center center/cover;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-top: -2px;
}

.title {
    font-size: 24px;
    font-weight: 700;
}

.wtotem_title-info__info .tlite{
    text-transform: none;
}

.section-header-mb {
    margin-bottom: 25px;
}

.wt-text.wt-text--blue{
    color:#3d50df
}
.wt-text.wt-text--uppercase{
    text-transform:uppercase
}
.wt-loader-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .5);
    z-index: 20
}
.wt-loader-fixed img, .wt-loader-fixed path {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: rotate(0deg);
    -webkit-animation: spinner 1.1s linear infinite;
    animation: spinner 1.1s linear infinite
}

.arrow-right {
    color: #3d50df;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.arrow-right:after {
    content: "";
    border: solid #3d50df;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

.wt-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wtotem_print {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wtotem_print__img {
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background: url("../img/print.svg") no-repeat center center/cover;
}
.wtotem_print__label {
    color: #86939e;
}

.wt_card {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background: #fff;
}

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    .section-header-mb {
        margin-bottom: 20px;
    }
    .arrow-right:after {
        margin-left: 5px;
    }
}


/*# =header.css.map */

.wtotem_header {
    position: relative;
    z-index: 4;
    width: 100%;
    top: 0;
    left: 0; }
.wtotem_header__body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
.wtotem_header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2; }

.wtotem_version {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center; }
.wtotem_version__count {
    width: 28px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    border: 1px solid #3d50df;
    border-radius: 4px;
    margin-left: 8px; }

.wtotem_logo {
    width: 113px;
    height: 24px;
    background: url("../img/logo.svg") no-repeat center center/cover; }

.wtotem_nav {
    position: relative;
    z-index: 3;
    height: 70px; }
.wtotem_nav .wtotem_control__checkbox {
    align-self: center; }
.wtotem_nav__menu {
    display: flex;
    height: 100%; }
.wtotem_nav__link {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    color: #5e6977;
    font-weight: 500;
    padding: 0 16px; }
.wtotem_nav__link_active {
    color: #3d50df; }
.wtotem_nav__link_active:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #3d50df;
    height: 3px; }

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    body.lock {
        overflow: hidden; }
    .wtotem_version {
        position: relative;
        z-index: 3; }
    .wtotem_header__body {
        height: 65px; }
    .wtotem_nav {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f3f5f6;
        display: block;
        padding-top: 65px;
        transition: all 0.3s ease-in-out;
        overflow: auto;
        z-index: 1; }
    .wtotem_nav__menu {
        display: block; }
    .wtotem_nav__item {
        border-bottom: 1px solid #eceff4; }
    .wtotem_nav__link {
        height: auto;
        display: block;
        color: #1d293f;
        font-size: 24px;
        padding: 22px 0;
        width: 540px;
        margin: 0 auto; }
    .wtotem_nav__link_active {
        color: #3d50df; }
    .wtotem_nav__link_active:before {
        display: none; }
    .wtotem_nav.active {
        top: 0; }
    .wtotem_burger {
        position: relative;
        width: 23px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        z-index: 3; }
    .wtotem_burger:before, .wtotem_burger__middle-line, .wtotem_burger:after {
        content: "";
        background: #3d50df;
        height: 2px;
        display: block;
        right: 0;
        border-radius: 100px;
        transition: all 0.3s ease-in-out; }
    .wtotem_burger:before {
        position: absolute;
        width: 23px;
        top: 0; }
    .wtotem_burger__middle-line {
        width: 18px; }
    .wtotem_burger:after {
        position: absolute;
        width: 14px;
        bottom: 0; }
    .wtotem_burger.active .wtotem_burger__middle-line {
        transform: scale(0); }
    .wtotem_burger.active:before {
        transform: rotate(45deg);
        top: 8px; }
    .wtotem_burger.active:after {
        transform: rotate(-45deg);
        width: 100%;
        bottom: 8px; } }

/* 320-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_nav__link {
        width: 345px;
        margin: 0 auto; } }

/* 320-375px     Extra small */
@media screen and (max-width: 375px) {
    .wtotem_nav__link {
        padding-left: 10px; } }

@media screen and (max-width: 768px) {
    .wtotem_theme—dark .wtotem_nav {
        background: #191919; }
    .wtotem_theme—dark .wtotem_nav__item {
        border-bottom: 1px solid #3c3c3d; } }

/*# =header.css.map */



.wtotem_chart__wrapper {
    display: flex;
}

.wtotem_filter__wrapper {
    display: flex;
    justify-content: flex-end;
}

.wtotem_chart__calendars {
    display: flex;
    background: #f3f5f6;
    border-radius: 5px;
    align-items: center;
    padding: 10px 8px;
    margin-right: 7px;
}

.wtotem_calendar-icon {
    background: url(../img/shape.svg) no-repeat center center / cover;
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

input.wtotem_calendar {
    background: transparent;
    border: none;
    color: #5e6977;
    width: 125px;
    cursor: pointer;
    text-align: center;
}

input.wtotem_calendar:focus{
    border: none;
    box-shadow: none;
    outline: 0;
}


.wtotem_calendar-connect {
    margin: 0 3px;
}

.numInputWrapper span {
    opacity: 1;
    right: 2.5px;
}

.numInputWrapper span.arrowUp {
    top: 15%;
}

.numInputWrapper span.arrowDown {
    top: 35%;
}

.flatpickr-calendar {
    font-family: "Inter", sans-serif;
    width: 225px;
    padding: 5px;
    border: 2px solid #e1e8ee;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-top: 10px;
    /*top: 382px !important;*/
}

.flatpickr-calendar.arrowTop:before {
    border: 5px solid transparent;
    border-bottom: 5px solid #e1e8ee;
    top: -12px;
}

.flatpickr-calendar.arrowTop:after {
    border: 5px solid transparent;
    border-bottom: 5px solid #e1e8ee;
    top: -12px;
}

.dayContainer {
    justify-content: flex-start;
    width: 225px;
    min-width: 225px;
    max-width: 225px;
    align-items: center;
}

.flatpickr-days {
    width: 225px;
}

.flatpickr-weekdays {
    display: none;
}

.flatpickr-day {
    border-radius: 0;
    font-size: 12px;
    max-width: 29px;
    font-weight: 500;
    color: #5e6977;
    margin-bottom: 12px;
    line-height: 5px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flatpickr-day:nth-last-child(-n + 7) {
    margin-bottom: 0;
}

.flatpickr-day.today,
.flatpickr-day.today.inRange {
    color: #393939;
}

.flatpickr-day.today.selected {
    color: #fff;
}

.flatpickr-day.inRange,
.flatpickr-day.today.inRange {
    background: #e1e8ee;
    box-shadow: none;
    margin-top: 0;
}

.flatpickr-day.selected,
.flatpickr-day.endRange,
.flatpickr-day.startRange {
    background: #3d50df;
    border-radius: 5px 5px 5px 5px !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #3d50df;
    border-radius: 5px 5px 5px 5px !important;
    height: 24px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    display: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    width: 93px;
    height: 31px;
    padding: 6px 10px 7px;
    border: 1.6px solid #e1e8ee;
    border-radius: 2px;
}

.flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    width: 93px;
    height: 31px;
    padding: 6px 10px 7px;
    border: 1.6px solid #e1e8ee;
    border-radius: 2px;
}

.flatpickr-current-month .numInputWrapper {
    width: 93px;
}

.numInputWrapper span {
    border: none;
}

.numInputWrapper span:hover {
    background: transparent;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-top-color: rgba(134, 147, 158, 1);
    border-bottom-color: rgba(134, 147, 158, 1);
}

.flatpickr-month {
    text-align-last: left;
    margin-bottom: 13px;
    position: relative;
}

.flatpickr-month:after {
    content: "";
    display: block;
    border: 4px solid transparent;
    border-top: 4px solid #86939e;
    position: absolute;
    right: 60%;
    top: 43%;
}

.flatpickr-current-month {
    left: 0;
    width: 205px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #5e6977 !important;
    font-size: 12px !important;
}

.flatpickr-current-month .numInputWrapper {
}

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    body.lock {
        overflow: hidden;
    }
    .wtotem_version {
        position: relative;
        z-index: 3;
    }
    .wtotem_header__body {
        height: 65px;
    }
    .wtotem_nav {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f3f5f6;
        display: block;
        padding-top: 65px;
        transition: all 0.3s ease-in-out;
        overflow: auto;
        z-index: 1;
    }
    .wtotem_nav .wtotem_control__checkbox {
        display: none; }
    .wtotem_nav__menu {
        display: block;
    }
    .wtotem_nav__item {
        border-bottom: 1px solid #eceff4;
    }
    .wtotem_nav__link {
        height: auto;
        display: block;
        color: #1d293f;
        font-size: 24px;
        padding: 22px 0;
        width: 540px;
        margin: 0 auto;
    }
    .wtotem_nav__link_active {
        color: #3d50df;
    }
    .wtotem_nav__link_active:before {
        display: none;
    }
    .wtotem_nav.active {
        top: 0;
    }
    .wtotem_burger {
        position: relative;
        width: 23px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        z-index: 3;
    }
    .wtotem_burger:before,
    .wtotem_burger__middle-line,
    .wtotem_burger:after {
        content: "";
        background: #3d50df;
        height: 2px;
        display: block;
        right: 0;
        border-radius: 100px;
        transition: all 0.3s ease-in-out;
    }
    .wtotem_burger:before {
        position: absolute;
        width: 23px;
        top: 0;
    }
    .wtotem_burger__middle-line {
        width: 18px;
    }
    .wtotem_burger:after {
        position: absolute;
        width: 14px;
        bottom: 0;
    }
    .wtotem_burger.active .wtotem_burger__middle-line {
        transform: scale(0);
    }
    .wtotem_burger.active:before {
        transform: rotate(45deg);
        top: 8px;
    }
    .wtotem_burger.active:after {
        transform: rotate(-45deg);
        width: 100%;
        bottom: 8px;
    }
}

/* 320-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_nav__link {
        width: 345px;
        margin: 0 auto;
    }
}

/* 320-375px     Extra small */
@media screen and (max-width: 375px) {
    .wtotem_nav__link {
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .wtotem_theme—dark .wtotem_nav {
        background: #191919;
    }
    .wtotem_theme—dark .wtotem_nav__item {
        border-bottom: 1px solid #3c3c3d;
    }
}

.wtotem_footer {
    padding-top: 18px;
    padding-bottom: 20px;
    background: #f3f5f6;
}
.wtotem_footer__first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
}
.wtotem_footer__caption {
    display: flex;
    align-items: center;
}
.wtotem_footer__logo {
    margin-right: 12px;
    background: url("../img/logo-blue.svg") no-repeat center center/cover;
    width: 20px;
    height: 32px;
}
.wtotem_footer__text {
    font-size: 12px;
    color: #5e6977;
    line-height: 12px;
    font-weight: 500;
}
.wtotem_footer__contacts {
    width: 200px;
    display: flex;
    justify-content: space-between;
}
.wtotem_footer__link {
    font-weight: 500;
}
.wtotem_footer__line {
    height: 1px;
    background: #e1e8ee;
    margin-bottom: 26px;
}
.wtotem_footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wtotem_footer__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 255px;
}
.wtotem_footer__text {
    font-size: 12px;
    font-weight: 500;
    color: #5e6977;
}
.wtotem_footer__store {
    margin-bottom: -5px;
}
.wtotem_footer__app-store {
    width: 19px;
    height: 19px;
    background: url("../img/app-store.svg") no-repeat center center/cover;
}
.wtotem_footer__play-store {
    width: 17px;
    height: 19px;
    background: url("../img/play-store.svg") no-repeat center center/cover;
}
.wtotem_footer__soc-link {
    margin-right: 20px;
}
.wtotem_footer__soc-link:last-child {
    margin-right: 0;
}
.wtotem_footer__payment {
    width: 166px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    .wtotem_footer__store,
    .wtotem_footer__soc,
    .wtotem_footer__payment,
    .wtotem_footer__line {
        display: none;
    }
    .wtotem_footer__caption,
    .wtotem_footer__left,
    .wtotem_footer__text {
        margin: 0 auto;
    }
    .wtotem_footer__caption {
        flex-direction: column;
    }
    .wtotem_footer__logo {
        margin-bottom: 18px;
    }
}

/* wtotem-tooltip  */
.wtotem-tooltip {
    cursor: pointer;
    display: inline-block;
    position: relative; }
.wtotem-tooltip__content {
    visibility: hidden;
    border-radius: 8px;
    padding: 10px;
    color: #F5F5F6;
    font-size: 12px;
    line-height: 18px;
    background-color: #1D293F;
    text-transform: none;
    min-width: 300px;
    position: absolute;
    z-index: 51;
    transform: translateY(-50%);
    left: 25px; }
.wtotem-tooltip__text {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 5px; }
.wtotem-tooltip__text:last-child {
    margin-bottom: 0; }
.wtotem-tooltip__header {
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px; }

.wtotem-tooltip .wtotem-tooltip__content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #1D293F transparent transparent; }

.wtotem-tooltip:hover .wtotem-tooltip__content {
    visibility: visible; }
/* wtotem-tooltip  */


/* help-links */
.wtotem_help-links {
    font-weight: 500;
    line-height: 1.5; }
.wtotem_help-links__item {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px; }
.wtotem_help-links__item:last-child {
    margin-bottom: 0; }
.wtotem_help-links__title {
    cursor: pointer;
    padding: 18px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1D293F;
    font-size: 24px; }
.wtotem_help-links__title::after {
    content: '';
    display: block;
    align-self: center;
    height: 20px;
    width: 20px;
    background-image: url("../img/arrow-right-blue.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.wtotem-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1; }
.wtotem-loader__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: #e5ebf0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.005);
    border-radius: 12px;
    margin-bottom: 20px; }
.wtotem-loader__text {
    line-height: 24px;
    font-size: 14px; }
.wtotem-loader__text--blue {
    color: #3d50df; }
.wtotem-loader__dots {
    display: flex;
    justify-content: space-between; }
.wtotem-loader__dots span {
    border-radius: 50%;
    opacity: 0.2;
    background: #3d50df;
    width: 6px;
    height: 6px;
    display: block; }
.wtotem-loader__dots span:first-child {
    animation: fball 1350ms infinite linear; }
.wtotem-loader__dots span:nth-child(2) {
    animation: sball 1350ms infinite linear; }
.wtotem-loader__dots span:last-child {
    animation: tball 1350ms infinite linear; }

@keyframes fball {
    0% {
        opacity: 0;
        transform: scale(0.5); }
    13% {
        opacity: 0.9;
        transform: scale(1.03); }
    26% {
        opacity: 1;
        transform: scale(0.95); }
    33% {
        transform: scale(1); }
    34% {
        opacity: 0.2; } }

@keyframes sball {
    32% {
        opacity: 0.2;
        transform: scale(1); }
    33% {
        opacity: 0;
        transform: scale(0.5); }
    46% {
        opacity: 0.9;
        transform: scale(1.03); }
    59% {
        opacity: 1;
        transform: scale(0.95); }
    66% {
        transform: scale(1); }
    67% {
        opacity: 0.2; } }

@keyframes tball {
    67% {
        opacity: 0.2;
        transform: scale(1); }
    68% {
        opacity: 0;
        transform: scale(0.5); }
    81% {
        opacity: 0.9;
        transform: scale(1.03); }
    94% {
        opacity: 1;
        transform: scale(0.95); }
    100% {
        transform: scale(1); } }


.wtotem_content {
    padding-top: 37px;
    padding-bottom: 20px;
    background: #f3f5f6;
}

.wtotem_first {
    margin-bottom: 37px;
    display: flex;
    justify-content: space-between;
}

.wtotem_overall {
    padding: 21px 8px 30px 24px;
    width: 49%;
}
.wtotem_overall__title .wtotem_title-info__title {
    text-transform: none;
    font-size: 18px;
}
.wtotem_overall__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
}
.wtotem_overall__inner {
    display: flex;
    align-items: center;
}
.wtotem_overall__rectangle {
    width: 74px;
    height: 50px;
    background: #d56c6a;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.wtotem_overall__figures {
    color: #d56c6a;
    font-size: 42px;
    font-weight: 700;
}
.wtotem_overall__text {
    font-size: 16px;
    color: #86939e;
    width: 267px;
}

.wtotem_info {
    display: flex;
    width: 49%;
}
.wtotem_info__item {
    padding: 23px 29px;
}
.wtotem_info__item:first-child {
    border-right: 1px solid #f3f5f6;
}
.wtotem_info__block {
    margin-bottom: 10px;
}
.wtotem_info__subtitle {
    font-size: 14px;
    color: #86939e;
    margin-bottom: 3px;
}
.wtotem_info__info {
    font-size: 14px;
    color: #5e6977;
}
.wtotem_info__scoring {
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 992-1100px lg  Large */
@media screen and (max-width: 1100px) {
    .wtotem_overall {
        width: 49%;
    }
    .wtotem_overall__body {
        flex-direction: column;
        align-items: flex-start;
    }
    .wtotem_overall__inner {
        margin-bottom: 15px;
    }
    .wtotem_overall__text {
        width: 100%;
    }
    .wtotem_info {
        width: 49%;
    }
}

/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
    .wtotem_info {
        align-items: center;
    }
    .wtotem_info__item {
        padding: 13px 20px;
    }
}

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    .wtotem_first {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .wtotem_overall {
        width: 100%;
        margin-bottom: 10px;
    }
    .wtotem_info {
        width: 100%;
    }
    .wtotem_info__item {
        width: 100%;
    }
    .wtotem_info__scoring {
        justify-content: flex-start;
    }
}

/* 320-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_overall {
        padding-left: 22px;
        padding-right: 22px;
    }
    .wtotem_info {
        width: 100%;
        flex-direction: column;
        padding: 13px 22px 13px 22px;
    }
    .wtotem_info__item {
        width: 100%;
        padding: 0;
    }
    .wtotem_info__item:first-child {
        border-right: none;
    }
    .wtotem_info__block {
        margin-bottom: 20px;
    }
    .wtotem_info__scoring {
        justify-content: flex-start;
        height: auto;
    }
}

.wtotem_firewall {
    margin-bottom: 20px;
}
.wtotem_firewall__first {
    display: flex;
    justify-content: space-between;
}
.wtotem_firewall__stats {
    display: flex;
    align-items: center;
}
.wtotem_firewall__icon {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url("../img/shape.svg") no-repeat center center/cover;
}
.wtotem_firewall__text {
    color: #86939e;
}
.wtotem_firewall__block {
    display: flex;
    justify-content: space-between;
}

.wtotem_numbers {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wtotem_numbers__item {
    text-align: center;
    width: 33.3333333333%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #f3f5f6;
}
.wtotem_numbers__item:last-child {
    border-right: none;
}
.wtotem_numbers__title {
    line-height: 18px;
    color: #86939e;
    margin-bottom: 15px;
}
.wtotem_numbers__figures {
    color: #1d293f;
    font-size: 32px;
    font-weight: 700;
}

.wtotem_from {
    width: 49%;
    display: flex;
    align-items: center;
    padding: 17px 23px;
}
.wtotem_from__arrow-right {
    margin-left: auto;
    border: solid #5e6977;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.wtotem_from__svg-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.wtotem_from__svg-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 69.5px;
    height: 69.5px;
    border-radius: 100%;
    border: 13.3px solid #f3f5f6;
    margin-top: 1px;
}
.wtotem_from__progress {
    position: relative;
    z-index: 3;
    width: 71px;
    height: 71px;
}
.wtotem_from__circle {
    stroke-width: 15px;
    stroke: #3d50df;
    fill: transparent;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 0.3s;
    stroke-dashoffset: 0;
}
.wtotem_from__percent {
    position: absolute;
    display: block;
    width: 33px;
    top: 33%;
    left: 29%;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}
.wtotem_from__info {
    margin-left: 18px;
}
.wtotem_from__title {
    color: #86939e;
    margin-bottom: 9px;
}
.wtotem_from__country {
    font-size: 18px;
    color: #1d293f;
    line-height: 18px;
}
.wtotem_from__country span {
    color: #3d50df;
}

/* 992-1100px lg  Large */
@media screen and (max-width: 1100px) {
    .wtotem_numbers,
    .wtotem_from {
        width: 49%;
    }
}

/* 768-992px md  Medium */
/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    .wtotem_firewall__block {
        flex-direction: column;
    }
    .wtotem_numbers,
    .wtotem_from {
        width: 100%;
    }
    .wtotem_numbers {
        height: 104px;
        margin-bottom: 10px;
    }
    .wtotem_from__country {
        font-size: 14px;
    }
}

/* 320-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_numbers {
        display: flex;
        flex-wrap: wrap;
        width: 345px;
        height: 217px;
    }
    .wtotem_numbers__item {
        width: 172.5px;
        height: 108.5px;
    }
    .wtotem_numbers__item:last-child {
        border-right: 1px solid #f3f5f6;
    }
}

/* 320-375px     Extra small */
@media screen and (max-width: 374px) {
    .wtotem_numbers {
        width: 300px;
    }
    .wtotem_numbers__item {
        width: 150px;
    }
}

.wtotem_chart {
    padding: 13px 0 19px 0;
}

.wtotem_chart-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
}
.wtotem_chart-first__left {
    display: flex;
    align-items: center;
}
.wtotem_chart-first__all {
    color: #3d50df;
    margin-right: 10px;
}
.wtotem_chart-first__hack {
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.wtotem_chart-first__hack p {
    color: #86939e;
}
.wtotem_chart-first__hack span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    margin-right: 7px;
}
.wtotem_chart-first__hack_attack span {
    background: #d56c6a;
}
.wtotem_chart-first__hack_blocked span {
    background: #bace3d;
}
.wtotem_chart-first__right {
    display: flex;
    background: #f3f5f6;
    /*width: 202px;*/
    height: 45px;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    border-radius: 5px;
}
.wtotem_chart-first__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 31px;
    border-radius: 4px;
    color: #5e6977;
    cursor: pointer;
}
.wtotem_chart-first__btn_active {
    background: #fff;
    color: #3d50df;
}

.wtotem_chart {
    margin-bottom: 30px;
}
.wtotem_chart__diagram {
    height: 251px;
}
.wtotem_chart__line {
    width: 100%;
    height: 1px;
    background: #f3f5f6;
    margin-bottom: 16px;
}
.wtotem_chart__last {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 26px;
}
.wtotem_chart__text {
    font-weight: 500;
}
.wtotem_chart__text a {
    color: #3d50df;
}
.wtotem_chart__btn {
    background: none;
    border: 1px solid #3d50df;
    border-radius: 4px;
    display: block;
    width: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 5px;
    color: #3d50df;
    cursor: pointer;
}

.wtotem_data {
    padding: 0 26px;
}
.wtotem_data__thead {
    margin-bottom: 15px;
}
.wtotem_data__tr {
    display: flex;
    justify-content: space-between;
}
.wtotem_data__th {
    color: #5e6977;
    font-weight: 500;
    font-size: 12px;
}
.wtotem_data__th:last-child {
    text-align: right;
}
.wtotem_data__td {
    font-size: 12px;
    font-weight: 500;
    color: #86939e;
    margin-bottom: 20px;
}
.wtotem_data__td_blocked:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #bace3d;
    display: block;
}
.wtotem_data__td_banned:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #d56c6a;
    display: block;
}
.wtotem_data__td:first-child {
    display: flex;
    align-items: center;
}
.wtotem_data__td:nth-child(2) {
    display: flex;
    align-items: center;
}
.wtotem_data__td:last-child {
    text-align: right;
    color: #d56c6a;
}
.wtotem_data__ip {
    margin-left: 10px;
}
.wtotem_data__img {
    width: 23px;
    height: 13px;
    margin-right: 6px;
}
.wtotem_data__flag {
    display: block;
    width: 100%;
}
.wtotem_data_width_1 {
    width: 12%;
}
.wtotem_data_width_2 {
    width: 12%;
}
.wtotem_data_width_3 {
    width: 13%;
}
.wtotem_data_width_4 {
    width: 24%;
}
.wtotem_data_width_5 {
    width: 29%;
}
.wtotem_data_width_6 {
    width: 11%;
}

/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
    .wtotem_data__th:nth-last-child(-n + 3),
    .wtotem_data__td:nth-last-child(-n + 3) {
        display: none;
    }
    .wtotem_data__th,
    .wtotem_data__td {
        width: 32%;
    }
    .wtotem_data__th:nth-child(3),
    .wtotem_data__td:nth-child(3) {
        width: 36%;
    }
}

/* 576-768px sm  Small */
/* 320-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_data {
        padding: 0 16px;
    }
    .wtotem_chart-first {
        flex-direction: column;
        align-items: flex-start;
    }
    .wtotem_chart-first__left {
        margin-bottom: 20px;
    }
    .wtotem_chart-first__right {
        width: 100%;
    }
}

/* 320-375px     Extra small */
@media screen and (max-width: 375px) {
    .wtotem_data__th,
    .wtotem_data__td {
        width: 33% !important;
    }
    .wtotem_data__ip {
        margin-left: 5px;
    }
}

.wtotem_antivirus {
    margin-bottom: 30px;
}
.wtotem_antivirus__first {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wtotem_antivirus__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 4px;
}
.wtotem_antivirus__item {
    width: 25%;
    height: 100.5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #f3f5f6;
}
.wtotem_antivirus__item:last-child {
    border-right: none;
}
.wtotem_antivirus__figures {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}
.wtotem_antivirus__figures_green {
    color: #bace3d;
}
.wtotem_antivirus__figures_yellow {
    color: #e9cf73;
}
.wtotem_antivirus__figures_orange {
    color: #d56c6a;
}
.wtotem_antivirus__figures_black {
    color: #1d293f;
}
.wtotem_antivirus__title {
    color: #86939e;
    line-height: 18px;
}

.wtotem_antivirus__quarantine {
    margin-bottom: 15px; }
.wtotem_antivirus__quarantine-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 20px 10px;
    border-bottom: 1px solid #f3f5f6;
    margin-bottom: 10px; }
.wtotem_antivirus__quarantine-title {
    font-size: 14px; }
.wtotem_antivirus__quarantine-files-count {
    font-size: 12px;
    color: #ee3f3f;
    font-weight: 500;
    margin-left: 10px; }
.wtotem_antivirus__quarantine-restore {
    margin-left: auto; }
.wtotem_antivirus__quarantine-restore-button {
    cursor: pointer;
    display: block;
    padding: 0 5px;
    height: 100%;
    display: block;
    background-color: transparent;
    border: none; }
.wtotem_antivirus__quarantine-restore-text {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #3D50DF; }
.wtotem_antivirus__quarantine-restore-text::before {
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("../img/restore-file.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }



@media screen and (max-width: 992px) {
    .wtotem_antivirus__quarantine .wtotem_file-table__td:first-child {
        width: auto; }
    .wtotem_antivirus__quarantine .wtotem_file-table__td:last-child {
        display: block;
        width: auto; } }

/* 320-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_antivirus__block {
        flex-wrap: wrap;
    }
    .wtotem_antivirus__item {
        width: 172.5px;
        border-bottom: 1px solid #f3f5f6;
    }
    .wtotem_antivirus__item:last-child {
        border-right: none;
        border-bottom: none;
    }
    .wtotem_antivirus__item:nth-child(2) {
        border-right: none;
    }
    .wtotem_antivirus__item:nth-child(3) {
        border-bottom: none;
    }
}

/* 320-375px */
@media screen and (max-width: 375px) {
    .wtotem_antivirus__item {
        width: 150px;
    }
}

.wtotem_monitoring {
    margin-bottom: 30px;
}

.wtotem_table__row {
    display: flex;
    width: 100%;
}

.wtotem_table__col {
    width: 33.3333333333%;
    border-right: 1px solid #f3f5f6;
    border-bottom: 1px solid #f3f5f6;
}
.wtotem_table__col:last-child {
    border-right: none;
}

.wtotem_table__th,
.wtotem_table__td,
.wtotem_table__info {
    padding: 15px 15px;
}

.wtotem_table__th,
.wtotem_table__td {
    border-bottom: 1px solid #f3f5f6;
}

.wtotem_table__td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
}

.wtotem_table__item {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wtotem_table__expired {
    color: #d56c6a;
}

.wtotem_table__solve {
    color: #3d50df;
}

.wtotem_table__info {
    height: 55px;
    display: flex;
    justify-content: space-between;
}

.wtotem_table__subject {
    font-size: 14px;
    text-transform: uppercase;
}

.wtotem_table__status {
    text-transform: uppercase;
}
.wtotem_table__status_green {
    color: #4bc374;
}
.wtotem_table__status_yellow {
    color: #dcb320;
    text-transform: none;
}

.wtotem_table__text {
    color: #86939e;
    font-weight: 500;
}

.wtotem_table__perfomance {
    font-weight: 500;
    color: #5e6977;
}
.wtotem_table__perfomance span {
    color: #3d50df;
}

.wtotem_table__wrap {
    width: 30px;
    height: 30px;
}
.wtotem_table__wrap_big {
    width: 56px;
    height: 56px;
}

.wtotem_table__img {
    width: 100%;
    display: block;
}

.wtotem_table__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 16px;
}
.wtotem_table__link:after {
    content: "";
    border: solid #5e6977;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wtotem_table__loader {
    min-height: 275px;
    display: flex;
    justify-content: center;
    align-items: center; }


.wtotem_table__right_progress-wrap {
    width: 167px;
    margin-top: -21px;
}

.wtotem_table__stick-progress {
    position: relative;
    background: #3d50df;
    width: 96%;
    height: 7px;
    border-radius: 100px;
}
.wtotem_table__stick-progress:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 167px;
    height: 7px;
    opacity: 0.1;
    border-radius: 100px;
    background: #5e6977;
}

.wtotem_table__initial-value {
    font-size: 10px;
    font-weight: 500;
    color: #5e6977;
}

.wtotem_table__message {
    position: absolute;
    top: -20px;
    right: -12px;
    z-index: 50;
    width: 30px;
    height: 15px;
    border-radius: 2px;
    background: #3d50df;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wtotem_table__triangle {
    position: absolute;
    z-index: -1;
    top: 55%;
    left: 40%;
    width: 8.5px;
    height: 8.5px;
    display: block;
    border-radius: 1px;
    transform: rotate(45deg);
    background: #3d50df;
    margin: 0 auto;
}

/* 992-1100px lg  Large */
/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
    .wtotem_table__row {
        flex-direction: column;
    }
    .wtotem_table__col {
        width: 100%;
        border-right: none !important;
    }
}

/* 576-768px sm  Small */
/* 320-576px     Extra small */
/* 320-375px     Extra small */
@media screen and (max-width: 375px) {
    .wtotem_table__perfomance_long {
        width: 210px;
    }
    .wtotem_chart-first {
        padding: 0 16px;
    }
}

.wtotem_map__first {
    display: flex;
    justify-content: space-between;
}

.wtotem_map .wtotem_map-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 26px; }

.wtotem_map .wtotem_map-block #firewall {
    display: block; }

.wtotem_map .wtotem_map-block__map {
    width: 50%;
    height: 330px; }

.wtotem_map .firewall {
    width: 50%;
    position: relative;
    height: 230px; }

.wtotem_map-wrap {
    padding-top: 15px;
    margin-bottom: 30px; }

.wtotem_country {
    margin-bottom: -15px; }
.wtotem_country__title {
    font-size: 14px;
    line-height: 18px;
    color: #86939e;
    margin-bottom: 9px; }
.wtotem_country__desc {
    font-size: 18px;
    line-height: 18px;
    color: #1d293f; }

/* 992-1100px lg  Large */
/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
    .wtotem_map .wtotem_map-wrap {
        padding-bottom: 20px; }
    .wtotem_map .wtotem_map-block {
        flex-direction: column;
        padding-right: 0; }
    .wtotem_map .wtotem_map-block__map {
        width: 100%;
        text-align: center; }
    .wtotem_map .wtotem_map-block__map svg {
        width: 403px; }
    .wtotem_map #firewall {
        display: block;
        height: 135px;
        width: 270px; }
    .wtotem_map .firewall {
        position: relative;
        margin: auto;
        height: 70vh;
        width: 60vw; } }

/* 576-768px sm  Small */
/* 375-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_map .wtotem_map-block__map {
        height: auto; }
    .wtotem_map #firewallMap {
        width: 100%;
        zoom: 0.8; }
    .wtotem_map .wtotem_country {
        margin-bottom: 20px; }
    .wtotem_map .wtotem_chart__wrapper {
        width: 100%; } }

@media screen and (max-width: 500px) {
    .wtotem_map .firewall {
        width: 70vw; } }

@media screen and (max-width: 420px) {
    .wtotem_map .firewall {
        width: 75vw; }
    .wtotem_map__title {
        width: 120px; }
}

@media screen and (max-width: 390px) {
    .wtotem_map .firewall {
        width: 80vw; } }

@media screen and (max-width: 375px) {
    .wtotem_map #firewallMap {
        width: 100%;
        zoom: 0.7;
        display: block;
        transform: translateX(25px); } }

@media screen and (max-width: 340px) {
    .wtotem_map #firewallMap {
        width: 100%;
        zoom: 0.7;
        display: block;
        transform: translateX(15px); } }

@media screen and (max-width: 340px) {
    .wtotem_map #firewallMap {
        width: 100%;
        zoom: 0.7;
        display: block;
        transform: translateX(5px); } }

/* 320-375px     Extra small */


.wtotem_firwall-training-alert {
    padding: 17px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px; }
@media screen and (max-width: 768px) {
    .wtotem_firwall-training-alert {
        flex-direction: column; } }
.wtotem_firwall-training-alert__text-wrapper {
    display: flex;
    align-items: center; }
.wtotem_firwall-training-alert__text-wrapper::before {
    content: '';
    display: block;
    align-self: center;
    height: 45px;
    width: 45px;
    margin-right: 9px;
    background-image: url("../img/firewall-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0; }
@media screen and (max-width: 768px) {
    .wtotem_firwall-training-alert__text-wrapper {
        margin-bottom: 10px; } }
.wtotem_firwall-training-alert__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
.wtotem_firwall-training-alert__learn-more {
    display: block;
    width: auto;
    padding: 14px 26px;
    position: relative;
    flex-shrink: 0; }


.wtotem-waf-settings {
    position: relative; }
.wtotem-waf-settings__button {
    position: relative;
    box-sizing: border-box;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #5E6977;
    border: 1px solid #5E6977;
    border-radius: 12px;
    padding: 0 10px; }
.wtotem-waf-settings__button-icon path {
    fill: #5E6977; }
.wtotem-waf-settings__button--active {
    color: #3D50DF;
    border-color: #3D50DF; }
.wtotem-waf-settings__button--active .wtotem-waf-settings__button-icon path {
    fill: #3D50DF; }
.wtotem-waf-settings__button-text {
    margin-right: 10px; }
@media screen and (max-width: 576px) {
    .wtotem-waf-settings__button-text {
        display: none; } }
.wtotem-waf-settings__popup {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 5px;
    z-index: 900; }

.wtotem_state {
    border-radius: 4px;
}

.wtotem_state {
    background: #fff;
    padding: 13px 0 26px 0;
}
.wtotem_state__select-wrapper {
    position: relative;
    margin-bottom: 15px;
    width: 220px;
    cursor: pointer;
}
.wtotem_state__select-wrapper:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #86939e transparent transparent transparent;
    border-radius: 50px;
}
.wtotem_state__select {
    display: block;
    margin-left: 18px;
    width: 100%;
    padding: 8px 12px 8px 12px;
    color: #86939e;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f3f5f6;
    background-image: none;
    border-radius: 4px;
    border: none;
    font-family: inherit;
    cursor: pointer;
}
.wtotem_state__option {
    border: none;
}
.wtotem_state__line {
    background: #f3f5f6;
    height: 1px;
    margin-bottom: 20px;
}
.wtotem_state__last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
}
.wtotem_state__text {
    color: #5e6977;
    font-weight: 500;
}
.wtotem_state__text a {
    color: #3d50df;
}

.wtotem_file-table {
    color: #86939e;
}
.wtotem_file-table__tr {
    display: flex;
    margin-bottom: 15px;
    padding: 0 18px;
}
.wtotem_file-table__th {
    color: #5e6977;
    width: 17.5%;
    font-weight: 500;
    font-size: 12px;
}
.wtotem_file-table__th:first-child {
    width: 50%;
}
.wtotem_file-table__td {
    font-size: 12px;
    width: 17.5%;
    font-weight: 500;
}
.wtotem_file-table__td:first-child {
    width: 50%;
}
.wtotem_file-table__td_normal {
    color: #5e6977;
}
.wtotem_file-table__td_critical {
    color: #d56c6a;
}
.wtotem_file-table__td_changed {
    color: #caae4b;
}

.wtotem_pagination {
    display: flex;
}
.wtotem_pagination__number {
    color: #99a6b1;
    font-weight: 500;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.wtotem_pagination__number:hover {
    color: #5e6977;
}
.wtotem_pagination__number_active {
    width: 46px;
    height: 46px;
    background: #f1f3f5;
    color: #5e6977;
    margin-right: 13px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wtotem_pagination__number_etc {
    margin-right: 22px;
}
.wtotem_pagination__arrow {
    width: 19px;
    height: 12px;
    display: block;
    cursor: pointer;
}

/* 992-1100px lg  Large */
/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
    .wtotem_state {
        overflow: hidden;
    }
    .wtotem_file-table__td,
    .wtotem_file-table__th {
        display: none;
    }
    .wtotem_file-table__td:first-child,
    .wtotem_file-table__th:first-child {
        display: block;
        width: 100%;
    }
}

/* 576-768px sm  Small */
/* 375-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_state__text {
        display: none;
    }
    .wtotem_pagination {
        margin: 0 auto;
    }
    .wtotem_pagination__number {
        margin-right: 18px;
    }
    .wtotem_pagination__number_active {
        margin-right: 13px;
    }
}

/* 320-375px     Extra small */
.wtotem_welcome-wrapper {
    background: #f3f5f6;
}
.wtotem_welcome-wrapper__head-height {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 135px);
    min-height: 596px;
}
.wtotem_welcome-wrapper__footer-height {
    display: flex;
    justify-content: center;
    height: 135px;
}

.wtotem_modal {
    text-align: center;
}
.wtotem_modal__subject {
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 24px;
}
.wtotem_modal__window {
    background: #fff;
    padding: 23px 0 35px 0;
    width: 360px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.wtotem_modal__title {
    font-size: 18px;
    margin-bottom: 5px;
}
.wtotem_modal__text {
    font-size: 10px;
    margin-bottom: 8px;
}
.wtotem_modal__block {
    margin-bottom: 50px;
}
.wtotem_modal__block:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #e1e8ee;
    margin-top: -40px;
}
.wtotem_modal__logo {
    margin: 0 auto;
}
.wtotem_modal__wrap {
    width: 300px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 18px;
}
.wtotem_modal__api-key {
    width: 100%;
    padding: 13px 30px 13px 15px!important;
    border: 2px solid #e1e8ee!important;
    border-radius: 2px!important;
    line-height: normal!important;
}
.wtotem_modal__api-key[type="text"]::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #5e6977;
}
.wtotem_modal__api-key[type="text"]:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #5e6977;
}
.wtotem_modal__api-key[type="text"]::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #5e6977;
}
.wtotem_modal__api-key[type="text"]::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #5e6977;
}
.wtotem_modal__info {
    margin-left: -30px;
}
.wtotem_modal__btn {
    background: #4bc374;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    width: 300px;
    padding: 16px 0;
    border: none;
    color: #fff;
}
.wtotem_modal__desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    max-width: 274px;
    margin: 0 auto;
    color: #5e6977;
}
.wtotem_modal__cabinet {
    color: #3d50df;
}

.wtotem_welcome-bottom {
    text-align: center;
}
.wtotem_welcome-bottom__logo {
    margin-bottom: 26px;
}
.wtotem_welcome-bottom__label {
    margin-bottom: 20px;
}
.wtotem_welcome-bottom__block {
    width: 54px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

/* 375-576px     Extra small */
/* 320-375px     Extra small */
@media screen and (max-width: 375px) {
    .wtotem_modal__window {
        width: 345px;
    }
}

/* 320-375px     Extra small */
@media screen and (max-width: 355px) {
    .wtotem_modal__window {
        width: 320px;
    }
    .wtotem_modal__wrap,
    .wtotem_modal__btn {
        width: 85%;
    }
}

@media screen and (max-width: 330px) {
    .wtotem_modal__window {
        width: 305px;
    }
}

/*# options.css */

.wtotem_item {
    margin-bottom: 23px; }

.wtotem_holder {
    display: flex;
    justify-content: space-between; }
.wtotem_holder__content {
    width: 70%; }
.wtotem_holder__sidebar {
    width: 27.8431372549%; }

.wtotem_option {
    margin-bottom: 12px;
    padding: 28px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
.wtotem_option:last-child {
    margin-bottom: 0; }
.wtotem_option__title {
    margin-bottom: 7px;
    color: #1d293f;
    font-size: 14px;
    font-weight: 500; }
.wtotem_option__text {
    width: 495px;
    font-size: 12px;
    color: #5e6977;
    line-height: 16px; }

.wtotem_control {
    padding: 16px 22px 24px 22px; }
.wtotem_control__title {
    color: #1d293f;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px; }
.wtotem_control__block {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    background: #f3f5f6;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 100%; }
.wtotem_control__block_switch {
    justify-content: space-between;
    align-items: center; }
.wtotem_control__circle {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4bc374; }
.wtotem_control__circle img {
    width: 7px;
    height: 7px; }
.wtotem_control__name {
    color: #5e6977; }
.wtotem_control__trash {
    width: 15px;
    height: 15px;
    background: url("../img/trash.svg") no-repeat center center/cover;
    margin-left: auto;
    cursor: pointer; }
.wtotem_control__btn {
    color: #fff;
    display: block;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4bc374;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer; }
.wtotem_control__btn:hover {
    transition: all 0.2s ease-in-out;
    background: #f3f5f6;
    color: #5e6977; }
.wtotem_control__label {
    position: relative;
    width: 41px;
    height: 23px;
    border-radius: 100px;
    background: #1f2323;
    padding: 4px 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
.wtotem_control__label:before, .wtotem_control__label:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2; }
.wtotem_control__label:before {
    width: 8px;
    height: 8px;
    background: url("../img/checkbox-sun.svg") no-repeat center center/cover; }
.wtotem_control__label:after {
    width: 6px;
    height: 6px;
    background: url("../img/checkbox-moon.svg") no-repeat center center/cover; }
.wtotem_control__switched-circle {
    position: absolute;
    left: 4px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100px;
    display: block;
    z-index: 1;
    transition: all 0.3s ease-in-out; }
.wtotem_control__input {
    display: none!important; }
.wtotem_control__input:checked + label {
    background: #fff; }
.wtotem_control__input:checked + label span {
    left: 23px;
    background: #3d50df; }

.onoff__input {
    display: none!important; }

.onoff__label {
    position: relative;
    display: flex;
    align-items: center;
    width: 43px;
    height: 23px;
    border-radius: 100px;
    padding: 4px;
    background: #f4f4f4;
    overflow: hidden;
    cursor: pointer; }
.onoff__label:before, .onoff__label:after {
    position: absolute;
    font-weight: 500;
    font-size: 9px;
    transition: all 0.3s ease-in-out; }
.onoff__label:before {
    content: "ON";
    color: #3d50df;
    left: -100%; }
.onoff__label:after {
    content: "OFF";
    color: #979797;
    right: 4px; }

.onoff__circle {
    position: absolute;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: #c4c4c4;
    transition: all 0.3s ease-in-out; }

.onoff__input:checked + label .onoff__circle {
    background: #3d50df;
    left: 22px; }

.onoff__input:checked + label:before {
    left: 4px; }

.onoff__input:checked + label:after {
    right: -100%; }

/* 992-1100px lg  Large */
@media screen and (max-width: 1100px) {
    .wtotem_option__text {
        width: 95%; } }

/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
    .wtotem_holder {
        flex-direction: column; }
    .wtotem_holder__content {
        width: 100%;
        margin-bottom: 30px; }
    .wtotem_holder__sidebar {
        width: 100%; } }

/* 576-768px sm  Small */
/* 375-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_holder__content {
        margin-bottom: 20px; } }

/* 320-375px     Extra small */

/*# options.css */


.wtotem_offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 56px 37px 40px;
    margin-bottom: 110px;
}
.wtotem_offer__title {
    margin-bottom: 22px;
    font-size: 24px;
    color: #1d293f;
    font-weight: 500;
}
.wtotem_offer__text {
    width: 601px;
    margin-bottom: 22px;
    font-size: 16px;
    color: #5e6977;
    line-height: 24px;
}
.wtotem_offer__btn {
    color: #fff;
    background: #3d50df;
    border-radius: 5px;
    width: 151px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

/* 992-1100px lg  Large */
/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
    .wtotem_offer__title {
        line-height: 32px;
        margin-bottom: 20px;
    }
    .wtotem_offer__text {
        width: 100%;
    }
}

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    .wtotem_offer {
        padding: 20px;
    }
    .wtotem_offer__img {
        display: none;
    }
}



.wtotem-ss__wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px; }

@media screen and (max-width: 768px) {
    .wtotem-ss__period-wrapper {
        width: 100%;
        margin-top: 10px; }
    .wtotem-ss__wrapper {
        grid-template-columns: 1fr;
        gap: 0; } }

.wtotem-ss__cpu-card {
    margin-bottom: 0; }
@media screen and (max-width: 768px) {
    .wtotem-ss__cpu-card {
        margin-bottom: 30px; } }

.wtotem-ss-info {
    padding: 25px; }
.wtotem-ss-info__stats-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    font-size: 14px;
    line-height: 17px; }
.wtotem-ss-info__stats-list dt {
    font-weight: bold; }
@media screen and (max-width: 768px) {
    .wtotem-ss-info__stats-list {
        grid-template-columns: 1fr;
        gap: 0; } }
.wtotem-ss-info__stat-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px; }
.wtotem-ss-info__stat-wrapper:last-child {
    margin-bottom: 0; }
@media screen and (max-width: 992px) {
    .wtotem-ss-info__stat-wrapper {
        display: block; } }
@media screen and (max-width: 768px) {
    .wtotem-ss-info__stat-wrapper {
        display: flex; }
    .wtotem-ss-info__stat-wrapper:last-child {
        margin-bottom: 10px; } }

.wtotem-ss-disc {
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column; }
.wtotem-ss-disc__header {
    margin-bottom: 15px; }
.wtotem-ss-disc__line {
    margin-bottom: 10px; }
.wtotem-ss-disc__content {
    display: flex;
    padding: 0 25px;
    flex-grow: 1;
    justify-content: center;
    align-items: center; }
.wtotem-ss-disc__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px; }
.wtotem-ss-disc__totals {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px; }
.wtotem-ss-disc__totals-caption {
    margin-right: 10px; }
.wtotem-ss-disc__totals-value {
    font-weight: 600; }
.wtotem-ss-disc__legend-item {
    padding-top: 15px;
    position: relative;
    margin-bottom: 20px; }
.wtotem-ss-disc__legend-item:last-child {
    margin-bottom: 0; }
.wtotem-ss-disc__legend-item::before {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    left: 0;
    top: 0;
    position: absolute;
    background: #3D50DF;
    border-radius: 14px; }
.wtotem-ss-disc__legend-item--free::before {
    background: #3D50DF; }
.wtotem-ss-disc__legend-item--use::before {
    background: #5E6977; }
.wtotem-ss-disc__legend-value {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
.wtotem-ss-disc__legend-caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px; }

.wtotem-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1; }
.wtotem-loader__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: #e5ebf0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.005);
    border-radius: 12px;
    margin-bottom: 20px; }
.wtotem-loader__text {
    line-height: 24px;
    font-size: 14px; }
.wtotem-loader__text--blue {
    color: #3d50df; }
.wtotem-loader__dots {
    display: flex;
    justify-content: space-between; }
.wtotem-loader__dots span {
    border-radius: 50%;
    opacity: 0.2;
    background: #3d50df;
    width: 6px;
    height: 6px;
    display: block; }
.wtotem-loader__dots span:first-child {
    animation: fball 1350ms infinite linear; }
.wtotem-loader__dots span:nth-child(2) {
    animation: sball 1350ms infinite linear; }
.wtotem-loader__dots span:last-child {
    animation: tball 1350ms infinite linear; }

@keyframes fball {
    0% {
        opacity: 0;
        transform: scale(0.5); }
    13% {
        opacity: 0.9;
        transform: scale(1.03); }
    26% {
        opacity: 1;
        transform: scale(0.95); }
    33% {
        transform: scale(1); }
    34% {
        opacity: 0.2; } }

@keyframes sball {
    32% {
        opacity: 0.2;
        transform: scale(1); }
    33% {
        opacity: 0;
        transform: scale(0.5); }
    46% {
        opacity: 0.9;
        transform: scale(1.03); }
    59% {
        opacity: 1;
        transform: scale(0.95); }
    66% {
        transform: scale(1); }
    67% {
        opacity: 0.2; } }

@keyframes tball {
    67% {
        opacity: 0.2;
        transform: scale(1); }
    68% {
        opacity: 0;
        transform: scale(0.5); }
    81% {
        opacity: 0.9;
        transform: scale(1.03); }
    94% {
        opacity: 1;
        transform: scale(0.95); }
    100% {
        transform: scale(1); } }

.wtotem-waf-settings-popup {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 280px;
    padding: 15px 24px; }
.wtotem-waf-settings-popup__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px; }
.wtotem-waf-settings-popup__label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px; }
.wtotem-waf-settings-popup__input {
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px;
    border: 2px solid #86939E;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px; }
.wtotem-waf-settings-popup__save {
    padding: 12px 48px;
    width: 100%;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px; }

/* 375-576px     Extra small */
/* 320-375px     Extra small */
.wtotem_ready {
    background: #e5e5e5;
}

.wtotem_unit__first {
    display: flex;
    justify-content: space-between;
}

.wtotem_unit__wrapper {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.wtotem_unit__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 30px;
    border-right: 1px solid #f3f5f6;
}

.wtotem_unit__contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wtotem_unit__circle {
    margin-right: 16px;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.wtotem_unit__circle_loading {*/
/*background: #f3f5f6;*/
/*}*/
.wtotem_unit__circle_success {
    background: #4bc374;
}
.wtotem_unit__circle_error {
    background: #ee3f3f;
    position: relative;
}
.wtotem_unit__circle_error:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 3px;
    background: #fff;
    border-radius: 1px;
    display: block;
    transform: rotate(45deg);
}
.wtotem_unit__circle_error:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 3px;
    background: #fff;
    border-radius: 1px;
    display: block;
    transform: rotate(-45deg);
}

.wtotem_unit__img_spinner {
    animation: 1s linear 0s normal none infinite running rot;
    -webkit-animation: 1s linear 0s normal none infinite running rot;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wtotem_unit__expectation {
    font-size: 16px;
    font-weight: 500;
}
.wtotem_unit__expectation_loading {
    color: #7c8087;
}
.wtotem_unit__expectation_success {
    color: #bace3d;
}
.wtotem_unit__expectation_error {
    color: #d56c6a;
}

.wtotem_unit__repeat {
    color: #3d50df;
    cursor: pointer;
}

.wtotem_layout {
    background: #e5e5e5;
}

.wtotem_alert {
    padding: 17px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}
.wtotem_alert__desc {
    display: flex;
    align-items: center;
}
.wtotem_alert__img {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wtotem_alert__img_cross {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ee3f3f;
}
.wtotem_alert__img_cross:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 1.3px;
    border-radius: 1px;
    transform: rotate(45deg);
    background: #fff;
}
.wtotem_alert__img_cross:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 1.3px;
    border-radius: 1px;
    transform: rotate(-45deg);
    background: #fff;
}
.wtotem_alert__title {
    font-size: 12px;
    text-transform: uppercase;
}
.wtotem_alert__title_yellow {
    color: #f5c451;
}
.wtotem_alert__title_green {
    color: #4bc374;
}
.wtotem_alert__title_red {
    color: #ee3f3f;
}
.wtotem_alert__text {
    color: #1d293f;
    font-size: 12px;
}
.wtotem_alert__close {
    position: relative;
    width: 10px;
    height: 10px;
    display: flex;
    justify-self: center;
    align-items: center;
    cursor: pointer;
}
.wtotem_alert__close:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    transform: rotate(45deg);
    background: #000;
}
.wtotem_alert__close:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    transform: rotate(-45deg);
    background: #000;
}

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    .wtotem_alert {
        margin-bottom: 20px;
    }
}

/* 320-576px     Extra small */
.line-chart .axis line {
    stroke: #f0f0f0;
}

.line-chart .axis path {
    stroke: #f0f0f0;
}

.line-chart .axis text {
    fill: #5e6977;
}

.line-chart .grid line {
    stroke: #f0f0f0;
}

.line-chart .listening-rect {
    fill: transparent;
}

.line-chart__tooltip {
    opacity: 0;
    position: absolute;
    top: -25px;
    left: -17px;
    padding: 0.2em 0.5em;
    background: #1d293f;
    text-align: center;
    line-height: 1.4em;
    font-size: 0.9em;
    z-index: 10;
    transition: all 0.1s ease-out;
    pointer-events: none;
    color: #fff;
    font-family: Inter, Gilroy, Helvetica, sans-serif;
    border-radius: 2px;
    min-width: 28px;
}

.line-chart__tooltip--reverse {
    top: 25px; }

.line-chart__tooltip:before {
    content: "";
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: #1d293f transparent transparent transparent;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }

.line-chart__tooltip--reverse:before {
    border-color: transparent transparent #1d293f transparent;
    top: 0%;
    transform: translateX(-50%) translateY(-100%); }

.line-chart {
    position: relative;
}


.wtotem_theme—dark .wtotem_body{
    background: #191919;
    color: #e2e2e2;
}
.wtotem_theme—dark .wt_card,
.wtotem_theme—dark .wt_card:before,
.wtotem_theme—dark .wtotem_chart-first__btn_active {
    background: #282828;
}

.wtotem_theme—dark .wtotem_content,
.wtotem_theme—dark .wtotem_footer,
.wtotem_theme—dark .wtotem_chart-first__right,
.wtotem_theme—dark .wtotem_control__block,
.wtotem_theme—dark .wtotem_state__select,
.wtotem_theme—dark .wtotem_chart__calendars{
    background: #191919;
}

.wtotem_theme—dark .wtotem_version__count {
    border: 1px solid #f3f5f6;
}

.wtotem_theme—dark .wtotem_logo {
    background: url("../img/dr-logo.svg") no-repeat center center/cover;
}

.wtotem_theme—dark .wtotem_nav__link,
.wtotem_theme—dark .wtotem_nav__link_active,
.wtotem_theme—dark .wtotem_version__count,
.wtotem_theme—dark .title,
.wtotem_theme—dark .wtotem_title-info__title,
.wtotem_theme—dark .wtotem_overall__text,
.wtotem_theme—dark .wtotem_info__subtitle,
.wtotem_theme—dark .wtotem_info__info,
.wtotem_theme—dark .wtotem_numbers__figures,
.wtotem_theme—dark .wtotem_from__country,
.wtotem_theme—dark .wtotem_from__country span,
.wtotem_theme—dark .wtotem_data__th,
.wtotem_theme—dark .wtotem_antivirus__title,
.wtotem_theme—dark .wtotem_table__title,
.wtotem_theme—dark .wtotem_table__subject,
.wtotem_theme—dark .wtotem_table__text,
.wtotem_theme—dark .wtotem_table__perfomance,
.wtotem_theme—dark .wtotem_footer__text,
.wtotem_theme—dark .wtotem_footer__text,
.wtotem_theme—dark .wtotem_chart__btn,
.wtotem_theme—dark .wtotem_antivirus__item:last-child div,
.wtotem_theme—dark .wtotem_from__percent,
.wtotem_theme—dark .wtotem_chart-first__all,
.wtotem_theme—dark .wtotem_chart-first__hack p,
.wtotem_theme—dark .wtotem_chart-first__btn_active,
.wtotem_theme—dark .wtotem_chart__text,
.wtotem_theme—dark .wtotem_table__initial-value,
.wtotem_theme—dark .arrow-right,
.wtotem_theme—dark .wtotem_print__label,
.wtotem_theme—dark .wtotem_state__text,
.wtotem_theme—dark .wtotem_pagination__number,
.wtotem_theme—dark .wtotem_data__td,
.wtotem_theme—dark .wtotem_file-table__th,
.wtotem_theme—dark .wtotem_file-table,
.wtotem_theme—dark .wtotem_option__title,
.wtotem_theme—dark .wtotem_option__text,
.wtotem_theme—dark .wtotem_control__title,
.wtotem_theme—dark .wtotem_control__name,
.wtotem_theme—dark .onoff__label:after,
.wtotem_theme—dark .onoff__label:before,
.wtotem_theme—dark .wtotem_offer__title,
.wtotem_theme—dark .wtotem_offer__text,
.wtotem_theme—dark .wtotem_unit__expectation_loading,
.wtotem_theme—dark .wtotem_alert__text {
    color: #f3f5f6;
}

.wtotem_theme—dark .wtotem_data__ip {
    color: #86939e;
}

.wtotem_theme—dark .wtotem_chart__btn {
    border: 1px solid #f3f5f6;
}

.wtotem_theme—dark .wtotem_title-info__info {
    background: url("../img/dr-info.svg") no-repeat center center/cover;
}

.wtotem_theme—dark .wtotem_nav__link_active {
    color: #3d50df;
}

.wtotem_theme—dark .wtotem_info__item:first-child,
.wtotem_theme—dark .wtotem_numbers__item,
.wtotem_theme—dark .wtotem_antivirus__item,
.wtotem_theme—dark .wtotem_unit__block {
    border-right: 1px solid #3c3c3d;
}

.wtotem_theme—dark .wtotem_antivirus__item:last-child {
    border-right: none;
}

.wtotem_theme—dark .wtotem_numbers__item:last-child {
    border-right: none;
}

.wtotem_theme—dark .wtotem_table__col {
    border-right: 1px solid #3c3c3d;
    border-bottom: 1px solid #3c3c3d;
}

.wtotem_theme—dark .wtotem_table__col:last-child {
    border-right: none;
}

.wtotem_theme—dark .wtotem_chart__line {
    background: #3c3c3d;
}

.wtotem_theme—dark .wtotem_table__th,
.wtotem_theme—dark .wtotem_table__td {
    border-bottom: 1px solid #3c3c3d;
}

.wtotem_theme—dark .wtotem_table__link:after {
    content: "";
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wtotem_theme—dark .arrow-right:after {
    content: "";
    border: solid #f3f5f6;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

.wtotem_theme—dark .wtotem_footer__line,
.wtotem_theme—dark .wtotem_state__line {
    background: #2d2e2e;
}

.wtotem_theme—dark .wtotem_footer__app-store {
    width: 19px;
    height: 19px;
    background: url("../img/dr-app-store.svg") no-repeat center center/cover;
}

.wtotem_theme—dark .wtotem_footer__play-store {
    width: 17px;
    height: 19px;
    background: url("../img/dr-play-store.svg") no-repeat center center/cover;
}

.wtotem_theme—dark .wtotem_footer__logo {
    background: url("../img/dr-logo-footer.svg") no-repeat center center/cover;
}

.wtotem_theme—dark .line-chart__tooltip,
.wtotem_theme—dark .line-chart__tooltip::before {
    background: #3d50df;
}

.wtotem_theme—dark .wtotem_firewall__icon {
    background: url("../img/dr-shape.svg") no-repeat center center/cover;
}

.wtotem_theme—dark .wtotem_pagination__number_active {
    background: #5a5c5e;
}

.wtotem_pagination__number:hover {
    color: #5e6977;
    transition: all 0.2s ease;
}

.wtotem_theme—dark .onoff__label {
    background: #686868;
}

.wtotem_theme—dark .wtotem_print__img {
    background: url("../img/dr-print.svg") no-repeat center center/cover;
}

.wtotem_theme—dark .wtotem_control__trash {
    background: url("../img/dr-trash.svg") no-repeat center center/cover;
}

.wtotem_theme—dark .onoff__input:checked + label .onoff__circle {
    background: #4bc374;
}

.wtotem_theme—dark .onoff__circle {
    background: #ec6d62;
}

.wtotem_theme—dark .wtotem_alert__close:before,
.wtotem_theme—dark .wtotem_alert__close:after {
    background: #dadada;
}

.wtotem_theme—dark .wtotem-waf-settings-popup{
    background: #282828;
    color: #e2e2e2;
}

.wtotem_theme—dark .wtotem-waf-settings-popup__input{
    border: 1px solid #333333;
    background-color: #191919;
    color: #ffffff;
}

.wtotem_theme—dark .wtotem_antivirus__figures_black{
    color: #5a7bb7;
}

.wtotem_info__item .arrow-right {
    color: #3d50df;
}
.wtotem_info__item .arrow-right:after {
    content: "";
    border: solid #3d50df;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}



/* 320-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_theme—dark .wtotem_info__item:first-child {
        border-right: none;
    }
    .wtotem_theme—dark .wtotem_antivirus__item {
        border-bottom: 1px solid #3c3c3d;
    }
    .wtotem_theme—dark .wtotem_numbers__item:last-child {
        border-right: 1px solid #3c3c3d;
    }
    .wtotem_theme—dark .wtotem_numbers__item:nth-child(2) {
        border-right: none;
    }
    .wtotem_theme—dark .wtotem_antivirus__item:last-child {
        border-right: none;
        border-bottom: none;
    }
    .wtotem_theme—dark .wtotem_antivirus__item:nth-child(2) {
        border-right: none;
    }
    .wtotem_theme—dark .wtotem_antivirus__item:nth-child(3) {
        border-bottom: none;
    }
}

.wtotem_theme—dark #disk-chart svg path {
    stroke: #282828;
}

/* 992-1100px lg  Large */
@media screen and (max-width: 1100px) {
    .wtotem_container {
        max-width: 960px;
    }
}

/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
    .wtotem_container {
        max-width: 720px;
    }
}

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
    .wtotem_container {
        max-width: 540px;
    }
    .wtotem_content {
        padding-top: 19px;
    }
}

/* 375-576px     Extra small */
@media screen and (max-width: 576px) {
    .wtotem_container {
        max-width: 345px;
    }
}

/* 320-375px     Extra small */
@media screen and (max-width: 374px) {
    .wtotem_container {
        max-width: auto;
        padding: 0 10px;
    }
}

/* 992-1100px lg  Large */
/* 768-992px md  Medium */
/* 576-768px sm  Small */
/* 375-576px     Extra small */
/* 320-375px     Extra small */

/*# sourceMappingURL=main.css.map */

/*tlite */
.tlite {
    background: #111;
    color: #fff;
    font-family: sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    padding: 0.6em 0.75rem;
    border-radius: 4px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
    max-width: 350px;
    box-shadow: 0 0.5rem 1rem -0.5rem #000;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
}
.tlite-table td,
.tlite-table th {
    position: relative;
}
.tlite-visible {
    visibility: visible;
    opacity: 0.9;
}
.tlite::before {
    content: " ";
    display: block;
    background: inherit;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
}
.tlite-n::before {
    top: -3px;
    left: 50%;
    margin-left: -5px;
}
.tlite-nw::before {
    top: -3px;
    left: 10px;
}
.tlite-ne::before {
    top: -3px;
    right: 10px;
}
.tlite-s::before {
    bottom: -3px;
    left: 50%;
    margin-left: -5px;
}
.tlite-se::before {
    bottom: -3px;
    right: 10px;
}
.tlite-sw::before {
    bottom: -3px;
    left: 10px;
}
.tlite-w::before {
    left: -3px;
    top: 50%;
    margin-top: -5px;
}
.tlite-e::before {
    right: -3px;
    top: 50%;
    margin-top: -5px;
}
.is--status--ok {
    color: #4bc374;
    fill: #4bc374;
}
.is--status--error {
    color: #ee3f3f;
    fill: #ee3f3f;
}
.is--status--pending {
    color: #3d50df;
    fill: #3d50df;
}
.is--status--warning {
    color: #f5bf4f;
    fill: #f5bf4f;
}
.wtsec_score_red {
    color: #d56c6a;
}
.wtsec_score_orange {
    color: #c2b00e;
}
.wtsec_score_green {
    color: #7eb40c;
}
.wtsec_score_bg_red {
    background: #d56c6a;
    color: #fff;
}
.wtsec_score_bg_orange {
    background: #c2b00e;
    color: #fff;
}
.wtsec_score_bg_green {
    background: #7eb40c;
    color: #fff;
}
#wtotem_alert {
    margin-top: 20px;
}

.ml-2 {
    margin-left: 20px;
}

.wt-flex {
    display: flex;
}

.wt-flex-middle {
    align-items: center;
}

.wt-margin-right-10 {
    margin-right: 10px;
}
.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

select.wtotem_state__select {
    display: block;
    margin-left: 18px;
    width: 100%;
    padding: 14px 12px;
    color: #86939e;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f3f5f6;
    background-image: none;
    border-radius: 4px;
    border: none;
    font-family: inherit;
    cursor: pointer;
    line-height: normal;
}

.wtotem_unit {
margin-bottom: 30px;
}

.wtotem_table__text {
margin-left: 15px;
word-break: break-all;
}
.wt-margin-20{
margin: 20px;
}
.wt-margin-bottom-15{
margin-bottom: 15px;
}
.wtotem_av_filters_wrapper{
justify-content: space-between;
display: flex;
}

.wt_flag{
width: 24px;
}


.wtotem_theme—dark input.wtotem_calendar  {
color: #cccccc;
}


.wtotem_theme—dark .flatpickr-calendar{
background: #282828;
border: 2px solid #191919;
}

.wtotem_theme—dark .flatpickr-day{
color: #cccccc;
}

.wtotem_theme—dark .flatpickr-monthDropdown-months, .wtotem_theme—dark .flatpickr-current-month input.cur-year{
color: #cccccc !important;
}

.wtotem_theme—dark .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{
background-color: #282828;
}
.wtotem_theme—dark .flatpickr-current-month .flatpickr-monthDropdown-months,
.wtotem_theme—dark .flatpickr-monthDropdown-months, .wtotem_theme—dark .flatpickr-current-month input.cur-year{
border: 1.6px solid #545454;
}

.wtotem_theme—dark .flatpickr-day.inRange, .wtotem_theme—dark .flatpickr-day.today.inRange{
background: #656565;
color: #fff;
border-color: #656565;
}

.wtotem_theme—dark .flatpickr-day.inRange,
.wtotem_theme—dark .flatpickr-day.prevMonthDay.inRange,
.wtotem_theme—dark .flatpickr-day.nextMonthDay.inRange,
.wtotem_theme—dark .flatpickr-day.today.inRange,
.wtotem_theme—dark .flatpickr-day.prevMonthDay.today.inRange,
.wtotem_theme—dark .flatpickr-day.nextMonthDay.today.inRange,
.wtotem_theme—dark .flatpickr-day:hover,
.wtotem_theme—dark .flatpickr-day.prevMonthDay:hover,
.wtotem_theme—dark .flatpickr-day.nextMonthDay:hover,
.wtotem_theme—dark .flatpickr-day:focus,
.wtotem_theme—dark .flatpickr-day.prevMonthDay:focus,
.wtotem_theme—dark .flatpickr-day.nextMonthDay:focus{
background: #656565;
border-color: #656565;
color: #fff;
}

.wtotem_theme—dark  .wtotem_country__desc{
color: #ccc;
}



.wtotem_control__input:checked + label {
background: #777;
}

.wtotem_nav__link:focus {
box-shadow: none;
}



/* reports-page.css */
.wtotem_reports {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh; }
.wtotem_reports__content {
    height: 100%; }
.wtotem_reports__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap; }
@media screen and (max-width: 768px) {
    .wtotem_reports__header {
        margin-bottom: 10px; } }
.wtotem_reports__title {
    margin-right: auto; }
.wtotem_reports__btn {
    width: auto;
    padding: 14px 26px;
    position: relative; }
@media screen and (max-width: 768px) {
    .wtotem_reports__btn {
        width: 100%;
        margin-top: 15px; } }
.wtotem_reports__btn--load-more {
    text-transform: none;
    display: flex;
    justify-content: center; }

.wtotem_reports-dates {
    background-color: #E1E8EE;
    cursor: pointer;
    display: flex;
    margin-right: 6px;
    padding: 10px 12px;
    border-radius: 5px; }
@media screen and (max-width: 768px) {
    .wtotem_reports-dates {
        margin-right: 0; } }
.wtotem_reports-dates::before {
    content: '';
    display: block;
    align-self: center;
    height: 13px;
    width: 13px;
    margin-right: 9px;
    background-image: url("../img/calendar.svg");
    background-repeat: no-repeat;
    background-position: center center; }
@media screen and (max-width: 576px) {
    .wtotem_reports-dates::before {
        margin-right: 0; } }
.wtotem_reports-dates__input {
    cursor: pointer;
    color: #5e6977;
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    width: 50%;
    text-align: center;
    width: 0;
    flex-grow: 1;
    min-width: 90px; }
@media screen and (max-width: 576px) {
    .wtotem_reports-dates__input {
        display: none; } }
.wtotem_reports-dates__divider {
    display: block;
    align-self: center;
    margin: 0 3px; }
@media screen and (max-width: 576px) {
    .wtotem_reports-dates__divider {
        display: none; } }

.wtotem_reports-no-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; }
.wtotem_reports-no-data::before {
    content: '';
    display: block;
    height: 89px;
    width: 89px;
    margin-bottom: 10px;
    background-image: url("../img/empty-list.svg");
    background-repeat: no-repeat;
    background-position: center center; }
.wtotem_reports-no-data__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 23px; }

.wtotem_reports-table {
    width: 100%;
    text-align: left;
    border-spacing: 0 8px;
    margin-bottom: 30px;
    border-collapse: separate;}
@media screen and (max-width: 768px) {
    .wtotem_reports-table {
        display: none; } }
.wtotem_reports-table__row {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #5e6977;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    background: #ffffff; }
.wtotem_reports-table__row--header {
    color: #86939E; }
.wtotem_reports-table__column {
    padding: 18px;
    padding-left: 0; }
.wtotem_reports-table__column:first-child {
    padding-left: 18px; }
.wtotem_reports-table__column--success {
    color: #4BC374; }
.wtotem_reports-table__column--warning {
    color: #f5c451; }
.wtotem_reports-table__column--error {
    color: #f5c451; }
.wtotem_reports-table__column--actions {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right; }
.wtotem_reports-table__buttons-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center; }
.wtotem_reports-table__button {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border: none;
    background-color: transparent; }
.wtotem_reports-table__button:last-child {
    margin-right: 0; }
.wtotem_reports-table__button--print {
    background-image: url("../img/print.svg");
    background-repeat: no-repeat;
    background-position: center center; }
.wtotem_reports-table__button--download {
    background-image: url("../img/download.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.wtotem_reports-list__load-more-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; }

.wtotem_reports__load-more-label {
    position: relative;
    padding-left: 25px; }
.wtotem_reports__load-more-label::before {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("../img/load-more.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.wtotem_reports-modal {
    position: fixed;
    left: 0;
    top: 0;
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: rgba(94, 105, 119, 0.67);
    color: #545C68;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px; }
.wtotem_reports-modal--hidden {
    display: none; }
.wtotem_reports-modal__content {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.0965523);
    border-radius: 12px;
    padding: 30px;
    min-width: 360px; }
.wtotem_reports-modal__close {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    height: 30px;
    width: 30px;
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
    border: none;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-position: center center; }
@media screen and (max-width: 768px) {
    .wtotem_reports-modal__close {
        transform: translate(0, 0);
        top: 12px;
        right: 12px;
        background-image: url("../img/close-dark.svg");
        background-repeat: no-repeat;
        background-position: center center; } }

.wtotem_reports-settings__field-title {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 20px; }
.wtotem_reports-settings__field-title--modules {
    margin-bottom: 10px; }

.wtotem_reports-settings__period-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: 300px;
    height: 38px;
    margin-bottom: 10px; }

.wtotem_reports-settings__period-item {
    flex-grow: 1;
    border: 2px solid #E1E8EE; }
.wtotem_reports-settings__period-item:not(:last-child) {
    border-right: none; }

.wtotem_reports-settings__period-radio {
    display: none; }

.wtotem_reports-settings__period-label {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-align: center; }

.wtotem_reports-settings__period-radio:checked + .wtotem_reports-settings__period-label {
    color: #3d50df; }

.wtotem_reports-settings__dates {
    cursor: pointer;
    display: flex;
    border-radius: 2px;
    border: 2px solid #E1E8EE;
    padding: 7px 15px;
    margin-bottom: 25px; }
.wtotem_reports-settings__dates::before {
    content: '';
    display: block;
    align-self: center;
    height: 13px;
    width: 15px;
    margin-right: 9px;
    background-image: url("../img/report.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.wtotem_reports-settings__date-input {
    cursor: pointer;
    display: block;
    border: none;
    width: 0;
    min-width: 80px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-align: right;
    color: inherit; }
.wtotem_reports-settings__date-input:last-child {
    flex-grow: 1;
    text-align: left; }

.wtotem_reports-settings__date-divider {
    display: block;
    align-self: center;
    margin: 0 3px; }

.wtotem_reports-settings__modules-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px; }

.wtotem_reports-settings__module-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px; }
.wtotem_reports-settings__module-item::after {
    content: '';
    position: absolute;
    height: 1px;
    left: -30px;
    right: -30px;
    bottom: 0;
    background-color: #EBF0F5; }
.wtotem_reports-settings__module-item:last-child::after {
    content: unset; }

.wtotem_reports-settings__module-title {
    font-size: 14px;
    line-height: 35px; }

.wtotem_reports-settings__module-label {
    cursor: pointer;
    display: block;
    position: relative;
    width: 45px;
    height: 35px; }
.wtotem_reports-settings__module-label::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 10px;
    background: #E1E8EE;
    box-shadow: inset 0px 1px 0px rgba(189, 198, 207, 0.529014);
    border-radius: 100px; }
.wtotem_reports-settings__module-label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background: #5E6977;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.189736);
    border-radius: 100%;
    transition: 0.15s; }

.wtotem_reports-settings__module-checkbox {
    display: none; }

.wtotem_reports-settings__module-checkbox:checked + .wtotem_reports-settings__module-label::after {
    background: #3D50DF;
    left: 100%;
    margin-left: -23px; }

.wtotem_reports-settings__btn {
    width: 100%; }

.wtotem_reports-accordion {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: none; }
@media screen and (max-width: 768px) {
    .wtotem_reports-accordion {
        display: block; } }
.wtotem_reports-accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #86939E; }
.wtotem_reports-accordion__header, .wtotem_reports-accordion__item {
    width: 100%;
    padding: 18px 14px;
    background: #FFFFFF;
    margin-bottom: 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px; }
.wtotem_reports-accordion__header:last-child, .wtotem_reports-accordion__item:last-child {
    margin-bottom: 0; }
.wtotem_reports-accordion__title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.wtotem_reports-accordion__title::after {
    content: '';
    display: block;
    align-self: center;
    height: 20px;
    width: 20px;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center center; }
.wtotem_reports-accordion__content-wrapper {
    margin-top: 10px;
    border-top: 1px solid #F3F5F6; }
.wtotem_reports-accordion__line-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
.wtotem_reports-accordion__line-title {
    color: #86939E; }
.wtotem_reports-accordion__line-value--success {
    color: #4BC374; }
.wtotem_reports-accordion__line-value--warning {
    color: #f5c451; }
.wtotem_reports-accordion__line-value--error {
    color: #f5c451; }
.wtotem_reports-accordion__button {
    display: block;
    width: 100%;
    margin-bottom: 12px; }
.wtotem_reports-accordion__button:last-child {
    margin-bottom: 0; }


.wt-loader {
    z-index: 1
}
.wt-loader, .wt-spinner {
    display: flex;
    align-items: center;
    justify-content: center
}
.wt-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .5);
    z-index: 20
}
.wt-loader img, .wt-loader path, .wt-spinner img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: rotate(0deg);
    animation: 1s linear 0s normal none infinite running rot;
    -webkit-animation: 1s linear 0s normal none infinite running rot;
}

.wtotem_body .wtotem_reports-modal--active {
    display: grid;
}
.wtotem_body .wtotem_reports-modal__content {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.0965523);
    border-radius: 12px;
    padding: 30px;
    min-width: 360px;
}

.wtotem_reports-settings__field-title {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 20px;
}
.wtotem_body .wtotem_reports-settings__field-title--modules {
    margin-bottom: 10px;
}
.wtotem_body .wtotem_reports-settings__period-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: 300px;
    height: 38px;
    margin-bottom: 20px;
}
.wtotem_body .wtotem_reports-settings__period-item {
    flex-grow: 1;
    border: 2px solid #E1E8EE;
}
.wtotem_body .wtotem_reports-settings__period-item:not(:last-child) {
    border-right: none;
}
.wtotem_body .wtotem_reports-settings__period-radio {
    display: none;
}
.wtotem_body .wtotem_reports-settings__period-label {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-align: center;
}
.wtotem_body .wtotem_reports-settings__period-radio:checked + .wtotem_reports-settings__period-label {
    color: #3d50df;
}
.wtotem_body .wtotem_reports-settings__dates {
    display: flex;
    border-radius: 2px;
    border: 2px solid #E1E8EE;
    padding: 7px 15px;
    margin-bottom: 25px;
}
.wtotem_body .wtotem_reports-settings__dates::before {
    content: '';
    display: block;
    align-self: center;
    height: 13px;
    width: 15px;
    margin-right: 9px;
    background-image: url('../img/report.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.wtotem_body .wtotem_reports-settings__date-input {
    cursor: pointer;
    display: block;
    border: none;
    width: 0;
    min-width: 92px;
    padding-left: 10px;
    margin-left: 7px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-align: right;
    color: inherit;
    background-color: transparent;
}

.wtotem_body .wtotem_reports-settings__date-input:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

.wtotem_body .wtotem_reports-settings__date-input:last-child {
    flex-grow: 1;
    text-align: left;
}
.wtotem_body .wtotem_reports-settings__date-divider {
    display: block;
    align-self: center;
    margin: 0 3px;
}
.wtotem_body .wtotem_reports-settings__modules-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}
.wtotem_reports-settings__module-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
}
.wtotem_body .wtotem_reports-settings__module-item::after {
    content: '';
    position: absolute;
    height: 1px;
    left: -30px;
    right: -30px;
    bottom: 0;
    background-color: #EBF0F5;
}
.wtotem_body .wtotem_reports-settings__module-item:last-child::after {
    content: unset;
}
.wtotem_body .wtotem_reports-settings__module-title {
    font-size: 14px;
    line-height: 35px;
}
.wtotem_body .wtotem_reports-settings__module-label {
    cursor: pointer;
    display: block;
    position: relative;
    width: 45px;
    height: 35px;
}
.wtotem_body .wtotem_reports-settings__module-label::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 10px;
    background: #E1E8EE;
    box-shadow: inset 0px 1px 0px rgba(189, 198, 207, 0.529014);
    border-radius: 100px;
}
.wtotem_body .wtotem_reports-settings__module-label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background: #5E6977;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.189736);
    border-radius: 100%;
    transition: 0.15s;
}
.wtotem_body .wtotem_reports-settings__module-checkbox {
    display: none;
}
.wtotem_body .wtotem_reports-settings__module-checkbox:checked + .wtotem_reports-settings__module-label::after {
    background: #3D50DF;
    left: 100%;
    margin-left: -23px;
}
.wtotem_body .wtotem_reports-settings__btn {
    width: 100%;
}

.wtotem_theme—dark .wtotem_reports-table__column,.wtotem_theme—dark .wtotem_reports-dates{
    background: #282828;
}

.wtotem_theme—dark .wtotem_body .wtotem_reports-dates__input {
    border: 1px solid #3a3a3a;
    color: #ccc;
}

.wtotem_theme—dark .wtotem_reports-table__row{
    background: transparent;
}

.wtotem_theme—dark  .wtotem_reports-modal{
    color: #ddd;
}

.wtotem_theme—dark .wtotem_body .wtotem_reports-modal__content{
    background: #282828;
}

.wtotem_theme—dark .wtotem_body .wtotem_reports-settings__dates,
.wtotem_theme—dark .wtotem_body .wtotem_reports-settings__period-item{
    border: 2px solid #35383b;
}

.wtotem_theme—dark .wtotem_reports-modal__close{
    background-image: url(../img/close.svg);
}

.wtotem_theme—dark .wtotem_body .wtotem_reports-settings__module-item::after{
    background-color: #35383b;
}

.wtotem_theme—dark .wtotem_reports-accordion__header, .wtotem_theme—dark  .wtotem_reports-accordion__item{
    background: #282828;
    color: #d6d6d6;
}

.wtotem_theme—dark .wtotem_reports-accordion__content-wrapper{
    border-top: 1px solid #565656;
}

body.wtotem_theme—dark {
    background: #191919;
}

.reports_load_more_td{
    background: transparent;
    border-color: transparent;
}

/* # reports-page.css */


/*fixes*/
@media screen and (max-width: 768px) {
    .chart-date text{
        -webkit-transform: rotate(-40deg) translate(-20px);
        -ms-transform: rotate(-40deg) translate(-20px);
        transform: rotate(-40deg) translate(-20px);
    }
}

@media screen and (max-width: 576px) {
    .wtotem_av_filters_wrapper{
        display: block;
    }
}

/* Settings */
.wtotem_firewall-section-menu-item{
    position: relative;
    margin: 15px 0;
}

.wtotem_switch-checkbox-with-text{
    position: absolute;
    right: 6px;
    top: 1px;
}

```
