#lp-location-container {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 16px;
    /* last */
    /* background: #fff;
    padding: 10px 20px;
    border-radius: 30px; */
}

#lp-icon {
    font-size: 18px;
}

/* Modal styles */
#lp-modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0; 
    top: 0%;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
}

#lp-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    text-align: center;
}
input#lp-manual {
    border-radius: 5px;
}
#lp-modal-content h3 {
    margin-bottom: 15px;
    font-size: 25px;
}

#lp-modal-content button {
    margin: 10px 0;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    border-radius: 30px;
    background: #cc9945;
}

#lp-modal-content .update {
    padding: 8px 50px !important;
}
