    html, body {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    #map {
 	height: 70vh;
	width: 100%;
    min-height: 200px;
    min-height: 300px;
	border-radius: 20px;
    }
#mapfly{
	padding: 6px 6px;
    width: 90%;
    position: absolute !important;
    top: 65px;
    background-color: #fff;
    margin-right: 4%;
    border-radius: 8px;
}
#backmapfly{
	background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100vh;
	z-index: 10;
}

.btnbox_map {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
    text-align: center;
}

.btnbox_map .btn {
    min-width: 120px;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btnbox_map .btn-success {
    background-color: #28a745;
    color: white;
    border: 1px solid #28a745;
}

.btnbox_map .btn-danger {
    background-color: #dc3545;
    color: white;
    border: 1px solid #dc3545;
}

.btnbox_map .btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

#data_address{ display: none;}
#lat{ display: none;}
#lng{ display: none;}



