/* input[type=text]{
    padding:7px 26px;
}

.mapboxgl-popup-tip{
    margin-bottom: 36px;
} */

.est-fit {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 50%;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    /* background: #ee8a65; */
}

body { 
    margin: 0; 
    padding: 0; 
}

#map{
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%;
    height: 100vh;
}

#calculation-box {
    position: absolute;
   
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    text-align: center;
    z-index: 9;
    }
     
    p {
    font-family: 'Open Sans';
    margin: 0;
    font-size: 13px;
    }

    .mapboxgl-ctrl-top-right{
        width: 100% !important;
    }

    #mydivheader {
        padding: 10px;
        cursor: move;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.9);
      }