/* Re:Noah v37.4.8: full-viewport black header background only. */
body>.rn-v3120-header,
body>.rn-v3121-header,
body>.rn-dashboard-v20-integrated-header{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin-right:0!important;
  margin-left:0!important;
  background:#000!important;
  border-bottom-color:rgba(198,163,91,.42)!important;
  box-sizing:border-box!important;
}

body>.rn-v3120-header::before,
body>.rn-v3121-header::before,
body>.rn-dashboard-v20-integrated-header::before{
  display:none!important;
  content:none!important;
  background:none!important;
  opacity:0!important;
}

body>.rn-v3120-header>.rn-v3120-header-inner,
body>.rn-v3121-header>.rn-v3120-header-inner{
  width:100%!important;
  max-width:1440px!important;
  margin-right:auto!important;
  margin-left:auto!important;
  box-sizing:border-box!important;
}

body.renoah-admin-unified-layout>.rn-dashboard-v20-integrated-header>.rn-v3120-header-inner,
body.renoah-admin-v3710>.rn-dashboard-v20-integrated-header>.rn-v3120-header-inner,
body.renoah-dashboard-official-v20-body>.rn-dashboard-v20-integrated-header>.rn-v3120-header-inner{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding-right:28px!important;
  padding-left:calc(var(--rn-admin-sidebar-width,280px) + 28px)!important;
  box-sizing:border-box!important;
}

@media(max-width:980px){
  body.renoah-admin-unified-layout>.rn-dashboard-v20-integrated-header>.rn-v3120-header-inner,
  body.renoah-admin-v3710>.rn-dashboard-v20-integrated-header>.rn-v3120-header-inner,
  body.renoah-dashboard-official-v20-body>.rn-dashboard-v20-integrated-header>.rn-v3120-header-inner{
    padding-right:20px!important;
    padding-left:20px!important;
  }
}
