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

    }

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

    #dataPanel {
        padding: 20px;
    }

    #main-sidebar {
        padding-top: 20px !important;
    }

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

    .show-tablet {
        display: block;
    }

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

    .w100-tablet {
        width: 100%;
    }

    /** NAV -- */
    .navbar-brand > img {
        height: 48px;
    }

    body:not(.hide-ui) .top-padding {
        padding-top: 48px;
    }

    body.opened-sidebar main,
    body.opened-sidebar footer {
        margin-left: var(--sidebar-width);
        width: calc(100% - var(--sidebar-width));
    }

    #new-procedure-menu {
        width: max-content;
    }

    .right-tablet {
        float: right;
    }

    .right-tablet .dropdown-toggle {
        margin-right: 5px;
        margin-bottom: -2px;
    }

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

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

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

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

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

    /** -- PROCEDURE */
    #proc-container-wrapper {
        font-size: 0.8rem;
    }

}
