:host {
  width: 100%;
  height: 100%;
}

.home-container {
  display: flex;
  height: 100%;
  padding: 20px;
  font-family: Roboto;
  background-color: #f9f9f9;
  overflow: auto;
}

.left-container {
  display: inline-flex;
  flex-direction: column;
  width: 55%;
  height: 100%;
  min-height: 530px;
  min-width: 700px;
  padding: 20px 20px 30px 20px;
  background-image: url("../../images/custom/Bitmap.png");
}

.top-container {
  height: 50%;
  padding: 10px;
}

.links-box {
  width: 30%;
}

.links-container {
  height: 50%;
  width: 100%;
  display: flex;
}

.startup-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  height: 50%;
  /* min-height: 235px; */
  padding: 10px;
}

.device-name {
  color: #666;
  font-size: 26px;
  font-weight: 600;
}

.title-sml {
  margin: 10px 0px;
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.title-lrg {
  margin: 10px 0px;
  color: #555555;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
}

.desc {
  margin: 10px 0px 20px 0px;
  color: rgba(85, 85, 85, 0.7);
  font-family: Roboto;
  font-size: 14px;
  line-height: 17px;
  overflow: auto;
}

.connection-status {
  margin: 10px 0px;
  color: #555555;
  font-family: Roboto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.connection-status.green {
  color: #4baf4f;
}
.connection-status.red {
  color: #d00;
}

.connection-status .outer-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #d4ebe0;
  border-radius: 50%;
}
.connection-status.green .outer-circle {
  background-color: #d4ebe0;
}
.connection-status.red .outer-circle {
  background-color: rgba(204, 0, 0, 0.2);
}

.connection-status .inner-circle {
  width: 15px;
  height: 15px;
  background-color: #4baf4f;
  border-radius: 50%;
}
.connection-status.green .inner-circle {
  background-color: #4baf4f;
}
.connection-status.red .inner-circle {
  background-color: #c00;
}

.dev-addr {
  margin-left: 20px;
  font-size: 14px !important;
}

.flex {
  display: flex;
}

.start-button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 222px;
  height: 36px;
  margin: 10px 5px 10px 0px;
  background-color: #cc0000;
  color: #ffffff;
  cursor: pointer;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  border: #cc0000;
  border-radius: 18px;
}

.register-button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 222px;
  height: 36px;
  margin: 10px 0px 10px 5px;
  color: #cc0000;
  background-color: #f9f9f9;
  cursor: pointer;
  border: none;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  border-radius: 18px;
}

.evm-setup {
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evm-img {
  transform-origin: center;
  height: 80%;
  width: 100%;
}

.links-box {
  width: 50%;
}

.board-note {
  background-color: rgba(28, 153, 196, 0.18);
  color: #1c99c4;
  font-size: 10px;
  padding: 5px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-zoom {
  margin-right: 2%;
}

.right-container {
  display: flex;
  flex-direction: column;
  width: 45%;
  height: 100%;
  min-height: 500px;
  min-width: 700px;
  background-color: #ffffff;
  box-shadow: 10px 10px 40px 0 rgba(235, 235, 235, 0.5);
}

.collaterals-container {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* margin: 4% 0%; */
}

.link-btn {
  width: 221px;
  height: 70px;
  margin: 5px;
  padding: 0px 0px 0px 20px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 4px 0 rgba(216, 216, 216, 0.5);
  color: #1c99c4;
  cursor: pointer;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  border-radius: 5px;
}

.link-btn:hover {
  border: #1c99c4;
  box-shadow: 0 0 6px 0 #1c99c4;
}

.external-links {
  display: flex;
  /* padding: 2% 0%; */
  flex-wrap: wrap;
}
.flex-align {
  display: flex;
  align-items: center;
}

.mar-rt {
  margin-right: 20px;
}

.flex-c {
  display: flex;
  flex-direction: column;
}

.clr-blue-btn {
  width: 80px;
  height: 70px;
  color: #1c99c4;
  cursor: pointer;
  margin: 2%;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 9.8px;
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 2.8px;
  box-shadow: 0 0 4px 0 rgba(216, 216, 216, 0.5);
}

.clr-blue-btn:hover {
  border: #1c99c4;
  box-shadow: 0 0 6px 0 #1c99c4;
}

.collateral-icon {
  height: 22px;
  margin: 10px 0px;
}

.info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  margin: 15px;
  border-radius: 4px;
  background-color: rgba(28, 153, 196, 0.18);
}

.info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  color: #1c99c4;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.zoomButton {
  width: 100px;
  height: 30px;
  background-color: grey;
  color: white;
  cursor: pointer;
  border: none;
  padding: 5px;
  border-radius: 6px;
  font-size: 12px;
}

.info-icon {
  width: 26px;
  height: 20px;
  margin: 0px 10px;
}

.desc::-webkit-scrollbar-track,
.right-container::-webkit-scrollbar-track,
.left-container::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}

.desc::-webkit-scrollbar,
.right-container::-webkit-scrollbar,
.left-container::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  background-color: transparent;
}

.desc::-webkit-scrollbar-thumb,
.right-container::-webkit-scrollbar-thumb,
.left-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}
