/* VOLENG V1.29.75 — Operations Home toolbar final top-right placement
   Put the Daily / Weekly / Yearly + dates + Apply group fully inside the header lane,
   above the rainbow divider, with a fixed top-right desktop position. */

@media (min-width:1181px){
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage > header.compactWorkspaceHeader.noBack{
    position:relative!important;
    display:block!important;
    min-height:84px!important;
    padding-top:8px!important;
    padding-bottom:18px!important;
  }
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage > header.compactWorkspaceHeader.noBack > .pageTitleBlock{
    display:block!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0 560px 0 0!important;
  }
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage > header.compactWorkspaceHeader.noBack > .pageHeaderCenter{
    position:absolute!important;
    top:6px!important;
    right:0!important;
    left:auto!important;
    bottom:auto!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-end!important;
    width:auto!important;
    min-width:max-content!important;
    max-width:none!important;
    padding:0!important;
    margin:0!important;
    z-index:2!important;
    overflow:visible!important;
  }
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage .homeDashboardControls{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    width:max-content!important;
    min-width:max-content!important;
    max-width:none!important;
    gap:8px!important;
    margin:0!important;
  }
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage :is(.homePeriodSwitch,.homeDateRange){
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    width:max-content!important;
    min-width:max-content!important;
    margin:0!important;
  }
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage .homeDateRange{gap:7px!important}
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage .homeDateRange > input{width:128px!important;min-width:128px!important}
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage .homeDateApply{min-width:58px!important;padding-inline:10px!important}
}

@media (min-width:1181px) and (max-width:1360px){
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage > header.compactWorkspaceHeader.noBack > .pageTitleBlock{
    padding-right:500px!important;
  }
  body[data-voleng-product="operations"] .simpleApp .dispatchHomePage .homeDateRange > input{width:116px!important;min-width:116px!important}
}
