body{
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.mainContainer{
    width: 100%;
    position: relative;
    display: flex;
    height: 100vh;
}

.leftPanel{
    width: 355px;
    background-color: #fff;
    border-bottom: 1px solid #ebedef;
    
}
.rightPanel{
width: calc(100% - 355px);
}

#map {
    margin: 0;
    padding: 0;
    width: 100%;
   /* calc(100% -355px); */
    height: 100vh;
    position: fixed;
  }
  #cst_mid1 {
    background-image: url(../img/ic_pin_orange.svg) !important;
    background-size: 82px 81px !important;
    width: 82px !important;
    height: 81px !important;
}

  .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;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .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% - 131px);
    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: 0;
    text-align: center;
  }

  .clearBttn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    color: #707070;
    right: 80px;
    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: 75%;
    z-index: 2;
    top: 52px;
  }
  .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;
    
  }


  .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;
  }


  .leftIconBox{
    height: calc(100vh - 343px);
    overflow-y: auto;
    padding: 16px;
  }

  .leftScroll{
    height: 100%;
  }

  .formContent{
    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, select{
    border: 1px solid #ebedef;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #212121;
    outline: none;
    min-height: 42px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}
.locationTxt {
  padding: 8px 12px;
  border: 1px solid #ebedef;
  border-radius: 4px;
  margin-bottom: 16px;
}
.address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4c4c4c;
  text-align: center;
  margin: 0;
}



.formContent textarea{
    /* min-height: 80px; */
    resize: none;
}
.formContent input::placeholder{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #707070;
}
.primaryBttn{
    background-color: #339E82;
    border: 1px solid #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%;
}

.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;
}

.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;
    
}


.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{
    position: relative;
    height: calc(100% - 130px);
}

.rmv_pd{
  padding-top: 16px !important ;
}

/* add a new place css  */

.add_place_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px 22px 0px;
}
.add_place_header h4{
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
.close_adding{
  position: static;
}

.add_detail_box{
  height: calc(100vh - 132px);
}

.separation{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0px;
}
.separation span{
  width: 46%;
  border: 1px solid #EBEDEF;
  border-bottom: none;

}
.separation p{
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #212121;
  margin: 0;
}

.secondaryBttn{
  border: 1px solid #339E82;
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  padding: 9px 16px;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
}
.btn-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
}
.customContent{
  border-radius: 4px;
  border: 1px solid #ebedef;
}
.customContent .listItem{
  padding: 4px 8px ;
}
.mdDialog .modal-body{
text-align: center;
padding-top: 36px;
}
.mdDialog .modal-body h5{
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.mdDialog .modal-body p{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #707070;
margin-bottom: 0;
}
.modal.show .modal-dialog{
  max-width: 320px !important;

}
.mdContent{
  border-radius: 8px !important;
  position: relative;
}
.mdContent::before {
  content: '';
  background: url(../img/question_mark.svg) center center no-repeat;
  border-radius: 50%;
  padding: 8px;
  position: absolute;
  top: -25px;
  left: 44%;
  background-color: #339E82;
  border: 2.4px solid #fff;
  width: 50px;
  height: 50px;
}
.mdDialog .modal-footer{
display: flex;
align-items: center;
justify-content: center;
gap: 16px ;
border-top: none;
padding-top: 0;
}
.mdDialog .modal-footer button{
  min-width: 101px;
  width: 101px;
}
select{
  background: url(../img/drpdwn-arrow.svg)right 12px center no-repeat;
  appearance: none;
}
.add_btn {
  min-width: 40px;
  height: 40px;
  background: #339e82;
  border-radius: 4px;
  padding: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.add_btn .material-icons-outlined {
  color: #fff;
}
.hide{
  display: none;
}

.clearBttn:hover{
  color: #707070;
}

.success_map #cst_mid1{
background: url(../img/location-pin.svg) 0 0 no-repeat !important;
}

.checkBox{
  gap: 4px;
  flex-direction: row;
  align-items: center;
}
.add-anonmous input[type="checkbox"]{
  background: url(../img/uncheck-square.svg) 0 9px no-repeat;
  appearance: none;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.add-anonmous input[type="checkbox"]:checked{
  background: url(../img/checked-square.svg) 0 9px no-repeat;
}
.checkBox label{
  margin-bottom: 0;
}


  @media(max-width: 768px){
    
    .leftPanel{
        position: absolute;
        z-index: 3;
        width: 100%;
        background: transparent;
        top: 60%;
    }
    .leftScroll{
    width: 100%;
    background: #fff;
    border-radius: 24px 24px 0px 0px;
    }
    .pm_header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    }
    .rightPanel{
        width: 100%;
    }
    #map {
      width: 100%;
      left: 0px;
  }
    .searchBox{
        position: fixed;
        top: 55px;
        width: 100%;
        z-index: 2;
        padding: 8px 16px ;
    }
    
    .barLine{
        display: block;
        width: 48px;
        background-color: #D9D9D9;
        border-radius: 2px;
        padding: 2px;
        position: absolute;
        top: 16px;
        left: 44%;
      }
  
      .successCard{
        padding-top: 32px;
      }
      .leftContent{
        height: 100vh;
      }
   
      .searchContent{
        width: 77%;
        top: 43px;
      }
      .clearBttn{
        top: 18px;
      }
      .leftIconBox{
        height: calc(100vh - 212px);
        background-color: #fff;

      }
      .add_detail_box{
        height: 100vh !important;
        overflow-y: visible;
      }
      .contentContainer{
        justify-content: flex-start;
        height: 100vh;
      }
      .modal.show .modal-dialog{
        max-width: 100% !important;
        padding: 16px;

      }
  }
  .text_head {
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #212121;
}
.subText {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #707070;
  margin: 0;
}

  .copyIcon{
    cursor: pointer;
  }
  
  /*  */
  .clipboard {
    width: 32px;
    height: 32px;
    padding: 9px 0px 0px 2px;
    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;
    }
  }
  
  
  .tooltip-text {
    display: none;
    background-color: #ededed;
    color: #020202;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    margin: 0px 0px 70px 190px;
    transition: opacity 0.3s ease, visibility 0.9s ease;
}
