@font-face {
    font-family: "TTNorms";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../font/tt_norms-regular_6e6db17b.woff') format('woff');
}

@font-face {
    font-family: "TTNorms";
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    src: url('../font/tt_norms-medium_70a7ede8.woff') format('woff');
}

@font-face {
    font-family: "Druk Wide Medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../font//druk_wide_medium_cy_30e51fc7.woff') format("woff");
}

:root {
    --color-green: #80D39B;
    --color-darkgreen: #80D39B4D;
    --color-verydarkgreen: #2B3C2F;
    --color-red: #BE1E2D;
    --color-darkgrey: #1A1A1A;
    --color-lightgrey: #8E8E8E1A;
}

* {
    font-family: 'TTNorms';
    line-height: 1.2;
    color: white;
    box-sizing: border-box;
}

.body {
    background-color: #151615;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
    color: white;
}

.login-container {
    padding: 75px 32px 0;
}

.login-logo-img svg {
    width: 188px;
    height: 57px;
    color: #eaeeef;
    fill: #80d39b;
}

.login-header {
    margin-bottom: 85px;
    font-size: 30px;
    font-weight: 500;
}

.login-form {
    max-width: 400px;
    width: 100%;
}

.login-form__input-container {
    margin-bottom: 45px;
    position: relative;
    width: 100%;
}

.login-form__input {
    padding: 0 31px 8px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: white;
    border: none;
    border-bottom: 3px solid var(--color-darkgreen);
    background-color: transparent;
    transition: border-color .3s ease;
}

.login-form__input:focus-visible,
.login-form__input:not(:invalid) {
    outline: none;
    border-color: var(--color-green);
}

.login-form__input:hover~.login-form__input-icon-men svg path,
.login-form__input:focus-visible~.login-form__input-icon-men svg path,
.login-form__input:not(:invalid)~.login-form__input-icon-men svg path {
    stroke: var(--color-green);
}

.login-form__input:hover~.login-form__input-icon-eye svg path,
.login-form__input:focus-visible~.login-form__input-icon-eye svg path,
.login-form__input:not(:invalid)~.login-form__input-icon-eye svg path {
    fill: var(--color-green);
}

.login-form__input:hover+.login-form__input-placeholder,
.login-form__input:focus-visible+.login-form__input-placeholder,
.login-form__input:not(:invalid)+.login-form__input-placeholder {
    color: var(--color-green);
}

.login-form__input:focus-visible+.login-form__input-placeholder,
.login-form__input:not(:invalid)+.login-form__input-placeholder {
    font-size: 14px;
    font-weight: 400;
    transform: translateY(-25px);
}

.login-form__input-placeholder {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 0;
    color: var(--color-darkgreen);
    transition-property: font-size, font-weight, line-height, color, transform;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.login-form__text-eror {
    display: none;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-red);
}

.login-form__input-icon {
    position: absolute;
    right: 0;
}

.login-form__input-icon-eror {
    display: none;
}

