: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%;
}

.motor-left-lines {
  display: flex;
  height: 78px;
  left: 0;
  position: absolute;  
  width: 42px;
}

.motor-left-line-svg {
  height: 100%;
  width: 100%;
}

.motor-name {
  align-items: center;
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  left: 48px;
  line-height: 14px;
  height: 52px;
  position: absolute;
  width: 68px;
}

.motor-right-lines {
  display: flex;
  height: 78px;
  right: 0;
  position: absolute;  
  width: 42px;
}

.motor-right-line-svg {
  height: 100%;
  width: 100%;
}