.track-page-component {
  background: #f5f5f5;
}
.track-page-component .left-track-page-context {
  position: absolute;
  top: 0;
  left: 55px;
  max-height: 100%;
  z-index: 101;
  flex-wrap: nowrap;
}
.track-page-component .map-container {
  position: absolute;
  top: 0;
  left: 55px;
  width: calc(100% - 55px);
  height: 100%;
  z-index: 1;
}
.track-page-component .map-loading-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.track-page-component .list-change-control {
  margin: 8px 0;
}
.track-page-component .list-change-control .list-change-item {
  padding: 0 5px;
  color: #757575;
}
.track-page-component .list-change-control .list-change-item:hover {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  cursor: pointer;
}
.track-page-component .list-change-control .list-change-item.active {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}

.route-track .side-bar {
  z-index: 501;
  position: absolute;
  left: 0;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvYXBwfjM5Y2YzMjVkLmJmOThiNDg0NmZhNDU0YmRhMWQwLmNodW5rLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/