:host {
  display: block;
  height: 40px;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
}

.ctrl-hdr {
  color: rgba(128, 128, 128, 0.9);
  font-family: "Roboto-regular";
  font-size: 12px;
  margin-bottom: 2px;
  padding: 1px 0px;
  width: 175px;
}

.ctrl-cnt {
  align-items: center;
  display: flex;
  color: #63666A;
  font-size: 12px;
  width: 175px;
}

.disabled * {
  color: rgba(128, 128, 128, 0.9) !important;
}

.disabled input {
  cursor: not-allowed !important;
}

.extend-width {
  width: 180px !important;
}

.numbox {
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  color: #000;
  /* cursor: pointer; */
  font-family: Roboto-Medium;
  height: 18px;
  outline: none;
  padding: 1px 0px 1px 5px;
  width: 115px;
}

.unit {
  font-family: 'Roboto-regular';
  font-size: 12px;
  margin-left: 5px;
  position: relative;
}