#map,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.btn {
    z-index: 600;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    padding: 5px;
    margin: 5px;

}


.text {
    z-index: 600;
    width: 300px;
    height: 30px;

}

.con {
    z-index: 600;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menuList{
    height: 30px;
    width: 200px;
    background-color: rgba(12, 47, 206, 0.658);
    color: white;
    margin-right: 30px;
}
.placeHold:disabled{
    text-align:center ;
    color: rgba(255, 255, 255,1);
    
}

#menuList:disabled{
    cursor: not-allowed;
    background-color: rgba(82, 82, 82, 0.658);
}