: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 select {
  cursor: not-allowed !important;
}

select {
  background-color: transparent;  
  border: 1px solid #ccc !important;
  color: #000;
  /* cursor: pointer; */
  font-family: Roboto-Medium !important;
  height: 18px;
  outline: none;
  padding: 1px 0px 1px 0px;
  width: 115px;
}