/* Ameriteam OS v263 — inline Bid Room stage selector. */
#amt195-bid-room .amt263-stage-field{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
#amt195-bid-room .amt263-stage-field label{
  display:block;
  margin:0 0 4px;
  color:#7a8498;
  font-size:10px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
}
#amt195-bid-room .amt263-stage-field select{
  width:100%;
  min-width:132px;
  height:34px;
  box-sizing:border-box;
  padding:0 32px 0 10px;
  border:1px solid #cbd4e2;
  border-radius:7px;
  background:#fff;
  color:#14265b;
  font:800 12px/1 'DM Sans',sans-serif;
  cursor:pointer;
}
#amt195-bid-room .amt263-stage-field select:hover{border-color:#8b99b1}
#amt195-bid-room .amt263-stage-field select:focus-visible{
  border-color:#c31f35;
  outline:3px solid rgba(195,31,53,.14);
}
#amt195-bid-room .amt263-stage-field select:disabled{
  cursor:wait;
  opacity:.68;
}
.amt263-status-work{
  position:fixed!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
