:host ::content .fsm-trans div.acc-bdy {
  padding: 0;
}

.accordion-container {
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown {
  width: 50%;
}

.dropdown-content {
  max-height: 300px;
}

.each-paper-item {
  background: var(--color-ti-white);
  color: var(--color-ti-primary-blue);
  width: 100%;
}

.flex-space-btwn {
  justify-content: space-between;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.full-width {
  width: 100%;
}

.gl-stngs-ele {
  color: var(--color-ti-text-black);
  height: 115px;
  margin-bottom: 3%;
  padding: 0 5%;
  width: 100%;
}

.is-hardware-check {
  margin-top: 20px;
  /* align with paper-components */
}

.no-selection-message {
  align-items: center;
  color: var(--color-ti-text-grey-darker);
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 50px;
  width: 100%;
}

.state-ctr > * {
  padding: 5px 12px;
}

.settings-container {
  min-width: 430px;
  display: flex;
  height: 100%;
  flex-direction: column;
  width: calc(100% - 20%);
}

.state-input {
  width: 20%;
  padding: 12px;
}

.text-head {
  color: var(--color-ti-text-black);
  font-size: 14px;
  font-weight: 500;
}

.very-small-text {
  font-size: 12px;
}

:host {
  display: flex;
  height: 100%;
  width: 100%;
}

.ideal-width {
  width: 80%;
}

.nav-bar-container {
  background-color: var(--color-ti-bg-grey-02);
  height: 100%;
  min-width: 100px;
  width: 18%;
}

.nav-tab {
  background-color: var(--color-ti-bg-grey-02);
  color: var(--color-ti-text-grey-dark);
  font-size: 12px;
  height: calc(60% / 4);
  margin: 0;
  min-height: 100px;
  text-align: center;
  width: 100%;
}

.nav-tab.selected {
  background-color: var(--color-ti-bg-red);
  border-right: 4px solid var(--color-ti-secondary-red);
  color: var(--color-ti-secondary-red);
}

.nav-tab-icon {
  width: 30%;
  height: 20%;
}

.nav-tab-icon.large {
  height: 25%;
}

.add-state-container {
  margin-bottom: 3%;
  width: 100%;
}

.add-state-container.disable {
  opacity: 0.3;
  pointer-events: none;
}

.add-state-control {
  width: 90%;
  padding: 20px 0;
}

.add-state-control.disable {
  opacity: 0.3;
  pointer-events: none;
}

.btn.primary.blue {
  background-color: var(--color-ti-selection-blue);
  border: 1px solid var(--color-ti-secondary-blue-light);
  border-radius: 1%;
  color: var(--color-ti-secondary-blue-light);
  font-size: small;
  font-weight: bold;
  height: 90%;
  line-height: 30px;
  outline: none;
  width: 125px;
  margin: 0;
  padding: 0;
}

.control-header {
  width: 95%;
  padding: 15px;
}

.grey.box {
  background-color: var(--color-ti-text-grey);
  border: 1px solid var(--color-ti-bg-grey);
  border-radius: 3px;
}

.optimum-hw {
  height: 95%;
  width: 95%;
}

paper-radio-button.radio-item {
  --paper-radio-button-checked-color: var(--color-ti-secondary-blue-light);
  --paper-radio-button-checked-ink-color: var(--color-ti-secondary-blue-light);
  --paper-radio-button-unchecked-color: var(--color-ti-secondary-blue-light);
  --paper-radio-button-unchecked-ink-color: var(
    --color-ti-secondary-blue-light
  );
  --paper-radio-button-label-color: var(--color-ti-text-black);
  font-size: 12px;
  padding: 8px;
}

paper-input {
  --paper-input-container-input: {
    font-size: 12px;
  }
}

.state-selected {
  height: calc(100% - 5%);
  width: 100%;
}

.state-ctr {
  height: 200px;
  width: 100%;
}

.state-list {
  height: calc(100% - 25% - 5%);
  overflow: auto;
  width: 100%;
}

.state-config-controls {
  height: 60%;
  width: 100%;
}

.state-setting-item {
  width: calc(100% - 18%);
}

.white-tile {
  background-color: var(--color-ti-white);
}

.state-list-item {
  background-color: var(--color-ti-white);
  border: 1px dashed var(--color-ti-text-grey-darker);
  border-radius: 5px;
  height: 50px;
  margin: 2% 0%;
  width: 100%;
}

.state-title {
  width: 70%;
}

.state-item-controls {
  width: calc(100% - 70% - 10%);
}

.pointer {
  cursor: pointer;
}

.pointer.disable {
  opacity: 0.5;
  pointer-events: none;
}

.grey-tile {
  background-color: var(--color-ti-bg-grey-02);
}

.global-settings {
  overflow: auto;
}

.overflow-auto {
  overflow: auto;
}

.gseq-card {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 12px;
  color: var(--color-ti-text-grey-dark);
  justify-content: space-between;
  padding: 10px 10px;
  background-color: #ffffff;
  border: 1px dashed #4a4a4a;
}

.gseq-title-cntr {
  width: calc(100% - 100px);
}

.gseq-title {
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gseq-icon-cntr {
  width: 30px;
}

.seq-iron-icon {
  cursor: pointer;
}
