:host {
  display: block;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  position: relative !important;
  top: 0 !important;
  width: 100%;
}

.bdr-rght {
  border-right: 1px solid #02688C;
}

.end-state {
  align-items: center;
  bottom: -25px;
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  justify-content: space-between;
  padding: 0 6px;
  position: absolute;
  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 > .motor {
  align-items: center;
  border: 1px solid #02688C;
  display: flex;
  justify-content: space-between;
  height: 30px;
  position: relative;
  width: 121px;
}

.main-cntr > .img > .motor > .motor-lbl {
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  justify-content: center;  
  line-height: 14px;  
  position: absolute;
  top: -20px;
  width: 100%;
}

.main-cntr > .img > .motor > .item {
  align-items: center;
  color: #02688C;
  display: flex;
  cursor: pointer;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 14px;
  position: relative;
  width: 60px;
}

.main-cntr > .img > .motor > .item:hover {
  background: #02688C;
  color: #FFF;  
}

.main-cntr > .img > .motor > .item.active {
  background: #02688C;
  color: #FFF;  
}

.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;
}

.top-tooltip {
  bottom: 130%;
  left: 0px;
}

.item:hover .tooltiptext {
  visibility: visible;
}