#search-input:focus {
    outline: none;
}

.custom-pagination {
    margin-top: 15px;
    font-family: "Segoe UI", sans-serif;
}

.page-btn {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
}

.page-btn:hover:not(:disabled) {
    background: #007bff;
    color: #fff;
}

.page-btn.active {
    background: #007bff;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.header_menu {
    padding-bottom: 30px;
}

.content__nav2 {
    background-color: #FFFFFF;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.ez__product--body {
    margin: 20px 40px 20px 40px;
}

.page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info {
    font-size: 14px;
    color: #666;
}

.page-size {
    font-size: 14px;
    color: #444;
}

.page-size select {
    margin-left: 5px;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.appoint-username {
    text-transform: uppercase;
    color: #808190;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500;
    margin: auto 0 10px;
}
