﻿/* =========================================================
   SIDIG Theme - Responsive Utilities
   File: public/theme/aistich/css/responsive.css
   ========================================================= */
@media (max-width: 768px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none !important;
        text-align: left !important;
        width: 100%;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        min-width: 100%;
        margin-left: 0 !important;
        margin-top: 0.35rem;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    main.max-w-7xl {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.75rem;
    }

    .dataTables_wrapper .flex-col-mobile {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .dataTables_info,
    .dataTables_paginate {
        justify-content: center !important;
        text-align: center !important;
        padding-top: 0.5rem !important;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none !important;
        text-align: center !important;
        width: 100% !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-top: 0.35rem !important;
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100%;
    }
}
