﻿.doc-table {
    width: 100%;
    border-collapse: collapse;
}

    .doc-table th, .doc-table td {
        padding: 12px;
        border-bottom: 1px solid #e5e5e5;
    }

    .doc-table th {
        background: #f8f9fa;
        font-weight: 500;
    }

.doc-type {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

    .doc-type.thiet-ke {
        background: #e3f2fd;
        color: #1976d2;
    }

    .doc-type.ky-thuat {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .doc-type.bao-cao {
        background: #fff3e0;
        color: #f57c00;
    }

    .doc-type.phap-ly {
        background: #fce4ec;
        color: #d81b60;
    }

    .doc-type.huong-dan {
        background: #e0f7fa;
        color: #00838f;
    }



.doc-filter {
    width: 200px;
    padding: 8px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

/*    .action-btn {
        padding: 8px 16px;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
    }

    .btn-primary {
        background: #1976d2;
        color: white;
        border: none;
    }

    .btn-action {
        padding: 6px;
        border: none;
        background: none;
        color: #666;
        cursor: pointer;
    }

        .btn-action:hover {
            color: #1976d2;
        }*/

.doc-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.search-input-hoso {
    flex: 1;
    font-size: 16px;
    padding: 8px 12px;
    height: 40px !important;
    width: 30vh !important;
    border: 1px solid #ced4da; /* Viền nhẹ */
    border-radius: 4px; /* Bo nhẹ */
    outline: none;
    background: white; /* Có nền trắng để nổi bật */
}


/* Nút tìm kiếm (icon kính lúp) */
.search-btn-hoso {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
    color: #333;
}

/*    .pagination {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .page-link {
        padding: 8px 12px;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        color: #666;
        text-decoration: none;
    }

        .page-link.active {
            background: #1976d2;
            color: white;
            border-color: #1976d2;
        }*/

.scrollable-doc-table {
    max-height: 550px;
    overflow-y: auto;
    /*        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;*/
}



.action-table-data {
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}




@media (max-width: 768px) {
    .scrollable-doc-table, .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .doc-table {
        min-width: 700px;
    }
}