.login-form__input-icon svg path {
    transition-property: stroke, fill;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.login-form__btn {
    position: relative;
    padding: 13px 33%;
    display: flex;
    justify-content: center;
    font-family: 'Druk Wide Medium';
    font-size: 30px;
    font-weight: 500;
    background-color: var(--color-green);
    border: 3px solid var(--color-green);
    transition-property: background-color, color, display;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.login-form__btn svg {
    position: absolute;
    top: 9px;
    left: 45%;
    visibility: hidden;
    stroke-dasharray: 0 50;
    transition: stroke-dasharray .4s linear;
}

.login-form__btn svg path:last-child {
    transition: stroke-dasharray .3s linear;
    transition-delay: .05s;
}

.login-form__btn:active span {
    visibility: hidden;
}

.login-form__btn:active svg {
    display: inline-block;
}

.login-form__btn:active svg {
    visibility: visible;
    stroke-dasharray: 35 0;
    stroke-width: 10px;
}

.login-form__btn:hover,
.login-form__btn:focus-visible {
    background-color: transparent;
    color: var(--color-green);
    outline: none;
}

.login-form__input-container-error .login-form__input {
    border-color: var(--color-red);
}

.login-form__input-container-error .login-form__input-icon {
    display: none;
}

.login-form__input-container-error .login-form__input-icon-eror {
    display: inline-block;
}

.login-form__input-container-error .login-form__text-eror {
    display: inline-block;
}


/* singPage */

.sing-container {
    max-width: 1464px;
}

.sing-fixsed {
    position: fixed;
    top: 0;
    z-index: 10;
}

.sing-left-colum {
    max-width: 315px;
    width: 100%;
    padding-left: 60px;
    transition: transform .3s ease;
    flex-shrink: 0;
}

.sing-border-row {
    position: relative;
}

.sing-border-row::after {
    position: absolute;
    content: '';
    left: -30px;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid var(--color-verydarkgreen);
}

.sing-menu__logo {
  display: block;
}

.sing-logo-img {
    position: relative;
    display: inline-block;
    max-width: 120px;
    height: 70px;
    color: #eaeeef;
    fill: #80d39b;
}

.sing-menu {
    padding: 40px 0;
}

.sing-menu__blocks {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.sing-header {
    font-family: 'Druk Wide Medium';
    font-size: 16px;
    font-weight: 500;
}

.sing-header-small {
    font-size: 18px;
    font-weight: 500;
}

.sing-menu__btn-log-out {
    font-size: 16px;
    font-weight: 400;
    color: white;
    border: none;
    background-color: transparent;
}

.sing-menu__btn-log-out-icon {
    margin-right: 15px;
}

.sing-menu__list-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10.5px 0;
    padding-right: 0 !important;
    border-right: 4px solid transparent;
}

.sing-menu__list-item::after {
    position: absolute;
    content: '';
    top: 0;
    right: -4px;
    bottom: 0;
    left: -60px;
}

.sing-menu__list-item:hover::after,
.sing-menu__list-item:focus-visible::after {
    background-color: var(--color-lightgrey);
}

.sing-menu__list-item:focus-visible {
    outline: none;
}

.sing-menu__list-item.active {
    border-right: 4px solid var(--color-green);
}

.sing-menu__list-item.active.sing-menu__list-item::after {
    background-color: var(--color-lightgrey);
}

.sing-menu__list-item-icon {
    margin-right: 25px;
}

.sing-menu__list-item .button {
  position: relative;
  color: #fff;
  padding: 0;
  background: transparent;
  border: none;
  z-index: 1;
}

.sing-menu__list-link {
    position: relative;
}

.sing-menu__list-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.back-container {
    background-color: var(--color-darkgrey);
}

.sing-right-colum {
    /* padding-right: 35px; */
    width: calc(100% - 315px - 35px);
}

.sing-head {
    position: sticky;
    /* width: calc(100% + 35px); */
    top: 0;
    z-index: 1010;
}

.sing-head__active-account {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    vertical-align: text-bottom;
    line-height: 1.2;
    border-bottom: 3px solid var(--color-verydarkgreen);
    text-align: left;
}

.sing-head__active-account-color {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-green);
}

.sing-head__user-name {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    transform: translateY(5px);
    border-bottom: 3px solid var(--color-verydarkgreen);
}

.sing-head__user-icon {
  margin-left: 15px;
}

.sing-section {
    padding-bottom: 35px;
}

.sing-section:not(:last-child) {
    margin-bottom: 48px;
    border-bottom: 1px solid var(--color-verydarkgreen);
}

.sing-head__btn {
    border: none;
    background-color: transparent;
}

.sing-head__btn svg path {
    transition-property: transform, opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.sing-head__btn-active svg path:nth-child(1) {
    transform: translate(-15px, 11px) rotate(-45deg);
}

.sing-head__btn-active svg path:nth-child(2) {
    opacity: 0;
}

.sing-head__btn-active svg path:nth-child(3) {
    transform: translate(7px, -2px) rotate(45deg);
}


/* sing-web-traffic */

.sing-web-traffic__page {
    font-size: 22px;
    border-bottom: 3px solid var(--color-verydarkgreen);
}

.sing-web-traffic__page:hover,
.sing-web-traffic__page:focus-visible {
    outline: none;
    background-color: var(--color-lightgrey);
}

.sing-web-traffic__page-active {
    background-color: var(--color-lightgrey);
    border-color: var(--color-green);
}

.sing-web-traffic__page:not(:last-child) {
    border-right: 1px solid var(--color-verydarkgreen);
}

.sing-web-traffic__detalization {
    position: relative;
    max-width: 345px;
    height: 150px;
    /* background-image: url("../img/web-traffic.jpg"); */
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;
    flex-direction: column;
    padding: 25px 26px 14px 26px;
    justify-content: space-between;
}

.sing-web-traffic__grafick {
    height: 430px;
    background-color: #1A1A1A;
}


/* sing-web-traffic-by-country */

.sing-web-traffic-by-country__select {
    max-width: 200px;
    height: 35px;
    background-image: url("../img/select.jpg");
}

.sing-web-traffic-by-country__country {
    max-width: 760px;
    height: 500px;
    background-image: url("../img/Map.jpg");
}

.sing-web-traffic-by-country__statistic {
    padding: 35px 25px;
    /* margin-right: 35px; */
    max-width: 270px;
    height: 500px;
    background: #1A1A1A;
    /* background-image: url("../img/top-traffic.jpg"); */
}

.sing-web-traffic__title {
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #EAEEEF;
}

.sing-web-traffic__stats {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #8E8E8E;
}

.sing-web-traffic__days {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #8E8E8E;
}

.horizontal-chart__item:not(:last-child) {
  margin-bottom: 21px;
}

.horizontal-chart__country,
.horizontal-chart__visits {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #EAEEEF;
}

.horizontal-chart__visits {
  color: #8E8E8E;
}

.horizontal-chart__progress {
  width: 100%;
  height: 10px;
  background: #4D4D4D;
  border-radius: 9px;
  overflow: hidden;
}

.horizontal-chart__progress_inner {
  height: 100%;
  background: #80D39B;
  border-radius: 6px;
}

/* threats */

.sing-threats__statistic {
    max-width: 345px;
    height: 150px;
    /* background-image: url("../img/web-traffic.jpg"); */
}

.sing-threats__grafic {
    max-width: 1055px;
    height: 430px;
    background-image: url("../img/web-traffic-grafic.jpg");
}


/* threats-by-country */

.sing-threats-by-country__select {
    max-width: 200px;
    height: 35px;
    background-image: url("../img/select.jpg");
}

.sing-threats-by-country__grafic {
    max-width: 1055px;
    height: 430px;
    /* background-image: url("../img/web-traffic-grafic.jpg"); */
}

.sing-threats-by-country__detalization {
    /* max-width: 515px; */
    padding: 25px;
    background: #1A1A1A;
    /* height: 350px; */
    /* background-image: url("../img/threats-by-country-detalization.jpg"); */
}

.sing-threats-by-country__title {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #EAEEEF;
  text-align: center;
}

.sing-threats-list.horizontal-chart__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* firewall */

.sing-firewall__btn {
    padding: 9px 35px;
    color: white;
    background-color: transparent;
    border: 1px solid var(--color-green);
}

.sing-firewall__select {
    max-width: 200px;
    height: 35px;
    background-image: url("../img/select.jpg");
}

.sing-firewall__list-item {
    position: relative;
    cursor: pointer;
}

.sing-firewall__list-item::before {
    position: absolute;
    content: '';
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}

.sing-firewall__list-item:hover.sing-firewall__list-item::before,
.sing-firewall__list-item:focus-visible.sing-firewall__list-item::before {
    background-color: var(--color-lightgrey);
}

.sing-firewall__list-item-active {
    border-bottom: 3px solid var(--color-green);
}

.sing-firewall__grafick {
    /* max-width: 771px; */
    height: 340px;
    /* background-image: url("../img/sing-firewall__grafick.jpg"); */
    background-size: contain;
    background-repeat: no-repeat;
}

.sing-firewall__grafick-detalization {
    max-width: 261px;
    height: 340px;
    background-image: url("../img/sing-firewall__grafick-detalization.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}

.sing-firewall__event {
    padding: 40px 35px;
    background-color: #1A1A1A;
  }

  .sing-firewall__wrapper {
    display: flex;
    justify-content: space-between;
}

.sing-firewall__title {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.sing-firewall__event_block {
  margin-bottom: 25px;
}

.sing-firewall__event_block:not(:first-child) {
  position: relative;
  padding-left: 12px;
}

.sing-firewall__event_block:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #2B3C2F;
}

.sing-firewall__title::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  border-radius: 50%;
}

.sing-firewall__event_block:nth-child(1)
.sing-firewall__title:before{
  background-color: #CAB2D6;
}
.sing-firewall__event_block:nth-child(2)
.sing-firewall__title:before{
  background-color: #2B3C2F;
}
.sing-firewall__event_block:nth-child(3)
.sing-firewall__title:before{
  background-color: #63B67E;
}
.sing-firewall__event_block:nth-child(4)
.sing-firewall__title:before{
  background-color: #7CD5DB;
}
.sing-firewall__event_block:nth-child(5)
.sing-firewall__title:before{
  background-color: #F0D575;
}

.sing-firewall__counter {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #80D39B;
}

.sing-firewall__total {
  height: 35px;
  display: flex;
  align-items: center;
}
.sing-firewall__total_item {
  width: 100%;
  height: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: #1A1A1A;
  text-align: center;
  /* background: #CAB2D6; */
}

.sing-firewall__total_item:nth-child(1) {
  background-color: #CAB2D6;
}
.sing-firewall__total_item:nth-child(2){
  background-color: #2B3C2F;
}
.sing-firewall__total_item:nth-child(3){
  background-color: #63B67E;
}
.sing-firewall__total_item:nth-child(4){
  background-color: #7CD5DB;
}
.sing-firewall__total_item:nth-child(5){
  background-color: #F0D575;
}

#main_chart,
#country_threats_chart {
  width: 1055px;
  height: 430px;
}

.stat_source {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mini_chart_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 145px;
}

.sing-web-traffic__detalization span {
z-index: 999;
}

.sing-web-traffic_title {
margin-bottom: 11px;
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #EAEEEF;
}

.sing-web-traffic_count {
margin-bottom: 28px;
font-weight: 500;
font-size: 25px;
line-height: 30px;
color: #80D39B;
}

.sing-web-traffic_period {
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #8E8E8E;
}

.inline_list span:hover {
  cursor: pointer;
}

/* .inline_list span.active {
  border: 2px solid #fff;
} */

.sing-web-traffic__page:hover {
  cursor: pointer;
}

.modal-backdrop {
  background-color: rgba(255,255,255,0.1) !important;
}

.modal-content {
  background-color: #000;
}

.error {
  color: red;
}

.error > a {
  color: #ff7777;
}

#main_error, #main_account_error {
  color: red;
  display: none;
}

#login_form label[for="email"] {
  margin-top: 40px!important;
}

