:host {
  width: 25%;
  height: 96%;
  margin-left: 5px;
  min-width: 308px;
  max-width: 420px;
  min-height: 523px;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
}

.display-tile {
  height: calc(100% / 2.3);
  background-color: var(--color-ti-white);
  padding: 20px;
  border-radius: 14px;
  color: var(--color-ti-text-black);
  font-weight: 500;
}
.feature-row {
  width: 100%;
}

.mode-img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.mode-txt {
  font-size: 17px;
  font-weight: 500;
}

.status-circle {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.status-circle.on {
  background-color: var(--color-ti-secondary-green);
}

.status-circle.off {
  background-color: var(--color-ti-primary-red);
}

.interrupt-status {
  display: flex;
  align-items: center;
  background-color: var(--color-ti-border-grey);
  height: 26px;
  width: 64px;
  justify-content: space-around;
  border-radius: 15px;
  padding: 11px;
  font-size: 11px;
  font-weight: bold;
}

.interrupt-list {
  height: 84%;
  overflow: auto;
}

.text-end {
  display: flex;
  justify-content: space-between;
}
.clear-all-btn {
  text-decoration: underline;
  text-decoration-style: dashed;
  font-size: 12px;
  width: 61px;
  font-weight: 500;
}

.clear-all-btn:hover {
  color: var(--color-ti-text-black);
}
.circle-refresh {
  height: 20px;
  width: 20px;
  background-color: var(--color-ti-primary-white);
  border-radius: 50%;
  box-shadow: -0.2px 0.5px 1px 1px var(--color-ti-text-grey);
}
.circle-refresh:active {
  box-shadow: 0px 0px 15px -1px var(--color-ti-border-grey);
}
.reset-faults {
  position: relative;
  left: 4px;
  bottom: 0px;
}

.w-83 {
  width: 83px;
}

.adjust-width {
  min-width: 93px;
  position: relative;
  width: 39%;
}
.interrupts-panel-header {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-ti-text-grey-darker);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cstm-paper-btn {
  width: 98px;
  min-width: initial;
  height: 35px;
  font-size: 12.5px;
}

.hide-rst {
  width: 28px;
  height: 28px;
}

.feature-row.int {
  min-height: 25px;
  margin: 10px 0px;
}
