:host {
  align-items: center;
  display: flex;
  height: calc(100% - 15px);
  justify-content: space-evenly;
  width: 100%;
}

.btn.primary.red {
  background-color: var(--color-ti-white);
  border: none;
  color: var(--color-ti-primary-red);
  font-size: medium;
  height: 50px;
  line-height: 50px;
  width: 35%;
  margin: 0;
  padding: 0;
}

.btn.primary.red.filled {
  background-color: var(--color-ti-primary-red);
  color: var(--color-ti-white);
}

.device-detection-container {
  height: 90%;
  width: calc(65% - 10px);
  margin-left: 10px;
}

.interface-buttons {
  width: 80%;
}

.quickstart-info {
  border-right: 0.4px solid var(--color-ti-border-grey-dark);
  height: 70%;
  width: 28%;
  min-width: 290px;
}

.info-text {
  color: var(--color-ti-text-grey-darkened);
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  width: 80%;
}

.info-text.interface {
  font-size: 19px;
  width: 100%;
}

.select-interface {
  height: 30%;
  width: 80%;
}

.chip-image {
  min-width: 300px;
  min-height: 120px;
  position: relative;
  padding: 20px;
}

.interface-buttons {
  width: 100%;
}

.chip-1 {
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  left: 12%;
  transform: scale(0.8);
}

.chip-2 {
  z-index: 10;
  position: absolute;
  left: 30%;
}

.chip-3 {
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  left: 49%;
  transform: scale(0.8);
}