.modal-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
}

.modal-buttons > *:not(:last-child) {
  margin-right: 10px;
}

.domains_settings_domains {
  /* max-height: 65vh; */
  overflow: auto;
}

.domains_settings_domains table tr td {
  vertical-align: top;
}

.domains_settings_asn {
  max-height: 12vh;
  overflow: auto;
  position: relative;
}

.domains_settings_block {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}

.domains_settings_block input {
  color: #000;
}

.inactive {
  opacity: 0.7;
}

#telegram_domains_connect input, #telegram_domains_connect select, #telegram_domains_connect select option {
  color: #000;
}

#telegram_domains_connect table {
  margin-top: 15px;
}

#telegram_domains_connect table th, #telegram_domains_connect table td {
  padding: 5px;
}

#telegram_domains_connect table tbody td {
  word-break: break-word;
}

.button {
  color: #000;
}

.error-text {
  color: red;
}

.success-text {
  color: green;
}

#country_threats_chart {
  max-height: 430px;
  background-color: #1A1A1A;
}

#firewall_chart {
  max-height: 340px;
}

.threats_list__threat {
  height: 15px;
  background: gray;
  border-radius: 7px;
}

.threats_list__threat_fill {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  height: 100%;
  background: green;
}

.threats_list__title span {
  display: block;
}


