:host {
  width: 100%;
  height: 100%;
}

.btn.primary.custom {
  align-self: flex-end;
  font-weight: bold;
  min-width: 160px;
}

.btn.primary.small {
  min-width: 185px;
}

.current-mode {
  border-radius: 5px;
  font-weight: 500;
  height: 228px;
  margin-bottom: 10px;
  width: 208px;
}

.device-mode-container {
  height: 75%;
  width: 100%;
}

.explore-icon {
  height: 31px;
  width: 31px;
  margin-left: 5px;
}

.explore-container {
  align-self: flex-end;
  position: relative;
}

.explore-popup {
  position: absolute;
  bottom: 35px;
  right: -45px;
  height: 180px;
}

.feature-card {
  border-right: 1px dashed var(--color-ti-text-grey);
  height: 80%;
  width: 175px;
}

.feature-card:hover {
  font-weight: bolder;
}

.feature-row {
  width: 70%;
}

.left-tab {
  background-color: var(--color-ti-primary-white);
  box-shadow: 0 0px 20px 3px var(--color-ti-bg-grey-dark);
  height: 100%;
  width: 35%;
}

.mode-details {
  border-right: 2px dashed var(--color-ti-border-grey);
  height: 100%;
  width: calc(100% / 2);
}

.mode-features {
  height: 85%;
  width: calc(100% / 2);
}

.page-components {
  height: calc(100% - 60px - 100px - 10%);
  min-height: 380px;
  width: 100%;
}

.page-title {
  border-left: 5px solid var(--color-ti-primary-red);
  font-size: 45px;
  font-weight: 300;
  height: 60px;
  padding-left: 30px;
  text-transform: capitalize;
  width: 100%;
}

.popup-arrow {
  background-color: var(--color-ti-bg-grey-02);
  border-top: 1px dashed var(--color-ti-text-grey);
  border-right: 1px dashed var(--color-ti-text-grey);
  height: 30px;
  position: absolute;
  top: 134px;
  right: 80px;
  transform: rotate(135deg);
  width: 30px;
}

.quicklink-icon {
  height: 55px;
}

.quicklinks-tab {
  background-color: var(--color-ti-bg-grey-02);
  box-shadow: -10px 10px 10px -5px var(--color-ti-indicator-grey);
  border: 1px dashed var(--color-ti-text-grey);
  height: calc(100% - 30px);
  width: 100%;
}

.quickstart-container {
  background-color: var(--color-ti-bg-grey-02);
  height: calc(100% - 48px);
  margin-bottom: 48px;
  overflow: auto;
  user-select: none;
  width: 100%;
}

.right-tab {
  background-color: var(--color-ti-primary-white);
  box-shadow: 0 0px 20px 3px var(--color-ti-bg-grey-dark);
  height: 100%;
  width: calc(100% - 37%);
}

.state-indicator {
  border-radius: 11px;
  color: var(--color-ti-primary-white);
  height: 24px;
  font-size: 11px;
  line-height: 20px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 62px;
}

.title {
  color: var(--color-ti-text-grey-dark);
  font-size: 15px;
  text-align: start;
  text-transform: uppercase;
  width: 85%;
}

.spi-icon {
  height: 30%;
  width: 30%;
}

.spi-status {
  border: 1.8px dashed var(--color-ti-border-grey);
  border-radius: 8px;
  height: 50px;
  width: 180px;
}

.verify-spi-container {
  background-color: var(--color-ti-bg-grey-02);
  height: 280px;
  margin-bottom: 20px;
  width: 300px;
}

.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;
}

.standby-warn.hide {
  display: none;
}

.info-icon {
  color: var(--color-ti-primary-red-dark);
  padding: 0 5px 3px 3px;
}

@media only screen and (max-height: 900px) {
  .standby-warn {
    margin-bottom: 10px;
  }
}

.page-container {
  height: calc(100% - 45px - 5px);
  margin-top: 45px;
  min-height: 600px;
  min-width: 1150px;
  padding: 60px 100px 60px 100px;
  position: relative;
  width: 100%;
}

.mode-icon {
  height: 50%;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .page-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-height: 900px) {
  .page-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.wid-85 {
  width: 85px !important;
}
