@media (max-width: 767.98px) {

    .sticky-nav, .mobile-hide {
        display: none !important;
    }
}

/* @supports (-webkit-touch-callout: none) {
    @media screen and (max-device-width: 812px) and (orientation: portrait) {

        textarea.fs-primary,
        input.fs-primary,
        .dataTables_filter input,
        textarea {
            font-size: 16px !important;
        }
    }
} */