/* AFM dashboard geometry v135 */
html,body{width:100%;max-width:none!important;overflow-x:hidden}
main.afm-home{max-width:none!important;box-sizing:border-box!important;margin-top:0!important;margin-bottom:0!important}
@media(min-width:1000px){
 body{padding-left:224px!important}
 main.afm-home{
   margin-left:0!important;
   margin-right:0!important;
   width:100%!important;
   max-width:none!important;
   min-height:calc(100dvh - 76px)!important;
 }
}
@media(max-width:999px){
 body{padding-left:0!important}
 main.afm-home{
   margin:0!important;
   width:100vw!important;
   max-width:100vw!important;
   min-height:calc(100dvh - 76px)!important;
   background-position:center top!important;
 }
}