.container[data-v-3c9fccbd] {
  display: flex;
  height: 51vh;
  border-radius: 12px;
  overflow: hidden;
}
.route-list[data-v-3c9fccbd] {
  background-color: #ffffff;
  overflow-y: auto;
  position: absolute;
  left: 25px;
  top: 35px;
  z-index: 1;
  border-radius: 12px;
}
.route-item[data-v-3c9fccbd] {
  display: flex;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s;
  color: #263446;
  padding: 15px 16px;
}
.route-title[data-v-3c9fccbd] {
  padding: 16px 0 10px 16px;
  color: #141414;
}
.route-item[data-v-3c9fccbd]:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.route-item.active[data-v-3c9fccbd] {
  background-color: #2b5bfc14;
}
.route-status[data-v-3c9fccbd] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.route-tickNumber[data-v-3c9fccbd] {
  border: 1px solid #ecf1fa;
  color: #26344699;
  padding: 4px 10px;
  border-radius: 12px;
  background-color: #ffffff;
}
.route-name[data-v-3c9fccbd] {
  padding-right: 8px;
}
.route-form[data-v-3c9fccbd] {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  margin-top: 6px;
  padding-right: 6px;
}
.route-header[data-v-3c9fccbd] {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.route-info[data-v-3c9fccbd] {
  flex: 1;
}
.route-info > div[data-v-3c9fccbd] {
  margin-bottom: 5px;
}
.map-container[data-v-3c9fccbd] {
  flex: 1;
  position: relative;
}
.theme-switch[data-v-3c9fccbd] {
  position: absolute;
  top: 20px;
  right: 80px;
  z-index: 1;
}
.theme-btn[data-v-3c9fccbd] {
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  background-color: #4169e1;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}
.theme-btn[data-v-3c9fccbd]:hover {
  background-color: #2850c9;
}
.transport-selector[data-v-3c9fccbd] {
  position: absolute;
  top: 20px;
  left: 550px;
  z-index: 1;
}
.transport-selector button[data-v-3c9fccbd] {
  margin-right: 10px;
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  background-color: #4169e1;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}
.transport-selector button[data-v-3c9fccbd]:hover {
  background-color: #2850c9;
}
.zoom-controls[data-v-3c9fccbd] {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
  display: flex;
  padding: 5px 10px;
  border-radius: 12px;
}
.zoom-controls .in[data-v-3c9fccbd] {
  padding-right: 10px;
}
.zoom-btn[data-v-3c9fccbd] {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background-color: #4169e1;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s;
}
.zoom-btn[data-v-3c9fccbd]:hover {
  background-color: #2850c9;
}
.zoom-btn span[data-v-3c9fccbd] {
  line-height: 1;
  user-select: none;
}
#Business[data-v-055740c6] {
  height: 330px;
}
.AccountsPayableCashOutflow[data-v-055740c6] {
  background-color: var(--dashboard-bg-color);
  border-radius: 8px;
  min-height: 335px;
  position: relative;
}
.select_box[data-v-055740c6] {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 2%;
  top: 15px;
}
.select_box .select_box_list[data-v-055740c6] {
  display: flex;
}
[data-v-055740c6] .ant-select {
  width: 100%;
}
.custom-tooltip-box {
  background-color: #000000b2 !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

/* @import 'swiper/css'; */
.ant-tooltip {
  z-index: 30000 !important;
}

.dashboard_pie[data-v-106c86ed] {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.dashboard_pie .cylindrical[data-v-106c86ed] {
  flex: 70%;
}
.dashboard_pie .pie[data-v-106c86ed] {
  flex: 30%;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(204, 214, 223, 0.3);
}
.drag[data-v-106c86ed] {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: var(--color-bag-1);
  position: fixed;
  text-align: center;
  right: 1%;
  top: 15%;
  cursor: pointer;
  user-select: none;
  z-index: 2;
}
.drag .el-icon-setting[data-v-106c86ed] {
  font-size: 24px;
  color: var(--color-zx-5);
  line-height: 34px;
}
.popover_title[data-v-106c86ed] {
  display: flex;
  justify-content: space-between;
  padding: 12px 0px;
  border-bottom: 1px solid var(--color-zx-1);
}
.popover_title .left[data-v-106c86ed] {
  display: flex;
  align-items: center;
}
.popover_title .el-icon-setting[data-v-106c86ed] {
  font-size: 24px;
  color: var(--color-zx-5);
  margin-right: 10px;
}
.popover_title span[data-v-106c86ed] {
  font-size: 16px;
  font-weight: normal;
  color: var(--color-zx-6);
}
.popover_title .el-icon-close[data-v-106c86ed] {
  color: var(--color-zx-5);
  font-size: 20px;
  cursor: pointer;
}
.popover_content[data-v-106c86ed] {
  padding: 8px 16px;
  font-weight: normal;
}
.popover_content span[data-v-106c86ed] {
  font-size: 14px;
  color: var(--color-zx-5);
}
.popover_content .check_box[data-v-106c86ed] {
  padding-top: 7px;
}
.popover_content .check_box .el-checkbox[data-v-106c86ed] {
  padding-bottom: 7px;
  display: flex;
  align-items: center;
}
.popover_content .check_box .el-checkbox[data-v-106c86ed] .el-checkbox__label {
  width: 275px;
  color: var(--color-zx-6);
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map[data-v-106c86ed] {
  margin-bottom: 20px;
}
.position_class[data-v-106c86ed] {
  position: relative;
}
.move[data-v-106c86ed] {
  position: absolute;
  top: -5px;
  left: 5px;
  font-size: 20px;
  z-index: 99999 !important;
  color: #4972fd;
  cursor: move;
}
.move img[data-v-106c86ed] {
  width: 20px;
  height: 20px;
}
.billing_gap[data-v-106c86ed] {
  margin-bottom: 20px;
}
.dashboard_box[data-v-106c86ed] {
  display: grid;
}
.dashboard_box .box[data-v-106c86ed] {
  padding: 10px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
  background-color: var(--dashboard-bg-color);
  box-shadow: 0px 0px 12px 0px rgba(204, 214, 223, 0.3);
  min-width: 250px;
}
.dashboard_box .box .item_amount[data-v-106c86ed] {
  color: var(--text-color5);
  font-size: 20px;
  font-weight: 700;
}
.dashboard_box .box .item_cy[data-v-106c86ed] {
  color: var(--text-color5);
  font-size: 12px;
  padding-left: 8px;
}
.dashboard_box .box .item_title[data-v-106c86ed] {
  font-size: 12px;
  color: var(--text-color1);
  line-height: 40px;
  display: flex;
  align-items: center;
}
.dashboard_box .box[data-v-106c86ed]:last-child {
  margin-bottom: 0px;
}
.toparea[data-v-106c86ed] {
  background-color: var(--dashboard-bg-color);
  border-radius: 8px;
  padding: 0px 20px 5px 20px;
  margin-bottom: 20px;
}
.toptitle[data-v-106c86ed] {
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 15px;
  font-weight: 550;
  color: var(--text-color1);
}
.iconimg[data-v-106c86ed] {
  width: 20px;
  margin-right: 5px;
}
.iconimg_dark[data-v-106c86ed] {
  margin-right: 5px;
  width: 15px;
  margin-bottom: 3px;
}