.threats_list__title {
  display: flex;
  justify-content: space-between;
}

.threats_list__section:not(:first-child) {
  margin-top: 15px;
}

.stat_source_block {
  padding: 15px;
  border: 1px solid var(--color-green);
}

.stat_source_block__data {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.stat_source_block__data_title {
  color: #fff;
  background-color: transparent;
}

.stat_source_block__badge {
  min-width: 35px;
  padding: 0.35em 0.65em;
  background-color: #2B3C2F;
  border-radius: 50rem;
  color: #fff;
  display: inline-block;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 580px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px!important;
  }
}

.sing-menu__btn_small {
  display: none;
}

@media (min-width: 1024px) and (max-height: 768px) {
  .sing-logo-img {
    max-width: 100px;
    height: 50px;
  }

  .sing-menu {
    padding: 20px 0;
  }

  .sing-menu__blocks {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .sing-menu__btn_small {
    display: block;
    margin-right: 20px;
  }

  .sing-menu__btn_small .sing-menu__btn-log-out-icon {
    margin-right: 0;
  }

  .sing-menu__btn_default {
    display: none;
  }
}


@media (max-width: 1200px) {
  .sing-head__user-name {
    font-size: 16px;
  }

  .header_timezone {
    position: absolute;
    bottom: 15px;
    right: 48px;
  }

  .sing-head__user-icon {
    width: 25px;
    height: 25px;
  }

  .sing-threats-by-country__grafic,
  .sing-web-traffic__grafick,
  .sing-firewall__grafick {
    overflow: scroll;
  }

  .sing-web-traffic__grafick_wrapper,
  .sing-threats-by-country__grafic_wrapper,
  .sing-firewall__grafick_wrapper {
    width: 1055px;
    height: 430px;
  }

  #main_chart,
  #country_threats_chart,
  #firewall_chart {
    width: 100% !important;
    height: 100% !important;
  }

  .sing-web-traffic-by-country__statistic {
    margin-top: 24px;
    max-width: 100%;
    height: auto;
  }

  .stat_source {
    display: block;
  }

  .stat_source_block:not(:last-child) {
    margin-bottom: 20px;
  }

  .mini_chart_wrapper {
    padding-left: 75px;
  }

  .sing-web-traffic_period {
    position: absolute;
    right: 0;
    bottom: 60px;
  }
}


