.veh-fm-blue-score {
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: Arial, sans-serif;
}

.veh-progress-container {
    position: relative;
    width: 200px;
    text-align: center;
}

.veh-progress-bar {
    width: 100%;
    height: 100px;
}

.veh-progress-value {
    font-size: 2em;
    margin-top: -30px; /* Adjust based on the size and positioning */
    color: #333;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.veh-progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-weight: bold;
    color: #666;
}

.veh-mycar {
	text-align: center;
}

.veh-mycar img{
	max-height: 150px;
	border-radius: 15px;
}

.img-picto-station{
	width: 15vh; 
	margin: 0px 5px;
}

.veh-report-body{
	overflow: auto;
	height: 900px;
	margin-bottom: 40px;
}
/**********************************************************************************************************************/
/**** INFO BULLE ******************************************************************************************************/
/**********************************************************************************************************************/
.badge-map {
	border: solid 1px lightgrey;
}
.tooltip-img-map {
    width: 100px;
    margin: 0 auto;
    border-radius: 10px;
}

@media (max-width: 1200px){
	.img-picto-station{
		width: 10vh; 
		margin: 0px 0px;
	}
}

/**********************************************************************************************************************/
/**** ETATS DES LIEUX *************************************************************************************************/
/**********************************************************************************************************************/
.veh-canvas-container{
	width: 800px;
	height: 600px;
	margin: 0 auto;
}
.veh-canvas{
	border: 1px solid #e9e9e9;
	border-radius: 20px;
	margin: 10px;
	/*background-image: url('../../public/images/top_view_car_image.png'); /* Chemin vers l'image de la vue de dessus */
	background-size: cover;
	background-position: center;
}
.veh-form-group {
	margin-bottom: 15px;
	text-align: left;
	display: contents;
}
.veh-custom-file-input {
	display: none;
}
.veh-file-input-wrapper {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.veh-file-input-wrapper .fa {
	font-size: 1.5em;
	color: #007bff;
}
.veh-success {
	color: #28a745 !important;
}
.veh-label{
    display: inline-grid !important;
    width: 40%;
    padding-left: 40px
}

@media (max-width: 1200px){
	.veh-canvas-container{
	width: 300px;
	height: 200px;	
	}
	.veh-report-body{
		overflow: auto;
		height: 700px;
		margin-bottom: 40px;
	}
}