@media only screen and (max-width: 575px) {
    :root {
        --bs-modal-width: 100%;
        --bs-btn-font-size: 1rem;
    }

    html {
        font-size: 1rem;
    }

    .show-phone {
        display: block;
    }

    .show-phone.show-mode-content {
        display: contents;
    }

    .show-phone.show-mode-inline-block {
        display: inline-block;
    }

    .hide-phone, .show-tablet, .show-desktop {
        display: none;
    }

    .w100-tablet {
        width: 100%;
    }

    .w100-phone {
        width: 100%;
    }

    /** -- DT **/
    .dataTables_length, .dataTables_info {
        display: none;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: left !important;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-start !important;
    }

    .pagination .page-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table-item {
        font-size: 18px;
    }
}

