
.app-portal-footer.app-access {
    padding-bottom: env(safe-area-inset-bottom, 20px) !important;
}

.app-portal-footer:not(.app-access) {
    /* padding-bottom: env(safe-area-inset-bottom, 20px) !important; */
    padding-bottom: env(safe-area-inset-bottom) !important;
}

body:not(.app-access){
    padding-top: env(safe-area-inset-top) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
    padding-left: env(safe-area-inset-left) !important;
    padding-right: env(safe-area-inset-right) !important;
}