@media (max-width:991px) {
    .sing-left-colum {
        position: fixed;
        top: 80px;
        left: 0;
        height: 100vh;
        transform: translateX(-315px);
        z-index: 1030;
    }
    .sing-left-colum-active {
        transform: translateX(0);
    }
    .sing-menu {
        padding: 0;
    }
    .sing-menu__blocks:last-child {
        /* padding: 0; */
        margin: 0;
    }
    .sing-menu__blocks:last-child::after {
        border: none;
    }
    /* .sing-menu__btn-log-out {
        display: none;
    } */
    .sing-right-colum {
        padding: 0;
        width: 100%;
    }
    .sing-head {
        width: calc(100% + 24px);
        transform: translateX(-12px);
    }
    .sing-head__active-account-container {
        display: flex;
        width: 100%;
        background-color: var(--color-verydarkgreen);
    }
    .sing-head__active-account {
      max-width: unset;
        border-color: var(--color-green);
    }

    .sing-head__active-account-color {
        margin-left: 50px;
    }

    .header_timezone {
      position: absolute;
      left: unset;
      right: 24px;
      bottom: 10px;
    }

    .sing-head__wrapper {
      position: relative;
      width: 100%;
      margin-bottom: 0;
    }

    .sing-head__logo {
        align-self: center;
    }
    .sing-head__logo svg {
        height: 40px;
    }
    .sing-head__user-name {
      position: absolute;
      right: 24px;
      bottom: 0;
      font-size: 20px;
      border-color: var(--color-green);
    }
    .sing-head__user-name+svg {
        width: 30px;
        height: 30px;
    }
    .sing-head__user-name+svg path {
        fill: var(--color-green);
    }
    .sing-web-traffic__page {
        font-size: 20px;
    }
    .sing-web-traffic__page:not(:last-child) {
        border-right-width: 0px;
    }
    .sing-web-traffic-by-country__statistic {
        max-width: 100%;
        height: auto;
    }
    .sing-firewall__grafick {
        width: 100%;
    }
    .sing-firewall__grafick-detalization {
        max-width: 100%;
        height: 70px;
        background-image: url("../img/sing-firewall__grafick-detalization-991.jpg");
    }

    .sing-web-traffic__stats {
      font-size: 14px;
    }

    .mini_chart_wrapper {
      padding-left: 102px;
    }

    .sing-web-traffic_period {
      position: static;
      max-width: 100px;
    }

    .sing-web-traffic_count {
      margin-bottom: 13px;
    }

}

