# wt-security/2.2.1/htdocs/css/2-content_firewall.css

WebTotem Security, version 2.2.1. 98 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.2.1/code/htdocs/css/2-content_firewall.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.2.1/raw/htdocs/css/2-content_firewall.css
- Modified: 2020-09-10T12:50:18+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.2.1/code/htdocs/css/2-content_firewall.css#L10-L20`.

```css
.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; }
  .wtotem_firewall__text {
    color: #86939e; }
  .wtotem_firewall__block {
    display: flex;
    justify-content: space-between; }
    .wtotem_firewall__block > div {
      background: #fff;
      width: 495px; }

.wtotem_numbers {
  display: flex;
  justify-content: space-between;
  padding: 18px 24px 30px 24px; }
  .wtotem_numbers__item {
    text-align: center; }
  .wtotem_numbers__title {
    line-height: 18px;
    color: #86939e;
    margin-bottom: 15px; }
  .wtotem_numbers__figures {
    color: #1d293f;
    font-size: 32px;
    font-weight: 700; }

.wtotem_from {
  display: flex;
  align-items: center;
  padding: 17px 23px; }
  .wtotem_from:after {
    content: "";
    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; }
    .wtotem_from__svg-wrap:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 70px;
      height: 70px;
      border-radius: 100%;
      border: 14px solid #f3f5f6; }
  .wtotem_from__progress {
    position: relative;
    z-index: 3;
    width: 70px;
    height: 70px; }
  .wtotem_from__circle {
    stroke-width: 13px;
    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; }

/*# sourceMappingURL=2-content_firewall.css.map */

```
