# wt-security/2.1.7/htdocs/css/main.css

WebTotem Security, version 2.1.7. 2,099 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.1.7/code/htdocs/css/main.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.1.7/raw/htdocs/css/main.css
- Modified: 2020-07-13T13:03:04+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.1.7/code/htdocs/css/main.css#L10-L20`.

```css
@charset "UTF-8";
.wtotem_body *,
.wtotem_body *:after,
.wtotem_body *:before {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box; }

.wtotem_body {
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #5e6977;
  font-weight: 400; }

.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; }

.wtotem_title-info__title {
  font-size: 14px;
  text-transform: uppercase; }

.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; }

.section-header-mb {
  margin-bottom: 25px; }

.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; }

.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; } }

.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__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; } }

.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; } }

/* 320-576px     Extra small */
.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 {
  background: #fff;
  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: space-between;
    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: 13%; }
  .wtotem_data_width_2 {
    width: 10%; }
  .wtotem_data_width_3 {
    width: 14%; }
  .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; }

/* 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__right_progress-wrap {
  width: 167px;
  margin-top: -21px; }

.wtotem_table__stick-progress {
  position: relative;
  background: #3d50df;
  width: 96px;
  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_state {
  border-radius: 4px; }

.wtotem_state {
  background: #fff;
  padding: 13px 0 26px 0; }
  .wtotem_state__select-wrapper {
    position: relative;
    margin-bottom: 15px;
    width: 190px;
    cursor: pointer; }
    .wtotem_state__select-wrapper:after {
      content: "";
      position: absolute;
      top: 45%;
      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: #f3f5f6;
    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: 12.5%;
    font-weight: 500;
    font-size: 12px; }
    .wtotem_file-table__th:first-child {
      width: 50%; }
  .wtotem_file-table__td {
    font-size: 12px;
    width: 12.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;
    border: 2px solid #e1e8ee;
    border-radius: 2px; }
  .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; } }

.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; }
    .wtotem_control__input:checked + label {
      background: #fff; }
    .wtotem_control__input:checked + label span {
      left: 23px;
      background: #3d50df; }

.onoff__input {
  display: none; }

.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 */
.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; } }

/* 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:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #1d293f;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translate(-50%, 50%) rotate(45deg);
  transform-origin: center center;
  z-index: 10; }

.line-chart {
  position: relative; }

.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_unit__circle_loading {
  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_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; } }

/* 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;
}
```