@media (max-width:767px) {
    .login-header {
        font-size: 26px;
    }
    .login-form__btn {
        font-size: 24px;
    }

    .sing-left-colum {
      top: 60px;
      padding-top: 20px;
    }

    .header_timezone {
      position: static;
      display: block;
      margin: 15px auto;
    }

    .sing-head__user-name {
      display: none;
    }

    .sing-head__active-account-container {
      justify-content: center;
    }

    .sing-threats-list.horizontal-chart__list {
      display: block;
    }

    .sing-firewall__wrapper {
      display: block;
    }

    .sing-firewall__event_block:not(:first-child)::before {
      display: none;
    }

    .sing-firewall__event_block:not(:first-child) {
      padding-left: 0;
    }

    .sing-firewall__event_block {
      margin-bottom: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .sing-firewall__title {
      margin-bottom: 0;
    }

    .sing-firewall__counter {
      font-size: 16px;
      line-height: 19px;
    }
}

@media (max-width:575px) {
    .sing-header {
        font-size: 14px;
    }
    .sing-head__btn,
    .sing-head__btn svg {
        width: 26px;
        height: 19px;
        align-self: center;
    }
    .sing-head__logo svg {
        height: 28px;
    }
    .sing-head__user-name+svg {
        width: 24px;
        height: 24px;
    }
    .sing-head__user-name {
        font-size: 18px;
        border-bottom: 2px solid var(--color-green);
    }
    .sing-head__active-account {
        font-size: 16px;
        border-bottom: 2px solid var(--color-green);
    }
    .sing-head__active-account-color {
        margin-left: 25px;
    }
    .sing-web-traffic__page {
        font-size: 14px;
        border-bottom-width: 2px;
    }
}

.blur {
    filter: blur(3px);
}

#cloud_account_form {
  display: none;
}

[name="check_name_account"], [name="check_name_account"] option {
  color: #000;
}

.inline_list {
  position: relative;
  /* display: flex;
  flex-wrap: wrap;

  background-color: var(--color-darkgrey);
  padding: 1.5rem;
  padding-top: 0px; */
}

.inline_list::after {
  position: absolute;
  content: '';
  left: -30px;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid var(--color-verydarkgreen);
}

.inline_list span {
  display: block;
  /* margin: 5px 10px; */
  /* border: 1px solid gray; */
  /* padding: 5px 10px; */
  /* border-radius: 10px; */
}

#domains_remove_modal .modal-dialog {
  max-width: 520px;
}

#remove_domains_connect table {
  width: 100%;
}

#remove_domains_connect table td {
  padding: 0 5px;
}

#remove_domains_connect table thead {
  margin-bottom: 4px;
}

#remove_domains_connect table thead td {
  text-align: center;
}

#remove_domains_connect input {
  display: block;
  color: #000;
  width: 80px;
  margin: 0 auto;
}

#remove_domains_connect table thead td:first-child {
  text-align: left;
}

#remove_domains_connect table tbody td:first-child {
  width: 190px;
}

#whitelist_domains_connect tr td:last-child {
  text-align: right;
}

#allow_ip_table td {
  padding: 2.5px;
}

.domains_settings_asn_add {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top-left-radius: 5px;
  border: 1px solid grey;
  background: #000;
}

#add_asn_error {
  color: red;
  margin-bottom: 10px;
}
