[ng-cloak] {
    opacity: 0 !important;
}

*::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 1081px) {


    html {
        font-size: 87.890625% !important;
    }

    body {
        background-color: white;
        overflow: visible
    }

    /* body,
    html {
        height: auto;
    } */
    body {
        max-width: 375px;
        margin-left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    * {
        /* font-size: 12px; */
        box-sizing: border-box;
    }
}