.active{
	fill: #005CA4;
}

#pontos-venda-settings svg path:hover{
	cursor: pointer;
	fill: #005CA4;
}
svg path:hover,{
	cursor: pointer;
}
.modal-centered{
    margin-left: auto;
    display: table;
    margin-right: auto;
}

.modal-centered .btn{
	display: table;
    margin: 10px auto;
    width: 115px;
}

.modal-centered img{
	margin: auto;
}

svg{
	max-width: 100%;
	height: auto;
	width: auto;
}

#pontos-venda-settings .mapa-ilhas {
    display: inline-block;
    border-right: 1px solid;
}

.mapa-ilhas{
	border-right: 1px solid #000;
	height: 100%;
	display: flex;
}

@media(max-width:767px){
	.mapa-ilhas{
		border-right: none;
	}
}

.mapa-ilhas:last-child{
	border-right: none;
}
.mapa-ilhas svg{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.row.ilhas{
	margin-top: 20px;
}