#neshan-bottom-sheet{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.15);
    padding: 15px;
    z-index: 99999;
    font-family: sans-serif;
}

.handle{
    width: 50px;
    height: 5px;
    background: #ddd;
    margin: 0 auto 10px;
    border-radius: 10px;
}

.title{
    font-weight: bold;
    color: #6a0066;
    margin-bottom: 10px;
}

#neshan-search{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

#neshan-map{
    height: 250px;
    border-radius: 12px;
    margin-bottom: 10px;
}

#neshan-address{
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}

.buttons{
    display: flex;
    gap: 10px;
}

.buttons button{
    flex: 1;
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

#gpsBtn{
    background: #eee;
}

#confirmBtn{
    background: #255943;
    color: #fff;
}
.neshan-wrapper{
    margin-bottom:20px;
    background:#fff;
    padding:15px;
    border-radius:16px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

#neshanMap{
    height:350px;
    width:100%;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:10px;
}

#selectedAddress{
    font-size:13px;
    color:#444;
    line-height:1.8;
}