:host {
  height: 100%;
}

.home-cont {
  height: 100%;
  width: 100%;
  overflow: auto;
  min-width: 1200px;
  min-height:800px;
}

.top-container {
  display: flex;
  height: 75%;
}

.top-left-container {
  width: 350px;
  padding-left: 25px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 25px;
}

.device-connection-status {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6d6d6d;
  margin-bottom: 5px;
  margin-top : 40px;
}

.device-name-and-connection-icon {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.device-connection-icon {
  color: #6BB644;
  padding: 3px;
  border: 2px solid #6BB644;
  border-radius: 50%;
  box-sizing: content-box;
}

.device-connection-icon.disconnect {
  color: #DD0000;
  border: 2px solid #DD0000;
}


.device-name {
  margin-left: 10px;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5d5d5d;
}

.device-desc {
  margin-top: 15px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  text-align: justify;
  letter-spacing: normal;
  color: #63666a;
}

.quick-start-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #DD0000;
  color: #FFF;
  margin-top: 15px;
  position: relative;
}

.quick-start-button:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

.quick-start-title {
  padding: 0px 20px;
  font-size: 16px;
}

.registermap-button {
  color: #F16258;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #E5E5E5 transparent;
  cursor: pointer;
  position: relative;
}

.registermap-button:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.registermap-icon {
  margin-right: 15px;
}

.registermap-title {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f16258;
}

.right-direction-arrow {
  float: right;
}

.top-middle-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 750px);
  padding-top: 50px;
}

.illustration {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.top-right-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 400px;
  text-align: right;
  padding-top:60px;
}

.features-list-title {
  color: #F16258;
  margin-bottom: 25px;
  padding: 25px 50px;
  border: 1px solid #F16258;
  border-right-color: transparent;
  border-radius: 35px 0px 0px 35px;
  background-color: #FAFAFA;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f16258;
}

.features-list {
  display: flex;
  flex-direction: column;
}

.feature-title {
  position: relative;
  width: 400px;
  margin: 15px;
  margin-left: -1px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}

.feature-title:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.feature-icon {
  height: 55px;
  width: 55px;
  margin-right: 10px;
}

.feature-title-txt {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #63666a;
  text-align: center;
}

.bottom-container {
  display: flex;
  height: 25%;
  justify-content: center;
  align-items: center;
}

.collateral {
  display: inline-flex;
  width: 110px;
  height: 110px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #fefefe;
  color: #196db4;
  border: solid 0.2px #d4dde1;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  cursor: pointer;
  position: relative;
}

.collateral:hover {
  background-color: #196db4;
  color: #fefefe;
  text-decoration: none;
}

.collateral:hover .collateral-icon-hr {
  display: block;
}

.collateral:hover .collateral-icon {
  display: none;
}

.collateral-text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.collateral-icon {
  height: 30px;
}

.collateral-icon-hr {
  height: 30px;
  display: none;
}

.collateral-container {
  position: relative;
}

.collateral::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

.collateral.un-available {
  opacity: 0.5;
}

.collateral-not-available {
  color: red;
  font-weight: bold;
  transform: rotate(-45deg);
  position: absolute;
  font-size: 20px;
  top: 43%;
  left: 20%;
  text-align: center;
}