      #forest {
          display: inline-flex;
          border-radius: 50%;
          box-sizing: border-box;
          height: 20px;
          left: 130px;
          top: 325px;
          bottom: 34.8%;
          position: absolute;
          width: 20px;
          align-content: center;
          /* text-align:; */
      }  
      /* .wrap{
          position: fixed;
          right:0;
          left:0;
          top:0;
          bottom:0;
      } */
      .map {
        position: absolute;
        top: 76px;
        left: 80px;
        right: 0;
        bottom: 0;
        z-index: 0;
      }
      #lab-rad{
          display: inline-flex;
          text-transform: uppercase;
          font-size: 14px;
          color: black;
      }
      .modal{
        top: 76px;
        background: rgba(0,0,0,0.5);
      }
      .modal .modal-content{
        box-shadow: 10px 10px 30px rgb(0 0 0 / 0.5);
      }
      .modal-dialog-centered {
        min-height: calc(100% - 5rem);
    }
    .modal-dialog-scrollable {
        height: calc(100% - 66px);
    }
    .navbar{
        z-index: 51;
    }
    .tooltip{
        z-index: 52;
    }
    

@media screen and (max-width: 1024px) {
    .map,.modal{
        top: 66px;
    }
}
@media (min-width: 576px){
    .modal-dialog-centered {
        min-height: calc(100% - 7.5rem);
    } 
    .modal-dialog-scrollable {
        height: calc(100% - 76px);
    }
}
     