.body-base {
    fill: rgba(250, 250, 250, 0.753);
    stroke: rgb(87, 83, 83);
    stroke-width: 2px
}

.part-base {
    fill:transparent;
    stroke-width: 0px
}
.work-base{
    display:auto;
    fill:brown
}
.state-base {
    fill: transparent;
}
.state-baseb {
    fill: transparent;
}
.selected-tooth-active {
    fill: red;
}

.diagnosis {
    fill: black
}
.on-tooth-hover{
    stroke: rgb(46, 7, 218);
    stroke-width: 3px
}

/* waiting */
.state-0 {
    fill: grey
}

/* selected */
.state-1 {
    fill: blue
}

/* started */
.state-2 {
    fill: #94f87b
}

/* completed */
.state-3 {
    fill: #37b418
}

/* accepted */
.state-4 {
    fill: #1e6e0a
}



    

