﻿

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-page-hover {
    background-color: #b0b435;
    color: #ffffff !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: none;
    margin: 0 15px; /* Gom margin từ HTML sang đây */
}

    .btn-page-hover:hover {
        background-color: #000000 !important;
        color: #ffffff !important;
    }

    /* Nút bị mờ khi không thể click */
    .btn-page-hover.disabled {
        pointer-events: none;
        opacity: 0.6;
    }

.page-input-wrapper {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.custom-page-input {
    width: 70px;
    height: 40px;
    border: 2px solid #b0b435;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: bold;
    color: #b0b435;
    box-shadow: none;
}

.page-total-text {
    color: #666;
}
