:host {
  height: 78px;
  position: relative !important;
}

.btn-1 {
  align-items: center;
  background-color: #02688C;
  border: 1px solid #02688C;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: flex;
  font-family: Roboto;	  
  font-size: 13px;
  font-weight: 500;
  height: 35px;
  justify-content: center;  
  line-height: 15px;
  padding: 1px 25px;
  position: relative;
  transition: .1s;
  -webkit-transition: .1s;
  text-align: center;
  width: 120px;
}

.btn-1-close {
  align-items: center;
  background-color: #02688C;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  height: 15px;
  right: -7px;
  top: -8px;
  width: 15px;
}

.btn-1-close > * {
  color: #FFF;
  font-size: 8px;
  position: relative;
  right: -0.5px;
}

.channel-container {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 78px;
  position: relative !important;
  width: 225px;
}

.channel-container.channel-left  {
  justify-content: flex-start;
}

.channel-container.channel-right {
  justify-content: flex-end;
}

.channel-container.hide {
  visibility: hidden;
}

.channel-control {
  align-items: center;
  background: #EEE;
  border: 1px solid #DADADA;
  border-radius: 4px;
  color: #999;
  display: flex;
  font-family: Roboto;
  font-size: 14px;
  height: 62px;
  justify-content: center;
  line-height: 16px;
  padding: 8px 0;
  text-align: center;
  width: 200px;
}

.channel-control.configure {
  background-color: rgba(83,197,220,0.25);
}

.channel-fet {
  display: flex;
  height: 78px;
  position: absolute;  
  width: 28px;
}

.channel-fet-left{
  right: 0px;
}

.channel-fet-right{
  left: 0px;
}

.channel-fet-svg {
  height: 100%;
  width: 5px;
}

.channel-line-svg {
  height: 100%;
  width: 23px;
}