html.hf-app,
html.hf-h5 {
    -webkit-tap-highlight-color: transparent;
}

html.hf-app body {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px));
}

html.hf-app .footerBox,
html.hf-app .tab-bar {
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.hf-is-submitting {
    opacity: .68 !important;
    pointer-events: none !important;
}

.hf-file-ready {
    outline: 1px solid rgba(37, 99, 235, .25);
}

.hf-app-toast {
    position: fixed;
    left: 50%;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    z-index: 99999;
    max-width: 78vw;
    transform: translateX(-50%);
    padding: 9px 13px;
    border-radius: 8px;
    background: rgba(15, 23, 42, .92);
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .24);
    transition: opacity .22s ease, transform .22s ease;
}

.hf-app-toast.is-hide {
    opacity: 0;
    transform: translate(-50%, 8px);
}

.hf-list-state {
    padding: 14px 10px;
    color: #8a94a6;
    font-size: 13px;
    text-align: center;
}
