.blumaps-flight-information-button {
	background: no-repeat 6px;
    background-image: url(../../assets/buttons/flight_panel.png);
    background-size: 33px 33px;	
	background-color: var(--primary-color) !important;	
	cursor: pointer;
	display: block;	
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transition: transform 0.2s;
	border: none;
	position: relative;
}
