/* v.544 — working Dashboard Project selector positioned after Receive Payment */
.dashboard-title-v439 .actions{
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
}
.dashboard-project-header-v544{
  width:168px;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:0;
  padding:4px 10px;
  border:1px solid rgba(129,88,57,.18);
  border-radius:12px;
  background:#fffdf9;
  color:#38434c;
  box-shadow:0 6px 14px rgba(18,28,36,.10);
}
.dashboard-project-icon-v544{display:none!important}
.dashboard-project-header-v544 label{display:block;min-width:0;width:100%}
.dashboard-project-header-v544 label>span{display:none!important}
.dashboard-project-header-v544 select{
  width:100%;
  margin-top:0;
  padding:4px 22px 4px 2px;
  border:0;
  outline:0;
  background:transparent;
  color:#173b60;
  font:700 13px Georgia,serif;
  cursor:pointer;
}
.dashboard-project-header-v544 select option{background:#fff;color:#30383f}
@media(max-width:1100px){.dashboard-project-header-v544{width:160px}}
@media(max-width:760px){.dashboard-title-v439 .actions{justify-content:flex-start!important}.dashboard-project-header-v544{width:100%}}

