.single-exhibitor,
[data-stand] {
    cursor: pointer;
    transition: all ease-in-out .35s;
}

.single-exhibitor.active {
    background: hsl(268, 50%, 55%);
    color: white;
}

.single-exhibitor.active path {
   fill: white;
}

[data-stand] rect,
[data-stand] path {
        transition: all ease-in-out .35s;
}

[data-stand]:hover rect {

}

.st10 {
    fill: #8bc53f !important;
}

[data-stand].active rect {
    fill: hsl(268, 50%, 55%);
}

[data-stand].active path {
    fill: #fff;
}

#mainMap {
    width: 100%;
    height: 100%;
}

#mapSvg {
    height: 100%;
    width: 100%;
}