:host {
  height: 100%;
}

.flex-r {
  display: flex;
  flex-direction: row;
}

.flex-c {
  display: flex;
  flex-direction: column;
}

.space-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.flex-end {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.main-container {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.left-container {
  width: 25%;
  height: 100%;
  justify-content: normal;
  padding: 10px 10px 0px 10px;
  margin: 10px 10px 0px 10px;
  min-width: 250px;
}

.startup-container {
  padding: 25px 10px 10px 10px;
  max-height: 600px;
  justify-content: flex-start;
  margin-bottom: 10%;
}

.startup-container-spliter {
  box-sizing: border-box;
  width: 100%;
  border: 0.5px solid #98999b;
  opacity: 0.3;
}

.title-sml {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 2% 0%;
}

.volt-title {
  color: #c00;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 5px;
}

.desc {
  color: rgba(85, 85, 85, 0.7);
  font-family: Roboto;
  font-size: 12px;
  line-height: 17px;
  margin: 4% 0%;
}

.start-icon-right {
  margin: 0px 2px 3px 5px;
  height: 20px;
}

.red-icon-right {
  margin: 0px 2px 3px 5px;
  height: 20px;
  color: #c00;
}

.connection-status {
  color: #555555;
  font-family: Roboto;
  font-size: 26px;
  line-height: 30px;
  margin: 2% 0%;
}

.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;
}

.red {
  color: #c00;
}

.connection-status.red .outer-circle {
  background-color: rgba(204, 0, 0, 0.2);
}

.connection-status.red .inner-circle {
  background-color: #c00;
}

.red-bg-button {
  min-height: 40px;
  width: 100%;
  border-radius: 4px;
  border: #cc0000;
  background-color: #cc0000;
  color: #ffffff;
  margin: 2% 0%;
  cursor: pointer;
}

.red-clear-button {
  min-height: 33px;
  width: 100%;
  background-color: #ffffff;
  color: #cc0000;
  margin: 2% 0%;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  align-items: center;
}

.horizontal-divider {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  border: 1px solid #efeeee;
}

.evm-video-ctr {
  min-width: 240px;
  margin: 0 auto;
}

.center-container {
  width: 44%;
  min-width: 350px;
}

.chip-img {
  padding: 30px;
  width: 90%;
  height: 60%;
}

.clr-blue-btn {
  height: 110px;
  width: 110px;
  border-radius: 4px;
  border: rgb(111, 111, 111);
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(111, 111, 111, 0.5);
  color: #1c99c4;
  margin: 0px 10px;
  cursor: pointer;
}

.clr-blue-btn:hover {
  border: #1c99c4;
  box-shadow: 0 0 6px 0 #1c99c4;
}

.collateral-icon {
  height: 22px;
  margin: 10px 0px;
}

.right-container {
  width: 25%;
  min-width: 310px;
  margin-bottom: 50px;
  padding: 10px;
}

.feature-hdr {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(204, 0, 0, 0.7);
  border-radius: 78px;
  color: rgba(204, 0, 0, 0.7);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  margin: 25px 0px;
}

.feature-icon {
  width: 25px;
  margin-right: 10px;
}

.feature-itms {
  color: rgba(85, 85, 85, 0.7);
  font-family: Roboto;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
}

.disable {
  cursor: not-allowed;
  opacity: 0.6;
}

@media screen and (max-width: 1280px) {
  .startup-container {
    padding: 10px 10px 10px 10px;
  }
  .red-clear-button {
    min-height: 28px;
  }
}
