:root {
  	--primary-color: #161616;
	--secondary-color: #ffdd00;
	--third-color: rgb(80, 184, 72);
	--fourth-color: rgb(255, 194, 14);
	--light-gray: rgb(167, 169, 172);
	--dark-gray: rgb(147, 149, 152);
	--white: #ffffff;
  	--close: #a80000;
	--primary-color-opacity: #0071bc56;
}

.blumaps-pisol1-button {
	background: no-repeat center;
    background-image: url(../../../assets/buttons/arrive.png);
    background-size: 40px 40px;
    background-color: var(--primary-color);
	color: var(--white);
	cursor: pointer;
	display: block;
	font-size: 18px;
    line-height: 18px;
	font-weight: 500;	
	text-align: center;
	width: 45px;
	height: 45px;	
	border-radius: 45px;
    border: none;
}

.blumaps-pisol2-button {	
	background: no-repeat center;
    background-image: url(../../../assets/buttons/departure.png);	
    background-size: 40px 40px;
    background-color: var(--primary-color);
	color: var(--white);
	cursor: pointer;
	display: block;
	font-size: 18px;
    line-height: 18px;
	font-weight: 500;	
	text-align: center;
	width: 45px;
	height: 45px;	
	border-radius: 45px;
    border: none;   
}

.blumaps-pisol1-button.blumaps-selected,
.blumaps-pisol2-button.blumaps-selected {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	background-color: var(--secondary-color);
	color: var(--primary-color);	
}

.blumaps-pisol1-label {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 186px;
    right: 0px;
	width: 65px;
}

.blumaps-pisol2-label {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 121px;
    right: 0px;
	width: 65px;
}

.blumaps-flights-label {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 316px;
    right: 0px;
	width: 65px;
}
