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

    html {
        font-size: 1rem !important;
    }

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

    .show-tablet {
        display: block;
    }

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

    .w100-tablet {
        width: 100%;
    }

    /** -- FORM -- */
    .iti--allow-dropdown {
        width: 100%;
    }

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

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

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

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

}
