.cs-map-sidebar {
  position: absolute;
  left: 50%;
  top: 0px;
  background-color: #d3d3d3;
  width: 5px;
  height: 100%;
  z-index: 9999;
}
.cs-map-sidebar:hover {
  cursor: ew-resize;
}
