body, html {
  overscroll-behavior: none;
  font-family: 'Arial', sans-serif;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  
}

.logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

.logo img {
  height: 54px;
  z-index: 100000; 
  filter:drop-shadow(5px 5px 5px #222);
}

ion-menu  ion-list {
  --inner-border-width: 0px;
  --border-width: 1px;  
}

.legend {
  display: none;
}

.legend.legend-visible {
  display: block;
  height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-page {
  background: var(--background-color);
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

ion-title {
  text-align: center;
}


ion-tab-button {
  font-family: var(--ion-font-family, inherit);
}

.alert-overlay {
  min-width: 80%;
  padding: 4px;
  font-family: var(--ion-font-family, inherit);
}

.alert-title {
  font-weight: bold;
  text-align: center;
}

.alert-message {
  text-align: center;
}


.alert-buttons {
  display: flex;
  border-top: 1px solid lightgrey;
}

.alert-buttons button {
  background: transparent;
  padding: 4px;
  border:none;
  flex: 1;
}

.alert-buttons button:not(:first-child) {
  border-left: 1px solid lightgrey;
}