body {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
#homeUl{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
  margin: 10px;
  /* text-align: center; */
}

.image-container {
  max-width: 600px;
  margin: 0 auto;
  /* padding: 10px; */
  text-align: center;
}

.preview {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.preview-image {
  position: relative;
  margin: 5px;
}

.preview-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  height: 18px;
  width: 18px;
  padding: 0px;
}

.mainContainer {
  width: 100%;
  position: relative;
  display: flex;
  height: 100vh;
}

.leftPanel {
  width: 355px;
  /* height: 100vh; */
  background-color: #fff;
  border-bottom: 1px solid #ebedef;
}

.rightPanel {
  width: calc(100% - 355px);
  /* height: 100vh; */
}

#map {
  margin: 0;
  padding: 0;
  width: 100%;
  width: calc(100% - 355px);
  height: 100vh;
  position: fixed;
}

.pm_header {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #00000014;
  padding: 16px;
  position: relative;
  z-index: 1;
}

.pm_header h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #212121;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pm_header h3 span {
  color: #339E82;
}

.searchBox {
  background-color: #fafafa;
  padding: 15px 16px;
  border-bottom: 1px solid #ebedef;
  position: relative;
}

.searchBox input {
  width: 100%;
  background: url(../img/search.svg) left 8px center no-repeat;
  background-color: #fff;
  border: 1px solid #ebedef;
  border-radius: 4px;
  padding: 12px 8px 11px 36px;
  outline: none;
  font-size: 16px;
  color: #212121;
  line-height: 18px;
  font-weight: 400;
}

.searchBox input::placeholder {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #707070;
}

.contentContainer {
  height: calc(100% - 216px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  position: relative;

}

.barLine {
  display: none;
}

.cstm_pd {
  padding: 40px 42px;
}

.imageContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.bannerText h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #212121;
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
}

.bannerText p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
  margin: 10px;
  text-align: left;
}

.clearBttn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  color: #707070;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
}

.clearBttn span {
  font-size: 20px;
}


.searchContent {
  border-radius: 4px;
  border: 1px solid #ebedef;
  background-color: #fff;
  margin-top: 8px;
  position: absolute;
  width: 91%;
  z-index: 2;
}

.searchItem {
  padding: 0;
  margin: 0;
  list-style: none;
}

.listItem {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 8px;
  color: #212121;
  text-decoration: none;
}

.currentLoc {
  background-color: #339E8214;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid transparent;
}

.currentLoc img {
  width: 20px;
  height: 20px;
}

.currentLoc.map_icon {
  padding: 7px;
}

.currentLoc.map_icon img {
  width: 16px;
  height: 16px;
}

.listItem h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #212121;
  margin: 0;
  margin-bottom: 4px;

}

/* .locName{
    margin-bottom: 8px;
  } */

.textBox {
  padding: 16px;
  width: 60%;
}

.textBox h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #212121;
  margin: 0;
  margin-bottom: 8px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.listItem p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #707070;
  margin: 0;
}

.textBox p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #707070;
  margin: 0;
  text-wrap: wrap;

}


.ic_loc_name {
  background-color: #F3F3F3;
  border: 1px solid #ddd;
}

.cardConatiner {
  border-bottom: 1px solid #ebedef;
  background-color: #fff;
  padding: 16px;
}

.cardBox {
  border-radius: 4px;
  /* background: url(../img/card-img.png) right -8px center no-repeat; */
  background-color: #fff;
  border: 1px solid #ebedef;
  /* padding: 16px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.locImgMask {
  width: 109px;
  height: 152px;
  border-radius: 50% 4px 4px 50%;
  background: #339E821A;
  position: absolute;
  right: -8px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.selectCategoryBox {
  border-bottom: 1px solid #ebedef;
  padding: 16px;
}

.selectCategoryBox a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #212121;
  margin: 0;
  text-decoration: none;
}

.selectCategoryBox a span {
  color: #707070;
}

.leftIconBox {
  padding: 16px;
}

.iconSymbol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
  /* height: calc(100vh - 373px);
    overflow-y: auto; */
}

.leftIconBox {
  height: calc(100vh - 343px);
  overflow-y: auto;
}

.iconSymbol li {
  width: 28%;
  position: relative;
}

.ic_icons p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-wrap: nowrap;
  color: #212121;
  text-align: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.ic_icons {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* position: relative; */
}

