.error {
    border: 1px solid #ff0000 !important;
}
.flex-1 {
    flex: 1;
}

.min-w100 {
    min-width: 100% !important;
}

@media (min-width: 1200px) {
   .header-customize {
       max-width: 80% !important;
   }
}

.MsoNormal span{
    font-family: "Inter", sans-serif !important;
}

.pagination-input-wrapper {
    animation: fadeIn 0.15s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -5px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

.pagination-item.active.pagination-dots .pagination-link img {
    filter: brightness(0) invert(1); /* icon trắng */
}
.none-click {
    pointer-events: none;
}