:host {
  height: 100%;
  width: 100%;
  background-color: aquamarine;
  text-transform: uppercase;
}

.border-style {
  border: 1px solid var(--color-ti-border-grey-dark);
  border-radius: 1%;
}

.btn.primary.red {
  background-color: var(--color-ti-primary-red);
  border: 1px solid var(--color-ti-primary-red);
  color: var(--color-ti-white);
}

.buck-interrupts {
  height: 25%;
  width: 100%;
}

.header {
  color: var(--color-ti-primary-red);
  justify-content: space-between;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  margin: 5% 5% 2% 5%;
  width: 90%;
}

.interrupts-main {
  height: calc(100% - 5%);
  overflow: auto;
  min-width: 450px;
  width: 100%;
}

/* .indicator-circle {
  background-color: var(--color-ti-indicator-red);
  border-radius: 5px;
  height: 10px;
  width: 10px;
}

.indicator-circle.enable {
  background-color: var(--color-ti-indicator-green);
} */

.interrupt-container {
  height: 60px;
  margin: 2% 5%;
  overflow: hidden;
  transition: height 0.2s;
  width: 90%;
}

.interrupt-container.open {
  height: auto;
  margin: 2% 5%;
  transition: height 0.2s;
  width: 90%;
}
