:host {
  --paper-input-container-input: {
    color: var(--color-ti-primary-blue);
    font-size: 16px;
    font-weight: bold;
  }

  --paper-input-container-underline: {
    background-color: var(--color-ti-primary-blue);
  }

  --paper-input-container-underline-focus: {
    background-color: var(--color-ti-primary-blue);
  }
}

.card-container {
  padding: 15px;
  height: 100%;
  width: 311px;
  display: flex;
  justify-content: space-evenly;
}

.card-header {
  display: flex;
  width: 100%;
  padding: 5% 5% 5% 5%;
  justify-content: center;
  align-items: center;
}

.card-title {
  color: var(--color-ti-secondary-blue-dark);
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
}

.popup-container {
  display: flex;
  flex-direction: column;
}
.left {
  height: 100%;
  width: 35%;
  background-color: lightgray;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 13px 15px;
}
h1 {
  font-weight: bold;
}
.devicenotconnected {
  display: flex;
  align-items: center;
  position: relative;
}
.devicenotconnected.green {
  color: #4baf4f;
}
.devicenotconnected.red {
  color: #cc0000;
}
iron-icon {
  position: relative;
}
.connectbutton {
  background-color: #148c9c;
  position: relative;
  color: white;
}
.right {
  height: 100%;
  width: 65%;
  background-color: white;
  padding: 13px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.device-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.interface-selection {
  font-weight: bold;
  position: relative;
}
.interface-buttons {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.interface-config {
  padding: 5%;
}

.i2c,
.spi {
  width: 100px;
  margin-right: 3px;
}
.highlight {
  color: white;
  background-color: #cc0000;
}
.nothighlight {
  color: #cc0000;
  background-color: white;
  border: 1px solid #cc0000;
}
.edit-setting {
  color: #cc0000;
  cursor: pointer;
}
.spi-content {
  position: relative;
  font-weight: lighter;
  font-style: italic;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 75px;
  margin-top: 10px;
}
.i2c-mode{
  color: var(--color-ti-secondary-blue-dark);
  display: flex;
  font-weight: 500;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.i2c-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 75px;
  margin-top: 10px;
}
.i2c-content-one {
  position: relative;
  display: flex;
  align-items: center;
}
.i2c-address-title {
  margin-right: 20px;
  width: 80px;
  /* padding-left:10px; */
  color: #555555;
}
.i2c-errormessage {
  font-weight: lighter;
  font-style: italic;
  position: relative;
  color: #cc0000;
  height: 18px;
}
.info-message {
  position: relative;
  color: #cc0000;
}
.tt-overlay-footer {
  margin-top: 10px;
  color: #cc0000;
  text-align: center;
  font-style: italic;
  margin-left: 5px;
  font-weight: 600;
  font-size: 13px;
}

.footer {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.address-input {
  color: var(--color-ti-primary-blue);
  width: 30px;
  margin-right: 10px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.popup-close {
  position: relative;
  cursor: pointer;
}
.custom-input-style {
  width: 50px;
  color: var(--color-ti-primary-blue);
  font-family: Roboto;
  font-weight: bold;
  padding: 0px;
}
paper-input ::shadow#input {
  color: var(--color-ti-primary-blue);
  font-size: 16px;
  font-weight: bold;
}
/* ti-widget-custom-select ::shadow{
  width: 150px;
} */