.ic_icons .ic_traffic,
.ic_safety,
.ic_rd_condition,
.ic_map2 {
  border: 3px solid #fff;
  box-shadow: 0px 2px 3.5px 0px #00000014;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 65px;
  height: 65px;
  position: relative;
}

.ct_icon {
  border: 3px solid #fff;
  box-shadow: 0px 2px 3.5px 0px #00000014;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: 12px;
  height: 12px;
}

.mainText {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #212121;
  margin: 0;
  margin-bottom: 8px;
}

.subText {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #707070;
  margin: 0;
}

/* .ct_back {
  align-items: flex-start !important;
} */

.ct_icon img {
  width: 100%;
}

.ic_traffic {
  background-color: #B71C1C;
}

.ic_safety {
  background-color: #FFB300;
}

.ic_rd_condition {
  background-color: #424242;
}

.ic_map2 {
  background-color: #5D4037;
}

.ic_tick {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0px;
}

.cstm_hit {
  height: calc(100vh - 220px);
}

.catg_hit {
  height: calc(100vh - 245px);
}

.leftScroll {
  height: 100%;
}

.formContent {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.formContent label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 8px;
}

.formContent input,
textarea {
  border: 1px solid #ebedef;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #212121;
  outline: none;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
}

.formContent textarea {
  /* min-height: 80px; */
  resize: none;
}

.formContent input::placeholder {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #707070;
}

.chooseFileLabel {
  border: 1px solid #ebedef;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0 !important;
  margin: 5px;
}

#fileChoose {
  background: url(../img/image-plus.svg) center center no-repeat;
  cursor: pointer;
}

.chooseFileLabel img {
  width: 100%;
  height: 100%;
}

#fileTyle {
  display: none;
}

.checkBox {
  gap: 4px;
  flex-direction: row;
  align-items: center;
}

input[type="checkbox"] {
  background: url(../img/uncheck-square.svg) 0 0 no-repeat;
  appearance: none;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background: url(../img/checked-square.svg) 0 0 no-repeat;
}

.checkBox label {
  margin-bottom: 0;
}

.primaryBttn {
  background-color: #339E82;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  padding: 9px 16px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.uploadImgContainer {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
}

.ic_remove {
  position: absolute;
  border-radius: 50%;
  padding: 3px;
  background: #ffffff52;
  display: flex;
  align-items: center;
  top: 3px;
  right: 3px;
  z-index: 5;
  text-decoration: none;
}

.ic_remove span {
  color: #fff;
  font-size: 10px;
}

.success_msg {
  width: 84px;
  height: 84px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success_msg img {
  width: 100%;
  height: 100%;
}

.successTxt {
  margin-bottom: 16px;
}

.successTxt h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: #000000;
  margin-bottom: 8px;
}

.successTxt p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0;
}

.locationTxt {
  padding: 8px 12px;
  border: 1px solid #ebedef;
  border-radius: 4px;
  margin-bottom: 16px;
}

/* .locationTxt p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  margin: 0;
} */

.shareContainer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.share_social {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;

}

.share_social span {
  color: #707070;

}

.successCard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 64px 16px 16px 16px;
}


#cst_mid1 {
  background-image: url(../img/location-pin.svg) !important;
  background-size: 82px 81px !important;
  width: 82px !important;
  height: 81px !important;
}

.mapboxgl-popup {
  top: -32px !important;
}

.mapboxgl-popup-content {

  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #212121;
  padding: 12px !important;
}

.mapboxgl-popup-close-button {
  display: none !important;
}

.leftContent {
  display: none;
  position: relative;
  height: calc(100% - 130px);
}

.active{
  display: block;
}


.rmv_pd {
  padding-top: 16px !important;
}

