:host {
  display: block;
  height: 100%;
  width: 100%;
}

.landing-page-container {
  align-items: flex-start;
  background: var(--color-ti-bg-grey-02);
  background-image: url(../../images/bg-tile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: calc(100% - 50px);
  overflow: auto;
  padding: 1% 0 0% 3%;
  margin-bottom: 50px;
  user-select: none;
}

.device-select-ctr {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 710px;
  min-width: 450px;
  width: 33%;
  height: 98%;
}

.dev-intro-ctr {
  margin-top: 2%;
  min-height: 160px;
}

.header-ctr {
  align-items: center;
  color: var(--color-ti-primary-red);
  display: flex;
  font-size: 24px;
  justify-content: flex-start;
  min-height: 80px;
}

.header-cnt {
  color: var(--color-ti-indicator-grey);
  font-size: 57px;
  font-weight: 600;
  letter-spacing: 2px;
  transform: scale(1.2);
  margin-left: 5%;
}

.dev-det-ctr {
  border-bottom: 1px solid var(--color-ti-border-grey);
  color: var(--color-ti-text-grey-dark);
  font-size: 14px;
  line-height: 22px;
  padding: 3% 0 3% 0;
  width: 95%;
}

.dev-featurelist-title {
  color: var(--color-ti-text-grey-dark);
  font-size: 20px;
  padding: 2%;
  width: 100%;
}

.dev-var-ctr {
  color: var(--color-ti-text-grey);
  font-size: 16px;
  margin-top: 2%;
}

.info-ctr {
  color: var(--color-ti-text-grey-dark);
  font-weight: 500;
  height: 30px;
}

.ctrl-detail-ctr {
  padding: 0 5%;
  width: 90%;
  height: 85%;
}

.compare-block {
  color: var(--color-ti-text-grey-dark);
  font-size: 16px;
  height: 50px;
  padding: 2%;
  text-transform: uppercase;
}

.compare-icon {
  height: 30px;
  padding: 5px;
}

.carousel-container {
  background-color: var(--color-ti-bg-grey-dark);
  height: calc(100% - 110px - 2%);
  width: 100%;
}

.device-header {
  height: 110px;
  min-width: 550px;
  width: 100%;
}

.device-info {
  height: 90%;
  line-height: 22px;
  width: calc(100% - 160px - 5%);
}

.header-txt {
  font-size: 24px;
}

.btn.primary.small {
  min-width: 160px;
  outline: none;
}

.auto-detect-block {
  height: 10%;
  width: 80%;
}

.right-container {
  height: 100%;
  min-height: 710px;
  min-width: 600px;
  position: relative;
  width: 67%;
}

.auto-detect-ctrl {
  background-color: var(--color-ti-primary-red-dark);
  color: var(--color-ti-primary-white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.auto-detect-window {
  background-color: var(--color-ti-white);
  background-image: linear-gradient(
      0deg,
      transparent 26%,
      #eee 25%,
      #eee 23%,
      transparent 20%,
      transparent 74%,
      #eee 75%,
      #eee 76%,
      transparent 77%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 26%,
      #eee 25%,
      #eee 26%,
      transparent 27%,
      transparent 74%,
      #eee 75%,
      #eee 76%,
      transparent 77%,
      transparent
    );
  background-size: 50px 50px;
  box-shadow: 0 0 20px 7px var(--color-ti-bg-grey-dark);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 96%;
  width: 100%;
}

.auto-detect-container {
  height: 88%;
  position: absolute;
  bottom: 0;
  transition: height 0.5s linear;
  width: 80%;
}

.auto-detect-container.close {
  height: 0;
  bottom: unset;
  width: 0;
}

.auto-detect-container.close * {
  display: none;
}

@media only screen and (max-height: 900px) {
  .auto-detect-container {
    height: 87%;
  }
  .auto-detect-window {
    height: 95%;
  }
}

@media only screen and (max-height: 800px) {
  .auto-detect-container {
    height: 86%;
  }
  .auto-detect-window {
    height: 94%;
  }
}
