#map{
    position: fixed;
    top:0; left:0; 
    width: 100%; height: 100%;
}

#buildfinddiv{
    position: fixed;
    top:10px;
    right:10px;
    width: auto;
    height: auto;
}

#search{
    position: fixed;
    top: 10px;
    left: 10px;
    width: 300px;
}

#bottom{
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 100%;
    height: auto;
}

#bottomInfo{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: none;
}

.col1{
    margin-top: 11px;
    background-color: #626262;
    color: #ccc;
    border-bottom: 2px solid #000;
}
.col2{
    background-color: #ececec;
    padding: 0;
    padding-left: 10px;
}

#animationBar{
    position: fixed;
    bottom: 10px;
    left: 50px;
    width: 80px;
}
.animationInput{
    position: fixed;
    left: 200px;
    bottom: 17px;
    width: 86%
}

#showCoordinate{
    background-color: rgb(255 255 255 / 60%);
    position: fixed;
    height: 30px;
    width: 145px;
    left: 465px;
    top: 10px;
    font-size: 10px;
    padding: 7px;
}

.timer{
    position: fixed !important;
    bottom: 10px;
    left: 128px;
    width: 60px !important;
}

.select1{
    position: fixed !important;
    left: 320px !important;
}
#basemap{
    position: fixed;
    background-color: rgb(255 255 255 / 70%);
    padding: 7px;
    top: 46px;
    left: 10px;
    font-size: 12px;
}

.mapboxgl-ctrl-geocoder{
    top: 10px !important;
    margin: 0 !important;
    position: fixed !important;
    left: 620px !important;
}
.mapboxgl-ctrl-geocoder--input{
    height: 30px !important;
    font-size: 11px !important;
}
.mapboxgl-ctrl-group{
    position: fixed !important;
    top: 240px !important;
    left: 10px !important;
}

.th1{
    text-align: center !important;
    padding: 0 !important;
    background-color: #fff !important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#loadingbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(23 23 23 / 70%);
}