:host {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
}

.chip-image {
  height: 65%;
}

.connection-diagram {
  height: 70%;
}

.description {
  font-weight: 500;
  text-align: center;
  width: 80%;
}

.detection-block {
  height: 70%;
}

.info-message {
  text-transform: uppercase;
}

.info-text {
  font-size: 28px;
  padding: 1%;
}

.page {
  height: 100%;
  width: 100%;
}

.page.two {
  height: 80%;
}

.auto-detect-page-container {
  height: 90%;
  width: 100%;
  padding: 2%;
}

.page-title {
  font-size: 17px;
  padding: 2%;
  text-align: center;
  text-transform: uppercase;
}

paper-button.btn {
  outline: none;
}

.rescan-button {
  color: var(--color-ti-primary-red);
  text-transform: uppercase;
}

.ripple {
  background-color: var(--color-ti-bg-grey);
  border-radius: 100px;
  color: var(--color-ti-primary-white);
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 100px;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(215, 215, 215, 0.3),
      0 0 0 20px rgba(215, 215, 215, 0.3), 0 0 0 60px rgba(215, 215, 215, 0.3),
      0 0 0 120px rgba(215, 215, 215, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(215, 215, 215, 0.3),
      0 0 0 60px rgba(215, 215, 215, 0.3), 0 0 0 120px rgba(215, 215, 215, 0.3),
      0 0 0 180px rgba(215, 215, 215, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(215, 215, 215, 0.3),
      0 0 0 20px rgba(215, 215, 215, 0.3), 0 0 0 60px rgba(215, 215, 215, 0.3),
      0 0 0 120px rgba(215, 215, 215, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(215, 215, 215, 0.3),
      0 0 0 60px rgba(215, 215, 215, 0.3), 0 0 0 120px rgba(215, 215, 215, 0.3),
      0 0 0 180px rgba(215, 215, 215, 0);
  }
}

.ripple-content {
  position: absolute;
  top: 25%;
  right: -34%;
  width: 150px;
}

.warn-text {
  color: var(--color-ti-border-grey-dark);
  font-size: 50px;
  font-weight: 500;
  opacity: 0.6;
}

paper-button.primary.hidden {
  display: block !important;
}

paper-button.primary.hidden {
  display: none;
}

.power-on-warn {
  align-items: center;
}

#small-btn {
  font-size: 11px;
  padding: 2px 15px;
  height: 38px;
  min-width: 39px;
  font-weight: 500;
}

.standby-warn {
  background-color: var(--color-ti-bg-yellow);
  color: var(--color-ti-primary-red-dark);
  font-size: 12px;
  width: 275px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin-top: 10px;
}

.info-icon {
  color: var(--color-ti-primary-red-dark);
  padding: 0 5px 3px 3px;
}

.mrg-tp {
  margin-top: 10px;
}
