:host {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}

.led-channel-name-cont {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  width: 60px;
  height: 27px;
  margin-bottom: 2px;
}

.led-matrix {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.led-matrix.inactive {
  pointer-events: none;
}

.led-channels {
  display: flex;
  flex-direction: row-reverse;
}

.switch-name,
.channel-name {
  font-size: 10px;
  color: #606060;
  display: flex;
  align-items: center;
  user-select: none;
}

.switch-name {
  height: 35px;
  width: 30px;
}

.switch-name.first-ele {
  margin-top: 25px;
}

.channel-name {
  height: 20px;
  transform: rotate(-90deg);
  width: 27px;
}

.led-matrix-row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.led-chip-channel {
  display: flex;
  flex-direction: column;
}

.led-block,
.led-block-cont {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 92px;
}

.led-block {
  height: 45px;
  position: relative;
}

.fault-container {
  align-items: center;
  background-color: #ffffff;
  border: dotted 1px #ce3b27;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 40px;
  position: absolute;
  width: 70px;
  z-index: 1;
}

.faulty-chip-name-cont {
  background-color: #ce3b27;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 40px;
  text-align: center;
  width: 12px;
}

.faulty-chip-name {
  color: #ffffff;
  font-size: 11px;
  height: 12px;
  transform: rotateZ(-90deg) translate(-40px);
  transform-origin: 0 0;
  width: 40px;
}

.fault-report {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 58px;
}

.fault-channel-name {
  color: #ce3b27;
  font-size: 10px;
}

.fault-type {
  color: #63666a;
  font-size: 10px;
}

.channel-details {
  display: flex;
  height: 14px;
  justify-content: space-evenly;
  width: 100%;
}

.led-mid-layer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.led-channels-cont {
  width: 40px;
  height: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.led-channel {
  height: 5px;
  width: 1px;
  background-color: #c9c9c9;
}

.led-chip {
  align-items: center;
  background-color: #f7f7f7;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 35px;
  position: relative;
  width: 70px;
  cursor: pointer;
  user-select: none;
}

.led {
  width: 65px;
}

.led-chip.selected {
  border: 1.75px dotted var(--color-ti-secondary-green);
}

.led-chip.highlight {
  background-color: #fbeea3;
}

.led-light {
  height: 24px;
  width: 24px;
}

.chip-name {
  height: 11px;
  font-size: 11px;
}

.fault-tag {
  align-items: center;
  background-color: #ce3b27;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: center;
  float: right;
  height: 35px;
  position: absolute;
  right: 0px;
  width: 6px;
}

.fault-tag-arrow {
  border-bottom: 5px solid transparent;
  border-right: 4px solid #ffffff;
  border-top: 5px solid transparent;
  height: 0;
  width: 0;
}

.switch-pin {
  height: 1px;
  width: 11px;
  background-color: #c9c9c9;
}

.display-none {
  display: none;
}

.cursor-ptr {
  cursor: pointer;
}
