:host {
  display: block;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  position: relative !important;
  top: 0 !important;
  width: 100%;
}

.main-cntr {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative !important;
  width: 100%;
}

.main-cntr > .img {
  left: 2px;
  position: relative;
}

.main-cntr > .img > .img-proxy {
  display: flex;
  flex-wrap: wrap;
  height: 65px;
  justify-content: space-between;
  position: absolute;
  right: 25px;
  top: 3px;
  width: 86px;
}

.main-cntr > .img > .img-proxy > .item {
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 40px;
}

.motor-left-lines {
  display: flex;
  height: 87px;
  left: 0;
  position: absolute;  
  width: 4px;
}

.motor-left-line-svg {
  height: 100%;
  width: 100%;
}

.motor-right-lines {
  display: flex;
  height: 87px;
  right: -4px;
  position: absolute;
  width: 10px;
}

.motor-right-line-svg {
  height: 100%;
  width: 100%;
}

.item .tooltiptext {
  background-color: black;
  border-radius: 3px;
  color: #fff;
  font-family: Roboto;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  text-align: center;
  width: 60px;
  z-index: 1;
}

.bottom-tooltip {
  left: -10px;
  top: 100%;
}

.top-tooltip {
  bottom: 100%;
  left: -10px;
}

.item:hover .tooltiptext {
  visibility: visible;
}