﻿.report-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.table-responsive {
    min-width: 600px;
    display: block;
}

.table {
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
}

    .table th,
    .table td {
        white-space: nowrap;
        padding: 0.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table thead {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 1;
    }

        .table thead th {
            border-bottom: 2px solid #dee2e6;
        }

@media (max-width: 768px) {
    .table th,
    .table td {
        font-size: 0.9rem;
        padding: 0.3rem;
    }

        .table th:nth-child(n+4),
        .table td:nth-child(n+4) {
            display: none;
        }

    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.9rem;
    }

    .mt-2 {
        margin-top: 0.5rem !important;
    }

    .spinner-border {
        width: 1rem;
        height: 1rem;
        border-width: 0.2em;
    }

    .mr-1 {
        margin-right: 0.25rem;
    }
}
