.neo3dModelHotSpot{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: none;
    background-color: blue;
    box-sizing: border-box;
    --min-hotspot-opacity: 0.15;
}
.neo3dModelAnnotation{
    background-color: #c2c2c2;
    position: absolute;
    transform: translate(10px, 10px);
    border-radius: 10px;
    padding: 10px;
}
/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
    display: none;
}