html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-geofence-btn {
  left: 369px;
}

.custom-geofence-btn:hover {
  background-color: #00838f;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 600px) {
  .custom-geofence-btn {
    left: 9px;
  }
}
