.stateTable{height:100%}.stateTable,.StateTable-container{position:relative;display:flex;align-items:center}.StateTable-container{height:60%;width:30px;justify-content:center}.StateTable-content{display:flex;flex-direction:column;gap:30px}.backgroundLine{height:100%;width:1px;position:absolute;top:0;background-color:#2f6bcf}.item{background-color:#2f6bcf}.item,.item-actives{position:relative;right:.25rem;width:.5rem;height:.5rem;border-radius:50%;cursor:pointer;transition:all .2s}.item-actives{background-color:#5fc5ff}.item-actives,.item-actives>.tableName{color:#5fc5ff!important}.item:hover{color:#5fc5ff;background:#5fc5ff}.tableName{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;min-width:100px;top:-3.5px;right:7rem;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#2f6bcf}.item-Line{content:"";position:absolute;top:-3px;left:-3px;width:calc(.5rem + 6px);height:calc(.5rem + 6px);border-radius:50%;box-shadow:0 0 0 1px #5fc5ff;color:#5fc5ff}