@import "./sidebar.css";
@import "./menu.css";
@import "./icon.css";
@import "./form.css";
@import "./delete.css";
@import "./actions.css";

#totalDistance {
  /* margin-top: 2.5px;
  margin-bottom: 2.5px; */
  /* height: 24px; */
}

#missionInfoContainer {
  font-size: small;
  text-align: center;
  width: 230px;
  height: 40px;
  padding: 0.5rem;
  color: white;
  position: absolute;
  z-index: 9;
  background: purple;
  left: calc(50% - 75px - 0.5rem);
}

#missionInfoContainer .row {
  margin-left: 0;
  margin-right: 0;
}

hr {
  background-color: rgba(255, 255, 255, 0.5);
}

.white {
  color: "white";
}

.full-hr {
  width: 100%;
}

#map {
  height: 100vh;
  /* width: 100vw; */
}

#gimbalPOI {
  display: none;
}

.no-button {
  background: rgba(255, 255, 255, 0);
  border: none;
  width: inherit;
  height: inherit;
  padding: 0;
  color: white;
}

.no-button:focus {
  outline: none;
}

#newMission,
.waypointOptions {
  color: white;
  display: none;
}

#settings h3,
#settings label {
  color: white;
}

.waypointOptions {
  height: 100vh;
  display: none;
  overflow-y: scroll;
  overflow-x: none;
}

.waypointOptions h3 {
  text-align: center;
}

.waypointOptions div {
  margin-top: 5px;
}

#waypointSettings label {
  font-size: x-small;
}

#settings {
  display: none;
}

#settings p {
  color: white;
}

html,
body,
#websiteWrapper {
  overflow: hidden;
}

.gimbalContainer {
  border: 1px solid #298be2;
}

#gimbalCustom {
  display: none;
}
/* The delete button */

#waypointOptionsMenu {
  overflow-x: hidden;
  overflow-y: scroll;
}

#settings {
  overflow-y: scroll;
}
