/* Mixins */
/* Mixins */
.view-chart-panel {
  background: #100c2a !important;
}
.view-chart-panel .chart-panel-header {
  margin-bottom: 4px;
}
.view-chart-panel .chart-panel-header .chart-panel-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}
.view-chart-panel .chart-panel-header .chart-panel-title .chart-panel-title-triangle {
  font-size: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: green;
}
.view-chart-panel .chart-panel-header .chart-panel-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 8px;
}
.view-chart-panel .chart-panel-header .chart-panel-bottom {
  position: relative;
  height: 5px;
}
.view-chart-panel .chart-panel-header .chart-panel-bottom .chart-panel-line {
  height: 1px;
  position: absolute;
  top: 2px;
  left: 13px;
  right: 13px;
  background-color: rgba(255, 255, 255, 0.6);
}
.view-chart-panel .chart-panel-header .chart-panel-bottom .chart-panel-dot {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.view-chart-panel .chart-panel-header .chart-panel-bottom .chart-panel-dot-left {
  left: 4px;
}
.view-chart-panel .chart-panel-header .chart-panel-bottom .chart-panel-dot-right {
  right: 4px;
}
.view-chart-panel .chart-panel-content {
  position: relative;
  height: calc(100% - 39px);
}
/* Mixins */
.view-text {
  height: 100%;
  width: 100%;
}
/* Mixins */
.view-parking-text {
  text-align: left;
  color: #fff;
}
.view-parking-text .parking-title {
  padding-right: 8px;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: bold;
}
.view-parking-text .parking-desc {
  font-size: 12px;
  -webkit-transform: scale(0.83);
          transform: scale(0.83);
}
.view-parking-text .parking-count {
  -webkit-transform: scale(0.83);
          transform: scale(0.83);
}
/* Mixins */
.view-image {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* Mixins */
.view-line-arrow {
  height: 100%;
  width: 100%;
  position: relative;
}
.view-line-arrow .passby {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: white;
  border: 1px solid rgb(34, 14, 223);
  cursor: move;
}
/* Mixins */
.view-bizier-curve-arrow {
  height: 100%;
  width: 100%;
  position: relative;
}
.view-bizier-curve-arrow .passby {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: white;
  border: 1px solid rgb(34, 14, 223);
  cursor: move;
}
/* Mixins */
.view-dashboard-component .dashboard-header {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.view-dashboard-component .dashboard-header .ant-col {
  height: 48px;
}
.view-dashboard-component .ant-layout-content {
  overflow: auto;
}
.view-dashboard-component .collapsed-wrapper {
  cursor: pointer;
  padding: 12px 0;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-top: solid 1px #1F252E;
}
.view-dashboard-component .collapsed-wrapper:hover {
  color: var(--primaryColor);
}
.view-dashboard-component .dashboard-sider {
  background: #252B36;
  min-height: calc(100vh - 48px) !important;
  height: calc(100vh - 48px);
  overflow: auto;
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root {
  color: #96A1B3;
  height: calc(100vh - 48px - 52px);
  overflow: auto;
  background: #252B36;
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .anticon {
  margin-left: -2px;
  margin-top: -4px;
  font-size: 18px;
  vertical-align: middle;
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-item-divider {
  background-color: #1F252E;
  margin: 0;
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-sub {
  background: #191F28;
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-item-selected, .view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-sub-item-selected {
  background-color: transparent;
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-item-selected span, .view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-item-selected i, .view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-sub-item-selected span, .view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-sub-item-selected i {
  color: var(--primaryColor);
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-item-wrapper, .view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-sub-menu-item-wrapper .ant-menu-submenu-title {
  border-left: solid 2px #252B36;
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-menu-item-wrapper__selected {
  border-left-color: var(--primaryColor);
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-sub-menu-item-wrapper__selected .ant-menu-submenu-title {
  border-left-color: var(--primaryColor);
}
.view-dashboard-component .dashboard-sider .ant-menu.ant-menu-root .ant-sub-menu-item-wrapper__selected .ant-menu-submenu-title i {
  color: var(--primaryColor);
}
.view-dashboard-component .dashboard-header {
  z-index: 1;
  color: #fff;
  background: #001529;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(43, 53, 62, 0.6);
          box-shadow: 0px 0px 8px 0px rgba(43, 53, 62, 0.6);
  padding: 0;
}
.view-dashboard-component .dashboard-header .header-logo {
  padding-left: 24px;
}
.view-dashboard-component .dashboard-header .header-logo .header-title {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
}
.view-dashboard-component .dashboard-header .username-menu {
  height: 48px;
  padding-right: 20px;
}
.view-dashboard-component .dashboard-header .username-menu .username-menu-email {
  display: inline-block;
  max-width: 200px;
  font-weight: 400;
}
.view-dashboard-component .dashboard-header .username-menu .user-header {
  font-size: 30px;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 4px;
}
.view-dashboard-component .dashboard-view {
  padding: 0;
  height: calc(100vh - 48px);
  background: #030f27;
  overflow: auto;
  overflow-x: auto !important;
  position: relative;
}
@charset "UTF-8";
/* Mixins */
.view-parking {
  overflow: hidden;
  height: 100%;
  padding: 0 1px;
  position: relative;
}
.view-parking .parking-car {
  width: 100%;
  margin-top: 8px;
}
.view-parking .parking-div {
  height: 100%;
  width: 100%;
}
.view-parking .close-parking {
  background-color: #999;
}
.view-parking .bad-parking {
  background-color: firebrick;
}
.view-parking .free-parking {
  background-color: green;
}
.view-parking .parking-no {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
}
.parking-tip-title {
  font-size: 20px;
  font-weight: bold;
  padding: 0 16px;
}
.parking-tip-status {
  font-size: 16px;
  font-weight: bold;
}
.parking-tip-status-空闲 {
  color: green;
}
.parking-tip-status-故障, .parking-tip-status-占用 {
  color: firebrick;
}
.parking-tip-status-未启用 {
  color: #999;
}
/* Mixins */
.topo-dropdown-overlay .ant-dropdown-menu {
  background-color: #112138;
  padding: 0;
}
.topo-dropdown-overlay .ant-dropdown-menu .ant-dropdown-menu-item {
  font-size: 12px;
  padding: 0.5px 8px;
  color: #fff;
}
.topo-dropdown-overlay .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: transparent;
}
/* Mixins */
.view-chart {
  width: 100%;
  height: 100%;
}
/* Mixins */
.topo-render-component {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: auto;
}
/* Mixins */
.topo-render {
  overflow: auto;
  background-color: white;
  position: relative;
  height: 100%;
  width: 100%;
}
/* Mixins */
.parking-component {
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=56.e85dd385.css.map*/