/* line 1, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-controls {
  z-index: 1;
  width: 100%;
  background: #fff;
}

/* line 6, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-controls .dashboard-map-date {
  font-weight: 400 !important;
  color: var(--font-body-color);
}

/* line 11, app/assets/stylesheets/pages/dashboard.scss */
#map {
  position: initial !important;
  height: 100%;
}

/* line 16, app/assets/stylesheets/pages/dashboard.scss */
#coverageMap {
  position: initial !important;
  height: 100%;
}

/* line 22, app/assets/stylesheets/pages/dashboard.scss */
#markerLayer img[src*="technician_profile"] {
  border-radius: 50%;
  box-shadow: grey 0 2px 7px;
}

/* line 27, app/assets/stylesheets/pages/dashboard.scss */
#markerLayer div {
  overflow: visible !important;
}
