@media screen and (max-width: 640px) {
    .uc-top-screen {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        margin: 0 !important;
    }

    .uc-top-screen .t396__artboard {
        padding-top: env(safe-area-inset-top);
    }
    
    #allrecords {
        padding-top: 64px;
    }
    
    .uc-footer-screen {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        margin: 0 !important;
    }

    .uc-footer-screen .t396__artboard {
        padding-bottom: env(safe-area-inset-bottom);
    }
    
    .uc-menu-me100 .tmenu-mobile {
        position: fixed !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        z-index: 99999 !important;
    }
}

