:host {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}

.carousel-nav-bar {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3%;
  width: 100%;
  background-color: var(--color-ti-bg-grey-02);
}

.carousel-nav-dot {
  background-color: var(--color-ti-indicator-grey);
  border-radius: 50%;
  height: 15px;
  margin: 5px;
  padding: 5px;
  width: 15px;
}

.carousel-nav-dot.selected {
  background-color: var(--color-ti-primary-red);
}

.feature-card {
  align-items: center;
  background-color: var(--color-ti-bg-grey-02);
  display: flex;
  height: 90%;
  justify-content: center;
  padding: 5%;
  width: 100%;
}

.feature-graphic-ctr {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 2%;
  width: 100%;
}

.feature-graphic-ctr > img {
  min-width: 350px;
  width: 100%;
  max-width: 630px;
}

.feature-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1%;
  width: 50%;
}

.feature-title {
  color: var(--color-ti-text-grey-dark);
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  padding: 2% 0;
}

.feature-description {
  color: var(--color-ti-text-grey);
  font-size: 18px;
  line-height: 28px;
  padding: 1.5% 0;
}

.device-details-cont {
  height: 95.1%;
  min-height: 256px;
  min-width: 350px;
  position: relative;
  width: 75%;
}

.device-details-cont .details_diag_cont {
  align-items: center;
  background-color: #fff;
  border: 1px dashed #333;
  border-radius: 20px;
  display: flex;
  height: 44.3%;
  padding: 15px;
  position: absolute;
  width: 39.3%;
}

.device-details-cont .details_diag_cont img {
  width: 40%;
  margin-right: 5px;
}

.device-details-cont .details_diag_cont:nth-child(1) {
  left: 0px;
  top: 0px;
}

.device-details-cont .details_diag_cont:nth-child(2) {
  left: 29%;
  top: 28%;
}

.device-details-cont .details_diag_cont:nth-child(3) {
  left: 58%;
  top: 56%;
}

.device-details-cont .text-content {
  align-items: center;
  color: #333;
  display: flex;
  flex-grow: 1;
  font-size: 12px;
  justify-content: center;
}

.rgb{
  cursor: pointer;
}