/* AFM dashboard fill fix v134 */
html,body{min-height:100%;background:#020b12}
body{padding-bottom:0!important}
.afm-home{
 box-sizing:border-box;
 min-height:calc(100dvh - 76px)!important;
 padding-bottom:0!important;
 margin-bottom:0!important;
 background-size:cover!important;
 background-position:center top!important;
}
.afm-home>*:last-child{margin-bottom:0!important}
.home-stats{padding-bottom:24px!important}
@media(min-width:1000px){
 .afm-home{margin-left:224px!important;width:calc(100% - 224px)!important}
}
@media(max-width:999px){
 body{padding-bottom:0!important}
 main.afm-home{min-height:calc(100dvh - 76px)!important;padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}
 .home-stats{padding-bottom:12px!important}
}