#plantScopeWrap{
  display:grid;
  grid-template-rows:12px 20px;
  align-content:center;
  flex:0 0 176px;
  width:176px;
  height:44px;
  padding:4px 10px;
  overflow:hidden;
  border:1px solid #d7e3e4;
  border-radius:5px;
  background:rgba(255,255,255,.94);
  color:#71858a;
  box-shadow:0 6px 18px rgba(17,60,68,.055);
  font-size:.58rem;
  font-weight:650;
  line-height:1;
  white-space:nowrap;
}
#plantScopeWrap[hidden]{display:none}
#activePlant{
  display:block;
  width:100%;
  min-width:0;
  height:20px;
  padding:0 22px 0 0;
  overflow:hidden;
  border:0;
  outline:0;
  background-color:transparent;
  color:#17353d;
  font-size:.76rem;
  font-weight:650;
  line-height:20px;
  text-overflow:ellipsis;
}
#activePlant:disabled{
  opacity:1;
  color:#17353d;
  cursor:default;
  appearance:none;
}
#plantScopeWrap:focus-within{
  border-color:#55a4ae;
  box-shadow:0 0 0 3px rgba(0,119,138,.1),0 8px 20px rgba(17,60,68,.07);
}
@media(max-width:1100px) and (min-width:721px){
  #plantScopeWrap{flex-basis:156px;width:156px}
  .top-actions .search{min-width:220px}
}
@media(max-width:720px){
  #plantScopeWrap{
    grid-column:1/-1;
    width:100%;
    height:44px;
    flex-basis:auto;
  }
}
