body {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

#mapViewDiv {
  width: 100%;
  height: 50vh;
  margin: 0;
  padding: 0;
}
.recipe-items {
  overflow-y: scroll;
  height: calc(50vh - 80px);
}

.nav-color {
  background-color: #fdb812 !important;
}

.card-btn {
  color: #fff;
}
.logo-nav {
  width: 30px;
  height: auto;
}

.card-header {
  background-color: #fdb812;
}

.btn-success {
  background-color: #fdb812 !important;
  border-color: #fdb812 !important;
}

.product-detail-btn {
  background-color: #fdb812 !important;
  color: #fff;
  border-color: #fdb812 !important;
}

.overflow-scroll {
  overflow-y: scroll;
  height: calc(100vh - 80px);
}

.route-icon {
  margin-left: 10px;
  position: absolute;
  top: 130px;
  left: 22px;
  background-color: aliceblue;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.route-icon img {
  width: 20px;
  height: 20px;
}

/* esri-mapping related css  */
#viewDiv.view-legend {
  width: calc(100% - 250px);
}

#legendDiv {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 0px;

  background-color: #f5f5f5;
}

#legendDiv.legend-expanded {
  width: 250px;
}
