/**
 * Estilo para mapa vectorizado
 * */

.border {
    stroke: #000;
    stroke-width: 0.5;
}
.surrounding {
    fill: #e4e4e4;
}
.region {
    fill: #eeeeee;
}
.svg-holder {
    position: relative;
}
.svg-holder .svg-file {
    overflow: hidden;
}
.svg-holder .random-svg-highlight {
    fill: black;
}
.svg-holder .svg-incorrect {
    fill: #ff6666 !important;
}
.svg-holder .svg-correct{
	fill:#247291 !important
}
.svg-holder .svg-info {
    display: flex;
    justify-content: space-between;
    padding: 2px 0 5px;
}
.svg-holder .small-stroke {
    stroke-width: 0.2 !important;
    stroke-opacity: 1 !important;
}

