/* Ajuste final da distribuição vertical do dashboard */
body.home-modern,
body.app-standalone.home-modern{
  padding-bottom:0!important;
}

#dashboard{
  box-sizing:border-box;
  min-height:100dvh;
  padding-bottom:calc(98px + env(safe-area-inset-bottom))!important;
}

#dashboard .painel-card:last-of-type{
  margin-bottom:0!important;
}

#dashboard .acoes-linha{
  align-items:center!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-bottom:6px!important;
}

#dashboard .acoes-v2{
  margin-bottom:0!important;
}

#dashboard .nova-venda-flutuante{
  align-self:center!important;
  transform:translateY(-2px);
}

#dashboard .nova-venda-flutuante small{
  top:calc(100% + 4px)!important;
  line-height:1.1!important;
}

body.home-modern .bottom{
  bottom:max(6px,env(safe-area-inset-bottom))!important;
  min-height:78px!important;
  height:auto!important;
  padding-top:6px!important;
  padding-bottom:max(6px,env(safe-area-inset-bottom))!important;
}

body.home-modern .bottom button{
  min-height:62px!important;
}

@media(max-width:430px){
  #dashboard{
    padding-bottom:calc(92px + env(safe-area-inset-bottom))!important;
  }
  #dashboard .acoes-linha{
    padding-bottom:4px!important;
  }
  body.home-modern .bottom{
    min-height:74px!important;
  }
  body.home-modern .bottom button{
    min-height:58px!important;
  }
}