@media(max-width: 768px) {
  #map{width: 100%;left: 0px;}
  .imageContainer{padding-top: 32px;}
  .iconSymbol{display: grid;grid-template-columns: 1fr 1fr;}
  .leftPanel {
    position: absolute;
    z-index: 3;
    width: 100%;
    background: transparent;
    height: 100vh;
    top: 60%;
  }

  .leftScroll {
    /* height: 100vh; */
    /* position: absolute; */
    width: 100%;
    /* top: 60%; */
    background: #fff;
    border-radius: 24px 24px 0px 0px;
  }

  .pm_header {
    position: fixed;
    top: 0;
    width: 92%;
    z-index: 3;
  }

  .rightPanel {
    width: 100%;
  }

  .searchBox {
    position: fixed;
    top: 56px;
    width: 92%;
    z-index: 2;
    padding: 8px 16px;
  }

  .cardConatiner {
    border-radius: 24px 24px 0px 0px;
    padding-top: 32px;
  }

  .barLine {
    display: block;
    width: 48px;
    background-color: #D9D9D9;
    border-radius: 2px;
    padding: 2px;
    position: absolute;
    top: 16px;
    left: 44%;
  }

  .selectCategoryBox {
    padding-top: 32px;
  }

  .successCard {
    padding-top: 32px;
  }

  .leftContent {
    height: 100vh;
  }

  .cstm_hit {
    height: calc(100vh - 106px) !important;
  }

  .catg_hit {
    height: calc(100vh - 132px) !important;
  }

  .searchContent {
    width: 95%;
  }

  .clearBttn {
    top: 18px;
  }

  .leftIconBox {
    height: calc(100vh - 212px);
    background-color: #fff;
  }

  .iconSymbol li {
    width: auto;
  }

}
/****************New Added Csss********************************/
.readMore {

  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #212121;
  margin: 10px 0px;
}

.address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  margin: 0;
}

.readMore a {

  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #339E82;
}

.text_head {
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #212121;

}

@media(max-width: 768px) {
  .leftPanel {
    position: absolute;
    z-index: 3;
    width: 100%;
    background: transparent;
    overflow-y: scroll;
    height: 100vh;
    top: 60%;
  }

  .leftScroll {
    /* height: 100vh; */
    /* position: absolute; */
    width: 100%;
    /* top: 60%; */
    background: #fff;
    border-radius: 24px 24px 0px 0px;
  }

  .pm_header {
    position: fixed;
    top: 0;
    width: 92%;
    z-index: 3;
  }

  .rightPanel {
    width: 100%;
  }

  .searchBox {
    position: fixed;
    top: 56px;
    width: 92%;
    z-index: 2;
    padding: 8px 16px;
  }

  .cardConatiner {
    border-radius: 24px 24px 0px 0px;
    padding-top: 32px;
  }

  .barLine {
    display: block;
    width: 48px;
    background-color: #D9D9D9;
    border-radius: 2px;
    padding: 2px;
    position: absolute;
    top: 16px;
    left: 44%;
  }

  .selectCategoryBox {
    padding-top: 32px;
  }

  .successCard {
    padding-top: 32px;
  }

  .leftContent {
    height: 100vh;
  }

  .cstm_hit {
    height: calc(100vh - 106px) !important;
  }

  .catg_hit {
    height: calc(100vh - 132px) !important;
  }

  .searchContent {
    width: 95%;
  }

  .clearBttn {
    top: 18px;
  }

  .leftIconBox {
    height: calc(100vh - 212px);
  }
}

.copyIcon{
  cursor: pointer;
}

/*  */
.clipboard {
  width: 32px;
  height: 32px;
  padding: 16px 0px 0px 5px;
  transform: scale(2);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: -5px -20px 0px 15px;

}

.clipboard svg {
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.clipboard svg path {
  stroke-width: 1.5;
  stroke: black;
  fill: white;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clipboard svg path.page {
  transform-origin: center;
}

.clipboard svg path.check {
  transform-origin: center;
  stroke-dasharray: 8;
  stroke-dashoffset: 8;
  stroke: #83F5AD;
}

.clipboard:hover {
  background: rgba(255, 255, 255, 0.1);
}

.clipboard:hover svg {
  opacity: 1;
}

.clipboard.copied svg path.page {
  animation: copiedPage 2s ease forwards;
}

.clipboard.copied svg path.check {
  stroke-dasharray: 16;
  transition: all 0.5s ease;
  animation: copiedPage 2s ease forwards;
}

@keyframes copiedPage {
  0% {
    transform: rotate(0) translateY(0);
    opacity: 1;
  }
  50% {
    transform: rotate(0) translateY(0);
    opacity: 1;
  }
  100% {
    transform: rotate(10deg) translateY(16px);
    opacity: 0;
  }
}


/* Toltip */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 25px;
  background-color: #ededed;
  color: #020202;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 70%;
  left: 11px;
  transform: translateX(-50%);
  opacity: 0;
  transition:  opacity 0.3s ease, visibility 0.9s ease;
  font-size: 6px;
}

.tooltip:active .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip.active {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
} 