:host {
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  position: relative;
  overflow: hidden;
}

.collateral {
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(111, 111, 111, 0.5);
  display: flex;
  flex-direction: column;
  height: 55%;
  justify-content: center;
  margin: 0 10px;
  padding: 5px;
  position: relative;
  width: 210px;
}

.inactive::after {
  align-items: center;
  background-color: #ccc;
  content: "NOT AVAILABLE";
  color: #c00;
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  text-transform: capitalize;
  width: 85px;
  font-size: 10px;
}

.active:hover {
  border: 2px solid #40a9cd;
  box-shadow: 0 0 6px 2px rgba(64, 169, 205, 0.5);
  cursor: pointer;
}

.collateral-icon {
  color: #1c99c4;
  height: 25px;
  margin: 3px 0;
  width: 20px;
}

.collateral-label {
  color: #1c99c4;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.connection-label {
  color: var(--color-ti-text-grey-dark);
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin: 10px 45px;
  text-transform: capitalize;
}

.connection-status {
  color: var(--color-ti-text-grey-dark);
  font-family: Roboto;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

.connection-status .outer-circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #d4ebe0;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  justify-content: center;
}

.connection-status .inner-circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #4baf4f;
}

.connection-status.green {
  color: #4baf4f;
}

.connection-status.green .outer-circle {
  background-color: #d4ebe0;
}

.connection-status.green .inner-circle {
  background-color: #4baf4f;
}

.connection-status.red {
  color: #c00;
}

.connection-status.red .outer-circle {
  background-color: rgba(204, 0, 0, 0.2);
}

.connection-status.red .inner-circle {
  background-color: #c00;
}

.device-intro {
  color: var(--color-ti-text-grey);
  font-family: Roboto;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 15%;
  min-width: 240px;
  width: 270px;
}

.device-name {
  color: var(--color-ti-text-grey-dark);
  font-family: Roboto;
  font-size: 26px;
  line-height: 30px;
}

.evm-video-ctr {
  min-width: 240px;
  margin: 0 auto;
}

.evm-video {
  background: rgba(20, 20, 20, 0.7);
  display: block;
  height: 140px;
  min-height: 120px;
  width: 270px;
  min-width: 240px;
}

.feature-hdr {
  align-items: center;
  color: var(--color-ti-secondary-blue-light);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  line-height: 18px;
  text-align: center;
}

.feature-list-ctr {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  width: 100%;
}

.feature-list {
  align-items: center;
  display: flex;
  height: 80px;
  margin-bottom: 20px;
  width: 100%;
}

.feature-left-icon {
  background-image: url(../../images/homepage/FeaturedListLeft.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: calc(100% + 1px);
  width: 100px;
  margin-right: -2px;
}

.feature-label-ctr {
  align-items: center;
  border-top: 1px solid var(--color-ti-bg-red);
  border-bottom: 1px solid var(--color-ti-bg-red);
  color: var(--color-ti-primary-red);
  display: flex;
  flex-grow: 2;
  font-size: 18px;
  height: 100%;
  line-height: 20px;
  padding: 0 2%;
  position: relative;
  width: 50%;
}

.feature-label {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 10;
}

.feature-right-icon {
  height: 100%;
  position: absolute;
  right: 0;
  opacity: 0.75;
  width: 75px;
}

.home-slave-config {
  font-weight: bold;
  border-radius: 2px;
  background-color: #edf7f8;
  border: 1px solid rgba(2, 104, 140, 0.59);
  padding: 5px 10px;
  margin: 15px 2px;
}

.hp-bottom-ctr {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 20px;
  width: 45%;
  max-width: calc(100% - 240px);
  min-height: 119px;
}

.hp-device-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* justify-content: center; */
  width: 38%;
  min-width: 240px;
  margin-top: 40px
  /* margin-top: 3%; */
}

.hp-device-details {
  min-width: 150px;
  font-size: 13px;
  margin: 0 auto;
  height: 65%;
}

.hp-features {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-width: 240px;
  width: 25%;
}

.hp-graphics {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  justify-content: flex-end;
  /* margin: 0% 3%; */
  width: 48%;
}

.hp-left-ctr {
  align-items: flex-end;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 28%;
  justify-content: space-between;
}

.hp-right-ctr {
  width: 25%;
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  padding-top: 70px;
}

.home-page-container {
  background: transparent;
  font-family: Roboto;
  height: 100%;
  min-width: 718px;
  overflow: auto;
  padding: 0 0 2% 2%;
  display: flex;
  flex-direction: row;
  position: relative;
}

.page-link {
  margin: 5% 0;
  border: unset !important;
  justify-content: space-between;
}

.qs-label {
  flex-grow: 1;
  width: 55%;
  margin-left: 4%;
}

.start-button {
  align-items: center;
  background-color: #cc0000;
  color: #fff;
  display: flex;
  height: 36px;
}

.start-button .start-btn-txt {
  margin-right: 20px;
  width: unset;
}

.start-button > iron-icon {
  height: 17px;
  width: 17px;
}

.hor-line {
  background-color: #ddd;
  height: 1px;
  margin: 25px 0px;
  width: 55%;
}

.quick-start {
  background-color: #cc0000;
  border: 1px #cc0000 solid;
  border-radius: 4px;
  color: white;
  font-family: Roboto;
  font-size: 14px;
  height: 36px;
  line-height: 16px;
  width: 240px;
}

.hp-top-device-details {
  height: 80%;
  width: 100%;
}

.feature-card {
  height: 30%;
  width: 95%;
  background-color: transparent;
  cursor: pointer;
  margin: 5%;
  overflow: hidden;
  min-height: 163px;
}

.fcard-header {
  width: 100%;
  padding: 10% 10% 0% 10%;
}

.fcard-content {
  width: 100%;
  height: 60%;
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  padding: 6% 10% 0% 10%;
}

.fcard-footer {
  background-color: #cc0000;
  height: 20%;
  justify-content: flex-end;
  padding: 10px 5%;
  width: 100%;
  margin-bottom: 0px;
}

.fcard-title-text {
  color: var(--color-ti-secondary-blue-dark);
  margin-left: 10px;
  font-size: 17px;
  font-weight: 500;
}

.fcard-footer-text {
  color: #fff;
  font-size: 15px;
}

.footer-arrow {
  color: #fff;
  height: 17px;
  width: 17px;
  margin-left: 5px;
}

.feature-graphic-ctr {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 33%;
  width: 100%;
  /* margin-left: 15%; */
}

.feature-graphic-ctr > img {
  max-width: 100%;
  max-height: 350px;
}

.center-graphic {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  width: 40vw;
}

.center-graphic::shadow .feature-card {
  background-color: unset;
  height: unset;
  padding: unset;
}

.center-graphic::shadow .feature-graphic-ctr {
  height: unset;
  padding: unset;
}

.center-graphic::shadow .feature-text {
  display: none;
}

.center-graphic::shadow .carousel-nav-bar {
  background-color: unset;
  padding: unset;
}

button {
  cursor: pointer;
}

.bg-image {
  height: 38.2%;
  width: 20.4%;
  position: absolute;
  z-index: -1;
}

.bg-top-image {
  left: -5.9%;
  top: -21.9%;
}

.bg-btm-image {
  bottom: -15.1%;
  right: -2.7%;
}

.feature-card .bg-btm-image {
  width: 74.6%;
  height: 149.6%;
  bottom: -87%;
  right: -10.5%;
  transform: rotate(25deg);
}

@media (min-width: 1250px) {
  .connection-status {
    font-size: 32px;
    line-height: 36px;
  }

  .device-intro {
    font-size: 14px;
    line-height: 16px;
  }
}
