
.is-hidden {
  display: none;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.btn {
  cursor: pointer;
  font-weight: 500;
}

#map {
  width: 100%;
  height: 600px;
}

#map.presentation {
  height: calc(100vh - 107px);
  width: 100%;
  position: fixed;
  top: 107px;
  left: 0;
  z-index: 10;
}

#top-nav.presentation {
  top: 0;
  left: 0;
  z-index: 11;
}

#editor-nav.presentation {
  top: 50px;
  left: 0;
  z-index: 11;
}

#feature-list.presentation {
  position: fixed;
  z-index: 12;
  top: 200px;
  left: 110px;
  background-color: #fff;
}

#feature-content {
  position: absolute;
  z-index: 20;
  margin-top: 60px;
  margin-left: 80px;
  width: 400px;
}

#feature-content .card-content {
  max-height: 400px;
  overflow-y: auto;
}

#feature-content.presentation {
  position: fixed;
  top: 200px;
  right: 100px;
  max-width: 600px;
  margin: 0;
  max-height: 600px;
}

html {
  font-size: 14px;
}

[contenteditable="true"] {
  cursor: pointer;
}

[contenteditable="true"]:active,
[contenteditable="true"]:focus {
  cursor: text;
  outline: none;
  border: 1px solid #00d1b2;
  padding: 0.2rem 0.6rem;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

#editor-nav button,
#editor-nav a {
  margin-right: .5rem;
}

.feature-list-item.active a,
.feature-list-item.active button {
  color: #fff;
}