:host {
  height: 100%;
  width: 100%;
  color: #555555;
}

.landing-container {
  background-color: #f9f9f9;
  height: 100%;
  font-family: Roboto;
  padding: 1% 2%;
  overflow-x: auto;
  overflow-y: hidden;
}

.top-container {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 1px;
  position: relative;
  width: 100%;
  min-width: 800px;
}

.text-container {
  color: #555555;
  left: 0px;
  font-size: 15px;
  position: absolute;
}

.search-bar-container {
  background-color: bisque;
}

.search-box {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #c7c6c6;
	border-radius: 3px;
	color: #c7c6c6;
	display: flex;
	height: 38px;
  justify-content: space-around;
  width: 200px;
}

.search-icon {
  height: 15px;
  width: 15px;
}

.search-in {
  border: none;
  font-size: 13px;
	height: 98%;
	width: 75%;
}

input.search-in:focus {
	outline-width: 0;
}

.devices-container {
  height: calc(100% - 50px);
  overflow: auto;
  width: 100%;
  min-width: 800px;
}

.devices-header {
  color: #555555;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 25px
}

.devices-list {
  display: flex;
  flex-wrap: wrap;
}

.device-section {
  background: transparent;
  width: 25%;
  display: flex;
  justify-content: center;
}

.device-cont {
  background-color: #FFFFFF;
  box-shadow: 10px 10px 40px 0 rgba(235,235,235,0.5);
  height: 210px;
  margin: 10px;
  padding-left: 10px;
  width: 400px;
}

.device-top {
  height: 130px;
  padding: 10px
}

.device-header {
  align-items: center;
  display: flex;
  color: #555555;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 18px;
  width: 100%;
}

.device-desc {
  font-size: 13px;
  padding: 0 10px 0 0;
  width: 100%;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.device-bottom {
  height: 80px;
  width: 100%;
  display: flex;
  padding-left: 10px;
}

.feature-section {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 70%;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  height: 15px;
  justify-content: space-between;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.feature {
  color: #9B9B9B;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}

.feature-separator {
  border: 0.5px solid #979797;
  content: "";
  height: 14px;
  width: 1px;
  left: 10px;
  margin: 0px 10px;
}

.selection {
  display: flex;
  height: 14px;
  letter-spacing: 0;
  line-height: 14px;
  width: 100%;
}

.select-device {
  color: #CC0000;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  width: 50%;
  cursor: pointer;
}
.selection i {
  margin-left: 10px;
}

.know-more {
  height: 14px;
  color: #1C99C4;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  width: 50%;
  cursor: pointer;
}

.img-container {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 30%;
}

.img-container img {
  max-height: 90%;
  max-width: 80%;
}

.dev-icon {
  max-height: 70px;
  max-width: 85px;
}

.overlay-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 700;
  user-select: none;
  align-items: flex-end;
  justify-content: flex-start;
}

.close-icon{
  margin: 7px 0px;
  cursor: pointer;
}

.info-container {
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 65%;
  max-height: 460px;
  border: 1px solid #979797;
  background-color: #FFFFFF;
  padding: 15px 30px 0px 30px;
}

.info{
  overflow: auto;
  width: 100%;
}

.feature-container {
  width: 50%;
  height: 100%;
}

.device-details {
  width: 50%;
  height: 100%;
}

.external-links{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.clr-red-btn {
  height: 110px;
  width: 110px;
  border-radius: 4px;
  border: rgb(111, 111, 111);
  background-color: #FFFFFF;
  margin: 10px;
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(211,211,211,0.5);
  color: #CC0000;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}

.clr-red-btn:hover {
  border: #CC0000;
  box-shadow: 0 0 6px 0 #CC0000;
}

.collateral-icon {
  height: 22px;
  margin: 10px 0px;
}


.description {
  height: 104px;
  width: 80%;
  color: #9E9E9E;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  overflow: auto;
  margin: 2% 2% 2% 1%;
}

.device-title {
  height: 39px;
  color: #424242;
  font-family: Roboto;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.85px;
  line-height: 39px;
  margin: 2% 0% 0% 0%;
}

.features {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 50px);
}

.feature-specfic-cont{
  width: 280px;
  height: 160px;
  overflow: auto;
  margin: 5px 10px 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-img {
  min-height: 17px;
}

.feature-title{
  max-height: 100px;
  width: 100%;
  color: #2C2C2C;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  flex: 1;
  margin: 10px 10px 10px 0px;
}

.feature-desc {
  height: 88px;
  width: 240px;
  color: #9E9E9E;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  overflow: auto;
  flex: 3;
}

@media screen and (max-width: 1290px) {
  .device-section {
    width: 50%;
  }
}

@media screen  and (min-width: 1290px) and (max-width: 1600px) {
  .device-section {
    width: 33%;
  }
}

.devices-container::-webkit-scrollbar-track , .description::-webkit-scrollbar-track , .landing-container::-webkit-scrollbar-track{
  border-radius: 0px;
  background-color: transparent;
}

.devices-container::-webkit-scrollbar , .description::-webkit-scrollbar , .landing-container::-webkit-scrollbar{
  width: 5px;
  height: 7px;
  background-color: transparent;
}

.devices-container::-webkit-scrollbar-thumb , .description::-webkit-scrollbar-thumb , .landing-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #CCC;
}