body {
  padding: 0;
  margin: 0;
}

.preloader {
  position: "fixed";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-element {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #01c864;
  animation: fill 1s ease-in infinite alternate;
}
.preloader-element::before,
.preloader-element::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.preloader-element::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
._header_rtbo9_1 {
  background-color: #fff;
  padding: 15px 20px;
}
._header_rtbo9_1 ._title_rtbo9_5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  border-right: 1px solid #eee;
  padding-right: 20px;
  width: fit-content;
}

._body_rtbo9_15 {
  background-color: #fff;
  border-radius: 6px;
  height: calc(100vh - 60px);
}

._map_rtbo9_21 {
  width: 100% !important;
}.ymaps-2-1-79-map,
.ymaps-2-1-79-map,
.ymaps-2-1-79-i-ua_js_yes,
.ymaps-2-1-79-map-bg,
.ymaps-2-1-79-islets_map-lang-ru {
  width: 100% !important;
}



._header_1g7b7_1 {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
}

._headerLeftSide_1g7b7_10 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_1g7b7_10 ._title_1g7b7_17 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_1g7b7_23 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_1g7b7_30 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_1g7b7_36 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._cards_1pknk_1 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}
._cards_1pknk_1 ._card_1pknk_1 {
  width: 193vw;
  height: 103px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
._cards_1pknk_1 ._card_1pknk_1 ._cardCount_1pknk_19 {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 24px;
}
._cards_1pknk_1 ._card_1pknk_1 ._cardTitle_1pknk_25 {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
._cards_1pknk_1 ._activeCard_1pknk_31 {
  border: 2px solid #2d6ce5;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}._statusBox_1dag6_1 {
  height: 60vh;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: scroll;
  position: relative;
  margin-right: 20px;
}
._statusBox_1dag6_1 ._loadData_1dag6_9 {
  display: flex;
  justify-content: center;
  align-items: center;
}
._statusBox_1dag6_1 ._box_1dag6_14 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  position: sticky;
  top: 0;
}
._statusBox_1dag6_1 ._box_1dag6_14 ._bikeNum_1dag6_22 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  border-right: 2px solid #d9d9d9;
  padding: 10px 50px 10px 20px;
}
._statusBox_1dag6_1 ._box_1dag6_14 ._bikeBattery_1dag6_29 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 50px 10px 50px;
}
._statusBox_1dag6_1 ._bike_1dag6_22 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
._statusBox_1dag6_1 ._bike_1dag6_22 ._bikeName_1dag6_42 {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 30px;
}
._statusBox_1dag6_1 ._bike_1dag6_22 ._bikeStatus_1dag6_47 {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 5px 60px;
}
._statusBox_1dag6_1 ._noData_1dag6_54 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
  margin-top: 30px;
}