#itemViewMore .directionGroup {
  position: absolute;
  right: 2rem;
  width: 6rem;
  margin: 1rem;
  display: flex;
  gap: 1rem;

}

#itemViewMore .directionGroup .shareBtn {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.25rem;
  object-fit: contain;
}

.shareModal {
  position: fixed;
  display: none;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  padding: 2rem 3rem;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  min-width: 20rem;
  background-color: #1d292c;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  align-items: center;
  z-index: 12;
}

.overlayBg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.48);
}

.shareModal .close {
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.shareModal .title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

.shareModal .linkWrapper {
  border: 1px solid #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.shareModal .linkWrapper #link {
  width: 60%;
}

.shareModal .socialHandles {
  display: flex;
  align-content: center;
  width: 100%;
  justify-content: space-evenly;
}

.shareModal .socialHandles>img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}


.getDirection~form#searchForm {
  /* bottom: 44% !important; */
  transform: translateY(80%);
  transition: 0.45s ease;
}

.getDirection~form#initalStallForm {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 65px;
  transition: 300ms;
}

.getDirection #populatedList {
  top: 45px;
  max-height: calc(50vh - 65px) !important;
}

#initalStallForm {
  display: none;
}

#initalStallForm .exit-directions-icon {
  z-index: 3;
  position: absolute;
  height: 25px;
  width: 15px;
  left: 25px;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
  pointer-events: all;
}

.btnConatinerItem {
  display: flex;
  justify-content: space-between;
}

.directionBtn {
  max-height: 0vh;
  width: 40%;
  margin: 1vh 0vh;
  transition: 200ms;
  transform: scale(1.25);
  opacity: 0;
}

.expand .btnConatinerItem .viewMore,
.expand .btnConatinerItem .directionBtn {
  opacity: 1 !important;
  max-height: 6vh !important;
}

#initalStallForm input.searchInput {
  padding: 0 20px 0 50px;
  box-sizing: border-box;
  width: calc(100% - 20px);
}

.getDirection>#initalStallForm {
  display: block;
  height: 65px;
  pointer-events: all;
  max-width: 100%;
  z-index: 3;
}

.getDirection>#searchForm {
  position: relative;
  /* margin-top: 60px; */
  transition: 0.2s;
}

/* 
.getDirection>#populatedList.navmodeSelectlist {
    top: 120px;
    transition: 0.2s;
} */