@charset "UTF-8";

.hotspot {
    cursor: pointer;
}

/* .hotspot:focus {
    outline: 2px solid #0ea5e9;
    outline-offset: 2px;
} */
  
.hotspot rect {
    /* fill: rgba(0, 153, 255, 0.15);
    stroke: #0066cc;
    stroke-width: 1; */
    fill: transparent;
    stroke: transparent;
}

/* .hotspot:hover rect {
    fill: rgba(0, 153, 255, 0.3);
} */

.hotspot text {
    /* pointer-events: none;
    user-select: none;
    fill: #fc0505ff;
    font-weight: bold; */
    fill: transparent;
}
