/* DanhSachTTu Page Styles */

.small-thumbs .entry-title h2, 
.ievent .entry-title h2 {
    font-size: 25px;
    font-weight: 600;
}

/* Table Header Styles */
.table thead th {
    padding: 15px 12px;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    background-color: #f8f9fa;
}

.table th,
.table td {
    border-color: #264596;
}

.img-card-video-audio {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

video {
    width: 100% !important;
    height: auto !important;
}

.dark {
    margin-top: 0px !important;
}

.dark .table-striped > tbody > tr:nth-child(odd) > td, 
.dark .table-striped > tbody > tr:nth-child(odd) > th, 
.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgb(39 70 152/20%);
}

/* Banner Styles */
.text-banner {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    padding-left: 20px;
}

.text-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background-color: #264596;
}

/* Action Icons */
.action-icon {
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.action-icon img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.action-icon:hover {
    transform: scale(1.1);
}

.action-icon:hover img {
    filter: brightness(0.8);
}

/* Pagination Styles */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.pagination {
    margin: 0;
}

.pagination .page-link {
    color: #264596;
    border-color: #dee2e6;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #264596;
    border-color: #264596;
}

.pagination .page-item.active .page-link {
    background-color: #264596;
    border-color: #264596;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}
