@import "./fonts/stylesheet.css";
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #fefdfc;
  background: #020202;
  line-height: 160%;
  font-weight: 500;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1615px;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2 {
  font-family: "Sora";
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}

h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
h6.upper {
  text-transform: uppercase;
}

.wrapper {
  padding-top: 50px;
  padding: 50px 0 30px 215px;
}

.check {
  position: relative;
}
.check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.check input:checked + label::before {
  border: 2px solid #6a60e4;
  background: #6a60e4;
}
.check input:checked + label::after {
  opacity: 1;
}
.check label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
}
.check label::before {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #9a9abb;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.check label::after {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  content: "";
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 4px;
  left: 7px;
  height: 8px;
  -webkit-transform: translateY(calc(50% - 4px)) rotate(45deg);
          transform: translateY(calc(50% - 4px)) rotate(45deg);
}
.check label span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 2px solid #9a9abb;
  border-radius: 2px;
  display: block;
  margin-left: 4px;
}
.check label span.solid {
  background: #9a9abb;
}

.header {
  padding: 10px 0 10px 215px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner-logo {
  display: none;
}

.burger {
  display: none;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav__inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-left: 20px;
  color: #fff;
}
.nav__inner-link svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.nav__inner-link:hover {
  color: #6a60e4;
}
.nav__inner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.nav__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  margin-left: 10px;
}
.nav__inner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.nav__inner-not {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #fff;
}
.nav__inner-not svg {
  width: 100%;
  height: 100%;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 215px;
  background: #202020;
}
.sidebar__link {
  padding: 10px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.sidebar__link svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.sidebar__link span {
  display: block;
  width: calc(100% - 20px);
}
.sidebar__link.active {
  background: rgba(154, 154, 187, 0.6);
}
.sidebar__head .sidebar__link {
  margin: 4px -13px 0 -13px;
}
.sidebar__drop {
  margin-bottom: 8px;
}
.sidebar__drop.active .sidebar__drop-btn {
  background: rgba(154, 154, 187, 0.6);
}
.sidebar__drop-content {
  background: rgba(154, 154, 187, 0.1);
}
.sidebar__drop-btn {
  padding: 10px 24px 10px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
  color: #fff;
  position: relative;
}
.sidebar__drop-btn svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.sidebar__drop-btn i {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sidebar__drop-btn i svg {
  width: 100%;
  height: 100%;
}
.sidebar__drop-btn span {
  display: block;
  width: calc(100% - 20px);
}
.sidebar__head {
  padding: 38px 22px 22px 22px;
  position: relative;
  margin-bottom: 10px;
}
.sidebar__head::before {
  position: absolute;
  width: calc(100% - 26px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  content: "";
  background: rgba(254, 253, 252, 0.6);
}
.sidebar__inner {
  height: 100%;
  overflow-y: auto;
}
.sidebar__inner::-webkit-scrollbar {
  display: none;
}
.sidebar__inner {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.sidebar__mobile {
  display: none;
}

.dash {
  padding: 14px 0;
}
.dash h1 {
  margin-bottom: 12px;
}
.dash .semiTitle {
  margin-bottom: 10px;
}
.dash__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dash__col {
  margin: 12px;
}
.dash__col.col-3 {
  width: calc(33.3% - 24px);
  margin: 12px;
}
.dash__col.col-2 {
  width: calc(50% - 24px);
  margin: 12px;
}

.nodes {
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(51, 51, 51, 0.6);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
          box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
  height: calc(100% - 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nodes__progress {
  padding: 15px;
}
.nodes__progress h6 {
  margin-bottom: 5px;
}
.nodes__progress-numb {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.nodes__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(80%, RGBA(89, 82, 175, 0.2)), to(RGBA(89, 82, 175, 0)));
  background: linear-gradient(180deg, #020202 0%, RGBA(89, 82, 175, 0.2) 80%, RGBA(89, 82, 175, 0) 100%);
}
.nodes__info-item {
  width: 33.3%;
  padding: 20px 16px;
}
.nodes__info-item:last-child {
  background: linear-gradient(171deg, #000 0%, rgba(0, 0, 0, 0) 160%);
  border-radius: 0px 0px 16px 0px;
}
.nodes__info-item:last-child .nodes__info-numb {
  color: #6a60e4;
}
.nodes__info-item h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.nodes__info-item h6.blue span {
  background: #4579ff;
}
.nodes__info-item h6.yellow span {
  background: #e5964d;
}
.nodes__info-item h6.purple span {
  background: #6a60e4;
}
.nodes__info-item h6 span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  margin-right: 4px;
}
.nodes__info-numb {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.nodes .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 96px;
  height: 27px;
  overflow: hidden;
}
.nodes .progress span {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 96px;
  display: block;
  height: 100%;
  -webkit-transform: rotate(0.23deg);
          transform: rotate(0.23deg);
  position: relative;
  margin-right: -5%;
}
.nodes .progress span.purple {
  background: linear-gradient(177.35deg, #9b93ff -34.83%, #50499f 97.79%);
}
.nodes .progress span.yellow {
  background: #e5964d;
}
.nodes .progress span.blue {
  background: #4579ff;
}

.pods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 28px);
}
.pods__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  background: rgba(51, 51, 51, 0.6);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
          box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
}
.pods__total {
  border-radius: 16px;
  padding: 38px 15px;
  width: 50%;
  background: #020202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pods__total-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pods__total-text strong {
  display: block;
  font-size: 24px;
  line-height: 32px;
}
.pods__info {
  width: calc(50% - 28px);
}
.pods__info-item {
  padding-left: 10px;
  border-left: 2px solid #9a9abb;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pods__info-item:last-child {
  margin-bottom: 0;
}
.pods__info-item strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.pods__footer {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  background: rgba(51, 51, 51, 0.6);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
          box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pods__footer p {
  font-weight: 600;
}
.pods__footer p:first-child {
  font-weight: 400;
  color: #9a9abb;
}

.detail {
  border-radius: 16px;
  height: calc(100% - 28px);
  padding: 4px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(51, 51, 51, 0.6);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
          box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
}
.detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px;
  border-bottom: 1px solid rgba(254, 253, 252, 0.4);
}
.detail__body {
  background: #020202;
  padding-bottom: 14px;
}
.detail__body h6 {
  padding: 14px;
  font-weight: 400;
}
.detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(51, 51, 51, 0.6);
  margin-bottom: 18px;
  padding: 0 14px;
}
.detail__item p {
  font-weight: 400;
}
.detail__item p:first-child {
  text-transform: uppercase;
}
.detail__item:last-child {
  margin-bottom: 0;
}

.hard {
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(51, 51, 51, 0.6);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
          box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
.hard__chart {
  width: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hard__chart img {
  width: 100%;
}
.hard__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
  width: calc(100% - 123px);
}
.hard__item {
  width: calc(50% - 8px);
  margin: 4px;
  background: #020202;
  padding: 16px 10px;
  border-radius: 16px;
}
.hard__item h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hard__item h6.yellow span {
  background: #e5964d;
}
.hard__item h6.purple span {
  background: #6a60e4;
}
.hard__item h6.stroke span {
  background: #262626;
}
.hard__item h6.solid span {
  background: #fff;
}
.hard__item h6 span {
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  margin-right: 13px;
}
.hard__item-numb {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
}
.hard__item-numb small {
  font-size: 14px;
  color: #9a9abb;
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
}

.charts__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px 12px -12px;
}
.charts__btns {
  width: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px;
  position: relative;
}
.charts__btns::before {
  position: absolute;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  content: "";
  left: 0;
  width: 100%;
  background: #333333;
}
.charts__btns button {
  padding: 8px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-right: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.charts__btns button::before {
  position: absolute;
  bottom: -2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 2px;
  content: "";
  border-radius: 2px;
  left: 0;
  width: 0%;
  background: #333333;
}
.charts__btns button:last-child {
  margin-bottom: 0;
}
.charts__btns button.active {
  color: #fff;
  font-weight: 600;
}
.charts__btns button.active::before {
  width: 100%;
  background: #fff;
}
.charts__checks {
  margin: 12px;
  width: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chartsCpu {
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(51, 51, 51, 0.6);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
          box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.chartsCpu__labels {
  width: 180px;
  background: #020202;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  margin-right: 20px;
}
.chartsCpu__labels p {
  padding: 4px;
  margin-bottom: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chartsCpu__labels p.yellow span {
  background: #e5964d;
}
.chartsCpu__labels p.blue span {
  background: #4579ff;
}
.chartsCpu__labels p.white span {
  background: #fff;
}
.chartsCpu__labels p.purple span {
  background: #6a60e4;
}
.chartsCpu__labels p span {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  display: block;
}
.chartsCpu__labels p:last-child {
  margin-bottom: 0;
}
.chartsCpu__chart {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chartsCpu__chart img {
  width: 100%;
}
.chartsGib {
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(51, 51, 51, 0.6);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
          box-shadow: 2px 2px 8px 2px rgba(109, 127, 136, 0.06);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chartsGib__labels {
  width: 220px;
  margin-right: 20px;
}
.chartsGib__label {
  padding: 4px;
  border-radius: 4px;
  background: #020202;
  padding-left: 14px;
  position: relative;
  margin-bottom: 18px;
}
.chartsGib__label.yellow::before {
  background: #e5964d;
}
.chartsGib__label.purple::before {
  background: #6a60e4;
}
.chartsGib__label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 2px;
  content: "";
  height: 90%;
  border-radius: 2px;
}
.chartsGib__label h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.chartsGib__label-numb {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.chartsGib__label-numb small {
  font-weight: 400;
  font-size: 14px;
}
.chartsGib__chart {
  width: calc(100% - 240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chartsGib__chart img {
  width: 100%;
}

.workload {
  padding: 16px 0;
}
.workload h2 {
  margin-bottom: 96px;
}
.workload__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}
.workload__info {
  margin-top: 24px;
  width: 150px;
  border-radius: 12px;
  background: #202020;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.workload__info-text {
  padding: 4px 0 4px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fefdfc;
  position: relative;
}
.workload__info-text:last-child {
  margin-bottom: 0;
}
.workload__info-text::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.workload__info-text.orange::before {
  background: #e5964d;
}
.workload__info-text.blue::before {
  background: #4579ff;
}
.workload__info-text.gray::before {
  background: #9a9abb;
}
.workload__info-text.purple::before {
  background: #6a60e4;
}
.workload__content {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.workload__current {
  width: calc(52% - 4px);
}
.workload__current-title {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.workload__current-inner {
  border-radius: 16px;
  background: #202020;
  height: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.workload__current-left {
  width: calc(50% - 5px);
  border-radius: 12px;
  background: #000;
}
.workload__current-left .workload__time {
  margin-top: 27px;
}
.workload__current-right {
  width: calc(50% - 5px);
  border-radius: 12px;
  background: #000;
  position: relative;
}
.workload__current-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  width: 1px;
  border-right: 1px dashed rgba(255, 255, 255, 0.35);
}
.workload__current-right-box {
  margin-top: 27px;
  background: rgba(255, 255, 255, 0.14);
}
.workload__current-right-box .workload__line {
  width: 100%;
  position: static;
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  margin-bottom: 3px;
}
.workload__current-right-box .workload__line span {
  border-color: rgba(255, 255, 255, 0.4);
}
.workload__current-right-box .workload__line span svg {
  color: rgba(255, 255, 255, 0.4);
}
.workload__current-right-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.workload__current-right-box-row .workload__time.orange {
  width: calc(69% - 3px);
}
.workload__current-right-box-row .workload__time.blue {
  width: 31%;
}
.workload__current-right-box:nth-child(2) {
  margin-top: 14px;
  margin-bottom: 20px;
  margin-right: 13px;
}
.workload__current-right-box:nth-child(2) .workload__current-right-box-row .workload__time.orange {
  width: calc(63% - 3px);
}
.workload__current-right-box:nth-child(2) .workload__current-right-box-row .workload__time.blue {
  width: 37%;
}
.workload__turbo {
  width: calc(48% - 4px);
}
.workload__turbo-title {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.workload__turbo-inner {
  border-radius: 16px;
  background: #202020;
  height: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.workload__turbo-inner .workload__line {
  top: 23px;
}
.workload__turbo-inner .workload__line-box {
  position: absolute;
  top: 0;
  left: calc(50% + 22px);
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.workload__turbo-left {
  width: calc(54.4% - 5px);
  border-radius: 12px;
  background: #000;
}
.workload__turbo-left .workload__time {
  margin-top: 27px;
}
.workload__turbo-right {
  width: calc(45.6% - 5px);
  border-radius: 12px;
  background: #000;
  position: relative;
}
.workload__turbo-right::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  height: 130px;
  width: 1px;
  border-right: 1px dashed rgba(255, 255, 255, 0.35);
}
.workload__turbo-right-box {
  margin-top: 27px;
  background: rgba(255, 255, 255, 0.14);
}
.workload__turbo-right-box .workload__line {
  width: 100%;
  position: static;
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  margin-bottom: 14px;
}
.workload__turbo-right-box .workload__line span {
  border-color: rgba(255, 255, 255, 0.4);
}
.workload__turbo-right-box .workload__line span svg {
  color: rgba(255, 255, 255, 0.4);
}
.workload__turbo-right-box .workload__line-box {
  position: static;
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.workload__turbo-right-box .workload__time {
  margin-bottom: 14px;
  width: 80%;
}
.workload__turbo-right-box .workload__time:nth-child(3) {
  margin-bottom: 0;
  width: 100%;
}
.workload__time {
  padding: 5px;
  border-radius: 24px;
  background: #9a9abb;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-align: center;
  position: relative;
}
.workload__time-cont {
  padding: 5px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  position: absolute;
  left: 2px;
  top: 2px;
  color: #fff;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
  border-radius: 12px;
  background: #e5964d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workload__time.orange {
  color: #fff;
  border-radius: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fb7f0c), to(#e79447));
  background: linear-gradient(0deg, #fb7f0c 0%, #e79447 100%);
}
.workload__time.blue {
  color: #fff;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#376fff), to(#2f5bcc));
  background: linear-gradient(180deg, #376fff 0%, #2f5bcc 100%);
}
.workload__time.purple {
  color: #fff;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a60e4), to(#9b93ff));
  background: linear-gradient(180deg, #6a60e4 0%, #9b93ff 100%);
}
.workload__time.purple .workload__time-cont {
  background: #766deb;
}
.workload__line {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% - 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.workload__line-box {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
}
.workload__line span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1.5px dashed #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.workload__line span svg {
  color: #fff;
  width: 8px;
  height: 13px;
}

.cluster {
  padding: 16px 0;
}
.cluster h2 {
  margin-bottom: 56px;
}
.cluster__table {
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(135, 135, 135, 0.1), 0px -18px 39px 0px rgba(135, 135, 135, 0.1), 0px -71px 71px 0px rgba(135, 135, 135, 0.09), 0px -159px 95px 0px rgba(135, 135, 135, 0.05), 0px -282px 113px 0px rgba(135, 135, 135, 0.01), 0px -441px 123px 0px rgba(135, 135, 135, 0);
          box-shadow: 0px 0px 0px 0px rgba(135, 135, 135, 0.1), 0px -18px 39px 0px rgba(135, 135, 135, 0.1), 0px -71px 71px 0px rgba(135, 135, 135, 0.09), 0px -159px 95px 0px rgba(135, 135, 135, 0.05), 0px -282px 113px 0px rgba(135, 135, 135, 0.01), 0px -441px 123px 0px rgba(135, 135, 135, 0);
  border-radius: 16px;
}
.cluster__table-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cluster__table-filter svg {
  width: 16px;
  height: 16px;
  color: #fff;
  margin-left: 6px;
}
.cluster__table-prog {
  padding: 1px 8px 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cluster__table-prog-text {
  margin-bottom: 1px;
}
.cluster__table-prog-progress {
  width: 120px;
  background: #fefdfc;
  border-radius: 2px;
  position: relative;
  height: 4px;
  overflow: hidden;
}
.cluster__table-prog-progress span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  height: 100%;
  background: #6a60e4;
  z-index: 1;
}
.cluster__table-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cluster__table-text svg {
  width: 12px;
  height: 6px;
  margin: 0 4px;
}
.cluster__table-text span {
  color: #9b93ff;
}
.cluster__table table {
  width: 100%;
  border-collapse: collapse;
}
.cluster__table th {
  padding: 12px 16px 13px 16px;
  border-left: 1px solid rgba(51, 51, 51, 0.6);
  background: #000;
  text-align: left;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.cluster__table th:first-child {
  border-radius: 16px 0px 0px 0px;
  border: unset;
}
.cluster__table th:last-child {
  border-radius: 0px 16px 0px 0px;
  border: unset;
}
.cluster__table td {
  padding: 7px 16px;
  background: rgba(51, 51, 51, 0.6);
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.cluster__table td p {
  max-width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cluster__table td:nth-child(4) {
  text-align: center;
}
.cluster__table td:nth-child(5) {
  text-align: center;
}
.cluster__table td:nth-child(6) {
  text-align: center;
}
.cluster__table tr:last-child td {
  padding: 7px 16px 20px 16px;
}
.cluster__table tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.cluster__table tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.cluster .table {
  width: 100%;
  overflow-x: auto;
}
.cluster .table::-webkit-scrollbar {
  display: none;
}
.cluster .table {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

@media (max-width: 1620px) {
  h6 {
    font-size: 12px;
    line-height: 16px;
  }
  body {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1460px) {
  .check label {
    font-size: 12px;
    line-height: 16px;
  }
  .dash__row {
    margin: 0 -8px;
  }
  .dash__col.col-3 {
    width: calc(33.3% - 16px);
    margin: 8px;
  }
  .dash__col.col-2 {
    width: calc(50% - 16px);
    margin: 8px;
  }
  .nodes__info-item {
    padding: 16px 10px;
  }
  .nodes__info-item h6 {
    font-size: 10px;
    line-height: 14px;
  }
  .nodes .progress {
    height: 24px;
  }
  .pods__info-item {
    font-size: 12px;
    line-height: 16px;
  }
  .charts__btns {
    margin: 8px;
    width: calc(50% - 16px);
  }
  .charts__checks {
    margin: 8px;
    width: calc(50% - 16px);
  }
  .workload h2 {
    margin-bottom: 72px;
  }
  .workload__info {
    width: 130px;
  }
  .workload__info-text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .workload__content {
    width: calc(100% - 140px);
  }
  .workload__time-cont {
    padding: 5.5px 4px;
    font-size: 7px;
  }
  .cluster h2 {
    margin-bottom: 30px;
  }
  .cluster__table th {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 1340px) {
  .detail {
    font-size: 10px;
  }
  .pods__total-text {
    font-size: 12px;
    line-height: 14px;
  }
  .pods__info {
    width: calc(50% - 12px);
  }
  .hard__chart {
    width: 90px;
  }
  .hard__info {
    width: calc(100% - 100px);
  }
  .hard__item-numb {
    font-size: 16px;
    line-height: 18px;
  }
  .hard__item-numb small {
    font-size: 12px;
    line-height: 16px;
  }
  .workload h2 {
    margin-bottom: 50px;
  }
  .workload__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workload__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .workload__info-text {
    margin-bottom: 0;
    margin-right: 32px;
    font-size: 14px;
  }
  .workload__content {
    width: 100%;
  }
  .workload__time {
    font-size: 12px;
    padding: 6px 5px;
  }
  .workload__time-cont {
    padding: 6px 4px;
    font-size: 6px;
  }
  .workload__info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .workload__info-text {
    margin: 0;
  }
}
@media (max-width: 1240px) {
  .auto__container {
    padding: 0 16px;
  }
  .dash__col.col-3 {
    width: calc(50% - 16px);
  }
  .dash__col.col-3:nth-of-type(3) {
    width: calc(100% - 16px);
  }
  .nodes__info-numb {
    font-size: 20px;
    line-height: 24px;
  }
  .charts__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 16px 0;
  }
  .charts__btns {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .charts__checks {
    width: 100%;
    margin: 0;
  }
  .workload h2 {
    margin-bottom: 30px;
  }
  .workload__current-inner {
    padding: 8px;
  }
  .workload__current-left {
    width: calc(50% - 3px);
  }
  .workload__current-right {
    width: calc(50% - 3px);
  }
  .workload__current-right::before {
    right: 8px;
  }
  .workload__current-right-box:nth-child(2) {
    margin-right: 8px;
  }
  .workload__turbo-inner {
    padding: 8px;
  }
  .workload__turbo-inner .workload__line-box {
    left: calc(50% + 18px);
  }
  .workload__line {
    width: calc(100% - 16px);
  }
  .workload__time-cont {
    padding: 6.5px 4px;
    font-size: 5px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 24px 0;
    position: fixed;
    background: #000;
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__inner-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
  }
  .header__inner-logo img {
    width: 100%;
  }
  .nav__inner-links {
    display: none;
  }
  body.active {
    overflow: hidden;
  }
  .sidebar {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .sidebar.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .sidebar__mobile {
    display: block;
  }
  .sidebar__head {
    padding: 10px 22px;
  }
  .sidebar__head .sidebar__link {
    margin-top: 0;
  }
  .sidebar__head-logo {
    display: none;
  }
  .sidebar__inner {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 215px;
    z-index: 1;
    height: 100%;
    overflow-y: auto;
    background: #020202;
  }
  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 24px;
    margin-left: 12px;
    height: 30px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 20%;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 20%;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .wrapper {
    padding: 80px 0 0 0;
  }
  .dash__col.col-2 {
    width: calc(100% - 16px);
  }
}
@media (max-width: 840px) {
  .chartsCpu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chartsCpu__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 0 16px 0;
  }
  .chartsCpu__labels p {
    margin: 0;
  }
  .chartsCpu__chart {
    width: 100%;
  }
  .chartsGib {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chartsGib__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 0 16px 0;
  }
  .chartsGib__label {
    margin: 0 16px 0 0;
  }
  .chartsGib__label:last-child {
    margin-right: 0;
  }
  .chartsGib__chart {
    width: 100%;
  }
  .workload h2 {
    margin-bottom: 20px;
  }
  .workload__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workload__current {
    width: 100%;
    margin-bottom: 20px;
  }
  .workload__turbo {
    width: 100%;
  }
  .workload__turbo-right-box {
    margin-bottom: 20px;
  }
  .workload__turbo-right::before {
    height: 95%;
  }
}
@media (max-width: 700px) {
  .dash__row {
    margin: 0 !important;
  }
  .dash__col {
    margin: 0 0 16px 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 540px) {
  h1,
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .workload h2 {
    margin-bottom: 16px;
  }
  .workload__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .workload__info-text {
    width: 50%;
    padding: 4px 4px 4px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cluster h2 {
    margin-bottom: 16px;
  }
  .hard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hard__chart {
    margin-bottom: 16px;
  }
  .hard__info {
    width: 100%;
  }
  .chartsCpu__labels {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4px;
  }
  .chartsCpu__labels p {
    margin: 0;
    width: 50%;
  }
  .chartsGib__labels {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .chartsGib__label {
    width: calc(50% - 10px);
    margin: 0;
  }
  .charts__checks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -6px;
    width: calc(100% + 12px);
  }
  .charts__checks .check {
    width: calc(50% - 12px);
    margin: 6px;
  }
}